nnir.el (nnir-run-imap): Order the article list separately for each group.
[gnus] / lisp / ChangeLog
1 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
2
3         * nnir.el (nnir-run-imap): Reverse the article list for each group
4         rather than the whole list.
5
6 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7
8         * shr.el (shr-image-displayer): Protect function against non-existent
9         image source.
10
11         * gnus-art.el (gnus-inhibit-images): New user option.
12         (gnus-mime-display-single): Don't display image if it is non-nil.
13
14         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
15         gnus-inhibit-images.
16
17         * shr.el (shr-image-displayer): New function.
18         (shr-tag-img): Use it.
19
20 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
21
22         * mml2015.el (mml2015-epg-sign): Use From header.
23
24 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25
26         * gnus-html.el (gnus-html-wash-images): Register a displayer.
27
28         * gnus-util.el (gnus-find-text-property-region): Return markers.
29
30         * shr.el (shr-tag-img): Put a displayer in the text property.
31
32         * gnus-util.el (gnus-find-text-property-region): New utility function.
33
34         * gnus-html.el (gnus-html-display-image): Make the alt optional.
35         (gnus-html-show-images): Remove.
36
37         * gnus-art.el (gnus-article-show-images): New, more general function.
38
39         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
40         image url text properties.
41
42         * shr.el: Ditto.
43
44         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
45         gnus-agent-auto-agentize-methods is set.  Which it isn't.
46
47 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
48
49         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
50         work for two or more articles.
51
52 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
53
54         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
55         divide an image that's in an html article to two or more when washing
56         non-ASCII characters in alt text of it.
57
58 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
59
60         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
61         smime-decrypt-region using function argument.
62         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
63
64         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
65
66         * smime.el (smime-decrypt-region): Catch it.
67
68 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
69
70         * smime.el (smime-mode-map): Move initialization into declaration.
71         (gnus-run-mode-hooks): Don't autoload.
72         (smime-mode): Use define-derived-mode.
73
74 2010-11-11  Glenn Morris  <rgm@gnu.org>
75
76         * smime.el (from): Restrict declaration to XEmacs.
77
78         * nnir.el (gnus-group-topic-name): Autoload.
79
80 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
81
82         * shr.el (shr-insert): Don't break long line if it is because of
83         kinsoku-bol characters in the line end.
84
85 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
86
87         * nnir.el (nnir-request-move-article): Fix to provide original group
88         and subject.
89         (nnir-warp-to-article): Don't fail on articles whose headers haven't
90         been retrieved.
91
92         * gnus-sum.el (gnus-summary-move-article): Use original group and
93         subject for virtual articles such as those in an nnir summary buffer.
94
95 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
96
97         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
98         least 21.5).
99
100         * smime.el (from): Declare it again for XEmacs.
101
102 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
103
104         * message.el (message-resend): Don't disable encoding unless it's
105         already encoded.
106
107         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
108         low-numbered articles.
109
110 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
111
112         * rfc2047.el (rfc2047-syntax-table): Simplify.
113
114         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
115
116         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
117         set-char-table-range for XEmacs.
118
119 2010-11-10  Glenn Morris  <rgm@gnu.org>
120
121         * time-date.el (time-to-seconds): Always an alias on Emacs,
122         never a real function.
123         (with-no-warnings): Remove compat stub, now unused.
124         (time-less-p): Doc fix.
125         (time-to-number-of-days): Simplify.
126
127         * smime.el (from): Remove unused declaration.
128
129         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
130         (gnus-float-time): On Emacs, always an alias.
131
132         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
133         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
134
135 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
136
137         * dgnushack.el: Don't use ignore-errors in the top level form since it
138         is unavailable in XEmacs even if cl is loaded.
139
140         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
141
142 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
143
144         * shr.el (browse-url-mailto): Autoload.
145
146         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
147
148         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
149         regexp doesn't need quoting.
150
151 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
152
153         * message.el (message-subject-trailing-was-ask-regexp)
154         (message-subject-trailing-was-regexp): Match was: in addition to was.
155
156 2010-11-09  Glenn Morris  <rgm@gnu.org>
157
158         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
159         (nnbabyl-check-mbox): Use point-at-bol.
160
161 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
162
163         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
164
165         * message.el (message-mailto): New function.
166         (message-mailto): Should accept other parameters.
167         (message-mailto): Remove since it duplicates browse-url-mailto
168         functionality.
169
170 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
171
172         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
173         methods.
174         (gnus-read-active-file): Ditto.
175
176         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
177         ": " from the prompt.
178         (gnus-group-make-group): Ditto.
179
180 2010-11-07  Glenn Morris  <rgm@gnu.org>
181
182         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
183         (gnus-bookmark-kill-line): Use point-at-eol.
184
185 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
186
187         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
188         asterisks in From header.
189
190 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
191
192         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
193         string to avoid making the From headers syntactically invalid.
194
195         * message.el (message-send-mail): Don't insert courtesy messages if the
196         message already has List-Post and List-ID messages.
197
198 2010-11-06  Glenn Morris  <rgm@gnu.org>
199
200         * gnus-art.el (gnus-treat-article): Give dynamic local variables
201         `condition', `type', `length' a prefix.
202         (gnus-treat-predicate): Update for above name changes.
203
204 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
205
206         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
207         binding.  Handled by `gnus-summary-refer-thread' instead.
208         (nnir-warp-to-article): New backend function.
209
210         * nnimap.el (nnimap-request-thread): Force dependency updating.
211
212         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
213         (gnus-summary-refer-thread): Rework to improve thread-referral.
214
215         * gnus-int.el (gnus-warp-to-article): New function.
216
217         * gnus-sum.el (gnus-summary-article-map): Bind it.
218
219 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
220
221         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
222         gnus-summary-refer-thread.
223
224         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
225         headers.
226         (gnus-summary-limit-include-thread): Prevent articles in thread from
227         being cut in gnus-cut-threads.
228         (gnus-summary-refer-thread): Limit retrieved headers to those in
229         thread.
230
231 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
232
233         * message.el (message-send-mail): Use the value of
234         message-courtesy-message from the message buffer.
235
236         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
237
238         * shr.el (shr-browse-url): Implement mailto: URLs.
239
240         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
241         "raw".
242
243         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
244         if it's already selected.
245
246         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
247
248 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
249
250         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
251         to measure the length and truncate alt text.
252
253 2010-11-03  Glenn Morris  <rgm@gnu.org>
254
255         * nndiary.el (nndiary-generate-nov-databases-1)
256         (nndiary-generate-active-info): Rename dynamic variable `files' to
257         something less generic.
258
259 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
260
261         * nnir.el (nnir-request-move-article): Call the underlying backend to
262         move articles from nnir.
263
264 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
265
266         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
267
268 2010-11-02  Julien Danjou  <julien@danjou.info>
269
270         * nnir.el: Remove wais support.
271
272 2010-11-02  Glenn Morris  <rgm@gnu.org>
273
274         * gnus-html.el: Reorder requirements to quieten compiler.
275
276 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
277
278         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
279         properly for XEmacs as well.
280         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
281         (gnus-article-natural-long-line-p): Use window-width rather than
282         frame-width.
283
284 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
285
286         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
287         (nnir-read-parms): Don't modify query.
288         (nnir-run-query): Add ability to search topic on current line.
289         (nnir-get-active): Clean up.
290
291 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
292
293         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
294         degenerate articles.
295
296         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
297         (gnus-print-buffer): Just print the buffer as is, without any copying
298         to a buffer and then re-highlighting.
299
300         * nnimap.el (nnimap-request-group): Store the new updated info.
301         (nnimap-request-group): Select the group when we don't know whether it
302         exists or not.
303
304         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
305         groups.
306
307         * gnus-group.el (gnus-group-find-new-groups): Display all the new
308         groups.
309
310         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
311         groups.
312
313         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
314         long-lines case by only filling the long lines.
315
316         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
317         (bug #7311).
318
319 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
320
321         * shr.el: No need to declare `declare-function' since shr.el is for
322         only Emacsen that provide `libxml-parse-html-region'.
323
324         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
325         effective only in a file it is referred to.
326
327 2010-11-01  Glenn Morris  <rgm@gnu.org>
328
329         * mm-util.el (gnus-completing-read): Autoload.
330         (mm-read-coding-system): Simplify Emacs definition.
331
332         * nnmail.el (gnus-activate-group):
333         * nnimap.el (gnutls-negotiate):
334         * nntp.el (netrc-parse): Fix declarations.
335
336 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
337
338         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
339         string-match-p in Emacs >=23.
340
341         * gnus-msg.el (gnus-configure-posting-styles)
342         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
343
344 2010-11-01  Glenn Morris  <rgm@gnu.org>
345
346         * nnir.el (declare-function): Add compat stub.
347         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
348         (nnir-run-gmane): Require 'mm-url.
349
350         * mm-util.el (mm-string-to-multibyte): Simplify.
351
352         * shr.el (declare-function): Add compat stub.
353         (url-cache-create-filename): Declare.
354         (mm-disable-multibyte, widget-convert-button): Autoload.
355
356         * smime.el (ldap-search): Declare.
357         (smime-cert-by-ldap-1): Require ldap on Emacs.
358
359         * nnimap.el: Require nnmail, and gnus-sum when compiling.
360         (nnimap-keepalive): Use gnus-float-time.
361
362         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
363         (mail-source-delete-crash-box): Use gnus-float-time.
364
365         * gnus-dired.el (gnus-completing-read): Autoload.
366
367         * mm-view.el (gnus-rescale-image): Autoload.
368
369         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
370
371         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
372
373         * sieve-manage.el: Require 'cl when compiling.
374
375         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
376         (gnus-iswitchb-completing-read): Require iswitchb.
377         (gnus-select-frame-set-input-focus): Silence compiler.
378
379 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
380
381         * message.el (message-subject-trailing-was-query): Change default to t,
382         since I think that's what most people want.
383
384         * nnimap.el (nnimap-request-accept-article): Erase buffer before
385         appending for easier debugging.
386         (nnimap-wait-for-connection): Take a regexp.
387         (nnimap-request-accept-article): Wait for the continuation line before
388         sending anything unless we're streaming.
389
390         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
391         leave the header washing to take place.
392
393 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
394
395         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
396         regular expression match and replace in posting styles.
397
398 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
399
400         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
401         an entire server.
402         (nnir-get-active): New function.
403         (nnir-run-imap): Use it.
404         (nnir-run-gmane): Who knew, gmane search returns an article score!
405
406         * gnus-srvr.el (gnus-server-mode-map): add binding "G" to search the
407         server on the current line with nnir.
408
409 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
410
411         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
412         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
413         left edge.
414         (gnus-article-foldable-buffer): Skip past the prefix when determining
415         raggedness.
416
417         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
418         the raw article, and change `C-u g' to show the article without doing
419         treatments.
420
421         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
422         on to `gnus-treat-article'.
423         (gnus-inhibit-article-treatments): New variable.
424
425         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
426
427         * gnus-art.el (gnus-treatment-function-alist): Have
428         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
429         (gnus-treat-fill-long-lines): Change default to fill all text/plain
430         sections.
431
432         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
433         parameter.
434         (gnus-article-fill-cited-long-lines): New function.
435         (gnus-article-fill-cited-article): Allow filling only long sections.
436
437         * shr.el (shr-find-fill-point): Don't break lines between punctuation
438         and non-punctuation (like after the apostrophe in "'We").
439
440         * gnus-sum.el (gnus-summary-select-article): Make sure
441         gnus-original-article-buffer is alive.
442
443         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
444         reflect the order they're in in the digest.
445
446         * gnus.el (gnus-group-startup-message): Move point to the start of the
447         buffer.
448
449         * nnimap.el (nnimap-capability): New function.
450         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
451         is set.
452
453 2010-10-31  David Engster  <dengste@eml.cc>
454
455         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
456         conform with changes to gnus-completing-read.
457
458 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
459
460         * shr.el (shr-tag-img): Output "*" instead of "[img]".
461
462 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
463
464         * nnir.el move defvar, defcustom around to keep file organized and keep
465         byte-compiler quiet.
466         (nnir-read-parms): accept search-engine as arg.
467         (nnir-run-query): pass search-engine as arg.
468         (nnir-search-engine): remove.
469
470 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
471
472         * shr.el (shr-generic): The text nodes should be text, not :text.
473
474         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
475         later in the file.
476
477 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
478
479         * nnir.el: general clean up. allow searching with multiple
480         engines. allow separate extra-parameters for each engine. batch queries
481         when possible.
482         (nnir-imap-default-search-key,nnir-method-default-engines): add
483         customize interface.
484         (nnir-run-gmane): new engine.
485         (nnir-engines): use it. qualify all prompts with engine name.
486         (nnir-search-engine): remove global variable.
487         (nnir-run-hyrex): restore for now.
488         (nnir-extra-parms,nnir-search-history): new variables.
489         (gnus-group-make-nnir-group): use them.
490         (nnir-group-server): remove in favor of gnus-group-server.
491         (nnir-request-group): avoid searching twice.
492         (nnir-sort-groups-by-server): new function.
493
494 2010-10-30  Julien Danjou  <julien@danjou.info>
495
496         * gnus-group.el: Remove gnus-group-fetch-control.
497
498         * gnus-start.el (gnus-find-new-newsgroups): Remove
499         gnus-check-first-time-used.
500
501         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
502
503 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
504
505         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
506         set on groups that don't have \* permanentflags.
507
508 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
509
510         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
511         control the background color.
512         (shr-tag-img): Ignore very small web bug type images.
513         (shr-put-image): Add help-echo alt texts to the images.
514         (shr-tag-video): Show the video poster image.
515
516 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
517
518         * shr.el (shr-table-depth): New variable.
519         (shr-tag-table-1): Only insert the images after the top-level table.
520
521         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
522
523         * gnus-util.el (gnus-list-memq-of-list): New function.
524
525         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
526         selected.
527         (nnimap-unsplittable-articles): New slot.
528         (nnimap-new-articles): Use it.
529
530 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
531
532         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
533         move to the previous line on `M-g'.
534
535 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
536
537         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
538         *-request-group, which seems unnecessary.
539
540         * nnimap.el (nnimap-quote-specials): Function copied over from
541         imap.el.
542         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
543         they support that.  Suggested by Tom Regner.
544
545 2010-10-29  Julien Danjou  <julien@danjou.info>
546
547         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
548         defalias.
549         (gnus-summary-delete-marked-with): Remove obsolete defalias.
550
551         * gnus.el: Remove `gnus-nntp-service' variable.
552         (gnus-secondary-servers): Make obsolete.
553         (gnus-nntp-server): Make obsolete.
554
555         * gnus-start.el (gnus-1): Remove x-splash calls.
556
557         * gnus-ems.el (gnus-x-splash): Remove.
558
559         * gnus.el (gnus-group-startup-message): Simplify/update code.
560
561         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
562         definition.
563
564         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
565         capability before doing anything.
566         (gnus-group-insert-group-line): Remove useless
567         gnus-group-remove-excess-properties.
568
569 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
570
571         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
572
573 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
574
575         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
576         config after reselecting.
577
578 2010-10-28  Julien Danjou  <julien@danjou.info>
579
580         * shr.el (shr-put-image): Use point even if only inserting text.
581         (shr-put-image): Save excursion when inserting alt text on non-graphic
582         display, so the behaviour is the same when we are on a graphic display.
583
584         * nnir.el (nnir-run-swish-e): Remove hyrex support.
585
586 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
587
588         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
589         (gnus-mime-copy-part): Check coding system, not charset.
590         (gnus-mime-view-part-externally): Never remove part.
591         (gnus-mime-view-part-internally): Don't remove part here.
592         (gnus-article-part-wrapper): Make sure MIME tag is visible.
593         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
594         multipart/alternative.
595
596         * mm-decode.el (mm-display-part): Take optional arg `force'.
597
598 2010-10-26  Julien Danjou  <julien@danjou.info>
599
600         * gnus-group.el (gnus-group-default-list-level): Add this function to
601         compute the default list level.
602         (gnus-group-default-list-level): Add possibility to use a function.
603
604 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
605
606         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
607
608         * gnus-group.el (gnus-group-completing-read)
609         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
610         gnus-replace-in-string.
611
612 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
613
614         * shr.el (shr-tag-div): Added.
615
616         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
617
618 2010-10-25  Julien Danjou  <julien@danjou.info>
619
620         * gnus-util.el: Remove `gnus-with-local-quit'.
621
622         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
623
624 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
625
626         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
627         the original article buffer.
628
629 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
630
631         * nnimap.el (nnimap-request-head): New function.
632         (nnimap-request-move-article): Try to be slighly faster by not
633         requesting the entire message when moving.
634         (nnimap-transform-headers): Don't bug out on bodiless articles.
635         (nnimap-send-command): Have no outstanding messages if the IMAP server
636         doesn't support streaming.
637         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
638
639 2010-10-24  Julien Danjou  <julien@danjou.info>
640
641         * message.el (message-default-headers): Fix type.
642
643 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
644
645         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
646         prefetching images.
647
648         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
649         backend for unknown groups.  This is mainly useful for nnimap groups.
650
651         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
652         group isn't covered by the agent.
653
654 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
655
656         * nnir.el (nnir-method-default-engines): new variable.
657         (nnir-run-query): use it.
658         (nnir-group-mode-hook): remove key binding and move to gnus-group.el.
659         (gnus-summary-nnir-goto-thread): change group if needed.
660
661         * gnus-group.el (gnus-group-group-map): add key binding for
662         gnus-group-make-nnir-group.
663
664 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
665
666         * shr.el (shr-tag-object): Added.
667
668         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
669         original article buffer live.
670         (gnus-summary-select-article-buffer): Mention
671         gnus-widen-article-buffer.
672
673 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
674
675         * shr.el (shr-tag-strong): Added.
676
677 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
678
679         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
680         group names.  They mess up the group buffer badly.
681
682         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
683
684         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
685         instead of the summary one.
686
687 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
688
689         * mml.el (mml-preview): Work properly when editing article.
690
691         * gnus-start.el (gnus-read-active-file-1): Don't add method to
692         gnus-have-read-active-file if it's already been in.
693
694 2010-10-22  Tom Tromey  <tromey@redhat.com>
695
696         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
697         gnus-group-completing-read.
698
699 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
700
701         * message.el (message-mode-map): Don't bind M-; to comment region, to
702         allow the global comment-dwim to work.
703
704 2010-10-21  Julien Danjou  <julien@danjou.info>
705
706         * message.el (message-setup-1): Allow message-default-headers to be a
707         function.
708
709 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
710
711         * shr.el (shr-tag-table): Simplify.
712
713 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
714
715         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
716         to avoid trying to snarf invalid stuff.
717
718         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
719
720         * gnus.el (gnus-message-archive-group): Quote value.
721         (gnus-message-archive-group): Mark as changed.
722
723         * shr.el (shr-add-font): Don't put the font properties on the newline
724         or the indentation.
725
726         * message.el (message-fix-before-sending): Change options when sending
727         non-printable characters.
728
729         * gnus.el (gnus-message-archive-method): Change the default to
730         monthly outgoing groups.
731
732         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
733         that have gotten new numbers.
734
735         * nnimap.el (nnimap-request-replace-article): New function.
736
737 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
738
739         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
740         (nnrss-request-article): Don't use special html washing code.
741
742 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
743
744         * shr.el (shr-tag-table): Remove useless nconc.
745
746 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
747
748         * gnus-art.el (article-wash-html): Simplify and remove the charset
749         stuff.  Use the normal html rendering code instead of the special html
750         washing code.
751
752         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
753         `gnus-w3m' symbols.
754         (mm-text-html-washer-alist): Removed.
755
756         * mm-decode.el (mm-inline-text-html-renderer): Removed.
757         (mm-inline-media-tests): Removed use.
758         (mm-text-html-renderer): Change default to the `shr' symbol.
759
760         * mm-view.el (mm-inline-text-html): Removed use.
761
762         * gnus-art.el (gnus-blocked-images): New function.  Allow the
763         `gnus-blocked-images' to be a function.
764         (gnus-article-wash-function): Removed.
765
766 2010-10-20  Julien Danjou  <julien@danjou.info>
767
768         * spam.el (spam-list-of-processors): Mark as obsolete.
769
770         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
771         (nnimap-insert-partial-structure): Fix boundary detection.
772
773 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
774
775         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
776         run file-truename on remote files.  This can be expensive and even
777         prevent one from editing drafts if some unrelated buffer has a stale
778         connection.
779
780 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
781
782         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
783         kinsoku-eol regardless of shr-kinsoku-shorten.
784         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
785         (shr-tag-table): Support caption, thead, and tfoot.
786
787 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
788
789         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
790         lines.
791         (shr-save-contents): New command and keystroke.
792
793         * nndoc.el (nndoc-type-alist): Add git support.
794         (nndoc-git-type-p): New function.
795         (nndoc-transform-git-article): Ditto.
796         (nndoc-transform-git-headers): Ditto.
797         (nndoc-transform-git-headers): Generate Subject headers.
798
799         * shr.el (shr-parse-style): New function.
800         (shr-tag-span): Ditto.
801
802         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
803         to `G G' to avoid collisions.
804
805 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
806
807         * shr.el: Load kinsoku if necessary.
808         (shr-kinsoku-shorten): New internal variable.
809         (shr-find-fill-point): Make kinsoku shorten text line if
810         shr-kinsoku-shorten is bound to non-nil.
811         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
812         shr-indentation too when testing if table is wider than frame width.
813         (shr-insert-table): Use `string-width' instead of `length' to measure
814         text width.
815         (shr-insert-table-ruler): Make sure indentation is done at bol.
816
817 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
818
819         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
820         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
821         undecoded network data.
822
823 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
824
825         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
826         name in the mode line spec so that the mode line menu works
827         (bug #2431).
828
829         * message.el (message-get-reply-headers): If we're fed `to-address',
830         then always use that.
831
832         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
833         aren't so wide as to need to switch off the edit menu.
834
835         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
836         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
837
838         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
839         `M-g'.
840         (nnimap-update-info): Update flags/read marks even if \* isn't part of
841         the permanent marks.
842
843 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
844
845         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
846         Splitting according to references/in-reply-to obeys the ignore-groups
847         variable, while splitting by sender and subject do not.
848
849 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
850
851         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
852         alist, so that we can look for non-Unicode chars.
853         (article-translate-strings): Allow both character and string maps.
854
855 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
856
857         * shr.el (shr-insert): Don't insert space behind a wide character
858         categorized as kinsoku-bol, or between characters both categorized as
859         nospace.
860
861 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
862
863         * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
864         headers to gnus-newsgroup-headers.
865
866 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
867
868         * shr.el (shr-tag-img): Don't align images -- since we're not
869         rescaling, this often leads to ugly displays.
870
871 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
872
873         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
874         duplicates.
875
876 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
877
878         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
879         call.
880
881 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
882
883         * gnus.el: Autoload gnus-html-show-images.
884
885         * nnimap.el: Use nnheader-message throughout.
886
887         * shr.el (shr-tag-img): Ignore images with no data.
888
889 2010-10-15  Julien Danjou  <julien@danjou.info>
890
891         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
892         a possibility to disable format=flow encoding when using hard newlines.
893
894 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
895
896         * shr.el (shr-insert): Remove space inserted before or after a
897         breakable character or at the beginning or the end of a line.
898         (shr-find-fill-point): Do kinsoku; find the second best point or give
899         it up if there's no breakable point.
900
901 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
902
903         * nnimap.el (nnimap-open-connection): Message when opening connection
904         for debugging purposes.
905
906         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
907         on every setup buffer call to allow this to change from article to
908         article.
909
910         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
911         buffers where we have a wide table.
912
913 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
914
915         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
916         uses *-request-thread.
917
918 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
919
920         * nnimap.el (nnimap-open-connection): Remove %s from openssl
921         incantation, which is no longer valid.
922
923 2010-10-14  Julien Danjou  <julien@danjou.info>
924
925         * shr.el: Fix defcustom type (char -> character).
926
927 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
928
929         * nnimap.el (nnimap-open-connection): tls-program should be a list of
930         programs.
931
932 2010-10-14  Julien Danjou  <julien@danjou.info>
933
934         * shr.el (shr-tag-a): Use url-link as widget type.
935
936         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
937         `gnus-group-get-icon'.
938
939 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
940
941         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
942         This should make server editing work better.
943
944         * shr.el (shr-find-fill-point): Don't inloop on indented text.
945
946         * tls.el (tls-program): Remove spurious %s from openssl.
947
948         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
949         (nnimap-parse-flags): Fix regexp.
950
951         * shr.el (shr-find-fill-point): Use a filling algorithm that should
952         probably work for CJVK text, too.
953
954         * nnimap.el (nnimap-extend-tls-programs): Removed.
955         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
956
957         * tls.el (tls-starttls-switches): Remove starttls hack.
958         (open-tls-stream): Ditto.
959         (tls-find-starttls-argument): Ditto.
960
961 2010-10-13  Julien Danjou  <julien@danjou.info>
962
963         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
964         responses.
965
966 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
967
968         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
969
970         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
971         anything in Emacs.
972
973         * shr.el (shr-current-column): Remove buggy and unnecessary function.
974
975 2010-10-13  Julien Danjou  <julien@danjou.info>
976
977         * shr.el (shr-width): Make shr-width a defcustom with default to
978         fill-column.
979         (shr-tag-img): Use shr-width rather than fill-column.
980
981 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
982
983         * dgnushack.el (byte-optimize-apply)
984         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
985
986         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
987         position when (X-)Faces exist.
988         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
989         avatars when called interactively.
990
991 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
992
993         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
994         gnus-article-x-face-too-ugly is bound.
995
996 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
997
998         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
999
1000         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
1001         mailbox that doesn't exist.
1002
1003 2010-10-12  Julien Danjou  <julien@danjou.info>
1004
1005         * shr.el (shr-tag-img): Encode URL properly when retrieving.
1006         (shr-get-image-data): Encode URL properly when fetching from cache.
1007         (shr-tag-img): Use aligned-to spaces to align correctly images.
1008
1009         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
1010         before inserting the Gravatar.
1011
1012         * shr.el (shr-tag-img): Add align attribute support for <img>.
1013
1014 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1015
1016         * gnus-gravatar.el (gnus-art): Required.
1017
1018         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
1019         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1020         Remove long obsoleted functions.
1021
1022 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1023
1024         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
1025
1026         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
1027
1028         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
1029         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
1030         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
1031         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
1032         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
1033         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
1034         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
1035
1036 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1037
1038         * nnimap.el (nnimap-request-rename-group): Select group read-only
1039         before renaming it.
1040
1041         * shr.el (shr-insert): Fix up the white space only regexp.
1042
1043         * nnimap.el (nnimap-transform-split-mail): Not all articles have
1044         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
1045
1046         * shr.el (shr-current-column): New function.
1047         (shr-find-fill-point): New function.
1048
1049 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1050
1051         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
1052         numbers.
1053
1054 2010-10-11  Julien Danjou  <julien@danjou.info>
1055
1056         * shr.el (shr-hr-line): Add.
1057         (shr-tag-hr): Use shr-hr-line to specify which character to use to
1058         display hr lines.
1059         (shr-max-columns): Do not change state to nil if we just inserting
1060         spaces.
1061
1062 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1063
1064         * gnus-topic.el (gnus-topic-read-group): If after the last group,
1065         select the last group.
1066
1067 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
1068
1069         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
1070
1071 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
1072
1073         * dig.el (dig-mode-map): Declare and define in one step.
1074
1075 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1076
1077         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
1078         for Gnus.
1079         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
1080         (nnimap-update-qresync-info): Mark \Seen articles as read.
1081
1082         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
1083         non-variable, too.
1084
1085         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
1086         available.
1087         (nnimap-update-info): Rely more on the current active than the param
1088         active to avoid marking articles as read too much.
1089
1090         * auth-source.el (auth-source-create): Use (user-login-name) for the
1091         user name default.
1092
1093         * nnimap.el (nnimap-update-info): If the server doesn't return any
1094         useful info, just use the previous info.
1095         (nnimap-update-info): Prefer old info over start-article.
1096         (nnimap-update-qresync-info): Finish implementing QRESYNC.
1097
1098 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
1099
1100         * nnir.el (autoload): Clean up autoloads.
1101         (nnir-imap-default-search-key): Renamed from
1102         nnir-imap-search-field. Use key rather than value.
1103         (nnir-imap-search-other): New variable.
1104         (nnir-read-parm): Use it.
1105         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
1106         (gnus-summary-nnir-goto-thread): Modify to work with imap.
1107
1108 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1109
1110         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
1111         the process, too.
1112
1113 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1114
1115         * spam.el (gnus-summary-mode-map): Bind to "$".  Suggested by Russ
1116         Allbery.
1117
1118         * shr.el: Rework the way things are indented by <li> slightly.
1119
1120         * gnus.el (gnus-group-set-parameter): Fix typo.
1121
1122         * nnimap.el: Start implementing QRESYNC support.
1123
1124 2010-10-09  Julien Danjou  <julien@danjou.info>
1125
1126         * nnir.el (nnir-engines): Fix too many arguments.
1127
1128 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1129
1130         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
1131         group is the "last", so that the backends like nnfolder actually save
1132         their folders.
1133
1134         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
1135         try to use that for the tls stream.
1136         (nnimap-retrieve-group-data-early): Rework the marks code to heed
1137         UIDVALIDITY and find out which groups are read-only and not.
1138         (nnimap-get-flags): Use the same marks parsing code as the rest of
1139         nnimap.
1140
1141 2010-10-09  Julien Danjou  <julien@danjou.info>
1142
1143         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
1144
1145         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
1146         retrieving gravatars.
1147
1148         * shr.el (shr-table-corner): Add.
1149         (shr-table-line): Add.
1150         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
1151
1152 2010-10-08  Julien Danjou  <julien@danjou.info>
1153
1154         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
1155
1156 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
1157
1158         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
1159
1160         * gnus-sum.el (gnus-mark-article-as-unread)
1161         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
1162         (gnus-summary-set-bookmark): Use it.
1163
1164         * gnus-msg.el (gnus-setup-message): Use it.
1165
1166         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1167
1168         * gnus.el (gnus-group-remove-parameter): Use it.
1169
1170         * gnus-group.el (gnus-group-make-web-group): Use it.
1171
1172         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1173
1174         * nnregistry.el: Update docs to mention manual.
1175
1176         * gnus-registry.el: Update docs to mention nnregistry.el.
1177         (gnus-registry-initialize): Don't install nnregistry refer method
1178         automatically.
1179         (gnus-registry-install-nnregistry): Remove it.
1180
1181 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1182
1183         * shr.el (shr-insert): Don't insert double spaces.
1184
1185 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1186
1187         * gnus-gravatar.el (gnus-treat-from-gravatar)
1188         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
1189         called interactively.
1190
1191         * gnus-art.el (gnus-mime-view-part-externally)
1192         (gnus-mime-view-part-internally): Make predicate function passed to
1193         gnus-mime-view-part-as-type assume argument is a mime type, not a list
1194         of a mime type.
1195
1196         * shr.el (shr-table-widths): Don't use cl function `reduce'.
1197
1198 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1199
1200         * shr.el (require): Require cl when compiling.
1201         (shr-tag-hr): New function.
1202
1203         * nnimap.el (nnimap-update-info): Remove double setting of high.
1204         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.  This
1205         makes nnimap work properly on Courier again.
1206
1207         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
1208         the variable for backwards compatability.
1209
1210         * mm-decode.el (mm-save-part): If given a non-directory result, expand
1211         the file name before using to avoid setting mm-default-directory to
1212         nil.
1213
1214         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
1215         bidning gnus-agent variables.
1216
1217         * shr.el (shr-render-td): Use a cache for the table rendering function
1218         to avoid getting an exponential rendering behaviour in nested tables.
1219         (shr-insert): Rework the line-breaking algorithm.
1220         (shr-insert): Don't leave trailing spaces.
1221         (shr-insert-table): Also insert empty TDs.
1222         (shr-tag-blockquote): Ensure paragraphs after </ul>.
1223
1224 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1225
1226         * gnus-sum.el (gnus-number): Rename from `number'.
1227         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
1228         (gnus-summary-limit-children): Update uses correspondingly.
1229
1230 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1231
1232         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
1233         (gnus-gravatar-transform-address): Don't show avatars of people of
1234         which mail addresses match gnus-gravatar-too-ugly.
1235
1236 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1237
1238         * shr.el (shr-table-widths): Expand TD elements to fill available
1239         space.
1240
1241 2010-10-07  Julien Danjou  <julien@danjou.info>
1242
1243         * nnimap.el (nnimap-request-rename-group): Add this method.
1244
1245 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1246
1247         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
1248         name from XEmacs' function-arglist.
1249
1250         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
1251         gravatar under XEmacs.
1252
1253 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
1254
1255         * auth-source.el: Update docs with TODO items.
1256
1257         * gnus-sync.el: Update docs to explain state and plans.
1258
1259         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
1260         Hooks for mark updates.
1261         (gnus-request-set-mark, gnus-request-update-mark): Use them.
1262
1263         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
1264         hooks with arguments, which is needed for mark update hooks.
1265
1266 2010-10-06  Julien Danjou  <julien@danjou.info>
1267
1268         * gnus.el (gnus-expand-group-parameter): Only return and act on what
1269         was matched.
1270
1271         * sieve-manage.el: Update example in `Commentary'.
1272
1273         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
1274
1275         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
1276         not 2000.
1277         (sieve-manage-authenticate): Re-add function.
1278
1279 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1280
1281         * shr.el (shr-insert): Get 'space transition right.
1282         (shr-render-td): Only delete space at the end of the TD.
1283
1284         * nnimap.el (nnimap-open-connection): Prepare to support
1285         open-gnutls-stream.
1286
1287         * shr.el: Rearrange function order to be more logical.
1288
1289 2010-10-06  Julien Danjou  <julien@danjou.info>
1290
1291         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
1292         (nnrss-discover-feed): Remove 404 URL in docstring.
1293
1294         * nnir.el: Fix Swish-E URL.
1295         Fix Namazu URL.
1296
1297         * message.el (message-change-subject): Remove 404 URL in a comment.
1298
1299 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1300
1301         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
1302         called interactively.
1303
1304         * gnus-util.el (gnus-remove-if): Allow hash table.
1305         (gnus-remove-if-not): New function.
1306
1307         * gnus-art.el (gnus-mime-view-part-as-type)
1308         * gnus-score.el (gnus-summary-score-effect)
1309         * gnus-sum.el (gnus-read-move-group-name):
1310         Replace remove-if-not with gnus-remove-if-not.
1311
1312         * gnus-group.el (gnus-group-completing-read):
1313         Regard collection as a hash table if it is not a list.
1314
1315 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1316
1317         * shr.el (shr-render-td): Allow blank/missing <TD>s.
1318
1319         * shr.el: Document the table-rendering algorithm.
1320
1321 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1322
1323         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
1324         for Emacsen having no `libxml-parse-html-region' support.
1325
1326 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1327
1328         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
1329         invalid URLs.
1330
1331         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
1332         line-broken.
1333         (shr-tag-img): Ignore image fetching errors.
1334         (shr-overlays-in-region): Compute overlay positions correctly.
1335
1336         * mm-decode.el (mm-shr): Require shr.
1337
1338         * gnus-art.el (gnus-blocked-images): Move variable here.
1339
1340         * shr.el (shr-insert-table): Bind free variable.
1341
1342         * mm-decode.el (mm-shr): Bind shr-content-function.
1343
1344         * shr.el (shr-content-function): New variable.
1345
1346         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
1347         added for symmetry.
1348
1349         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
1350
1351         * gnus-group.el (gnus-group-make-group): Doc fix.
1352
1353         * nnimap.el (nnimap-request-newgroups): Return success.
1354
1355         * shr.el (shr-find-elements): New function.
1356         (shr-tag-table): Put all the images after the table.
1357         (shr-tag-table): Really inhibit images inside the table.
1358         (shr-collect-overlays): Copy over overlays from the TD elements to the
1359         main document.
1360
1361         * mm-decode.el (mm-shr): Bind shr-blocked-images to
1362         gnus-blocked-images.
1363
1364 2010-10-05  Julien Danjou  <julien@danjou.info>
1365
1366         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
1367
1368         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
1369         (gnus-html-maximum-image-size): Add this function.
1370         (gnus-html-put-image): Use gnus-html-maximum-image-size.
1371
1372         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
1373         server-value of the capability is nil.
1374
1375 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1376
1377         * shr.el (shr-tag-em): Add <EM> tag.
1378
1379 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
1380
1381         * sieve-manage.el (sieve-manage-default-stream): Make default stream
1382         customizable.
1383
1384         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
1385         handing broken links to browse-url.
1386
1387 2010-10-05  Julien Danjou  <julien@danjou.info>
1388
1389         * gnus-util.el (gnus-emacs-completing-read)
1390         (gnus-iswitchb-completing-read): Use autoload rather than require.
1391
1392 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1393
1394         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
1395         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
1396         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
1397         iswitchb-temp-buflist for XEmacs.
1398
1399         * gnus-util.el (gnus-completing-read-function): Exclude
1400         gnus-icompleting-read and gnus-ido-completing-read from candidates for
1401         XEmacs since iswitchb.el is very old and ido.el is unavailable in
1402         XEmacs.
1403
1404         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
1405         not to use `delete-dups' that is unavailable in XEmacs 21.4.
1406
1407         * gnus-html.el: Don't require help-fns under XEmacs.
1408         (gnus-html-schedule-image-fetching): Work for XEmacs.
1409
1410         * mm-decode.el (mm-shr): Decode contents by charset.
1411
1412 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1413
1414         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
1415         unknown.
1416
1417         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
1418         (shr-get-image-data): Ensure against the cache file missing.
1419
1420         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
1421         for data.
1422
1423         * spam-report.el (spam-report-url-ping-plain): Don't query about
1424         killing the process.
1425
1426         * shr.el (shr-render-td): Protect against too-wide text.
1427
1428 2010-10-04  Julien Danjou  <julien@danjou.info>
1429
1430         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
1431         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
1432
1433         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
1434         retrieved.
1435
1436 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1437
1438         * shr.el (browse-url): Required.
1439         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
1440         lines.
1441         (shr-show-alt-text, shr-browse-image): New commands.
1442         (shr-browse-url, shr-copy-url): New commands.
1443
1444         * gnus-sum.el (gnus-widen-article-window): New variable.
1445         (gnus-summary-select-article-buffer): Use it.
1446
1447         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
1448         without @ signs.
1449
1450 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1451
1452         * nnir.el (nnir-run-imap): Remove spurious space in search string.
1453
1454 2010-10-04  Julien Danjou  <julien@danjou.info>
1455
1456         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
1457         for XEmacs.
1458
1459 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1460
1461         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
1462
1463         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
1464         (nnimap-close-server): Implement.
1465
1466         * dgnushack.el (iswitchb): Require to shut up the compiler.
1467
1468         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
1469         (shr-insert): Tweak line breaking.
1470         (shr-insert): Handle <pre> better.
1471         (shr-tag-li): Get <li> indentation right.
1472         (shr-tag-li): Get <li> indentation even righter.
1473         (shr-tag-blockquote): Ensure paragraph start.
1474         (shr-make-table): Tweak table generation.
1475         (shr-make-table): Fix typo.
1476
1477         * shr.el: Implement table rendering.
1478
1479 2010-10-04  Julien Danjou  <julien@danjou.info>
1480
1481         * gnus-html.el (gnus-html-put-image): Fix resize image code.
1482
1483 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1484
1485         * shr.el (shr-insert): Use string anchors instead of line anchors.
1486
1487 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1488
1489         * shr.el: Add headings.
1490         (shr-ensure-paragraph): Actually work.
1491         (shr-tag-li): Make <ul> prettier.
1492         (shr-insert): Get white space at the beginning/end of elements right.
1493         (shr-tag-p): Collapse subsequent <p>s.
1494         (shr-ensure-paragraph): Don't insert double line feeds after blank
1495         lines.
1496         (shr-insert): \t is also space.
1497         (shr-tag-s): Fix "s" tag name function.
1498         (shr-tag-s): Fix face prop name.
1499
1500 2010-10-03  Julien Danjou  <julien@danjou.info>
1501
1502         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
1503
1504         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
1505         gnus-window-inside-pixel-edges.
1506
1507         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
1508         gnus-ems.
1509
1510         * mm-view.el (mm-inline-image-emacs): Support image resizing.
1511
1512         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
1513         function.
1514
1515         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
1516         resize choice.
1517
1518 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1519
1520         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
1521         beginning of the buffer.
1522
1523         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
1524         article buffer again.
1525
1526         * shr.el (shr-tag-p): Don't insert newlines at the start of the
1527         buffer.
1528
1529         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
1530         when it's at the start of the buffer.
1531
1532         * shr.el (shr-tag-blockquote): Convert name.
1533         (shr-rescale-image): Use the right image-size variant.
1534
1535         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
1536         buffer isn't shown, then select the current article first instead of
1537         bugging out.
1538         (gnus-summary-select-article-buffer): Show both the article and summary
1539         buffers again.
1540
1541         * shr.el (shr-fontize-cont): Protect against regions with no text.
1542         Rename tag functions to shr-tag-* for enhanced security.
1543         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
1544
1545 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
1546
1547         * shr.el (shr-insert):
1548         * pop3.el (pop3-movemail):
1549         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
1550         loaded.
1551
1552 2010-10-03  Glenn Morris  <rgm@gnu.org>
1553
1554         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
1555
1556         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
1557
1558         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
1559
1560         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
1561
1562         * gnus-util.el (gnus-make-local-hook): Simplify.
1563
1564 2010-10-02  Julien Danjou  <julien@danjou.info>
1565
1566         * gnus-util.el (gnus-iswitchb-completing-read): New function.
1567         (gnus-ido-completing-read): New function.
1568         (gnus-emacs-completing-read): New function.
1569         (gnus-completing-read): Use gnus-completing-read-function.
1570         Add gnus-completing-read-function.
1571
1572 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1573
1574         * shr.el (shr-insert-document): Autoload.
1575         (shr-img): Be silent.
1576         (shr-insert): Add a newline after every picture before text.
1577         (shr-add-font): Use overlays for combining faces.
1578         (shr-insert): Pass upwards the text start point.
1579
1580         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
1581         possible.
1582         (mm-shr): New function.
1583
1584 2010-10-02  Julien Danjou  <julien@danjou.info>
1585
1586         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
1587         should go backward.
1588
1589 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
1590
1591         * shr.el (shr): Fix typo in provide call.
1592
1593 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1594
1595         * shr.el: New file.
1596
1597         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
1598
1599         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
1600         completing read.
1601
1602 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1603
1604         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
1605         we're being queried about.  Suggested by Dan Jacobson.
1606
1607         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
1608         by Jason Eisner.
1609
1610         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
1611         table, too.  Suggested by Stefan Wiens.
1612         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
1613         the table unnecessary.  Suggested by Stefan Wiens.
1614
1615         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
1616         longer needed, and probably doesn't work either, as pointed out by
1617         Stefan Wiens.
1618         (gnus-summary-exit): Remove call to the clearing function.
1619         (gnus-summary-exit-no-update): Ditto.
1620
1621         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
1622         instead of gnus-eval-in-buffer-window to avoid popping up frames.
1623         Reported by Stefan Monnier.
1624         (gnus-summary-save-in-rmail): Ditto.
1625
1626         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
1627         article buffer, instead of both the article buffer and the summary
1628         buffer.  Sort of suggested by Dan Jacobson.
1629
1630         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
1631
1632         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
1633         Suggested by Dan Jacobson.
1634
1635         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
1636         documentation clearer.
1637
1638         * message.el (message-shorten-references): Comment on the number "21".
1639         Suggested by Stefan Monnier.
1640
1641         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
1642         Suggested by Dan Jacobson.
1643
1644         * gnus.el (gnus-large-newsgroup): Mention
1645         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
1646
1647         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
1648         externalize attachments.  Bug reported by Steve Wen.
1649
1650         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
1651         really message anything to the user.
1652
1653         * nnmail.el (nnmail-article-group): Allow using the fancy split method
1654         directly.
1655
1656         * nnimap.el (nnimap-request-group): Low higher than high to signal no
1657         messages in empty groups.
1658
1659 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
1660
1661         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
1662         non-UIDNEXT group.
1663
1664 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1665
1666         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
1667         not the value from the collection.
1668
1669         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
1670         values.  This sometimes happens on some groups that have no info.
1671         (nnimap-request-newgroups): New function.
1672
1673 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
1674
1675         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
1676         check into `gnus-registry-initialize'.
1677         (gnus-registry-initialize): Ditto.
1678         Fix and extend header docs.
1679
1680 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1681
1682         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
1683         regexp backtrace overflows.
1684
1685         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
1686         for starttls that tls.el implements; i.e. openssl.
1687
1688         * tls.el (tls-starttls-switches): Give up on using starttls with
1689         gnutls-cli.
1690         (tls-program): Add --insecure to be consistent with the defaults from
1691         openssl s_client.  Now all three commands are insecure.
1692
1693 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1694
1695         * lpath.el: Bind completion-styles-alist for XEmacs.
1696
1697         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
1698         (gravatar-create-image): New function that's an alias to
1699         gnus-xmas-create-image, gnus-create-image, or create-image.
1700         (gravatar-data->image): Use it.
1701
1702 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
1703
1704         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
1705         install the nnregistry refer method.
1706         (gnus-registry-install-hooks): Use it.
1707         (gnus-registry-unfollowed-groups): Add nnmairix to the default
1708         unfollowed groups.
1709
1710 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
1711
1712         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
1713         expanding threads.
1714
1715 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1716
1717         * nnir.el: Use the server names without suffixes (bug #7009).
1718
1719         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
1720         unencrypted to STARTTLS, if possible.
1721
1722 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1723
1724         * message.el (message-ignored-supersedes-headers): Strip Injection-*
1725         headers before superseding.
1726
1727 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1728
1729         * nnrss.el (nnrss-use-local): Add documentation.
1730
1731         * nnimap.el (nnimap-extend-tls-programs): New function.
1732         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
1733         (nnimap-wait-for-connection): Accept the greeting from the stupid
1734         output from openssl s_client -starttls, too.
1735
1736         * tls.el (tls-starttls-switches): New variable.
1737         (tls-find-starttls-argument): Use it.
1738         (open-tls-stream): Ditto.
1739
1740         * netrc.el (netrc-credentials): Return the value of the "default"
1741         entry.
1742         (netrc-machine): Ditto.
1743
1744         * nnimap.el (nnimap-find-article-by-message-id): Really return the
1745         article number.
1746         (nnimap-split-fancy): New variable.
1747         (nnimap-split-incoming-mail): Use it.
1748
1749         * nntp.el (nntp-server-list-active-group): Document.
1750
1751         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
1752         SELECT to get the message-id.
1753
1754         * mail-source.el (mail-sources): Removed webmail support.
1755         (defvar): Ditto.
1756         (mail-source-fetcher-alist): Ditto.
1757         (mail-source-fetch-webmail): Removed.
1758
1759         * webmail.el: Removed -- doesn't seem relevant any more.
1760
1761         * gnus.el: Fix up make-obsolete-variable declarations throughout.
1762
1763         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
1764         the \r.
1765
1766 2010-09-30  Julien Danjou  <julien@danjou.info>
1767
1768         * gnus-agent.el (gnus-agent-add-group): Fix call to
1769         gnus-completing-read.
1770
1771 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1772
1773         * nndoc.el (nndoc-retrieve-groups): New function.
1774
1775         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
1776         `default', use nnmail-split-methods.
1777         (nnimap-request-article): Downcase the NILs so that they are nil.
1778
1779         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
1780         symbol.
1781
1782         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
1783         code, since if the user has requested network, that's what they ought
1784         to get.
1785         (nnimap-request-set-mark): Erase the buffer before issuing commands.
1786         (nnimap-split-rule): Mark as obsolete.
1787
1788         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
1789         variable.
1790
1791         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
1792         correct slot, too.
1793
1794 2010-09-29  Julien Danjou  <julien@danjou.info>
1795
1796         * gnus.el (gnus-local-domain): Declare variable obsolete.
1797
1798         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
1799         computing.
1800         (gnus-ido-completing-read): Require ido.
1801
1802 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1803
1804         * gnus-registry.el: Don't prompt on load, which makes it impossible to
1805         build Gnus.
1806
1807         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
1808         when interpreting the structures.
1809         (nnimap-request-accept-article): Add \r\n to the lines to make this
1810         work with Cyrus.
1811
1812         * nndraft.el (nndraft-request-expire-articles): Use the group name
1813         instead if "nndraft".  Fix found by Nils Ackermann.
1814
1815 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
1816
1817         * nnregistry.el: Added.
1818
1819 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1820
1821         * nnmail.el (group, group-art-list, group-art):
1822         Remove unneeded directives.
1823
1824 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1825
1826         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
1827         (mm-mime-charset)
1828         * rfc2047.el (rfc2047-syntax-table)
1829         * utf7.el (utf7-utf-16-coding-system): Comment fix.
1830
1831         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
1832         rather than `insert-file-contents' and `eval-region'.
1833
1834         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
1835         construction.
1836
1837         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
1838
1839         * time-date.el: No need to require cl for Emacs 21.
1840
1841 2010-09-29  Julien Danjou  <julien@danjou.info>
1842
1843         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
1844         replacement of `gnus-gravatar-relief' to mimic
1845         `gnus-faces-properties-alist'.
1846         Add :version property.
1847
1848 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1849
1850         * mail-source.el (mail-source-report-new-mail)
1851         * message.el (message-default-mail-headers)
1852         * mm-decode.el (mm-valid-image-format-p): Comment fix.
1853
1854         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
1855
1856 2010-09-28  Julien Danjou  <julien@danjou.info>
1857
1858         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
1859         mail-address contains the same string as real-name.
1860
1861         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
1862         non-blank in header, otherwise it'll get stripped.
1863
1864         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
1865         real-name, and then for mail address rather than doing : or , search.
1866
1867 2010-09-27  Julien Danjou  <julien@danjou.info>
1868
1869         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
1870         (gnus-server-goto-server): Use gnus-completing-read.
1871
1872         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
1873
1874         * mm-util.el (defalias): Use gnus-completing-read.
1875         (mm-codepage-setup): Use gnus-completing-read.
1876
1877         * smime.el (smime-sign-buffer): Use gnus-completing-read.
1878         (smime-decrypt-buffer): Use gnus-completing-read.
1879
1880         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
1881
1882         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
1883         (mml-minibuffer-read-disposition): Use gnus-completing-read.
1884         (mml-insert-multipart): Use gnus-completing-read.
1885
1886         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
1887
1888         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
1889
1890         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
1891
1892         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
1893
1894         * gnus.el (gnus-read-method): Use gnus-completing-read.
1895
1896         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
1897
1898         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
1899         (gnus-mime-action-on-part): Use gnus-completing-read.
1900         (gnus-article-encrypt-body): Use gnus-completing-read.
1901
1902         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
1903         (gnus-topic-move-matching): Use gnus-completing-read.
1904         (gnus-topic-copy-matching): Use gnus-completing-read.
1905         (gnus-topic-sort-topics): Use gnus-completing-read.
1906         (gnus-topic-move): Use gnus-completing-read.
1907
1908         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
1909         (gnus-agent-add-group): Use gnus-completing-read.
1910
1911         * nnmairix.el (nnmairix-create-server-and-default-group): Use
1912         gnus-completing-read.
1913         (nnmairix-update-groups): Use gnus-completing-read.
1914         (nnmairix-get-server): Use gnus-completing-read.
1915         (nnmairix-backend-to-server): Use gnus-completing-read.
1916         (nnmairix-goto-original-article): Use gnus-completing-read.
1917         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
1918
1919         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
1920
1921         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
1922         (gnus-group-make-useful-group): Use gnus-completing-read.
1923         (gnus-group-make-web-group): Use gnus-completing-read.
1924         (gnus-group-add-to-virtual): Use gnus-completing-read.
1925         (gnus-group-browse-foreign-server): Use gnus-completing-read.
1926
1927         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
1928         (gnus-summary-limit-to-extra): Use gnus-completing-read.
1929         (gnus-summary-execute-command): Use gnus-completing-read.
1930         (gnus-summary-respool-article): Use gnus-completing-read.
1931         (gnus-read-move-group-name): Use gnus-completing-read.
1932
1933         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
1934         (gnus-summary-score-effect): Use gnus-completing-read.
1935
1936         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
1937
1938         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
1939         right completing-read function.
1940         (gnus-use-ido): New variable
1941         (gnus-completing-read-with-default): Remove.
1942
1943 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1944
1945         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
1946         x-focus-frame.
1947
1948         * nnimap.el (auth-source-forget-user-or-password)
1949         (auth-source-user-or-password): Autoload.
1950
1951         * message.el (message-from-style, message-interactive)
1952         (message-cite-prefix-regexp, message-sendmail-envelope-from)
1953         (message-yank-prefix, message-indentation-spaces, message-signature)
1954         (message-signature-file): Add comment.
1955
1956 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1957
1958         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
1959         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
1960         new articles.
1961
1962         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
1963         parts.
1964         (nnimap-request-article): Work with the t setting, too.
1965
1966         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
1967         that you don't get flashes of other buffers.
1968         (gnus-summary-show-complete-article): Intern before setting.
1969
1970 2010-09-27  David Engster  <dengste@eml.cc>
1971
1972         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
1973         well as HEADERS.
1974         (nnmairix-retrieve-headers): Provide new argument for the above.
1975
1976 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1977
1978         * gnus-sum.el (gnus-summary-move-article): Don't alter
1979         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
1980         group.
1981
1982         * nnimap.el (nnimap-update-info): Don't destructively alter active.
1983
1984         * message.el (message-cite-prefix-regexp): Revert my last edit.
1985
1986         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
1987         variable instead of the Gnus variable.
1988
1989         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
1990
1991         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
1992         again.
1993
1994         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
1995         since some servers don't like it.
1996         (nnimap-open-connection): Forget credentials if the server says the
1997         password was wrong.
1998         (nnimap-parse-line): Protect against invalid data.
1999
2000         * gnus-sum.el (gnus-summary-move-article): Add comment.
2001         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
2002         nothing alters it while scanning for new messages.
2003
2004         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
2005         which may or may not help.
2006         (nnimap-open-connection): If we're doing a stream connection, and then
2007         discover we're on a STARTTLS-capable server, then open a STARTTLS
2008         connection instead.
2009
2010 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2011
2012         * nnimap.el (utf7): Required.
2013
2014         * message.el (message-cite-prefix-regexp): Remove "}" from citation
2015         prefix.
2016
2017 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
2018
2019         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
2020
2021 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2022
2023         * nnimap.el (nnimap-request-accept-article): Message the error on
2024         error.
2025
2026 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2027
2028         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
2029
2030 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2031
2032         * nndoc.el (nndoc-request-list): Return success always.
2033
2034         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
2035         `fetch-old' -- we only want to fetch the articles we've requested.  The
2036         rest are in the agent, probably.
2037         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
2038         disappeared server" to something low.  It's not important.
2039
2040         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
2041         arrived before the FETCH data.
2042
2043         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
2044         target here, because we don't know the Gnus name of the group.
2045
2046         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
2047         for the correct group.
2048
2049         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
2050
2051         * gnus.el (gnus): Give a final warning after startup.
2052
2053         * gnus-util.el (gnus-action-message-log): New variable.
2054         (gnus-message): Use it.
2055         (gnus-final-warning): New function.
2056
2057         * nnimap.el (nnimap-open-connection): Record the greeting.
2058         (nnimap): Add greeting.
2059
2060 2010-09-26  Julien Danjou  <julien@danjou.info>
2061
2062         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
2063         arguments.
2064         (gnus-html-wash-images): Fix spec computing to include start/end.
2065
2066         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
2067
2068 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2069
2070         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
2071         deletion.
2072         (nnimap-retrieve-headers): Don't select the group, because that's
2073         already done by nnimap-possibly-change-group.
2074
2075         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
2076         (gnus-picon-transform-address): Use it.
2077
2078         * mail-source.el (mail-source-value): Revert previous patch.
2079
2080         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
2081         on failure.
2082         (nnimap-open-connection): Look up both virtual and physical server name
2083         credentials.
2084
2085         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
2086
2087 2009-02-07  Dave Love  <fx@gnu.org>
2088
2089         * tls.el (open-tls-stream): Don't query killing process.
2090
2091 2009-02-08  Dave Love  <fx@gnu.org>
2092
2093         * gnus-win.el (gnus-window-to-buffer-helper,
2094         gnus-all-windows-visible-p): Function needn't be a symbol.
2095
2096         * mail-source.el (mail-source-value): Function needn't be a symbol.
2097
2098 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2099
2100         * message.el (message-cite-prefix-regexp): Remove } from the cite
2101         prefix.
2102
2103         * gnus-art.el (gnus-treatment-function-alist): Do picons before
2104         highlight again, so that the highlight is correct.
2105
2106         * gnus-picon.el (gnus-picon): Remove again.
2107         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
2108
2109         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
2110         doing the header highlightling, so that the background colour of the
2111         picon is correct.
2112
2113         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
2114         (gnus-picon): Ditto.
2115         (gnus-picon): Reinstate.  The background colour for picons is white.
2116         (gnus-picon-insert-glyph): Make the background white.
2117
2118         * nnml.el (nnml-open-nov): Don't return dead buffers.
2119
2120         * auth-source.el (auth-source-create): Query the user for whether to
2121         store the credentials.
2122
2123         * netrc.el (netrc-store-data): New function.
2124
2125         * auth-source.el (auth-source-user-or-password): Use the existing auth
2126         sources, if any, for creation.
2127
2128         * gnus.el (gnus-group-fast-parameter): Return the last matching
2129         parameter instead of the first matching parameter.
2130
2131 2010-09-26  Julien Danjou  <julien@danjou.info>
2132
2133         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
2134
2135 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2136
2137         * mml2015.el (mml2015-use): Remove gpg support.
2138
2139         * mml1991.el (mml1991-function-alist): Remove gpg function.
2140         (mml1991-gpg-sign): Removed.
2141
2142 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
2143
2144         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
2145         (gnus-browse-unsubscribe-current-group): Document it.
2146         (gnus-browse-unsubscribe-group): Use it.
2147
2148 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2149
2150         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
2151         address to the To list for easier response.
2152
2153         * gnus.el (gnus-play-startup-jingle): Removed.
2154         (gnus-splash): Don't play jingle.
2155         (gnus): Silence gnus-load message.
2156
2157         * gnus-art.el (gnus-treat-play-sounds): Removed.
2158
2159         * gnus.el (gnus-play-jingle): Remove audio support.
2160
2161         * gnus-cus.el (gnus-score-customize): Remove audio reference.
2162
2163         * earcon.el: Removed -- no users.
2164
2165         * gnus-audio.el: Removed -- no users of this package.
2166
2167         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
2168
2169         * gnus-start.el (gnus-setup-news): Remove nocem support.
2170
2171         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
2172
2173         * gnus.el (gnus-use-nocem): Removed.
2174
2175         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
2176         Removed.
2177
2178         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
2179         uses NoCeM any more.
2180
2181         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
2182         (gnus-button-ctan-handler): Ditto.
2183         (gnus-button-handle-ctan-bogus-regexp): Ditto.
2184         (gnus-button-ctan-directory-regexp): Ditto.
2185         (gnus-button-handle-ctan): Ditto.
2186         (gnus-button-tex-level): Ditto.
2187         (gnus-button-alist): Removed CTAN stuff.
2188
2189 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2190
2191         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
2192         nnimap-streaming test.
2193
2194         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
2195         servers twice.
2196
2197         * nnimap.el (nnimap-open-connection): Add more error reporting when
2198         nnimap fails early.
2199
2200         * nnheader.el (nnheader-get-report-string): New function.
2201         (nnheader-get-report): Use it.
2202
2203         * gnus-int.el (gnus-check-server): Say what the error was when opening
2204         failed.
2205
2206         * nnimap.el (nnimap-wait-for-response): Search further when we're not
2207         using streaming.
2208
2209 2010-09-25  Julien Danjou  <julien@danjou.info>
2210
2211         * gnus-html.el (gnus-html-rescale-image): Use our defalias
2212         gnus-window-inside-pixel-edges.
2213
2214 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2215
2216         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
2217
2218         * mm-decode.el (mm-save-part): Allow saving to other directories the
2219         normal Emacs way.
2220
2221         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
2222         by Jay Berkenbilt.
2223
2224         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
2225         there isn't a single byte.
2226
2227         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
2228         just do it.  It doesn't really seem to matter what the user responds
2229         here, I think, so it's just a confusing question.
2230
2231         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
2232         non-streaming case.
2233
2234         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
2235         (gnus-article-encrypt-body): Use it.
2236
2237         * gnus-sum.el (gnus-summary-show-complete-article): New command and
2238         keystroke.
2239
2240         * nnimap.el (nnimap-find-wanted-parts-1): Use
2241         gnus-fetch-partial-articles.
2242
2243         * gnus-art.el (gnus-fetch-partial-articles): New variable.
2244
2245         * nnimap.el (nnimap-insert-partial-structure): New function.
2246         (nnimap-get-partial-article): New function.
2247         (nnimap-request-article): Use it.
2248         (nnimap-wait-for-response): Return whether the wait was successful.
2249         (nnimap-finish-retrieve-group-infos): Don't do anything if the
2250         retrieval wasn't successful.
2251         (nnimap-retrieve-group-data-early): Allow throttling servers.
2252         (nnimap-streaming): New variable.
2253         (nnimap-fetch-partial-articles): Removed.
2254
2255         * mm-decode.el (mm-with-part): Protect against killed buffers.
2256
2257         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
2258         for prettier summary display.
2259
2260 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
2261
2262         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
2263         directly.
2264
2265 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2266
2267         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
2268         apparently third-party libraries depend on it.
2269
2270         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
2271         before starting negotiation.
2272
2273         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
2274         privacy reasons.
2275         (gnus-treat-mail-gravatar): Ditto.
2276
2277         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
2278         buffer when inserting images.  Inserting text into the headers, for
2279         instance, can make them invalid.
2280
2281 2010-09-25  Julien Danjou  <julien@danjou.info>
2282
2283         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
2284         variables.
2285
2286         * nnheader.el: Remove useless variables news-reply-yank-from and
2287         news-reply-yank-message-id.
2288
2289         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
2290         variables.
2291
2292         * mml1991.el: Remove useless mml1991-verbose.
2293
2294         * gnus.el: Remove useless variable gnus-use-generic-from.
2295         Remove obsolete variable gnus-topic-indentation.
2296
2297         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
2298
2299         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
2300
2301         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
2302
2303         * gnus-group.el: Remove useless gnus-group-icon-cache.
2304         Remove useless gnus-ephemeral-group-server.
2305
2306         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
2307
2308         * mml2015.el: Remove useless mml2015-verbose.
2309
2310         * mml-smime.el: Remove useless mml-smime-verbose.
2311
2312         * gnus.el: Remove useless gnus-local-domain.
2313
2314         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
2315         gnus-gravatar-size.
2316
2317         * gnus-art.el: Remove useless gnus-treat-translate.
2318
2319 2010-09-24  Julien Danjou  <julien@danjou.info>
2320
2321         * gnus-sum.el: Add support for Gravatars.
2322
2323         * gnus-art.el: Add support for Gravatars.
2324
2325         * gnus-gravatar.el: Add this file.
2326
2327         * gravatar.el: Add this file.
2328
2329 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2330
2331         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
2332
2333         * gnus-group.el (gnus-group-fetch-faq): Removed.
2334
2335         * gnus.el (gnus-group-faq-directory): Removed.
2336
2337         * gnus-group.el (gnus-group-fetch-charter): Removed.
2338
2339         * gnus.el (gnus-group-charter-alist): Removed.
2340
2341         * gnus-group.el (gnus-group-archive-directory): Removed.
2342         (gnus-group-recent-archive-directory): Ditto.
2343         (gnus-group-make-archive-group): Removed.
2344
2345         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
2346
2347         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
2348         use the same article number for all the cached articles.
2349
2350         * nnimap.el (nnimap-command): Register the last command time so
2351         that we can use it for idling NOOPs.
2352         (nnimap-open-connection): Start the keeplive timer.
2353         (nnimap-make-process-buffer): Store all the process buffers.
2354         (nnimap-keepalive): New function.
2355
2356         * starttls.el (starttls-open-stream): Add autoload cookie.
2357
2358 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2359
2360         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
2361         handling.
2362
2363 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2364
2365         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
2366         its data structures.
2367
2368         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
2369         instead of the cl.el copy-list.
2370         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
2371         equalp.
2372
2373 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2374
2375         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
2376         and tool-bar-local-item-from-menu.
2377
2378         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
2379         mode-line-highlight face for Emacs.
2380
2381         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
2382         loading gnus-sum.elc; fix comment for canlock-verify.
2383         (gnus-article-jump-to-part): Use read-number.
2384         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
2385         Emacs pre-21 compatible code for help-echo.
2386         (gnus-article-next-page-1): No need to adjust the number of lines.
2387         (gnus-article-describe-bindings): Always use help-buffer.
2388
2389         * gnus-audio.el (gnus-audio-inline-sound)
2390         * gnus-cus.el (gnus-custom-mode)
2391         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
2392
2393         * gnus-sum.el (gnus-remove-overlays): Doc fix.
2394
2395         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
2396         compatible code.
2397
2398 2010-09-24  Glenn Morris  <rgm@gnu.org>
2399
2400         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
2401         visiting the fcc file in rmail-mode.
2402
2403         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
2404
2405 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2406
2407         * nnir.el: Silence the byte compiler.
2408
2409         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
2410         alias to browse-url-url-encode-chars if any.
2411         (gnus-html-encode-url): Use it.
2412
2413 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2414
2415         * gnus-start.el (gnus-use-backend-marks): New variable.
2416         (gnus-get-unread-articles-in-group): Use it.
2417
2418         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
2419         makeover.
2420
2421 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2422
2423         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
2424
2425 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2426
2427         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
2428         Removed.
2429         (gnus-setup-news-hook): Removed
2430         gnus-fixup-nnimap-unread-after-getting-new-news.
2431
2432         * gnus-int.el (gnus-request-update-info): Protect against backends not
2433         having the function.
2434
2435         * nnimap.el (nnimap-stream): Mention starttls.
2436         (nnimap-open-connection): Add starttls support.
2437
2438 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2439
2440         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
2441
2442 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2443
2444         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
2445         BODYSTRUCTUREs.
2446         (nnimap-transform-headers): Unfold quoted {42} headers.
2447
2448         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
2449         the info.
2450         (gnus-get-unread-articles): Only call updatep on backends that support
2451         it.
2452
2453         * nnweb.el (nnweb-request-update-info): NOOP.
2454
2455         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
2456
2457         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
2458         since it only deals with marks.
2459
2460         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
2461         gnus-request-marks, and make a new gnus-request-update-info.
2462
2463         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
2464         the active instead of the high number, which is usually too low.
2465
2466 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
2467
2468         * netrc.el (netrc-parse): Remove encrypt.el mentions.
2469         * encrypt.el: Removed.
2470
2471 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2472
2473         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
2474         server in symbolic form.
2475
2476         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
2477         0.9.
2478
2479 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2480
2481         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
2482         (nnimap-update-info): Fix up code slightly.
2483
2484         * gnus-int.el (gnus-open-server): Add tracing for performance
2485         debugging.
2486
2487         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
2488         (gnus-group-insert-group-line): Pass the real group name so that it
2489         gets the right data.
2490
2491         * gnus-start.el (gnus-get-unread-articles): Don't have
2492         `gnus-get-unread-articles-in-group' update info, since that can be
2493         really slow and doesn't seem to be needed?
2494
2495 2010-09-22  Dan Christensen  <jdc@uwo.ca>
2496
2497         * time-date.el (date-to-time): Try using parse-time-string first before
2498         using the slower timezone-make-date-arpa-standard.
2499
2500 2010-09-22  Julien Danjou  <julien@danjou.info>
2501
2502         * gnus-group.el (gnus-group-insert-group-line): Call
2503         gnus-group-highlight-line.
2504         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
2505         default hook list.
2506         (gnus-group-update-eval-form): Add new function.
2507         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
2508         (gnus-group-get-icon): Use gnus-group-update-eval-form.
2509
2510 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2511
2512         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
2513         immediate, then expire all articles.
2514         (nnimap-update-info): Fix off-by-one errors.
2515         (nnimap-flags-to-marks): Would return no marks lists for group with no
2516         flags.  Instead return the other data.
2517
2518 2010-09-22  Julien Danjou  <julien@danjou.info>
2519
2520         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
2521         Only return an icon.
2522         (gnus-group-insert-group-line): Compute icon to return.
2523
2524         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
2525         variable.
2526         (gnus-html-image-fetched): Only cache if
2527         gnus-html-image-automatic-caching is set.
2528         (gnus-html-image-fetched): Check for errors.
2529
2530 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2531
2532         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
2533         once per method on `g'.  This ensures that backends like nnfolder don't
2534         open all their folders.
2535
2536         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
2537         (nnimap-request-list): Nix out group in the correct buffer.
2538         (nnimap-parse-flags): Implement by using `read' instead of
2539         hand-parsing.
2540         (nnimap-flags-to-marks): Pass on permanent-flags.
2541         (nnimap-make-process-buffer): Record the server name.
2542         (nnimap-parse-flags): Fix typo.
2543         (nnimap-request-scan): Run split on the server in general, not just a
2544         single group.
2545
2546         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
2547         parameter, and propagate this downwards.
2548
2549         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
2550         since EXAMINE changes it on the server.
2551
2552         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
2553         this command might take a while.
2554
2555 2010-09-22  Julien Danjou  <julien@danjou.info>
2556
2557         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
2558         harmful if you have 2 images side-by-side, they can't be properly
2559         update on text deletion.  Using text-property is safer here.
2560         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
2561         data.
2562
2563 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2564
2565         * nnimap.el (nnimap-expunge-inbox): Removed.
2566         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
2567         (nnimap-expunge): Flip default to t.
2568
2569         * gnus.el (gnus-method-to-server): Don't push things to the cache
2570         unless it's unique.
2571         (gnus-server-to-method): Ditto.
2572
2573 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2574
2575         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
2576
2577 2010-09-22  Julien Danjou  <julien@danjou.info>
2578
2579         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
2580         get the start of data.
2581         (gnus-html-encode-url): Add this function to encode special chars in
2582         URL.
2583         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
2584         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
2585
2586         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
2587         default.
2588         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
2589
2590         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
2591         images alt-text.
2592         (gnus-html-put-image): Put alt-text as help-echo.
2593
2594 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2595
2596         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
2597         * mm-util.el (mm-decompress-buffer)
2598         * nnir.el (nnir-run-find-grep)
2599         * pop3.el (pop3-list): Use 3rd arg of split-string.
2600
2601         * time-date.el (format-seconds): Comment fix.
2602
2603         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
2604         and byte-optimize-form-code-walker.
2605         (dgnushack-make-auto-load): Don't advise make-autoload.
2606
2607         * lpath.el: Remove Emacs 21 stuff.
2608
2609 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2610
2611         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
2612         outside the active range.  Suggested by Dan Christensen.
2613
2614         * gnus-start.el (gnus-get-unread-articles): Get the extended method
2615         slightly later to avoid double-getting it.
2616
2617         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
2618         previous patch.
2619
2620         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
2621
2622 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
2623
2624         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
2625
2626 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2627
2628         * gnus-int.el (gnus-open-server): Give a better error message in the
2629         "go offline" case.
2630
2631         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
2632         marks for nnimap, which is seldom the right thing to do.
2633
2634         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
2635         (gnus-same-method-different-name): New function.
2636
2637         * nnimap.el (parse-time): Require.
2638
2639         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
2640         method in the presence of many similar methods.
2641
2642         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
2643
2644         * nnimap.el (nnimap-find-expired-articles): Don't refer to
2645         nnml-inhibit-expiry.
2646
2647         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
2648         find out whether methods are equal.
2649
2650         * nnimap.el (nnimap-find-expired-articles): New function.
2651         (nnimap-process-expiry-targets): New function.
2652         (nnimap-request-move-article): Request the article before looking at
2653         what the Message-ID is.  Fix found by Andrew Cohen.
2654         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
2655
2656         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
2657         for oldness in addition to being a predicate.
2658
2659         * nnimap.el (nnimap-request-group): When we have zero articles, return
2660         the right data to Gnus.
2661         (nnimap-request-expire-articles): Only delete articles immediately if
2662         the target is 'delete.
2663
2664         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
2665         method, this would bug out.
2666
2667         * gnus-group.el (gnus-group-expunge-group): Renamed from
2668         gnus-group-nnimap-expunge, and implemented as a normal interface
2669         function.
2670
2671         * gnus-int.el (gnus-request-expunge-group): New function.
2672
2673         * nnimap.el (nnimap-request-create-group): Implement.
2674         (nnimap-request-expunge-group): New function.
2675
2676 2010-09-21  Julien Danjou  <julien@danjou.info>
2677
2678         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
2679         (gnus-html-cache-expired): Add new function.
2680         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
2681         wethever we should display image for fetch it.
2682         Compute alt-text earlier to pass it to the fetching function too.
2683         (gnus-html-schedule-image-fetching): Change function argument to only
2684         get one image at a time, not a list.
2685         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
2686         cache.
2687         (gnus-html-get-image-data): New function to retrieve image data from
2688         cache.
2689         (gnus-html-put-image): Change buffer argument to use image data rather
2690         than file, and place image above region rather than inserting a new
2691         one. Do not take alt-text as argument, since it's useless now: we place
2692         the image above alt-text.
2693         (gnus-html-prune-cache): Remove.
2694         (gnus-html-show-images): Start to fetch image when we find one, do not
2695         push into a temporary list.
2696         (gnus-html-prefetch-images): Only fetch image if they have expired.
2697         (gnus-html-browse-image): Fix, use 'gnus-image-url.
2698         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
2699
2700 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2701
2702         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
2703
2704 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2705
2706         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
2707         spec inser "*" if the group isn't active instead of 0.
2708
2709         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
2710         opening the server.
2711         (nnimap-request-delete-group): Implement group deletion.
2712         (nnimap-transform-headers): Return the size of the entire message in
2713         the Bytes header, not just the size of the first part.
2714         (nnimap-request-move-article): When moving an article from nnimap,
2715         request the article first so the accepting form has an article to
2716         accept.  Reported by Dan Christensen.
2717         (nnimap-command): Make sure that the error message doesn't error out.
2718
2719 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
2720
2721         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
2722         we haven't requested anything.
2723
2724 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2725
2726         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
2727         "".  Fix found by Andrew Cohen.
2728
2729         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
2730         instead of -encode-string.
2731
2732 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2733
2734         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
2735
2736         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
2737         by mm-subst-char-in-string.
2738
2739 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2740
2741         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
2742         waiting for the connection string.
2743
2744         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
2745         arriving.
2746
2747         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
2748         bogus characters.  This allows selecting certain Gmail groups.
2749
2750         * nnimap.el (nnimap-find-wanted-parts-1): New function.
2751         (nnimap-fetch-partial-articles): New variable.
2752         (nnimap-open-connection): When looking for credentials, also use the
2753         nnimap-server-port.
2754         (nnimap-request-article): Return the group/article number, so that Gnus
2755         `^' works as expected.
2756         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
2757         them.
2758
2759         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
2760         comments.
2761         (gnus-methods-sloppily-equal): New function.
2762         (gnus): When using the development version of Gnus, load the gnus-load
2763         file.
2764
2765         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
2766         `gnus-open-server' on each method before trying to scan them etc.  This
2767         ensures that all the backend parameters are set correctly.
2768
2769         * nnimap.el (nnimap-authenticator): New variable.
2770         (nnimap-open-connection): Allow anonymous login.
2771         (nnimap-transform-headers): The chars header is called Chars not
2772         Bytes.
2773         (nnimap-wait-for-response): Don't infloop if the IMAP connection
2774         drops.
2775
2776         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
2777         patch, found by Knut Anders Hatlen.
2778
2779 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
2780
2781         * gnus-agent.el (gnus-agent-batch-confirmation)
2782         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
2783         to gnus-message.
2784         * gnus-art.el (gnus-article-describe-briefly): Likewise.
2785         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
2786         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
2787         * gnus-int.el (gnus-open-server): Likewise.
2788         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
2789         (gnus-score-check-syntax): Likewise.
2790         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
2791         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
2792         Likewise.
2793         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
2794
2795 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2796
2797         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
2798         calling conventions so that prefetch doesn't bug out.
2799
2800 2010-09-19  Julien Danjou  <julien@danjou.info>
2801
2802         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
2803         rather than `subst-char-in-region' in order to be able to replace ASCII
2804         char by UTF-8 ones.
2805
2806         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
2807         than curl.
2808         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
2809         the right URL and ALT text on images.
2810         (gnus-html-wash-tags): Fix tag case.
2811         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
2812         (gnus-article-html): Add -o display_ins_del=2 option.
2813         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
2814
2815 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2816
2817         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
2818         the extra mail headers, which sometimes seem to happen for unknown
2819         reasons.
2820
2821         * mail-parse.el (mail-header-encode-parameter): Define as
2822         rfc2045-encode-string instead of as rfc2231-encode-string, since some
2823         (or most, perhaps?) mail readers don't understand the latter, but do
2824         understand the former.
2825
2826         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
2827         to nil, so that no methods are automatically agentized.  I think this
2828         is probably what most users want.
2829
2830         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
2831         from url-retrieve, for instance about invalid URLs.
2832
2833         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
2834         groups that have no articles.
2835         (nnimap-request-article): Check that we really got an article when we
2836         requested one.
2837
2838         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
2839         doesn't exist.
2840
2841         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
2842         nntp buffer so the agent can save it.
2843         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
2844         that CRLF doesn't get translated to \n.
2845         (nnimap-open-connection): Don't make 'shell commands only send \n.
2846
2847 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2848
2849         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
2850         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
2851         Update var name.
2852         (nnml-generate-nov-file): Use dolist.
2853         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
2854         Use with-current-buffer.
2855
2856 2010-09-18  Julien Danjou  <julien@danjou.info>
2857
2858         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
2859         parallel.
2860
2861 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2862
2863         * nnimap.el (nnimap-update-info): When doing partial marks update, get
2864         the range update right.
2865         (nnimap-request-group): Don't make `M-g' bug out on group with no
2866         marks.
2867         (nnoo): Required, so that other packages can require nnimap.
2868         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
2869         command we're looking for.  This helps when the server sends more
2870         responses after we've gotten everything we expected.
2871         (nnimap): Add a `newlinep' field to keep track of end-of-line
2872         conventions.
2873         Don't send CRLF to things that don't want it.
2874         (nnimap-request-accept-article): Ditto.
2875
2876 2010-09-18  Julien Danjou  <julien@danjou.info>
2877
2878         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
2879         than curl to retrieve images.
2880
2881 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2882
2883         * nnimap.el (nnimap-update-info): Extend the info so that we can set
2884         the marks.
2885         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
2886         (nnimap-wait-for-connection): New function.
2887         (nnimap-open-connection): If we have PREAUTH, don't query for login
2888         credentials.
2889         (nnimap-update-info): Fix off-by-one error when concatenating ranges
2890         when doing a partial update.
2891
2892 2010-09-18  Julien Danjou  <julien@danjou.info>
2893
2894         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
2895         tags.
2896
2897 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2898
2899         * nnimap.el (nnimap-credentials): New function.
2900         (nnimap-open-connection): Use the new function to look for credentials
2901         also on the numeric equivalents of "imap" and "imaps".
2902
2903         * gnus-start.el (gnus-activate-group): Send the info to
2904         gnus-request-group.
2905
2906         * nnimap.el (nnimap-request-group): Have the "check" version of the
2907         function parse flags and update the info, so that a `M-g' get a total
2908         resync of all flags from the group.
2909
2910         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
2911         to allow backends to alter the info on group selection.  Also alter all
2912         the backend -request-group functions to take the parameter.
2913
2914         * nnimap.el (nnimap-store-info): New function.
2915         (nnimap-update-info): Store the info for later usage.
2916         (nnimap-request-group): Use the stored info for the dont-check case, so
2917         that we don't retrieve all marks when we enter a group.
2918
2919         * nnimap.el: Use deffoo instead of defun for interface functions.
2920
2921         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
2922         update the group info.  This makes the nndraft groups, for instance, go
2923         back to their old behaviour.
2924
2925         * gnus-sum.el (gnus-select-newsgroup): Indent.
2926
2927         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
2928         in.
2929         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
2930         nothing.
2931
2932         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
2933         from methods that are denied.
2934
2935         * gnus-int.el (gnus-method-denied-p): New function.
2936
2937         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
2938         store the password instead of netrc.
2939         (nnimap-open-connection): Don't error out when we can't make a
2940         connections.
2941
2942         * auth-source.el (auth-source-create): In the password prompt, say what
2943         we're querying for.  Also prompt for user name if that hasn't been
2944         given.
2945
2946         * nnimap.el (nnimap-with-process-buffer): Removed.
2947
2948 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2949
2950         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
2951         method when we're reading from the agent.
2952
2953         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
2954
2955         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
2956         that's probably most useful for users.
2957
2958         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
2959         "failed" all the time.
2960
2961         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
2962         ...)) with (with-current-buffer ... ).
2963
2964         * nntp.el (nntp-open-server): Return whether the open was successful or
2965         not.
2966
2967         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
2968         select an unread unseen article first.
2969
2970         * nnimap.el (nnimap-open-connection): If the user doesn't have a
2971         /etc/services, supply some sensible port defaults.
2972
2973         * dgnushack.el: Define netrc-credentials.
2974
2975 2010-09-17  Julien Danjou  <julien@danjou.info>
2976
2977         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
2978
2979 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2980
2981         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
2982         doesn't have any parameters.
2983
2984 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2985
2986         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
2987         only upcased checks.
2988
2989         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
2990
2991         * nnimap.el (nnimap-open-shell-stream): New function.
2992         (nnimap-open-connection): Use it.
2993         (nnimap-transform-headers): Get the number of lines in each message.
2994         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
2995         number of lines.
2996         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
2997         problem.
2998
2999         * utf7.el (utf7-encode): Autoload.
3000
3001         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
3002         to allow the mail splitting to not return a default group.  This is
3003         useful for nnimap, which will leave unmatched mail in the inbox.
3004
3005         * nnimap.el: Rewritten.
3006
3007         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
3008         nnimap usage.
3009
3010         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
3011         if the move is internal, so that nnimap can do fast internal moves.
3012
3013         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
3014         data.
3015         (gnus-read-active-for-groups): Support finishing the early retrieval of
3016         data.
3017
3018         * gnus-range.el (gnus-range-nconcat): New function.
3019
3020         * gnus-int.el (gnus-finish-retrieve-group-infos)
3021         (gnus-retrieve-group-data-early): New functions.
3022
3023 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3024
3025         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
3026         (nnrss-retrieve-groups):
3027         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
3028         (pop3-quit): Use with-current-buffer.
3029
3030 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3031
3032         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
3033         instead of nnheader-accept-process-output.
3034
3035         * dgnushack.el (dgnushack-compile): Add comment.
3036
3037         * lpath.el: No need to fbind propertize for XEmacs 21.4.
3038
3039         * gnus-html.el (gnus-html-schedule-image-fetching)
3040         (gnus-html-prefetch-images): Replace process-kill-without-query by
3041         gnus-set-process-query-on-exit-flag.
3042
3043 2010-09-16  Romain Francoise  <romain@orebokech.com>
3044
3045         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
3046
3047 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3048
3049         * gnus-registry.el (gnus-registry-install-shortcuts): The second
3050         parameter to unintern is mandatory-ish in Emacs 24.
3051
3052         * gnus-html.el (gnus-html-schedule-image-fetching)
3053         (gnus-html-prefetch-images): Check for curl before using it.
3054
3055         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
3056         depend on curl, which isn't essential.
3057
3058         * imap.el: Revert back to version
3059         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
3060         seem problematic.
3061
3062 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3063
3064         * gnus-registry.el (gnus-registry-install-shortcuts):
3065         Explicitly pass `obarray' to `unintern' to avoid a warning.
3066
3067 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3068
3069         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
3070         change.
3071
3072         * nnrss.el (nnrss-request-list): Removed this function and related
3073         functions, including the moreover stuff.
3074
3075 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3076
3077         * nnrss.el (nnrss-retrieve-groups): New function.
3078
3079 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3080
3081         * .dir-locals.el: Add no-byte-compile cookie.
3082
3083 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3084
3085         * time-date.el (format-seconds): Comment fix.
3086
3087         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
3088         for back end that doesn't support request-scan.
3089
3090 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3091
3092         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
3093         then do request scans from the backends.
3094
3095         * netrc.el (netrc-credentials): New conveniency function.
3096
3097         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
3098         avoid running a hook per line, since this takes a lot of time,
3099         profiling shows.
3100         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
3101         directly if gnus-visual-p is true.
3102
3103 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3104
3105         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
3106         groups; replace mapcar with dolist which is a bit faster; pass groups
3107         info to gnus-read-active-file-1.
3108         (gnus-read-active-file-1): Scan only specified groups if the new
3109         optional arg `infos' is given.
3110
3111 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3112
3113         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
3114
3115         * pop3.el (pop3-movemail): Removed.
3116         (pop3-streaming-movemail): Renamed to pop3-movemail.
3117
3118         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
3119         don't restrict end-tag searches to the end of the line.
3120
3121 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3122
3123         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
3124         articles of every unchecked group to t, which means unknown since the
3125         server has never been opened.
3126
3127 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3128
3129         * gnus-html.el (gnus-html-show-alt-text): New command.
3130         (gnus-html-browse-image): Ditto.
3131         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
3132         to browse the image directly.
3133         (gnus-html-wash-tags): Search for images first, so that <a><img> works
3134         better.
3135
3136         * gnus-async.el (gnus-async-article-callback): Call
3137         `gnus-html-prefetch-images' unconditionally.
3138
3139         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
3140         before feeding URLs to curl.
3141
3142 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3143
3144         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
3145         internal images as deletable by `W D D'.
3146
3147         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
3148         (gnus-async-article-callback): Fix typo.
3149
3150 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3151
3152         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
3153         current line to work around bugs in the output from w3m.
3154
3155         * gnus-async.el (gnus-async-article-callback): Always prefetch images
3156         for groups that want that.
3157
3158         * nntp.el (nntp-wait-for-string): Supply a timeout for
3159         accept-process-output to ensure progress.
3160
3161         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
3162         level to get unread articles from, then use that for foreign groups,
3163         too.
3164
3165         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
3166         confuses the rest of the function.
3167
3168         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
3169         for the methods that support -retrieve-groups, too.
3170
3171         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
3172
3173 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3174
3175         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
3176         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
3177
3178         * pop3.el: Require cl when compiling.
3179         (pop3-number-of-responses): Search for "+OK", not "+OK ".
3180
3181 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3182
3183         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
3184         that aren't going to be activated.
3185         (gnus-get-unread-articles): Fix up the last commit.
3186
3187         * gnus-html.el (gnus-article-html): Allow calling without specifying
3188         the handle.  In that case, dissect the buffer first.
3189
3190         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
3191
3192         * nnimap.el (nnimap-open-connection): Revert the change that would look
3193         into authinfo for imaps instead of imap.
3194
3195         * gnus-start.el (gnus-activate-group): Take an optional parameter to
3196         say that you don't want to call gnus-request-group with don-check, but
3197         do check the reponse.  This is for virtual groups only.
3198         (gnus-get-unread-articles): Count the archive groups as secondary, so
3199         that they're activated the same way as before.
3200
3201         * imap.el (imap-message-map): Removed optional buffer parameter, since
3202         no callers use it.
3203         (imap-message-get): Ditto.
3204         (imap-message-put): Ditto.
3205         (imap-mailbox-map): Ditto.
3206         (imap-mailbox-put): Ditto.
3207         (imap-mailbox-get): Ditto.
3208         (imap-mailbox-get): Revert last change for this function.
3209
3210         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
3211         case-insensitively.
3212         (nnimap-debug): Removed.
3213
3214         * imap.el (imap-fetch-safe): Removed function, and altered all callers
3215         to use `imap-fetch' instead.  According to the comments, this should be
3216         safe, since all other IMAP clients use the 1:* syntax.
3217         (imap-enable-exchange-bug-workaround): Removed.
3218         (imap-debug): Removed -- doesn't seem very useful.
3219
3220         * mail-source.el (mail-source-fetch): Don't message if we're fetching
3221         mail from a file, and the file doesn't exist.
3222
3223         * imap.el (imap-log): New convenience function used throughout instead
3224         of repeating the same code all over the place.
3225
3226         * pop3.el (pop3-streaming-movemail): Return t for success.
3227
3228         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
3229         .authinfo if we're using ssl connection.
3230
3231         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
3232         already have if we're in a main Gnus `g' run.
3233
3234         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
3235
3236 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3237
3238         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
3239
3240         * nnmh.el (nnmh-request-list-1): Bind `file'.
3241
3242         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
3243         alias to set-process-query-on-exit-flag or process-kill-without-query.
3244         (pop3-open-server): Use it.
3245
3246 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3247
3248         * mail-source.el (mail-source-delete-crash-box): Always move the crash
3249         box to the Incoming file.  Fixes mistake in previous checkin.
3250
3251         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
3252         request loop (for debugging purposes) removed.
3253
3254         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
3255         culprit is more visible.
3256         (nnml-save-incremental-nov, nnml-open-incremental-nov)
3257         (nnml-add-incremental-nov): New functions to do "incremental" nov
3258         updates, where we just append to the end of the existing nov files
3259         without reading/writing them in full.
3260
3261         * mail-source.el (mail-source-delete-crash-box): Really only check the
3262         incoming files once in a while.
3263
3264         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
3265
3266         * mail-source.el (mail-source-delete-crash-box): Only check the
3267         incoming files for deletion once per day to save a lot of file
3268         accesses.
3269
3270         * pop3.el (pop3-logon): Fix up unbound variable typo.
3271
3272         * mail-source.el (pop3-streaming-movemail): Autoload.
3273
3274         * pop3.el (pop3-streaming-movemail): Respect
3275         pop3-leave-mail-on-server.
3276
3277         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
3278         retrieval.
3279
3280         * pop3.el (pop3-process-filter): Removed unused function.
3281         (pop3-streaming-movemail, pop3-send-streaming-command)
3282         (pop3-wait-for-messages, pop3-write-to-file)
3283         (pop3-number-of-responses): New functions for streaming pop3
3284         retrieval.
3285
3286         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
3287         come from no known methods.
3288         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
3289         list.
3290
3291         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
3292         message sizes.
3293         (pop3-movemail): Use erase-buffer instead of looping and deleting
3294         regions, which seems rather odd.
3295
3296         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
3297         file once per `g' run.
3298
3299         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
3300         directories.  This makes the draft queue directory work.
3301
3302         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
3303         data from the backends, so that we only request the list of groups from
3304         each method once.  This should speed things up considerably.
3305
3306         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
3307         detect that it's not implemented.
3308
3309         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
3310         we actually do recurse down into the tree, but don't stat all leaf
3311         nodes.
3312
3313         * gnus-html.el (gnus-html-show-images): If there are no images to show,
3314         then say so instead of bugging out.
3315
3316         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
3317         files exist before trying to read them.
3318
3319         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
3320         around <pre_int>.
3321
3322         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
3323
3324         * nnmh.el (nnmh-request-list-1): Optimize for speed.
3325
3326 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3327
3328         * mm-util.el (mm-image-load-path): Just return the image directories,
3329         not all directories in the path in addition to the image directories.
3330         (mm-image-load-path): Maintain a cache of the image directories so that
3331         the `g' command in Gnus doesn't have to stat dozens of directories each
3332         time.
3333
3334         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
3335         (gnus-html-wash-tags): Add a new `i' command to insert images.
3336         (gnus-html-insert-image): New command and keystroke.
3337         (gnus-html-redisplay-with-images): New command and keystroke.
3338         (gnus-html-show-images): Renamed command.
3339         (gnus-html-wash-tags): Remove more white space before <pre_int> image
3340         spacers.
3341         (gnus-html-wash-tags): Decode entities at the end, so that entities
3342         inside the tags don't mess up the rest of the "parsing".
3343
3344         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
3345         so that nnimap methods aren't agentized by default.  There's apparently
3346         many problems related to agent/imap behaviour.
3347
3348         * gnus-art.el (gnus-article-copy-string): New command and key binding.
3349
3350         * gnus-html.el: Doc fix.
3351
3352 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3353
3354         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
3355         specifier-spec-list for Emacs 21.
3356
3357         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
3358         glyph-width and glyph-height instead of display-graphic-p and
3359         image-size; make avoidance of displaying small images work for XEmacs.
3360
3361         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
3362         for XEmacs.
3363
3364         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
3365         of symbol that holds plist data.
3366         (gnus-process-plist): Remove plist of process after getting it.
3367
3368 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3369
3370         * message.el (message-generate-hashcash): Change default to
3371         'opportunistic if hashcash is installed.
3372
3373         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
3374         (gnus-html-put-image): Only call image-size once, since it's somewhat
3375         time-consuming on remote X servers.
3376
3377 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3378
3379         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
3380         type on data, not a file name.
3381
3382         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
3383         window-pixel-edges for Emacs 21.
3384
3385         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
3386         decoded contents.
3387         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
3388
3389 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3390
3391         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
3392         group line format, since it isn't very interesting.
3393
3394         * gnus-agent.el (gnus-agent-short-article),
3395         (gnus-agent-long-article): Increase values for these two variables,
3396         since most people are likely to have more network connection and
3397         storage than before.
3398
3399         * gnus.el (gnus-refer-article-method): Change default to 'current.
3400         When referring an article, the common behaviour is to refer it from the
3401         current select method, not the native select method.  The chances of
3402         the native select method having the message in question is rather slim
3403         these days.
3404
3405         * gnus-sum.el (gnus-auto-select-subject): Change default to
3406         `unseen-or-unread'.  I think it's likely that most people want to
3407         select an unseen article over a previously seen, but unread one.
3408
3409         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
3410         means that in the article buffer none of the minor mode elements will
3411         be shown, usually, and this is not desirable in most cases.
3412
3413         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
3414         that commands like `d' (and the like) go to the next line in the
3415         buffer, instead of the next unread article.  I think this is the
3416         behaviour that is most natural for most users.
3417         (gnus-single-article-buffer): Change default to nil, so that people can
3418         have as many article buffers open as they have summary buffer.  I think
3419         this is the most natural way for the groups to behave.
3420
3421         * message.el (message-generate-new-buffers): Change default to
3422         `unsent', so that all new message buffers start their names with the
3423         string "*unsent", and it's easier to find the buffers if you move from
3424         them.
3425
3426 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3427
3428         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
3429         small.  They're probably tracking images.
3430         (gnus-html-wash-tags): Remove all <pre_int> place holders.
3431         (gnus-html-rescale-image): Yet another try at getting the image sizing
3432         right.
3433
3434         * nntp.el (nntp-request-set-mark): Refuse to do marks if
3435         nntp-marks-file-name is nil.
3436
3437 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3438
3439         * gnus-html.el (gnus-html-wash-tags)
3440         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
3441         Better logging.
3442
3443 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3444
3445         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
3446
3447         * gnus-html.el (gnus-html-wash-tags): Check the value of
3448         gnus-blocked-images in the summary buffer.
3449
3450 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3451
3452         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
3453
3454 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3455
3456         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
3457         like "a", it seems like.
3458         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
3459         since it needs to be picked from the correct buffer.
3460
3461         * nnwfm.el: Removed.
3462
3463         * nnlistserv.el: Removed.
3464
3465 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3466
3467         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
3468         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
3469
3470 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3471
3472         * nnkiboze.el: Removed.
3473
3474         * nndb.el: Removed.
3475
3476         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
3477         alt text.
3478         (gnus-html-rescale-image): Try to get the rescaling logic right for
3479         images that are just wide and not tall.
3480
3481         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
3482         overshadow variable bindings.
3483
3484 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3485
3486         * gnus-html.el (gnus-html-wash-tags)
3487         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
3488         extra logging.
3489
3490 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3491
3492         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
3493         (gnus-max-image-proportion): New variable.
3494         (gnus-html-rescale-image): New function.
3495         (gnus-html-put-image): Rescale images.
3496
3497 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3498
3499         Fix up some byte-compiler warnings.
3500         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
3501         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
3502         (gnus-article-fill-cited-article, gnus-article-hide-citation)
3503         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
3504         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
3505         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
3506         (gnus-group-update-group): Use save-excursion and with-current-buffer.
3507
3508 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3509
3510         * gnus-html.el (gnus-article-html): Decode contents by charset.
3511
3512 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3513
3514         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
3515         (gnus-html-frame-width, gnus-blocked-images)
3516         * message.el (message-prune-recipient-rules): Add custom version.
3517         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
3518
3519         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
3520         functions.
3521
3522         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
3523         gnus-process-get.
3524
3525 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
3526
3527         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
3528         instead of lsub directly.
3529
3530 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3531
3532         * nnwarchive.el: Removed.
3533
3534         * gnus-soup.el: Removed.
3535
3536         * nnsoup.el: Removed.
3537
3538         * nnultimate.el: Removed.
3539
3540         * gnus-html.el (gnus-blocked-images): New variable.
3541
3542         * message.el (message-prune-recipients): New function.
3543         (message-prune-recipient-rules): New variable.
3544
3545         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
3546         guess whether a long line is natural text or not.
3547
3548         * gnus-html.el (gnus-html-schedule-image-fetching): Use
3549         gnus-process-plist and friends for compatibility.
3550
3551 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3552
3553         * gnus-html.el: Require packages that define macros used in this file.
3554         (gnus-article-mouse-face): Declare to silence byte-compiler.
3555         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
3556         process-get.
3557         (gnus-html-put-image): Use plist-get to avoid getf.
3558         (gnus-html-prefetch-images): Use with-current-buffer.
3559
3560 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3561
3562         * gnus-ems.el: Provide compatibility functions for
3563         gnus-set-process-plist.
3564
3565         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
3566         header-line-format for XEmacs 21.4.
3567
3568         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
3569         * gnus.el (gnus-valid-select-methods)
3570         * message.el (message-send-mail-partially-limit)
3571         * mm-decode.el (mm-text-html-renderer)
3572         * mml.el (mml-insert-mime-headers-always)
3573         * smiley.el (smiley-regexp-alist): Bump custom version.
3574
3575 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3576
3577         * gnus-html.el: require mm-url.
3578         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
3579         with the url to `url'.
3580         (gnus-html-wash-tags): Support cid: URLs/images.
3581
3582 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3583
3584         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
3585         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
3586         bindings, as they aren't useful at all.  `w' is moved to `W w'.
3587
3588         * gnus-move.el: Removed file, since it doesn't really work.
3589
3590         * gnus-html.el (gnus-article-html): Tell w3m that the input is
3591         UTF-8.  This seems to fix problems with some German web feeds.
3592
3593         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
3594         at the top so that the proper colours are applied.
3595
3596         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
3597         don't have dots in their names.
3598
3599         * gnus-art.el (gnus-article-view-part): Doc fix.
3600
3601         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
3602         XEmacs-compatible.
3603         (gnus-html-put-image): Don't do images on non-graphic displays.
3604
3605         * nnslashdot.el: Removed this unused backend.
3606
3607         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
3608         actions.
3609         (gnus-undo-register-1): Revert last change.
3610
3611         * gnus-group.el (gnus-group-completing-read): Protect against not
3612         having completion-styles bound.
3613
3614         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
3615         make broken recipients happier.
3616
3617         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
3618
3619         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
3620         point parameter.
3621
3622         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
3623
3624         * gnus-group.el (gnus-group-completing-read): Add 'substring to
3625         completion-styles for group selection.
3626
3627 2009-02-04  Andreas Schwab  <schwab@suse.de>
3628
3629         * gnus-score.el (gnus-score-string): Fix regex for matching extra
3630         headers and regexp-quote the match if necessary.
3631
3632 2009-03-24  Miles Bader  <miles@gnu.org>
3633
3634         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
3635         the blinking smiley.
3636
3637 2009-03-24  Simon Josefsson  <simon@josefsson.org>
3638
3639         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
3640         blink smiley.
3641
3642 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3643
3644         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
3645         where the dribbel file lives exists.
3646
3647         * message.el (message-send-mail-partially-limit): Change the default to
3648         nil, since most people don't want this.
3649
3650         * mm-url.el (mm-url-decode-entities): Also decode entities like
3651         &#x3212.
3652
3653 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
3654
3655         * gnus-sum.el (gnus-summary-idna-message):
3656         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
3657         Hyperlink urls in docstrings with URL `...'.
3658
3659 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
3660
3661         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
3662         functions.
3663
3664 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3665
3666         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
3667         say what the mouseover text should be.
3668
3669         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
3670         version of the mm-w3m-safe-url-regexp variable to only download images
3671         in the groups where we want that to happen.
3672
3673         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
3674
3675         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
3676         easier debugging.
3677         (gnus-article-beginning-of-window): Add kludge to allow spacing past
3678         big pictures in the article buffer.
3679
3680         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
3681         gnus-article-html.
3682         (mm-text-html-renderer): gnus-article-html needs curl in addition to
3683         w3m.
3684
3685         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
3686
3687 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3688
3689         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
3690         which doesn't exist.
3691
3692         * message.el (message-inhibit-ecomplete): New variable to allow some
3693         function to inhibit ecomplete address storage.
3694         (message-resend): Disable ecomplete message storage when resending
3695         messages.
3696
3697         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
3698
3699 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3700
3701         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
3702         Save excursion while copying, moving, and deleting articles in order to
3703         prevent the cursor from jumping to unforeseen place.
3704
3705 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3706
3707         * lpath.el: No need to bind bookmark-current-buffer,
3708         bookmark-yank-point and bookmark-make-record-function.
3709
3710 2010-08-17  Glenn Morris  <rgm@gnu.org>
3711
3712         * gnus-sync.el: Require gnus components whose functions are used.
3713
3714         * gnus-art.el (bookmark-make-record-function):
3715         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
3716         Declare for compiler.
3717
3718         * mm-url.el (mml-compute-boundary): Autoload.
3719
3720 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3721
3722         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
3723
3724 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
3725
3726         Typo fix "hoo4a" -> "hook".
3727
3728         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
3729
3730 2010-08-14  Glenn Morris  <rgm@gnu.org>
3731
3732         * gnus-sync.el (gnus-sync): Fix defgroup version.
3733
3734 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
3735
3736         Doc fixes and keep unknown groups (ammended for nunion bug fix).
3737
3738         * gnus-sync.el: Fix docs.
3739         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
3740         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
3741
3742 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3743
3744         Optimizations for gnus-sync.el.
3745
3746         * gnus-sync.el: Add docs about gnus-sync-backend
3747         possibilities.
3748         (gnus-sync-save): Remove unnecessary message.
3749         (gnus-sync-read): Optimize and show what groups were skipped.
3750
3751 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3752
3753         Minor bug fixes for gnus-sync.el.
3754
3755         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
3756         read the sync on get-new-news.
3757
3758         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
3759         quiet.
3760
3761         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
3762
3763 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
3764
3765         Make saving and restoring of hidden threads work with overlays.
3766         Patch applied by Ted Zlatanov.
3767
3768         * gnus-sum.el (gnus-hidden-threads-configuration)
3769         (gnus-restore-hidden-threads-configuration): Update to deal with text
3770         properties, rather than searching for a magic character.
3771
3772 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3773
3774         New gnus-sync.el library for synchronization of marks.
3775
3776         * gnus-sync.el: New library for synchronization of marks.
3777
3778         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
3779         renamed from `gnus-registry-grep-in-list'.
3780
3781         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
3782
3783         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
3784
3785 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3786
3787         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
3788         determining charset of text fails.
3789
3790 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3791
3792         * nnmail.el (nnmail-get-new-mail-1): Revert.
3793
3794         * nnml.el (nnml-active-number): Make sure names of newly created groups
3795         in nnml-group-alist are encoded.
3796
3797 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3798
3799         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
3800         containing non-ASCII characters in active file for nnml back end.
3801
3802 2010-07-24  David Engster  <dengste@eml.cc>
3803
3804         * mml-smime.el (mml-smime-epg-verify): Also accept the older
3805         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
3806
3807 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
3808
3809         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
3810         tag (Bug#6654).
3811
3812 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3813
3814         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
3815         the article buffer, not the summary buffer.
3816
3817 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3818
3819         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
3820         Emacs 23 as well.
3821
3822 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3823
3824         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
3825         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
3826
3827 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3828
3829         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
3830         Patch applied by Karl Fogel.
3831
3832         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
3833         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
3834
3835 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3836
3837         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
3838         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
3839         C-w still not working correctly from Article buffers; Thierry's
3840         patch to fix that will be applied after this.
3841
3842         * gnus-art.el (bookmark-make-record-function): New local variable.
3843
3844         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
3845         article buffer.
3846         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
3847
3848 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
3849
3850         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
3851         on changes in bookmark.el.
3852
3853 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3854
3855         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
3856         `no-log' instead of message not to log prompt string.
3857
3858 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
3859
3860         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
3861         the *other* type of HTML form submission.
3862
3863 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
3864
3865         * auth-source.el (auth-source-pick): If choice does not contain a
3866         questioned keyword, set the check to t.
3867
3868 2010-06-12  Romain Francoise  <romain@orebokech.com>
3869
3870         * gnus-util.el (gnus-date-get-time): Move up before first use.
3871
3872 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3873
3874         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
3875         (gnus-article-edit-part): Bind it to make last part that is substituted
3876         or deleted visible.
3877         (gnus-mime-display-single): Buttonize part of which id equals to
3878         gnus-mime-buttonized-part-id.
3879
3880 2010-06-10  Dan Christensen  <jdc@uwo.ca>
3881
3882         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
3883         (gnus-dd-mmm): Use gnus-date-get-time.
3884         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
3885         simplify logic.
3886         (gnus-summary-limit-to-age): Use gnus-date-get-time.
3887         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
3888
3889 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
3890
3891         * auth-source.el (top): Autoload `secrets-list-collections',
3892         `secrets-create-item', `secrets-delete-item'.
3893         (auth-sources): Fix tag string.
3894         (auth-get-source, auth-source-retrieve, auth-source-create)
3895         (auth-source-delete): New defuns.
3896         (auth-source-pick): Rewrite in order to avoid 2 passes.
3897         (auth-source-forget-user-or-password): New parameter USERNAME.
3898         (auth-source-user-or-password): New parameters CREATE-MISSING and
3899         DELETE-EXISTING.  Retrieve password interactively, if needed.
3900
3901 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3902
3903         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
3904         deleting unused directories when gnus-expert-user is t.
3905
3906 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3907
3908         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
3909         for each temp file when gnus-article-browse-delete-temp is ask.
3910
3911 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3912
3913         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
3914         Lisp calls to delete-backward-char by calls to delete-char.
3915
3916 2010-05-20  Kevin Ryde  <user42@zip.com.au>
3917
3918         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
3919
3920 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
3921
3922         * password-cache.el (password-cache-remove): Fix docstring.
3923
3924 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3925
3926         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
3927         article unless decoding article to be saved.
3928
3929 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3930
3931         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
3932         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
3933         generated within the mm-with-unibyte-current-buffer macro.
3934
3935 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3936
3937         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
3938         to nil when we're in a mml-preview buffer and no group is selected.
3939
3940 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
3941
3942         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
3943         when catching the `C-g'.  Reported by "Leo".
3944
3945 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3946
3947         * message.el (message-forward-make-body-plain)
3948         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
3949         multibyte-string-p.
3950
3951         * lpath.el: Revert.
3952
3953 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3954
3955         * message.el (message-forward-make-body-mml): Assume original message
3956         is multibyte string; error on unibyte.
3957         (message-forward-make-body-plain): Ditto; don't add excessive newline
3958         in body end.
3959
3960         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
3961
3962 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
3963
3964         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
3965         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
3966
3967 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3968
3969         * mm-extern.el (mm-extern-url): Don't use
3970         mm-with-unibyte-current-buffer.
3971         (mm-extern-cache-contents): Use with-current-buffer instead of
3972         save-excursion + set-buffer.
3973
3974 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3975
3976         * mm-util.el (mm-emacs-mule): Remove.
3977
3978 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
3979
3980         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
3981         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
3982         change.
3983
3984 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3985
3986         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
3987         bind the default value of enable-multibyte-characters to nil.
3988
3989 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3990
3991         * message.el (message-forward-make-body-plain)
3992         (message-forward-make-body-mml):
3993         Don't use mm-with-unibyte-current-buffer.
3994
3995 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3996
3997         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
3998
3999 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
4000
4001         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
4002         (Bug#5592).
4003
4004 2010-05-07  Julien Danjou  <julien@danjou.info>
4005
4006         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
4007         it to mm-pipe-part.
4008
4009         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
4010         it is given.
4011
4012 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4013
4014         * binhex.el (binhex-decode-region-internal)
4015         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
4016         (dns-query)
4017         * nnweb.el (nnweb-gmane-search)
4018         * pgg-parse.el (pgg-parse-armor)
4019         * pgg.el (pgg-verify-region)
4020         * sha1.el (sha1-string-external)
4021         * uudecode.el (uudecode-decode-region-internal)
4022         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
4023         XEmacs.
4024
4025         * gnus-art.el (gnus-article-browse-html-parts)
4026         * gnus-group.el (gnus-read-ephemeral-gmane-group)
4027         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
4028         make-temp-file.
4029
4030         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
4031         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
4032         compiling.
4033
4034         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
4035         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
4036         XEmacs when compiling.
4037
4038         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
4039         gnus-pick-mode-off-hook for XEmacs when compiling.
4040         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
4041         gnus-binary-mode-off-hook for XEmacs when compiling.
4042
4043         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
4044         nil if char-charset is not available.
4045
4046         * imap.el (imap-disable-multibyte)
4047         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
4048         macros.
4049
4050         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
4051         instead of encode-coding-string.
4052
4053         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
4054         'xemacs) instead of mm-emacs-mule to switch function definitions.
4055         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
4056
4057         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
4058         bind temporary-file-directory for XEmacs;
4059         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
4060         timer-set-function for XEmacs 21.4 and SXEmacs;
4061         bind timer-list for XEmacs 21.4 and SXEmacs;
4062         fbind char-charset and find-charset-region for non-Mule XEmacs;
4063         fbind decode-coding-region, decode-coding-string, detect-coding-region,
4064         encode-coding-region and encode-coding-string for XEmacs having no
4065         file-coding feature.
4066
4067 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
4068
4069         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
4070
4071 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4072
4073         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
4074         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
4075
4076 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
4077
4078         * mm-util.el (mm-decompress-buffer): Use `delete-file';
4079         alias `jka-compr-delete-temp-file' no longer exists.
4080
4081 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4082
4083         Use define-minor-mode in Gnus where applicable.
4084         * mml.el (mml-mode): Use define-minor-mode.
4085         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
4086         (gnus-undo-mode): Use define-minor-mode.
4087         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
4088         (gnus-dead-summary-mode): Use define-minor-mode.
4089         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
4090         Initialize in declaration.
4091         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
4092         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
4093         (gnus-mailing-list-mode): Use define-minor-mode.
4094         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
4095         (gnus-draft-mode): Use define-minor-mode.
4096         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
4097         (gnus-dired-mode): Use define-minor-mode.
4098
4099 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
4100
4101         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
4102         handles on recursive mml-to-mime translation and check them for
4103         boundary delimiter collisions.  Reported by Greg Troxel.
4104
4105 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4106
4107         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
4108
4109 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4110
4111         * mm-util.el (mm-find-buffer-file-coding-system):
4112         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
4113
4114 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
4115
4116         * message.el (message-generate-headers): Record insertion of optional
4117         headers as well.  Otherwise the check to prevent repeated insertion of
4118         optional headers is a no-op.
4119
4120 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
4121
4122         * smime.el: Don't mention CVS.
4123
4124         * nnrss.el (nnrss-fetch): Don't mention CVS.
4125
4126         * nnir.el: Don't mention CVS.
4127
4128 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4129
4130         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
4131
4132 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4133
4134         * lpath.el: Fbind bookmark-default-handler,
4135         bookmark-get-bookmark-record, bookmark-make-record-default,
4136         bookmark-prop-get for Emacs <23 and XEmacs.
4137
4138 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4139
4140         * gnus-sum.el: Add bookmark declarations to silence the compiler.
4141         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
4142         Use with-current-buffer to silence the byte-compiler.
4143         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
4144         bother to require `gnus'.
4145         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
4146
4147 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4148
4149         * gnus-sum.el (gnus-summary-bookmark-make-record)
4150         (gnus-summary-bookmark-jump): New functions.
4151         (gnus-summary-mode): Setup bookmark support.
4152
4153 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
4154
4155         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
4156         if set.
4157
4158 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4159
4160         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
4161         gnus-article-browse-html-save-cid-image; make it work recursively for
4162         forwarded messages as well.
4163         (gnus-article-browse-html-parts): Work when prefix arg is given.
4164         (gnus-article-browse-html-article): Doc fix.
4165
4166 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
4167
4168         * message.el (message-default-mail-headers):
4169         (message-default-headers): Carry the value mail-default-headers over
4170         into message-default-mail-headers, rather than message-default-headers.
4171
4172 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
4173
4174         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
4175         charset.
4176
4177         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
4178         charset into the <meta> tag when the article is encoded to utf-8.
4179
4180 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4181
4182         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
4183         directories as well.
4184         (gnus-article-browse-html-parts): Work for images that do not specify
4185         file names; delete temp directory when quitting; insert header at the
4186         right place; use file: scheme for image files.
4187
4188 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
4189
4190         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
4191         (gnus-article-browse-html-parts): Use it to make temporary cid image
4192         files in addition to html file so that browser may display them.
4193
4194 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4195
4196         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
4197
4198 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4199
4200         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
4201
4202 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
4203
4204         * auth-source.el (auth-sources): Change default to be simpler.  Explain
4205         about Secret Service API sources.  Improve Customize options.
4206         (auth-source-pick): Change to accept any number of search parameters.
4207         Implement fallbacks iteratively, not recursively.  Add scoring on the
4208         second pass and sort by score.  Call Secret Service API when needed.
4209         (auth-source-user-or-password): Use it.  Call Secret Service API
4210         directly when needed to get the user name and the password.
4211
4212 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4213
4214         * message.el (message-interactive): Doc fix.
4215         (message-qmail-inject-args): Reflow.
4216         (message-kill-to-signature): Fix typo in docstring.
4217
4218         * smiley.el (smiley-buffer): Fix typo in docstring.
4219
4220 2010-03-24  Glenn Morris  <rgm@gnu.org>
4221
4222         * mail-source.el (gnus-message): Declare.
4223         (mail-source-delete-old-incoming): Require gnus-util.
4224
4225 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4226
4227         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
4228
4229         * message.el (ecomplete-setup): Autoload it for Emacs <23.
4230
4231         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
4232         password-cache's default if it is not bound.
4233         (mml-secure-passphrase-cache-expiry): Default to 16 that is
4234         password-cache-expiry's default if it is not bound.
4235
4236         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
4237         available in Emacs 21.
4238
4239         * lpath.el: Suppress compiler warnings for:
4240         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
4241         XEmacs;
4242         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
4243         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
4244         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
4245
4246 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
4247
4248         * auth-source.el (auth-sources): Fix up definition so extra parameters
4249         are always inline.
4250
4251 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
4252
4253         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
4254         wasn't updated after mismatch.  Clear cached mailbox info correctly
4255         when uidvalidity changes.
4256         (nnimap-group-prefixed-name): New function to avoid some code
4257         duplication.
4258         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
4259         (nnimap-request-group): Use it.
4260         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
4261         (nnimap-update-unseen): Significantly improved speed of Gnus startup
4262         with many imap folders.  This is done by caching the group status from
4263         the imap server persistently in a group parameter `imap-status'.  (This
4264         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
4265         but not persistently, so every Gnus startup was still very slow.)
4266
4267 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
4268
4269         * assistant.el (assistant-render-text): Run `widget-setup' and don't
4270         delete the extra newline.  Otherwise editing of :string and :number
4271         types don't work.
4272
4273 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4274
4275         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
4276         secrets.el dependency.
4277         (auth-sources): Add optional user name.  Add secrets.el configuration
4278         choice (unused right now).
4279
4280 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4281
4282         * gnus-sum.el (gnus-summary-make-menu-bar): Let
4283         `gnus-registry-install-shortcuts' fill in the functions.
4284
4285         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
4286         warnings.
4287         (gnus-registry-misc-menus): Variable to hold registry mark menus.
4288         (gnus-registry-install-shortcuts): Populate and use it in a
4289         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
4290
4291 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
4292
4293         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
4294         In-place substitutions for the group name encoding/decoding.
4295         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
4296         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
4297         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
4298         (nnimap-update-unseen, nnimap-request-list)
4299         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
4300         (nnimap-request-set-mark, nnimap-split-to-groups)
4301         (nnimap-split-articles, nnimap-request-newgroups)
4302         (nnimap-request-create-group, nnimap-request-accept-article)
4303         (nnimap-request-delete-group, nnimap-request-rename-group)
4304         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
4305         `encoded-mbx' for consistency.
4306         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
4307         variable `imap-current-mailbox'.
4308
4309         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
4310         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
4311
4312 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
4313
4314         * pop3.el (pop3-display-message-size-flag): Display message size byte
4315         counts during POP3 download.
4316         (pop3-movemail): Use it.
4317         (pop3-list): Implement listing of available messages.
4318
4319 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
4320
4321         * nnir.el (nnir-get-article-nov-override-function): New function to
4322         override the normal NOV retrieval.
4323         (nnir-retrieve-headers): Use it.
4324
4325 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
4326
4327         * auth-source.el (netrc-machine-user-or-password): Autoload.
4328
4329 2010-03-19  Glenn Morris  <rgm@gnu.org>
4330
4331         Stop message.el from loading about 40 libraries it doesn't always need.
4332         The general approach is to autoload rather than require, and to
4333         require in the specific functions rather than the file.  (Bug#5642)
4334
4335         * gmm-utils.el: Don't require wid-edit.
4336         (widget-create-child-value, widget-convert, widget-default-get):
4337         Autoload.
4338
4339         * gnus-util.el: Don't require time-date, netrc.
4340         (message-fetch-field, gnus-group-name-decode): Declare rather than
4341         autoloading.
4342         (gnus-fetch-field): Require message.
4343         (gnus-decode-newsgroups): Require gnus-group.
4344
4345         * ietf-drums.el: Don't require time-date.
4346
4347         * message.el: Don't require hashcash, canlock, ecomplete.
4348         Do require mail-utils.  Require nnheader only when compiling.
4349         (smtpmail-default-smtp-server): Remove declaration.
4350         (message-send-mail-function): Check smtpmail-default-smtp-server
4351         is bound rather than requiring smtpmail.
4352         (message-auto-save-directory, message-insert-signature): Use
4353         expand-file-name rather than nnheader-concat.
4354         (nnheader-insert-file-contents): Autoload.
4355         (hashcash-wait-async): Declare.
4356         (message-send-mail): Only call gnus-setup-posting-charset if
4357         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
4358         (message-send-mail-with-sendmail): Require sendmail.
4359         (canlock-password, canlock-password-for-verify): Declare.
4360         (message-canlock-password): Require canlock.
4361         (nnheader-get-report): Autoload.
4362         (gnus-setup-posting-charset): Declare.
4363         (message-send-news): Require gnus-msg.
4364         (message-make-references, message-make-in-reply-to): Use mail-header-id
4365         rather than the alias mail-header-message-id.
4366         (ecomplete-add-item, ecomplete-save): Declare.
4367         (message-put-addresses-in-ecomplete): Require ecomplete.
4368         (ecomplete-display-matches): Autoload.
4369
4370         * mm-decode.el: Don't require mailcap, gnus-util.
4371         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
4372         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
4373         Autoload.
4374         (mailcap-mime-extensions): Declare.
4375
4376         * mm-encode.el: Don't require mailcap.
4377         (mailcap-extension-to-mime): Autoload.
4378
4379         * mml-sec.el: Don't require password-cache.
4380
4381         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
4382         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
4383         (mml-minibuffer-read-type): Require mailcap.
4384         (mml-preview): Require gnus-msg.
4385
4386         * mml1991.el: Require password-cache.
4387         (password-cache-expiry): Remove declaration.
4388
4389         * mml2015.el: Require password-cache.
4390         (password-cache-expiry): Remove declaration.
4391
4392         * nneething.el (mailcap): Require mailcap.
4393
4394         * nnheader.el (declare-function): Add compatibility stub.
4395         (message-remove-header): Declare rather than autoload.
4396         (nnheader-replace-header): Require message.
4397
4398         * nnimap.el (declare-function): Add compatibility stub.
4399         (netrc-parse, netrc-machine-user-or-password): Declare.
4400         (nnimap-open-connection): Require netrc.
4401
4402         * nntp.el (declare-function): Add compatibility stub.
4403         (netrc-parse, netrc-machine, netrc-get): Declare.
4404         (nntp-send-authinfo): Require netrc.
4405
4406         * rfc2047.el: Don't require qp.
4407         (quoted-printable-encode-region, quoted-printable-decode-string):
4408         Autoload.
4409
4410         * sieve-mode.el: Don't require easymenu.
4411         (easy-menu-add-item): Autoload it.
4412
4413         * spam-stat.el (time-to-number-of-days): Autoload it.
4414
4415 2010-03-19  Glenn Morris  <rgm@gnu.org>
4416
4417         * password-cache.el (password-cache, password-cache-expiry): Autoload.
4418
4419 2010-03-18  Glenn Morris  <rgm@gnu.org>
4420
4421         * hashcash.el (declare-function): Remove duplicate definition.
4422
4423 2010-03-17  Kevin Ryde  <user42@zip.com.au>
4424
4425         * mml.el (mml-read-tag): Unquote values with `read' to reverse
4426         prin1 in mml-insert-tag (just stripping the quotes gave wrong
4427         value if any backslash escapes).
4428
4429 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4430
4431         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
4432         if it is available.  (bug#5647)
4433
4434         * lpath.el: Suppress compiler warning for coding-system-from-name for
4435         Emacs 21 and XEmacs.
4436
4437 2010-03-14  Juri Linkov  <juri@jurta.org>
4438
4439         * hmac-def.el:
4440         * hmac-md5.el:
4441         * netrc.el: Fix keywords.
4442
4443 2010-02-26  Glenn Morris  <rgm@gnu.org>
4444
4445         * message.el (message-send-mail-function): Change the default, so that
4446         it inherits from a customized send-mail-function.  (Bug#5643)
4447
4448 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4449
4450         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
4451         shell-command-to-string signals an error (bug#5299).
4452
4453 2010-02-24  Glenn Morris  <rgm@gnu.org>
4454
4455         * message.el (message-smtpmail-send-it)
4456         (message-send-mail-with-mailclient): Doc fixes.
4457
4458 2010-02-16  Glenn Morris  <rgm@gnu.org>
4459
4460         * message.el (message-default-mail-headers): Change the default value
4461         to ease the transition from mail-mode to message-mode.  (Bug#5555)
4462
4463 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4464
4465         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
4466         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
4467
4468 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
4469
4470         * time-date.el (date-to-time): Doc fix (Bug#5408).
4471
4472 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
4473
4474         * message.el (message-mail): Just pass yank-action on to message-setup.
4475         (message-setup): Handle (FUN . ARGS) form of yank-action.
4476         (message-with-reply-buffer, message-widen-reply)
4477         (message-yank-original): Handle non-buffer values of
4478         message-reply-buffer (Bug#4080).
4479         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
4480
4481 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
4482
4483         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
4484         Fix typo in docstring.
4485
4486 2010-01-08  Jason Rumney  <jasonr@gnu.org>
4487
4488         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
4489         response.
4490
4491 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4492
4493         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
4494
4495         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4496
4497         * message.el (message-check-news-header-syntax): Protect against a
4498         string that `rfc822-addresses' returns when parsing fails.
4499
4500 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4501
4502         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
4503         (gnus-previous-char-property-change): New functions.
4504
4505         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
4506
4507 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
4508
4509         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
4510         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
4511
4512 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
4513
4514         * message.el (message-exchange-point-and-mark): Rework last change to
4515         avoid using optional arg of exchange-point-and-mark, for backward
4516         compatibility.
4517
4518 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
4519
4520         * message.el (message-exchange-point-and-mark): Call
4521         exchange-point-and-mark with an argument rather than setting
4522         mark-active by hand (Bug#5175).
4523
4524 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4525
4526         * nntp.el (nntp-service-to-port): Work for service expressed with
4527         numeric string; replace [:digit:] with [0-9] for XEmacs.
4528
4529 2009-12-17  Glenn Morris  <rgm@gnu.org>
4530
4531         * gnus-group.el (gnus-bug-group-download-format-alist):
4532         Change emacs entry to debbugs.gnu.org.  Bump :version.
4533
4534 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
4535
4536         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
4537
4538 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
4539
4540         * message.el (message-info): Explain why we use `Info-goto-node'.
4541
4542 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4543
4544         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
4545
4546 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4547
4548         * message.el (message-completion-in-region): New compatibility function.
4549         (message-expand-group): Use it.
4550
4551 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4552
4553         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
4554         with no unread article should be listed if the 2nd arg `predicate' is
4555         given.
4556
4557 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4558
4559         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
4560
4561 2009-11-29  Juri Linkov  <juri@jurta.org>
4562
4563         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
4564         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
4565         on `gnus-recenter'. (Bug#4698, Bug#4981)
4566
4567 2009-11-26  Kevin Ryde  <user42@zip.com.au>
4568
4569         * sha1.el (sha1-string-external): default-directory "/" in case
4570         otherwise non-existent.  process-connection-type pipe for touch of
4571         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
4572
4573 2009-11-25  Kevin Ryde  <user42@zip.com.au>
4574
4575         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
4576         it's comms related and sgml-mode.el has "comm" on that basis too.
4577
4578 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4579
4580         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
4581         containing tspecial characters if they have been already quoted.
4582
4583 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
4584
4585         * dns-mode.el (auto-mode-alist): Purecopy string.
4586
4587 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4588
4589         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
4590
4591 2009-10-24  Glenn Morris  <rgm@gnu.org>
4592
4593         * gnus-art.el (help-xref-stack-item): Define for compiler.
4594
4595 2009-10-21  Kevin Ryde  <user42@zip.com.au>
4596
4597         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
4598
4599 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4600
4601         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
4602
4603 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4604
4605         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
4606         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
4607
4608 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4609
4610         * gnus.el (gnus-overlay-get): New alias to overlay-get.
4611         (gnus-overlays-in): New alias to overlays-in.
4612
4613         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
4614         gnus-overlay-get, and gnus-delete-overlay.
4615         (gnus-summary-show-thread): Make it work as well for systems in which
4616         next-single-char-property-change is not available.
4617         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
4618
4619         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
4620         (gnus-overlay-get): New alias to extent-property.
4621         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
4622
4623         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
4624         SXEmacs.
4625
4626         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
4627         SXEmacs.
4628
4629 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
4630
4631         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
4632
4633 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
4634
4635         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
4636         and XEmacs that don't have `remove-overlays'.
4637
4638 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4639
4640         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
4641         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
4642         selective display.  Use overlays instead.
4643
4644 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
4645
4646         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
4647
4648 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
4649
4650         * spam-stat.el (spam-stat-load): Fix typo in message.
4651
4652 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
4653
4654         * dig.el (dig-invoke): Fix typo in docstring.
4655         (query-dig): Reflow docstring.
4656
4657 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
4658
4659         * gnus-art.el (gnus-article-encrypt-body):
4660         * message.el (message-check-recipients):
4661         * mm-util.el (mm-codepage-setup):
4662         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
4663         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
4664
4665 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
4666
4667         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
4668         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
4669         keys from the menu if mm-{sign,encrypt}-option is 'guided.
4670         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
4671         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
4672
4673 2009-09-21  Kevin Ryde  <user42@zip.com.au>
4674
4675         * dig.el: Add "Keywords: comm", as per net-utils.el.
4676
4677 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4678
4679         * dig.el (dig-mode): Use define-derived-mode.
4680
4681 2009-09-19  Glenn Morris  <rgm@gnu.org>
4682
4683         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
4684
4685 2009-09-18  Glenn Morris  <rgm@gnu.org>
4686
4687         * gnus-diary.el (gnus-diary-check-message):
4688         * message.el (message-insert-formatted-citation-line):
4689         * nnbabyl.el (top-level):
4690         * nndiary.el (nndiary-schedule):
4691         Fix typos in condition-case handlers.
4692
4693 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4694
4695         * gnus-art.el (gnus-article-edit-part): Work for the buffer
4696         configuration that provides the sole article window in a frame;
4697         position point correctly after deleting a part.
4698
4699 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
4700
4701         * spam.el (spam-unregister-on-reregister): Add boolean variable.
4702         (spam-resolve-registrations-routine): Use it to unregister articles
4703         that change status.
4704
4705 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4706
4707         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
4708         with XEmacs.
4709         (parse-time-string-chars): Use it.
4710
4711 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
4712
4713         * imap.el (imap-interactive-login): Better messages.
4714         (imap-open): Fix bug with renamed buffer on reconnect.
4715         (imap-authenticate): Add buffer-local imap-last-authenticator variable
4716         for easier debugging and cleaner code.  On successful (guessed based on
4717         server capabilities) secondary authentication, set imap-state
4718         correctly.
4719         (imap-last-authenticator): Define imap-last-authenticator as a variable
4720         to avoid warnings.
4721
4722 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4723
4724         * nnrss.el (nnrss-request-article): Remove binding of
4725         default-enable-multibyte-characters that has gotten needless by
4726         the 2007-07-13 change in rfc2047-encode-message-header.
4727
4728         * mml.el (mml-insert-multipart): Error on the message header.
4729         (mml-insert-part): Error on the message header; position point at
4730         the end of a MIME tag.
4731
4732 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4733
4734         * time-date.el (autoload): Expand define-obsolete-function-alias into
4735         defalias and make-obsolete for old Emacsen that Gnus supports.
4736         (with-no-warnings): Define it for old Emacsen.
4737         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
4738         is available.
4739         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
4740         float-time is available; suppress compile warning for time-to-seconds.
4741
4742         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
4743         (gnus-float-time): Alias to float-time if it exists.
4744
4745         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
4746         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
4747         float-time is available; suppress compile warning for time-to-seconds.
4748
4749         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
4750         XEmacs.
4751
4752 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
4753
4754         * imap.el (imap-message-map): Docstring fix.
4755
4756 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4757
4758         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
4759         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
4760         Add the optional argument `encoding' that overrides the default.
4761
4762         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
4763         mm-encode-buffer.
4764
4765 2009-09-04  Glenn Morris  <rgm@gnu.org>
4766
4767         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
4768         mm-disable-multibyte, rather than default-enable-multibyte-characters.
4769         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
4770         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
4771         * mm-util.el (mm-with-unibyte-current-buffer)
4772         (mm-find-buffer-file-coding-system):
4773         * yenc.el (yenc-decode-region): Use default-value rather than
4774         default-enable-multibyte-characters.
4775
4776 2009-09-03  Glenn Morris  <rgm@gnu.org>
4777
4778         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
4779         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
4780         than default-enable-multibyte-characters.
4781
4782 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
4783
4784         * gnus-art.el (gnus-article-read-summary-keys):
4785         Fix gnus-buffer-configuration's value temporarily used.
4786
4787 2009-09-02  Glenn Morris  <rgm@gnu.org>
4788
4789         * gnus-util.el (gnus-float-time): New function.
4790         * gnus-delay.el (gnus-delay-article):
4791         * gnus-sum.el (gnus-thread-latest-date):
4792         * gnus-util.el (gnus-user-date): Use gnus-float-time.
4793         * nnspool.el (nnspool-request-newgroups):
4794         Use gnus-float-time rather than time-to-seconds.
4795         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
4796
4797         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
4798         (gnus-header-subject-face, gnus-header-newsgroups-face)
4799         (gnus-header-name-face, gnus-header-content-face):
4800         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
4801         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
4802         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
4803         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
4804         (gnus-cite-face-11):
4805         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
4806         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4807         (gnus-server-closed-face, gnus-server-denied-face)
4808         (gnus-server-offline-face):
4809         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
4810         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
4811         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
4812         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
4813         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
4814         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
4815         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
4816         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
4817         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
4818         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
4819         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
4820         (gnus-summary-selected-face, gnus-summary-cancelled-face)
4821         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
4822         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
4823         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
4824         (gnus-summary-high-undownloaded-face)
4825         (gnus-summary-low-undownloaded-face)
4826         (gnus-summary-normal-undownloaded-face)
4827         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
4828         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
4829         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
4830         (gnus-splash-face):
4831         * message.el (message-header-to-face, message-header-cc-face)
4832         (message-header-subject-face, message-header-newsgroups-face)
4833         (message-header-other-face, message-header-name-face)
4834         (message-header-xheader-face, message-separator-face)
4835         (message-cited-text-face, message-mml-face):
4836         * sieve-mode.el (sieve-control-commands-face)
4837         (sieve-action-commands-face, sieve-test-commands-face)
4838         (sieve-tagged-arguments-face):
4839         * spam.el (spam-face):
4840         Mark face aliases with "-face" in the name as obsolete.
4841
4842 2009-09-01  Glenn Morris  <rgm@gnu.org>
4843
4844         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
4845         than goto-line.
4846
4847 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4848
4849         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4850         Don't move point if the command is invoked inside the message header.
4851
4852 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4853
4854         * imap.el (imap-send-command): Simplify.
4855         (imap-wait-for-tag): point-max -> buffer-size.
4856
4857 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4858
4859         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
4860         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
4861         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
4862         * nnir.el (nnir-swish-e-index-file):
4863         * gnus-sum.el (gnus-summary-delete-marked-as-read)
4864         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
4865         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4866         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
4867         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
4868         (gnus-treat-display-xface): Add Emacs version of obsolescence.
4869
4870 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4871
4872         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4873         Don't save excursion.
4874
4875 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4876
4877         * nnheader.el (nnheader-find-file-noselect):
4878         * mm-util.el (mm-insert-file-contents):
4879         Use (default-value 'major-mode) instead of default-major-mode.
4880
4881 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4882
4883         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
4884
4885 2009-08-26  Glenn Morris  <rgm@gnu.org>
4886
4887         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
4888         than placing in files.el.
4889
4890 2009-08-25  Glenn Morris  <rgm@gnu.org>
4891
4892         * nnir.el (top-level): Don't require cl at run-time.
4893         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
4894         Replace cl-function substitute with gnus-replace-in-string.
4895         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
4896         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
4897         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
4898         simplified expansions.
4899
4900 2009-08-25  Kevin Ryde  <user42@zip.com.au>
4901
4902         * dig.el (dig): Add autoload cookie.
4903
4904 2009-08-22  Glenn Morris  <rgm@gnu.org>
4905
4906         * gnus-art.el (gnus-button-patch): Use forward-line rather than
4907         goto-line.
4908
4909 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
4910
4911         * parse-time.el (parse-time-string-chars): Save match data.
4912
4913 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
4914
4915         * parse-time.el (parse-time-string-chars): Compute using character
4916         classes, to handle non-ascii characters (Bug#3190).
4917
4918 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4919
4920         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
4921
4922         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
4923         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
4924         (gnus-mm-display-part, gnus-mime-display-single)
4925         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
4926         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
4927
4928         * gnus-sum.el
4929         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
4930         (gnus-summary-move-article): Add expirable mark to articles copied or
4931         moved to group that has auto-expire turned on if the option is non-nil.
4932
4933 2009-07-24  Glenn Morris  <rgm@gnu.org>
4934
4935         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
4936         Fix typo.  (Bug#3903)
4937
4938 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4939
4940         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
4941         gnus-article-read-summary-keys rather than gnus-summary-edit-article
4942         that should not be used for draft articles.
4943         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
4944         that has no concern in minor mode keys.
4945         (gnus-article-summary-command, gnus-article-summary-command-nosave):
4946         Abolish.
4947
4948 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4949
4950         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
4951         article without making inquiry to a user for unknown encoding.
4952
4953         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
4954         (nnmaildir--scan): Assume i-node and device number that file-attributes
4955         returns might be cons-cell.
4956
4957         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
4958
4959         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
4960
4961 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
4962
4963         * auth-source.el: Remove docs now in auth.texi.  Don't use
4964         `gnus-message' for logging.  Add new variables `auth-source-debug' and
4965         `auth-source-hide-passwords' and use them.
4966
4967 2009-07-15  Glenn Morris  <rgm@gnu.org>
4968
4969         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
4970
4971 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4972
4973         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
4974         excessive whitespace from the default values of title and description.
4975
4976 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4977
4978         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
4979         mail-fetch-field to fetch Content-Description header in order to
4980         exclude newlines.
4981
4982 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
4983
4984         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
4985         format used by GnuPG 2.0.11.
4986
4987 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4988
4989         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
4990         to deleted part.
4991
4992 2009-05-30  David Engster  <dengste@eml.cc>
4993
4994         * nnmairix.el: Remove old documentation in the commentary block.
4995         (nnmairix-request-group): Do not update active file for nnml back ends.
4996         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
4997         end so that overview files are ignored.
4998         (nnmairix-update-groups): Make updating the groups more robust by using
4999         marks.
5000         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
5001         with dollar characters in message-id.
5002
5003 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
5004
5005         * spam.el: Use dns-query instead of query-dns.  Was renamed on
5006         2008-12-25 in dns.el.
5007
5008 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5009
5010         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
5011         could happen if the text is only composed of spaces and/or tabs.
5012
5013 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
5014
5015         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
5016         when sending a queued message to avoid extra mml tags.
5017
5018 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5019
5020         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
5021
5022 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5023
5024         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
5025         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
5026         rmail-toggle-header for XEmacs;
5027         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
5028
5029 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5030
5031         * gnus-dired.el: Remove autoload for gnus-setup-message.
5032         (gnus-dired-attach): Fake this-command value to prevent Gnus from
5033         displaying Gnus logo; always use compose-mail.
5034
5035 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5036
5037         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
5038
5039 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5040
5041         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
5042         (gnus-nocem-issuers): List currently active issuers; fix custom type.
5043         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
5044         available.
5045         (gnus-nocem-epg-verify): New function.
5046
5047 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
5048
5049         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
5050
5051 2009-02-15  Glenn Morris  <rgm@gnu.org>
5052
5053         * gnus-util.el (rmail-insert-rmail-file-header)
5054         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
5055         autoloads.
5056         (rmail-default-rmail-file): Remove unnecessary declaration.
5057         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
5058
5059 2009-02-14  Glenn Morris  <rgm@gnu.org>
5060
5061         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
5062         variable (only used in gnus-util, which declares it anyway).
5063         (rmail-output-to-rmail-file): Remove autoload of deleted function,
5064         which was only needed by gnus-art (changed to not use it any more).
5065         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
5066         only used in gnus-util, which autoloads it itself.
5067         (rmail-update-summary): Fix autoload.
5068
5069         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
5070         rather than rmail-output-to-rmail-file.
5071
5072 2009-02-07  Glenn Morris  <rgm@gnu.org>
5073
5074         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
5075         autoload of function that no longer exists.
5076         (rmail-toggle-header): Declare.
5077         (message-forward-rmail-make-body): Handle mbox Rmail.
5078
5079 2009-01-31  Glenn Morris  <rgm@gnu.org>
5080
5081         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
5082         2009-01-09 change.
5083
5084 2009-01-31  Dave Love  <fx@gnu.org>
5085
5086         * imap.el (imap-fetch-safe): Bind debug-on-error.
5087         (imap-debug): Add imap-fetch-safe.
5088
5089 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
5090
5091         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
5092         (auth-source-forget-all-cached): New convenience function.
5093         (auth-source-user-or-password): Accept list of modes or a single mode.
5094
5095         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
5096         auth-source modes.
5097
5098         * netrc.el (netrc-machine-user-or-password): Use list of
5099         auth-source modes.
5100
5101         * nnimap.el (nnimap-open-connection): Use list of
5102         auth-source modes.
5103
5104         * nntp.el (nntp-send-authinfo): Use list of
5105         auth-source modes.
5106
5107 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5108
5109         * auth-source.el: Update docs to reflect epa-file-enable is to be used
5110         now.
5111
5112 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5113
5114         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
5115         coding system in XEmacs; add a workaround for XEmacs.
5116
5117         * lpath.el: Fbind coding-system-aliasee.
5118
5119 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5120
5121         * mm-util.el (mm-coding-system-priorities): Protect against nil value
5122         of current-language-environment.
5123
5124 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5125
5126         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
5127         available at runtime.
5128
5129 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5130
5131         * gnus-art.el (article-date-ut): Fix end point of narrowing.
5132
5133 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
5134
5135         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
5136         the greatest positive fixnum value doesn't work under an XEmacs with
5137         bignum support; use the most-positive-fixnum constant instead,
5138         available since Emacs 21.1 with cl and XEmacs 21.1.
5139
5140 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5141
5142         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
5143         XEmacs gets not to work.
5144
5145 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5146
5147         * mm-util.el (mm-coding-system-priorities): Allow the value like
5148         "Japanese (UTF-8)" of current-language-environment.
5149
5150 2009-01-09  Glenn Morris  <rgm@gnu.org>
5151
5152         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
5153         with last-command-event.
5154
5155 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
5156
5157         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
5158         in the doc string.
5159
5160         * message.el (message-fix-before-sending): Amend comment.
5161
5162 2009-01-08  Dave Love  <fx@gnu.org>
5163
5164         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
5165
5166 2009-01-07  David Engster  <dengste@eml.cc>
5167
5168         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
5169         simplified server definitions by converting it via
5170         gnus-server-to-method.
5171
5172 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5173
5174         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
5175         parameter's operands.
5176
5177 2009-01-06  David Engster  <dengste@eml.cc>
5178
5179         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
5180         primary select method (for gnus-group-mark-article-as-read).
5181
5182 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
5183
5184         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
5185         `(gnus)Face', not `(gnus)X-Face'.
5186
5187 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5188
5189         * mm-util.el (mm-ucs-to-char): New function.
5190
5191         * mm-url.el (mm-url-decode-entities): Use it.
5192
5193         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
5194         unicode-to-char.
5195
5196 2009-01-05  Dave Love  <fx@gnu.org>
5197
5198         * time-date.el: Require cl for `declare'.
5199
5200 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5201
5202         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
5203         Dave Love.
5204
5205 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5206
5207         * message.el (message-fix-before-sending): Add `eight-bit' to
5208         illegible-text check.
5209
5210 2009-01-03  Michael Olson  <mwolson@gnu.org>
5211
5212         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
5213         `headers' is nil.  This can occur if the IMAP server does not have
5214         permissions to read messages from a folder, but can write new messages
5215         to the folder.
5216         (nnimap-request-article-part): Do not insert `data' if it is nil.
5217
5218         * imap.el (imap-parse-fetch): Courier can insert spurious blank
5219         characters which will confuse `read', so skip past them.
5220
5221 2009-01-01  Dave Love  <fx@gnu.org>
5222
5223         * imap.el (imap-string-to-integer): Fix typo.
5224         (imap-fetch-safe): New function.
5225         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
5226
5227         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
5228
5229         * imap.el (imap-process-connection-type, imap-debug, imap-open):
5230         (imap-parse-greeting): Fix doc strings.
5231         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
5232         (imap-parse-flag-list): Make messages unique.
5233         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
5234
5235         * nnimap.el: Fix author email.
5236         (nnimap-split-rule): Add FIXME comment.
5237         (nnimap-debug): Fix doc string.
5238
5239 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5240
5241         * dns.el (dns-set-servers): Check "Address".  Fix typo.
5242
5243 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
5244
5245         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
5246         nslookup if resolv.conf isn't available.
5247         (dns-query): Rename from query-dns.
5248         (dns-query-cached): Rename from query-dns-cached.
5249
5250 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5251
5252         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
5253         overlay-arrow-position and overlay-arrow-string buffer-local; no need
5254         to check if those variables exist (first appeared in Emacs 18.50).
5255
5256 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5257
5258         * mm-util.el (mm-line-number-at-pos): New function.
5259
5260         * spam-report.el (spam-report-process-queue): Use it.
5261
5262 2008-12-24  David Engster  <dengste@eml.cc>
5263
5264         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
5265         parameters that haven't existed as variables as buffer-local variables.
5266
5267 2008-12-23  Dave Love  <fx@gnu.org>
5268
5269         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
5270         cadar.
5271
5272         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
5273         imap-starttls-p.
5274         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
5275
5276 2008-12-22  Dave Love  <fx@gnu.org>
5277
5278         * imap.el: Fix author email.  Doc fixes.
5279         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
5280         reply.
5281
5282 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
5283
5284         * spam-report.el (spam-report-gmane-max-requests): New constant.
5285         (spam-report-gmane-wait): New variable.
5286         (spam-report-gmane-ham, spam-report-gmane-spam)
5287         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
5288         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
5289         the server.
5290
5291         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
5292         Add explanations.
5293
5294         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
5295         nnheader-accept-process-output and nnheader-read-timeout if available.
5296         (pop3-movemail): Use it.
5297
5298         * message.el (message-check-news-body-syntax): Fix signature check if
5299         there's an attachment.
5300
5301 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5302
5303         * mm-util.el: Add comments to the mm- emulating functions.
5304
5305 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
5306
5307         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
5308         by Stephen Berman <stephen.berman@gmx.net>.
5309
5310 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5311
5312         * mm-util.el (mm-substring-no-properties): New function.
5313         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
5314         (mm-special-display-p): Enable those lambda forms to be byte compiled.
5315         (mm-string-to-multibyte): Doc fix.
5316
5317         * mml.el (mml-attach-file): Use mm-substring-no-properties.
5318
5319 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5320
5321         * mml.el (mml-attach-file): Strip text properties from file name.
5322         (Bug#1574)
5323
5324 2008-12-16  Glenn Morris  <rgm@gnu.org>
5325
5326         * mm-util.el (mm-charset-override-alist): Declare for compiler.
5327
5328 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5329
5330         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
5331         knows since the charset specified might be a bogus alias that
5332         mm-charset-synonym-alist provides.
5333
5334 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5335
5336         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
5337         "ISO_8859-1".
5338
5339         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
5340
5341 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5342
5343         * mm-util.el (mm-charset-eval-alist):
5344         Define it before mm-charset-to-coding-system.
5345         (mm-charset-to-coding-system): Add optional argument `silent';
5346         define it before mm-charset-override-alist.
5347         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
5348         default value if it can be used in Emacs currently running;
5349         silence mm-charset-to-coding-system.
5350
5351 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5352
5353         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
5354         `allow-override' which says whether to use `mm-charset-override-alist'.
5355         (rfc2047-decode-encoded-words): Use it.
5356
5357         * mm-util.el (mm-charset-override-alist): Fix custom type;
5358         add `(gb2312 . gbk)' to choices.
5359
5360 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5361
5362         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
5363         fast.
5364
5365         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5366
5367         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
5368
5369 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
5370
5371         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
5372         on links.
5373
5374         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5375
5376 2008-12-03  Lute Kamstra  <lute@gnu.org>
5377
5378         * sha1.el: Remove leading * from docstrings of defcustoms,
5379         deffaces, defconsts and defuns.
5380
5381 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5382
5383         * message.el (message-idna-to-ascii-rhs-1): Protect against local
5384         users' addresses that don't have domain parts.
5385         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
5386         rather than message-narrow-to-head since there will be the message
5387         header separator.
5388
5389 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5390
5391         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
5392         since the result is inserted in a unibyte buffer anyway.
5393         (nnimap-demule-use-string-to-multibyte): Remove.
5394         (nnimap-demule): Alias it to mm-string-to-multibyte.
5395
5396 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
5397
5398         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
5399         variable for debugging bug#464 and bug#1174.
5400         (nnimap-demule): Use it.
5401
5402 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5403
5404         * gnus-score.el (gnus-score-find-trace): Handle default score in total
5405         score calculation correctly.
5406
5407 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5408
5409         * message.el (message-send-mail): Just set the buffer to unibyte
5410         rather than use mm-with-unibyte-current-buffer which does a lot more.
5411         (message-send-mail-partially): Don't bother with
5412         mm-with-unibyte-current-buffer since it's already been made unibyte by
5413         message-send-mail.
5414
5415 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
5416
5417         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
5418
5419 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
5420
5421         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
5422
5423 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5424
5425         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
5426         require itself and to remove `with-no-warnings'.
5427
5428 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5429
5430         * starttls.el (starttls-any-program-available): Get the name of the
5431         available TLS layer program.
5432         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
5433         well as the host name in the "opening" message.
5434
5435         * auth-source.el (auth-source-cache, auth-source-do-cache)
5436         (auth-source-user-or-password): Cache passwords and logins by default,
5437         allow override with `auth-source-do-cache'.
5438         (auth-source-forget-user-or-password): Allow users to remove cache
5439         entries if needed.
5440
5441 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
5442
5443         * md4.el (md4-buffer): Fix typo in docstring.
5444         (md4, md4-64): Doc fixes.
5445         (md4-pack-int32): Reflow docstring.
5446
5447 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5448
5449         * ietf-drums.el (ietf-drums-remove-comments): Localize second
5450         condition-case to only the forward-sexp call.
5451
5452 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5453
5454         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
5455         quotes contained.  Make it more robust regardless by an extra
5456         condition-case wrapper.
5457
5458 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5459
5460         * lpath.el: No need to fbind codepage-setup for Emacs 23.
5461
5462 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5463
5464         * nnml.el (nnml-request-expire-articles): Check if the function set to
5465         `nnmail-expiry-target' returns the symbol `delete'.
5466
5467         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
5468
5469         * nnmail.el (nnmail-expiry-target): Fix custom type.
5470
5471 2008-10-02  Glenn Morris  <rgm@gnu.org>
5472
5473         * mm-util.el (mm-codepage-setup): Tweak codepage error.
5474         Silence compiler warning.
5475
5476 2008-10-01  Magnus Henoch  <mange@freemail.hu>
5477
5478         * tls.el (open-tls-stream): Show the actual command being
5479         executed, instead of the format string.
5480
5481 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5482
5483         * lpath.el: Fbind codepage-setup for Emacs 23.
5484
5485 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
5486
5487         * mml.el (mml-menu): Don't assume mml2015 is bound.
5488
5489 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5490
5491         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
5492         exists.
5493
5494 2008-09-27  Glenn Morris  <rgm@gnu.org>
5495
5496         * gnus-util.el (mail-header-remove-comments): Autoload it.
5497
5498 2008-09-27  Andreas Schwab  <schwab@suse.de>
5499
5500         * gnus-util.el (gnus-split-references): Strip comments.
5501         (gnus-parent-id): Likewise.
5502
5503 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
5504
5505         * message.el (message-confirm-send): Fix version.
5506
5507 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5508
5509         * message.el (message-idna-to-ascii-rhs-1): Use
5510         mail-extract-address-components rather than mail-header-parse-addresses
5511         that is an alias by default to ietf-drums-parse-addresses that does not
5512         support non-ASCII names in headers' contents.
5513
5514 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5515
5516         * message.el (message-confirm-send): Fixed variable documentation to
5517         avoid the "y/n" wording.
5518
5519 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
5520
5521         * message.el (message-set-auto-save-file-name): Save to a different
5522         filename so multiple messages (especially drafts) can be recovered.
5523
5524 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
5525
5526         * message.el (message-confirm-send): Add appropriate version.
5527
5528 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5529
5530         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
5531         defvar.
5532
5533 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
5534
5535         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
5536         (mm-pkcs7-enveloped-magic): Ditto.
5537
5538 2008-09-17  Simon Josefsson  <simon@josefsson.org>
5539
5540         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
5541         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
5542
5543 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
5544
5545         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
5546         default, it's better.
5547
5548 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
5549
5550         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
5551         summary line gnus-number property and ignore them (with a warning
5552         message).
5553
5554 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5555
5556         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
5557         macro caddr in the interactive form since it won't be expanded.
5558
5559 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5560
5561         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
5562         `charset'; fix name of function called recursively.
5563         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
5564
5565 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5566
5567         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
5568         (gnus-mime-set-charset-parameters): New function.
5569         (gnus-mime-view-part-as-charset): Use it to correctly display part
5570         specifying wrong charset.
5571
5572 2008-09-08  David Engster  <dengste@eml.cc>
5573
5574         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
5575         in completing-read for back end server.
5576
5577 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
5578
5579         * message.el (message-confirm-send): New variable to confirm sending a
5580         message.
5581         (message-send): Use it.
5582
5583 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
5584
5585         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
5586
5587 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5588
5589         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
5590
5591 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
5592
5593         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
5594         prevent tracking too many groups.
5595         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
5596         Use it.
5597
5598 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
5599
5600         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
5601         moving point to the bottom of the window in order to avoid recentering.
5602
5603 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5604
5605         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
5606
5607         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
5608         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
5609         (gnus-article-beginning-of-window): Fix calculation.
5610
5611 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5612
5613         * gnus-msg.el (gnus-summary-supersede-article)
5614         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
5615         value of gnus-newsgroup-charset to decode non-MIME encoded text in
5616         message header.
5617
5618 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
5619
5620         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
5621         pending output coming after the status change.
5622
5623 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
5624
5625         * message.el:
5626         * gnus-start.el:
5627         * gnus-registry.el: Remove VMS support.
5628
5629 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5630
5631         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
5632         macro.
5633         (rfc2104-hash): Use it.
5634
5635 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
5636
5637         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
5638         (gnus-summary-sort-by-most-recent-date): New commands.
5639         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
5640         and menu entries.
5641
5642 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5643
5644         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
5645         don't redisplay article for raw contents; remove plural articles stuff.
5646
5647         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
5648         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
5649         on gnus-summary-save-article; display results properly.
5650
5651 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5652
5653         * lpath.el: No need to fbind ns-focus-frame.
5654
5655 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5656
5657         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
5658
5659 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5660
5661         * gnus-art.el (gnus-summary-save-in-pipe): Consider
5662         gnus-save-all-headers.
5663
5664 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
5665
5666         * gnus-util.el (ns-focus-frame): Remove declaration.
5667         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
5668         like x.
5669
5670 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
5671
5672         * rfc2104.el (rfc2104-zero): Delete defconst.
5673         (rfc2104-hex-alist): Likewise.
5674         (rfc2104-hex-to-int): Delete func.
5675         (rfc2104-hexstring-to-bitstring): Likewise.
5676         (rfc2104-nybbles): New defconst.
5677         (rfc2104-hash): Rewrite for speed.
5678
5679 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5680
5681         * tls.el (open-tls-stream): Make it work with the 2nd argument
5682         BUFFER that is a string but does not exist as a buffer object, as
5683         mentioned in the doc-string.
5684
5685 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5686
5687         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
5688         SXEmacs.
5689
5690 2008-07-16  Glenn Morris  <rgm@gnu.org>
5691
5692         * gnus-util.el (ns-focus-frame): Declare for compiler.
5693
5694 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5695
5696         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
5697         set as a group parameter.
5698         (gnus-summary-save-in-pipe): Work when it is called independently.
5699         (gnus-summary-pipe-to-muttprint): Don't modify
5700         gnus-summary-pipe-output-default-command.
5701
5702 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5703
5704         * message.el (message-send-mail-with-sendmail):
5705         Display the error message.
5706
5707 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5708
5709         * gnus-art.el (gnus-default-article-saver):
5710         Add gnus-summary-save-in-pipe to choices.
5711         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
5712         gnus-summary-pipe-output-default-command as the default command.
5713         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
5714         instead of gnus-last-shell-command.
5715
5716         * gnus-sum.el (gnus-summary-pipe-output-default-command):
5717         New user option.
5718         (gnus-summary-muttprint-program): Mention the value will be changed.
5719         (gnus-summary-save-article): Force showing of all headers.
5720         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
5721
5722 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
5723
5724         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
5725
5726 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
5727
5728         * nnimap.el (nnimap-id):
5729         * sieve-manage.el (sieve-manage-open): Doc fixes.
5730
5731 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
5732
5733         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
5734         if available.
5735
5736 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5737
5738         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
5739
5740         * nnkiboze.el (nnkiboze-generate-group):
5741         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
5742
5743         * nnmairix.el: Require CL.
5744
5745 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5746
5747         * dgnushack.el: Autoload get-display-table and put-display-table for
5748         XEmacs 21.5.
5749
5750         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
5751         21.4 and SXEmacs.
5752
5753 2008-06-15  David Engster  <dengste@eml.cc>
5754
5755         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
5756
5757 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
5758
5759         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
5760         New macros that expand to an `aset'/`aref' call under Emacs, and to a
5761         runtime choice under XEmacs.
5762
5763         * gnus-sum.el (gnus-summary-set-display-table):
5764         Use `gnus-put-display-table', `gnus-get-display-table',
5765         `gnus-set-display-table' for the display table, instead of `aset'.
5766
5767         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
5768         Use `gnus-put-display-table', `gnus-get-display-table',
5769         `gnus-set-display-table' for the display table.
5770
5771 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5772
5773         * nnmairix.el: Add autoloads.
5774
5775 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5776
5777         * nnmairix.el (nnmairix-delete-recreate-group)
5778         (nnmairix-update-and-clear-marks): Fix error messages.
5779
5780 2008-06-14  David Engster  <dengste@eml.cc>
5781
5782         * nnmairix.el: Upgrade to version 0.6.
5783         (nnmairix-group-toggle-propmarks-this-group)
5784         (nnmairix-group-toggle-readmarks-this-group)
5785         (nnmairix-group-delete-recreate-this-group)
5786         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
5787         (nnmairix-remove-tick-mark-original-article): New commands.
5788         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
5789         (nnmairix-propagate-marks-to-nnmairix-groups)
5790         (nnmairix-only-use-registry, nnmairix-allowfast-default)
5791         (nnmairix-marks-cache, nnmairix-version-output): New variables.
5792         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
5793         functions needed for marks propagation and manipulation of read marks.
5794         (nnmairix-update-groups): New function.
5795         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
5796         (nnmairix-determine-original-group-from-registry)
5797         (nnmairix-determine-original-group-from-path)
5798         (nnmairix-get-group-from-file-path, nnmairix-map-range)
5799         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
5800         New helper functions.
5801         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
5802         keystrokes for new commands.
5803         (nnmairix-delete-and-create-on-change): Doc string cleanup.
5804         (nnmairix-request-group): Check allow-fast group parameter.
5805         (nnmairix-request-create-group): Set allow-fast group parameter if
5806         nnmairix-allowfast-default is set.
5807         (nnmairix-close-group): Propagate marks upon closing if needed.
5808         (nnmairix-group-toggle-threads-this-group): Use new.
5809         nnmairix-group-toggle-parameter helper function.
5810         (nnmairix-search): Better check for empty search result.
5811         (nnmairix-goto-original-article): Use new helper functions for
5812         determining original article.
5813         (nnmairix-show-original-article): Make sure message-id is in brackets.
5814         (nnmairix-call-mairix-binary): Change variable name.
5815         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
5816         helper function.
5817         (nnmairix-widget-toggle-activate): Fix doc string.
5818
5819 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5820
5821         * nnir.el: Require edmacro when compiling with XEmacs.
5822         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
5823         available in Emacs 21.
5824
5825 2008-06-11  Glenn Morris  <rgm@gnu.org>
5826
5827         * gnus-util.el (x-focus-frame):
5828         * gnus.el (image-size):
5829         * mm-decode.el (image-size): Declare.
5830
5831         * gnus-picon.el (declare-function): Add compat definition.
5832         (image-size): Declare.
5833
5834         * gnus-group.el (tool-bar-map):
5835         * gnus-sum.el (tool-bar-map): Define for compiler.
5836
5837         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
5838
5839         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
5840
5841         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
5842         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
5843         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
5844         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
5845         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
5846         * sieve-manage.el, spam-report.el, spam.el:
5847         Remove unnecessary eval-and-compile of autoloads.
5848
5849 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
5850
5851         * auth-source.el: Precise Tramp doc.
5852
5853 2008-06-07  Glenn Morris  <rgm@gnu.org>
5854
5855         * nnmairix.el: Remove unnecessary eval-when-compile.
5856
5857 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5858
5859         * lpath.el: Fbind propertize for XEmacs 21.4.
5860
5861 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
5862
5863         * nnir.el: Move here from ../contrib.
5864
5865 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5866
5867         * gnus-util.el (gnus-read-shell-command): New function.
5868         * mm-decode.el (mm-pipe-part):
5869         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
5870
5871 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5872
5873         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
5874
5875 2008-06-03  Glenn Morris  <rgm@gnu.org>
5876
5877         * pop3.el (nnheader-accept-process-output): Autoload it.
5878
5879 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5880
5881         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
5882         are not 2-digit hexadecimal characters that follow `%'s.
5883
5884 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
5885
5886         * message.el (message-bogus-recipient-p): Fix type in doc string.
5887         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
5888         (message-bogus-addresses): Rename from message-bogus-address-regexp.
5889         Improve custom options.
5890         (message-bogus-recipient-p): Adjust accordingly.
5891
5892 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
5893
5894         * parse-time.el (parse-time-months, parse-time-weekdays): Add
5895         long-form month and day names.
5896
5897 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5898
5899         * dgnushack.el: Autoload debug, eudc-expand-inline and
5900         pgg-snarf-keys-region for XEmacs.
5901
5902         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
5903
5904         * nnmairix.el: Require edmacro when compiling with XEmacs.
5905
5906 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
5907
5908         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
5909         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
5910
5911 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5912
5913         * auth-source.el: Add more docs.
5914
5915         * netrc.el (netrc-machine): Always match if the port is not given.
5916
5917 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5918
5919         * nnheader.el (nnheader-read-timeout): Change the default timeout from
5920         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
5921         retrieval faster in some cases, but might make CPU usage larger.  If
5922         this has any bad side effects, we might revert this change.
5923
5924         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
5925         seems to make mail retrieval much, much faster.
5926         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
5927         unconditionally.
5928
5929         * gnus-draft.el (gnus-group-send-queue): Bind
5930         message-send-mail-partially-limit to nil to avoid being prompted.
5931
5932 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
5933
5934         * mml.el (mml-attach-buffer): Prompt for `disposition'.
5935
5936         * message.el (message-bogus-address-regexp): Fix and improve custom
5937         type.
5938         (message-setup-hook): Add message-check-recipients as custom option.
5939
5940 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
5941
5942         * message.el (message-cite-function): Remove bogus autoload which crept
5943         in during merge from v5-10.
5944
5945 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
5946
5947         * nnimap.el (nnimap-open-connection): Fix login/password bug.
5948
5949         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
5950
5951         * auth-source.el: Preliminary Tramp docs.
5952         (auth-sources): Change the default auth-sources to use
5953         EPA .gpg files.
5954
5955 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
5956
5957         * nntp.el: Autoload `auth-source-user-or-password'.
5958         (nntp-send-authinfo): Use it.
5959
5960         * nnimap.el: Autoload `auth-source-user-or-password'.
5961         (nnimap-open-connection): Use it.
5962
5963         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
5964         for the gnus-message function.
5965         (auth-source-user-or-password): Use it.
5966
5967 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5968
5969         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
5970         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
5971         (rfc2104-hash): Use it.
5972
5973 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
5974
5975         * gnus-art.el (gnus-article-toggle-truncate-lines):
5976         Don't use `iff' in docstring.
5977
5978 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
5979
5980         * gnus-registry.el: Adjusted copyright dates and added a keyword.
5981
5982         * gnus-util.el (gnus-extract-address-component-name)
5983         (gnus-extract-address-component-email): Convenience functions around
5984         `gnus-extract-address-components'.
5985
5986         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
5987         Use `gnus-extract-address-component-email' to fix bug of comparing full
5988         sender name to `user-mail-address'.
5989
5990 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
5991
5992         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
5993         catch/throw to optimize.
5994         (gnus-registry-find-keywords): Just use member to find a keyword.
5995
5996 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5997
5998         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
5999         is current before calling gnus-server-prepare.
6000         (gnus-server-setup-buffer, gnus-server-update-server)
6001         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
6002
6003 2008-05-04  Juri Linkov  <juri@jurta.org>
6004
6005         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
6006         (mailcap-file-default-commands): Use mailcap-replace-in-string
6007         instead of replace-regexp-in-string, and mailcap-delete-duplicates
6008         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
6009
6010 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
6011
6012         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
6013
6014 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6015
6016         * gnus.el: Bump version to 0.11.
6017
6018 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6019
6020         * gnus.el: No Gnus v0.10 is released.
6021
6022 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6023
6024         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
6025         hooks.
6026         (gnus-update-read-articles): Speed up non-marks-using users.
6027         (gnus-use-marks): Define gnus-use-marks.
6028         (gnus-propagate-marks): Rename variable to something more sensible.
6029
6030 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
6031
6032         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
6033         (gmm-image-load-path-for-library): Fix typos in docstrings.
6034         (gmm-message): Reflow docstring.
6035
6036 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
6037
6038         * mail-source.el (mail-source-set-1, mail-source-bind):
6039         Move auth-source code out of the macro to clean it up and fix bugs.
6040
6041 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
6042
6043         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
6044         by sender if it's equal to user-mail-address, it's likely to be
6045         useless.
6046
6047         * mail-source.el (mail-source-bind): Don't use user or password if they
6048         are not bound.  Unintern them if they are nil.  Don't use server unless
6049         it's bound, and default it to empty string otherwise.
6050
6051 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6052
6053         * mail-source.el: Load auth-source.el.
6054         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
6055         get user name or password, if auth-sources is set up.
6056
6057         * gnus-registry.el (gnus-registry-split-strategy): New variable for
6058         strategy of splitting with parent.
6059         (gnus-registry-split-fancy-with-parent)
6060         (gnus-registry-post-process-groups): Use it and fix prior
6061         bug (returning a list as the split result).
6062
6063         * auth-source.el (auth-sources): Remove server parameter.
6064         (auth-source-pick, auth-source-user-or-password)
6065         (auth-source-user-or-password-imap)
6066         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6067         (auth-source-user-or-password-sftp)
6068         (auth-source-user-or-password-smtp): Remove server parameter.
6069
6070 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
6071
6072         * smime.el (smime-sign-region, smime-encrypt-region)
6073         (smime-decrypt-region):
6074         Remove redundant calls to `generate-new-buffer-name'.
6075
6076 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
6077
6078         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
6079         Don't use QP for message/rfc822.
6080         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
6081
6082 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6083
6084         * sieve-manage.el (sieve-string-bytes): Remove.
6085         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
6086         correct byte-length only if the process's coding-system is the same as
6087         the one used internally by Emacs to represent strings.
6088
6089 2008-04-22  Juri Linkov  <juri@jurta.org>
6090
6091         * mailcap.el (mailcap-file-default-commands): New function.
6092
6093 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6094
6095         * message.el (message-signature-separator, message-cite-function):
6096         Change custom version.
6097
6098 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
6099
6100         * tls.el (tls-program): Add -ign_eof argument to call the openssl
6101         commands.
6102         (tls-checktrust): Ditto.
6103
6104 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6105
6106         * mm-decode.el (mm-display-external): Make temp file read-only.
6107
6108 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6109
6110         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
6111         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
6112         `C-c C-f d'.
6113
6114 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
6115
6116         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
6117
6118 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6119
6120         * gnus.el: Bump version to 0.9.
6121
6122 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
6123
6124         * gnus.el: No Gnus v0.8 is released.
6125
6126 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6127
6128         * mail-source.el (mail-source-value):
6129         Prefer fboundp to functionp so it works with macros as well.
6130
6131 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6132
6133         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6134         Fix last change in case the element is not even a symbol.
6135
6136 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6137
6138         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6139         Prefer fboundp to functionp so it works with macros as well.
6140
6141 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
6142
6143         * auth-source.el: Added docs.
6144         (auth-sources): Modify format to support server.
6145         (auth-source-pick, auth-source-user-or-password)
6146         (auth-source-user-or-password-imap)
6147         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6148         (auth-source-user-or-password-sftp)
6149         (auth-source-user-or-password-smtp): Add server parameter.
6150
6151 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
6152
6153         * gnus-registry.el: Initialize the registry when gnus-registry-install
6154         is t.
6155
6156 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6157
6158         * compface.el (uncompface): Make buffer unibyte.
6159
6160 2008-04-05  Glenn Morris  <rgm@gnu.org>
6161
6162         * gnus-ems.el (mm-disable-multibyte): Autoload it.
6163
6164 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6165
6166         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
6167         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
6168
6169         * nnheader.el (nnheader-init-server-buffer): Change buffer's
6170         multibyteness after rather than before erasing it.
6171
6172         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
6173         mm-with-multibyte.
6174         (gnus-request-article-this-buffer): Make sure the proper decoding is
6175         used if gnus-original-article-buffer happens to be unibyte.
6176
6177         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
6178         default-enable-multibyte-characters.
6179
6180         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
6181         default-enable-multibyte-characters.
6182
6183         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
6184
6185         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
6186
6187 2008-04-02  Simon Josefsson  <simon@josefsson.org>
6188
6189         * imap.el (imap-enable-exchange-bug-workaround): New variable.
6190         (imap-message-copyuid-1): Use it.
6191         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
6192         J. Williams in
6193         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
6194
6195         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
6196         imap-enable-exchange-bug-workaround.
6197         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
6198
6199 2008-04-01  Simon Josefsson  <simon@josefsson.org>
6200
6201         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
6202         a 100 byte status-checks into a 2-3MB transfer for each group.
6203         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
6204         to enable bug workaround or not.
6205         (nnimap-find-minmax-uid): Only enable workaround conditionally.
6206
6207 2008-03-31  Glenn Morris  <rgm@gnu.org>
6208
6209         * message.el (mml2015-use): Declare for compiler.
6210         (message-info): Require mml2015 when appropriate.
6211
6212 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6213
6214         * Makefile.in (EMACS_COMP): Quote directory name that might contain
6215         whitespace.
6216
6217 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6218
6219         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
6220         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
6221         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
6222         (nntp-service-to-port): New function.
6223         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
6224         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
6225         (nntp-open-netcat-stream): New function.
6226         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
6227
6228 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
6229
6230         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
6231
6232 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6233
6234         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
6235
6236 2008-03-28  Magnus Henoch  <mange@freemail.hu>
6237
6238         * dns.el (dns-write): Use set-buffer-multibyte.
6239
6240 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
6241
6242         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
6243
6244 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6245
6246         * message.el (message-signature-separator): Change default.
6247         Improve custom type.
6248         (message-cite-function): Change default to
6249         message-cite-original-without-signature.
6250
6251         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
6252         toggle.
6253
6254         * message.el (message-check-news-body-syntax): Fix signature check.
6255         (message-setup-1): Mark buffer as unmodified _after_ running
6256         message-setup-hook and handling message-alternative-emails.
6257         (message-shorten-references): Be more strict when building list of
6258         valid references to comply with GNKSA.
6259
6260         * gnus-group.el (gnus-read-ephemeral-bug-group)
6261         (gnus-read-ephemeral-debian-bug-group)
6262         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
6263
6264         * message.el (message-info): Don't use booleanp which isn't supported
6265         in Emacs 21 and XEmacs.
6266
6267 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
6268
6269         * gnus-group.el (gnus-gmane-group-download-format): Rename from
6270         gnus-group-gmane-group-download-format.
6271         (gnus-group-read-ephemeral-gmane-group): Rename from
6272         gnus-group-read-ephemeral-gmane-group.
6273         (gnus-read-ephemeral-gmane-group-url): Rename from
6274         gnus-group-read-ephemeral-gmane-group-url.
6275         (gnus-bug-group-download-format-alist): New variable.
6276         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
6277         (gnus-read-ephemeral-emacs-bug-group): New commands.
6278
6279 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6280
6281         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
6282         (gnus-visible-headers): Improve custom type.
6283
6284 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6285
6286         * mml.el (mml-menu): Add workarounds for XEmacs.
6287
6288         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
6289         X-Boundary header.
6290
6291         * message.el (message-simplify-recipients): Fix previous commit.
6292
6293 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6294
6295         * mm-util.el (mm-set-buffer-multibyte): New function.
6296         * mm-decode.el (mm-copy-to-buffer): Use it.
6297
6298 2008-03-19  Glenn Morris  <rgm@gnu.org>
6299
6300         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
6301         Accidentally removed in the sync process with Emacs.
6302
6303 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
6304
6305         * message.el (message-alter-recipients-discard-bogus-full-name):
6306         New function.
6307         (message-alter-recipients-function): New variable.
6308         (message-get-reply-headers): Use it.
6309         (message-replace-header): New helper function.
6310         (message-recipients-without-full-name): New variable.
6311         (message-simplify-recipients): New command.
6312
6313         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
6314
6315         * message.el (message-info): Handle EasyPG manual.
6316
6317         * mml.el (mml-menu): Add entry for EasyPG.
6318
6319 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
6320
6321         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
6322         parameter.
6323
6324         * message.el (message-disassociate-draft): Specify drafts group name
6325         fully.
6326
6327 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
6328
6329         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
6330         unnecessary duplicates from the match list.
6331
6332 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6333
6334         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
6335
6336         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
6337
6338         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
6339         args of `how-many' of which the XEmacs version doesn't take; declare
6340         Info-index-next as function.
6341
6342 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6343
6344         * gnus-score.el (gnus-score-headers): Fix handling of
6345         gnus-inhibit-slow-scoring.
6346
6347         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
6348         string.
6349         (gnus-button-url-regexp): Improve handling of parenthesis.
6350         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
6351         (gnus-button-handle-info-keystrokes): Handle index entries.
6352
6353 2008-03-15  Glenn Morris  <rgm@gnu.org>
6354
6355         * parse-time.el (parse-time-string): Simplify.
6356
6357 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6358
6359         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
6360         Incoming* files.
6361
6362 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6363
6364         * auth-source.el (auth-sources): Renamed from auth-source-choices.
6365         (auth-source-pick): Use it.
6366
6367 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6368
6369         * binhex.el (binhex-decode-region-internal):
6370         * uudecode.el (uudecode-decode-region-internal):
6371         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
6372         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
6373         setting default-enable-multibyte-characters.
6374
6375 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6376
6377         * auth-source.el (auth-source-protocols)
6378         (auth-source-protocols-customize, auth-source-choices): Added and
6379         modified variable customizations and defaults.
6380         (auth-source-pick, auth-source-user-or-password)
6381         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6382         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6383         (auth-source-user-or-password-sftp)
6384         (auth-source-user-or-password-smtp): Use new variables and provide an
6385         interface to netrc.el.
6386
6387 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6388
6389         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
6390         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
6391         Make sure the nntp port to specify is a string.
6392
6393 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6394
6395         * nntp.el: Use with-current-buffer.
6396         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
6397         dubious mm-with-unibyte-current-buffer.
6398         (nntp-with-open-group-function): New function extracted from
6399         nntp-with-open-group macro.
6400         (nntp-with-open-group): Use the function, so it's easier to debug.
6401         Add indentation and debugging info.
6402         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
6403         the use of the netcat alternatives.
6404
6405         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
6406         Avoid mm-string-as-multibyte as well.
6407
6408         * nnweb.el (nnweb-insert-html):
6409         Remove use of nnheader-string-as-multibyte.
6410
6411         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
6412         (nnheader-string-as-multibyte): Remove.
6413
6414         * mm-view.el: Use inhibit-read-only.
6415         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
6416         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
6417         or unibyte-string.
6418
6419         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
6420         (mm-uu-yenc-extract): Use with-current-buffer.
6421
6422         * gnus-soup.el (gnus-soup-send-packet): Don't use
6423         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
6424
6425         * nnmh.el: Use with-current-buffer.
6426         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
6427         mm-string-as-multibyte on the output of mm-encode-coding-string.
6428
6429         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
6430         (nnimap-request-move-article): Use with-current-buffer.
6431
6432         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
6433         inserting the handle-buffer's text, so the implicit multibyte->unibyte
6434         conversion uses string-make-unibyte rather than string-as-unibyte.
6435
6436         * gnus-msg.el: Use with-current-buffer.
6437
6438         * message.el (message-ignored-resent-headers): Add "Delivered-To".
6439
6440 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
6441
6442         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
6443         string for caching if it is 'PIN.
6444
6445 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6446
6447         * lpath.el: Consider the case without Emacs/W3.
6448
6449 2008-03-08  Glenn Morris  <rgm@gnu.org>
6450
6451         * time-date.el (date-to-time, time-subtract, time-add)
6452         (safe-date-to-time): Doc fixes.
6453
6454 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
6455
6456         * mail-source.el (mail-source-delete-old-incoming-confirm):
6457         Change default to nil.
6458         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
6459
6460 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6461
6462         * lpath.el: Rearrange.
6463
6464         * gnus-art.el (gnus-narrow-to-page): Position point properly.
6465         (gnus-article-goto-prev-page): Work for articles having ^L's.
6466
6467         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
6468
6469         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
6470
6471 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
6472
6473         * gnus-bookmark.el: Adjust for renames in bookmark.el.
6474         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
6475         (gnus-bookmark-jump): Adjust some variable names.
6476
6477 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
6478
6479         * auth-source.el: New package.
6480         (auth-source-choices): Add customization entry point variable.
6481
6482         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
6483         bug.
6484
6485 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
6486
6487         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
6488         (gnus-registry-initialize, gnus-registry-install-p): Use it.
6489         (gnus-registry-install-shortcuts): Rename from
6490         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
6491         the `gnus-registry-mark-map' keymap dynamically from
6492         `gnus-registry-marks'.  The generated functions update the summary line
6493         when a registry mark is added or deleted, and will call
6494         `gnus-registry-install-p' (see the comments in the code).
6495         (gnus-registry-user-format-function-M): Use concat intelligently.
6496
6497         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
6498         the registry mark functions.
6499
6500 2008-03-05  Glenn Morris  <rgm@gnu.org>
6501
6502         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
6503         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
6504         gnus-art.
6505         (top-level): No need to load own source when compiling.
6506
6507 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6508
6509         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
6510         Suggested by <chris.anderton@zetnet.co.uk>.
6511
6512 2008-03-04  Glenn Morris  <rgm@gnu.org>
6513
6514         * gnus-sum.el (top-level): No need to require gnus when compiling,
6515         since unconditionally required near start of file.
6516         (gnus-summary-display-while-building): Move definition before use.
6517
6518 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
6519
6520         * gnus-registry.el (gnus-registry-user-format-function-M): Add
6521         formatting function.
6522
6523 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6524
6525         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
6526         with plists.
6527         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
6528         Use new format.
6529
6530 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6531
6532         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
6533         `where-is-internal' that returns a range of key sequences.
6534
6535 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6536
6537         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
6538
6539         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
6540         (gnus-summary-jump-to-group): Consider windows on other displayed
6541         frames as well.  Similar changes might be needed elsewhere, but that's
6542         the one I've bumped into during my use.
6543
6544         * nndoc.el (nndoc-oe-dbx-type-p):
6545         * gnus-msg.el (gnus-debug):
6546         * gnus-group.el (gnus-update-group-mark-positions):
6547         Use mm-string-to-multibyte.
6548
6549 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6550
6551         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
6552         doesn't handle NotDashEscaped.
6553
6554         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
6555         (mml-dnd-attach-options): Fix typo in custom choice.
6556
6557         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
6558         nndoc-article-type to mbox.
6559         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
6560
6561         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
6562         to nil, instead of html2text.
6563
6564         * imap.el (imap-debug): Add `imap-ping-server'.
6565
6566         * gnus-bookmark.el: Add FIXMEs.
6567
6568         * message.el (message-form-letter-separator)
6569         (message-send-form-letter-delay): New variables.
6570         (message-send-form-letter): Use them.  New command to send form
6571         letters.  Requested by Uwe Siart.
6572         (message-send-mail-function): Doc fix.  Add "Other" custom option.
6573
6574 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6575
6576         * Update copyright years.
6577
6578 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6579
6580         Sync from EMACS_22_BASE.
6581
6582         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
6583
6584 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
6585
6586         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
6587         empty author.
6588
6589 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
6590
6591         * gnus-registry.el (gnus-registry-marks): Add variable for
6592         customization of marks and their appearance.
6593         (gnus-registry-read-mark): Use it.
6594         (gnus-registry-do-marks): Add utility function to loop through
6595         `gnus-registry-marks'.
6596         (gnus-registry-install-shortcuts-and-menus): Add function to install
6597         shortcuts and menus.
6598         (gnus-registry-initialize): Use it.
6599         (gnus-registry-default-mark): Clarify documentation.
6600
6601 2008-02-29  Glenn Morris  <rgm@gnu.org>
6602
6603         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
6604         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
6605         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
6606         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
6607         Change defcustom :version from 23.0 to 23.1.
6608
6609 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
6610
6611         * gnus-registry.el (gnus-registry-follow-group-p)
6612         (gnus-registry-post-process-groups): Add functions to aid registry
6613         splitting and improve logging.  Clarify behavior in function
6614         documentation.
6615         (gnus-registry-split-fancy-with-parent): Use them.
6616
6617 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6618
6619         * gnus-art.el: Use with-current-buffer.
6620
6621 2008-02-27  David Engster  <dengste@eml.cc>
6622
6623         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
6624         Express real group name in the response.
6625
6626 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6627
6628         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
6629         (nnmairix-last-server, nnmairix-current-server): Defvar them.
6630         (nnmairix-goto-original-article): Defvar gnus-registry-install and
6631         autoload gnus-registry-fetch-group when compiling.
6632         (nnmairix-request-group-with-article-number-correction): Remove
6633         unreferenced argument passed to nnmairix-call-backend.
6634
6635 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
6636
6637         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
6638         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
6639         Wilde.
6640
6641 2008-02-27  Glenn Morris  <rgm@gnu.org>
6642
6643         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
6644         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
6645         variables to defconsts.  Convert comments to doc-strings.
6646         (nnmairix-last-server, nnmairix-current-server): Convert from free
6647         variables to defvars.  Convert comments to doc-strings.
6648         (gnus-registry-fetch-group): Autoload.
6649         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
6650         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
6651         (nnmairix-widget-build-editable-fields): Use car cddr rather than
6652         caddr.
6653         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
6654         nnmairix-request-group-with-article-number-correction call.
6655         (nnmairix-fast, nnmairix-group): New, less general names, for free
6656         variables passed from nnmairix-request-group to
6657         nnmairix-request-group-with-article-number-correction.  Declare.
6658         (nnmairix-request-group-with-article-number-correction):
6659         Use nnmairix-fast, nnmairix-group rather than fast, group.
6660
6661 2008-02-26  David Engster  <dengste@eml.cc>
6662
6663         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
6664         version 0.5.
6665
6666 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
6667
6668         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
6669         instead of making an extra function call.  Don't add the current group
6670         to articles only when they have the group.  Use
6671         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
6672         Reported by David <de_bb@arcor.de>.
6673
6674 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6675
6676         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
6677         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
6678
6679 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
6680
6681         * mail-source.el (mail-source-delete-incoming): Change default.
6682         Supplement doc string.
6683
6684         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
6685
6686 2008-02-14  Glenn Morris  <rgm@gnu.org>
6687
6688         * time-date.el (format-seconds): New function.
6689
6690 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6691
6692         * nnmail.el (nnmail-message-id-cache-file): Derive from
6693         `gnus-home-directory'.
6694
6695 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
6696
6697         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
6698         Document negative prefix.
6699
6700         * gnus-group.el (gnus-group-read-group): Document negative prefix.
6701
6702 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6703
6704         * message.el (message-unsent-separator): Add the Exim bounce
6705         separator.
6706
6707 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
6708
6709         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
6710         list.
6711         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
6712         recipient/signer list.
6713
6714 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6715
6716         * Makefile.in (datarootdir): Define.
6717         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
6718         name that might contain whitespace.
6719
6720 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
6721
6722         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
6723         fbound (Emacs 23 unicode), signal an error.
6724
6725 2008-02-08  Glenn Morris  <rgm@gnu.org>
6726
6727         * gnus-art.el (pgg-display-output-buffer): Declare as function.
6728
6729 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
6730
6731         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
6732         ports to the calls to `netrc-machine-user-or-password' in addition to
6733         "imap" and "imaps".
6734
6735 2008-02-01  Zhang Wei  <id.brep@gmail.com>
6736
6737         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
6738
6739         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
6740
6741 2008-02-01  Kenichi Handa  <handa@m17n.org>
6742
6743         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
6744         rfc2104-hexstring-to-bitstring and changed to return a byte list.
6745         (rfc2104-hash): Convert the result of concat to unibyte string.
6746
6747 2008-02-01  Dave Love  <fx@gnu.org>
6748
6749         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
6750         coding-system-for-read.
6751         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
6752
6753 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
6754
6755         * gnus.el (gnus-group-startup-message): Add `find-image' call before
6756         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
6757         <hanche@math.ntnu.no>.
6758
6759 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6760
6761         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
6762
6763         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6764
6765 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
6766
6767         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
6768         * message.el (message-beginning-of-line): Use featurep instead of bound
6769         tests in order to resolve conditionals at compile time.
6770
6771 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
6772
6773         * mail-source.el (mail-sources): Add `group' choice.
6774
6775         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
6776         parameter `in-group' to control into which group the articles go.
6777         Add treatment of `group' mail-source.
6778
6779 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6780
6781         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
6782
6783         * mm-decode.el (mm-dissect-buffer): Decode description.
6784
6785         * mml.el (mml-to-mime): Encode message header first.
6786
6787 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6788
6789         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
6790         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
6791
6792         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
6793         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
6794
6795 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
6796
6797         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
6798
6799 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6800
6801         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
6802         prefix keys.
6803         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
6804         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
6805         gnus-xmas.el.
6806
6807         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
6808         (gnus-xmas-article-describe-bindings): New function.
6809         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
6810         gnus-xmas-article-describe-bindings.
6811
6812         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
6813
6814 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6815
6816         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
6817         Add new variables for article mark management.
6818         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
6819         list of extra data entries which, when present, will indicate that the
6820         article ID should not be trimmed from the registry.
6821         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
6822         functions.
6823         (gnus-registry-read-mark): New function to read a mark name from the
6824         user.
6825         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
6826         (gnus-registry-set-article-mark-internal): New functions to add and
6827         remove marks.
6828         (gnus-registry-get-article-marks): New function to show the marks for
6829         an article, or retrieve them for further use.
6830
6831 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6832
6833         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
6834         keys when no argument is given.
6835
6836 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6837
6838         * imap.el (imap-ping-server): New variable.
6839         (imap-opened): On add extra ping if imap-ping-server is non-nil.
6840         (imap-ping-server): Minor doc string fixes.
6841
6842 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6843
6844         * imap.el (imap-ping-server): New function.
6845         (imap-opened): Call imap-ping-server.
6846
6847 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
6848
6849         * gnus-sum.el (gnus-article-sort-by-random)
6850         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
6851         jidanni@jidanni.org.
6852
6853 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6854
6855         * gnus-art.el (gnus-article-describe-bindings): New function.
6856         (gnus-article-read-summary-keys): Use it.
6857         (gnus-article-mode-map): Bind `C-h b' to it.
6858
6859 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6860
6861         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
6862         XEmacs.
6863         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
6864         against non-character events.
6865
6866         * lpath.el: Fbind map-keymap for Emacs 21.
6867
6868 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
6869
6870         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
6871         command.
6872         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
6873         instead of END.  Change name of the temp file.
6874         (gnus-group-gmane-group-download-format): Add doc string.  Make it
6875         customizable.
6876
6877 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6878
6879         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
6880         bind `S W' to gnus-article-wide-reply-with-original; set default
6881         binding to gnus-article-read-summary-send-keys.
6882         (gnus-article-read-summary-keys): Fix the order of keys; display
6883         continuation keys correctly in the echo area; describe bindings
6884         correctly when keys end with `C-h'.
6885         (gnus-article-read-summary-send-keys): New function.
6886         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
6887         for gnus-article-read-summary-send-keys; display continuation keys
6888         correctly in the echo area.
6889         (gnus-article-reply-with-original): Ignore prefix argument.
6890         (gnus-article-wide-reply-with-original): New function.
6891
6892         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
6893         Emacs 21.
6894
6895 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6896
6897         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
6898         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
6899
6900 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
6901
6902         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
6903         (gnus-group-read-ephemeral-gmane-group): New command.
6904
6905 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
6906
6907         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
6908
6909 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6910
6911         * message.el (message-send-mail-function): Increase custom version.
6912
6913         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
6914         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
6915
6916 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
6917
6918         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
6919         for the cases where imap-authenticate is called with a nil buffer
6920         parameter.
6921
6922 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6923
6924         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
6925         html parts correctly; support forwarded messages.
6926         (gnus-article-browse-html-article): Remove work buffers.
6927
6928         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
6929         compiling.
6930         (netrc-bound-and-true-p): New macro.
6931         (netrc-parse): Use it instead of bound-and-true-p that is not available
6932         in XEmacs 21.4.
6933
6934 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
6935
6936         * gnus-registry.el (gnus-registry-mark-article)
6937         (gnus-registry-article-marks): Add functionality to mark articles
6938         through the Gnus registry.
6939
6940         * encrypt.el: Clarify documentation for the new pgg method.
6941         (encrypt-file-alist): Add PGG option.
6942         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
6943         functionality.  Abstract password key and messaging to external
6944         functions.
6945         (encrypt-password-key, encrypt-get-passphrase-if-needed)
6946         (encrypt-message-method-and-cipher): Add new convenience external
6947         functions.
6948         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
6949         (encrypt-pgg-process-buffer): Add PGG functionality glue.
6950
6951         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
6952         (netrc-parse): Use encrypt-file-alist to determine if
6953         encrypt-find-model or encrypt-insert-file-contents should be used.
6954
6955         * encrypt.el: Clarify documentation.  Load password-cache or
6956         password, whichever one is found first, instead of autoloading.
6957
6958 2007-12-19  Glenn Morris  <rgm@gnu.org>
6959
6960         * mml.el (message-options-set, message-narrow-to-head)
6961         (message-in-body-p, message-mail-p, message-encode-message-body):
6962         Autoload.
6963         (message-remove-header, message-narrow-to-headers-or-head)
6964         (message-subscribed-p, message-make-mail-followup-to)
6965         (message-position-on-field, message-news-p)
6966         (message-options-set-recipient, message-generate-headers)
6967         (message-sort-headers): Declare as functions.
6968
6969 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6970
6971         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
6972         convention in doc string.
6973
6974 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6975
6976         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
6977         title to html parts.
6978         (gnus-article-browse-html-article): Pass message header to it.
6979
6980         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
6981
6982 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
6983
6984         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
6985         or password compatible with XEmacs.
6986
6987 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6988
6989         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
6990         format document.
6991         (gnus-mime-delete-part): Don't write description line if empty.
6992         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
6993
6994 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
6995
6996         * gnus-sum.el (gnus-summary-mark-unread-as-read)
6997         (gnus-summary-mark-read-and-unread-as-read)
6998         (gnus-summary-mark-current-read-and-unread-as-read)
6999         (gnus-summary-mark-unread-as-ticked): Doc fix.
7000         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
7001
7002 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7003
7004         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
7005         Christoph Conrad <christoph.conrad@gmx.de>.
7006
7007 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7008
7009         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
7010         yes-or-no-p.
7011
7012 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7013
7014         * mm-decode.el (mm-add-meta-html-tag): New function.
7015         (mm-save-part-to-file, mm-pipe-part): Use it.
7016
7017         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
7018         gnus-y-or-n-p instead of y-or-n-p.
7019         (gnus-article-browse-html-parts): Work with message/external-body; use
7020         mm-add-meta-html-tag.
7021
7022 2007-12-11  Glenn Morris  <rgm@gnu.org>
7023
7024         * gnus-cache.el: Require gnus-sum not just when compiling.
7025
7026         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
7027
7028         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
7029         definitions before use.
7030
7031         * mm-decode.el: Require gnus-util.
7032         (mm-remove-part): Only call delete-annotation on XEmacs.
7033
7034         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
7035
7036         * nnmail.el: Require gnus-int.
7037
7038         * spam.el: Move `require's before `eval-when-compile's.
7039
7040         * gnus-ems.el (gnus-alive-p):
7041         * gnus-fun.el (message-goto-eoh):
7042         * gnus-util.el (gnus-group-name-decode):
7043         * mail-source.el (gnus-compress-sequence):
7044         * message.el (Info-goto-node, format-spec):
7045         * mm-bodies.el (message-options-get):
7046         * mm-decode.el (mm-view-pkcs7):
7047         * mm-util.el (gmm-write-region):
7048         * mml-smime.el (mml-compute-boundary)
7049         (gnus-completing-read-with-default):
7050         * mml.el (widget-button-press, gnus-make-hashtable):
7051         * mml1991.el (mm-decode-content-transfer-encoding)
7052         (mm-encode-content-transfer-encoding)
7053         (message-options-get, message-options-set):
7054         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
7055         * nnfolder.el (gnus-request-group):
7056         * nnheader.el (ietf-drums-unfold-fws):
7057         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
7058         * smime.el (gnus-run-mode-hooks):
7059         * spam-stat.el (gnus-message): Autoload.
7060
7061         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
7062         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
7063         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
7064         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
7065         Add declare-function compatibility definition.
7066
7067         * gnus-cache.el (nnvirtual-find-group-art):
7068         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
7069         (gnus-add-image, gnus-add-wash-type):
7070         * gnus-group.el (nnkiboze-score-file):
7071         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
7072         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
7073         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
7074         (message-tokenize-header, gnus-get-buffer-create)
7075         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
7076         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
7077         * gnus.el (gnus-group-decoded-name):
7078         * mail-source.el (imap-capability):
7079         * mm-bodies.el (message-options-set):
7080         * mm-decode.el (gnus-configure-windows):
7081         * mm-extern.el (message-goto-body):
7082         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
7083         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
7084         (epg-sub-key-validity, message-options-set):
7085         * mml.el (widget-event-point, gnus-configure-windows):
7086         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
7087         * mml2015.el (epg-check-configuration, epg-configuration)
7088         (message-options-set):
7089         * nndb.el (nndb-request-article):
7090         * nnfolder.el (gnus-request-create-group):
7091         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
7092         * nnmaildir.el (gnus-group-mark-article-read):
7093         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
7094         * rfc1843.el (message-fetch-field):
7095         * spam.el (gnus-extract-address-components):
7096         Declare as functions.
7097
7098 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7099
7100         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
7101
7102         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
7103
7104         * lpath.el: Fbind run-mode-hooks for Emacs 21;
7105         bind show-trailing-whitespace for XEmacs.
7106
7107 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7108
7109         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
7110         new no-op macro for backward compatibility.
7111
7112         * imap.el (imap-string-to-integer): New function.
7113
7114 2007-12-09  Glenn Morris  <rgm@gnu.org>
7115
7116         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
7117
7118         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
7119         * message.el, mm-view.el, sieve-manage.el, smime.el:
7120         Add declare-function compatibility definition.
7121
7122         * gnus-art.el (w3-region, w3m-region, Info-menu):
7123         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
7124         * gnus-sum.el (gnus-get-predicate):
7125         * gnus-util.el (mm-append-to-file, w32-focus-frame):
7126         * message.el (mail-abbrev-in-expansion-header-p):
7127         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
7128         (w3m-detect-meta-charset, w3m-region):
7129         * sieve-manage.el (password-read, password-cache-add)
7130         (password-cache-remove):
7131         * smime.el (password-read-and-add): Declare as functions.
7132
7133 2007-12-08  David Kastrup  <dak@gnu.org>
7134
7135         * gnus-sum.el (gnus-summary-simplify-subject-query):
7136         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
7137         `message'.
7138
7139 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7140
7141         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
7142         it to bind idna-program, installation-directory, defined-colors, and
7143         face-attribute for XEmacs of the version that compiles defcustom forms.
7144
7145 2007-12-07  Glenn Morris  <rgm@gnu.org>
7146
7147         * gnus-art.el (article-make-date-line): Revert previous change.
7148
7149 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7150
7151         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
7152
7153 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
7154
7155         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
7156         Call gnus-add-to-range ranges only once with a prepared article-list.
7157
7158 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
7159
7160         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
7161         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
7162         group names with backslashes.  Reported by Tassilo Horn
7163         <tassilo@member.fsf.org>.
7164
7165 2007-12-06  Deepak Goel  <deego3@gmail.com>
7166
7167         * gnus-art.el (article-make-date-line):
7168         * gnus-start.el (gnus-load):
7169         * pop3.el (pop3-read-response): Fix buggy call to `error'.
7170
7171 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7172
7173         * gnus-art.el (gnus-use-idna)
7174         * gnus-start.el (gnus-site-init-file)
7175         * message.el (message-use-idna)
7176         * mm-uu.el (mm-uu-hide-markers)
7177         * smiley.el (smiley-style): Revert changes that suppress warnings.
7178
7179 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7180
7181         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
7182         specify charset to html source.  Reported by Christoph Conrad
7183         <christoph.conrad@gmx.de>.
7184
7185 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7186
7187         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
7188         idna-program in order to suppress byte compile warning issued by XEmacs
7189         that came to byte compile the default value section of defcustom forms
7190         recently.
7191
7192         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
7193         value of installation-directory.
7194
7195         * message.el (message-use-idna): Don't directly refer to the value of
7196         idna-program.
7197
7198         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
7199
7200         * smiley.el (smiley-style): Don't directly call face-attribute.
7201
7202 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
7203
7204         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
7205
7206         * gnus-dired.el: Reduce Gnus dependencies.
7207         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
7208         require.  Use autoloads instead.
7209         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
7210         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
7211         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
7212         (gnus-dired-mode): Adjust doc string.
7213         (gnus-dired-mail-mode): New variable.
7214         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
7215         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
7216         (gnus-dired-mail-buffers): New function.  Return mail or message
7217         composition buffers.
7218         (gnus-dired-attach): Use it.
7219         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
7220         NO-DECODE.
7221         (gnus-dired-print): Use `gnus-print-buffer' depending on
7222         `gnus-dired-mail-mode'.
7223
7224 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7225
7226         * rfc2047.el (rfc2047-encoded-word-regexp)
7227         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
7228         explaining what regexp patterns are for.
7229
7230 2007-12-04  Glenn Morris  <rgm@gnu.org>
7231
7232         * password.el: Move to password-cache.el.
7233
7234         * mml1991.el (password-read, password-cache-add, password-cache-remove):
7235         * mml2015.el (password-read, password-cache-add, password-cache-remove):
7236         * mml-smime.el (password-read, password-cache-add)
7237         (password-cache-remove):
7238         No need to autoload, since mml-sec requires password.
7239
7240         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
7241         * message.el (gnus-extract-address-components):
7242         * mml-smime.el (gnus-extract-address-components): Define for compiler.
7243
7244         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
7245         password.
7246
7247 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7248
7249         * mailcap.el: Reduce dependencies.
7250         (mail-header-parse-content-type): Autoload.
7251         (mailcap-delete-duplicates): New alias.
7252         (mailcap-mime-info): Add optional argument NO-DECODE.
7253         (mailcap-mime-types): Use mailcap-delete-duplicates.
7254
7255         * message.el (message-ignored-supersedes-headers): Add "X-ID".
7256
7257 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
7258
7259         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
7260         (imap-parse-status): Upcase status-att for servers that sends them
7261         lower-case (e.g., MS Exchange 2007).
7262
7263 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7264
7265         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
7266         function.
7267
7268         * gnus-uu.el (gnus-uu-decode-yenc): New command.
7269         (gnus-uu-yenc-article): New function.
7270
7271         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
7272
7273         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
7274         buffer.
7275
7276 2007-12-02  Glenn Morris  <rgm@gnu.org>
7277
7278         * binhex.el (binhex): New custom group.
7279         (binhex-decoder-program, binhex-decoder-switches)
7280         (binhex-use-external): Move to the binhex custom group.
7281
7282         * uudecode.el (uudecode): New custom group.
7283         (uudecode-decoder-program, uudecode-decoder-switches)
7284         (uudecode-use-external): Move to the uudecode custom group.
7285
7286         * netrc.el (top-level): Don't load `encrypt' features.
7287         (netrc-parse): Don't use encrypt.
7288         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
7289
7290         * encrypt.el: Remove file.
7291
7292 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
7293
7294         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
7295         matches on patches.
7296
7297         * gnus-art.el (gnus-article-browse-html-article): Mention
7298         `mm-text-html-renderer' in the doc string.
7299
7300         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
7301         string.  Add comments.
7302
7303         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
7304         if rhs is ASCII.
7305
7306 2007-12-01  Glenn Morris  <rgm@gnu.org>
7307
7308         * mail-source.el (top-level): Require format-spec before
7309         eval-when-compile.
7310
7311 2007-11-30  Glenn Morris  <rgm@gnu.org>
7312
7313         * encrypt.el: Require password, rather than autoloading password-read.
7314
7315 2007-11-29  Glenn Morris  <rgm@gnu.org>
7316
7317         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
7318         (sasl-make-client, sasl-next-step, sasl-step-data)
7319         (sasl-step-set-data): Declare as functions.
7320
7321 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
7322
7323         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
7324
7325 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
7326
7327         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
7328         certs should be verified and what is to be done in the event of a
7329         verification failure.
7330
7331         * gnus.el (gnus-method-to-server): Add an optional parameter so the
7332         caller can indicate whether the cache should be disregarded for this
7333         call.  This way the result of the call is reproducible at all times and
7334         can be considered a canonical server name for the supplied method.
7335         (gnus-agent-method-p): Canonicalize server names by pushing their
7336         method through `gnus-method-to-server' using the no-cache argument.
7337
7338         * gnus-srvr.el (gnus-server-insert-server-line): Call
7339         `gnus-method-to-server' with `no-cache' argument.
7340
7341         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
7342         gnus-agent-possibly-synchronize-flags as this should be called when the
7343         server is actually being opened.
7344         (gnus-agent-possibly-synchronize-flags)
7345         (gnus-agent-possibly-synchronize-flags-server): Move check for the
7346         flags file of an agentized server to the latter function.
7347
7348         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
7349         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
7350         after a connection has been established successfully.
7351
7352 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7353
7354         * gnus-art.el (article-display-face): Force to display face if called
7355         interactively; check if gnus-article-x-face-too-ugly matches author.
7356         (article-display-x-face): Display face even if From header is missing
7357         as article-display-face does.
7358
7359 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
7360
7361         * hashcash.el (message-narrow-to-headers-or-head)
7362         (message-fetch-field, message-goto-eoh)
7363         (message-narrow-to-headers): Declare as functions.
7364
7365 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
7366
7367         * mail-source.el (mail-sources): Default to fetch from file for
7368         compatibility with default of nnmail-spool-file.
7369
7370 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7371
7372         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
7373         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
7374         to look for encoded word that should be encoded again.
7375         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
7376         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
7377         encoding pattern.
7378         (rfc2047-decode-region): Switch strict regexp and loose one according
7379         to rfc2047-allow-irregular-q-encoded-words.
7380
7381 2007-11-25  Romain Francoise  <romain@orebokech.com>
7382
7383         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
7384
7385 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7386
7387         * tls.el (tls-program): Provide more custom choices from
7388         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
7389         (tls-process-connection-type, tls-success): Remove "*" in doc string.
7390
7391 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7392
7393         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
7394         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
7395
7396         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
7397         `nnmail-spool-file'.
7398
7399         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
7400         `nnmail-spool-file'.
7401
7402         * gnus-move.el (gnus-change-server): Ditto.
7403
7404         * gnus-kill.el (gnus-batch-score): Ditto.
7405
7406         * gnus-cache.el (gnus-jog-cache): Ditto.
7407
7408         * gnus-msg.el (gnus-summary-reply):
7409         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
7410
7411 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7412
7413         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
7414         version.  Minor improvement to doc strings.
7415         (tls-program): Add comment.
7416
7417 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
7418
7419         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
7420         (tls-checktrust): New variable.  Check if GNU TLS complained about a
7421         mismatch between the hostname provided in the certificate and the name
7422         of the host connnecting to.
7423         (open-tls-stream): Use them.  Check certificates against trusted root
7424         certificates.
7425
7426 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7427
7428         * gnus-cache.el (gnus-cache-generate-nov-databases):
7429         Use nnml-generate-nov-databases-directory instead of
7430         nnml-generate-nov-databases-1.
7431
7432 2007-11-24  Glenn Morris  <rgm@gnu.org>
7433
7434         * message.el (message-tool-bar-retro): Update for rename
7435         mail_send.xpm->mail-send.xpm.
7436
7437 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
7438
7439         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7440         `smime-ldap-search' for Emacs 22 and up.
7441
7442 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7443
7444         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
7445
7446         * message.el (message-send-mail-function): Fix error convention.
7447         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
7448         (message-widen-reply, message-send-mail, message-talkative-question)
7449         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
7450         (message-clone-locals, message-send-news): Use with-current-buffer.
7451         (message-insert-or-toggle-importance): Remove unused var `valid'.
7452         (message-make-references): Remove unused var `new-references'.
7453         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
7454
7455 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
7456
7457         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
7458         (spam-split-symbolic-return-positive): Reflow docstring.
7459         (spam-backends, spam-summary-exit-behavior)
7460         (spam-mark-ham-unread-before-move-from-spam-group)
7461         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
7462         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
7463         (spam-clear-cache, spam-backend-check, spam-install-backend)
7464         (spam-install-statistical-backend, spam-list-of-processors)
7465         (spam-group-processor-p, spam-split, spam-bogofilter-score)
7466         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
7467         (spam-check-crm114, spam-initialize, spam-unload-hook):
7468         Fix typos in docstrings.
7469
7470 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7471
7472         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
7473         been checked if they have never been read and those group levels are
7474         higher than the one that a user specified.
7475
7476 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7477
7478         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
7479         foreign groups unless a group level is specified by a user.
7480         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
7481
7482 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
7483
7484         * message.el (message-send-mail-function): Require sendmail.
7485
7486 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
7487
7488         * message.el (message-send-mail-function): Check for smtpmail too.
7489
7490         * utf7.el (utf7-encode, utf7-decode): Use coding system
7491         `utf-7'/`utf-7-imap' from utf-7.el' if available.
7492
7493         * message.el (message-send-mail-function): New function.
7494         (message-send-mail-function): Set default using
7495         message-send-mail-function.  Adjust doc string.
7496         (message-send-mail-with-mailclient): New function.
7497
7498 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
7499
7500         * smime.el (from):
7501         * rfc2047.el (message-posting-charset):
7502         * qp.el (mm-use-ultra-safe-encoding):
7503         * pop3.el (parse-time-months):
7504         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
7505         * nnml.el (files):
7506         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
7507         (jka-compr-compression-info-list, ange-ftp-path-format)
7508         (efs-path-regexp):
7509         * nndiary.el (files):
7510         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
7511         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
7512         (epg-digest-algorithm-alist, inhibit-redisplay)
7513         (password-cache-expiry):
7514         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
7515         (pgg-output-buffer, password-cache-expiry):
7516         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
7517         (efs-path-regexp):
7518         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
7519         (inhibit-redisplay):
7520         * mm-uu.el (file-name, start-point, end-point, entry)
7521         (gnus-newsgroup-name, gnus-newsgroup-charset):
7522         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
7523         (latin-unity-ucs-list):
7524         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
7525         (mm-uu-binhex-decode-function):
7526         * message.el (gnus-message-group-art, gnus-list-identifiers)
7527         (rmail-enable-mime-composing, gnus-local-organization)
7528         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
7529         (gnus-read-active-file, facemenu-add-face-function)
7530         (facemenu-remove-face-function, gnus-article-decoded-p)
7531         (tool-bar-mode):
7532         * mail-source.el (display-time-mail-function):
7533         * gnus-util.el (nnmail-pathname-coding-system)
7534         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
7535         (gnus-original-article-buffer, gnus-user-agent)
7536         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
7537         (xemacs-codename, sxemacs-codename, emacs-program-version):
7538         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
7539         * gnus-start.el (gnus-agent-covered-methods)
7540         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
7541         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
7542         (gnus-newsgroup-headers, gnus-group-list-mode)
7543         (gnus-group-mark-positions, gnus-newsgroup-data)
7544         (gnus-newsgroup-unreads, nnoo-state-alist)
7545         (gnus-current-select-method, mail-sources)
7546         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
7547         (nnmail-spool-file, gnus-cache-active-hashtb):
7548         * gnus-mh.el (mh-lib-progs):
7549         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
7550         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
7551         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
7552         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
7553         (gnus-group-buffer):
7554         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
7555         (font-lock-set-defaults):
7556         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
7557         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
7558         (gnus-summary-post-menu, total-parts, type, condition, length):
7559         * gnus-agent.el (gnus-agent-read-agentview):
7560         * flow-fill.el (show-trailing-whitespace):
7561         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
7562         eval-and-compile wrappers for byte compiler pacifiers.
7563
7564         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
7565         (mm-display-inline-fontify): Check for featurep 'xemacs not
7566         extent-list.
7567
7568         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
7569         itimer-list.
7570         (mm-create-image-xemacs): Only do something for XEmacs.
7571         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
7572
7573         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
7574
7575         * gnus-registry.el (gnus-adaptive-word-syntax-table):
7576         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
7577
7578 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
7579
7580         * nnimap.el (nnimap-split-download-body):
7581         * gnus-demon.el (gnus-demon):
7582         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
7583
7584 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7585
7586         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
7587         macros.
7588         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
7589         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
7590         copy data from unibyte buffer to multibyte current buffer.
7591         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
7592         to copy data from unibyte current buffer to multibyte buffer.
7593         (nntp-make-process-buffer): Make process buffer unibyte.
7594
7595         * pop3.el (pop3-open-server): Fix typo in Lisp code.
7596
7597 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
7598
7599         * pop3.el (pop3-open-server): Accept and process data more robustly at
7600         connexion start to avoid spurious "POP SSL connexion failed" errors.
7601
7602 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7603
7604         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
7605         read group names.
7606
7607 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
7608
7609         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
7610
7611 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7612
7613         * nnmail.el (nnmail-parse-active): Make group names unibyte.
7614         (nnmail-save-active): Use a unibyte buffer when saving active file,
7615         which may contain non-ASCII group names.
7616
7617         * nnml.el (nnml-request-group): Decode group names in messages.
7618
7619 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
7620
7621         * message.el (message-citation-line-function)
7622         (message-insert-formatted-citation-line): Fix spelling of
7623         `message-insert-formated-citation-line'.
7624
7625 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
7626
7627         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
7628
7629 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7630
7631         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
7632         nnmail-pathname-coding-system.
7633
7634         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
7635         that a user enters; decode group names in messages.
7636
7637         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
7638
7639 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7640
7641         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
7642
7643         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
7644
7645         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
7646         risky local variable.
7647
7648         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
7649
7650 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
7651
7652         * encrypt.el: Improve documentation to fix function name typo.
7653         Reported by Daiki Ueno <ueno@unixuser.org>.
7654
7655 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7656
7657         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
7658         even if the point is not in the last page of an article.
7659         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
7660         back to the previous page.
7661
7662 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
7663
7664         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
7665
7666 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7667
7668         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
7669
7670 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7671
7672         * message.el (message-check-news-body-syntax): Avoid
7673         mm-string-as-multibyte.
7674         (message-hide-headers): Don't assume (point-min)==1.
7675
7676 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7677
7678         * message.el (message-remove-blank-cited-lines): Fix if remove is
7679         given.
7680         (message-bogus-address-regexp): New variable.
7681         (message-bogus-recipient-p): New function.
7682         (message-check-recipients): New command.
7683         (message-syntax-checks): Add `bogus-recipient'.
7684         (message-fix-before-sending): Add `bogus-recipient'.
7685
7686         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
7687         (gnus-treat-body-boundary): Don't test window-system.
7688
7689 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
7690
7691         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
7692
7693 2007-10-28  Miles Bader  <miles@gnu.org>
7694
7695         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
7696         at compile-time too.
7697
7698 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
7699
7700         * gnus-msg.el (gnus-message-setup-hook): Add
7701         `message-remove-blank-cited-lines' to options.
7702
7703 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7704
7705         * message.el (message-remove-blank-cited-lines): New function.
7706         Suggested by Karl Plästerer.
7707
7708 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7709
7710         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
7711         mapc.
7712
7713         * imap.el (imap-open): Replace mapcar called for effect with mapc.
7714         (top-level): Use mapc to set functions to be traced for debugging.
7715
7716         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
7717         called for effect with while loop.
7718
7719         * message.el (message-talkative-question): Replace mapcar called for
7720         effect with mapc.
7721
7722         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
7723         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
7724         called for effect with dolist.
7725
7726         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
7727
7728         * nndiary.el: Use dolist instead of mapcar to add diary headers to
7729         gnus-extra-headers and nnmail-extra-headers.
7730
7731         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
7732         called for effect with dolist.
7733         (top-level): Use mapc to set functions to be traced for debugging.
7734
7735         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
7736         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
7737         dolist.
7738
7739         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
7740         Replace mapcar called for effect with mapc.
7741         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
7742         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
7743         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
7744         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
7745
7746         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
7747         remove-if that's a cl function.
7748
7749         * webmail.el (webmail-debug): Replace mapcar called for effect with
7750         dolist.
7751
7752         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
7753         with mapc.
7754
7755 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7756
7757         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
7758         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
7759         with while loop.
7760
7761         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
7762         functions from article-* functions.
7763         (gnus-multi-decode-header): Replace mapcar called for effect with
7764         dolist.
7765
7766         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
7767         (gnus-bookmark-show-details): Replace mapcar called for effect with
7768         while loop.
7769
7770         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
7771         called for effect with while loop.
7772
7773         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
7774         with dolist.
7775
7776         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
7777         mapcar called for effect with dolist.
7778
7779         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
7780
7781         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
7782         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
7783         Replace mapcar called for effect with dolist.
7784         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
7785         mapc.
7786
7787         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
7788         Replace mapcar called for effect with dolist.
7789         (gnus-topic-list): Replace mapcar called for effect with mapc.
7790
7791         * gnus.el: Use mapc instead of mapcar to add autoloads.
7792
7793 2007-10-23  Richard Stallman  <rms@gnu.org>
7794
7795         * gnus-group.el (gnus-group-highlight): Mark as risky.
7796
7797 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7798
7799         * gnus.el (gnus-server-to-method): Return method found first in
7800         gnus-newsrc-alist.
7801
7802         * gnus-art.el (gnus-article-highlight-signature)
7803         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
7804         button overlay without the front stickiness.
7805
7806 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
7807
7808         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
7809         overview buffer needed a catch to receive its throw.
7810         (gnus-agent-flush-cache): Declared as interactive to make this function
7811         easier to use.
7812
7813 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
7814
7815         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
7816         `next-line'.
7817
7818 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7819
7820         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
7821         exclude address matching message-dont-reply-to-names.
7822
7823 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7824
7825         * gnus-util.el (gnus-string<): New function.
7826
7827         * gnus-sum.el (gnus-article-sort-by-author)
7828         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
7829
7830 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7831
7832         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
7833         the frame-focus tag is set in gnus-buffer-configuration.
7834
7835 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7836
7837         * gnus-art.el (gnus-article-add-button): Make a button overlay without
7838         the front stickiness.
7839
7840 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7841
7842         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
7843         url pattern; remove duplicate one.
7844         (gnus-article-extend-url-button): New function.
7845         (gnus-article-add-buttons): Use it.
7846         (gnus-button-push): Use concatenated url that it makes.
7847
7848 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
7849
7850         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
7851
7852 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7853
7854         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
7855         Don't hardcode point-min==1.
7856
7857 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
7858
7859         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
7860         Fix comment about "iso8859-1".
7861
7862 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
7863
7864         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
7865         ones returned from the verify-function.
7866
7867         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
7868         mml2015-extract-cleartext-signature if extraction failed.
7869
7870 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
7871
7872         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
7873         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
7874         failed.
7875
7876 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7877
7878         * Relicense "GPLv2 or later" files to "GPLv3 or later".
7879
7880 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
7881
7882         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
7883         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
7884         recommends to use EasyPG instead of PGG.
7885
7886         * pgg.el: Revert to revision 6.23.2.16.
7887
7888         * pgg-def.el: Revert to revision 6.6.2.14.
7889
7890         * pgg-gpg.el: Revert to revision 6.23.2.34.
7891
7892 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
7893
7894         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
7895         to mark a thread as expirable.  Add variable `hide' to handle hiding of
7896         thread for both the null and zero (kill/expire thread) universal prefix
7897         cases.
7898         (gnus-summary-expire-thread): Add new function to expire a thread,
7899         using gnus-summary-kill-thread.
7900         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
7901         shortcuts for gnus-summary-expire-thread.
7902         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
7903         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
7904
7905 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7906
7907         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
7908         extras value, so an extras entry can be deleted.
7909         (gnus-registry-delete-extra-entry): Use it.
7910         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
7911         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
7912         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
7913         storage through the gnus-registry, and provide an appropriate API for
7914         it.
7915
7916 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7917
7918         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
7919         Suggested by Leo <sdl.web@gmail.com>.
7920
7921         * gnus.el: Do.
7922
7923 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7924
7925         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
7926         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
7927
7928         * gnus-agent.el (gnus-agent-fetch-headers): Do.
7929
7930         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7931         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
7932
7933 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7934
7935         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
7936         newline.
7937         (nnmbox-request-accept-article): Don't change article in source buffer;
7938         narrow to header to use message-fetch-field rather than
7939         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
7940         (nnmbox-request-replace-article): Quote lines that'll be misidentified
7941         as delimiters; make sure article ends with newline.
7942         (nnmbox-delete-mail): Correct last position of article to be deleted;
7943         ignore X-Gnus-Newsgroup header in article body.
7944         (nnmbox-save-mail): Quote lines looking like delimiters at the right
7945         positions; make sure article ends with newline.
7946
7947         * message.el (message-display-abbrev): Don't infloop when a user
7948         inserts SPC in the beginning of header.
7949
7950         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
7951         coding-system-for-read and coding-system-for-write for XEmacs having no
7952         file-coding feature.
7953
7954         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
7955
7956 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
7957
7958         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
7959         list of groups not followed by default.  Fix type to be regexp.
7960         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
7961
7962 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
7963
7964         * hmac-def.el (define-hmac-function): Switch from old-style to
7965         new-style backquotes.
7966
7967         * md4.el (md4-make-step): Likewise.
7968
7969 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7970
7971         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
7972         raw-text coding system when saving .newsrc file, which may contain
7973         non-ASCII group names.
7974
7975 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7976
7977         * gnus-cus.el (gnus-score-extra): New widget.
7978         (gnus-score-extra-convert): New function.
7979         (gnus-score-customize): Use it for Extra.
7980
7981 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
7982
7983         * mml2015.el (mml2015-extract-cleartext-signature): New function.
7984         (mml2015-mailcrypt-clear-verify): Use it.
7985         (mml2015-gpg-clear-verify): Use it.
7986         (mml2015-pgg-clear-verify): Use it.
7987         (mml2015-epg-clear-verify): Replace the current part with the output
7988         from GnuPG; don't extract the plaintext by itself.
7989
7990         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
7991         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
7992         mml2015-clear-verify-function; don't touch the armor headers or
7993         dash-escaped text here.
7994
7995 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7996
7997         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
7998         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
7999         parts, or application/octet-stream as a last resort.
8000         (gnus-mime-view-part-as-type): Don't toggle display.
8001         (gnus-mime-view-part-as-charset): Don't turn off display before
8002         querying charset.
8003
8004         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
8005         stuff to undisplayer function in Emacs.
8006         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
8007
8008         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
8009         text/calendar parts.
8010
8011 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8012
8013         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
8014         decoding text/calendar parts.
8015
8016         * message.el (message-forward-make-body-mime): Always mark body as
8017         having no illegible text; remove signed-or-encrypted argument.
8018         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
8019
8020         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
8021         (mml-generate-mime-1): Don't encode body if it is specified to be in
8022         raw form; don't make buffer be unibyte when inserting multibyte string.
8023
8024 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8025
8026         * sha1.el: Fix up comment style.
8027         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
8028         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
8029
8030         * hex-util.el: Fix up comment style.
8031         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
8032
8033         * gnus-salt.el: Use with-current-buffer.
8034         (gnus-pick-setup-message): Fix long-standing typo.
8035
8036 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8037
8038         * imap.el (imap-logout-timeout): New variable.
8039         (imap-logout, imap-logout-wait): New functions.
8040         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
8041
8042         * nnimap.el (nnimap-logout-timeout): New server variable.
8043         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
8044         nnimap-logout-timeout.
8045
8046         * gnus-art.el (gnus-article-summary-command-nosave)
8047         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
8048
8049 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8050
8051         * gnus.el (gnus-maximum-newsgroup): New variable.
8052
8053         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
8054         according to gnus-maximum-newsgroup.
8055
8056         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8057         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
8058         Limit the range of articles according to gnus-maximum-newsgroup.
8059
8060 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
8061
8062         * gnus-art.el (gnus-sticky-article): Fixed problems described in
8063         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
8064         Don't perform gnus-configure-windows here; reuse existing sticky
8065         article buffer.
8066
8067         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
8068         it doesn't exist in gnus-article-mode.
8069
8070 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8071
8072         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
8073         (gnus-agent-decoded-group-name): New function.
8074         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
8075         (gnus-agent-expire-group-1): Use it; decode group name in messages.
8076
8077 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
8078
8079         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
8080         Add binding for gnus-sticky-article.
8081         (gnus-summary-exit): Don't kill sticky article buffers.
8082
8083         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
8084         article buffer.
8085         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
8086         (gnus-kill-sticky-article-buffers): New commands.
8087
8088 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8089
8090         * nntp.el (nntp-xref-number-is-evil): New server variable.
8091         (nntp-find-group-and-number): If it is non-nil, don't trust article
8092         numbers in the Xref header.
8093
8094 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8095
8096         * gnus-agent.el (gnus-agent-read-group): New function.
8097         (gnus-agent-flush-group, gnus-agent-expire-group)
8098         (gnus-agent-regenerate-group): Use it.
8099         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
8100         nnmail-pathname-coding-system.
8101
8102 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8103
8104         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
8105
8106         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
8107         that are unread as unread, and also as selected so that information of
8108         marks having been changed by a user may be updated when exiting group.
8109
8110 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8111
8112         * gnus-art.el (gnus-mime-display-single): Pass part number that is
8113         calculated ignoring signature parts to gnus-treat-article.
8114
8115 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8116
8117         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
8118         a point here in order to keep the window start.
8119         (gnus-insert-mime-security-button): Make a button overlay without the
8120         front stickiness.
8121         (gnus-mime-display-security): Goto the end of a button.
8122
8123         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
8124
8125 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8126
8127         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
8128         group-name-at-point.
8129         (gnus-group-completing-read): New function that offers decoded
8130         non-ASCII group names for completion.
8131         (gnus-fetch-group, gnus-group-read-ephemeral-group)
8132         (gnus-group-jump-to-group, gnus-group-make-group-simple)
8133         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
8134         (gnus-group-fetch-control): Use it.
8135         (gnus-fetch-group): Use group-name-at-point for the initial value
8136         rather than the default value; use gnus-alive-p.
8137
8138         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
8139         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
8140         (gnus-summary-post-news): Use gnus-group-completing-read.
8141
8142         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
8143         (gnus-read-move-group-name): Decode group name for completion.
8144
8145 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
8146
8147         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
8148         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
8149         Yamaoka slightly modified the code).
8150
8151 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8152
8153         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
8154         (nnmail-split-incoming): Bind it.
8155
8156         * nnml.el (nnml-group-name-charset): New function.
8157         (nnml-decoded-group-name): Use it; don't decode group name if
8158         nnmail-group-names-not-encoded-p is non-nil.
8159         (nnml-encoded-group-name): New function.
8160         (nnml-group-pathname): Inline nnml-decoded-group-name.
8161         (nnml-request-expire-articles): Decode group name in message.
8162         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
8163         nnmail-pathname-coding-system.
8164         (nnml-save-mail, nnml-active-number): Work with decoded group names and
8165         not decoded ones according to nnmail-group-names-not-encoded-p.
8166         (nnml-generate-active-info): Use nnml-encoded-group-name.
8167
8168 2007-08-08  Glenn Morris  <rgm@gnu.org>
8169
8170         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
8171         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
8172         doc-strings and comments.
8173
8174 2007-07-25  Glenn Morris  <rgm@gnu.org>
8175
8176         * Relicense all FSF files to GPLv3 or later.
8177
8178 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8179
8180         * gnus-sum.el (gnus-summary-move-article): Make
8181         gnus-summary-respool-article work.
8182
8183 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
8184
8185         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
8186         string.
8187
8188 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
8189
8190         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
8191         that should be ignored when comparing distant RSS articles with local
8192         ones.
8193         (nnrss-make-hash-index): New function.  Create a hash index according
8194         to the ignored fields.
8195         (nnrss-check-group): Use it.
8196
8197 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8198
8199         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
8200
8201         * gnus-art.el (article-decode-group-name): Decode Xref header too.
8202
8203         * gnus-group.el (gnus-group-make-group): Encode group name here unless
8204         the new optional argument ENCODED is non-nil.
8205         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
8206         coding system for encoding group name.
8207         (gnus-group-make-rss-group): Pass un-encoded group name to
8208         gnus-group-make-group.
8209         (gnus-group-set-info): Tell gnus-group-make-group that group name is
8210         encoded.
8211
8212         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
8213         Encode group name to which articles are moved or copied.
8214         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
8215         coding system for encoding Newsgroup, Followup-To and Xref headers.
8216
8217         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
8218         marks; use nnheader-file-coding-system to write a file.
8219         (nnagent-retrieve-headers): Bind file-name-coding-system to
8220         nnmail-pathname-coding-system.
8221
8222         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
8223
8224         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
8225         (nnml-request-article, nnml-request-create-group)
8226         (nnml-request-rename-group, nnml-find-id)
8227         (nnml-possibly-change-directory, nnml-possibly-create-directory)
8228         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
8229         (nnml-save-marks): Use nnml-group-pathname instead of
8230         nnmail-group-pathname.
8231
8232         (nnml-request-create-group, nnml-request-expire-articles)
8233         (nnml-request-move-article, nnml-request-delete-group)
8234         (nnml-deletable-article-p, nnml-possibly-create-directory)
8235         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
8236         (nnml-open-marks): Bind file-name-coding-system to
8237         nnmail-pathname-coding-system.
8238
8239         (nnml-request-article): Pass server argument to nnml-find-group-number.
8240         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
8241         server argument to nnml-possibly-create-directory.
8242         (nnml-request-accept-article): Pass server argument to
8243         nnml-active-number and nnml-save-mail.
8244         (nnml-find-group-number): Pass server argument to nnml-find-id.
8245         (nnml-request-update-info): Pass server argument to
8246         nnml-marks-changed-p.
8247
8248         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
8249         (nnml-save-mail, nnml-active-number): Add server argument.
8250
8251         (nnml-request-delete-group): Warn if group is missing.
8252         (nnml-get-nov-buffer): Decode group name.
8253         (nnml-generate-active-info): Encode group name.
8254         (nnml-open-marks): Decode group name in messages.
8255
8256 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8257
8258         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
8259         if it is not specified.
8260         (gnus-article-pipe-part, gnus-article-save-part)
8261         (gnus-article-interactively-view-part, gnus-article-copy-part)
8262         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
8263         (gnus-article-inline-part, gnus-article-save-part-and-strip)
8264         (gnus-article-replace-part, gnus-article-delete-part)
8265         (gnus-article-view-part-as-type): Pass raw prefix argument to
8266         gnus-article-part-wrapper.
8267
8268 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8269
8270         * gnus-agent.el (gnus-agent-save-active): Bind
8271         nnheader-file-coding-system to gnus-agent-file-coding-system.
8272
8273         * gnus-cache.el (gnus-cache-save-buffers)
8274         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
8275         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
8276         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
8277         (gnus-cache-braid-nov, gnus-cache-braid-heads)
8278         (gnus-cache-generate-active, gnus-cache-rename-group)
8279         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
8280         (gnus-cache-update-overview-total-fetched-for): Bind
8281         file-name-coding-system to nnmail-pathname-coding-system.
8282         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
8283         variables.
8284         (gnus-cache-decoded-group-name): New function.
8285         (gnus-cache-file-name): Use it.
8286         (gnus-cache-generate-active): Use non-decoded group name for active.
8287
8288         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
8289         right place.
8290         (gnus-write-active-file): Don't break non-ASCII group names.
8291
8292         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
8293         nnmail-pathname-coding-system.
8294
8295         * lpath.el: Bind default-file-name-coding-system,
8296         file-name-coding-system and language-info-alist for XEmacs.
8297
8298         * gnus-uu.el (gnus-uu-decode-save): Typo.
8299
8300 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8301
8302         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
8303
8304 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8305
8306         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
8307         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
8308         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
8309         (gnus-agent-flush-group, gnus-agent-flush-cache)
8310         (gnus-agent-fetch-headers, gnus-agent-load-alist)
8311         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
8312         (gnus-agent-retrieve-headers, gnus-agent-request-article)
8313         (gnus-agent-regenerate-group)
8314         (gnus-agent-update-files-total-fetched-for)
8315         (gnus-agent-update-view-total-fetched-for): Bind
8316         file-name-coding-system to nnmail-pathname-coding-system.
8317         (gnus-agent-group-pathname): Don't encode file names by
8318         nnmail-pathname-coding-system.
8319         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
8320         coding-system-for-write instead of buffer-file-coding-system to
8321         gnus-agent-file-coding-system.
8322
8323         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
8324         Decode group name.
8325
8326         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
8327
8328         * gnus-start.el (gnus-update-active-hashtb-from-killed)
8329         (gnus-read-newsrc-el-file): Make group names unibyte.
8330
8331         * nnmail.el (nnmail-group-pathname): Don't encode file names by
8332         nnmail-pathname-coding-system.
8333
8334         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
8335         (nnrss-request-delete-group): Bind file-name-coding-system to
8336         nnmail-pathname-coding-system.
8337         (nnrss-read-server-data, nnrss-read-group-data): Bind
8338         file-name-coding-system correctly.
8339         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
8340
8341         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
8342         (nntp-server-to-method-cache): New variable.
8343         (nntp-group-pathname): New function that decodes non-ASCII group names.
8344         (nntp-possibly-create-directory, nntp-marks-changed-p)
8345         (nntp-save-marks, nntp-open-marks): Use it.
8346         (nntp-possibly-create-directory, nntp-open-marks):
8347         Bind file-name-coding-system to nnmail-pathname-coding-system.
8348         (nntp-open-marks): Decode group names when bootstrapping marks.
8349
8350         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
8351         Newsgroups and Folowup-To headers.
8352
8353 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8354
8355         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8356         (gnus-server-closed-face, gnus-server-denied-face)
8357         (gnus-server-offline-face): Remove variable.
8358         (gnus-server-font-lock-keywords): Use faces that are not aliases.
8359
8360         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
8361         of modifying message-stack directly for XEmacs.
8362
8363         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
8364         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
8365         if the coding-system argument is nil for XEmacs.
8366
8367         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
8368         mm-charset-override-alist.
8369
8370         * rfc2047.el: Don't require base64; require rfc2045 for the function
8371         rfc2045-encode-string.
8372         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
8373         to quote the parameter value.
8374
8375 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8376
8377         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
8378         form in gnus-group-name-charset-method-alist.
8379
8380         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
8381         overrides the default layout edit-form.
8382
8383         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
8384
8385         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
8386
8387 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8388
8389         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
8390         as unfetched articles.
8391
8392 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
8393
8394         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
8395
8396 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8397
8398         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
8399         original back end that keeps marks in the local system.
8400
8401 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8402
8403         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
8404         arg of pop-to-buffer for XEmacs.
8405         (gnus-article-read-summary-keys): Ditto; don't restore window
8406         configuration if summary command ends up with neither article buffer
8407         nor summary buffer; describe bindings if summary keys end with C-h.
8408
8409 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8410
8411         * message.el (message-fix-before-sending): Skip raw message part to be
8412         forwarded while checking illegible text.
8413         (message-forward-make-body-mime, message-forward-make-body): Mark
8414         signed or encrypted raw message as having no illegible text.
8415
8416 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8417
8418         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
8419         (gnus-message-with-timestamp-1): New macro.
8420         (gnus-message-with-timestamp): New function.
8421         (gnus-message): Use them.
8422
8423         * nnheader.el (nnheader-message): Use them.
8424
8425 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
8426
8427         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
8428         .newsrc.eld file.
8429
8430 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8431
8432         * gnus-agent.el (gnus-agent-fetch-headers)
8433         (gnus-agent-retrieve-headers): Bind
8434         gnus-decode-encoded-address-function to identity.
8435
8436         * nntp.el (nntp-send-xover-command): Recognize an xover command is
8437         available also when the server returns simply a dot.
8438
8439         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
8440
8441 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8442
8443         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
8444
8445 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8446
8447         * gnus-ems.el (gnus-x-splash): Make it work.
8448
8449         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
8450         from being used.
8451
8452         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
8453
8454 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8455
8456         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
8457         4th and the 5th arguments.
8458
8459         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
8460         the front stickiness.
8461         (gnus-article-summary-command-nosave): Correct the order of the
8462         arguments passed to pop-to-buffer.
8463         (gnus-article-read-summary-keys): Ditto; make it work properly when the
8464         summary command ends up with the article buffer.
8465
8466         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
8467         the same faces.
8468
8469 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
8470
8471         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
8472
8473 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
8474
8475         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
8476         * gnus-sum.el (gnus-summary-highlight):
8477         * pgg.el (pgg-sign-region, pgg-sign):
8478         * mail-source.el (mail-source-delete-old-incoming-confirm):
8479         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
8480
8481 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8482
8483         * gnus-art.el (gnus-mime-view-part-externally)
8484         (gnus-mime-view-part-internally): Fix predicate function passed to
8485         completing-read.
8486
8487         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
8488
8489         * gnus.el (gnus-update-message-archive-method): Add :version.
8490
8491 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8492
8493         * gnus.el (gnus-update-message-archive-method): New variable.
8494
8495         * gnus-start.el (gnus-setup-news): Update saved "archive" method
8496         according to gnus-message-archive-method if
8497         gnus-update-message-archive-method is non-nil.
8498
8499 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8500
8501         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
8502         by Loic Dachary <loic@dachary.org>.
8503         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8504
8505 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8506
8507         * message.el (message-pop-to-buffer): Add switch-function argument.
8508         (message-mail): Pass switch-function argument to it.
8509
8510 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
8511
8512         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
8513         Improve doc string.
8514
8515 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8516
8517         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
8518         (gnus-header-content)
8519         * gnus-cite.el (gnus-cite-10)
8520         * gnus-srvr.el (gnus-server-closed)
8521         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
8522         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
8523         (gnus-group-mail-3-empty, gnus-group-mail-low)
8524         (gnus-group-mail-low-empty, gnus-splash)
8525         * message.el (message-header-to, message-header-cc)
8526         (message-header-subject, message-header-other, message-header-name)
8527         (message-header-xheader, message-separator, message-cited-text)
8528         (message-mml): Lighten colors of faces used for dark background.
8529
8530 2007-05-24  Simon Josefsson  <simon@josefsson.org>
8531
8532         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
8533         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
8534
8535 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8536
8537         * message.el (message-narrow-to-headers-or-head):
8538         Ignore mail-header-separator in the body.
8539
8540 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8541
8542         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
8543         same as window size.
8544
8545 2007-05-22  Kevin Ryde  <user42@zip.com.au>
8546
8547         * message.el (message-font-lock-keywords): Use message-header-xheader
8548         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
8549         ahead of the anything pattern, to get it recognised.
8550
8551 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8552
8553         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
8554         spam.el loads uses it in the compiled defadvice form.
8555
8556 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
8557
8558         * gnus-sum.el (gnus-articles-to-read)
8559         (gnus-summary-insert-old-articles): Don't truncate group name for
8560         `read-string'.
8561
8562         * gnus-util.el (gnus-limit-string): Delete this function.
8563
8564         * gnus-sum.el (gnus-simplify-subject-fully): Use
8565         `truncate-string-to-width' instead.
8566
8567 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
8568
8569         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
8570         if, on summary exit, the next group has to be selected.
8571         (gnus-summary-exit): Use it.
8572
8573 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
8574
8575         * gnus-art.el (gnus-article-mode): Fix comment about displaying
8576         non-break space.
8577
8578 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8579
8580         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
8581         Check if group is not a directory.
8582         (nnfolder-request-expire-articles): Don't delete articles if the target
8583         group is not available.
8584
8585         * nnml.el (nnml-request-create-group): Properly check if group is not a
8586         file.
8587         (nnml-request-expire-articles): Don't delete articles if the target
8588         group is not available.
8589
8590         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8591         Don't quote characters that are within parentheses.
8592
8593 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8594
8595         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
8596         (gnus-handle-ephemeral-exit): Select article according to it.
8597
8598 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8599
8600         * message.el (message-insert-formated-citation-line): Remove newline.
8601         (message-citation-line-format): Add final \n here so that the user can
8602         avoid a blank line.
8603
8604 2007-05-03  Dan Christensen  <jdc@uwo.ca>
8605
8606         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
8607         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
8608         Update lanl/arXiv support.
8609
8610 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8611
8612         * gnus.el: Bump version number.
8613
8614 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8615
8616         * gnus.el (gnus-version-number): Bump version.
8617
8618 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8619
8620         * gnus.el: No Gnus v0.6 is released.
8621
8622 2007-04-27  Didier Verna  <didier@xemacs.org>
8623
8624         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
8625         * gmm-utils.el (gmm-regexp-concat): here.
8626         * message.el: Don't require 'gnus-util.
8627         (message-dont-reply-to-names): Handle name change above.
8628         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
8629
8630 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8631
8632         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
8633         since the initial value varies according to the system.
8634
8635 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8636
8637         * mm-util.el (mm-charset-synonym-alist): Defcustom.
8638
8639 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
8640
8641         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
8642
8643 2007-04-24  Didier Verna  <didier@xemacs.org>
8644
8645         Improve the type of gnus-ignored-from-addresses.
8646         * gnus-util.el (gnus-orify-regexp): New function.
8647         * message.el (gnus-util): Require it.
8648         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
8649         * gnus-sum.el (gnus-ignored-from-addresses): New function.
8650         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
8651
8652 2007-04-24  Didier Verna  <didier@xemacs.org>
8653
8654         * gnus-sum.el:
8655         * gnus-utils.el: Fix some trailing whitespaces.
8656
8657 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8658
8659         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
8660         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
8661         article's Message-ID; refer parent article in summary buffer.
8662
8663         * message.el (message-bounce): Call mime-to-mml.
8664
8665         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
8666         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
8667         optimize and/or forms properly.
8668
8669 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
8670
8671         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
8672         URL.
8673
8674 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8675
8676         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
8677
8678 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8679
8680         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
8681         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
8682         displayed of multipart/alternative part if it is invoked from summary
8683         buffer.
8684
8685         * mm-view.el (mm-inline-text-html-render-with-w3m)
8686         (mm-inline-text-html-render-with-w3m-standalone)
8687         (mm-inline-render-with-function): Use mail-parse-charset by default.
8688
8689 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
8690
8691         * parse-time.el (parse-time-string-chars): Check if CHAR
8692         is less than the length of parse-time-syntax.
8693
8694 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8695
8696         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
8697         from gnus-newsgroup-processable.
8698
8699 2007-04-16  Didier Verna  <didier@xemacs.org>
8700
8701         * gnus-msg.el (gnus-configure-posting-styles): Handle
8702         message-signature-directory properly with :file syntax.  Reported by
8703         "Leo".
8704
8705 2007-04-11  Didier Verna  <didier@xemacs.org>
8706
8707         New user option: message-signature-directory.
8708         * gnus-msg.el (gnus-configure-posting-styles): Support it.
8709         * message.el (message-insert-signature): Ditto.
8710         * message.el (message-signature-file): Doc update.
8711         * message.el (message-signature-directory): New.
8712
8713 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8714
8715         * gnus-msg.el (gnus-inews-yank-articles): Use
8716         message-exchange-point-and-mark instead of exchange-point-and-mark.
8717
8718 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8719
8720         * message.el (message-yank-original): Make sure cited text ends with
8721         newline; don't exchange point and mark.
8722
8723 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
8724
8725         * tls.el (open-tls-stream): Properly handle case where there
8726         is no associated buffer.
8727
8728 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
8729
8730         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
8731         message-yank-original, make sure (< mark TEXT point).
8732
8733 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8734
8735         * message.el (message-fill-column): New variable.
8736         (message-mode): Use it.  Add comment on a possible new hook.
8737
8738         * nnmail.el (nnmail-spool-file): Mark as obsolete.
8739         (nnmail-get-new-mail): Reformat.
8740
8741         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
8742
8743         * gmm-utils.el: Fix Commentary.
8744         (gmm-tool-bar-from-list): Fix typo in doc string.
8745
8746 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
8747
8748         * message.el (message-yank-original): Don't switch point and mark
8749         unnecessarily to put point and mark as documented.
8750
8751 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8752
8753         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
8754         from the message heads.
8755
8756 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
8757
8758         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
8759         article buffer does not have a window.  This may not be the best
8760         solution but is certainly better than setting the start of the null,
8761         that is the current, window.
8762
8763 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8764
8765         * gnus-draft.el (gnus-draft-setup-hook): New hook.
8766         (gnus-draft-setup): Run it.
8767
8768         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
8769         gnus-score-fast-scoring.  Allow regexp.
8770         (gnus-score-headers): Use it.
8771
8772         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
8773         XEmacs.
8774
8775         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
8776         string.
8777         (gnus-button-alist): Also catch `<f1> k ...'.
8778         (gnus-treat-display-x-face): Fix doc string.
8779
8780 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8781
8782         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
8783         evaluation of gnus-extended-version to ensure correct generation of the
8784         User-Agent header when message-generate-headers-first is used.
8785
8786 2007-03-24  Simon Josefsson  <simon@josefsson.org>
8787
8788         * hashcash.el (hashcash-generate-payment-async): Don't crash if
8789         hashcash-path is nil.  Don't call callback with incorrect number of
8790         parameters if val is 0.
8791
8792 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8793
8794         * message.el (message-required-news-headers):
8795         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
8796
8797 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
8798
8799         * tls.el (open-tls-stream): In handshake-waiting loop,
8800         don't wait more if there is output available to process.
8801
8802 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
8803
8804         * tls.el (tls-program): Doc fix.
8805
8806 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8807
8808         * message.el (message-generate-new-buffers): Change the meaning of the
8809         nil value; add `standard' to the choices; treat t as `unique'; improve
8810         doc string.
8811         (gnus-select-frame-set-input-focus): Autoload.
8812         (message-buffer-name): Search for the existing message buffer if
8813         message-generate-new-buffers is nil or `standard'; treat the value t of
8814         message-generate-new-buffers as `unique'.
8815         (message-pop-to-buffer): Raise the frame already displaying the message
8816         buffer; clear the echo area after querying.
8817         (message-setup): Pass the `continue' argument to compose-mail.
8818         (message-mail): Prefer `switch-function' if it is given; search for the
8819         existing message buffer if the `continue' argument is non-nil; pass
8820         continue and switch-function arguments to compose-mail by way of
8821         message-setup.
8822         (message-mail-other-window): Adjust argument of message-setup.
8823         (message-mail-other-frame): Ditto.
8824
8825 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8826
8827         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
8828         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
8829         to turn font-lock on when turning gnus-message-citation-mode on.
8830
8831 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
8832
8833         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
8834         (mml-smime-function-alist): New variable; add epg as the backend.
8835         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
8836         mml-smime- functions instead.
8837         * mm-view.el: Require smime.
8838
8839 2007-03-05  Didier Verna  <didier@xemacs.org>
8840
8841         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
8842         instead of just inheritance for posting styles.
8843         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
8844
8845 2007-02-24  Chris Moore  <dooglus@gmail.com>
8846
8847         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
8848         * pgg-pgp.el (pgg-pgp-encrypt-region):
8849         * pgg-gpg.el (pgg-gpg-encrypt-region):
8850         Check pgg-encrypt-for-me if no other recipients.
8851
8852 2007-02-24  John Paul Wallington  <jpw@pobox.com>
8853
8854         * tls.el (tls-certtool-program): Fix custom type.
8855
8856 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8857
8858         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
8859         and point-at-eol instead of line-(beginning|end)-position.
8860
8861         * assistant.el (assistant-parse-buffer): Ditto.
8862
8863         * netrc.el (netrc-parse-services): Ditto.
8864
8865 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
8866
8867         * mml2015.el (mml2015-epg-find-usable-key): New function.
8868         (mml2015-epg-sign): Use it.
8869         (mml2015-epg-encrypt): Use it.
8870
8871 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8872
8873         * message.el (message-make-in-reply-to): Quote name containing
8874         non-ASCII characters.  It will make the RFC2047 encoder cause an error
8875         if there are special characters.  Reported by NAKAJI Hiroyuki
8876         <nakaji@jp.freebsd.org>.
8877
8878 2007-02-27  Didier Verna  <didier@xemacs.org>
8879
8880         Include the group parameters as well as the topic ones in the
8881         inheritance filter process.
8882         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
8883         argument GROUP-PARAMS-LIST.
8884         * gnus-topic.el (gnus-group-topic-parameters): Use it.
8885
8886 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8887
8888         * nntp.el (nntp-never-echoes-commands)
8889         (nntp-open-connection-functions-never-echo-commands): New variables.
8890         (nntp-send-command): Use them.
8891
8892 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
8893
8894         * mml2015.el (mml2015-epg-verify): Simplified.
8895
8896 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8897
8898         * mml.el (mml-content-disposition-alist): New user option.
8899         (mml-content-disposition): New function.
8900         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
8901         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
8902
8903 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
8904
8905         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
8906         verification.
8907
8908 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8909
8910         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
8911         articles posted in the last 24 hours.
8912
8913 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
8914
8915         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
8916
8917 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
8918
8919         * nntp.el (nntp-send-command): Don't wait for echoes when
8920         nntp-open-ssl-stream is used.
8921
8922 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8923
8924         * gnus-cite.el (gnus-test-font-lock-add-keywords)
8925         (gnus-message-add-citation-keywords)
8926         (gnus-message-remove-citation-keywords): Remove.
8927         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
8928         directly, make the variables in font-lock-defaults buffer-local, add
8929         gnus-message-citation-keywords to them and then update the value of
8930         font-lock-keywords.
8931
8932 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8933
8934         * message.el (message-cite-original-1): Don't call
8935         gnus-article-highlight-citation.
8936
8937         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
8938         citations; fix line count.
8939
8940 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8941
8942         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
8943         (gnus-message-add-citation-keywords)
8944         (gnus-message-remove-citation-keywords): Use it; fix the emulating
8945         versions of font-lock-add-keywords and font-lock-remove-keywords to
8946         work with XEmacs correctly.
8947
8948 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8949
8950         * gnus-cite.el (gnus-cite-face-list): Set the values of
8951         gnus-message-max-citation-depth and gnus-message-citation-keywords.
8952         (gnus-message-max-citation-depth): Use defvar rather than defconst.
8953         (gnus-message-cite-prefix-regexp): New variable.
8954         (gnus-message-search-citation-line): Use it; protect against long
8955         citation prefix; fill match data with nil rather than 0 for XEmacs; set
8956         the 0th match data for Emacs.
8957         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
8958         (gnus-message-add-citation-keywords): Append keywords rather than
8959         prepending; emulate font-lock-add-keywords if it is not available.
8960         (gnus-message-remove-citation-keywords): Emulate
8961         font-lock-remove-keywords if it is not available.
8962
8963         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
8964
8965         * message.el (message-cite-prefix-regexp): Set the value of
8966         gnus-message-cite-prefix-regexp.
8967
8968 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8969
8970         * nnweb.el (nnweb-google-parse-1): Update parser.
8971
8972 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
8973
8974         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
8975
8976 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8977
8978         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8979         regexp.
8980
8981 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8982
8983         * uudecode.el (uudecode-string-to-multibyte): New function emulating
8984         string-to-multibyte.
8985         (uudecode-decode-region-internal): Use it.
8986
8987         * lpath.el: Fbind string-as-multibyte for XEmacs.
8988
8989 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8990
8991         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
8992         custom choice.
8993
8994         * gnus-art.el (gnus-signature-limit): Fix custom choice.
8995
8996 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
8997
8998         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
8999
9000         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
9001         `write-region' to respect `mm-inhibit-file-name-handlers'.
9002
9003 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
9004
9005         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
9006         Use gnus-home-directory instead of "~/" or "$HOME".
9007
9008 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
9009
9010         * encrypt.el (encrypt-insert-file-contents): Add better prompt
9011         to mention filename.
9012         Add comments at beginning regarding usage.
9013         (encrypt-write-file-contents): Change interactive so a string is
9014         acceptable.  If the file has no associated model, show an error instead
9015         of a nonsense prompt.
9016
9017 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9018
9019         * spam.el (spam-bsfilter-ham-switch): Fix typo.
9020         Thanks to Yoshihiko Yamada for kind notification of this typo.
9021
9022 2007-01-12  Kenichi Handa  <handa@m17n.org>
9023
9024         * uudecode.el (uudecode-decode-region-internal): Make it work in a
9025         multibyte buffer.
9026
9027 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9028
9029         * gnus-score.el (gnus-score-fast-scoring): New variable.
9030         (gnus-score-headers): Use it.
9031
9032         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
9033
9034         * message.el (message-cite-original-1): Call
9035         gnus-article-highlight-citation if requested.
9036         (message-make-from): Allow name and address as optional arguments.
9037
9038         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
9039
9040         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
9041         bugs to doc string.
9042         (gnus-button-alist): Add mid\\|message-id.
9043         (gnus-button-fetch-group): Extend for use in
9044         `browse-url-browser-function'.
9045         (gnus-button-url-regexp): Try to catch paired parentheses like in
9046         Wikipedia URLs.
9047
9048         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
9049         Suggested by Simon Krahnke <overlord@gmx.li>.
9050
9051 2007-01-13  Romain Francoise  <romain@orebokech.com>
9052
9053         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
9054         Update copyright.
9055
9056 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
9057
9058         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
9059
9060 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9061
9062         * gnus-registry.el (gnus-registry-unfollowed-groups)
9063         (gnus-registry-split-fancy-with-parent): Fix documentation.
9064
9065 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9066
9067         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
9068         from nnweb groups.
9069
9070 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9071
9072         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
9073         Xref urls.  Erase buffer before requesting head.
9074
9075 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
9076
9077         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
9078         customizable.
9079
9080 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
9081
9082         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
9083         no signing key is found.
9084         (mml2015-epg-encrypt): Ask user whether to skip or abort if
9085         no encrypting and/or signing key is found.
9086
9087 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9088
9089         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
9090
9091 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9092
9093         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
9094         headers read from disk with the ones newly found in the current search.
9095         This should no longer cause problems, because the article numbers in
9096         Gmane's `nov.php' output are ignored since the previous change.
9097
9098 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9099
9100         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
9101
9102 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9103
9104         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
9105         replace-regexp-in-string; bind url-version; fbind display-images-p and
9106         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
9107         find-face and set-itimer-function for Emacs; bind itimer-list for
9108         Emacs.
9109
9110         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9111
9112 2007-01-01  Romain Francoise  <romain@orebokech.com>
9113
9114         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
9115
9116 2006-12-31  Steve Youngs  <steve@sxemacs.org>
9117
9118         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
9119         `define-minor-mode' macro definition expanded properly.
9120         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
9121         exclude it there.
9122
9123         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
9124         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
9125         `fboundp' test.
9126         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
9127         This is OK to autoload in (S)XEmacs now.
9128
9129 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9130
9131         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
9132         keystroke.
9133         (gnus-summary-limit-to-singletons): Fix typo.
9134
9135         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
9136         else fails.
9137
9138 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9139
9140         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
9141         docstring.
9142
9143         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
9144         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
9145         (gnus-summary-insert-dormant-articles): Fix typo in message.
9146
9147 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
9148
9149         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
9150         nil for XEmacs.
9151         (gnus-message-citation-mode): Don't autoload in XEmacs.
9152
9153         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
9154
9155 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
9156
9157         * nnimap.el (nnimap-expunge-search-string): Mention
9158         nnimap-search-uids-not-since-is-evil in docstring.
9159
9160 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9161
9162         * spam.el: Revert to make-obsolete-variable because
9163         define-obsolete-variable-alias is not supported in Emacs 21.
9164
9165         * spam.el (spam-ifile-path, spam-ifile-database-path)
9166         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
9167         make-obsolete-variable.
9168         (spam-bsfilter-path, spam-bsfilter-program)
9169         (spam-spamassassin-path, spam-spamassassin-program)
9170         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
9171         use "path" inappropriately.
9172         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
9173         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
9174         variable names.
9175
9176 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
9177
9178         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
9179         summary buffer.
9180
9181         * password.el (password-cache-remove): Use clear-string to burn
9182         password, if available.
9183
9184 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9185
9186         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
9187
9188         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
9189
9190         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
9191         (gnus-message-highlight-citation): Move defcustom here from
9192         gnus-cite.el.
9193         (gnus-message-citation-mode): Autoload.
9194
9195         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
9196         checks to make it compile with XEmacs.
9197         (gnus-message-citation-mode): New minor mode.
9198         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
9199         (gnus-message-highlight-citation): New variables.
9200         (gnus-message-search-citation-line)
9201         (gnus-message-add-citation-keywords)
9202         (gnus-message-remove-citation-keywords)
9203         (turn-on-gnus-message-citation-mode)
9204         (turn-off-gnus-message-citation-mode): New functions.
9205
9206 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
9207
9208         * gnus-cite.el: Enable highlighting of different citation levels in
9209         message-mode.
9210
9211 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9212
9213         * message.el (message-make-fqdn): Fix comment.
9214         (message-bogus-system-names): Add ".local".
9215
9216         * spam.el (spam-ifile-path, spam-ifile-program)
9217         (spam-ifile-database-path, spam-ifile-database)
9218         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
9219         Don't use "path" inappropriately.
9220         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
9221         strings.
9222         (spam-check-ifile, spam-ifile-register-with-ifile)
9223         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
9224         new variable names.
9225
9226         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
9227         (gnus-treat-display-smileys): Simplify using
9228         gnus-image-type-available-p.
9229
9230         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
9231         available.
9232
9233         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
9234         `display-images-p' if available.
9235
9236 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9237
9238         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
9239         one after turning on the buffer's multibyteness instead of decoding
9240         them directly in the unibyte buffer that causes unexpected conversion
9241         in Emacs 23 (unicode).
9242
9243 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9244
9245         * message.el (message-generate-hashcash): Fix custom type.
9246
9247 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9248
9249         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
9250
9251 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9252
9253         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
9254         disconnect icons.  Add help text.
9255
9256 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
9257
9258         * spam.el (spam-extra-header-to-number): CRM114 spam score is
9259         negated to be consistent with the others we handle.
9260
9261 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9262
9263         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
9264         version of gnus-summary-buffer to something, so that we can use two
9265         article buffers at the same time.
9266
9267 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
9268
9269         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
9270         trigger all the extra headers.
9271         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
9272         sorting.
9273
9274 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9275
9276         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
9277         solid groups.
9278
9279 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
9280
9281         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
9282
9283 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
9284
9285         * legacy-gnus-agent.el: Add Copyright notice.
9286
9287 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
9288
9289         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
9290
9291 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9292
9293         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
9294
9295         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
9296         to make it work reliably in CVS Emacs.
9297         (gnus-summary-limit-strange-charsets-predicate)
9298         (gnus-summary-limit-to-predicate): New functions.
9299
9300 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
9301
9302         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
9303         specifying array size.
9304         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
9305         array if it is too small.
9306         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
9307         (gnus-sort-threads-loop): New function.
9308
9309 2006-12-06  Chris Moore  <dooglus@gmail.com>
9310
9311         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
9312         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
9313
9314 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
9315
9316         * mm-url.el (mm-url-predefined-programs): Call curl with correct
9317         options.
9318
9319 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9320
9321         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
9322         DOS-ing the recipient.
9323
9324         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
9325         the headers when creating the mapping to avoid mismappings.
9326         (nnweb-gmane-create-mapping): Always nix out old mapping.
9327
9328 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9329
9330         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
9331         and mm-verify-option to never.
9332
9333 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9334
9335         * message.el (message-signed-or-encrypted-p): New function.
9336         (message-forward-make-body): Use it.
9337
9338         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
9339         Replace encode-coding-string with mm-encode-coding-string.
9340
9341 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9342
9343         * nneething.el (nneething-decode-file-name): Replace
9344         decode-coding-string with mm-decode-coding-string.
9345
9346         * gnus-int.el (gnus-open-server): Say failed server's name.
9347
9348 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9349
9350         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
9351         strings to a single string.  Quote `errors-file-name'.
9352         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
9353         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
9354         Adjust calls.  Use `shell-quote-argument'.
9355
9356 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
9357
9358         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
9359         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
9360
9361         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
9362         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
9363         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
9364         (gnus-group-make-directory-group, gnus-group-transpose-groups):
9365         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
9366         (gnus-subscribe-newsgroup, gnus-1):
9367         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
9368         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
9369         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
9370         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
9371
9372 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9373
9374         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
9375         keystroke.
9376         (gnus-summary-limit-to-bodies): Implement headersp.
9377
9378 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9379
9380         * dns.el (query-dns): Protect against "Process dns deleted" strings.
9381
9382 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9383
9384         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
9385
9386 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9387
9388         * message.el (message-generate-hashcash): Expand range of values to
9389         include `opportunistic'.
9390         (message-send-mail): Use it.
9391
9392 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9393
9394         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
9395         and comment it.
9396
9397         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
9398
9399 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
9400
9401         * gnus-util.el (gnus-extract-address-components): Improve comment.
9402
9403 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9404
9405         * gnus-util.el (gnus-extract-address-components): Work with address in
9406         which the name portion contains @.
9407
9408         * lpath.el: Fbind custom-autoload.
9409
9410 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9411
9412         * gnus.el (gnus-start): Move custom group up.
9413         (gnus-select-method): Don't autoload, but make it available for
9414         `customize-variable'.
9415         (gnus-getenv-nntpserver): Don't autoload.
9416
9417 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
9418
9419         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
9420
9421 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9422
9423         * message.el (message-sendmail-extra-arguments): New variable.
9424         (message-send-mail-with-sendmail): Use it.
9425
9426 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9427
9428         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
9429         mm-with-unibyte-current-buffer to make string unibyte.
9430
9431         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
9432         mm-string-as-multibyte.
9433
9434 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
9435
9436         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
9437         Reported by Werner Koch <wk@gnupg.org>.
9438
9439 2006-11-14  Daiki Ueno  <ueno@p360>
9440
9441         * mml2015.el: Autoload epa-select-keys when compiling.
9442
9443 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9444
9445         * mml2015.el (mml2015-epg-sign): Save the signing keys in
9446         message-options.
9447         (mml2015-epg-encrypt): Save the recipient keys in message-options.
9448
9449 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9450
9451         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
9452         EasyPG (< 0.0.6).
9453         (mml2015-always-trust): New user option.
9454         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
9455         prompt.
9456
9457 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9458
9459         * nntp.el (nntp-authinfo-force): New variable.
9460         (nntp-send-authinfo): Use it.
9461
9462 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
9463
9464         * message.el (message-strip-subject-encoded-words): Allow _not_ to
9465         decode encoded words.  Improve prompt.  Add comment about forwarding.
9466         (message-replacement-char): Move up.
9467
9468 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
9469
9470         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
9471         instead of gnus-intersection because arguments of gnus-sorted-nunion
9472         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
9473
9474 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
9475
9476         * message.el (message-strip-subject-encoded-words): Reformat prompt.
9477         (message-simplify-subject-functions): Enable
9478         message-strip-subject-encoded-words by default.
9479
9480 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
9481
9482         * message.el (message-strip-subject-encoded-words): New function.
9483         (message-simplify-subject-functions): New variable.
9484         (message-simplify-subject): Use it.  Fix typo in doc string.
9485         Support message-strip-subject-encoded-words.
9486
9487 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
9488
9489         * gnus-diary.el (gnus-diary-delay-format-function):
9490         * nndiary.el (nndiary-reminders):
9491         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
9492
9493 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9494
9495         * gnus-art.el (article-hide-boring-headers): Fetch date from
9496         gnus-original-article-buffer to avoid problems with localized date
9497         strings.
9498
9499 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9500
9501         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
9502
9503 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
9504
9505         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9506         New variables.
9507         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9508         (mm-charset-synonym-alist): Move some entries to
9509         mm-codepage-iso-8859-list.
9510         (mm-charset-synonym-alist, mm-charset-override-alist): Add
9511         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9512
9513 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9514
9515         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
9516
9517 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9518
9519         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
9520         with Emacs 21 and XEmacs.
9521
9522 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
9523
9524         * spam.el (spam-parse-address): New function for better parsing,
9525         catching errors, etc.
9526         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
9527
9528 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9529
9530         * mm-view.el: Add interactive arg to html2text autoload.
9531
9532 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9533
9534         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
9535
9536 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
9537
9538         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
9539         variables.
9540         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9541         (mm-charset-synonym-alist): Move some entries to
9542         mm-codepage-iso-8859-list.
9543
9544         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
9545
9546 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
9547
9548         * message.el (message-citation-line-format)
9549         (message-insert-formated-citation-line): Fix implementation of %E, %N
9550         and %n according to the doc string.
9551
9552 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
9553
9554         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
9555         car-safe to avoid bad parses.
9556
9557 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9558
9559         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
9560         names.
9561
9562         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
9563
9564 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9565
9566         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
9567         header.
9568
9569         * message.el (message-draft-headers): Add Date.
9570         (message-headers-to-generate): Fix typo in docstring.
9571
9572         * nndraft.el (nndraft-required-headers): New variable.
9573         (nndraft-generate-headers): Use it.
9574
9575         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
9576
9577 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9578
9579         * gnus-registry.el (gnus-registry-wash-for-keywords)
9580         (gnus-registry-find-keywords): New functions to allow easy searching of
9581         articles that are in the registry.
9582
9583 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9584
9585         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
9586         ietf-drums-parse-address instead of gnus-extract-address-components.
9587         Reported by Damien Elmes <damien@repose.cx>.
9588
9589 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9590
9591         * gnus.el (gnus-mime): Remove unused custom group.
9592
9593 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9594
9595         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
9596         "blank line" when searching for end of armor headers.
9597
9598 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9599
9600         * gmm-utils.el (gmm-write-region): Fix variable name.
9601
9602 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
9603
9604         * gmm-utils.el (gmm-write-region): New function based on compatibility
9605         code from `mm-make-temp-file'.
9606
9607         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
9608
9609         * nnmaildir.el (nnmaildir--update-nov)
9610         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
9611         Use `gmm-write-region'.
9612
9613 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9614
9615         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
9616         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9617
9618         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
9619
9620         * message.el (message-replacement-char): New variable.
9621         (message-fix-before-sending): Use it.
9622         (message-simplify-subject): New function to remove duplicate code.
9623         (message-reply, message-followup): Use it.
9624
9625         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
9626         gnus-summary-limit-to-articles.
9627
9628 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9629
9630         * gnus-util.el (gnus-with-local-quit): New macro.
9631
9632         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
9633
9634 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
9635
9636         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
9637         ignore non-string data.
9638
9639 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
9640
9641         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
9642         non-string data (needs to be done in the registry too).
9643
9644 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9645
9646         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
9647         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
9648         (gnus-registry-split-fancy-with-parent)
9649         (gnus-registry-fetch-simplified-message-subject-fast)
9650         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
9651         Remove text properties on ingress into the registry and when it's saved.
9652         (gnus-registry-clean-empty-function): Fix bug with cleaning the
9653         registry from entries with no groups.
9654
9655 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9656
9657         * gnus-util.el (gnus-string-remove-all-properties): Add utility
9658         function to remove string properties.
9659
9660 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9661
9662         * gmm-utils.el (gmm): Adjust custom version.
9663
9664         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
9665         custom version.
9666
9667         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
9668
9669 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9670
9671         * gnus-art.el (gnus-insert-prev-page-button)
9672         (gnus-insert-next-page-button): Simplify.  Reformat.
9673
9674 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9675
9676         * gnus-art.el (gnus-insert-prev-page-button)
9677         (gnus-insert-next-page-button): Apply gnus-article-button-face.
9678
9679 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
9680
9681         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
9682
9683 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9684
9685         * gnus-art.el (gnus-insert-mime-button)
9686         (gnus-insert-mime-security-button):
9687         Apply gnus-article-button-face to MIME and security buttons.
9688
9689 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
9690
9691         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
9692         readable.
9693
9694 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9695
9696         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
9697
9698 2006-09-20  Steve Youngs  <steve@sxemacs.org>
9699
9700         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
9701         `browse-url-of-file' instead of `browse-url'.
9702
9703 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9704
9705         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9706         regexp.  Articles containing quotation were cut prematurely.
9707
9708 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9709
9710         * message.el (message-cite-original-1): Use nobody by default for the
9711         value of From header.
9712         (message-reply): Ditto.
9713
9714 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
9715
9716         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
9717         to the gnus-info.  This fixes a bug of inline-PGP message verification.
9718         Reported by Michael Piotrowski <mxp@dynalabs.de>.
9719
9720 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
9721
9722         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
9723         mails in the doc string.  Add some URLs in comment.
9724         (pop3-movemail): Warn about pop3-leave-mail-on-server.
9725
9726 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9727
9728         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
9729         backslashes handling and the way to find boundaries of quoted strings.
9730
9731 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
9732
9733         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
9734         mml1991-encrypt-to-self is set and mml1991-signers is not set.
9735         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
9736         mml2015-encrypt-to-self is set and mml2015-signers is not set.
9737
9738 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9739
9740         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
9741         doc string.
9742         (gnus-button-regexp, gnus-button-last): Remove unused variables.
9743
9744 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9745
9746         * lpath.el: Fbind epg-check-configuration.
9747
9748 2006-09-06  Simon Josefsson  <jas@extundo.com>
9749
9750         * mml2015.el (mml2015-use): Doc fix, mention epg.
9751
9752 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9753
9754         * mml2015.el (mml2015-use): Default to epg, if available.
9755
9756 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9757
9758         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
9759         message-sender.
9760         (mml1991-epg-encrypt): Ditto.
9761         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
9762         message-sender.
9763         (mml2015-epg-encrypt): Ditto.
9764
9765 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
9766
9767         * message.el (message-send-mail-with-sendmail): Look for sendmail in
9768         several common directories.
9769
9770 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
9771
9772         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
9773         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
9774
9775 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9776
9777         * gnus-art.el (article-decode-encoded-words): Make it fast.
9778
9779 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9780
9781         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
9782
9783         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
9784         in quoted string into `\'.
9785
9786 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9787
9788         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9789         Use standard-syntax-table.
9790
9791 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9792
9793         * gnus-art.el (gnus-decode-address-function): New variable.
9794         (article-decode-encoded-words): Use it to decode headers which are
9795         assumed to contain addresses.
9796         (gnus-mime-delete-part): Remove useless `or'.
9797
9798         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
9799         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
9800         (gnus-nov-parse-line): Use it to decode From header.
9801         (gnus-get-newsgroup-headers): Ditto.
9802         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
9803
9804         * mail-parse.el (mail-decode-encoded-address-region): New alias.
9805         (mail-decode-encoded-address-string): New alias.
9806
9807         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9808         New function.
9809         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
9810         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
9811         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
9812         (rfc2047-decode-string): Ditto.
9813         (rfc2047-decode-address-region): New function.
9814         (rfc2047-decode-address-string): New function.
9815
9816 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
9817
9818         * message.el (message-caesar-buffer-body): Allow rotating headers.
9819
9820         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
9821
9822         * message.el (message-insert-formated-citation-line): Fix %f.
9823         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
9824
9825 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9826
9827         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
9828         (gnus-bookmark-mouse-available-p): New macro.
9829         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
9830         (gnus-bookmark-bmenu-show-infos): Use it.
9831         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
9832         (gnus-bookmark-bmenu-hide-infos): Ditto.
9833         (gnus-bookmark-remove-properties): New function.
9834         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
9835         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
9836         (gnus-bookmark-write-file): Bind coding-system-for-write.
9837         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
9838         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
9839         group before selecting it.
9840         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
9841         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
9842         quit-window if it is not available; use gnus-mouse-2 and bind it to
9843         gnus-bookmark-bmenu-select-by-mouse.
9844         (gnus-bookmark-show-details): Remove unused variable `details-list'.
9845         (gnus-bookmark-bmenu-select-by-mouse): New function.
9846
9847 2006-08-13  Romain Francoise  <romain@orebokech.com>
9848
9849         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
9850         space.
9851
9852 2006-08-10  Romain Francoise  <romain@orebokech.com>
9853
9854         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
9855         (dns-mode-soa-auto-increment-serial): New user option.
9856         (dns-mode-soa-maybe-increment-serial): New function.
9857         (dns-mode): Add the latter to `write-contents-functions'.
9858
9859 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9860
9861         * compface.el (uncompface): Use binary rather than raw-text-unix.
9862
9863 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9864
9865         * compface.el (uncompface): Make sure the eol conversion doesn't take
9866         place when communicating with the external programs.  Reported by
9867         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9868
9869 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9870
9871         * nnheader.el (nnheader-insert-head): Fix typo in comment.
9872
9873 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9874
9875         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9876         Make it more robust by parsing author and date independently.
9877
9878 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9879
9880         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
9881
9882 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
9883
9884         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
9885         first matching secret key.
9886         (mml2015-epg-encrypt): Ditto.
9887
9888         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
9889         first matching secret key.
9890         (mml1991-epg-encrypt): Ditto.
9891
9892         * mml2015.el (mml2015-encrypt-to-self): New user option.
9893         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
9894         mml2015-epg-encrypt-to-self is set.
9895
9896         * mml1991.el (mml1991-encrypt-to-self): New variable.
9897         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
9898         mml1991-epg-encrypt-to-self is set.
9899
9900         * mml2015.el (mml2015-signers): New user option.
9901         (mml2015-epg-sign): Reflect the value of mml2015-signers.
9902         (mml2015-epg-encrypt): Allow to select signing keys.
9903
9904         * mml1991.el (mml1991-signers): New variable.
9905         (mml1991-epg-sign): Reflect the value of mml1991-signers.
9906         (mml1991-epg-encrypt): Allow to select signing keys.
9907
9908 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9909
9910         * nnheader.el (nnheader-insert-head): Make it work even if the file
9911         uses CRLF for the line-break code.
9912
9913 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
9914
9915         * mml2015.el: Require mml-sec instead of password.
9916         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
9917         (mml2015-cache-passphrase): Inherit the default value from
9918         mml-secure-cache-passphrase.
9919         (mml2015-passphrase-cache-expiry): Inherit the default value from
9920         mml-secure-passphrase-cache-expiry.
9921
9922         * mml1991.el: Require mml-sec instead of password.
9923         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
9924         (mml1991-cache-passphrase): Inherit the default value from
9925         mml-secure-cache-passphrase.
9926         (mml1991-passphrase-cache-expiry): Inherit the default value from
9927         mml-secure-passphrase-cache-expiry.
9928
9929         * mml-sec.el: Require password.
9930         (mml-secure-verbose): New user option.
9931         (mml-secure-cache-passphrase): New user option.
9932         (mml-secure-passphrase-cache-expiry): New user option.
9933
9934 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
9935
9936         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
9937         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
9938         andreas@altroot.de (Andreas Vögele).
9939
9940         FIXME: Use `tiny change'?
9941
9942 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9943
9944         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
9945         workaround for the url package included with Emacs.
9946
9947         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9948
9949 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9950
9951         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
9952         correctly.  This fixes a bug caused by the 2006-05-12 change.
9953
9954 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
9955
9956         * nnmail.el (nnmail-article-group): If splitting raises an error, give
9957         some information about the error when saying that the `bogus' mail
9958         group will be used.
9959
9960 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
9961
9962         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
9963         string.
9964
9965 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
9966
9967         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
9968
9969 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9970
9971         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
9972
9973 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9974
9975         * mml1991.el (mml1991-function-alist): Add epg.
9976         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
9977         (mml1991-epg-encrypt): New functions.
9978
9979 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9980
9981         * mml2015.el (mml2015-verbose): New variable.
9982         (mml2015-cache-passphrase): Ditto.
9983         (mml2015-passphrase-cache-expiry): Ditto.
9984         (mml2015-function-alist): Add epg.
9985         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
9986         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
9987         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
9988         functions.
9989
9990 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9991
9992         * message.el (message-cite-original-1): Preserve region when removing
9993         quoted text due to X-No-Archive in order to avoid bogus attribution
9994         when citing multiple messages.
9995
9996 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9997
9998         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
9999         Kenneth Jacker <khj@be.cs.appstate.edu>.
10000
10001 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
10002
10003         * gnus-diary.el (gnus-user-format-function-d)
10004         (gnus-user-format-function-D): Autoload.
10005
10006         * imap.el (Commentary): Fix typo.
10007
10008         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
10009         2006-04-22 contribution.
10010
10011 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10012
10013         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
10014         It didn't really fix the bogosity I'm seeing with solid web groups.
10015
10016 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10017
10018         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
10019         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
10020         created using server names.  If we use the feature without declaring
10021         it, Gnus does not properly manage server and group state.
10022
10023         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
10024         bound.
10025
10026 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10027
10028         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
10029         looking up the method using GROUP's prefix before inventing a new one.
10030         It is used on killed/unknown groups in various places where returning
10031         an all-new method isn't expected by the caller.
10032
10033         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
10034         and match semantics of gnus-group-real-prefix.
10035
10036 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
10037
10038         * nnmail.el (nnmail-broken-references-mailers): New variable.
10039         (nnmail-ignore-broken-references): New function generalizing
10040         nnmail-fix-eudora-headers.
10041         (nnmail-fix-eudora-headers): Now obsolete.
10042
10043         * gnus-art.el (gnus-button-handle-custom): Support
10044         `customize-apropos*'.
10045
10046 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10047
10048         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
10049
10050         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
10051         articles.
10052
10053 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
10054
10055         * message.el (message-cite-reply-above): New variable.
10056         (message-yank-original): Use it.
10057
10058 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10059
10060         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
10061
10062 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
10063
10064         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
10065         as read.
10066
10067         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
10068
10069 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
10070
10071         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
10072         (gnus-bookmark-default-file): Use gnus-directory.
10073         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
10074         Remove "*" in doc string.
10075         (gnus-bookmark-write-file): Simplify.
10076         (gnus-bookmark-maybe-sort-alist): Use `when'.
10077         (gnus-bookmark-get-bookmark): Fix typo in doc string.
10078         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
10079         FIXME about Emacs 21 and XEmacs compatibility.
10080         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
10081         compatibility.
10082         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
10083         compatibility.
10084         (gnus-bookmark-menu-heading): Fix version.
10085
10086 2006-06-19  Bastien Guerry  <bzg@altern.org>
10087
10088         * gnus-bookmark.el: New file.
10089
10090 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10091
10092         * message.el (message-syntax-checks): Doc fix.
10093
10094 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10095
10096         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
10097         unsubscribed groups as if they were killed ones.  It causes duplicate
10098         entries in gnus-newsrc-alist.
10099
10100 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10101
10102         * message.el (message-syntax-checks): Doc fix.
10103         (message-send-mail): Add check for continuation headers.
10104         (message-check-news-header-syntax): Fix regexp used to check for
10105         continuation headers.
10106
10107 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10108
10109         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
10110
10111 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
10112
10113         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
10114
10115 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10116
10117         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
10118         default-truncate-lines.
10119
10120 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10121
10122         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
10123         to fill the utf-8 entry.
10124
10125         * lpath.el: Fbind unicode-precedence-list.
10126
10127 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10128
10129         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10130
10131 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
10132
10133         * gnus-agent.el (directory-files-and-attributes): Move all the way
10134         forward (the third and final move).
10135         (gnus-agent-read-agentview): Trap reconstruction errors due to
10136         nonexistant directory.  Handle by returning nil.
10137
10138 2006-05-30  Didier Verna  <didier@xemacs.org>
10139
10140         * message.el (message-dont-reply-to-names): Update the custom type.
10141         * message.el (message-dont-reply-to-names): New defsubst: potentially
10142         convert a list of regexps into a single one.
10143         * message.el (message-get-reply-headers): Use it.
10144         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
10145
10146 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10147
10148         * gnus-agent.el (directory-files-and-attributes): Move forward.
10149
10150 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10151
10152         * gnus-ml.el (gnus-mailing-list-subscribe)
10153         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
10154         (gnus-mailing-list-message): Fix doc strings.
10155
10156 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10157
10158         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
10159         of doing it manually.
10160
10161 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10162
10163         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
10164         comment.
10165
10166 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
10167
10168         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
10169         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
10170         (gnus-agent-read-local): All symbols allocated in my-obarray.
10171         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
10172         (gnus-agent-regenerate-group): Check numeric names to see if they are
10173         messages or groups.
10174         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
10175         better way of do this...)
10176
10177         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
10178         'dummy.group' (there should be a better way of do this...)
10179
10180 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10181
10182         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
10183         (gnus-saved-headers): Ditto.
10184         (gnus-default-article-saver): Mention functions may have properties.
10185         (gnus-article-save): Override gnus-save-all-headers and
10186         gnus-saved-headers by :headers property which saver function may have.
10187         (gnus-summary-save-in-file): Add :headers property.
10188         (gnus-summary-write-to-file): Ditto.
10189
10190         * gnus-sum.el (gnus-summary-save-article): Bind
10191         gnus-prompt-before-saving to t when saving many articles in a file;
10192         always show all headers.
10193
10194         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
10195
10196 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10197
10198         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
10199         marks.
10200
10201         * message.el (message-indent-citation): Add optional arguments to allow
10202         using it outside of message buffers.
10203
10204         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
10205         (gnus-article-treat-unfold-headers): Use it.
10206         (gnus-article-truncate-lines): New variable.
10207         (gnus-article-mode): Use it.
10208         (gnus-article-toggle-truncate-lines): New function.
10209
10210         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
10211         gnus-article-toggle-truncate-lines.
10212
10213         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
10214         coding system in XEmacs, use binary.
10215
10216 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10217
10218         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
10219         after-load-alist.
10220
10221         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
10222         this function should save decoded articles.
10223         (gnus-summary-write-to-file): Use property to specify this function
10224         should save decoded articles and specify gnus-summary-save-in-file
10225         should be used to save articles other than the first one when saving
10226         many articles.
10227         (gnus-summary-save-body-in-file): Use property to specify this
10228         function should save decoded articles.
10229         (gnus-summary-write-body-to-file): Use property to specify this
10230         function should save decoded articles and specify
10231         gnus-summary-save-body-in-file should be used to save articles other
10232         than the first one when saving many articles.
10233
10234         * gnus-sum.el (gnus-summary-save-article): Simplify.
10235
10236 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10237
10238         * gnus-art.el (gnus-default-article-saver): Add
10239         gnus-summary-write-body-to-file.
10240         (gnus-article-save-coding-system): Don't use coding system object
10241         in XEmacs.
10242         (gnus-read-save-file-name): Add optional `dir-var' argument which
10243         specifies directory in which files are saved; work even if optional
10244         `variable' argument is not specified.
10245         (gnus-summary-write-to-file): Read file name.
10246         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
10247         (gnus-summary-write-body-to-file): New function.
10248
10249         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
10250         (gnus-summary-local-variables): Add it.
10251         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
10252         (gnus-summary-save-article): Remove optional `decode' argument;
10253         determine whether to decode articles by the value of
10254         gnus-default-article-saver; when saving many files using
10255         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
10256         it first and use gnus-summary-save-in-file or
10257         gnus-summary-save-body-in-file thereafter unless
10258         gnus-prompt-before-saving is always; move point to article which
10259         will be saved.
10260         (gnus-summary-save-article-file): Revert.
10261         (gnus-summary-write-article-file): Revert.
10262         (gnus-summary-save-article-body-file): Revert.
10263         (gnus-summary-write-article-body-file): New function.
10264
10265 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10266
10267         * gnus-art.el (gnus-default-article-saver): Doc fix.
10268         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
10269         from gnus-summary-save-article-coding-system, and default to a
10270         certain coding system.
10271         (gnus-output-to-file): Add coding cookie and encode text according
10272         to gnus-article-save-coding-system; don't use mm-append-to-file.
10273
10274         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
10275         gnus-art.el and rename to gnus-article-save-coding-system.
10276         (gnus-summary-save-article): Require gnus-art; don't show all
10277         headers if it decodes articles; don't add coding cookie here;
10278         don't bind mm-text-coding-system-for-write.
10279         (gnus-summary-save-article-file): Save decoded articles.
10280         (gnus-summary-write-article-file): When saving many files, use
10281         gnus-summary-write-to-file first and gnus-summary-save-in-file
10282         thereafter unless gnus-prompt-before-saving is always.
10283         (gnus-summary-save-article-body-file): Save decoded articles.
10284
10285         * lpath.el: Fbind select-safe-coding-system for XEmacs.
10286
10287 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10288
10289         * nnrss.el (nnrss-check-group): Bind hash-index.
10290
10291 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
10292
10293         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
10294         its hash index.  Store this hash in `nnrss-group-data'.
10295         (nnrss-read-group-data): Update accordingly.
10296
10297 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10298
10299         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
10300         entry.
10301
10302         * gnus-sum.el (gnus-summary-make-menu-bar): Add
10303         gnus-article-browse-html-article.
10304
10305 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
10306
10307         * gnus-sum.el (gnus-summary-mime-map): Add
10308         gnus-article-browse-html-article.
10309
10310         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
10311
10312 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10313
10314         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
10315         suitable coding systems in customize.
10316
10317 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
10318
10319         * mail-source.el (mail-sources): Fix custom type.
10320
10321 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
10322
10323         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
10324         (gnus-summary-expire-articles-now): Shorten prompt.
10325
10326         * gmm-utils.el (wid-edit): Require.
10327         (defun-gmm): Renamed from `gmm-defun-compat'.
10328         (gmm-image-search-load-path): Use it.
10329         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
10330
10331 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10332
10333         * gnus-sum.el (gnus-summary-save-article-coding-system): New
10334         variable.
10335         (gnus-summary-save-article): Add optional `decode' argument.  If
10336         it is set and gnus-summary-save-article-coding-system is non-nil,
10337         save decoded article.
10338         (gnus-summary-write-article-file): Save decoded article if
10339         gnus-summary-save-article-coding-system is non-nil.
10340
10341         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
10342         type.
10343
10344 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10345
10346         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
10347
10348 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10349
10350         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
10351         first to test gnus-single-article-buffer which may be buffer-local.
10352
10353         * gnus-sum.el (gnus-summary-setup-buffer): Make
10354         gnus-single-article-buffer buffer-local and nil in ephemeral
10355         group; make gnus-article-buffer, gnus-article-current, and
10356         gnus-original-article-buffer always buffer-local.
10357         (gnus-summary-exit): Kill article buffer belonging to ephemeral
10358         group.
10359         (gnus-handle-ephemeral-exit): Don't move to next summary line.
10360
10361 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10362
10363         * nnml.el (nnml-request-compact-group): Compressed files might not
10364         have .gz extension.
10365
10366 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10367
10368         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
10369         (mm-copy-to-buffer): Use with-current-buffer.
10370         (mm-display-part): Simplify.
10371         (mm-inlinable-p): Add optional arg `type'.
10372
10373 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10374
10375         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
10376         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
10377         Try harder to show the attachment internally or externally using
10378         gnus-mime-view-part-as-type.
10379
10380 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10381
10382         * message.el (message-from-style, message-signature-separator)
10383         (message-user-organization-file, message-send-mail-function)
10384         (message-citation-line-function, message-yank-prefix)
10385         (message-indent-citation-function, message-signature)
10386         (message-signature-file, message-signature-insert-empty-line):
10387         Remove autoloads.
10388
10389         * gnus-art.el (gnus-buttonized-mime-types): Remove
10390         "multipart/signed".  Revert 2006-04-26 change.
10391
10392 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10393
10394         * gnus.el (gnus-version-number): Bump version.
10395
10396 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10397
10398         * gnus.el: No Gnus v0.5 is released.
10399
10400 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10401
10402         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
10403         fetching articles by message-id.
10404
10405 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10406
10407         * message.el (hashcash): Require hashcash as normal.
10408
10409         * ecomplete.el (ecomplete-highlight-match-line): Use
10410         point-at-eol.
10411         (ecomplete-highlight-match-line): Use `highlight', because that
10412         face exists in both Emacs and XEmacs.
10413
10414         * message.el (message-display-abbrev): Use point-at-bol.
10415
10416         * mail-source.el: Don't require timer/timer-funcs.
10417
10418         * gnus-async.el: Ditto.
10419
10420         * password.el: Ditto.
10421
10422         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
10423
10424         * mm-url.el: Ditto.
10425
10426         * gnus-xmas.el: Don't require timer-funcs.
10427
10428         * mm-util.el: Require timer/timer-funcs.
10429
10430 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10431
10432         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
10433         Close.
10434
10435 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10436
10437         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
10438         unibyte after clear-decrypt function runs.
10439
10440         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
10441         returns as a unibyte string.
10442
10443 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10444
10445         * lpath.el: Revert.
10446
10447         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
10448         (pgg-gpg-process-sentinel): Revert.
10449
10450         * pgg-pgp.el (pgg-pgp-process-region): Revert.
10451         (pgg-pgp-lookup-key): Revert.
10452
10453         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
10454         (pgg-pgp5-lookup-key): Revert.
10455
10456         * pgg.el (pgg-fetch-key): Revert.
10457
10458 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10459
10460         * lpath.el: Fbind string-as-multibyte for XEmacs.
10461
10462         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
10463         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
10464         (mml1991-pgg-encrypt): Ditto.
10465
10466         * pgg-gpg.el (pgg-string-to-multibyte): New function.
10467         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
10468         a multibyte buffer.
10469
10470         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
10471         (pgg-pgp-lookup-key): Ditto.
10472
10473         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
10474         (pgg-pgp5-lookup-key): Ditto.
10475
10476         * pgg.el (pgg-fetch-key): Ditto.
10477
10478 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
10479
10480         * message.el (message-user-organization-file): Check several
10481         locations of the organization file.
10482
10483         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
10484         Add gnus-article-view-part-as-type.
10485
10486         * gnus-art.el (gnus-article-view-part-as-type): New function.
10487
10488         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
10489         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
10490
10491         * mml.el: Simplify autoload.
10492         (mml-mode): defvar dnd-protocol-alist instead of using
10493         symbol-value.
10494         (mml-default-directory): New variable.
10495         (mml-minibuffer-read-file): Use it.
10496         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
10497
10498         * message.el (message-citation-line-format): New variable.
10499         (message-insert-formated-citation-line): New function.
10500         (message-citation-line-function): Add
10501         `message-insert-formated-citation-line' to custom type.
10502
10503         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
10504         to doc string.
10505
10506         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
10507         depending on mm-verify-option.
10508
10509 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10510
10511         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
10512         binding pgg-* variables; reimplement the section which prevents
10513         MIME header from being signed.
10514         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
10515         pgg-text-mode; remove a blank line at the top of body.
10516
10517         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
10518         lines at the top of body; use gnus-newsgroup-charset if there's no
10519         Charset header.
10520
10521 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10522
10523         * message.el (message-self-insert-commands): Doc fix.
10524
10525         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
10526         (mm-uu-pgp-encrypted-test): Ditto.
10527         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
10528         between header and body; return application/pgp-encrypted handle
10529         if decryption failed; decode decrypted body by charset.
10530
10531         * mm-decode.el (mm-automatic-display): Don't make application/pgp
10532         element match to application/pgp-*.
10533
10534 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10535
10536         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
10537         HTML.
10538
10539 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10540
10541         * mail-source.el (mail-source-call-script): Message the error
10542         string.
10543
10544 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10545
10546         * gnus-util.el (gnus-byte-compile): Use it.
10547
10548 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
10549
10550         * gnus-util.el (kill-empty-logs): New function.
10551
10552 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10553
10554         * message.el (message-mail-alias-type): Doc fix.
10555         (message-mail-alias-type-p): New function.
10556         (message-send): Use it.
10557         (message-mode): Ditto.
10558         (message-strip-forbidden-properties): Ditto.
10559
10560         * ecomplete.el (ecomplete-database-file-coding-system): New
10561         variable.
10562         (ecomplete-save): Use it.
10563         (ecomplete-setup): Use it.
10564
10565 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10566
10567         * message.el (message-self-insert-commands): New variable.
10568         (message-strip-forbidden-properties): Use it.
10569
10570 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10571
10572         * message.el (message-put-addresses-in-ecomplete): Use a regexp
10573         that doesn't make XEmacs choke.
10574
10575 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
10576
10577         * gnus-util.el (gnus-replace-in-string):
10578         Prefer replace-regexp-in-string over of replace-in-string.
10579
10580 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10581
10582         * gnus-util.el (gnus-select-frame-set-input-focus):
10583         Use select-frame-set-input-focus if it is available in XEmacs; use
10584         definition defined in Emacs 22 for old Emacsen.
10585
10586         * dgnushack.el: Autoload unmorse-region for XEmacs.
10587
10588         * lpath.el: Bind cursor-in-non-selected-windows and
10589         select-frame-set-input-focus for XEmacs.
10590
10591 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10592
10593         * mm-view.el (mm-inline-text): Use equal instead of equalp.
10594
10595 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
10596
10597         * gnus-registry.el (gnus-registry-cache-save): Remove text
10598         properties when saving via the temp buffer.
10599
10600 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10601
10602         * message.el (message-generate-hashcash): Honor custom type.
10603
10604 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10605
10606         * message.el (message-generate-hashcash): Default to non-nil when
10607         hashcash is found.
10608
10609         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
10610         (gnus-refer-thread-limit): Increase default to 500.
10611
10612         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
10613
10614         * flow-fill.el (fill-flowed): Allow delete-space.
10615
10616 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10617
10618         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10619         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
10620         Remove autoloads.
10621
10622 2006-04-18  Simon Josefsson  <jas@extundo.com>
10623
10624         * message.el (message-generate-hashcash): Default to.
10625
10626 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10627
10628         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10629         concatenating segments rather than before concatenating them.
10630
10631 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10632
10633         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
10634
10635 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10636
10637         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
10638
10639         * message.el (message-forward-make-body-plain): Allow
10640         message-forward-ignored-headers to be a list.
10641         (message-remove-ignored-headers): Factor out into function.
10642         (message-forward-make-body-mml): Use it.
10643
10644         * imap.el (imap-quote-specials): New function.
10645         (imap-login-auth): Quote specials.
10646
10647         * rfc2231.el (rfc2231-parse-string): Remove dead code.
10648         (rfc2231-parse-string): Allow concatanation of parameters that
10649         aren't contiguous.  The test case is
10650           (mail-header-parse-content-type "message/external-body;
10651             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
10652             access-type=LOCAL-FILE;
10653             name*1*=plugh%2fhello-sailor%2fbing.pdf")
10654
10655 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10656
10657         * nntp.el (nntp-accept-process-output): Return the value of
10658         `nnheader-accept-process-output'.
10659
10660 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10661
10662         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
10663         (gnus-button-alist): Recognize more diff formats.
10664         (gnus-button-patch): Strip directory.
10665
10666 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10667
10668         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
10669         Emacs 22 when setting focus.
10670
10671 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10672
10673         * gnus-art.el (gnus-article-treat-types): Do treatment of
10674         text/x-verbatim parts.
10675         (gnus-button-patch): New command.
10676
10677         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
10678         addresses that contain invalid characters.
10679
10680 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10681
10682         * message.el (message-put-addresses-in-ecomplete): Use
10683         gnus-replace-in-string.
10684         (message-is-yours-p): Use the more correct
10685         mail-header-parse-address instead of
10686         mail-extract-address-components.
10687         (message-put-addresses-in-ecomplete): Fix typo.
10688
10689         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
10690         keystroke.
10691
10692         * gnus-art.el (gnus-treatment-function-alist): Change order of
10693         newsgroups/generic header folding to avoid double-folding.
10694
10695         * message.el (message-hidden-headers): Add X-Draft-From.
10696
10697         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
10698         command.
10699         (gnus-summary-repeat-search-article-backward): New command.
10700
10701         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
10702         groups in the parent topic.
10703
10704 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
10705
10706         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
10707         (spam-extra-header-to-number): Return the CRM114 number as a
10708         number instead of a string.
10709
10710 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10711
10712         * gnus-art.el (gnus-face-properties-alist): Moved here from
10713         gnus-fun.
10714
10715         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
10716
10717 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10718
10719         * message.el (message-strip-forbidden-properties): Only display on
10720         self-insert-command.
10721
10722         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
10723         reindent.
10724         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
10725
10726 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
10727
10728         * smiley.el (smiley-style): Fix typo.
10729
10730 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10731
10732         * hashcash.el (hashcash-insert-payment-async-2): Use
10733         message-goto-eoh instead of doing it manually.
10734         (mail-add-payment): Use message-narrow-to-header instead of trying
10735         to do the same itself.
10736
10737         * message.el (message-hidden-headers): Add Face.
10738
10739         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
10740         reparenting code.
10741         (gnus-summary-reparent-children): Refactored out code.
10742         (gnus-summary-thread-map): New keystroke.
10743         (gnus-summary-reparent-children): Make into command.
10744
10745         * smiley.el (smiley-style): Default to `medium' if using a large
10746         font.
10747
10748         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
10749         does it itself.
10750
10751         * message.el (message-point-in-header-p): Simplify definition.
10752
10753 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10754
10755         * nnagent.el (nnagent-request-set-mark): Silence log file
10756         writing.
10757         (nnagent-request-set-mark): Use write-region instead of
10758         append-to-file.
10759
10760         * gnus-sum.el (gnus-read-header): Fudge article number if using a
10761         strange select method.
10762
10763         * ecomplete.el (ecomplete-display-matches): Get highlightling
10764         right.
10765         (ecomplete-display-matches): Use literals.
10766         (ecomplete-display-matches): Disable message logging.
10767
10768         * message.el (message-display-abbrev): Small optimization.
10769
10770         * ecomplete.el (ecomplete-display-matches): Allow automatic
10771         display.
10772
10773         * message.el (message-strip-forbidden-properties): Display
10774         abbrevs.
10775         (message-display-abbrev): Get automatic display right.
10776
10777         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
10778         keystrokes.
10779
10780 2006-04-13  Romain Francoise  <romain@orebokech.com>
10781
10782         TODO: Backport to v5-10!
10783
10784         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
10785         Moved here (and renamed) from gnus-registry.el.
10786
10787         * gnus-registry.el: Require gnus-util.
10788         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
10789
10790 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10791
10792         * gnus-group.el (gnus-group-catchup-current): Change
10793         if-then-else-if-then-else into cond.
10794         (gnus-group-catchup): Indent.
10795         (group-name-at-point): New function.
10796         (gnus-fetch-group): Provide default from thing at point.
10797
10798 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10799
10800         * message.el (message-display-abbrev): Fix regexp.
10801
10802         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
10803         choosing.
10804         (ecomplete-highlight-match-line): Fix up code rewrite, remove
10805         dead variables.
10806
10807         * message.el (message-newline-and-indent): Remove debugging.
10808         (message-display-abbrev): Use new implementation.
10809
10810 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
10811
10812         * gnus-art.el (gnus-article-mode): Set
10813         cursor-in-non-selected-windows to nil.
10814
10815         * smiley.el: Revert previous change.
10816         (smiley-data-directory): defvar it before using it in the
10817         defcustom of `smiley-style'.
10818
10819 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10820
10821         * message.el (message-newline-and-indent): New function.
10822
10823         * ecomplete.el: Implement more bits.
10824
10825         * message.el (message-put-addresses-in-ecomplete): Clean up the
10826         string.
10827
10828         * ecomplete.el (ecomplete-add-item): Chop off decimals.
10829
10830         * gnus-sum.el (gnus-summary-save-parts): Bind
10831         gnus-summary-save-parts-counter and use it to make unique file
10832         names.
10833
10834         * gnus-art.el (gnus-ignored-headers): Add some more headers.
10835
10836         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
10837         parameter to say whether to actually parse the individual
10838         addresses.
10839
10840         * message.el (message-put-addresses-in-ecomplete): New function.
10841         (ecomplete): Require.
10842         (message-mail-alias-type): Add ecomplete as an option.
10843
10844 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
10845
10846         * flow-fill.el (fill-flowed): Remove trailing space from blank
10847         quoted lines.
10848
10849 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10850
10851         * smiley.el (smiley-style): Move definition later to avoid a
10852         compilation warning.
10853
10854 2006-04-12  Kenichi Handa  <handa@m17n.org>
10855
10856         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10857         buffer and then decode the buffer text if necessary.
10858         (rfc2231-encode-string): Be sure to work on multibyte buffer at
10859         first, and after mm-encode-body, change the buffer to unibyte.
10860         Use mm-disable-multibyte instead of set-buffer-multibyte.
10861
10862 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10863
10864         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
10865         Content-Type header instead of Content-Disposition header.
10866         (gnus-mime-inline-part): Ditto.
10867         (gnus-mime-view-part-as-charset): Ignore charset that the part
10868         specifies.
10869
10870         * mm-decode.el (mm-display-part): Work with external parts and
10871         usual parts similarly.
10872
10873         * mm-extern.el (mm-inline-external-body): Use mm-display-part
10874         instead of gnus-display-mime.
10875
10876         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
10877         instead of with-temp-buffer.
10878
10879         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
10880         tag to summarized topics part in order to encode non-ASCII text.
10881
10882 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10883
10884         * smiley.el (smiley-style): New variable.
10885         (smiley-directory): New function.
10886         (smiley-data-directory): Derive from `smiley-style' using
10887         `smiley-directory'.
10888         (smiley-regexp-alist): Add new entries.
10889
10890         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
10891         (gnus-article-browse-delete-temp): Add :version.
10892
10893 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
10894
10895         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
10896         the sieve region.
10897
10898 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10899
10900         * gnus.el (gnus-version-number): Bump version.
10901
10902 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10903
10904         * gnus.el: No Gnus v0.4 is released.
10905
10906 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10907
10908         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
10909         layout.
10910
10911         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
10912         unknown charset.
10913
10914         * message.el (message-header-synonyms): Add Original-To to the
10915         default.
10916
10917         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
10918         optional parameter.
10919
10920 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
10921
10922         * gnus-fun.el (gnus): Require it for gnus-directory.
10923
10924 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10925
10926         * gnus-fun.el (gnus-face-properties-alist): Add :version.
10927
10928 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10929
10930         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
10931
10932 2006-04-05  Simon Josefsson  <jas@extundo.com>
10933
10934         * password.el (password-reset): New function.
10935
10936 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10937
10938         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
10939         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
10940
10941 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10942
10943         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10944         Some whitespace was matched into the url, which broke browsing hits
10945         > 100 when mm-url-use-external was nil.
10946
10947 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10948
10949         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
10950         gnus-extra-headers for 'Newsgroups.
10951
10952         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
10953         bound.
10954
10955 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
10956
10957         * pgg-gpg.el: Clean up process buffers every time gpg processes
10958         complete.
10959
10960 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
10961
10962         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10963         doc string.
10964
10965 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
10966
10967         * pgg-gpg.el (pgg-gpg-process-filter)
10968         (pgg-gpg-wait-for-completion): Check if buffer is alive.
10969
10970         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
10971         lines, temporary fix.
10972
10973 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10974
10975         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
10976
10977 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
10978
10979         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
10980         default-enable-multibyte-characters.  This reverts the change from
10981         revision 6.17 which is no longer necessary because the passphrase
10982         is sent separately now.  GnuPG messages are unreadable under
10983         multibyte locales with default-enable-multibyte-characters set to
10984         nil.
10985
10986 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
10987
10988         * message.el (message-tool-bar-gnome): Move "spell".
10989
10990 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
10991
10992         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
10993         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
10994         instead.
10995
10996 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
10997
10998         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
10999         newsgroups handling for NNTP overviews which don't include
11000         Newsgroups.
11001
11002 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11003
11004         * message.el (message-resend): Bind message-generate-hashcash to nil.
11005
11006 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11007
11008         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
11009         when searching for already-paid recipients.
11010
11011 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
11012
11013         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11014         passphrases when it is not needed.
11015         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11016         passphrase stuff from gpg, should only be necessary when you use
11017         gpg with a smartcard.
11018
11019 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11020
11021         * mml.el (mml-insert-mime): Ignore cached contents of
11022         message/external-body part.
11023
11024         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
11025         (mm-insert-part): Ditto.
11026
11027 2006-03-23  Simon Josefsson  <jas@extundo.com>
11028
11029         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
11030         Reiner.
11031         (pgg-gpg-use-agent-p): Use it again.
11032
11033 2006-03-23  Simon Josefsson  <jas@extundo.com>
11034
11035         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
11036         older emacsen.
11037         (pgg-gpg-use-agent-p): Don't use it.
11038
11039 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
11040
11041         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
11042         if we can.
11043
11044 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
11045
11046         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11047         (pgg-gpg-update-agent): New function.
11048         (pgg-gpg-use-agent-p): New function.
11049         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11050         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11051         (pgg-gpg-sign-region): Use it.
11052
11053 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11054
11055         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
11056         Reported by Ralf Wachinger <rwachinger@gmx.de>.
11057
11058 2006-03-21  Simon Josefsson  <jas@extundo.com>
11059
11060         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11061         <wilde@sha-bang.de>.
11062         (pgg-gpg-use-agent): New variable.
11063         (pgg-gpg-process-region): Use it.
11064         (pgg-gpg-encrypt-region): Likewise.
11065         (pgg-gpg-encrypt-symmetric-region): Likewise.
11066         (pgg-gpg-decrypt-region): Likewise.
11067         (pgg-gpg-sign-region): Likewise.
11068         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11069
11070 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11071
11072         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
11073
11074         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
11075         Add comment on version.
11076
11077 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
11078
11079         * smiley.el: Add missing test smiley.
11080
11081 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11082
11083         * mm-decode.el (mm-with-part): New macro.
11084         (mm-get-part): Use it; work with message/external-body as well.
11085         (mm-save-part): Treat name and filename equally.
11086
11087         * mm-extern.el (mm-extern-cache-contents): New function.
11088         (mm-inline-external-body): Use it; force the part to be displayed;
11089         move undisplayer added to the cached handle to the parent.
11090
11091         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
11092         (gnus-mime-view-part-as-type): Work with message/external-body.
11093
11094         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
11095
11096 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11097
11098         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
11099         images in image-load-path.  [Sync with image.el, revision 1.60, in
11100         Emacs.]
11101
11102 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11103
11104         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
11105         path rather than symbol.  Always return list of directories.
11106         Guarantee that image directory comes first.  [Sync with image.el,
11107         revision 1.59, in Emacs.]
11108
11109         * message.el (message-make-tool-bar): Adjust to new API of
11110         `gmm-image-load-path-for-library'.
11111
11112         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11113
11114         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11115
11116 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11117
11118         * gnus-art.el (gnus-article-only-boring-p):
11119         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
11120         intangible text.
11121         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
11122
11123 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
11124
11125         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
11126         `defun' instead of `gmm-defun-compat'.
11127
11128 2006-03-14  Simon Josefsson  <jas@extundo.com>
11129
11130         * message.el (message-unique-id): Don't use message-number-base36
11131         if (user-uid) is a float.
11132         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
11133
11134 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11135
11136         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
11137
11138         * gnus-art.el (gnus-mime-display-single): Make sure there is an
11139         empty line between a part and a message part.
11140
11141 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
11142
11143         * smiley.el: Add more test smileys.
11144         (smiley-data-directory, smiley-regexp-alist)
11145         (gnus-smiley-file-types): Fix doc strings.
11146         (smiley-update-cache): Clear smiley-cached-regexp-alist before
11147         adding new elements.
11148         (smiley-mouse-map): Unused code.  Make it a comment.
11149
11150 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11151
11152         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
11153         scan latest NoCeM messages instead of old ones.
11154         (gnus-nocem-check-article): Fix regexps so as to match to PGP
11155         delimiters that are recently used.
11156         (gnus-nocem-load-cache): Add autoload cookie.
11157
11158         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
11159
11160         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
11161         level which is larger than gnus-use-nocem is specified.
11162
11163         * gnus-group.el (gnus-group-get-new-news): Ditto.
11164
11165 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
11166
11167         * gnus-util.el (gnus-tool-bar-update): New function.
11168
11169         * gnus-group.el (gnus-group-update-tool-bar): New variable.
11170         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
11171
11172         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
11173
11174         * gnus-group.el (gnus-group-redraw-when-idle)
11175         (gnus-group-redraw-check): Remove.
11176         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
11177
11178 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11179
11180         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
11181         if optional last element is specified in splits (FIELD VALUE...).
11182
11183 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
11184
11185         * message.el (message-make-tool-bar): Rename gmm-image-load-path
11186         to gmm-image-load-path-for-library.  Call with no-error argument.
11187         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
11188
11189         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11190
11191         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11192
11193         * gmm-utils.el (gmm-image-load-path): Remove alias.
11194
11195 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
11196
11197         * gmm-utils.el (gmm-image-load-path): Add alias.
11198
11199         * nnml.el (nnml-generate-nov-databases-directory): Rename from
11200         nnml-generate-nov-databases-1.
11201         (nnml-generate-nov-databases): Use it.
11202         (nnml-generate-nov-databases-directory): Document no-active
11203         argument.
11204
11205         * gmm-utils.el (gmm-image-load-path-for-library): Return single
11206         directory if path is t.  Add no-error.
11207
11208         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
11209         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11210
11211         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
11212         resetting gnus-article-browse-html-temp-list.
11213
11214         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
11215         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
11216         Add example to docstring.  Rename local variables.  Move error
11217         checks to default case in cond and simplify.
11218
11219 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11220
11221         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
11222         handle is multipart when calling it recursively.
11223         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
11224
11225 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
11226
11227         * nnimap.el (nnimap-request-update-info-internal): Optimize.
11228         Don't `gnus-uncompress-range' to avoid excessive memory usage.
11229
11230 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11231
11232         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
11233         is loaded.
11234
11235         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
11236         loaded.
11237
11238 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11239
11240         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
11241         to "Emacs 23 (unicode)" in doc string.
11242
11243         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
11244         "Emacs 23 (unicode)" in comment.
11245
11246 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11247
11248         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
11249
11250         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
11251         characters 160 through 255 in Emacs 23.
11252
11253 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11254
11255         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
11256         gnus-article-browse-html-temp.
11257         (gnus-article-browse-delete-temp): Make it customizable.  Add
11258         `file'.  Adjust doc string.
11259         (gnus-article-browse-delete-temp-files): Add argument.  Allow
11260         query for each file.  Adjust doc string.
11261         (gnus-article-browse-html-parts): Add
11262         `gnus-article-browse-delete-temp-files' to
11263         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
11264
11265 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
11266
11267         * gnus-art.el (gnus-article-browse-html-temp)
11268         (gnus-article-browse-delete-temp): New variables.
11269         (gnus-article-browse-delete-temp-files): New function.
11270         (gnus-article-browse-html-parts): Use it.
11271
11272 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11273
11274         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
11275
11276         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
11277         string.
11278
11279         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
11280         gnus-summary-insert-new-articles when unplugged.  Remove
11281         gnus-summary-search-article-forward.
11282
11283         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
11284         display-visual-class instead of display-color-cells.
11285
11286 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11287
11288         * dgnushack.el: Autoload customize-group for XEmacs.
11289
11290         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
11291         message/* containing non-ASCII text properly.
11292
11293 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11294
11295         * message.el: Require gmm-utils, remove autoloads.
11296         (message-tool-bar): Set default based on
11297         gmm-tool-bar-style.
11298         (message-tool-bar-gnome): Add gmm-customize-mode.
11299
11300         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
11301         gmm-tool-bar-style.
11302         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
11303
11304         * gnus-group.el (gnus-group-tool-bar): Set default based on
11305         gmm-tool-bar-style.
11306         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
11307
11308         * gmm-utils.el (gmm-image-directory): Rename variable from
11309         gmm-image-load-path.
11310         (gmm-image-load-path): Use gmm-image-directory.
11311         (gmm-customize-mode): New function.
11312         (gmm-tool-bar-style): New variable.
11313
11314         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
11315         gnus-group-redraw-line-number.
11316         (gnus-group-redraw-check): Simplify.
11317         (gnus-group-tool-bar-update): Remove redraw check.
11318         (gnus-group-make-tool-bar): Add redraw check.
11319
11320 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
11321
11322         * gnus-art.el (gnus-button): Add missing parentheses.
11323
11324 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11325
11326         * lpath.el: Fbind line-number-at-pos.
11327
11328 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11329
11330         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
11331
11332 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11333
11334         * gnus-art.el (gnus-button): New face.
11335         (gnus-article-button-face): Use it.
11336
11337         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
11338         gnus-summary-next-page.  Re-order.
11339
11340         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
11341         next-node are now included.
11342         (gnus-group-redraw-line-number): New internal variable.
11343         (gnus-group-redraw-check): Helper function for updating the tool
11344         bar.
11345         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
11346
11347         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
11348
11349         * spam.el (spam-spamassassin-score-regexp): New internal variable.
11350         (spam-extra-header-to-number, spam-check-spamassassin-headers):
11351         Use it to match format of Spamassassin 3.0 and later.  Reported by
11352         IRIE Tetsuya <irie@t.email.ne.jp>.
11353         (spam-check-bogofilter)
11354         (spam-bogofilter-register-with-bogofilter): Fix args of
11355         `gnus-error' calls.
11356
11357 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11358
11359         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
11360         unnecessary interaction when sending queued mails.  Reported by
11361         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
11362
11363 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
11364
11365         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
11366         first or last are nil.
11367
11368 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11369
11370         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
11371
11372 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11373
11374         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
11375
11376 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11377
11378         * dns.el (query-dns): Protect more against buggy tcp output.
11379
11380 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11381
11382         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
11383         nov.php.
11384
11385 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11386
11387         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
11388         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
11389         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
11390         output on the server side.
11391         (nnweb-google-create-mapping): Update regexps and add some
11392         progress indication.
11393
11394 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
11395
11396         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
11397         gnus-agent-toggle-plugged.  Re-order icons.
11398         (gnus-group-tool-bar-gnome): Add
11399         gnus-group-{prev,next}-unread-group.
11400         (gnus-group-tool-bar-gnome): Re-order icons.
11401
11402         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
11403         gnus-summary-insert-new-articles.
11404
11405         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
11406         comments.
11407
11408         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
11409         also available in Emacs 21.3.
11410
11411         * message.el (message-fix-before-sending): Change "Emacs 22" to
11412         "Emacs 23 (unicode)" in comment.
11413
11414         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
11415         "Emacs 23 (unicode)" in comment.
11416
11417         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
11418         comment.
11419         (mm-coding-system-p): Add comment about no-MULE XEmacs.
11420
11421         * mm-view.el (mm-fill-flowed): Add :version.
11422
11423 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11424
11425         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
11426         and load-path.
11427
11428 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
11429
11430         * message.el: Autoload gmm-image-load-path.
11431         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
11432         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
11433         consitency.
11434
11435         * gmm-utils.el (gmm-image-load-path): Also search in
11436         "../etc/images".  Don't set gmm-image-load-path if we don't find
11437         the image.
11438
11439 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11440
11441         * gmm-utils.el (gmm-image-load-path): Don't make
11442         `gmm-image-load-path' include subdirectories which the second arg
11443         `image' might specify.
11444
11445         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
11446         subdirectory to icon file names.
11447
11448         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
11449
11450 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11451
11452         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
11453         gmm-image-load-path calls.
11454
11455         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11456
11457         * message.el (message-make-tool-bar): Ditto.
11458
11459         * mml.el (mml-preview): Added comment concerning tool bar icons.
11460
11461         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
11462         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
11463
11464         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
11465         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
11466
11467         * message.el (message-tool-bar-gnome): Use new icon names.
11468         (message-make-tool-bar): Use `gmm-image-load-path'.
11469
11470         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
11471         functions from MH-E.
11472         (gmm-image-load-path): New variable from MH-E.
11473         (gmm-image-load-path): New function from MH-E.  Added arguments
11474         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
11475         *-image-load-path-called-flag.
11476
11477 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
11478
11479         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
11480
11481 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
11482
11483         * nnimap.el (nnimap-request-move-article): Change folder back to
11484         source group before deleting.
11485
11486 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
11487
11488         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
11489
11490         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
11491         mm-url.
11492
11493         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
11494
11495 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11496
11497         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
11498         coding system which mm-charset-to-coding-system returns for a
11499         given charset is valid.
11500
11501 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
11502
11503         * html2text.el (html2text-remove-tag-list):
11504         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
11505
11506 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
11507
11508         * gnus-cus.el: Revert 2005-10-17 change.
11509
11510 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11511
11512         * gnus-art.el (article-strip-banner): Call
11513         article-really-strip-banner only when the regexp match is made.
11514
11515 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11516
11517         * gnus-art.el (article-strip-banner): Use
11518         gnus-extract-address-components instead of
11519         mail-header-parse-addresses to make it work with non-ASCII text;
11520         remove mail-encode-encoded-word-string.
11521
11522         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
11523         values which are surrounded with \"...\"; make it never cause a
11524         Lisp error; give up parsing of parameters if it failed in
11525         extracting type.
11526
11527 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
11528
11529         * smime.el (smime-cert-by-ldap-1): Fix bug where
11530         `smime-ldap-search' returns results without userCertificates.
11531
11532 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11533
11534         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
11535
11536 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11537
11538         * spam.el (spam-check-spamassassin-headers): Adapt format for
11539         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
11540         <ari@mbf.ocn.ne.jp>.
11541         (spam-list-of-processors): Add spam-use-gmane.
11542
11543 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11544
11545         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
11546         make-temp-file; make it work with XEmacs as well.
11547
11548         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
11549         mm-make-temp-file.
11550
11551         * mm-decode.el (mm-display-external): Use the 3rd arg of
11552         mm-make-temp-file.
11553         (mm-create-image-xemacs): Ditto.
11554
11555 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11556
11557         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
11558         with message-narrow-to-headers.
11559         (gnus-draft-setup): Narrow to header to run message-fetch-field.
11560         (gnus-draft-check-draft-articles): New function.
11561         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
11562
11563 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11564
11565         * gnus-art.el (gnus-article-browse-html-parts):
11566         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
11567         Don't use suffix argument for mm-make-temp-file for Emacs 21
11568         compatibility.  Remove useless `format'.
11569
11570 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11571
11572         * nnweb.el (nnweb-google-wash-article): Update regexps.
11573         (nnweb-group-alist): Use defvoo instead of defvar.
11574
11575 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11576
11577         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
11578         re-loading nn* modules.
11579
11580 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
11581
11582         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
11583         for `tool-bar-mode' and don't check it's default-value.
11584
11585         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11586
11587         * message.el (message-make-tool-bar): Ditto.
11588
11589         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
11590         `substring'.  Shorten tmp-file name.
11591
11592         * gnus.el: Remove bogus comment.
11593
11594 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
11595
11596         * gnus-art.el (gnus-article-browse-html-parts): New function.
11597         (gnus-article-browse-html-article): New function for viewing html
11598         articles with a browser.
11599
11600 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
11601
11602         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
11603         in elisp.
11604         (pgg-gpg-encrypt-symmetric-region): Ditto.
11605         (pgg-gpg-sign-region): Ditto.
11606
11607         * pgg-def.el (pgg-text-mode): New variable.
11608
11609         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
11610         (mml2015-pgg-encrypt): Ditto.
11611
11612         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
11613         (mml1991-pgg-encrypt): Ditto.
11614
11615 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11616
11617         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
11618         message-make-date instead of current-time-string.
11619
11620         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
11621         to gnus-decoded which mm-uu might set.
11622
11623 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11624
11625         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
11626         don't decode quoted parameters; remove misimported Emacs code.
11627         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11628         (rfc2231-decode-encoded-string): Don't use split-string which
11629         behaves differently according to Emacs version; use
11630         mm-decode-coding-region to convert charset to coding-system.
11631         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11632         (rfc2231-encode-string): Remove misimported Emacs code.
11633
11634 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11635
11636         * gnus-art.el (article-decode-charset): Don't use ignore-errors
11637         when calling mail-header-parse-content-type.
11638         (article-de-quoted-unreadable): Ditto.
11639         (article-de-base64-unreadable): Ditto.
11640         (article-wash-html): Ditto.
11641
11642         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
11643         calling mail-header-parse-content-type and
11644         mail-header-parse-content-disposition.
11645         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
11646         mail-header-parse-content-type.
11647
11648         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
11649         insert charset and format parameters; encode description after
11650         inserting it to buffer.
11651         (mml-insert-parameter): Fold lines properly even if a parameter is
11652         segmented into two or more lines; change the max column to 76.
11653
11654         * rfc1843.el (rfc1843-decode-article-body): Don't use
11655         ignore-errors when calling mail-header-parse-content-type.
11656
11657         * rfc2231.el (rfc2231-parse-string): Return at least type if
11658         possible; don't cause an error even if it fails in parsing of
11659         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11660         (rfc2231-encode-string): Don't break lines at the beginning, leave
11661         it to mml-insert-parameter.
11662
11663         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
11664         calling mail-header-parse-content-type.
11665
11666 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
11667
11668         * spam-report.el (spam-report-gmane-use-article-number):
11669         Improve doc string.
11670         (spam-report-gmane-internal): Check if a suitable header was found
11671         in the article.
11672
11673 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11674
11675         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
11676         (rfc2231-encode-string): Make param*=value always begin with LWSP.
11677
11678 2006-02-05  Romain Francoise  <romain@orebokech.com>
11679
11680         Update copyright notices of all files in the gnus directory.
11681
11682 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11683
11684         * nnweb.el (nnweb-request-group): Avoid growing overview files.
11685
11686 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11687
11688         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
11689         segmented lines of parameter value to cope with Thunderbird 1.5
11690         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
11691         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11692         (rfc2231-encode-string): Don't make lines exceeding 76 column.
11693
11694 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
11695
11696         * mml.el (mml-generate-mime-1): Correct the order of inline signed
11697         parts.
11698
11699 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11700
11701         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
11702         there's only one active file for all servers.
11703         (nnweb-request-scan): Make sure nnweb-articles is initialized on
11704         solid groups.  Gnus might have used a FAST request to select the group.
11705         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
11706         and nnweb-search redundantly in the active file.
11707         (nnweb-request-list): Don't list bogus groups.  There can only be one.
11708         (nnweb-request-create-group): Don't use ARGS.
11709         (nnweb-possibly-change-server, nnweb-request-group): Remove some
11710         initialisations.  Let nnoo do the work.
11711
11712 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11713
11714         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
11715         Say the part has been decoded.
11716
11717         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
11718
11719 2006-01-31  Kevin Ryde  <user42@zip.com.au>
11720
11721         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
11722         mailcap-viewer-test-cache when there's no 'test clause, since that
11723         will invert the meaning of a "nil" test previously determined by
11724         mailcap-mailcap-entry-passes-test.
11725
11726 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11727
11728         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
11729         compiling.
11730
11731         * gnus-sum.el: Ditto.
11732
11733         * message.el: Don't bind tool-bar-map when compiling.
11734
11735 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
11736
11737         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
11738
11739 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11740
11741         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
11742         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
11743         current Google Groups.
11744
11745 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
11746
11747         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
11748         and tool-bar-mode.
11749
11750         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
11751         and tool-bar-mode.
11752
11753         * message.el (message-tool-bar-update): Simplify.
11754         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
11755
11756         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
11757         gnus-summary-buffer.
11758         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
11759         gnus-summary-reply.
11760
11761         * gmm-utils.el (gmm): Add :version.
11762
11763 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11764
11765         * Makefile.in (clean): New rule.
11766         (distclean): Use it.
11767
11768 2006-01-26  Steve Youngs  <steve@sxemacs.org>
11769
11770         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
11771         autoload.
11772
11773 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11774
11775         * gmm-utils.el (gmm-verbose): Add :group.
11776
11777 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
11778
11779         * message.el: Change some comments WRT tool-bars.
11780
11781         * gnus-sum.el (gnus-summary-tool-bar)
11782         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
11783         (gnus-summary-tool-bar-zap-list): New variables.
11784         (gnus-summary-make-tool-bar): Complete rewrite using
11785         `gmm-tool-bar-from-list'.
11786
11787         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
11788         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
11789         variables.
11790         (gnus-group-make-tool-bar): Complete rewrite using
11791         `gmm-tool-bar-from-list'.
11792         (gnus-group-tool-bar-update): New function.
11793
11794         * message.el (message-mode-field-menu): Add "Show hidden Headers".
11795
11796 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11797
11798         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
11799         is dissected into a single part of which the type is the same as
11800         the given one; decode charset.
11801
11802 2006-01-21  Kevin Ryde  <user42@zip.com.au>
11803
11804         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
11805         into alists as symbol not string, since that's what
11806         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
11807         look for.
11808
11809 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
11810
11811         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
11812         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
11813
11814         * message.el (message-tool-bar-gnome): Use gmm-ignore.
11815
11816 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11817
11818         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
11819         (gnus-xmas-mime-security-button-menu): New function.
11820
11821         * gnus-art.el (gnus-mime-security-button-commands): New variable.
11822         (gnus-mime-security-button-menu): New definition.
11823         (gnus-mime-security-button-map): Use them.
11824         (gnus-mime-security-button-menu): New function.
11825         (gnus-insert-mime-security-button): Addition to help echo.
11826         (gnus-mime-security-run-function, gnus-mime-security-save-part)
11827         (gnus-mime-security-pipe-part): New functions.
11828
11829         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
11830         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
11831
11832         * mm-decode.el (mm-handle-set-disposition): Remove.
11833         (mm-handle-set-description): Remove.
11834
11835 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11836
11837         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
11838         (mm-w3m-standalone-supports-m17n-p): New function.
11839         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
11840         w3m usage.
11841
11842         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
11843         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
11844
11845 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11846
11847         * message.el (message-tool-bar-zap-list): Use
11848         gmm-tool-bar-zap-list as custom type.
11849         (message-tool-bar-update): New function.
11850         (message-tool-bar, message-tool-bar-gnome)
11851         (message-tool-bar-retro): Add message-tool-bar-update.
11852         (message-tool-bar-gnome): Add flyspell-buffer.
11853
11854         * gnus-util.el (gnus-error): Describe `args'.
11855
11856         * gmm-utils.el (gmm-error): Describe `args'.
11857         (gmm-tool-bar-zap-list): New widget.
11858         (gmm-tool-bar-from-list): Improve description of `zap-list'.
11859
11860 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11861
11862         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
11863         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
11864         the number of recursive calls.
11865
11866         * mm-decode.el (mm-handle-set-disposition): New macro.
11867         (mm-handle-set-description): New macro.
11868
11869 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11870
11871         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
11872         encoding.
11873
11874 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11875
11876         * message.el (message-tool-bar-zap-list, message-tool-bar)
11877         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
11878         (message-tool-bar-local-item-from-menu): Remove.
11879         (message-tool-bar-map): Replace by `message-make-tool-bar'.
11880         (message-make-tool-bar): New function.
11881         (message-mode): Use `message-make-tool-bar'.
11882
11883         * gmm-utils.el: New file.
11884         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
11885         (gmm-lazy): New widget copied from `nnmail.el'.
11886         (gmm-tool-bar-from-list): New function for creating customizable
11887         tool bars.
11888         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
11889         output.
11890         (gmm): Add :prefix to defgroup.
11891
11892 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
11893
11894         * gmm-utils.el (gmm-widget-p): New function.
11895
11896 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11897
11898         * mml.el (mml-attach-file): Describe `description' in doc string.
11899         (mml-menu): Add Emacs MIME manual and PGG manual.
11900
11901 2006-01-20  Richard M. Stallman  <rms@gnu.org>
11902
11903         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
11904
11905 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
11906
11907         * nntp.el (nntp-end-of-line): Doc fix.
11908
11909 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
11910
11911         * imap.el (imap-open): Handle case where buffer is a buffer
11912         object.
11913
11914 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11915
11916         * gnus-delay.el (gnus-delay): Don't autoload.
11917         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11918         to be re-loaded when customizing the `gnus-delay' group.
11919
11920 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
11921
11922         * message.el (message-insert-citation-line): Use newlines.
11923
11924 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11925
11926         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
11927         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
11928         these routines, so the passphrase can be managed externally and
11929         passed in to the system.
11930         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
11931         pgg-add-passphrase-to-cache function.
11932
11933         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
11934         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
11935         these routines, so the passphrase can be managed externally and
11936         passed in to the system.
11937         (pgg-pgp5-sign-region): Use new name of
11938         pgg-add-passphrase-to-cache function.
11939
11940 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11941
11942         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11943         part of the decoded armor to find the key-identifier.
11944         (pgg-gpg-lookup-key-owner): New function to return the
11945         human-readable identifier of a key owner.
11946         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
11947         itself.
11948         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11949         the key value) if we have a key and can match it against a secret
11950         key.  Also, added a note pointing out fact that the prompt only
11951         indicates the first matching key.
11952
11953         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
11954         pgg-decrypt-region.
11955         (pgg-add-passphrase-to-cache): Rename from
11956         `pgg-add-passphrase-cache' to reduce confusion (all callers
11957         changed).
11958         (pgg-remove-passphrase-from-cache): Rename from
11959         `pgg-remove-passphrase-cache' to reduce confusion (all callers
11960         changed).
11961         (pgg-read-passphrase, pgg-add-passphrase-cache)
11962         (pgg-remove-passphrase-cache): Add informative docstrings.
11963         (pgg-decrypt): Convey provided passphrase in subordinate call to
11964         pgg-decrypt-region.
11965
11966 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
11967
11968         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11969         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11970         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11971         'passphrase' argument, so the passphrase can be managed externally
11972         and then passed in to the system.
11973
11974         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11975         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
11976         so the passphrase cache can be used reliably with identifiers
11977         besides a pgp packet's key id.
11978
11979         * pgg-gpg.el (pgg-gpg-encrypt-region)
11980         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11981         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
11982         these routines, so the passphrase can be managed externally and
11983         passed in to the system.
11984
11985         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11986         'notruncate' argument, so the passphrase cache can be used
11987         reliably with identifiers besides a pgp packet's key id.
11988
11989 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
11990
11991         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11992         symmetric encryption.
11993         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11994         encrypted session key.
11995         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11996         message ask for the passphrase in a proper way.
11997
11998         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11999         New user commands for symmetric encryption.
12000
12001 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12002
12003         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
12004
12005         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
12006
12007 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
12008
12009         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
12010
12011 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12012
12013         * mm-decode.el (mm-inlined-types): Add application/pgp.
12014         (mm-automatic-display): Ditto.
12015
12016         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
12017         part as text.
12018
12019 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12020
12021         * nnrss.el: Update copyright.
12022         (nnrss-opml-import): Query whether to subscribe to each entry.
12023
12024         * gnus-art.el:
12025         * gnus-sum.el:
12026         * gnus-xmas.el:
12027         * messagexmas.el:
12028         * mm-uu.el:
12029         * mm-view.el: Update copyright.
12030
12031 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
12032
12033         * message.el (message-info): New function.
12034         (message-mode-menu): Add it.
12035         Update copyright.
12036
12037         * ChangeLog: Fix and update copyright.
12038
12039 2006-01-13  Romain Francoise  <romain@orebokech.com>
12040
12041         * message.el (message-forward-subject-name-subject): Prefer the
12042         address to 'nowhere' if the sender has no name.
12043         Fix typo.  Update copyright year.
12044
12045 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12046
12047         * gnus-art.el (article-wash-html): Use
12048         gnus-summary-show-article-charset-alist if a numeric arg is given.
12049         (gnus-article-wash-html-with-w3m-standalone): New function.
12050
12051         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
12052         mm-inline-text-html-render-with-w3m-standalone.
12053         (mm-text-html-washer-alist): Map w3m-standalone to
12054         gnus-article-wash-html-with-w3m-standalone.
12055         (mm-inline-text-html-render-with-w3m-standalone): New function.
12056
12057 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12058
12059         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
12060         Improve LaTeX.
12061
12062 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12063
12064         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
12065         (nnrss-request-article): Render text/plain parts as HTML.
12066
12067         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
12068         the buffer.
12069
12070 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12071
12072         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
12073         custom definition of `gnus-posting-styles'.
12074
12075         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
12076         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
12077
12078 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12079
12080         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
12081         Use nntp for bug archive.
12082
12083 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12084
12085         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
12086         parts.
12087         (nnrss-normalize-date): New function converts ISO 8601 date into
12088         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12089         (nnrss-check-group): Use it.
12090
12091 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12092
12093         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
12094
12095         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
12096         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12097         (nnrss-insert-w3): Ditto.
12098
12099 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12100
12101         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
12102         the articles to be forwarded including the case where neither a
12103         number of articles nor a region is specified.
12104
12105 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12106
12107         * nnrss.el (nnrss-request-article): Fix last change; fill
12108         text/plain parts.
12109
12110 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12111
12112         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
12113         in text/plain part.
12114         (nnrss-check-group): Don't add excessive newline to dc:subject.
12115
12116 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
12117
12118         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
12119         article.
12120
12121 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12122
12123         * nnml.el: Don't require gnus-bcklg.  Autoload it.
12124         (nnml-use-compressed-files, nnml-save-mail): Support other
12125         comression programs such as bzip2.
12126
12127 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12128
12129         * dns.el (query-dns): Make sure we check the buffer size before
12130         removing tcp headers.
12131
12132 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12133
12134         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
12135         remove MIME buttons associated with multipart/alternative parts.
12136         (gnus-mime-display-alternative): Tag buttons using `article-type'
12137         text property.
12138
12139         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
12140         associated with multipart/alternative parts.
12141
12142         * gnus-art.el (gnus-signature-separator): Fix custom type.
12143
12144         * mm-decode.el (mm-inlined-types): Fix custom type.
12145         (mm-keep-viewer-alive-types): Ditto.
12146         (mm-automatic-display): Ditto.
12147         (mm-attachment-override-types): Ditto.
12148         (mm-inline-override-types): Ditto.
12149         (mm-automatic-external-display): Ditto.
12150
12151 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12152
12153         * spam-report.el (spam-report-user-mail-address)
12154         (spam-report-user-agent): New variables.
12155         (spam-report-url-ping-plain): Use spam-report-user-agent.
12156
12157 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
12158
12159         * gnus-art.el (gnus-button-handle-custom): Do not just use
12160         `customize-apropos' for any "M-x customize-*" button but the
12161         function called for.  Accept both the function name and its
12162         argument in order to achieve this.
12163         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
12164         function name to `gnus-button-handle-custom' in case of "M-x
12165         customize-*" buttons.
12166
12167 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12168
12169         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
12170         multipart/alternative and add xref to mm-discouraged-alternatives
12171         in doc string.
12172
12173         * mm-decode.el (mm-discouraged-alternatives): Add xref to
12174         gnus-buttonized-mime-types in doc string.
12175
12176 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
12177
12178         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
12179         Suggest image/.* in the doc string.
12180
12181 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12182
12183         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
12184         message-marks (Debian bug #342521).
12185
12186 2005-12-12  Simon Josefsson  <jas@extundo.com>
12187
12188         * password.el (password-read-from-cache): Add.
12189         (password-read): Use it.
12190
12191 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12192
12193         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
12194         us-ascii as a MIME charset.
12195
12196         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
12197         against the case where the 2nd arg TYPE is nil.
12198
12199 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12200
12201         * pop3.el (pop3-stream-type): Fix custom version.
12202
12203         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
12204
12205 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12206
12207         * mm-decode.el (mm-display-external): Add missing cdr.
12208
12209 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12210
12211         * mm-decode.el (mm-display-external): Use nametemplate (defined in
12212         RFC1524) if it is in mailcap or add a suffix according to
12213         mailcap-mime-extensions when generating a temp filename; postpone
12214         deleting a temp file for 2 seconds for some wrappers, shell
12215         scripts, and so on, which might exit right after having started a
12216         viewer command as a background job.
12217
12218 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12219
12220         * nntp.el (nntp-marks-directory): Fix custom group.
12221
12222         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
12223         steps when < 10.
12224
12225         * gnus-start.el (gnus-no-server-1): Mention
12226         `gnus-level-default-subscribed' in doc string.
12227
12228 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12229
12230         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
12231         parens.
12232
12233 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12234
12235         * gnus-xmas.el (gnus-use-toolbar): Revert.
12236         (gnus-xmas-setup-toolbar): Use global default-toolbar if
12237         gnus-use-toolbar is default.
12238
12239         * messagexmas.el (message-use-toolbar): Revert.
12240         (message-setup-toolbar): Use global default-toolbar if
12241         message-use-toolbar is default.
12242
12243 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12244
12245         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
12246         according to default-toolbar-visible-p.
12247
12248         * messagexmas.el (message-use-toolbar): Ditto.
12249
12250 2005-11-26  Dave Love  <fx@gnu.org>
12251
12252         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
12253         (tls-program, tls-success): Provide openssl alternative.
12254
12255         * starttls.el: Doc fixes.
12256         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
12257         SERVICE to PORT.
12258
12259         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
12260         port null or service name.
12261         (starttls-negotiate): Autoload.
12262
12263 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12264
12265         * message.el (message-kill-to-signature): Fix interactive spec.
12266
12267 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12268
12269         * pop3.el (pop3-open-server): Recognize a string as a service name.
12270
12271 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
12272
12273         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
12274
12275 2005-11-23  Dave Love  <fx@gnu.org>
12276
12277         Add pop3s, pop3/starttls.
12278
12279         * pop3.el (pop3-authentication-scheme): Clarify doc.
12280         (open-tls-stream, starttls-open-stream): Autoload.
12281         (pop3-stream-type): New.
12282         (pop3-open-server): Use it.
12283
12284         * mail-source.el (mail-sources): Fix some :types.  Add stream type
12285         for POP.
12286         (mail-source-keyword-map): Add :stream for POP.
12287         (mail-source-fetch-pop): Use pop3-stream-type.
12288
12289 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12290
12291         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
12292         of current-time-string.
12293
12294 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
12295
12296         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
12297         date header.
12298
12299 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12300
12301         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
12302         it can seriously impact performance as it bypasses the agent's
12303         local caches.
12304
12305 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12306
12307         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
12308         must be explicitly online rather than "not explicitly offline" for
12309         its flags to be synchronized.
12310
12311         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
12312         that gnus-uu-unmark-thread will function correctly.
12313
12314         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
12315         1024K is instead displayed as 1M.
12316
12317 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12318
12319         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
12320
12321 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
12322
12323         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
12324
12325 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
12326
12327         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
12328         error message to display actual error condition.
12329         (gnus-agent-save-local): Avoid saving symbols that are bound to
12330         nil as they simply result in a warning message in
12331         gnus-agent-read-local.
12332
12333 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12334
12335         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
12336         rather than make-variable-buffer-local for file-precious-flag.
12337
12338 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12339
12340         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
12341         for duplicates which are removed.  The invalid sort check then
12342         triggers a rescan after the sort as sorting may have moved
12343         duplicate entries such that they can be cheaply detected.
12344
12345 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12346
12347         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
12348
12349 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12350
12351         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
12352         internal variable to a custom variable.  Changed default value
12353         from compressed(2) to uncompressed(1).
12354         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
12355         support for uncompressed agentview files.  Taken together, reading
12356         the agentview file should now be 6-7 times faster.
12357
12358 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12359
12360         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
12361         as a buffer-local variable.  This avoids creating truncated
12362         dribble files as a result of a hang up, eg.
12363
12364 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
12365
12366         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
12367         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
12368         XEmacs.
12369
12370 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12371
12372         * gnus-start.el (gnus-start-draft-setup): Enforce
12373         `gnus-draft-mode' for nndraft:drafts at startup.
12374
12375         * gnus.el (gnus-splash): Change custom group.
12376         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
12377         allow-list argument.
12378
12379         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
12380         string.
12381
12382 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12383
12384         * gnus-art.el (gnus-default-article-saver): Add user-defined
12385         `function' to custom type.
12386
12387 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12388
12389         * imap.el (imap-open): Handle case where buffer is a buffer
12390         object.
12391
12392 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12393
12394         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
12395         long lines.
12396         (gnus-cache-delete-group): Wrap doc strings.
12397
12398         * gnus-agent.el (gnus-agent-rename-group)
12399         (gnus-agent-delete-group): Wrap doc strings.
12400
12401 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12402
12403         * messagexmas.el (message-use-toolbar): Change the valid values
12404         into default, top, bottom, left, and right.
12405         (message-toolbar-thickness): New variable.
12406         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
12407         well.
12408         (message-setup-toolbar): Make it work.
12409
12410         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
12411         (gnus-use-toolbar): Change the valid values into default, top,
12412         bottom, left, and right.
12413         (gnus-toolbar-thickness): New variable.
12414         (gnus-xmas-setup-toolbar): New function.
12415         (gnus-xmas-setup-group-toolbar): Use it.
12416         (gnus-xmas-setup-summary-toolbar): Use it.
12417
12418 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12419
12420         * gnus-start.el (gnus-1): Add "native" to
12421         gnus-predefined-server-alist.
12422
12423         * gnus.el (gnus-method-to-server): Don't add "native" to the
12424         lists here, because that leads to problems when
12425         gnus-select-method is bound.
12426
12427 2005-11-09  Simon Josefsson  <jas@extundo.com>
12428
12429         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
12430         use (not sort-by-date) instead.
12431
12432 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12433
12434         * gnus-delay.el (gnus-delay-group): Don't autoload.
12435         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12436         to be re-loaded when customizing the `gnus-delay' group.
12437
12438 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
12439
12440         * message.el: Revert last changes.
12441         (message-insert-citation-line): Use newlines.
12442
12443 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
12444
12445         * message.el (message-courtesy-message)
12446         (message-mark-insert-begin, message-mark-insert-end)
12447         (message-elide-ellipsis, message-cancel-message)
12448         (message-add-header, message-change-subject)
12449         (message-cross-post-followup-to-header)
12450         (message-cross-post-insert-note, message-reduce-to-to-cc)
12451         (message-widen-reply, message-delete-not-region)
12452         (message-kill-to-signature, message-insert-signature)
12453         (message-insert-importance-high, message-insert-importance-low)
12454         (message-insert-or-toggle-importance)
12455         (message-insert-disposition-notification-to)
12456         (message-indent-citation, message-yank-original)
12457         (message-cite-original-without-signature, message-cite-original)
12458         (message-insert-citation-line, message-position-on-field)
12459         (message-fix-before-sending, message-send-mail-partially)
12460         (message-send-mail, message-send-mail-with-sendmail)
12461         (message-send-mail-with-qmail, message-send-news)
12462         (message-check-news-header-syntax, message-generate-headers)
12463         (message-insert-courtesy-copy, message-fill-address)
12464         (message-fill-header, message-shorten-references)
12465         (message-setup-1, message-cancel-news)
12466         (message-forward-make-body-plain, message-forward-make-body-mime)
12467         (message-forward-make-body-mml, message-encode-message-body)
12468         (message-forward-make-body-digest-plain)
12469         (message-forward-make-body-digest-mime)
12470         (message-use-alternative-email-as-from): Insert `hard-newline'
12471         instead of ordinary newlines.
12472
12473 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12474
12475         * message.el (message-generate-headers): Downcase the argument
12476         given to message-check-element.
12477
12478 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
12479
12480         * nntp.el (nntp-authinfo-rejected): New error condition.
12481         (nntp-wait-for): Use new error condition to signal authentication
12482         error.
12483         (nntp-retrieve-data): Rethrow new error condition to break out of
12484         recursive call to nntp-send-authinfo.
12485
12486 2005-11-08  Romain Francoise  <romain@orebokech.com>
12487
12488         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
12489         (gnus-summary-exit-map): Bind to `Z p'.
12490         (gnus-summary-make-menu-bar): Add menu item.
12491
12492 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
12493
12494         * gnus-art.el (gnus-article-treat-custom): Add `first'.
12495         (gnus-treat-*): Add `first' in all doc strings.
12496
12497         * gnus-group.el (gnus-group-compact-group): Fix typo.
12498
12499 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12500
12501         * gnus.el (gnus-parameters-case-fold-search): New variable.
12502         (gnus-parameters-get-parameter): Use it.
12503
12504         * gnus-score.el (gnus-home-score-file): Doc fix.
12505
12506 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
12507
12508         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
12509
12510 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12511
12512         * mm-util.el (mm-special-display-p): New function.
12513
12514         * mml.el (mml-preview): Use it; doc fix.
12515
12516 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12517
12518         * imap.el (imap-open): Handle case where buffer is a buffer object.
12519
12520 2005-10-29  Romain Francoise  <romain@orebokech.com>
12521
12522         * message.el (message-fix-before-sending): Fix comment.
12523
12524 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12525
12526         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
12527
12528 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12529
12530         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
12531         Used in gnus-score.el.
12532
12533 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12534
12535         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
12536
12537 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
12538
12539         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
12540         whitespace removed in revision 7.8.  Use concatenated string to
12541         protect trailing whitespace.
12542
12543 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
12544
12545         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
12546         (nnimap-request-expire-articles): Use it to avoid sending 'UID
12547         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
12548         Courier IMAP ("some version from 2004").  Mostly based on similar
12549         code in the same function.
12550
12551 2005-10-26  Didier Verna  <didier@xemacs.org>
12552
12553         * gnus-group.el (gnus-group-compact-group): Invalidate original
12554         article buffer.
12555         * gnus-srvr.el (gnus-server-compact-server): Ditto.
12556         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
12557         NOV database and in article itself.
12558         Invalidate article backlog.
12559
12560 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12561
12562         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
12563
12564 2005-10-26  Simon Josefsson  <jas@extundo.com>
12565
12566         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
12567         part of 2004-07-25 change.
12568
12569 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12570
12571         * message.el (message-display-completion-list): New function.
12572         (message-expand-group): Use it; make sure the Completions buffer
12573         is modifiable.
12574 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
12575
12576         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
12577         user-mail-name is an empty string.
12578
12579 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12580
12581         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
12582         depending on gnus-score-decay-constant.
12583
12584         * encrypt.el (encrypt-insert-file-contents)
12585         (encrypt-write-file-contents): Don't use `gnus-message'.
12586
12587         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
12588         arguments.
12589         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
12590         arguments to mm-uu-verbatim-marks-extract.
12591         (mm-uu-hide-markers): New variable.
12592         (mm-uu-extract): Use face similar to `gnus-cite-3'.
12593
12594         * gnus-fun.el (gnus-convert-image-to-x-face-command)
12595         (gnus-convert-image-to-face-command): Use "convert" by default to
12596         allow other input image formats.
12597         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
12598         accordingly.
12599
12600 2005-10-23  Simon Josefsson  <jas@extundo.com>
12601
12602         * imap.el (imap-gssapi-program): Align command line parameters
12603         with latest GNU SASL.
12604         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
12605
12606 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12607
12608         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
12609         HTML.
12610         (nnslashdot-request-article): Ditto.
12611
12612         * lpath.el (featurep): Add nobreak-char-display.
12613
12614 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12615
12616         * mail-source.el (mail-source-fetch-pop): Require pop3.
12617         (mail-source-check-pop): Ditto.
12618
12619 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12620
12621         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
12622         errors.
12623
12624 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12625
12626         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
12627         (gnus-treat-strip-leading-blank-lines): Improve doc string.
12628
12629         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
12630
12631         * mm-bodies.el (mm-decode-string): Call
12632         `mm-charset-to-coding-system' with allow-override argument.
12633
12634 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12635
12636         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
12637         (rfc2047-charset-to-coding-system): New function.
12638         (rfc2047-decode-encoded-words): New function.
12639         (rfc2047-decode-region): Use them.
12640         (rfc2047-decode-cte): Remove.
12641         (rfc2047-parse-and-decode): Remove.
12642         (rfc2047-decode): Remove.
12643
12644 2005-10-15  Kenichi Handa  <handa@m17n.org>
12645
12646         * rfc2047.el (rfc2047-decode-cte): New function.
12647         (rfc2047-decode-region): Change the way to decode successive
12648         encoded-words: decode B- or Q-encoding in each encoded-word,
12649         concatenate them, and decode it as charset.
12650
12651 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12652
12653         * lpath.el: Fbind codepage-setup for XEmacs.
12654
12655 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
12656
12657         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
12658         widget-move-and-invoke.
12659         (gnus-custom-mode): Use gnus-custom-map.
12660
12661 2005-10-15  Bill Wohler  <wohler@newt.com>
12662
12663         * message.el (message-tool-bar-map): Renamed image file from
12664         mail_send to mail/send.
12665
12666 2005-10-16  Masatake YAMATO  <jet@gyve.org>
12667
12668         * message.el (message-expand-group): Pass the common
12669         prefix substring of completion to `display-completion-list'.
12670
12671 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
12672
12673         * mml-sec.el (mml-secure-method): New internal variable.
12674         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
12675         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
12676         functions using mml-secure-method.
12677
12678         * mml.el (mml-mode-map): Add key bindings for those functions.
12679         (mml-menu): Simplify security menu entries.  Suggested by Jesper
12680         Harder <harder@myrealbox.com>.
12681         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
12682         end of message if point is the headers of the message.
12683
12684         * message.el (message-in-body-p): New function.
12685
12686         * assistant.el: Autoload gnus-util and netrc.
12687
12688         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
12689         Use `mm-charset-override-alist' only when decoding.
12690
12691         * mm-bodies.el (mm-decode-body): Call
12692         `mm-charset-to-coding-system' with allow-override argument.
12693
12694         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
12695         `filename' from Content-Disposition if Content-Type doesn't
12696         provide `name'.
12697         (gnus-mime-view-part-as-type): Set default instead of
12698         initial-input.
12699
12700 2005-10-09  Daniel Brockman  <daniel@brockman.se>
12701
12702         * format-spec.el (format-spec): Propagate text properties of % spec.
12703
12704 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12705
12706         * gnus-art.el (gnus-treat-predicate): Add `first'.
12707
12708 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12709
12710         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
12711         (mm-charset-override-alist): New variable.
12712         (mm-charset-to-coding-system): Use it.
12713         (mm-codepage-setup): New helper function.
12714         (mm-charset-eval-alist): New variable.
12715         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
12716         about unknown charsets.
12717
12718         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
12719
12720 2005-10-04  David Hansen  <david.hansen@gmx.net>
12721
12722         * nnrss.el (nnrss-request-article): Add support for the comments tag.
12723         (nnrss-check-group): Ditto.
12724
12725 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12726
12727         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
12728         Rename x-gnus-verbatim to x-verbatim.
12729         (mm-uu-type-alist): Fix regexp for verbatim-marks.
12730
12731         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
12732         x-verbatim.
12733
12734         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
12735
12736         * gnus-util.el (gnus-remove-duplicates): Remove.
12737
12738         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
12739         instead of gnus-remove-duplicates.
12740
12741         * message.el (message-remove-duplicates): Remove.
12742         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
12743         message-remove-duplicates.
12744
12745         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
12746         available, else use implementation from `delete-dups'.
12747
12748         * message.el (message-insert-expires): New function.
12749         (message-mode-map): Add key binding.
12750         (message-mode-field-menu): Add menu entry.
12751         (message-mode): Document it.
12752         (message-make-expires-date): Use `message-make-date'.
12753
12754 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
12755
12756         * message.el (message-make-expires-date): New function.
12757
12758 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12759
12760         * Makefile.in (list-installed-shadows): New entry.
12761         (install): Use it.
12762         (remove-installed-shadows): New entry.
12763
12764         * dgnushack.el (dgnushack-default-load-path): New variable.
12765         (dgnushack-find-lisp-shadows): New function.
12766         (dgnushack-remove-lisp-shadows): New function.
12767
12768 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12769
12770         * Makefile.in (install-el-elc): New entry.
12771         (install): Use it so that .el files are necessarily installed.
12772
12773 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12774
12775         * time-date.el: Autoload parse-time-string, XEmacs needs it.
12776
12777 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12778
12779         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
12780         function rather than the diff-mode.el package.
12781         (mm-display-external): Use with-current-buffer.
12782         (mm-viewer-completion-map, mm-viewer-completion-map):
12783         Move initialization inside declaration.
12784
12785 2005-09-29  Simon Josefsson  <jas@extundo.com>
12786
12787         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
12788         autoload mail-check-payment.
12789         (spam-check-hashcash): Define unconditionally, since hashcash.el
12790         is part of Gnus now.  Ignore errors from payment checking.
12791
12792 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
12793
12794         * message.el (message-bold-region, message-unbold-region): Rename
12795         from `bold-region' and `unbold-region'.
12796
12797         * message.el: Remove useless autoloads.
12798
12799 2005-09-28  Simon Josefsson  <jas@extundo.com>
12800
12801         * message.el (message-use-idna): Default to t.
12802         (message-use-idna): Test whether encoding works too.  Doc fix.
12803
12804 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12805
12806         * nntp.el (nntp-warn-about-losing-connection): Remove.
12807
12808 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
12809
12810         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
12811         customizable.  Change default value.
12812         (mm-uu-diff-groups-regexp): Change default value.
12813         (mm-uu-type-alist): Add doc string.
12814         (mm-uu-configure): Add doc string.  Make it interactive.
12815         (mm-uu-tex-groups-regexp): New variable.
12816         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
12817         (mm-uu-type-alist): Add LaTeX documents.
12818         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
12819         of "text/verbatim".
12820         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
12821
12822         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
12823         instead of "text/verbatim".
12824
12825         * message.el (message-mark-inserted-region)
12826         (message-mark-insert-file): Use slrn style marks when called with
12827         prefix argument.
12828
12829 2005-09-27  Simon Josefsson  <jas@extundo.com>
12830
12831         * message.el (message-idna-to-ascii-rhs-1): Reformat.
12832
12833 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
12834
12835         * message.el (message-remove-duplicates): New function.
12836         Implementation borrowed from `gnus-remove-duplicates'.
12837         (message-idna-to-ascii-rhs): Also encode idna addresses in
12838         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12839         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
12840         only ask about the same idna domain once per header and also tell
12841         in what header to replace the idna domain.
12842
12843         * gnus-art.el (article-decode-idna-rhs): Also decode idna
12844         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12845         (article-decode-idna-rhs): Fix regexp so that all idna-address in
12846         a header is decoded and not just the last one.
12847
12848 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12849
12850         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
12851         has been decoded.
12852
12853         * mm-decode.el (mm-automatic-display): Add text/verbatim.
12854         (mm-insert-part): Don't modify text if it has been decoded.
12855
12856         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
12857         decoded.
12858
12859         * mm-view.el (mm-inline-text): Don't strip text props unless
12860         decoding enriched or richtext parts.
12861
12862 2005-09-25  Romain Francoise  <romain@orebokech.com>
12863
12864         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
12865         * gnus-start.el (gnus-subscribe-interactively):
12866         * gnus-uu.el (gnus-uu-grab-articles):
12867         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
12868         space.
12869
12870 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
12871
12872         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
12873         * mm-view.el (mm-view-pkcs7-decrypt):
12874         * gnus-sum.el (gnus-summary-limit-to-extra)
12875         (gnus-summary-respool-article, gnus-read-move-group-name):
12876         * gnus-score.el (gnus-summary-increase-score):
12877         * gnus-util.el (gnus-completing-read-with-default):
12878         * gnus-art.el (gnus-read-save-file-name)
12879         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
12880         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
12881         * message.el (message-check-news-header-syntax):
12882         Follow convention for reading with the minibuffer.
12883
12884 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
12885
12886         * spam-report.el (spam-report-url-ping-plain):
12887         Use gnus-extended-version as User-Agent.
12888
12889         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
12890         default value is nil.
12891
12892         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
12893         (mm-uu-verbatim-marks-extract): New function.
12894         (mm-uu-extract): New face.
12895         (mm-uu-copy-to-buffer): Use it.
12896
12897         * spam-report.el (spam-report-gmane-ham): Renamed from
12898         `spam-report-gmane-unspam'.
12899         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
12900         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
12901
12902         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
12903         Autoload.
12904         (spam-report-gmane-unregister-routine): Renamed
12905         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
12906
12907 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
12908
12909         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
12910         (spam-report-gmane-unregister-routine): Add support for gmane
12911         unregistration.
12912
12913         * spam-report.el (spam-report-gmane-unspam)
12914         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
12915         (spam-report-gmane): Change to take a single article and do unspam
12916         registration.
12917
12918 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12919
12920         * mm-url.el (mm-url-decode-entities): Fix regexp.
12921
12922 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12923
12924         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
12925         default to nil, to be able to use Gnus at all.  If the default
12926         switches to something else, then the function should be fixed not
12927         be exceedingly slow.
12928
12929 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
12930
12931         * gnus-start.el (gnus-activate-group): If the server is nil, don't
12932         fail hard.
12933
12934         * spam-report.el: Add better Keywords line.
12935
12936         * spam.el: Add Maintainer and better Keywords line.
12937
12938 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12939
12940         * gnus-art.el (gnus-article-replace-part)
12941         (gnus-mime-replace-part): New functions.
12942         (gnus-mime-action-alist, gnus-mime-button-commands)
12943         (gnus-mime-save-part-and-strip): Added file argument.
12944         (gnus-article-part-wrapper): Added interactive argument.
12945
12946         * gnus-sum.el (gnus-summary-mime-map): Add
12947         `gnus-article-replace-part'.
12948
12949 2005-09-19  Didier Verna  <didier@xemacs.org>
12950
12951         The nnml compaction feature:
12952         * nnml.el (nnml-request-compact-group): New function.
12953         * nnml.el (nnml-request-compact): New function.
12954         * gnus-int.el (gnus-request-compact-group): New function.
12955         * gnus-int.el (gnus-request-compact): New function.
12956         * gnus-group.el (gnus-group-compact-group): New function.
12957         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
12958         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
12959         * gnus-srvr.el (gnus-server-compact-server): New function.
12960         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
12961         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
12962
12963 2005-09-18  Deepak Goel  <deego@gnufans.org>
12964
12965         * sieve.el (sieve-help): Fix `message' call: first arg should be a
12966         format spec.
12967
12968 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12969
12970         * gnus.el (gnus-group-startup-message): Bind image-load-path.
12971
12972 2005-09-15  Romain Francoise  <romain@orebokech.com>
12973
12974         * message.el (message-fill-paragraph): Clarify docstring.
12975
12976 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12977
12978         * gnus-art.el (gnus-mime-display-part): Protect against broken
12979         MIME messages.
12980
12981 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12982
12983         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
12984         before parsing header.
12985
12986 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
12987
12988         * html2text.el (html2text-replace-list): Add new entities.
12989
12990 2005-09-11  Romain Francoise  <romain@orebokech.com>
12991
12992         * message.el (message-alternative-emails): Improve docstring.
12993         (message-setup-1): Call `message-use-alternative-email-as-from'
12994         after `message-setup-hook' to give it precedence over posting
12995         styles, etc.
12996         (message-use-alternative-email-as-from): Add docstring.  Remove
12997         the original From header if present.
12998
12999         * nnml.el (nnml-compressed-files-size-threshold): New variable.
13000         (nnml-save-mail): Use it.
13001
13002         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
13003         articles.  Add new argument `silent'.
13004         (gnus-uu-mark-all): Report the total number of marked articles.
13005
13006 2005-09-10  Romain Francoise  <romain@orebokech.com>
13007
13008         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
13009         (gnus-uu-mark-series): Likewise.
13010
13011 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
13012
13013         * spam-report.el (spam-report-gmane): Fix generation of spam
13014         report URL.
13015
13016 2005-09-10  Simon Josefsson  <jas@extundo.com>
13017
13018         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
13019         t, based on discussion on the ding list with Robert Epprecht
13020         <epprecht@solnet.ch>.
13021
13022 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
13023
13024         * spam-report.el (spam-report-gmane): Make it work without
13025         X-Report-Spam header.  Gmane now only provides Archived-At.
13026         This is only used if `spam-report-gmane-use-article-number' is nil.
13027         (spam-report-gmane-spam-header): Remove.  Not used anymore.
13028
13029         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
13030         make `gnus-summary-sort-by-recipient' work with threading.
13031
13032         * nnweb.el (nnweb-google-wash-article): Print a message if article
13033         is not available.
13034
13035 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13036
13037         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
13038         change.  Decode text/* parts content before displaying.
13039
13040 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13041
13042         * mml-smime.el: Remove defvar of gnus-extract-address-components.
13043
13044 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13045
13046         * mm-view.el (mm-display-inline-fontify): Disable support modes.
13047
13048         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
13049         url-package-name, url-package-version,
13050         w3m-cid-retrieve-function-alist, w3m-current-buffer,
13051         w3m-display-inline-images, and w3m-minor-mode-map.
13052
13053 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
13054
13055         * message.el (message-tab-body-function): Fix mismatched custom type.
13056
13057         * gnus.el (gnus-group-change-level-function): Ditto.
13058
13059         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
13060
13061         * gnus-art.el (gnus-signature-limit)
13062         (gnus-article-mime-part-function): Ditto.
13063
13064 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13065
13066         * mml.el (mml-mode): Silence the byte compiler.
13067
13068         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
13069         using `(sit-for 0)' before moving the point to the specified part;
13070         skip unbuttonized parts.
13071         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
13072         return to the summary window if gnus-auto-select-part is non-nil.
13073
13074 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
13075
13076         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
13077         variables.
13078         (mml-dnd-attach-file, mml-mode): Use them.
13079
13080         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
13081         Make fetching article by MID work again for Google Groups.  Added
13082         FIXME concerning gnus-group-make-web-group.
13083
13084         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
13085         Don't depend on Gnus by using mail-extract-address-components if
13086         gnus-extract-address-components is not bound.
13087
13088 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13089
13090         * gnus-art.el (gnus-mime-display-security): Don't display the
13091         signature, but only the signed part.
13092
13093 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13094
13095         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
13096
13097         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
13098         list, not listp.
13099
13100 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
13101
13102         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
13103         when encoding.
13104
13105         * mm-bodies.el (mm-decode-content-transfer-encoding):
13106         De-canonicalize CRLF for all text content types, not just
13107         text/plain.
13108
13109 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13110
13111         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
13112         valid article; point arrow and cursor at the MIME button.
13113
13114 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13115
13116         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
13117         Suggested by Dan Christensen <jdc@uwo.ca>.
13118
13119         * mm-decode.el (mm-save-part): Enable change of prompt.
13120
13121 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
13122
13123         * gnus-msg.el (gnus-inews-add-send-actions): Made
13124         `message-post-method' lambda parameter ARG `&optional'.
13125
13126 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13127
13128         * gnus-sum.el (gnus-summary-mime-map): Added
13129         gnus-article-save-part-and-strip, gnus-article-delete-part and
13130         gnus-article-jump-to-part.
13131
13132         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
13133         (gnus-article-edit-part): Use it.
13134         (gnus-article-part-wrapper): Added no-handle argument.
13135         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
13136         functions.
13137
13138 2005-08-29  Romain Francoise  <romain@orebokech.com>
13139
13140         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13141         docstring.
13142         (gnus-face-from-file): Likewise.
13143
13144 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13145
13146         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
13147         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
13148         non-nil.
13149         (gnus-auto-select-part): New variable.
13150         (gnus-article-jump-to-part): New function.
13151         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
13152         (gnus-mime-delete-part): Allow selecting specified part after
13153         deleting or stripping parts.
13154         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
13155         part if argument is bogus.
13156
13157 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
13158
13159         * gnus-art.el (w3m-minor-mode-map):
13160         * gnus-spec.el (gnus-newsrc-file-version):
13161         * gnus-util.el (nnmail-active-file-coding-system)
13162         (gnus-original-article-buffer, gnus-user-agent):
13163         * gnus.el (gnus-ham-process-destinations)
13164         (gnus-parameter-ham-marks-alist)
13165         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
13166         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
13167         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
13168         * mm-decode.el (gnus-current-window-configuration):
13169         * mm-extern.el (gnus-article-mime-handles):
13170         * mm-url.el (url-current-object, url-package-name)
13171         (url-package-version):
13172         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
13173         (smime-keys, w3m-cid-retrieve-function-alist)
13174         (w3m-current-buffer, w3m-display-inline-images)
13175         (w3m-minor-mode-map):
13176         * mml-smime.el (gnus-extract-address-components):
13177         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
13178         (gnus-newsrc-hashtb, message-default-charset)
13179         (message-deletable-headers, message-options)
13180         (message-posting-charset, message-required-mail-headers)
13181         (message-required-news-headers):
13182         * mml1991.el (mc-pgp-always-sign):
13183         * mml2015.el (mc-pgp-always-sign):
13184         * nnheader.el (nnmail-extra-headers):
13185         * rfc1843.el (gnus-decode-encoded-word-function)
13186         (gnus-decode-header-function, gnus-newsgroup-name):
13187         * spam-stat.el (gnus-original-article-buffer): Add defvars.
13188
13189 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
13190
13191         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
13192         the end of the date treatments.
13193
13194 2005-08-15  Simon Josefsson  <jas@extundo.com>
13195
13196         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
13197         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
13198         Capello and Romain Francoise.
13199         (pgg-fetch-key-function): Removed, not used?
13200         (pgg-insert-url-with-w3): Require url, to get
13201         url-insert-file-contents regardless of where it is defined.
13202
13203 2005-08-13  Romain Francoise  <romain@orebokech.com>
13204
13205         * message.el (message-cite-original-1): New function.
13206         (message-cite-original): Use it.
13207         (message-cite-original-without-signature): Ditto.
13208
13209 2005-08-08  Romain Francoise  <romain@orebokech.com>
13210
13211         * message.el (message-yank-empty-prefix): New variable.
13212         (message-indent-citation): Use it.
13213         (message-cite-original-without-signature): Respect X-No-Archive.
13214
13215 2005-08-08  Simon Josefsson  <jas@extundo.com>
13216
13217         * pgg.el: Autoload url-insert-file-contents instead of loading
13218         w3/url.
13219         (pgg-insert-url-with-w3): Don't load url here.
13220
13221 2005-08-07  Jesper Harder  <harder@phys.au.dk>
13222
13223         * message.el (message-kill-to-signature): Don't insert newline at
13224         bol.
13225         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
13226
13227 2005-08-06  Romain Francoise  <romain@orebokech.com>
13228
13229         * message.el (message-user-fqdn): Fix typo in docstring.
13230
13231 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
13232
13233         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
13234
13235         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
13236
13237 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13238
13239         * mm-bodies.el (mm-encode-body): Use coding system rather than
13240         charset to encode text.
13241
13242         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
13243         number of charsets if utf-8 is available (XEmacs).
13244
13245 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13246
13247         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
13248         taken from `gnus-button-mid-or-mail-regexp'.
13249         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
13250         (gnus-button-alist): Improve regexp for domain part of the MIDs
13251         for news:localpart@domain buttons.
13252         (gnus-button-ctan-directory-regexp): Update.
13253
13254 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13255
13256         * sieve-manage.el (sieve-manage-interactive-login): Use
13257         make-local-variable rather than make-variable-buffer-local.
13258         (sieve-manage-open): Ditto.
13259         (sieve-manage-authenticate): Ditto.
13260
13261         * mml.el (mml-generate-mime-1): Make the content type default to
13262         text/plain if the filename is not specified.
13263
13264 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13265
13266         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
13267         instead of insert-buffer.
13268
13269         * message.el (message-yank-original): Ditto; set the mark at the
13270         end of the yanked message.
13271
13272 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13273
13274         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
13275         lines to scroll rather than to stop it.
13276
13277         * mml.el (mml-generate-default-type): Add doc string.
13278         (mml-generate-mime-1): Use mm-default-file-encoding or make it
13279         default to application/octet-stream when determining the content
13280         type if it is not specified for the part or the mml contents; add
13281         a comment about mml-generate-default-type.
13282
13283 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
13284
13285         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
13286         make it default to application/octet-stream when determining the
13287         content type if it is not specified for the external contents.
13288
13289 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13290
13291         * rfc2231.el (rfc2231-parse-string): Take care that not only a
13292         segmented parameter but also other parameters might be there.
13293
13294 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13295
13296         * mm-decode.el (mm-display-external): Delete temp file, directory
13297         and buffer immediately if the external process is exited.
13298
13299 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13300
13301         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
13302         fewer lines than that of scroll-margin.
13303         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
13304
13305 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13306
13307         * gnus-art.el (gnus-article-next-page): Revert.
13308         (gnus-article-beginning-of-window): New macro.
13309         (gnus-article-next-page-1): Use it.
13310         (gnus-article-prev-page): Ditto.
13311         (gnus-article-edit-part): Use insert-buffer-substring instead of
13312         insert-buffer.
13313         (gnus-article-edit-exit): Ditto.
13314
13315         * gnus-util.el (gnus-beginning-of-window): Remove.
13316         (gnus-end-of-window): Remove.
13317
13318         * lpath.el: Don't bind header-line-format and scroll-margin.
13319
13320 2005-07-25  Simon Josefsson  <jas@extundo.com>
13321
13322         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
13323         to have the url package without w3.  Reported by Daiki Ueno
13324         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
13325
13326 2005-07-20  Didier Verna  <didier@xemacs.org>
13327
13328         * gnus-diary.el: Remove the description comment (nndiary is now
13329         properly documented in the Gnus manual).
13330         Fix the spelling of "Back End".
13331         * nndiary.el: Ditto.
13332         Fix the copyright notice.
13333
13334 2005-07-18  Romain Francoise  <romain@orebokech.com>
13335
13336         * gnus-sum.el (gnus-summary-to-prefix)
13337         (gnus-summary-newsgroup-prefix): New variables.
13338         (gnus-summary-from-or-to-or-newsgroups): Use them.
13339
13340 2005-07-17  Romain Francoise  <romain@orebokech.com>
13341
13342         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
13343         space as it's generally not especially interesting to the user.
13344
13345 2005-07-16  Romain Francoise  <romain@orebokech.com>
13346
13347         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
13348         nil to avoid prompting and file modification if one of the
13349         messages at the top of the nnfolder file contains a copyright
13350         notice.
13351         Update copyright notice.
13352
13353         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
13354         instead of `current-time-string' as the latter creates a time
13355         string that is not RFC 2822 compliant (it lacks the zone).
13356         Update copyright notice.
13357
13358 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13359
13360         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
13361         for text/rtf.  Display default in prompt.  Pass default for M-n.
13362
13363         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
13364
13365 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13366
13367         * gnus-msg.el (gnus-button-mailto): Remove
13368         save-selected-window-window hackery because it relies on
13369         save-selected-window internals.
13370
13371 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13372
13373         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
13374         (gnus-article-next-page-1): Use gnus-beginning-of-window.
13375         (gnus-article-prev-page): Ditto.
13376
13377         * gnus-util.el (gnus-beginning-of-window): New function.
13378         (gnus-end-of-window): New function.
13379
13380         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
13381
13382 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13383
13384         * gnus-score.el (gnus-score-edit-all-score): Set
13385         gnus-score-edit-exit-function to gnus-score-edit-done and call
13386         gnus-message.
13387
13388 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13389
13390         * gnus-msg.el (gnus-button-mailto): Remove
13391         save-selected-window-window hackery because it relies on
13392         save-selected-window internals.
13393
13394 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13395
13396         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
13397         add-minor-mode.
13398         (gnus-binary-mode): Ditto.
13399
13400         * gnus-topic.el (gnus-topic-mode): Ditto.
13401
13402 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
13403
13404         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
13405         (gnus-article-prev-page): Take scroll-margin into consideration.
13406
13407 2005-07-04  Lute Kamstra  <lute@gnu.org>
13408
13409         Update FSF's address in GPL notices.
13410
13411 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
13412
13413         * gnus.el (gnus-exit):
13414         * gnus-group.el (gnus-group-icons):
13415         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
13416
13417         * gnus-nocem.el (gnus-nocem):
13418         * message.el (message-various, message-buffers, message-sending)
13419         (message-interface, message-forwarding, message-insertion)
13420         (message-headers, message-news, message-mail):
13421         * pgg-gpg.el (pgg-gpg):
13422         * pgg-parse.el (pgg-parse):
13423         * pgg-pgp.el (pgg-pgp):
13424         * pgg-pgp5.el (pgg-pgp5):
13425         * pop3.el (pop3): Finish `defgroup' description with period.
13426
13427 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13428
13429         * gnus-art.el (article-display-face): Improve the efficiency.
13430         (article-display-x-face): Ditto; remove grey x-face stuff.
13431
13432 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13433
13434         * gnus-art.el (article-display-face): Correct the position in
13435         which Faces are inserted.
13436
13437 2005-06-29  Didier Verna  <didier@xemacs.org>
13438
13439         * gnus-art.el (article-display-face): Display faces in correct
13440         order.
13441
13442 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13443
13444         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
13445         (gnus-fill-real-hashtb): Use hash table instead of obarray.
13446         (gnus-nocem-check-article): Fetch the Type header.
13447         (gnus-nocem-message-wanted-p): Fix the way to examine types.
13448         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
13449         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
13450         make sure gnus-nocem-hashtb is initialized.
13451         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
13452         (gnus-nocem-unwanted-article-p): Ditto.
13453
13454         * pgg.el (pgg-verify): Return the verification result.
13455
13456 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13457
13458         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
13459         is ascii.
13460
13461 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
13462
13463         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
13464         `show-nonbreak-escape'.
13465
13466 2005-06-23  Lute Kamstra  <lute@gnu.org>
13467
13468         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
13469
13470         * dig.el (dig-mode):
13471         * smime.el (smime-mode): Use gnus-run-mode-hooks.
13472
13473 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
13474
13475         * nnimap.el (nnimap-split-download-body): Fix spellings.
13476
13477 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
13478
13479         * gnus-art.el (gnus-article-encrypt-body):
13480         * gnus-cus.el (gnus-score-customize):
13481         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
13482         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
13483
13484 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
13485
13486         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
13487         header by looking for magic "MII" at the beginnig.
13488
13489 2005-06-16  Miles Bader  <miles@gnu.org>
13490
13491         * gnus-xmas.el (gnus-xmas-group-startup-message):
13492         Use renamed gnus-splash face.
13493
13494         * assistant.el (assistant-field): Remove "-face" suffix from face name.
13495         (assistant-field-face): New backward-compatibility alias for renamed
13496         face.
13497         (assistant-render-text): Use renamed assistant-field face.
13498
13499         * spam.el (spam): Remove "-face" suffix from face name.
13500         (spam-face): New backward-compatibility alias for renamed face.
13501         (spam-face, spam-initialize): Use renamed spam face.
13502
13503         * message.el (message-header-to, message-header-cc)
13504         (message-header-subject, message-header-newsgroups)
13505         (message-header-other, message-header-name)
13506         (message-header-xheader, message-separator, message-cited-text)
13507         (message-mml): Remove "-face" suffix from face names.
13508         (message-header-to-face, message-header-cc-face)
13509         (message-header-subject-face, message-header-newsgroups-face)
13510         (message-header-other-face, message-header-name-face)
13511         (message-header-xheader-face, message-separator-face)
13512         (message-cited-text-face, message-mml-face):
13513         New backward-compatibility aliases for renamed faces.
13514         (message-font-lock-keywords): Use renamed message faces.
13515
13516         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
13517         (sieve-test-commands, sieve-tagged-arguments):
13518         Remove "-face" suffix from face names.
13519         (sieve-control-commands-face, sieve-action-commands-face)
13520         (sieve-test-commands-face, sieve-tagged-arguments-face):
13521         New backward-compatibility aliases for renamed faces.
13522         (sieve-control-commands-face, sieve-action-commands-face)
13523         (sieve-test-commands-face, sieve-tagged-arguments-face):
13524         Use renamed sieve faces.
13525
13526         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
13527         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
13528         (gnus-group-news-3-empty, gnus-group-news-4)
13529         (gnus-group-news-4-empty, gnus-group-news-5)
13530         (gnus-group-news-5-empty, gnus-group-news-6)
13531         (gnus-group-news-6-empty, gnus-group-news-low)
13532         (gnus-group-news-low-empty, gnus-group-mail-1)
13533         (gnus-group-mail-1-empty, gnus-group-mail-2)
13534         (gnus-group-mail-2-empty, gnus-group-mail-3)
13535         (gnus-group-mail-3-empty, gnus-group-mail-low)
13536         (gnus-group-mail-low-empty, gnus-summary-selected)
13537         (gnus-summary-cancelled, gnus-summary-high-ticked)
13538         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
13539         (gnus-summary-high-ancient, gnus-summary-low-ancient)
13540         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
13541         (gnus-summary-low-undownloaded)
13542         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
13543         (gnus-summary-low-unread, gnus-summary-normal-unread)
13544         (gnus-summary-high-read, gnus-summary-low-read)
13545         (gnus-summary-normal-read, gnus-splash):
13546         Remove "-face" suffix from face names.
13547         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13548         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13549         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13550         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13551         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13552         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13553         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13554         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13555         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13556         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13557         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13558         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13559         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13560         (gnus-summary-normal-ticked-face)
13561         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
13562         (gnus-summary-normal-ancient-face)
13563         (gnus-summary-high-undownloaded-face)
13564         (gnus-summary-low-undownloaded-face)
13565         (gnus-summary-normal-undownloaded-face)
13566         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13567         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13568         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13569         (gnus-splash-face):
13570         New backward-compatibility aliases for renamed faces.
13571         (gnus-group-startup-message): Use renamed gnus faces.
13572
13573         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
13574         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
13575         (gnus-server-agent): Remove "-face" suffix from face names.
13576         (gnus-server-agent-face, gnus-server-opened-face)
13577         (gnus-server-closed-face, gnus-server-denied-face)
13578         (gnus-server-offline-face):
13579         New backward-compatibility aliases for renamed faces.
13580         (gnus-server-agent-face, gnus-server-opened-face)
13581         (gnus-server-closed-face, gnus-server-denied-face)
13582         (gnus-server-offline-face): Use renamed gnus faces.
13583
13584         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
13585         Remove "-face" suffix from face names.
13586         (gnus-picon-xbm-face, gnus-picon-face):
13587         New backward-compatibility aliases for renamed faces.
13588
13589         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
13590         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
13591         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
13592         (gnus-cite-11): Remove "-face" suffix from face names.
13593         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
13594         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
13595         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
13596         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
13597         New backward-compatibility aliases for renamed faces.
13598         (gnus-cite-attribution-face, gnus-cite-face-list)
13599         (gnus-article-boring-faces): Use renamed gnus faces.
13600
13601         * gnus-art.el (gnus-signature, gnus-header-from)
13602         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
13603         (gnus-header-content): Remove "-face" suffix from face names.
13604         (gnus-signature-face, gnus-header-from-face)
13605         (gnus-header-subject-face, gnus-header-newsgroups-face)
13606         (gnus-header-name-face, gnus-header-content-face):
13607         New backward-compatibility aliases for renamed faces.
13608         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
13609
13610         * gnus-sum.el (gnus-summary-selected-face)
13611         (gnus-summary-highlight): Use renamed gnus faces.
13612         * gnus-group.el (gnus-group-highlight): Likewise.
13613
13614 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
13615
13616         * gnus-sieve.el (gnus-sieve-article-add-rule):
13617         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
13618         * spam-stat.el (spam-stat-buffer-change-to-spam)
13619         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
13620
13621         * message.el (message-is-yours-p):
13622         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
13623
13624 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13625
13626         * mm-view.el (mm-inline-text): Withdraw the last change.
13627
13628 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13629
13630         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
13631         executing enriched-decode.
13632
13633 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13634
13635         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
13636         charset of tar files.
13637
13638 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
13639
13640         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
13641
13642 2005-06-04  Lute Kamstra  <lute@gnu.org>
13643
13644         * nnfolder.el (nnfolder-read-folder): Make sure that undo
13645         information is never recorded.
13646
13647 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13648
13649         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
13650
13651 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13652
13653         * pop3.el (pop3-apop): Run md5 in the binary mode.
13654
13655         * starttls.el (starttls-set-process-query-on-exit-flag):
13656         Use eval-and-compile.
13657
13658 2005-05-31  Simon Josefsson  <jas@extundo.com>
13659
13660         * smime.el (smime-replace-in-string): Define.
13661         (smime-cert-by-ldap-1): Use it.
13662
13663 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13664
13665         * gnus-art.el (article-display-x-face): Replace
13666         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13667
13668         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
13669         set-process-query-on-exit-flag or process-kill-without-query.
13670
13671         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
13672         loop instead of replace-regexp.
13673
13674         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
13675         instead of process-kill-without-query if it is available.
13676
13677         * lpath.el: Fbind ldap-search-entries.
13678
13679         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
13680         instead of find-file-hooks if it is available.
13681
13682         * mml1991.el: Bind pgg-default-user-id when compiling.
13683
13684         * mml2015.el: Bind pgg-default-user-id when compiling.
13685
13686         * nndraft.el (nndraft-request-associate-buffer):
13687         Use write-contents-functions instead of write-contents-hooks if it is
13688         available.
13689
13690         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
13691         instead of find-file-hooks if it is available.
13692
13693         * nntp.el (nntp-open-connection): Replace
13694         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13695         (nntp-open-ssl-stream): Ditto.
13696         (nntp-open-tls-stream): Ditto.
13697
13698         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
13699         set-process-query-on-exit-flag or process-kill-without-query.
13700         (starttls-open-stream-gnutls): Use it instead of
13701         process-kill-without-query.
13702         (starttls-open-stream): Ditto.
13703
13704 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
13705
13706         * smime.el (smime-cert-by-ldap-1): Don't use
13707         replace-regexp-in-string.
13708
13709 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
13710
13711         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
13712
13713         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
13714         in PEM format.  Adjust to the XEmacs compability.
13715
13716 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
13717
13718         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
13719         by `string-to-number'.
13720         * gnus-agent.el (gnus-agent-regenerate-group)
13721         (gnus-agent-fetch-articles): Ditto.
13722         * gnus-art.el (gnus-button-fetch-group): Ditto.
13723         * gnus-cache.el (gnus-cache-generate-active)
13724         (gnus-cache-articles-in-group): Ditto.
13725         * gnus-group.el (gnus-group-set-current-level)
13726         (gnus-group-insert-group-line): Ditto.
13727         * gnus-score.el (gnus-score-set-expunge-below)
13728         (gnus-score-set-mark-below, gnus-summary-score-effect)
13729         (gnus-summary-score-entry): Ditto.
13730         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
13731         (gnus-soup-pack): Ditto.
13732         * gnus-spec.el (gnus-xmas-format): Ditto.
13733         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
13734         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
13735         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
13736         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
13737         * nndb.el (nndb-get-remote-expire-response): Ditto.
13738         * nndiary.el (nndiary-parse-schedule-value)
13739         (nndiary-string-to-number, nndiary-request-replace-article)
13740         (nndiary-request-article): Ditto.
13741         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
13742         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
13743         * nneething.el (nneething-make-head): Ditto.
13744         * nnfolder.el (nnfolder-request-article)
13745         (nnfolder-retrieve-headers): Ditto.
13746         * nnheader.el (nnheader-file-to-number): Ditto.
13747         * nnkiboze.el (nnkiboze-request-article): Ditto.
13748         * nnmail.el (nnmail-process-unix-mail-format)
13749         (nnmail-process-babyl-mail-format): Ditto.
13750         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
13751         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
13752         (nnmh-request-create-group, nnmh-request-list-1)
13753         (nnmh-request-group, nnmh-request-article): Ditto.
13754         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
13755         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
13756         * nnsoup.el (nnsoup-make-active): Ditto.
13757         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
13758         * nntp.el (nntp-find-group-and-number)
13759         (nntp-retrieve-headers-with-xover): Ditto.
13760         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
13761         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
13762         (pgg-format-key-identifier): Ditto.
13763         * pop3.el (pop3-last, pop3-stat): Ditto.
13764         * qp.el (quoted-printable-decode-region): Ditto.
13765
13766         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
13767         of concat.
13768
13769 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13770
13771         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
13772
13773         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
13774
13775         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
13776
13777         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
13778
13779         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
13780
13781         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
13782
13783         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
13784         (gnus-carpal-mode): Ditto.
13785
13786         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
13787         (gnus-browse-mode): Ditto.
13788
13789         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
13790
13791         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
13792
13793 2005-05-29  Richard M. Stallman  <rms@gnu.org>
13794
13795         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
13796
13797 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13798
13799         * gnus-util.el (gnus-run-mode-hooks): New function.
13800
13801         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
13802
13803         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
13804         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
13805
13806 2005-05-27  Lute Kamstra  <lute@gnu.org>
13807
13808         * dns-mode.el (dns-mode): Specify customization group.
13809
13810 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
13811
13812         * gnus-agent.el (gnus-agent-make-mode-line-string):
13813         Use mode-line-highlight as mouse-face.
13814
13815 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13816
13817         * canlock.el (canlock): Change the parent group to news.
13818
13819         * deuglify.el (gnus-outlook-deuglify): Add :group.
13820
13821         * dig.el (dig): Add :group.
13822
13823         * dns-mode.el (dns-mode): Add :group.
13824
13825         * encrypt.el (encrypt): Add :group.
13826
13827         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
13828         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
13829         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
13830         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
13831         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
13832
13833         * gnus-diary.el (gnus-diary): Add :group.
13834
13835         * gnus.el (gnus-group-news-1-face): Add :group.
13836         (gnus-group-news-1-empty-face): Ditto.
13837         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
13838         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
13839         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
13840         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
13841         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
13842         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
13843         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
13844         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
13845         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
13846         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
13847         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
13848         (gnus-summary-high-ticked-face): Ditto.
13849         (gnus-summary-low-ticked-face): Ditto.
13850         (gnus-summary-normal-ticked-face): Ditto.
13851         (gnus-summary-high-ancient-face): Ditto.
13852         (gnus-summary-low-ancient-face): Ditto.
13853         (gnus-summary-normal-ancient-face): Ditto.
13854         (gnus-summary-high-undownloaded-face): Ditto.
13855         (gnus-summary-low-undownloaded-face): Ditto.
13856         (gnus-summary-normal-undownloaded-face): Ditto.
13857         (gnus-summary-high-unread-face): Ditto.
13858         (gnus-summary-low-unread-face): Ditto.
13859         (gnus-summary-normal-unread-face): Ditto.
13860         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
13861         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
13862
13863         * hashcash.el (hashcash): New custom group.
13864         (hashcash-default-payment): Add :group.
13865         (hashcash-payment-alist): Ditto.
13866         (hashcash-default-accept-payment): Ditto.
13867         (hashcash-accept-resources): Ditto.
13868         (hashcash-path): Ditto.
13869         (hashcash-extra-generate-parameters): Ditto.
13870         (hashcash-double-spend-database): Ditto.
13871         (hashcash-in-news): Ditto.
13872
13873         * message.el (message-minibuffer-local-map): Add :group.
13874
13875         * netrc.el (netrc): Add :group.
13876
13877         * sieve-manage.el (sieve-manage-log): Add :group.
13878         (sieve-manage-default-user): Diito.
13879         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
13880         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
13881         (sieve-manage-authenticators): Ditto.
13882         (sieve-manage-authenticator-alist): Ditto.
13883         (sieve-manage-default-port): Ditto.
13884
13885         * sieve-mode.el (sieve-control-commands-face): Add :group.
13886         (sieve-action-commands-face): Ditto.
13887         (sieve-test-commands-face): Ditto.
13888         (sieve-tagged-arguments-face): Ditto.
13889
13890         * smime.el (smime): Add :group.
13891
13892         * spam-report.el (spam-report): Add :group.
13893
13894         * spam.el (spam, spam-face): Add :group.
13895
13896 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13897
13898         * nntp.el (nntp-next-result-arrived-p): Some news servers may
13899         return \n.\n.\n at the end of articles.  Protect against that.
13900         (nntp-with-open-group): Allow debugging.
13901
13902         * nnheader.el (mail-header-set-extra): Make into a function
13903         because I just could't understand how to quote the list properly.
13904
13905         * dns.el (query-dns-cached): New function.
13906
13907 2005-05-26  Lute Kamstra  <lute@gnu.org>
13908
13909         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
13910
13911 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13912
13913         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
13914
13915         * gnus-art.el: Don't autoload mail-extract-address-components.
13916
13917         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
13918         eval-and-compile to evaluate it.
13919
13920         * hashcash.el: Don't autoload executable-find.
13921
13922         * nndb.el: Don't declare the nndb back end two or more times; don't
13923         autoload news-reply-mode, news-setup, cancel-timer and telnet.
13924
13925         * nntp.el: Autoload format-spec instead of format; use
13926         eval-and-compile to evaluate autoload forms.
13927
13928 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
13929
13930         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
13931
13932 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13933
13934         * gnus.el (gnus-version-number): Bump version.
13935
13936 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13937
13938         * gnus.el: No Gnus v0.3 is released.
13939
13940 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13941
13942         * lpath.el (featurep): Bind show-nonbreak-escape.
13943
13944 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13945
13946         * gnus-art.el (gnus-article-edit-part): Disable undo.
13947
13948 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13949
13950         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
13951         gnus-article-date-lapsed-new-header is t if date timer is active;
13952         skip headers in which the original date value is empty.
13953         (gnus-article-save-original-date): Redefine it as a macro.
13954         (gnus-display-mime): Use it.
13955
13956 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13957
13958         * gnus-art.el (article-date-ut): Support converting date in
13959         forwarded parts as well.
13960         (gnus-article-save-original-date): New function.
13961         (gnus-display-mime): Use it.
13962
13963 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
13964
13965         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
13966         enclosure element of <item>.
13967
13968 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
13969
13970         * message.el (message-kill-buffer-query): Renamed from
13971         `message-kill-buffer-query-if-modified'.  Added :version.
13972
13973 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13974
13975         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
13976         window layout.
13977
13978 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13979
13980         * mml.el: Autoload dnd when compiling.
13981
13982 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13983
13984         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
13985         x-dnd-*.
13986
13987 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13988
13989         * qp.el (quoted-printable-encode-region): Save excursion.
13990
13991 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
13992
13993         * message.el (message-kill-buffer-query-if-modified): Add new variable
13994         so the user can kill a modified message buffer quickly.
13995         (message-kill-buffer): Use it.
13996
13997 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13998
13999         * lpath.el: Fbind display-time-event-handler; don't fbind
14000         string-to-multibyte.
14001
14002         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
14003
14004 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14005
14006         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
14007         contained in text because xml.el decodes entities) with LFs.
14008
14009 2005-04-11  Lute Kamstra  <lute@gnu.org>
14010
14011         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
14012         differently.
14013
14014 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14015
14016         * mm-util.el (mm-detect-coding-region): Typo.
14017
14018 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14019
14020         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
14021
14022 2005-04-06  Deepak Goel  <deego@gnufans.org>
14023
14024         * spam-stat.el (spam-stat-score-buffer): Add a call to a
14025         user-function allow user modifications of the scores.
14026         (spam-stat-score-buffer-user): New function, to allow
14027         user-computed modifications to the score.
14028         (spam-stat-score-buffer-user-functions): List of additional
14029         scoring functions.
14030         (spam-stat-error-holder): Global temporary error holder.
14031         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
14032         variable.
14033
14034 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
14035
14036         * gnus-registry.el (gnus-registry-clean-empty-function)
14037         (gnus-registry-trim, gnus-registry-fetch-groups)
14038         (gnus-registry-delete-group): Groups that match
14039         `gnus-registry-ignored-groups' are removed from the registry
14040         entries, not just ignored for splitting.  This helps clean up the
14041         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
14042         to get all the groups a message ID is in.
14043
14044         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
14045         (spam-stat-split-fancy): Change "threshhold" to "threshold".
14046         (spam-stat-score-buffer-user-functions): Add :number custom type.
14047
14048 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14049
14050         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
14051         argument in XEmacs.
14052
14053         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
14054         (nnrss-request-group): Decode group name first.
14055         (nnrss-request-article): Make a text/plain article if mml-to-mime
14056         failed.
14057         (nnrss-get-encoding): Return a compatible encoding according to
14058         nnrss-compatible-encoding-alist.
14059         (nnrss-find-el): Use consp instead of listp.
14060         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
14061
14062 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14063
14064         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
14065         which Emacs 20 doesn't support.
14066         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
14067
14068 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14069
14070         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
14071         silence the byte compiler inside the defun.
14072
14073         * gnus-demon.el (parse-time-string): Add autoload.
14074
14075         * gnus-delay.el (parse-time-string): Add autoload.
14076
14077         * gnus-art.el (parse-time-string): Add autoload.
14078
14079         * nnultimate.el (parse-time): Require for `parse-time-string'.
14080
14081 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14082
14083         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
14084
14085         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
14086
14087         * smime.el (smime-ldap-host-list): Add :version.
14088
14089 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14090
14091         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
14092         pass it to `gnus-browse-read-group'.
14093         (gnus-browse-read-group): Add NUMBER argument and pass it to
14094         `gnus-group-read-ephemeral-group'.
14095
14096         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
14097         argument and pass it to `gnus-group-read-group'.
14098
14099 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
14100
14101         * mm-util.el (mm-xemacs-find-mime-charset): Only call
14102         mm-xemacs-find-mime-charset-1 if we have the mule feature
14103         available at runtime.
14104
14105 2005-03-25  Werner Lemberg  <wl@gnu.org>
14106
14107         * nnmaildir.el: Replace `illegal' with `invalid'.
14108
14109 2005-03-23  Lute Kamstra  <lute@gnu.org>
14110
14111         * time-date.el: Add comment on time value formats.
14112         Don't require parse-time.
14113         (with-decoded-time-value): New macro.
14114         (encode-time-value): New function.
14115         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
14116         (days-to-time): Return a valid time value when arg is huge.
14117         (time-since): Use time-subtract.
14118         (time-to-number-of-days): Use time-to-seconds.
14119
14120 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14121
14122         * gnus-start.el (gnus-display-time-event-handler):
14123         Check display-time-timer at runtime rather than only at load time
14124         in case display-time-mode is turned off in the mean time.
14125
14126 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14127
14128         * nnimap.el (nnimap-open-connection): Print which authinfo file is
14129         used.
14130
14131         * nneething.el (nneething-map-file-directory): Derive from
14132         `gnus-directory'.
14133
14134         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
14135         the To/Cc button.
14136
14137 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14138
14139         * nnmaildir.el (nnmaildir-request-accept-article):
14140         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
14141
14142 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14143
14144         * gnus-async.el: Require timer-funcs at compile time when in
14145         XEmacs for `run-with-idle-timer'.
14146
14147 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14148
14149         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
14150         autoloaded function.
14151
14152 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14153
14154         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
14155
14156 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
14157
14158         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
14159
14160 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14161
14162         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
14163         gnus-expert-user to default.
14164
14165 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
14166
14167         * nnimap.el (nnimap-open-server): Ditto.
14168
14169         * imap.el (imap-authenticate): Fix typo.
14170
14171 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
14172
14173         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
14174         buffer (since IMAP server might return FETCH response out of
14175         order, and the nntp buffer must be sorted).
14176
14177 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
14178
14179         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
14180         comparison on string.
14181
14182         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
14183         (gnus-agent-score): Renamed category keywords to match gnus-cus.
14184         (gnus-agent-summary-fetch-series): Modified to protect against
14185         gnus-agent-summary-fetch-group clearing processable flags.
14186         (gnus-agent-synchronize-group-flags): Update live group buffer as
14187         synchronization may occur due to the user toggle the plugged
14188         status.
14189         (gnus-agent-fetch-group-1): Clear downloadable flag when article
14190         successfully downloaded.
14191         (gnus-agent-expire-group-1): Avoid using markers when the overview
14192         is in ascending order; greatly improves performance.
14193         (gnus-agent-regenerate-group): Use
14194         gnus-agent-synchronize-group-flags to reset read status in both
14195         gnus and server.
14196         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
14197
14198 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14199
14200         * message.el: Don't autoload former message-utils variables.
14201         (message-strip-subject-trailing-was): Change doc string.
14202
14203         * nnweb.el: Fixes for `gnus-group-make-web-group'.
14204         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
14205         (nnweb-google-search): Add "hl=en" here.
14206         (nnweb-google-parse-1, nnweb-google-create-mapping):
14207         Don't hardcode URL.
14208
14209 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14210
14211         * message.el (message-get-reply-headers, message-followup):
14212         Mention related variables `message-use-followup-to' and
14213         `message-use-mail-followup-to', in the information buffer.
14214
14215         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
14216         of broken groups(-beta).google.com.
14217
14218 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14219
14220         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
14221         parameter to invoked gnus-request-move-article; remove the
14222         redundant gnus-sum-hint-move-is-internal variable; apply the marks
14223         all at once instead of once per article.
14224         (gnus-summary-remove-process-mark): Accept a list of articles as
14225         well as a single article for processing.
14226
14227         * gnus-int.el (gnus-request-move-article): Add move-is-internal
14228         parameter.
14229
14230         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
14231
14232         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
14233
14234         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
14235         parameter.
14236
14237         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
14238         parameter.
14239
14240         * nnimap.el (nnimap-request-move-article): Add move-is-internal
14241         parameter and remove the gnus-sum-hint-move-is-internal variable.
14242
14243         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
14244         parameter.
14245
14246         * nndraft.el (nndraft-request-move-article): Add move-is-internal
14247         parameter.
14248
14249         * nndiary.el (nndiary-request-move-article): Add move-is-internal
14250         parameter.
14251
14252         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
14253
14254         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
14255         parameter.
14256
14257         * nnagent.el (nnagent-request-move-article): Add move-is-internal
14258         parameter.
14259
14260 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14261
14262         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
14263         a more conservative way.
14264
14265 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14266
14267         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
14268         buffer, so it moves the window's cursor.
14269
14270 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
14271
14272         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
14273         `mm-dissect-multipart' and receive the from field as an (optional)
14274         argument from `mm-dissect-multipart'.
14275         (mm-dissect-multipart): Receive the from field as an argument and
14276         pass it on when we call `mm-dissect-buffer' on MIME parts.
14277         Fixes verification/decryption of signed/encrypted MIME parts.
14278
14279 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
14280
14281         * gnus-sum.el (gnus-summary-move-article): Set
14282         gnus-sum-hint-move-is-internal for gnus-request-move-article and
14283         whatever it calls (right now, only nnimap-request-move article
14284         respects it).
14285
14286         * nnimap.el (nnimap-request-move-article): When
14287         gnus-sum-hint-move-is-internal is set, don't do the extra
14288         nnimap-request-article.
14289
14290 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14291
14292         * nnheader.el (nnheader-find-file-noselect): Add doc string.
14293
14294         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
14295         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
14296
14297         * gnus-sum.el (gnus-summary-caesar-message):
14298         Apply `gnus-treat-article' after rotation.
14299
14300         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
14301         doc string.
14302
14303 2005-02-22  Simon Josefsson  <jas@extundo.com>
14304
14305         * encrypt.el (encrypt-password-cache-expiry): Remove (use
14306         `password-cache-expiry' instead).  Reported by Arne Jørgensen
14307         <arne@arnested.dk>.
14308         (encrypt): Add password-cache and password-cache-expiry as group
14309         members.
14310
14311 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
14312
14313         * smime.el (smime-ldap-host-list): Doc fix.
14314         (smime-ask-passphrase): Use `password-read-and-add' to read (and
14315         cache) password.
14316         (smime-sign-region): Use it.
14317         (smime-decrypt-region): Use it.
14318         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
14319         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
14320         fails.
14321         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
14322         certificate from DER to PEM format rather than calling openssl.
14323
14324         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
14325
14326         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
14327         for signing/encryption.
14328
14329         * mml.el (mml-parse-1): Use them.
14330
14331 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
14332
14333         * nnrss.el (nnrss-verbose): Removed.
14334         (nnrss-request-group): Use `nnheader-message' instead.
14335
14336 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
14337
14338         * nnrss.el (nnrss-verbose): New variable.
14339         (nnrss-request-group): Make it say nnrss is requesting a group.
14340
14341 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14342
14343         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
14344         Handle news URL with given port correctly.
14345
14346 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14347
14348         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
14349         containing special characters.
14350
14351         * gnus-sum.el (gnus-summary-edit-article): Ditto.
14352
14353         * mml.el (mime-to-mml): Ditto.
14354
14355         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
14356         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
14357         (rfc2047-decode-region): Quote decoded words containing special
14358         characters when rfc2047-quote-decoded-words-containing-tspecials
14359         is non-nil.
14360
14361 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
14362
14363         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
14364
14365         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
14366
14367 2005-02-15  Simon Josefsson  <jas@extundo.com>
14368
14369         * nnimap.el (nnimap-debug): Doc fix.
14370
14371         * imap.el (imap-debug): Doc fix.
14372
14373 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14374
14375         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
14376
14377 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
14378
14379         * gnus.el (spam-contents): Improve docs for spam-contents
14380         parameter in its variable incarnation.
14381
14382 2005-02-14  Simon Josefsson  <jas@extundo.com>
14383
14384         * smime-ldap.el: Use require instead of load-library for ldap.
14385         (smime-ldap-search): Indent.
14386         (smime-ldap-search-internal): Shorten line.
14387
14388         * smime.el (smime-cert-by-dns): Add doc-string.
14389         (smime-cert-by-ldap-1): Indent.
14390
14391         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
14392         mml-smime-get-dns-ldap.
14393         (mml-smime-encrypt-query): Use new function.  Default to ldap.
14394
14395 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
14396
14397         * smime.el: Require smime-ldap.
14398         (smime-ldap-host-list): New variable.
14399         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
14400
14401         * mml-smime.el (mml-smime-encrypt-query): New function.
14402         (mml-smime-encrypt-query): Use it.
14403
14404         * smime-ldap.el: New file.
14405
14406 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14407
14408         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
14409
14410 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14411
14412         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
14413         argument in doc string.  Make query for type more clear.
14414
14415 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14416
14417         * gnus.el (gnus-group-startup-message): Search for gnus images in
14418         etc/images/gnus.
14419         * mm-util.el (mm-image-load-path): Likewise.
14420         * smiley.el (smiley-data-directory): Search for smilies in
14421         etc/images/smilies.
14422
14423 2005-02-09  Kim F. Storm  <storm@cua.dk>
14424
14425         Change Emacs release version from 21.4 to 22.1 throughout.
14426         Change Emacs development version from 21.3.50 to 22.0.50.
14427
14428 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14429
14430         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
14431
14432         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
14433         non-Mule XEmacs as well.
14434         (mm-decompress-buffer): Signal an error intentionally if it does
14435         not decompress compressed data because auto-compression-mode is
14436         disabled.
14437
14438 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
14439
14440         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
14441         an ID in the registry even if it has no groups.
14442
14443 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14444
14445         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
14446         merge it into mm-decompress-buffer.
14447         (gnus-mime-copy-part): Use the MIME part charset, the value which
14448         a user specified or gnus-newsgroup-charset for decoding, like
14449         gnus-mime-inline-part does; set buffer-file-coding-system to tell
14450         save-buffer what was used.  Suggested by Kevin Ryde
14451         <user42@zip.com.au>.
14452         (gnus-mime-inline-part): Allow the name parameter as well as the
14453         filename parameter; force decompressing of compressed data; always
14454         display contents being not decoded as unibyte.
14455
14456         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
14457         as well as the filename parameter.
14458
14459         * mm-util.el (mm-decompress-buffer): Merge
14460         gnus-mime-jka-compr-maybe-uncompress.
14461         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
14462         of compressed data.
14463
14464 2005-02-08  Simon Josefsson  <jas@extundo.com>
14465
14466         * imap.el (imap-log): Doc fix.
14467
14468 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14469
14470         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
14471         the coding cookies; decompress compressed parts.
14472
14473         * mml.el (mml-generate-mime-1): Add the charset parameter according
14474         to the value which a user specified manually or the coding cookie.
14475
14476         * mm-util.el (mm-string-to-multibyte): New function.
14477         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
14478         (mm-coding-system-to-mime-charset): New function.
14479         (mm-decompress-buffer): New function.
14480         (mm-find-buffer-file-coding-system): New function.
14481
14482         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
14483         (mm-display-inline-fontify): Rewrite for decoding and decompressing
14484         parts.
14485
14486 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14487
14488         * mm-view.el (mm-display-inline-fontify): Decode a part according
14489         to the charset parameter.
14490
14491 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14492
14493         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
14494         prefix arg is neither nil nor a number, as info specifies.
14495
14496 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14497
14498         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
14499         timestamps.
14500
14501 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
14502
14503         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
14504         groups error checking and notify user.
14505
14506 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
14507
14508         * message.el (message-send-mail-function): Check existence of
14509         sendmail-program first before using default value
14510         `message-send-mail-with-sendmail'.  Otherwise use more generic
14511         `smtpmail-send-it'.
14512
14513 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14514
14515         * nntp.el (nntp-request-update-info): Always return nil.
14516
14517 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14518
14519         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
14520
14521 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14522
14523         * message.el (message-beginning-of-line): Change the behavior when
14524         invoked between BOL and : so that it first moves backward.
14525
14526 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14527
14528         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
14529         article buffer when editing of the article is discarded.
14530         (gnus-article-prepare): Revert.
14531
14532 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14533
14534         * gnus-art.el (gnus-article-prepare):
14535         Remove message-strip-forbidden-properties from the local hook.
14536
14537 2005-01-27  Simon Josefsson  <jas@extundo.com>
14538
14539         * password.el (password-cache-add): Only start one timer per key.
14540         Reported by Derek Atkins <warlord@MIT.EDU>.
14541
14542 2005-01-26  Steve Youngs  <steve@sxemacs.org>
14543
14544         * run-at-time.el: Removed.  It is no longer needed as
14545         timer-funcs.el in the xemacs-base package has a working version of
14546         `run-at-time'.
14547
14548         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
14549
14550         * password.el: Require timer-funcs instead of run-at-time in
14551         XEmacs.
14552         Remove `password-run-at-time' macro.
14553         (password-cache-add): Use `run-at-time' instead of
14554         `password-run-at-time'.
14555
14556         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
14557         Remove `nnheader-cancel-function-timers' alias,
14558         `cancel-function-timers' exists in XEmacs in timer-funcs.
14559
14560         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
14561         for `run-with-idle-timer'.
14562
14563         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
14564         for `run-at-time'.
14565
14566         * mm-url.el: Require timer-funcs at compile time when in XEmacs
14567         for `with-timeout'.
14568
14569         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
14570         the same as for XEmacs 21.4.
14571         No need to ignore `run-with-idle-timer', this function exists in
14572         XEmacs now in timer-funcs.el in the xemacs-base package.
14573         (dgnushack-compile): No need to delete
14574         run-at-time.el from the list of files to compile because it
14575         doesn't exist anymore.
14576
14577 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14578
14579         * mml.el (mml-generate-mime-1): Convert string into unibyte when
14580         inserting " *mml*" buffer's contents into a unibyte temp buffer.
14581
14582 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
14583
14584         * mail-source.el (mail-source-fetch-imap): Search for ^From case
14585         sensitively.
14586
14587 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
14588
14589         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
14590
14591 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14592
14593         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
14594         which will be inserted according to the multibyteness of a buffer
14595         rather than the type of contents.  Suggested by ARISAWA Akihiro
14596         <ari@mbf.ocn.ne.jp>.
14597
14598         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
14599         of string which old xml.el may return rather than a string.
14600
14601 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14602
14603         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
14604
14605 2005-01-16  Simon Josefsson  <jas@extundo.com>
14606
14607         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
14608         idn/idna.el isn't available.
14609         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
14610         <michael@waxrat.com>.
14611
14612         * hashcash.el: Remove non-FSF copyright header.
14613
14614         * hashcash.el (hashcash-extra-generate-parameters): New variable.
14615         (hashcash-generate-payment): Use it.
14616         (hashcash-generate-payment-async): Use it.
14617
14618 2005-01-15  Simon Josefsson  <jas@extundo.com>
14619
14620         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
14621         Suggested by Raymond Scholz <ray-2005@zonix.de>.
14622
14623         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
14624         gnus-summary-idna-message.
14625         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
14626         (gnus-summary-idna-message): New function.
14627
14628 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14629
14630         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
14631         gnus-novice-user.
14632
14633 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14634
14635         * nnrss.el (nnrss-request-delete-group): Delete entries in
14636         nnrss-group-alist as well.
14637         (nnrss-save-server-data): Insert newline.
14638
14639 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
14640
14641         * gnus.el (gnus-user-agent): Use list of symbols instead of
14642         symbols.  Display full version number for (S)XEmacs.  Optionally
14643         display (S)XEmacs codename.
14644
14645         * gnus-util.el (gnus-emacs-version): Update for new
14646         `gnus-user-agent'.
14647
14648         * gnus-msg.el (gnus-extended-version): Make it possible to omit
14649         Gnus version.
14650
14651 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14652
14653         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
14654         which is unreadable in some setups.
14655
14656 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14657
14658         * gnus-spec.el (gnus-update-format-specifications): Flush the
14659         group format spec cache if it doesn't support decoded group names.
14660
14661 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14662
14663         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
14664         Allow to apply decay on score files matching a regexp.
14665
14666 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14667
14668         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
14669         compatibility in %g and %c.
14670
14671 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14672
14673         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
14674         name for only %g and %c.
14675         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
14676         of gnus-tmp-group to decoded group name.
14677         (gnus-group-make-rss-group): Exclude `/'s from group names.
14678
14679 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14680
14681         * nnrss.el (nnrss-get-encoding): Fix regexp.
14682
14683 2004-12-27  Simon Josefsson  <jas@extundo.com>
14684
14685         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
14686         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
14687         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
14688
14689 2004-12-17  Kim F. Storm  <storm@cua.dk>
14690
14691         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
14692
14693         * gnus-sum.el (gnus-summary-mode-map): Likewise.
14694
14695 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14696
14697         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
14698
14699 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14700
14701         * nnrss.el: Require rfc2047 and mml.
14702         (nnrss-file-coding-system): New variable.
14703         (nnrss-format-string): Redefine it as an inline function.
14704         (nnrss-decode-group-name): New function.
14705         (nnrss-string-as-multibyte): Remove.
14706         (nnrss-retrieve-headers): Decode group name; don't use
14707         nnrss-format-string.
14708         (nnrss-request-group): Decode group name.
14709         (nnrss-request-article): Decode group name; allow a Message-ID as
14710         well as an article number; don't use nnrss-format-string; encode a
14711         Message-ID string which may contain non-ASCII characters; use
14712         mml-to-mime to compose a MIME article.
14713         (nnrss-request-expire-articles): Decode group name.
14714         (nnrss-request-delete-group): Decode group name.
14715         (nnrss-fetch): Clarify error message.
14716         (nnrss-read-server-data): Use insert-file-contents instead of load;
14717         bind file-name-coding-system; use multibyte buffer.
14718         (nnrss-save-server-data): Bind coding-system-for-write to the
14719         value of nnrss-file-coding-system; bind file-name-coding-system;
14720         add coding cookie.
14721         (nnrss-read-group-data): Use insert-file-contents instead of load;
14722         bind file-name-coding-system; use multibyte buffer.
14723         (nnrss-save-group-data): Bind coding-system-for-write to the
14724         value of nnrss-file-coding-system; bind file-name-coding-system.
14725         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
14726         make it work with non-ASCII text.
14727         (nnrss-find-el): Make it work with old xml.el as well.
14728
14729 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14730
14731         * nnrss.el (nnrss-get-encoding): New function.
14732         (nnrss-fetch): Use unibyte buffer initially; bind
14733         coding-system-for-read while performing mm-url-insert; remove ^Ms;
14734         decode contents according to the encoding attribute.
14735         (nnrss-save-group-data): Add coding cookie.
14736         (nnrss-mime-encode-string): New function.
14737         (nnrss-check-group): Use it to encode subject and author.
14738
14739 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
14740
14741         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
14742         imaginary variable.
14743
14744 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14745
14746         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
14747         correctly even if there are wide characters.
14748
14749 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14750
14751         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
14752         downcased symbol names; make a new cache instead of reusing
14753         bbdb-hashtable.
14754
14755 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14756
14757         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14758         concatenating segments rather than before concatenating them.
14759         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14760
14761         * message.el (message-get-reply-headers): Bind `extra'.
14762
14763 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14764
14765         * message.el (message-extra-wide-headers): New variable.
14766         (message-get-reply-headers): Use it.
14767
14768 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14769
14770         * gnus-agent.el (gnus-agent-group-path): Decode group name.
14771         (gnus-agent-group-pathname): Ditto.
14772
14773         * gnus-cache.el (gnus-cache-file-name): Decode group name.
14774
14775         * gnus-group.el (gnus-group-make-group): Decode group name.
14776         (gnus-group-make-rss-group): Register the group data after opening
14777         the nnrss group.
14778
14779 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
14780
14781         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
14782         by expiry now get marked as read.
14783
14784 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14785
14786         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
14787
14788 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
14789
14790         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
14791         unify Latin characters in XEmacs.
14792         (mm-find-mime-charset-region): Use it.
14793
14794 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14795
14796         * gnus-util.el (gnus-delete-directory): New function.
14797
14798         * gnus-agent.el (gnus-agent-delete-group): Use it.
14799
14800         * gnus-cache.el (gnus-cache-delete-group): Use it.
14801
14802 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14803
14804         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
14805         names.
14806
14807 2004-12-16  Simon Josefsson  <jas@extundo.com>
14808
14809         * hashcash.el (hashcash-payment-alist): Fix custom :type.
14810
14811 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14812
14813         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
14814
14815         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
14816         (gnus-group-set-current-level): Decode group name.
14817
14818 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
14819
14820         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
14821         failed.
14822
14823 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14824
14825         * gnus-group.el (gnus-group-delete-group): Decode group name.
14826         (gnus-group-make-rss-group): Encode group name.
14827         (gnus-group-catchup-current): Decode group name.
14828         (gnus-group-kill-group): Decode group name.
14829
14830 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14831
14832         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
14833
14834 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14835
14836         * gnus-group.el (gnus-group-make-rss-group):
14837         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
14838
14839         * gnus-start.el (gnus-setup-news): Honor user's setting to
14840         gnus-message-archive-method.  Suggested by Lute Kamstra
14841         <lute@gnu.org>.
14842
14843 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
14844
14845         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
14846         global counterparts of the buffer-local variables.
14847
14848 2004-11-16  Romain Francoise  <romain@orebokech.com>
14849
14850         * gnus-sum.el (gnus-summary-exit): Don't clear the global
14851         counterparts of the buffer-local variables.
14852
14853 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14854
14855         * message.el (message-forbidden-properties): Fixed typo in doc
14856         string.
14857
14858 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14859
14860         * gnus-util.el (gnus-replace-in-string): Added doc string.
14861
14862         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
14863         to avoid problems when splitting mails with many recipients.
14864
14865 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14866
14867         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
14868         pop-to-buffer, covered by the subsequent gnus-configure-windows.
14869
14870 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
14871
14872         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
14873         if there is no hashtable in memory or file modification time is
14874         newer than cached timestamp.
14875
14876 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14877
14878         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
14879         not-matching option.
14880
14881 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
14882
14883         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
14884         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
14885         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14886         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
14887         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
14888         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
14889
14890 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14891
14892         * message.el (message-forward-make-body-mml): Remove headers
14893         according to message-forward-ignored-headers if a message is decoded.
14894
14895 2004-12-02  Romain Francoise  <romain@orebokech.com>
14896
14897         * message.el (message-forward-make-body-plain): Always remove
14898         headers according to message-forward-ignored-headers.
14899
14900 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
14901
14902         * spam.el (spam-summary-prepare-exit): Remove the
14903         gnus-summary-limit pop for now, it has problems with ham marks for
14904         me.
14905
14906 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
14907
14908         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
14909         correctly.
14910
14911 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
14912
14913         * format-spec.el (format-spec): Message the char.
14914
14915 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
14916
14917         * gnus-art.el (gnus-split-methods): Reformat comments.
14918
14919         * spam.el (spam-summary-prepare-exit): Remove article limits
14920         before exiting the summary buffer.
14921
14922 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14923
14924         * lpath.el: Remove bbdb-create-internal, bbdb-records,
14925         spam-BBDB-register-routine and spam-enter-ham-BBDB.
14926
14927         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
14928         order to silence the byte compiler.
14929
14930         * spam.el: Fix the way to silence the byte compiler, which
14931         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
14932         bbdb-search-simple, spam-BBDB-register-routine,
14933         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
14934         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
14935         spam-stat-buffer-is-spam, spam-stat-load,
14936         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
14937         spam-stat-save and spam-stat-split-fancy.
14938
14939 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14940
14941         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
14942         which may confuse users.
14943         (canlock-password-for-verify): Ditto.
14944
14945         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
14946
14947         * gnus-art.el (gnus-emphasis-alist): Ditto.
14948
14949         * gnus-registry.el (gnus-registry-max-entries): Ditto.
14950
14951         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
14952
14953         * gnus-start.el (gnus-save-killed-list): Ditto.
14954
14955         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
14956         (gnus-sum-thread-tree-root): Ditto.
14957         (gnus-sum-thread-tree-false-root): Ditto.
14958         (gnus-sum-thread-tree-single-indent): Ditto.
14959
14960         * message.el (message-courtesy-message): Ditto.
14961         (message-archive-note): Ditto.
14962         (message-subscribed-address-file): Ditto.
14963         (message-user-fqdn): Ditto.
14964
14965         * spam-report.el (spam-report-gmane-regex): Ditto.
14966
14967         * spam.el (spam-blackhole-good-server-regex): Ditto.
14968
14969 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14970
14971         * mml.el (mml-preview): Widen the message buffer before copying
14972         the contents to the preview buffer; sort headers before previewing.
14973
14974         * message.el (message-hidden-headers): Fix the way to avoid a bug
14975         in the `repeat' widget in Emacs 21.3 or earlier.
14976
14977 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14978
14979         * message.el (message-hidden-headers): Default to "^References:".
14980         Improve customization type.  Suggested by Reiner Steib
14981         <Reiner.Steib@gmx.de>.
14982
14983 2004-11-25  Romain Francoise  <romain@orebokech.com>
14984
14985         * message.el (message-strip-forbidden-properties): Remove check for
14986         obsolete `message-hidden' text property, hidden headers are not
14987         accessible in the buffer anymore.
14988
14989 2004-11-22  Romain Francoise  <romain@orebokech.com>
14990
14991         * message.el (message-header-format-alist): Add `From' in list
14992         so that it can be sorted.
14993         (message-fix-before-sending): Widen and sort headers before
14994         sending.
14995         (message-hide-headers): Use narrowing to hide headers by moving
14996         them to the top of the buffer and narrowing to the region
14997         underneath.
14998
14999 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15000
15001         * message.el (message-strip-forbidden-properties): Bind
15002         buffer-read-only (etc) to nil.
15003
15004 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15005
15006         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
15007         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15008
15009 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
15010
15011         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
15012
15013 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15014
15015         * dns.el (query-dns): Use sit-for to time instead of
15016         accept-process-output, since that doesn't seem to work on udp
15017         sockets.
15018
15019 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15020
15021         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
15022
15023 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
15024
15025         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
15026         doc string.  Improve doc string.
15027
15028 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15029
15030         * nntp.el (nntp-request-update-info): Return nil if
15031         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
15032         may not call gnus-activate-group which uselessly issues the GROUP
15033         commands for all nntp groups and wastes time.  Reported by Romain
15034         Francoise <romain@orebokech.com>.
15035
15036         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
15037
15038 2004-11-15  Simon Josefsson  <jas@extundo.com>
15039
15040         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
15041         headers separately.
15042         (gnus-button-openpgp): New function, inspired by Jochen Küpper
15043         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
15044
15045 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15046
15047         * gnus-start.el (gnus-convert-old-newsrc):
15048         Assign legacy-gnus-agent to 5.10.7.
15049
15050 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15051
15052         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
15053         start of the lines.
15054
15055 2004-11-14  Magnus Henoch  <mange@freemail.hu>
15056
15057         * hashcash.el (hashcash-default-payment): Change default to 20.
15058         (hashcash-default-accept-payment): Change default to 20.
15059         (hashcash-process-alist): New variable.
15060         (hashcash-generate-payment-async): Add.
15061         (hashcash-already-paid-p): Add.
15062         (hashcash-insert-payment): Don't generate payments twice.
15063         (hashcash-insert-payment-async): Add.
15064         (hashcash-insert-payment-async-2): Add.
15065         (hashcash-cancel-async): Add.
15066         (hashcash-wait-async): Add.
15067         (hashcash-processes-running-p): Add.
15068         (hashcash-wait-or-cancel): Add.
15069         (mail-add-payment): New optional argument.  Conditionally start
15070         asynchronous calculation.
15071         (mail-add-payment-async): Add.
15072
15073         * message.el (message-send-mail): Wait for asynchronous hashcash
15074         results.  Don't clobber existing X-Hashcash headers.
15075         (message-setup-1): Call mail-add-payment-async when
15076         message-generate-hashcash is non-nil.
15077
15078 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15079
15080         * message.el (message-use-alternative-email-as-from): Examine the
15081         From header as well; use message-make-from in order to include a
15082         user's full name.
15083
15084 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15085
15086         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
15087         default; improve customization type.
15088         (gnus-emphasis-custom-with-format): New macro.
15089         (gnus-emphasis-custom-value-to-external): New function.
15090         (gnus-emphasis-custom-value-to-internal): New function.
15091
15092 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15093
15094         * dns.el (query-dns): Resolve reverse addresses.
15095
15096 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15097
15098         * gnus-group.el (gnus-group-get-new-news): Use it.
15099
15100         * gnus-start.el (gnus-check-reasonable-setup): New function.
15101
15102 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15103
15104         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
15105         "Args out of range" error.  Reported by Arnaud Giersch
15106         <arnaud.giersch@free.fr>.
15107
15108 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15109
15110         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
15111
15112 2004-11-04  Richard M. Stallman  <rms@gnu.org>
15113
15114         * spam.el (spam group): Add :version.
15115
15116         * pgg-def.el (pgg group): Add :version.
15117
15118 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15119
15120         * gnus-art.el (gnus-article-edit-article): Don't associate the
15121         article buffer with a draft file.  This is a temporary measure
15122         against the 2004-08-22 change to gnus-article-edit-mode.
15123
15124 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15125
15126         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
15127         (html2text-format-tags): Remove unused variable `attr'.
15128
15129 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15130
15131         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
15132
15133         * tls.el (tls-process-connection-type, tls-success)
15134         (tls-certtool-program): Add :version.
15135
15136         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
15137         (starttls-extra-arguments, starttls-process-connection-type)
15138         (starttls-connect, starttls-failure, starttls-success): Add :version.
15139
15140         * spam-stat.el (spam-stat): Add :version.
15141
15142         * sieve.el (sieve): Add :version.
15143
15144         * sha1.el (sha1): Add :version.
15145         (sha1-use-external): Remove redundant version.
15146
15147         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
15148         (nnmail-cache-ignore-groups, nnmail-spool-hook)
15149         (nnmail-split-fancy-match-partial-words)
15150         (nnmail-split-lowercase-expanded): Add :version.
15151
15152         * nndiary.el (nndiary): Add :version.
15153
15154         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
15155
15156         * mml-sec.el (mml-default-sign-method)
15157         (mml-default-encrypt-method, mml-signencrypt-style-alist):
15158         Add :version.
15159
15160         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
15161
15162         * mm-url.el (mm-url-use-external, mm-url-program)
15163         (mm-url-arguments): Add :version.
15164
15165         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
15166         (mm-attachment-file-modes, mm-decrypt-option)
15167         (mm-w3m-safe-url-regexp): Add :version.
15168
15169         * message.el (message-cite-prefix-regexp)
15170         (message-sendmail-envelope-from, message-minibuffer-local-map)
15171         (message-user-fqdn, message-completion-alist): Add :version.
15172
15173         * gnus-win.el (gnus-configure-windows-hook)
15174         (gnus-use-frames-on-any-display): Add :version.
15175
15176         * gnus-art.el (gnus-article-address-banner-alist)
15177         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
15178         (gnus-treat-from-picon, gnus-treat-mail-picon)
15179         (gnus-treat-x-pgp-sig): Add :version.
15180
15181         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
15182         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
15183         (gnus-summary-article-delete-hook)
15184         (gnus-summary-display-while-building): Add :version.
15185
15186         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
15187         (gnus-get-top-new-news-hook): Add :version.
15188
15189         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15190         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
15191
15192         * gnus-registry.el (gnus-registry): Add :version.
15193
15194         * gnus-spec.el (gnus-use-correct-string-widths)
15195         (gnus-make-format-preserve-properties): Add :version.
15196
15197         * gnus.el (gnus-group-charter-alist)
15198         (gnus-group-fetch-control-use-browse-url)
15199         (gnus-install-group-spam-parameters): Add :version.
15200
15201         * gnus-diary.el (gnus-diary): Add :version.
15202
15203         * gnus-delay.el (gnus-delay): Add :version.
15204
15205         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
15206         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
15207         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
15208         Add :version.
15209
15210         * gnus-agent.el (gnus-agent-max-fetch-size)
15211         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
15212         (gnus-agent-prompt-send-queue): Add :version.
15213
15214         * deuglify.el (gnus-outlook-deuglify): Add :version.
15215
15216         * html2text.el: Beautify code.  Improve doc strings.  Some
15217         checkdoc cleanup.
15218         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
15219
15220 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
15221
15222         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
15223
15224 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
15225
15226         * gnus-registry.el (gnus-registry-hashtb): Create the registry
15227         when package is loaded.
15228
15229         * spam.el (spam-summary-score-preferred-header): Add global preference
15230         for people who want to override the default SpamAssassin over
15231         Bogofilter preference (when both are set).
15232         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
15233         (spam-user-format-function-S): Check
15234         spam-summary-score-preferred-header.
15235         (spam-extra-header-to-number): Add X-Bogosity header parsing.
15236         (spam-user-format-function-S): Format the score correctly.
15237
15238 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15239
15240         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
15241         signature file.  Suggested by Manoj Srivastava
15242         <srivasta@golden-gryphon.com>.
15243
15244         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
15245         iso-2022-jp even in the Japanese language environment.
15246         Suggested by Jason Rumney <jasonr@gnu.org>.
15247
15248 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15249
15250         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
15251         use the same characters as the dummy marks; make it free from
15252         getting affected by the language environment.
15253         (gnus-summary-read-group-1): Update mark positions only when the
15254         format spec is updated.
15255
15256         * gnus-spec.el (gnus-update-format-specifications): Return a list
15257         of updated types.
15258
15259 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15260
15261         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
15262         of boundp to check if display-warning is available.
15263
15264 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
15265
15266         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
15267
15268 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15269
15270         * nnspool.el (nnspool-spool-directory): Use news-path if the
15271         news-directory variable is not bound.
15272
15273         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
15274         function instead of display-warning if it is not available.
15275
15276 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15277
15278         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
15279         v5-10: Use `point-at-bol'.
15280
15281 2004-10-26  Simon Josefsson  <jas@extundo.com>
15282
15283         * hashcash.el: Fix URL in comment, reported by Cheng Gao
15284         <chenggao@gmail.com>.
15285
15286 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15287
15288         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
15289         instead.
15290
15291 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
15292
15293         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
15294         to remove a server from the nnimap-server-buffer-alist.
15295         (nnimap-open-connection, nnimap-close-server): Use it.
15296
15297         * gnus-encrypt.el: Remove file in favor of encrypt.el.
15298
15299 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15300
15301         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
15302         running the major-mode function.
15303
15304 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15305
15306         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
15307         dummy marks in the right way.
15308
15309 2004-10-18  David Edmondson  <dme@dme.org>
15310
15311         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
15312         excessively.
15313
15314 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
15315
15316         * gnus-util.el (gnus-split-references): Accept a nil references
15317         string and go on blissfully.
15318
15319         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
15320         cases where the references string is non-nil but has no references.
15321
15322         * encrypt.el: Add autoload tags.
15323
15324         * spam.el (spam-resolve-registrations-routine): Remove article
15325         from unregistration list too.  Reported by David Hanak
15326         <dhanak@isis.vanderbilt.edu>
15327
15328 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
15329
15330         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
15331         nil.  Changed custom type.
15332
15333 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
15334
15335         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
15336
15337         * gnus-sum.el (gnus-summary-move-article): Use it.
15338
15339 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
15340
15341         * encrypt.el: Add autoload cookies.
15342
15343         * spam.el (spam-backend-article-list-property)
15344         (spam-backend-get-article-todo-list)
15345         (spam-backend-put-article-todo-list)
15346         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
15347         Resolve registrations separately.
15348         (spam-register-routine): Format comments.
15349         (spam-unregister-routine, spam-register-routine): Always call with
15350         specific-articles, no default list.
15351         (spam-summary-prepare-exit): Use the spam-classifications function.
15352
15353         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
15354         gnus-encrypt.el.
15355
15356         * encrypt.el: Copied from gnus-encrypt.el.
15357
15358         * gnus-encrypt.el: Commented that it's obsolete.
15359
15360 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15361
15362         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
15363         (gnus-score-save): Use it.
15364
15365         * message.el (message-bury): Use `window-dedicated-p'.
15366
15367 2004-10-15  Simon Josefsson  <jas@extundo.com>
15368
15369         * pop3.el (top-level): Don't require nnheader.
15370         (pop3-read-timeout): Add.
15371         (pop3-accept-process-output): Add.
15372         (pop3-read-response, pop3-retr): Use it.
15373
15374 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
15375
15376         * spam.el (spam-register-routine): Move comment.
15377         (spam-verify-bogofilter): Use 'unknown for the initial
15378         spam-bogofilter-valid state, not 'never.
15379
15380         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
15381         for netrc-machine.
15382
15383         * nnimap.el (nnimap-open-connection): Use
15384         netrc-machine-user-or-password.
15385
15386 2004-10-17  Richard M. Stallman  <rms@gnu.org>
15387
15388         * gnus-registry.el (gnus-registry-unload-hook):
15389         Set as a variable with add-hook.
15390
15391         * nnspool.el (nnspool-spool-directory): Use news-directory instead
15392         of news-path.
15393
15394         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
15395
15396         * spam.el: Delete duplicate `provide'.
15397         (spam-unload-hook): Set as a variable with add-hook.
15398
15399 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15400
15401         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
15402         in the doc string.
15403
15404         * message.el (message-ignored-news-headers)
15405         (message-ignored-supersedes-headers)
15406         (message-ignored-resent-headers)
15407         (message-forward-ignored-headers): Improve custom type.
15408
15409 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15410
15411         * message.el (message-tokenize-header): Fix 2004-09-06 change
15412         which used point-min in the wrong place.
15413
15414 2004-10-12  Simon Josefsson  <jas@extundo.com>
15415
15416         * tls.el (tls-certtool-program): New variable.
15417         (tls-certificate-information): New function, based on
15418         ssl-certificate-information.
15419
15420 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15421
15422         * compface.el: Move the version of ELisp-based uncompface program
15423         to the contrib directory because of the copyright problem.
15424
15425 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15426
15427         * message.el (message-kill-buffer): Raise the current frame.
15428
15429 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15430
15431         * gnus-sum.el: Mention that multibyte characters don't work as marks.
15432
15433         * gnus.el (message-y-or-n-p): Autoload.
15434
15435         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
15436         (pop3-password-required, pop3-authentication-scheme)
15437         (pop3-leave-mail-on-server): Made customizable.
15438         (pop3): New custom group.
15439         (pop3-retr): Remove `sleep-for' statements.
15440         Suggested by Dave Love <fx@gnu.org>.
15441
15442         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
15443         Windows/DOS.
15444
15445         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15446         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
15447         Dave Love <fx@gnu.org>.
15448
15449         * mml.el (mml-minibuffer-read-disposition): Require match.
15450         Suggested by Dave Love <fx@gnu.org>.
15451
15452 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15453
15454         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
15455         doc string.
15456
15457 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15458
15459         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
15460
15461 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15462
15463         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
15464         instead of calling `mm-insert-inline', to decode text/* parts
15465         before displaying them.
15466
15467 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15468
15469         * mm-uu.el (mm-uu-text-plain-type): New variable.
15470         (mm-uu-pgp-signed-extract-1): Use it.
15471         (mm-uu-pgp-encrypted-extract-1): Use it.
15472         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
15473         bind mm-uu-text-plain-type with that value.
15474         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
15475         mm-uu-dissect.
15476
15477 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15478
15479         * gnus-group.el (gnus-update-group-mark-positions):
15480         * gnus-sum.el (gnus-update-summary-mark-positions):
15481         * message.el (message-check-news-body-syntax):
15482         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
15483         of string-as-multibyte.
15484
15485 2004-10-05  Juri Linkov  <juri@jurta.org>
15486
15487         * gnus-group.el (gnus-update-group-mark-positions):
15488         * gnus-sum.el (gnus-update-summary-mark-positions):
15489         * message.el (message-check-news-body-syntax):
15490         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
15491         8-bit unibyte values to a multibyte string for search functions.
15492
15493 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15494
15495         * mm-uu.el (mm-uu-dissect): Allow optional arg.
15496         (mm-uu-dissect-text-parts): New function.
15497
15498         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
15499         dissect text parts.
15500
15501         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
15502         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
15503
15504         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
15505
15506         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
15507         gnus-current-topics instead of gnus-current-topic.
15508
15509 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
15510
15511         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
15512
15513 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
15514
15515         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
15516         where approriate.
15517
15518         * nnml.el (nnml-generate-active-info): do.
15519
15520         * nndiary.el (nndiary-generate-active-info): do.
15521
15522         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
15523         (gnus-topic-move): do.
15524
15525         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
15526         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
15527
15528         * gnus-srvr.el (gnus-server-prepare)
15529         (gnus-server-open-all-servers): do.
15530
15531         * gnus-msg.el (gnus-summary-cancel-article)
15532         (gnus-summary-resend-message)
15533         (gnus-summary-mail-crosspost-complaint): do.
15534
15535         * gnus-move.el (gnus-change-server): do.
15536
15537         * gnus-group.el (gnus-group-unmark-all-groups)
15538         (gnus-group-set-current-level): do.
15539
15540 2004-10-04  Simon Josefsson  <jas@extundo.com>
15541
15542         * message.el (message-generate-hashcash): Doc fix.
15543
15544 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
15545
15546         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
15547         avoid infinite recursion via gnus-get-function.
15548
15549 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
15550
15551         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
15552
15553         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
15554
15555         * nnmail.el (nnmail-split-history): do.
15556
15557         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
15558         (nnml-request-delete-group): do.
15559
15560         * nnslashdot.el (nnslashdot-read-groups): do.
15561
15562         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
15563         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
15564
15565         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
15566         (nnspool-sift-nov-with-sed): Use last.
15567         (nnspool-retrieve-headers-with-nov): Use mapc.
15568         (nnspool-request-newgroups): Use dolist.
15569         (nnspool-request-group): Use last.
15570
15571         * nntp.el (nntp-read-server-type): Use dolist.
15572
15573         * nnvirtual.el (nnvirtual-create-mapping)
15574         (nnvirtual-update-read-and-marked): Use dolist.
15575         (nnvirtual-convert-headers): Simplify.
15576
15577 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15578
15579         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
15580         support for sync'ing tick marks.
15581
15582 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15583
15584         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
15585         there's no visible header.
15586
15587 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15588
15589         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
15590         necessary, pass full group name to gnus-request-set-marks.
15591
15592 2004-10-01  Simon Josefsson  <jas@extundo.com>
15593
15594         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
15595         acroread.
15596
15597 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15598
15599         * spam-report.el (spam-report-gmane): Fix interactive.
15600
15601         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
15602
15603         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
15604         when writing file.
15605         (gnus-agent-synchronize-flags): Don't default to being
15606         interactive.
15607
15608 2004-09-30  Simon Josefsson  <jas@extundo.com>
15609
15610         * message.el (message-generate-hashcash): Add.
15611         (message-send-mail): Use it, call mail-add-payment.
15612
15613 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15614
15615         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
15616
15617 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
15618
15619         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
15620         gnus-requst-update-info with explicit code to sync the in-memory
15621         info read flags with the marks being sync'd to the backend.
15622
15623         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
15624
15625 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15626
15627         * spam.el (spam-verify-bogofilter): Add new function.
15628         (spam-check-bogofilter)
15629         (spam-bogofilter-register-with-bogofilter): Use it.
15630         (spam-verify-bogofilter): Add small fixes.
15631
15632 2004-09-28  Simon Josefsson  <jas@extundo.com>
15633
15634         * hashcash.el (hashcash-generate-payment): Revert.
15635
15636 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15637
15638         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
15639         gnus-extract-references instead of gnus-split-references.
15640
15641         * gnus-util.el (gnus-extract-references): Add new function, analogous
15642         to gnus-split-references but extracts only the message-ID without
15643         anything extra.
15644
15645         * hashcash.el (hashcash-generate-payment)
15646         (hashcash-check-payment): Do the right thing if hashcash-path is
15647         nil (because the hashcash program could not be found).
15648
15649         * spam.el (spam-use-hashcash): Remove comment.
15650
15651 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
15652
15653         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
15654         (gnus-cache-enter-article, gnus-cache-remove-article)
15655         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
15656
15657         * gnus-async.el (gnus-async-prefetch-remove-group): do.
15658
15659         * gnus-art.el (article-hide-boring-headers)
15660         (article-translate-strings, article-display-face)
15661         (gnus-article-mime-match-handle-first)
15662         (gnus-article-highlight-headers)
15663         (gnus-article-add-buttons-to-head): do.
15664
15665 2004-09-27  Simon Josefsson  <jas@extundo.com>
15666
15667         * hashcash.el: New version, from
15668         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
15669         ../contrib/.
15670
15671 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15672
15673         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
15674
15675 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
15676
15677         * gnus-dup.el (gnus-dup-open): Use mapc.
15678         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
15679
15680         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
15681         Reported by Stefan Wiens <s.wi@gmx.net>.
15682
15683         * gnus.el (gnus-shutdown): Use dolist.
15684
15685         * gnus-undo.el (gnus-undo): Use mapc.
15686
15687         * nnrss.el (nnrss-generate-active): do.
15688
15689         * message.el (message-cite-original-without-signature)
15690         (message-cite-original): Use mapc.
15691         (message-do-actions, message-make-forward-subject): Use dolist.
15692
15693 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15694
15695         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
15696         deletion to remove entire duplicate line.  Fixes merged article
15697         number bug.
15698
15699 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15700
15701         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
15702         servers that are offline.  Avoids having gnus-agent-toggle-plugged
15703         first ask if you want to open a server and then, even when you
15704         responded with no, asking if you want to synchronize the server's
15705         flags.
15706         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
15707         multi-line expressions.
15708         (gnus-agent-synchronize-group-flags): New internal function.
15709         Updates marks in memory (in the info structure) AND in the
15710         backend.
15711
15712         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
15713
15714         * nnagent.el (nnagent-request-set-mark): Use
15715         gnus-agent-synchronize-group-flags, not backend's request-set-mark
15716         method, to ensure that synchronization updates marks in the
15717         backend and in the info (in memory) structure.
15718
15719 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15720
15721         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
15722         convention fully; don't miss the root article of a thread; make
15723         the X-Draft-From header with correct article numbers.
15724
15725 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
15726
15727         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
15728         unless plugged.  Disable the agent so that an open failure causes
15729         an error.
15730
15731         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
15732         Reverted 2004-09-21 change.  The backend must be opened while
15733         synchronizing flags even when the backend stores the flags
15734         locally.
15735
15736 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
15737
15738         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
15739         in `header' match.  Reported by Svend Tollak Munkejord.
15740
15741         * message.el (message-cite-original): Fix use of
15742         `message-cite-articles-with-x-no-archive'.
15743
15744 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15745
15746         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
15747         (gnus-window-to-buffer): Ditto.
15748
15749         * mml.el (mml-preview-buffer): New variable.
15750         (mml-preview): Manage window layout with gnus-buffer-configuration.
15751
15752         * gnus-msg.el (gnus-setup-message): Put article numbers into the
15753         X-Draft-From header even if those articles aren't quoted.
15754
15755 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
15756
15757         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
15758         (gnus-request-set-mark, gnus-request-update-mark): Use new
15759         g-s-t-u-l-m to decide to use backend even when unplugged.
15760
15761 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15762
15763         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
15764         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
15765
15766 2004-09-20  Simon Josefsson  <jas@extundo.com>
15767
15768         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
15769         "utf-16-le".
15770
15771 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15772
15773         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
15774
15775 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15776
15777         * uudecode.el (uudecode-use-external): Add :version.
15778
15779         * smime.el (smime-CA-file, smime-encrypt-cipher)
15780         (smime-dns-server): Add :version.
15781
15782         * smiley.el (gnus-smiley-file-types): Add :version.
15783
15784         * sha1.el (sha1-use-external): Add :version.
15785
15786         * pgg-def.el (pgg-query-keyserver): Add :version.
15787
15788         * nnmail.el (nnmail-fancy-expiry-targets)
15789         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
15790         Add :version.
15791
15792         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
15793         (nnimap-retrieve-groups-asynchronous): Add :version.
15794         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
15795
15796         * mml.el (mml-content-disposition-parameters)
15797         (mml-insert-mime-headers-always): Add :version.
15798
15799         * mm-util.el (mm-coding-system-priorities): Add :version.
15800
15801         * mm-decode.el (mm-inline-text-html-with-images)
15802         (mm-keep-viewer-alive-types, mm-external-terminal-program)
15803         (mm-verify-option): Add :version.
15804         (mm-text-html-renderer): Change :version.
15805
15806         * message.el (message-fcc-externalize-attachments)
15807         (message-required-headers, message-draft-headers)
15808         (message-subject-trailing-was-query)
15809         (message-subject-trailing-was-ask-regexp)
15810         (message-subject-trailing-was-regexp, message-mark-insert-begin)
15811         (message-mark-insert-end, message-archive-header)
15812         (message-archive-note, message-cross-post-default)
15813         (message-cross-post-note, message-followup-to-note)
15814         (message-cross-post-note-function, message-use-mail-followup-to)
15815         (message-subscribed-address-functions)
15816         (message-subscribed-address-file, message-subscribed-addresses)
15817         (message-subscribed-regexps, message-allow-no-recipients)
15818         (message-yank-cited-prefix, message-signature-insert-empty-line)
15819         (message-hidden-headers, message-hierarchical-addresses)
15820         (message-mail-user-agent, message-use-idna)
15821         (message-valid-fqdn-regexp)
15822         (message-strip-special-text-properties, message-header-synonyms)
15823         (message-beginning-of-line, message-tab-body-function): Add :version.
15824         (message-insert-canlock, message-wide-reply-confirm-recipients):
15825         Change :version.
15826
15827         * mail-source.el (mail-source-ignore-errors): Add :group, :type
15828         and :version.
15829         (mail-source-delete-old-incoming-confirm)
15830         (mail-source-movemail-program): Add :version.
15831
15832         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
15833         (gnus-agent-cache, gnus-agent): Change :version.
15834
15835         * gnus-util.el (gnus-use-byte-compile): Change :version.
15836
15837         * gnus-sum.el (gnus-summary-make-false-root-always)
15838         (gnus-summary-default-high-score)
15839         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
15840         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
15841         (gnus-read-all-available-headers, gnus-article-emulate-mime)
15842         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
15843         (gnus-sum-thread-tree-single-indent)
15844         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
15845         (gnus-sum-thread-tree-leaf-with-other)
15846         (gnus-sum-thread-tree-single-leaf): Add :version.
15847         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
15848         (gnus-article-loose-mime): Change :version.
15849
15850         * gnus-start.el (gnus-backup-startup-file)
15851         (gnus-save-startup-file-via-temp-buffer): Add :version.
15852
15853         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
15854         (gnus-server-offline-face): Add :version.
15855
15856         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
15857
15858         * gnus-msg.el (gnus-gcc-externalize-attachments)
15859         (gnus-debug-files, gnus-debug-exclude-variables)
15860         (gnus-discouraged-post-methods): Change :version.
15861         (gnus-confirm-mail-reply-to-news)
15862         (gnus-confirm-treat-mail-like-news): Add :version.
15863
15864         * gnus-int.el (gnus-server-unopen-status): Add :version.
15865
15866         * gnus-group.el (gnus-group-jump-to-group-prompt)
15867         (gnus-large-ephemeral-newsgroup)
15868         (gnus-fetch-old-ephemeral-headers): Add :version.
15869
15870         * gnus-fun.el (gnus-x-face-directory)
15871         (gnus-convert-pbm-to-x-face-command)
15872         (gnus-convert-image-to-x-face-command)
15873         (gnus-convert-image-to-face-command): Add :version.
15874
15875         * gnus-delay.el (gnus-delay-default-hour): Add :version.
15876
15877         * gnus-cite.el (gnus-cite-blank-line-after-header)
15878         (gnus-article-boring-faces): Add :version.
15879
15880         * gnus-art.el (gnus-buttonized-mime-types)
15881         (gnus-inhibit-mime-unbuttonizing)
15882         (gnus-treat-display-face)
15883         (gnus-treat-body-boundary): Change :version.
15884         (gnus-body-boundary-delimiter, gnus-picon-databases)
15885         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
15886         (gnus-treat-date-english, gnus-treat-fold-headers)
15887         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
15888         (gnus-treat-mail-picon, gnus-treat-wash-html)
15889         (gnus-article-encrypt-protocol)
15890         (gnus-use-idna, gnus-article-over-scroll)
15891         (gnus-mime-display-multipart-alternative-as-mixed)
15892         (gnus-mime-display-multipart-related-as-mixed)
15893         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
15894         (gnus-ctan-url, gnus-button-ctan-handler)
15895         (gnus-button-handle-ctan-bogus-regexp)
15896         (gnus-button-ctan-directory-regexp)
15897         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
15898         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
15899         (gnus-button-man-level, gnus-button-emacs-level)
15900         (gnus-button-message-level, gnus-button-browse-level): Add :version.
15901
15902         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
15903         (gnus-agent-go-online): Change :version.
15904         (gnus-agent-expire-unagentized-dirs)
15905         (gnus-agent-auto-agentize-methods): Add :version.
15906
15907         * flow-fill.el (fill-flowed-display-column)
15908         (fill-flowed-encode-column): Add :version.
15909
15910         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
15911         (gnus-outlook-deuglify-unwrap-max)
15912         (gnus-outlook-deuglify-cite-marks)
15913         (gnus-outlook-deuglify-unwrap-stop-chars)
15914         (gnus-outlook-deuglify-no-wrap-chars)
15915         (gnus-outlook-deuglify-attrib-cut-regexp)
15916         (gnus-outlook-deuglify-attrib-verb-regexp)
15917         (gnus-outlook-deuglify-attrib-end-regexp)
15918         (gnus-outlook-display-hook): Add :version.
15919
15920         * binhex.el (binhex-use-external): Add :version.
15921
15922 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
15923
15924         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
15925         and `invisible'.
15926
15927 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
15928
15929         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
15930         in gnus-registry-trim.
15931
15932 2004-09-13  Simon Josefsson  <jas@extundo.com>
15933
15934         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
15935
15936         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
15937
15938         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
15939         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15940         <yamaoka@jpl.org>.
15941         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
15942         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15943         <yamaoka@jpl.org>.
15944
15945         * sieve.el (sieve-manage-mode): Ditto.
15946
15947 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
15948
15949         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
15950
15951 2004-09-11  Simon Josefsson  <jas@extundo.com>
15952
15953         * dns-mode.el: Add.
15954
15955         * mm-view.el (mm-display-dns-inline): Add.
15956
15957         * mm-decode.el (mm-inline-media-tests): Add text/dns.
15958         (mm-automatic-display): Ditto.
15959
15960         * mailcap.el (mailcap-mime-data): Add text/dns.
15961         (mailcap-mime-extensions): Map .soa to text/dns.
15962
15963 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
15964
15965         * gnus-art.el (article-decode-mime-words, article-babel)
15966         (gnus-article-highlight-signature, gnus-article-add-buttons)
15967         (gnus-signature-toggle): Remove unnecessary bindings of
15968         `inhibit-read-only' inherited from v5.10 merge.
15969
15970 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
15971
15972         * nntp.el (nntp): New customization group.
15973         (nntp-authinfo-file): Add customization group.
15974
15975         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
15976
15977         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
15978
15979         * gnus.el (to-address, to-list, subscribed)
15980         (large-newsgroup-initial): Ditto.
15981
15982         * flow-fill.el (fill-flowed-display-column)
15983         (fill-flowed-encode-column): Ditto.
15984
15985 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15986
15987         * message.el (message-tokenize-header, message-send-mail-with-qmail):
15988         Use point-min rather than 1.
15989         (message-send-mail): Use buffer-size rather than point-max.
15990
15991         * gnus-sum.el (gnus-summary-search-article-forward):
15992         Signal a specific `search-failed' rather than a generic `error'.
15993
15994         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
15995         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
15996         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
15997
15998 2004-09-10  Simon Josefsson  <jas@extundo.com>
15999
16000         * nndb.el (require): Remove tcp and duplicate cl.
16001
16002 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16003
16004         * gnus-agent.el (directory-files-and-attributes): Move forward.
16005
16006 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16007
16008         * gnus-agent.el (directory-files-and-attributes): Optionally
16009         defined to support XEmacs.
16010
16011 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16012
16013         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
16014         to avoid run-time CL dependencies.
16015         (gnus-agent-unfetch-articles): New function.
16016         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
16017         article numbers even when local .overview file is missing.
16018         (gnus-agent-read-article-number): New function.  Only accepts
16019         27-bit article numbers.
16020         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
16021         gnus-agent-read-article-number.
16022         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
16023         from backend while recognizing that article numbers in .overview
16024         must be valid.
16025         (gnus-agent-update-files-total-fetched-for): Use
16026         directory-files-and-attributes to improve performance.
16027         * gnus-int.el (gnus-request-move-article): Use
16028         gnus-agent-unfetch-articles in place of gnus-agent-expire to
16029         improve performance.
16030
16031         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
16032         some users confused by references to .newsrc when they only have a
16033         .newsrc.eld file.
16034         (gnus-convert-mark-converter-prompt)
16035         (gnus-convert-converter-needs-prompt): Fixed use of property list.
16036         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
16037         New function.  Used internally to only display 'gnus converting
16038         files' message when actually necessary.
16039
16040         * gnus-sum.el (): Removed (require 'gnus-agent) as required
16041         methods now autoloaded.
16042
16043 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16044
16045         * gnus-sum.el (gnus-summary-insert-subject): Remove list
16046         identifiers.
16047
16048 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
16049
16050         * gnus-picon.el: Fix indentation and closing parenthesis.
16051
16052 2004-09-01  Simon Josefsson  <jas@extundo.com>
16053
16054         * message.el (message-canlock-generate): Require sha1, not
16055         sha1-el.  (Can we get rid of this require altogether?  It is ugly
16056         to require within a function.  Sadly, if sha1.el isn't loaded, the
16057         let binding in m-c-g will hide the defcustom definition, which is
16058         bad.)
16059
16060         * canlock.el: Require sha1, not sha1-el.
16061
16062         * message.el: Don't autoload sha1 (there is a autoload cookie in
16063         sha1.el).
16064
16065         * sha1-el.el: Renamed to sha1.el.
16066
16067 2004-08-30  Juanma Barranquero  <lektu@terra.es>
16068
16069         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
16070
16071 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16072
16073         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
16074
16075 2004-08-30  Kim F. Storm  <storm@cua.dk>
16076
16077         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
16078
16079         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
16080         Add :group 'nnimap.
16081
16082 2004-08-30  Andreas Schwab  <schwab@suse.de>
16083
16084         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
16085         ?* and ?\;.
16086
16087         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
16088         and ?\' to symbol instead of whitespace.
16089
16090 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16091
16092         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
16093
16094         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
16095         instead of re-search-forward.
16096
16097         * gnus-uu.el (gnus-uu-save-article): Ditto.
16098         (gnus-uu-post-encode-uuencode): Ditto.
16099
16100         * html2text.el (html2text-clean-list-items): Ditto.
16101         (html2text-clean-dtdd): Ditto.
16102         (html2text-format-tags): Ditto.
16103
16104         * message.el (message-send-mail-with-sendmail): Fix regexp.
16105         (message-fill-field-general): Use search-forward instead of
16106         re-search-forward.
16107         (unbold-region): Ditto.
16108
16109         * nnrss.el (nnrss-request-article): Ditto.
16110
16111         * nnslashdot.el (nnslashdot-request-article): Ditto.
16112
16113         * nnweb.el (nnweb-gmane-wash-article): Ditto.
16114
16115         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
16116         "Unrecognized menu descriptor" error in XEmacs.
16117
16118 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16119
16120         * gnus-sum.el (gnus-read-header): Don't remove a header for the
16121         parent article of a sparse article in the thread hashtb.
16122
16123 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
16124
16125         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
16126         (nnmail-expand-newtext): Lowercase expanded entries if
16127         nnmail-split-lowercase-expanded is non-nil.
16128
16129 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16130
16131         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
16132
16133         * gnus-group.el (gnus-group-line-format-alist): Convert the value
16134         of gnus-tmp-news-method into string under XEmacs.  It will be
16135         passed to gnus-correct-length which takes only a string argument.
16136
16137 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16138
16139         * gnus-util.el (gnus-bind-print-variables): New macro.
16140         (gnus-prin1): Use it.
16141         (gnus-prin1-to-string): Use it.
16142         (gnus-pp): New function.
16143         (gnus-pp-to-string): New function.
16144
16145         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
16146         Replace pp-to-string with gnus-pp-to-string.
16147         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
16148         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
16149         * gnus-msg.el (gnus-debug): Ditto.
16150         * gnus-score.el (gnus-score-save): Ditto.
16151         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
16152         gnus-pp-to-string.
16153         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
16154         with gnus-pp.
16155         * score-mode.el (gnus-score-pretty-print): Ditto.
16156         * webmail.el (webmail-debug): Ditto.
16157
16158 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16159
16160         * gnus-art.el (article-display-face, article-display-x-face):
16161         Use buffer-read-only.
16162
16163 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16164
16165         * gnus-art.el (article-hide-list-identifiers):
16166         Bind inhibit-read-only as t.
16167
16168 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
16169
16170         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
16171
16172 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16173
16174         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
16175         (gnus-narrow-to-page): Don't assume point-min == 1.
16176         (gnus-article-edit-mode): Derive from message-mode.
16177
16178         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
16179         point-min == 1.
16180
16181         * imap.el (imap-parse-address-list, imap-parse-body-ext):
16182         Disable incorrect use of `assert'.
16183
16184         * message.el (message-mode): Set comment-start-skip.
16185
16186
16187 2004-08-22  Sam Steingold  <sds@gnu.org>
16188
16189         * pop3.el (pop3-leave-mail-on-server): New user variable.
16190         (pop3-movemail): Delete mail only when it is nil.
16191
16192 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
16193
16194         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
16195
16196         * mml.el (mml-preview): Use `pop-to-buffer'.
16197
16198         * message.el (message-goto-mail-followup-to): Insert after "To".
16199         (message-carefully-insert-headers): Add comment.
16200
16201         * gnus.el: Remove unused variable `gnus-article-check-size'.
16202
16203         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
16204
16205         * gnus-art.el (gnus-button-alist): Improve
16206         `gnus-button-handle-library' entry.
16207
16208 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
16209
16210         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
16211         downcase, since XEmacs capitalizes error messages differently.
16212
16213 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
16214
16215         * nntp.el: Add (require 'gnus) due to reference to
16216         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
16217
16218 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
16219
16220         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
16221         `mm-fill-flowed'.
16222
16223         * mm-decode.el (mm-dissect-singlepart): Check it.
16224
16225 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
16226
16227         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
16228         'imap' for netrc parsing.
16229
16230 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
16231
16232         * mailcap.el (mailcap-mime-data): Mark as risky.
16233
16234 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16235
16236         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
16237         may be included in the encoded word.
16238         (rfc2047-encode): Don't append a space if the encoded word
16239         includes close parenthesis.
16240
16241 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16242
16243         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
16244         of text within parentheses.
16245
16246 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
16247
16248         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
16249         (gnus-encrypt-write-file-contents): Make the password key the file
16250         name PLUS the cipher, not just the cipher.  Also remove failed
16251         passwords from the cache.
16252
16253 2004-08-06  Simon Josefsson  <jas@extundo.com>
16254
16255         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
16256         fix.
16257
16258 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16259
16260         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
16261         LWSP.
16262
16263 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
16264
16265         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
16266         to append in-reply-to: data to the references: header.
16267
16268         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
16269         (netrc-parse): Use gnus-encrypt.el functions.
16270
16271         * gnus-encrypt.el: Add new file for encryption support; currently
16272         does only a few GPG ciphers and an internal XOR cipher.
16273
16274         * password.el: Add comments on using password-read-and-add.
16275         (password-read-and-add): Add function to read and add the
16276         password to the cache at once.
16277
16278 2004-07-28  Simon Josefsson  <jas@extundo.com>
16279
16280         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
16281         parameter (but don't use it, for now).
16282
16283         * imap.el (imap-ssl-open): Use imap-process-connection-type,
16284         instead of hard coding to nil.
16285
16286 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16287
16288         * mm-view.el (mm-inline-image-emacs): Open lines under an image
16289         as mm-inline-image-xemacs does.
16290
16291 2004-07-26  Simon Josefsson  <jas@extundo.com>
16292
16293         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
16294         Revert part of 2004-07-17 change below.
16295
16296 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16297
16298         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
16299         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16300
16301 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16302
16303         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
16304         quotes that actually start with ">" at the beginning of the
16305         lines.
16306
16307 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16308
16309         * rfc2047.el (rfc2047-encode-region): Fix last change.
16310         (rfc2047-encode-parameter): Remove useless concat.
16311
16312 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16313
16314         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
16315         encode special characters; fix some kind of misconfigured headers;
16316         signal a real error if debug-on-quit or debug-on-error is non-nil.
16317         (rfc2047-encode-max-chars): New variable.
16318         (rfc2047-encode-1): Use it.
16319         (rfc2047-encode-parameter): New function.
16320
16321         * mml.el (mml-insert-parameter): Remove an excessive space.
16322
16323 2004-07-17  Simon Josefsson  <jas@extundo.com>
16324
16325         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
16326         Kai Grossjohann <kai@emptydomain.de>.
16327         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
16328         (gnus-group-make-menu-bar): Ditto.
16329
16330         * gnus-util.el (gnus-group-server): Add.
16331
16332 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
16333
16334         * message.el (message-clone-locals): Clone sendmail and smtp
16335         variables.
16336
16337 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16338
16339         * rfc2047.el (rfc2047-encode-region): Fix last change.
16340
16341 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16342
16343         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
16344         characters as non-special.
16345
16346 2004-07-09  Simon Josefsson  <jas@extundo.com>
16347
16348         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
16349         Users will lose all flag changes made while unplugged with
16350         e.g. nntp unless flag synchronization happens, thus `nil' is not a
16351         good default.  See numerous reports on ding mailing list.
16352
16353 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16354
16355         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
16356         add generate-head-function and generate-article-function to the
16357         rfc822-forward entry.
16358         (nndoc-rfc822-forward-generate-article): New function.
16359         (nndoc-rfc822-forward-generate-head): New function.
16360
16361         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
16362
16363 2004-07-06  Dan Christensen  <jdc@uwo.ca>
16364
16365         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
16366         respect display group parameter and gnus-summary-expunge-below.
16367         (gnus-articles-to-read): Remove unused reference to display group
16368         parameter.
16369
16370 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16371
16372         * nnheader.el (nnheader-uniquify-message-id): New experimental
16373         variable.
16374         (nnheader-nov-read-message-id): Use it.
16375
16376         * spam-report.el (spam-report-gmane): Add interactive.
16377
16378 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16379
16380         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
16381         qp-or-base64 for the application/* types.
16382
16383 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
16384
16385         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
16386
16387 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
16388
16389         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
16390         trim value.
16391
16392 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16393
16394         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
16395         New macro and function.
16396         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
16397
16398 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16399
16400         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
16401         after-load-alist.
16402
16403 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16404
16405         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
16406         update info that isn't there.
16407
16408 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
16409
16410         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
16411         entry.
16412
16413 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16414
16415         * mm-view.el (mm-inline-render-with-function): Use multibyte
16416         buffer; decode html source by charset.
16417
16418         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
16419
16420         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
16421         Mule-UCS is loaded under XEmacs.
16422         (mm-mime-mule-charset-alist): Avoid duplicated entries.
16423
16424 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
16425
16426         * nnheader.el (nnheader-max-head-length): Increase to 8192.
16427
16428 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16429
16430         * mm-util.el (mm-coding-system-p): Return a coding-system.
16431         (mm-mime-mule-charset-alist): Use shift_jis instead of
16432         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
16433         entries for the mime charsets iso-2022-jp-3 and shift_jis.
16434         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
16435         instead of japanese-shift-jis and iso-latin-1 respectively in
16436         order to share the default value with both Emacs and XEmacs-mule.
16437         (mm-mule-charset-to-mime-charset): Make
16438         mm-coding-system-priorities effective.
16439         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
16440         while predicating of candidates upon the priorities.
16441
16442 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
16443
16444         * gnus-sum.el (gnus-summary-make-menu-bar): Add
16445         gnus-uu-invert-processable.
16446
16447         * gnus.el: Autoload gnus-uu-invert-processable.
16448
16449 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16450
16451         * mm-util.el (mm-with-multibyte-buffer): New macro.
16452
16453         * rfc2047.el (rfc2047-encode-string): Use it.
16454         (rfc2047-encode-region): Move point to the end of the region after
16455         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
16456
16457 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16458
16459         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
16460         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
16461
16462 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16463
16464         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
16465         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
16466         Karl Chen <quarl@nospam.quarl.org>.
16467
16468 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
16469
16470         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
16471         invalid addresses.
16472
16473 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
16474
16475         * spam.el: Change section markers, revise TODO list.
16476         (spam-backends): Make new master list of all installed backends.
16477         (spam-summary-exit-behavior): Add new variable to determine how
16478         messages moves are done at summary exit.
16479         (spam-move-spam-nonspam-groups-only)
16480         (spam-process-ham-in-nonham-groups)
16481         (spam-process-ham-in-spam-groups): Remove variables, the
16482         spam-summary-exit-behavior variable should be used to manage this
16483         behavior.
16484         (spam-old-ham-articles, spam-old-spam-articles): Remove.
16485         (spam-old-articles): Add variable, replacing spam-old-ham-articles
16486         and spam-old-spam-articles.
16487         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
16488         Add empty variables, placeholders for the backends they represent.
16489         (spam-set-difference): Move, unchanged.
16490         (spam-list-of-processors): Declare OBSOLETE, not used anymore
16491         unless the user has a processor variable.
16492         (spam-classifications, spam-classification-valid-p)
16493         (spam-backend-properties, spam-backend-property-valid-p)
16494         (spam-backend-function-type-valid-p)
16495         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
16496         (spam-report-articles-gmane, spam-report-articles-resend):
16497         Remove functions, they are not needed.
16498         (spam-install-backend-super, spam-backend-list)
16499         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
16500         (spam-backend-function, spam-backend-ham-registration-function)
16501         (spam-backend-spam-registration-function)
16502         (spam-backend-ham-unregistration-function)
16503         (spam-backend-spam-unregistration-function)
16504         (spam-backend-statistical-p, spam-backend-mover-p)
16505         (spam-install-backend-alias, spam-install-checkonly-backend)
16506         (spam-install-mover-backend, spam-install-nocheck-backend)
16507         (spam-install-backend, spam-install-statistical-backend)
16508         (spam-install-statistical-checkonly-backend): Add backend installation
16509         support.
16510         (spam-summary-prepare-exit): Rewrite to use the new backend code.
16511         (spam-group-processor-p): Use the new backend code and respect the
16512         summary exit behavior.
16513         (spam-mark-spam-as-expired-and-move-routine): Remove.
16514         (spam-summary-prepare): Change to use the new spam-old-articles
16515         variable.
16516         (spam-copy-or-move-routine, spam-copy-spam-routine)
16517         (spam-move-spam-routine, spam-copy-ham-routine)
16518         (spam-move-ham-routine): Add code to copy/move ham or spam.
16519         (spam-fetch-field-fast): Improve doc and code, plus allow the
16520         'number request.
16521         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
16522         variables.
16523         (spam-split, spam-find-spam): Use the new backend code.
16524         (spam-registration-functions): Remove variable.
16525         (spam-unregister-routine): Add convenience wrapper.
16526         (spam-log-undo-registration, spam-register-routine)
16527         (spam-log-processing-to-registry)
16528         (spam-log-unregistration-needed-p): Rename "check" to "backend"
16529         where possible.
16530         (spam-check-gmane-xref, spam-check-regex-headers)
16531         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
16532         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
16533         (spam-check-bogofilter-headers, spam-check-spamoracle)
16534         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
16535         (spam-check-crm114-headers): Use the spam-split-group that
16536         spam-split prepares, no need to determine it every time.
16537
16538         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
16539         to the nnheader-parse-naked-head call.
16540
16541         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
16542
16543         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
16544         the nnheader-nov-read-message-id call.
16545
16546 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16547
16548         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
16549         gnus-activate-group twice.  Suggested by Markus Peter
16550         <warp@spin.de>.
16551
16552 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16553
16554         * gnus-art.el (gnus-article-time-format): Exchange the order of
16555         day and month in the default value; fix customization type.
16556         (article-date-ut): Use add-text-properties.
16557         (article-make-date-line): Use message-make-date instead of
16558         current-time-string.
16559
16560         * message.el (message-fetch-field): Don't use set-text-properties.
16561         (message-make-date): Simplify.
16562
16563         * messagexmas.el (message-xmas-make-date): New function.
16564         (message-xmas-redefine): Defalias message-make-date to it.
16565
16566 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16567
16568         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
16569         (rfc2047-encode-region): Treat text within parentheses as special;
16570         show the original text when error has occurred.
16571
16572         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
16573         already-computed method to gnus-activate-group.
16574
16575         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
16576         same select-methods identical Lisp objects.
16577
16578         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
16579         object when modifying the info.
16580
16581 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16582
16583         * gnus-srvr.el (gnus-server-set-info): Remove the server from
16584         gnus-opened-servers since it has never been opened with the new
16585         configuration yet.
16586
16587 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16588
16589         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
16590         arg to nnheader-generate-fake-message-id.
16591
16592 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
16593
16594         * nnheader.el (nnheader-generate-fake-message-id): Accept a
16595         number and build a fake message ID localized to a group and
16596         article number (so it's repeatable from that point on).
16597         (nnheader-fake-message-id-p): Change regex to accomodate new fake
16598         ID format.
16599
16600         * gnus-sum.el (gnus-get-newsgroup-headers): Call
16601         nnheader-generate-fake-message-id with the article number.
16602
16603 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
16604
16605         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
16606         end-of-buffer.
16607
16608 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16609
16610         * message.el (message-ignored-supersedes-headers): Add Approved.
16611
16612 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16613
16614         * rfc2047.el (rfc2047-encode-message-header): Remove useless
16615         goto-char.
16616         (rfc2047-encode): Fold the line before encoding.
16617
16618 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16619
16620         * rfc2047.el (rfc2047-encode-message-header): Disabled header
16621         folding -- not all headers can be folded, and this should be done
16622         by the message composition mode.  Probably.  I think.
16623
16624 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16625
16626         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
16627         fast.
16628
16629         * gnus-ems.el (gnus-remove-image): Don't use
16630         message-text-with-property; remove only the image found first.
16631
16632         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
16633         found first.
16634
16635 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
16636
16637         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
16638
16639 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16640
16641         * message.el (message-text-with-property): Make it fast and accept
16642         optional arguments.
16643         (message-strip-forbidden-properties): Use it.
16644         (message-fix-before-sending): Follow the m-t-w-p change.
16645
16646         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
16647
16648 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16649
16650         * gnus-art.el (article-hide-headers): Don't change the buffer
16651         mistakenly when performing mml-preview even if
16652         gnus-single-article-buffer is nil.
16653
16654 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
16655
16656         * message.el (message-expand-name-databases): New user option.
16657         (message-expand-name): Use it.
16658
16659 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
16660
16661         * spam.el (spam-report-articles-resend)
16662         (spam-report-resend-register-routine): Allow ham reporting.
16663         (spam-report-resend-register-ham-routine): Add wrapper.
16664         (spam-registration-functions): Add ham resending functions.
16665         (spam-list-of-processors): Add ham resend processor.
16666
16667         * gnus.el (ham-resend-to): Add new group parameter.
16668         (spam-process): Add ham resend option.
16669
16670         * spam-report.el (spam-report-resend): Allow reporting ham.
16671         (spam-report-resend-ham): Add wrapper.
16672
16673 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16674
16675         * message.el (message-cite-articles-with-x-no-archive): New
16676         variable.
16677         (message-cite-original): Use it.
16678
16679 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16680
16681         * message.el (message-cite-original): Respect X-No-Archive.
16682
16683 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16684
16685         * gnus-art.el (article-hide-headers): Refer to the values for
16686         gnus-ignored-headers and gnus-visible-headers in the summary
16687         buffer since a user may have set them as group parameters.
16688
16689 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
16690
16691         * assistant.el (assistant-node-name): Add convenience function.
16692         (assistant-render-text, assistant-render-node): Add error handling,
16693         plus handle multiple next nodes.
16694         (assistant-find-next-node): Comment out for now.
16695         (assistant-find-next-nodes): Add function, returns list of next
16696         nodes.
16697
16698 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
16699
16700         * mail-source.el (mail-source-directory): Fix doc-string.
16701
16702 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
16703
16704         * assistant.el (assistant-render-text, assistant-eval): Add :set
16705         widget type, which is different because it takes and returns a
16706         list.  Much hilarity ensues.
16707
16708 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
16709
16710         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
16711
16712         * gnus-group.el (gnus-group-get-new-news-this-group): Added
16713         doc-string.
16714
16715         * gnus-start.el (gnus-activate-group): Added doc-string.
16716
16717 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16718
16719         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
16720
16721 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
16722
16723         * assistant.el (assistant-render-text): Try to add a :set
16724         widget, more to come.
16725
16726         * spam.el (spam-group-spam-contents-p): Handle empty groupname
16727         strings.
16728         (spam-report-articles-resend)
16729         (spam-register-routine): Do registration iff any articles warrant
16730         it.
16731         (spam-summary-prepare-exit): Change log message for nil group
16732         destinations.
16733
16734 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
16735
16736         * spam.el (spam-report-resend-register-routine): Allow
16737         spam-report-resend-to to be a group parameter or a global value.
16738
16739 2004-05-26  Simon Josefsson  <jas@extundo.com>
16740
16741         * starttls.el: Merge with my GNUTLS based starttls.el.
16742         (starttls-gnutls-program, starttls-use-gnutls)
16743         (starttls-extra-arguments, starttls-process-connection-type)
16744         (starttls-connect, starttls-failure, starttls-success): New
16745         variables.
16746         (starttls-program, starttls-extra-args): Doc fix.
16747         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
16748         functions.
16749         (starttls-negotiate, starttls-open-stream): Check
16750         `starttls-use-gnutls' and pass on to corresponding *-gnutls
16751         function if it is set.
16752
16753 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16754
16755         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
16756         structured fields.
16757
16758 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16759
16760         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
16761
16762 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
16763
16764         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
16765         variable.
16766         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
16767         assigning the spam-mark to new messages.
16768
16769 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
16770
16771         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
16772
16773 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16774
16775         * dgnushack.el: Autoload customize-set-variable for XEmacs.
16776
16777         * rfc2047.el (rfc2047-encodable-p): Don't move point.
16778         (rfc2047-decode): Treat the ascii coding-system as raw-text by
16779         default.
16780
16781 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
16782
16783         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
16784         correct data.
16785
16786 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
16787
16788         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
16789         (spam-group-processor-p): Fix function.
16790         (spam-group-processor-multiple-p)
16791         (spam-group-spam-processor-report-gmane-p)
16792         (spam-group-spam-processor-report-resend-p)
16793         (spam-group-spam-processor-bogofilter-p)
16794         (spam-group-spam-processor-blacklist-p)
16795         (spam-group-spam-processor-ifile-p)
16796         (spam-group-ham-processor-ifile-p)
16797         (spam-group-spam-processor-spamoracle-p)
16798         (spam-group-spam-processor-crm114-p)
16799         (spam-group-ham-processor-bogofilter-p)
16800         (spam-group-spam-processor-stat-p)
16801         (spam-group-ham-processor-stat-p)
16802         (spam-group-ham-processor-whitelist-p)
16803         (spam-group-ham-processor-BBDB-p)
16804         (spam-group-ham-processor-spamoracle-p)
16805         (spam-group-ham-processor-copy-p): Remove functions with some
16806         prejudice against unneeded code.
16807         (spam-report-articles-resend)
16808         (spam-report-resend-register-routine): Allow the group/topic
16809         spam-resend-to value to override spam-report-resend-to.
16810         (spam-summary-prepare-exit): Invoke spam-group-processor-p
16811         properly now.
16812
16813         * gnus.el (spam-resend-to): Add group/topic parameter.
16814         (spam-process): Move the OBSOLETE processors to the end of the
16815         choices.
16816
16817 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
16818
16819         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
16820         with resend-to set to nil, and then ask the user if necessary.
16821         (spam-report-resend): spam-report-resend takes a list of articles, not
16822         separate article numbers.
16823
16824 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16825
16826         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
16827         addition to emacs-w3m.
16828
16829 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16830
16831         * assistant.el (assistant-authinfo-data): New function.
16832         (assistant-eval): Eval for entire assistant.
16833
16834         * netrc.el (netrc-services-file): New variable.
16835         (netrc-parse-services): New function.
16836         (netrc-find-service-name): New function.
16837         (netrc-find-service-number): New function.
16838         (netrc-port-equal): New function.
16839         (netrc-machine): Use it.
16840
16841         * nnimap.el (nnimap-open-connection): Use netrc.
16842
16843         * gnus-util.el (gnus-netrc-get): Remove aliases.
16844
16845         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
16846
16847         * assistant.el (wid-edit): Fix compilation.
16848
16849         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
16850
16851 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
16852
16853         * gnus-util.el (gnus-set-file-modes): New function.  (small
16854         patch).
16855
16856 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16857
16858         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
16859
16860         * assistant.el (assistant-render-node): Fix up rendering and
16861         read-only text.
16862         (assistant-render-node): Reset.
16863         (assistant-make-read-only): Not sticky.
16864
16865 2004-05-20  Danny Siu  <dsiu@adobe.com>
16866
16867         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
16868         centered even when gnus-auto-center-summary is t.
16869
16870 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16871
16872         * dns.el (dns-get-txt-answer): New function.
16873         (dns-read-txt): Ditto.
16874         (query-dns): Use it.
16875
16876 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16877
16878         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
16879         active for foreign groups even if the group level is higher than
16880         the specified value.
16881
16882 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16883
16884         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
16885         non-active groups.
16886
16887         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
16888
16889 2004-05-20  Magnus Henoch  <mange@freemail.hu>
16890
16891         * dns.el (dns-read-type): Add support for SVR.  (small patch)
16892
16893 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
16894
16895         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
16896         (spam-crm114-header, spam-crm114-spam-switch)
16897         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
16898         (spam-crm114-positive-spam-header)
16899         (spam-crm114-database-directory, spam-list-of-processors)
16900         (spam-group-spam-processor-crm114-p)
16901         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
16902         (spam-generic-score, spam-list-of-checks)
16903         (spam-list-of-statistical-checks, spam-registration-functions)
16904         (spam-check-crm114-headers, spam-crm114-score)
16905         (spam-check-crm114, spam-crm114-register-with-crm114)
16906         (spam-crm114-register-spam-routine)
16907         (spam-crm114-unregister-spam-routine)
16908         (spam-crm114-register-ham-routine)
16909         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
16910         asjo@koldfront.dk (Adam Sjøgren).
16911
16912         * gnus.el: Add spam-use-crm114.
16913
16914         * spam.el (spam-list-of-processors, spam-registration-functions):
16915         Add spam-use-resend.
16916         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
16917         (spam-report-articles-gmane): Add doc fix.
16918         (spam-report-articles-resend, spam-report-resend-register-routine):
16919         Add wrappers around spam-report-resend-to.
16920
16921         * spam-report.el (spam-report-resend-to, spam-report-resend):
16922         Add support for resending spam.
16923         (spam-report-gmane): Fix line length >80.
16924
16925         * gnus.el (spam-process): Add spam-use-resend.
16926
16927 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16928
16929         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
16930         number of processed spam messages.
16931         (spam-ham-copy-or-move-routine): Return the number of processed
16932         ham messages.
16933         (spam-summary-prepare-exit): Use the above values to decide
16934         whether status messages shouled be displayed.
16935
16936 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16937
16938         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
16939         `rfc2047-encoding-function-alist' in order to avoid conflicting
16940         with the old version.
16941         (rfc2047-encode-region): Concatenate words containing non-ASCII
16942         characters in structured fields; don't encode space-delimited
16943         ASCII words even in unstructured fields; don't break words at
16944         char-category boundaries.
16945         (rfc2047-encode-1): New function.
16946         (rfc2047-encode): Use it; encode text so that it occupies the
16947         maximum width within 76-column; work correctly on Q encoding for
16948         iso-2022-* charsets.
16949         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
16950         sure not to break a line just after the header name.
16951         (rfc2047-b-encode-region): Removed.
16952         (rfc2047-b-encode-string): New function.
16953         (rfc2047-q-encode-region): Removed.
16954         (rfc2047-q-encode-string): New function.
16955
16956         * mm-util.el (mm-replace-in-string): New function.
16957
16958 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16959
16960         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
16961         get it right.
16962         (gnus-inews-make-draft): Really.
16963
16964 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
16965
16966         * nnmh.el (nnmh-request-list-1): Don't check the link count
16967         before descending.  (small patch)
16968
16969 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16970
16971         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
16972         stuff.
16973
16974         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
16975         on real group name.
16976
16977         * gnus-art.el (gnus-signature-limit): Doc fix.
16978
16979         * gnus-msg.el (gnus-inews-make-draft): Quote list.
16980
16981         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
16982
16983 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
16984
16985         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
16986         isn't a string.
16987
16988 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16989
16990         * gnus-draft.el (gnus-draft-send): Bind
16991         rfc2047-encode-encoded-words.
16992
16993         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
16994         (rfc2047-encodable-p): Say that =? needs encoding.
16995         (rfc2047-encode-encoded-words): New variable.
16996
16997         * gnus-group.el (gnus-group-select-group): Doc fix.
16998
16999         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
17000
17001         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
17002         to nil.
17003
17004         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
17005
17006         * nnheader.el (nnheader-get-lines-and-char): New function.
17007
17008 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
17009
17010         * gnus-msg.el (gnus-summary-followup-with-original): Document
17011         yanking of region when active.
17012
17013 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17014
17015         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
17016         groups if the group level is higher than the specified value.
17017
17018 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17019
17020         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
17021         (gnus-group-jump-to-group): Added prefix argument using
17022         `gnus-group-jump-to-group-prompt'.  Query before jumping to
17023         non-active group.
17024
17025         * compface.el (uncompface): Be verbose when changing
17026         `uncompface-use-external'.
17027
17028         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
17029         handle manual section.
17030
17031 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17032
17033         * gnus-art.el (gnus-button-alist): Revert previous change.
17034
17035 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17036
17037         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
17038
17039 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17040
17041         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
17042         whether backend can accept message.
17043
17044         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
17045
17046 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
17047
17048         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17049         Avoid creating directory when nntp-marks-is-evil is true.
17050         Reported by Reiner Steib.
17051
17052 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17053
17054         * gnus-picon.el (gnus-picon-style): New variable.
17055         (gnus-picon-insert-glyph): Added optional `nostring' argument.
17056         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
17057         Jesper Harder <harder@ifa.au.dk>.
17058
17059 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17060
17061         * message.el (message-fill-field): Return point.
17062         (message-generate-headers): Go to end of field.
17063
17064         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
17065         stuff for non-living groups.
17066
17067 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
17068
17069         * gnus-art.el (gnus-article-followup-with-original)
17070         (gnus-article-reply-with-original): gnus-mark-active-p ->
17071         gnus-region-active-p.
17072
17073 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
17074
17075         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
17076         only when there is spam or ham to be processed.
17077
17078 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17079
17080         * mail-source.el (mail-source-delete-crash-box): Refactor.
17081         (mail-source-fetch): Use it.
17082         (mail-source-fetch-file): Ditto.
17083         (mail-source-fetch-directory): Run postscript in loop.
17084         (mail-source-fetch-pop): Delete.
17085         (mail-source-fetch-maildir): Ditto.
17086         (mail-source-fetch-imap): Ditto.
17087
17088         * imap.el (imap-authenticators): Comment out sasl.
17089
17090         * message.el (message-skip-to-next-address): New function.
17091         (message-fill-header-address): Refactor.
17092         (message-fill-address): Use it.
17093         (message-delete-address): Use it.
17094         (message-fill-header-general): Refactor.
17095         (message-fill-field-address): Rename.
17096         (message-narrow-to-field): Find the start of the header.
17097         (message-header-format-alist): Don't pre-fill.
17098         (message-fill-header): Removed.
17099         (message-insert-header): New function.
17100         (message-shorten-references): Use it.
17101
17102         * rfc2047.el (rfc2047-field-value): Strip props.
17103
17104         * mail-parse.el (mail-header-make-address): New alias.
17105
17106         * ietf-drums.el (ietf-drums-make-address): New function.
17107
17108         * imap.el: Add compiler directives.
17109
17110         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
17111
17112         * gnus-art.el (article-decode-idna-rhs): Don't use
17113         message-idna-inside-rhs-p.
17114
17115 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17116
17117         * message.el (message-idna-inside-rhs-p): Removed.
17118         (message-idna-to-ascii-rhs-1): Use proper address parsing.
17119
17120         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
17121         false positives.
17122
17123 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
17124
17125         * imap.el (imap-sasl-make-mechanisms): Use sasl.
17126
17127 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17128
17129         * nneething.el (nneething-file-name): Don't create spurious
17130         files.
17131
17132         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
17133         (gnus-inews-do-gcc): Remove sleep.
17134
17135         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
17136         part under point.
17137
17138         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
17139         (gnus-agent-regenerate-group): Using nil messages aren't valid.
17140
17141 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
17142
17143         * spam.el (spam-summary-prepare-exit): Fixed (length).
17144
17145 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
17146
17147         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
17148         as expired without moving it" message when there are spam
17149         messages left.
17150
17151 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
17152
17153         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
17154         header is not nil.
17155
17156 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
17157
17158         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
17159         nntp-possibly-create-directory, not nntp-possibly-change-group.
17160         (nntp-marks-changed-p): New arg SERVER.
17161         (nntp-request-update-info): Adjust caller.
17162
17163 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
17164
17165         * nntp.el (nntp-save-marks): Pass missing arg.
17166
17167 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
17168
17169         * nntp.el: Support marks.
17170         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
17171         (nntp-marks-modtime, nntp-marks-directory): New variables.
17172         (nntp-request-set-mark, nntp-request-update-info)
17173         (nntp-possibly-create-directory, nntp-marks-changed-p)
17174         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
17175         functions.
17176
17177 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
17178
17179         * gnus-xmas.el (gnus-xmas-select-lowest-window)
17180         (gnus-xmas-redefine): Rename.
17181
17182         * gnus-score.el (gnus-score-insert-help): Use
17183         gnus-select-lowest-window.
17184
17185         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
17186         appt-select-lowest-window and rename to gnus-select-lowest-window.
17187
17188         * gnus.el: do.
17189
17190 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17191
17192         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
17193         encodings of MIME-encoded words, in order to improve
17194         interoperability with several broken MUAs.
17195
17196 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17197
17198         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
17199         tags, only when charsets are not specified in headers.
17200         (mm-inline-text-html-render-with-w3m): Ditto.
17201
17202         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
17203         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
17204
17205 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17206
17207         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
17208         instead of MIME-decoded from fields when checking
17209         `gnus-article-address-banner-alist'.
17210
17211 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
17212
17213         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
17214         description rather than subject.
17215
17216 2004-05-02  Steve Youngs  <steve@youngs.au.com>
17217
17218         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
17219
17220 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17221
17222         * gnus.el (gnus-version-number): Bump.
17223
17224 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17225
17226         * gnus.el: No Gnus v0.2 is released.
17227
17228 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17229
17230         * gnus-agent.el (gnus-agent-read-agentview): Inline
17231         gnus-uncompress-range.
17232
17233 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17234
17235         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
17236         `exec-installed-p'.
17237
17238 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17239
17240         * gnus.el (spam-process, spam-autodetect-methods): Add
17241         bsfilter and bsfilter-headers.
17242
17243         * spam.el (spam-bsfilter): New customize group.
17244         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
17245         (spam-bsfilter-header, spam-bsfilter-probability-header)
17246         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
17247         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
17248         (spam-bsfilter-database-directory): New options.
17249         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
17250         (spam-list-of-statistical-checks, spam-registration-functions):
17251         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
17252         (spam-bsfilter-score): New command.
17253         (spam-check-bsfilter-headers, spam-check-bsfilter)
17254         (spam-bsfilter-register-with-bsfilter)
17255         (spam-bsfilter-register-spam-routine)
17256         (spam-bsfilter-unregister-spam-routine)
17257         (spam-bsfilter-register-ham-routine)
17258         (spam-bsfilter-unregister-ham-routine): New functions.
17259         (spam-generic-score): Support bsfilter; Accept an optional argument
17260         to recalcurate spam score even if scoring header has already been
17261         added.
17262         (spam-bogofilter-score, spam-spamassassin-score): Accept an
17263         optional argument to recalcurate spam score even if scoring header
17264         has already been added.
17265
17266 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
17267
17268         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
17269         strings!  Reported by David D. Smith <davidsmith@acm.org>.
17270         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
17271         link is missing.
17272
17273 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
17274
17275         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
17276         (html2text-get-attr): Rewrite.
17277
17278         * message.el (message-setup-1): Remove redundant put-text-property
17279         on mail-header-separator.
17280
17281 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
17282
17283         * gnus-registry.el (gnus-registry-cache-whitespace)
17284         (gnus-registry-action, gnus-registry-spool-action)
17285         (gnus-registry-split-fancy-with-parent): Change message levels
17286         from 5 to 3 or 7, as needed.
17287
17288         * spam.el (spam-summary-prepare-exit)
17289         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
17290         (spam-split, spam-find-spam, spam-log-undo-registration)
17291         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
17292         level from 5 to 6.
17293
17294 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17295
17296         * gnus-ems.el: Autoload appt-select-lowest-window (revert
17297         2004-03-04 change).
17298
17299 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
17300
17301         * sieve-manage.el (sieve-manage-open):
17302         * nnweb.el (nnweb-insert-html):
17303         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
17304         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
17305         * nnspool.el (nnspool-request-group):
17306         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
17307         * nnml.el (nnml-request-update-info):
17308         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
17309         (nnmh-request-create-group, nnmh-update-gnus-unreads):
17310         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
17311         (nnimap-request-set-mark):
17312         * nnfolder.el (nnfolder-request-update-info):
17313         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
17314         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
17315         * gnus-uu.el (gnus-uu-find-articles-matching):
17316         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
17317         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
17318         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
17319         * gnus-nocem.el (gnus-nocem-scan-groups):
17320         * gnus-int.el (gnus-start-news-server):
17321         * gnus-group.el (gnus-group-make-kiboze-group)
17322         (gnus-group-browse-foreign-server):
17323         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
17324         Use mapc when appropriate.
17325
17326 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
17327
17328         FIXME: Make separate entries for each person.
17329
17330         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
17331         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
17332         <shields@msrl.com>:
17333
17334         * spam.el (spam-necessary-extra-headers): Get the extra headers we
17335         may need for spam sorting and scoring.
17336         (spam-user-format-function-S): Add user format function suitable for
17337         general use.
17338         (spam-article-sort-by-spam-status): Add sorting function for summary
17339         sorting.
17340         (spam-extra-header-to-number): Add function to get a score from a
17341         header.
17342         (spam-summary-score): Add function to get a numeric score from the
17343         headers.
17344         (spam-generic-score): Fix function doc, was in wrong place.
17345         (spam-initialize): Take symbols when it's run, and install the
17346         extra headers that spam-necessary-extra-headers thinks we need.
17347
17348 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
17349
17350         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
17351         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17352
17353 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
17354
17355         * gnus-sum.el (gnus-set-global-variables)
17356         (gnus-build-all-threads, gnus-get-newsgroup-headers)
17357         (gnus-article-get-xrefs, gnus-summary-best-group)
17358         (gnus-summary-next-article, gnus-summary-enter-digest-group)
17359         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
17360         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
17361         Use with-current-buffer.
17362
17363 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
17364
17365         * spam.el (spam-summary-prepare-exit): Simplify logic.
17366         (spam-fetch-article-header): Read the article header if it's not
17367         available.
17368         (spam-list-articles): Simplify logic.
17369         (spam-filelist-register-routine): Fix bug with unregister-list.
17370
17371         * gnus-registry.el: Fix comments at beginning.
17372
17373 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
17374
17375         * message.el (message-cater-to-broken-inn): Remove.
17376         (message-shorten-references): Make sure the total folded length of
17377         References is shorter than 998 characters to cater to a bug in INN
17378         2.3.  Also, don't pretend that references aren't folded -- this
17379         hasn't worked for a while.
17380
17381 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17382
17383         * gnus-agent.el (gnus-agentize):
17384         gnus-agent-send-mail-real-function no longer set to current value
17385         of message-send-mail-function but rather a lambda that calls
17386         message-send-mail-function.  The change makes the agent real-time
17387         responsive to user changes to message-send-mail-function.
17388
17389 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17390
17391         * legacy-gnus-agent.el
17392         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
17393         help from Florian Weimer <fw@deneb.enyo.de>
17394
17395 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17396
17397         * nnmail.el (nnmail-cache-insert): Revert last change.
17398
17399 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17400
17401         * nnmail.el (nnmail-cache-insert): Always check whether
17402         nnmail-cache-ignore-groups matches a group name.
17403
17404 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
17405
17406         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
17407         (spam-find-spam, spam-log-processing-to-registry)
17408         (spam-log-registered-p, spam-log-unregistration-needed-p)
17409         (spam-log-undo-registration): Use gnus-message instead of
17410         gnus-error, none of these errors are fatal.
17411
17412         * gnus-registry.el (gnus-registry-clean-empty-function)
17413         (gnus-registry-clean-empty): Remove only empty entries without
17414         extra data.
17415
17416 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
17417
17418         * spam-stat.el (spam-stat-buffer-change-to-spam)
17419         (spam-stat-buffer-change-to-non-spam): Change (error) to
17420         (gnus-message 8) invocation.
17421
17422 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17423
17424         * nntp.el (nntp-via-netcat-command): New variable.
17425         (nntp-via-netcat-switches): New variable.
17426         (nntp-open-via-rlogin-and-netcat): New function.
17427         (nntp-open-connection-function): Doc fix.
17428         (nntp-telnet-command): Doc fix.
17429         (nntp-end-of-line): Doc fix.
17430         (nntp-via-rlogin-command): Doc fix.
17431         (nntp-via-user-name): Doc fix.
17432         (nntp-via-address): Doc fix.
17433
17434 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17435
17436         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
17437         error in Emacs 21.1.
17438
17439 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
17440
17441         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
17442
17443 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17444
17445         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
17446         (gnus-agent-with-refreshed-group): New macro.
17447         (gnus-agent-rename-group): New function.
17448         (gnus-agent-delete-group): New function.
17449         (gnus-agent-save-group-info): Use gnus-command-method when
17450         `method' parameter is nil.  Don't write nil entries into the
17451         active file.
17452         (gnus-agent-get-group-info): New function.
17453         (gnus-agent-fetch-articles): Use
17454         gnus-agent-update-files-total-fetched-for to increment disk space
17455         used.
17456         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
17457         gnus-agent-update-view-total-fetched-for to increment disk space
17458         used.
17459         (gnus-agent-get-local): Added optional parameters to avoid calling
17460         gnus-group-real-name and gnus-find-method-for-group.
17461         (gnus-agent-set-local): Delete stored entry if either min, or max,
17462         are nil.
17463         (gnus-agent-fetch-session): Reworded error/quit messages.  On
17464         quit, use gnus-agent-regenerate-group to record existance of any
17465         articles fetched to disk before the quit occurred.
17466         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
17467         gnus-agent-update-view-total-fetched-for, and
17468         gnus-agent-update-files-total-fetched-for to decrement disk space
17469         used.
17470         (gnus-agent-retrieve-headers): Use
17471         gnus-agent-update-view-total-fetched-for to increment disk space
17472         used.
17473         (gnus-agent-regenerate-group): Replace gnus-group-update-group
17474         with gnus-agent-update-files-total-fetched-for to decrement disk
17475         space and fresh group buffer.
17476         (gnus-agent-inhibit-update-total-fetched-for): New variable.
17477         (gnus-agent-need-update-total-fetched-for): New variable.
17478         (gnus-agent-update-files-total-fetched-for): New function.
17479         (gnus-agent-update-view-total-fetched-for): New function.
17480         (gnus-agent-total-fetched-for): New function.
17481
17482         * gnus-cache.el (gnus-cache-save-buffers): Use
17483         gnus-cache-update-overview-total-fetched-for to change disk space
17484         used by this group.
17485         (gnus-cache-possibly-enter-article): Use
17486         gnus-cache-update-file-total-fetched-for to increment disk space
17487         used by this group.
17488         (gnus-cache-possibly-remove-article): Use
17489         gnus-cache-update-file-total-fetched-for to decrement disk space
17490         used by this group.
17491         (gnus-cache-generate-nov-databases): Purge total fetched cache.
17492         (gnus-cache-rename-group): New function.
17493         (gnus-cache-delete-group): New function.
17494         (gnus-cache-inhibit-update-total-fetched-for): New variable.
17495         (gnus-cache-need-update-total-fetched-for): New variable.
17496         (gnus-cache-with-refreshed-group): New macro.
17497         (gnus-cache-update-file-total-fetched-for): New function.
17498         (gnus-cache-update-overview-total-fetched-for): New function.
17499         (gnus-cache-rename-group-total-fetched-for): New function.
17500         (gnus-cache-delete-group-total-fetched-for): New function.
17501         (gnus-cache-total-fetched-for): New function.
17502
17503         * gnus-group.el: Require gnus-sum and autoload functions to
17504         resolve warnings when gnus-group.el compiled alone.
17505         (gnus-group-line-format): Documented new %F.
17506         (size of Fetched data) group line format; identifies disk space
17507         used by agent and cache.
17508         (gnus-group-line-format-alist): Defined new F format.
17509         (gnus-total-fetched-for): New function.
17510         (gnus-group-delete-group): No longer update
17511         gnus-cache-active-altered as gnus-request-delete-group now keeps
17512         the cache in sync.
17513         (gnus-group-list-active): Let the agent store a server's active
17514         list if currently plugged.
17515
17516         * gnus-int.el (gnus-request-delete-group):
17517         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
17518         local disk in sync with the server.
17519         (gnus-request-rename-group):
17520         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
17521         local disk in sync with the server.
17522
17523         * gnus-start.el (gnus-get-unread-articles):
17524         Cosmetic simplification to logic.
17525
17526         * gnus-util.el (gnus-rename-file): New function.
17527
17528 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
17529
17530         * mm-util.el (mm-image-load-path): Handle nil in load-path.
17531
17532 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
17533
17534         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
17535         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
17536
17537 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
17538
17539         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
17540         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
17541
17542 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
17543
17544         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
17545
17546 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
17547
17548         * spam.el (spam-set-difference): Add function to replace
17549         gnus-set-difference in spam.el.
17550         (spam-summary-prepare-exit): Use spam-set-difference.
17551
17552 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
17553
17554         * gnus-registry.el (gnus-registry-cache-file): Update to use
17555         gnus-dribble-directory OR gnus-home-directory OR ~.
17556         (gnus-registry-split-fancy-with-parent): Fix doc.
17557
17558 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17559
17560         * message.el (message-exchange-point-and-mark): Use
17561         message-mark-active-p.  Suggested by Jesper Harder
17562         <harder@ifa.au.dk>.
17563
17564 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17565
17566         * message.el (message-exchange-point-and-mark): Don't activate
17567         region if it was inactive.  Suggested by Hiroshi Fujishima
17568         <pooh@nature.tsukuba.ac.jp>.
17569
17570 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17571
17572         * gnus-art.el (article-display-face): Display Faces in the same
17573         order as X-Faces.
17574
17575 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17576
17577         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
17578
17579 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17580
17581         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
17582         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
17583         (gnus-article-mime-hierarchy): Remove.
17584         (gnus-article-mime-hierarchy-next): Remove.
17585         (gnus-article-mode): Revert 2004-03-19 change.
17586         (gnus-article-setup-buffer): Revert 2004-03-19 change.
17587         (gnus-insert-mime-button): Revert 2004-03-19 change.
17588         (gnus-mime-accumulate-hierarchy): Remove.
17589         (gnus-mime-enter-multipart): Remove.
17590         (gnus-mime-leave-multipart): Remove.
17591         (gnus-mime-display-part): Revert 2004-03-19 change.
17592         (gnus-mime-display-alternative): Revert 2004-03-19 change.
17593
17594         * mml.el (mml-preview): Revert 2004-03-19 change.
17595
17596 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
17597
17598         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
17599
17600 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17601
17602         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
17603         t while entering a file name using the mm-with-multibyte macro.
17604         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17605
17606         * mm-util.el (mm-with-multibyte): New macro.
17607
17608 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17609
17610         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
17611         user option.
17612         (gnus-mime-multipart-functions): Doc and customization fix.
17613         (gnus-article-mime-hierarchy): New variable.
17614         (gnus-article-mime-hierarchy-next): New variable.
17615         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
17616         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
17617         gnus-article-mime-hierarchy-next to nil.
17618         (gnus-insert-mime-button): Show hierarchy numbers.
17619         (gnus-mime-accumulate-hierarchy): New function.
17620         (gnus-mime-enter-multipart): New function.
17621         (gnus-mime-leave-multipart): New function.
17622         (gnus-mime-display-part): Recompute hierarchical MIME structure.
17623         (gnus-mime-display-alternative): Show hierarchy numbers.
17624
17625         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
17626         gnus-article-mime-hierarchy-next to nil.
17627
17628 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
17629
17630         * dns.el: Don't require gnus-xmas.
17631
17632 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
17633
17634         * mml.el (mml-generate-mime-1): Don't use format=flowed with
17635         inline PGP.
17636         (mml-menu): Disable mml-quote-region if mark is inactive.
17637
17638 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17639
17640         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
17641         when the group's active is not available.
17642
17643 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17644
17645         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
17646         error.
17647
17648 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
17649
17650         * imap.el (imap-store-password): New variable.
17651         (imap-interactive-login): Use it.
17652         Suggested by Mark Plaksin <happy@mcplaksin.org>.
17653
17654 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17655
17656         * gnus-art.el (gnus-article-read-summary-keys): Restore new
17657         window-start and hscroll to summary window.
17658
17659 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17660
17661         * gnus-start.el (gnus-convert-old-newsrc): Only write the
17662         conversion message to newsrc-dribble when an actual conversion is
17663         performed.
17664
17665 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
17666
17667         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
17668
17669 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17670
17671         * mm-decode.el (mm-complicated-handles): New function reviving
17672         former definition of mm-multiple-handles.
17673
17674         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
17675         (gnus-mime-delete-part): Use it.
17676
17677 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17678
17679         * gnus-agent.el (gnus-agent-read-local): Bind
17680         nnheader-file-coding-system to gnus-agent-file-coding-system to
17681         avoid the implicit assumption that they will always be equal.
17682         (gnus-agent-save-local): Bind buffer-file-coding-system, not
17683         coding-system-for-write, as the with-temp-file macro first prints
17684         to a buffer then saves the buffer.
17685
17686 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17687
17688         * gnus-art.el (gnus-article-edit-part): New function.
17689         (gnus-mime-save-part-and-strip): Use it; do query instead of
17690         signaling an error; don't use mm-multiple-handles.
17691         (gnus-mime-delete-part): Ditto.
17692
17693 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17694
17695         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
17696         old file versions.
17697         (gnus-group-prepare-hook): Removed function that converted list
17698         form of gnus-agent-expire-days to group properties.
17699
17700         * gnus-int.el: Autoload gnus-agent-regenerate-group.
17701         (gnus-request-accept-article): Re-indented.
17702
17703         * gnus-start.el (gnus-convert-old-newsrc): Registered new
17704         converters to handle old agent file formats.  Added logic for a
17705         "backup before upgrading warning".
17706         (gnus-convert-mark-converter-prompt): Developers can mark
17707         functions as needing (default), or not needing,
17708         gnus-convert-old-newsrc's "backup before upgrading warning".
17709         (gnus-convert-converter-needs-prompt): Tests whether the user
17710         should be protected from potentially irreversable changes by the
17711         function.
17712
17713         * legacy-gnus-agent.el: New.  Provides converters that are only
17714         loaded when gnus-convert-old-newsrc needs to call them.
17715
17716 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17717
17718         * mail-source.el (mail-source-touch-pop): Doc fix.
17719
17720         * message.el (message-smtpmail-send-it): Doc fix.
17721
17722 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
17723
17724         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
17725
17726         * nnmail.el (nnmail-split-fancy): do.
17727
17728         * gnus-kill.el (gnus-kill, gnus-execute): do.
17729
17730 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
17731
17732         * gnus-sum.el (gnus-widget-reversible-match)
17733         (gnus-widget-reversible-to-internal)
17734         (gnus-widget-reversible-to-external): New functions.
17735         (gnus-widget-reversible): New widget.
17736         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
17737
17738 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
17739
17740         * gnus-sum.el (gnus-thread-sort-functions)
17741         (gnus-article-sort-functions): Document `(not F)' items.
17742
17743 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
17744
17745         * spam.el (spam-use-gmane-xref): Add new backend.
17746         (spam-gmane-xref-spam-group): Add variable to control the name of the
17747         Gmane spam group.
17748         (spam-blackhole-servers, spam-blackhole-good-server-regex)
17749         (spam-regex-headers-spam, spam-regex-headers-ham)
17750         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
17751         (spam-list-of-checks): Add spam-use-gmane-xref to list of
17752         backends and checks.
17753         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
17754
17755         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
17756         an autodetect method.
17757
17758 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17759
17760         * gnus-int.el (gnus-request-accept-article): Inform the agent that
17761         articles are being added to a group.
17762         (gnus-request-replace-article): Inform the agent that articles
17763         need to be uncached as the cached contents are no longer valid.
17764
17765 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17766
17767         * binhex.el: Don't autoload executable-find.
17768
17769         * canlock.el: Don't autoload mail-fetch-field.
17770
17771         * dgnushack.el: Autoload c-mode for XEmacs.
17772
17773         * gnus-ems.el: Don't autoload appt-select-lowest-window.
17774
17775         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
17776         rmail-dont-reply-to and rmail-output.
17777
17778         * gnus-score.el: Don't autoload ffap-string-at-point.
17779
17780         * gnus-setup.el: Don't autoload sc-cite-original.
17781
17782         * imap.el: Don't autoload base64-decode-string,
17783         base64-encode-string and md5.
17784
17785         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
17786         and rmail-msg-restore-non-pruned-header.
17787
17788         * mm-decode.el: Don't autoload executable-find.
17789
17790         * mm-url.el: Don't autoload executable-find.
17791
17792         * mm-view.el: Don't autoload diff-mode.
17793
17794         * nndb.el: Don't autoload news-reply-mode, news-setup,
17795         cancel-timer and telnet.
17796
17797         * password.el: Don't autoload run-at-time for Emacs.
17798
17799         * sha1-el.el: Don't autoload executable-find.
17800
17801         * sieve-mode.el: Don't autoload c-mode.
17802
17803         * uudecode.el: Don't autoload executable-find.
17804
17805 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17806
17807         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
17808         (gnus-agent-possibly-alter-active): Avoid null in numeric
17809         comparison.
17810         (gnus-agent-set-local): Refuse to save null in local object table.
17811         (gnus-agent-regenerate-group): The REREAD parameter can now be a
17812         list of articles that will be marked as unread.
17813
17814 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17815
17816         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
17817
17818 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
17819
17820         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
17821         language tags.
17822
17823 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
17824
17825         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
17826         Don't bind "obarray".
17827
17828         * gnus-sum.el (gnus-thread-sort-functions): Added
17829         `gnus-thread-sort-by-most-recent-number' and
17830         `gnus-thread-sort-by-most-recent-date'.
17831         Reported by Kai Grossjohann <kai@emptydomain.de>.
17832
17833 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17834
17835         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
17836
17837 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17838
17839         * gnus-cus.el (gnus-agent-customize-category): Removed
17840         ignore-errors macro reference that required cl to be loaded at
17841         run-time.
17842
17843         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
17844         single-interval range of the form (min . max).  Previously the
17845         range had to look like ((min . max)).  Likewise, return
17846         (min . max) rather than ((min . max)).
17847         (gnus-range-map): Use gnus-range-normalize to accept
17848         single-interval range.
17849
17850         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
17851         the cache, but not the agent, now appear with their usual face.
17852
17853         * dgnushack.el (loaddir): New variable that is bound to the
17854         directory containing the dgnushack.el file. Use loaddir, rather
17855         than srcdir, to update load-path. Change lets dgnushack compile
17856         code in directories other than GNUS/lisp.
17857
17858 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17859
17860         * lpath.el: Don't bind w3m-safe-url-regexp.
17861
17862         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
17863         w3m-safe-url-regexp variable buffer-local.
17864
17865         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17866
17867 2004-02-27  Simon Josefsson  <jas@extundo.com>
17868
17869         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
17870         gnus-group-real-prefix.
17871         (gnus-summary-move-article): Use it, instead of
17872         gnus-group-real-prefix.
17873
17874 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17875
17876         * lpath.el: Bind w3m-safe-url-regexp.
17877
17878         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
17879         w3m-safe-url-regexp variable buffer-local and set it as the value
17880         of mm-w3m-safe-url-regexp.
17881
17882         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17883
17884         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
17885         parsing gnus-posting-styles when the message is not for replying.
17886
17887         * dgnushack.el: Autoload sgml-mode for XEmacs.
17888
17889         * nnrss.el (nnrss-opml-export): Use
17890         mm-set-buffer-file-coding-system instead of
17891         set-buffer-file-coding-system.
17892
17893 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
17894
17895         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
17896         of checkdoc.el).
17897         * nnrss.el: do.
17898         * gnus-mlspl.el: do.
17899         * gnus-ml.el: do.
17900         * gnus-srvr.el: do.
17901
17902         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
17903
17904 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
17905
17906         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
17907         Corrections to custom-manual links.
17908
17909         * gnus-art.el (gnus-article): Ditto.
17910
17911         * mm-decode.el (mime-display, mime-security): Ditto.
17912
17913 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17914
17915         * flow-fill.el: Typo.
17916
17917 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
17918
17919         * spam-wash.el: New file.
17920
17921 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
17922
17923         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
17924
17925 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
17926
17927         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
17928         to be run with new-articles as LIST1, not LIST2.
17929         (spam-registration-functions): Add spam-use-ham-copy as a nil
17930         registration backend.
17931
17932 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17933
17934         * spam-stat.el (spam-stat-washing-hook): New option.
17935         (spam-stat-buffer-words): Use it.
17936         (spam-stat-process-directory, spam-stat-test-directory): Use
17937         insert-file-contents-literally.
17938         (spam-stat-coding-system): New variable.
17939         (spam-stat-load, spam-stat-save): Use it.
17940
17941 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17942
17943         * spam-report.el (spam-report-plug-agent): Quote
17944         spam-report-url-to-file and spam-report-url-ping-plain.
17945
17946 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
17947
17948         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
17949         / in mailto URLs.
17950
17951 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17952
17953         * spam-report.el (spam-report-process-queue): Fix interactive use.
17954         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
17955         (spam-report-unplug-agent): Doc fixes.
17956         (spam-report-url-ping-mm-url, spam-report-url-to-file)
17957         (spam-report-agentize, spam-report-deagentize): Autoload.
17958
17959 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17960
17961         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
17962
17963         * message.el (message-setup-fill-variables): Add mml tags to
17964         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
17965         <ajk@iu.edu>.
17966         (message-mode): Don't modify paragraph-separate there.
17967
17968 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17969
17970         * compface.el (uncompface-use-external): Default to undecided.
17971         (uncompface-use-external-threshold): New variable.
17972         (uncompface-float-time): New macro.
17973         (uncompface): Determine whether to use the external decoder if
17974         uncompface-use-external is undecided.
17975
17976 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17977
17978         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
17979         after images.
17980
17981         * gnus-art.el (gnus-mime-display-single): Remove dead code.
17982
17983 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
17984
17985         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
17986
17987         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
17988
17989         * gnus-sum.el (gnus-summary-limit-to-age)
17990         (gnus-summary-limit-children): do.
17991
17992         * gnus-int.el (gnus-request-scan): do.
17993
17994         * gnus-group.el (gnus-group-suspend): do.
17995
17996         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
17997
17998         * gnus-cite.el (gnus-cite-parse-attributions): do.
17999
18000         * gnus-agent.el (gnus-summary-set-agent-mark)
18001         (gnus-agent-regenerate-group): do.
18002
18003         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
18004
18005         * binhex.el (binhex-decode-region-internal): do.
18006
18007 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18008
18009         * gnus-fun.el (gnus-face-properties-alist): New user option.
18010         (gnus-display-x-face-in-from): Use it.
18011
18012         * gnus-art.el (article-display-face): Ditto.
18013
18014         * compface.el (uncompface-use-external): Default to nil.
18015
18016 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
18017
18018         * nntp.el (nntp-erase-buffer): New function.
18019         (nntp-retrieve-data, nntp-send-command)
18020         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
18021         (nntp-possibly-change-group): Use it.
18022
18023         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
18024         with-current-buffer.
18025
18026 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
18027
18028         * compface.el: Merge the ELisp-based uncompface program.
18029         (compface): New customization group.
18030         (uncompface-use-external): New user option.
18031         (uncompface): Call uncompface-internal if uncompface-use-external
18032         is nil.
18033         (uncompface-internal): New function.  Note that there are also
18034         some other functions and variables added for this function.
18035
18036 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
18037
18038         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
18039         if necessary.
18040
18041 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
18042
18043         * spam-report.el (spam-report-unplug-agent)
18044         (spam-report-plug-agent, spam-report-deagentize)
18045         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
18046         Add support for the Agent in spam-report: when unplugged, report to a
18047         file; when plugged, submit all the requests.
18048
18049         * spam.el (spam-register-routine): Fix message about
18050         registration.
18051
18052 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
18053
18054         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
18055         dependencies.
18056         (rfc2047-encode): Use it.
18057
18058         * gnus-art.el (gnus-button-marker-list): Move before first
18059         reference.
18060
18061         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18062         (imap-parse-body): Fix format string mismatch.
18063
18064         * gnus-score.el (gnus-summary-increase-score): do.
18065
18066         * nnrss.el (nnrss-close): New function.
18067
18068 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
18069
18070         * nnrss.el (nnrss-make-filename): New function.
18071         (nnrss-request-delete-group, nnrss-read-server-data)
18072         (nnrss-save-server-data, nnrss-read-group-data)
18073         (nnrss-save-group-data): Use it.
18074         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
18075         (nnrss-read-server-data, nnrss-read-group-data): Use load.
18076         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
18077
18078 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
18079
18080         * mml.el (mml-compute-boundary-1): Don't uncompress files.
18081
18082 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
18083
18084         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
18085         files.
18086
18087         * message.el (message-generate-headers-first): Don't quote nil
18088         and t in docstrings.
18089
18090         * imap.el (imap-id): do.
18091
18092         * gnus-agent.el (gnus-agent-consider-all-articles)
18093         (gnus-agent-queue-mail): do.
18094
18095 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
18096
18097         * spam-report.el (spam-report-process-queue): New function.
18098         Process requests from `spam-report-requests-file'.
18099         (spam-report-process-queue): Doc fix.
18100
18101 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
18102
18103         * spam.el (spam-register-routine)
18104         (spam-log-processing-to-registry, spam-log-registered-p)
18105         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18106         Change "check" to "spam-check" for semi-clarity.
18107
18108 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
18109
18110         * pop3.el: Require nnheader.
18111
18112         * mml-smime.el: Require cl.  Autoload message-fetch-field.
18113
18114         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
18115
18116         * gnus-picon.el: Require cl.
18117
18118         * gnus-fun.el: Require gnus-ems and gnus-util.
18119
18120         * gnus.el (gnus-method-to-server): Move defsubst before first use.
18121
18122         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
18123
18124         * gnus-art.el (gnus-article-edit-mode): Define before first
18125         reference.
18126
18127 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
18128
18129         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
18130         (gnus-uu-post-encoded): Use point-at-bol.
18131
18132         * gnus-topic.el (gnus-group-active-topic-p): do.
18133
18134         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
18135
18136         * gnus-group.el (gnus-group-kill-region): do.
18137
18138         * gnus-art.el (article-date-ut): do.
18139
18140         * message.el (message-fetch-field): Remove redundant
18141         case-fold-search binding.
18142         (message-narrow-to-field): Simplify.
18143
18144 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
18145
18146         * spam.el (spam-directory): Derive from `gnus-directory'.
18147
18148         * spam-report.el (spam-report-url-to-file)
18149         (spam-report-requests-file): New function and variable for offline
18150         reporting.
18151         (spam-report-url-ping-function): Add `spam-report-url-to-file'
18152         and user defined function.
18153         (spam-report-url-ping-mm-url): Remove doubled slash.
18154
18155 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
18156
18157         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
18158
18159 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
18160
18161         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
18162         format string mismatch.
18163
18164         * sieve.el (sieve-deactivate-all): do.
18165
18166         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
18167
18168         * nnlistserv.el (nnlistserv-kk-wash-article): do.
18169
18170         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
18171
18172         * mm-bodies.el (mm-7bit-chars): Don't include \r.
18173
18174 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
18175
18176         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
18177         the list of checks.
18178
18179 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
18180
18181         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
18182         padding.
18183
18184 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
18185
18186         * mm-view.el (mm-fill-flowed): New variable.
18187         (mm-inline-text): Use it.
18188
18189 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
18190
18191         * spam.el (spam-spamassassin-register-ham-routine)
18192         (spam-spamassassin-register-spam-routine): Fix function names.
18193
18194 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18195
18196         * gnus.el (gnus-tmp-grouplens): Remove.
18197         (gnus-summary-line-format): Remove grouplens.
18198
18199         * gnus-group.el (gnus-group-line-format): Ditto.
18200
18201         * gnus-spec.el (gnus-format-specs): Ditto.
18202         (gnus-update-format-specifications): Flush the group format spec
18203         cache if there's the grouplens stuff.
18204         (gnus-parse-simple-format): Replace %l with the empty string.
18205
18206 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
18207
18208         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
18209         omission.
18210
18211 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18212
18213         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
18214         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18215
18216 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18217
18218         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
18219         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
18220         New macros and functions.
18221         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
18222         Handle > NLINK_MAX messages.
18223         * nnmaildir.el (nnmaildir-request-set-mark): Use
18224         nnmaildir--emlink-p and nnmaildir--eexist-p.
18225
18226 2004-01-25  Alex Schroeder  <alex@gnu.org>
18227
18228         * spam-stat.el (spam-stat-process-directory-age): New option.
18229         (spam-stat-process-directory): Use it.
18230
18231 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
18232
18233         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
18234         (spam-stat-save): Accept prefix argument.
18235
18236 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
18237
18238         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
18239         links" error.
18240
18241 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18242
18243         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
18244         the rest of the and/or forms.
18245
18246 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18247
18248         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
18249         compatibility with old .newsrc.eld files.
18250
18251         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
18252
18253         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
18254
18255         * gnus-start.el (gnus-1): do.
18256
18257         * gnus-group.el (gnus-group-line-format-alist): do.
18258
18259         * gnus.el (gnus-use-grouplens, gnus-visual): do.
18260
18261         * gnus-gl.el: Remove.
18262
18263 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18264
18265         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
18266         marks consisting of a single range {for example, (3 . 5)} rather
18267         than a list of a single range { ((3 . 5)) }.
18268
18269 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18270
18271         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
18272         with-current-buffer.
18273         (spam-stat-store-current-buffer): Use insert-buffer-substring to
18274         avoid consing a string.
18275
18276         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
18277         Remove obsolete entries for big5 and gb2312.
18278
18279 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18280
18281         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
18282         uncompressed list.
18283
18284 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
18285
18286         * spam-stat.el (spam-stat-strip-xref): New function.
18287         (spam-stat-process-directory): Use it.
18288
18289         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
18290         here -- it's done in message-fetch-field.
18291
18292 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18293
18294         * gnus-agent.el (gnus-agent-queue-mail)
18295         (gnus-agent-prompt-send-queue): New variables.
18296         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
18297         * gnus-draft.el (gnus-group-send-queue): Pass the group name
18298         "nndraft:queue" along to gnus-draft-send.  Use
18299         gnus-agent-prompt-send-queue.
18300         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
18301         is "nndraft:queue".  Suggested by Gaute Strokkenes
18302         <gs234@srcf.ucam.org>
18303
18304         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
18305         (agent-enable-undownloaded-faces): Added.
18306         (gnus-agent-cat-groups): Use eval-and-compile, not
18307         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
18308         method of gnus-agent-cat-groups even when the buffer has been
18309         evaled.
18310         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
18311         delete gnus-agent-save-active-1.
18312         (gnus-agent-save-groups): Deleted.  Identical to
18313         gnus-agent-save-active.
18314         (gnus-agent-write-active): No longer adjust agent's copy of active
18315         file as agent's adjustments are now stored in their own
18316         file.  Removed optional parameter.
18317         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
18318         servers.  Add use of min/max range limits from server's local
18319         file.
18320         (gnus-agent-save-alist): Removed unused optional argument.
18321         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
18322         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
18323         (gnus-agent-set-local): A per-server file that keeps min/max range
18324         limits for articles known to the agent.  Provides a fast mechanism
18325         for altering many active ranges.
18326         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
18327         active file (local makes it unnecessary).
18328         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
18329
18330         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
18331         (agent-enable-undownloaded-faces): Added.
18332
18333         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
18334         disable it when sending to "nndraft:queue".
18335         (gnus-group-send-queue): Add safety check to avoid sending queue
18336         when unplugged.
18337
18338         * gnus-group.el (gnus-group-catchup): Use new
18339         gnus-sequence-of-unread-articles, not
18340         gnus-list-of-unread-articles, to avoid exhausting memory with huge
18341         numbers of articles.  Use gnus-range-map to avoid having to
18342         uncompress the unread list.
18343         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
18344         Fixed invalid ange-ftp reference.
18345
18346         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
18347         (gnus-sorted-range-intersection): Intersection of two ranges
18348         without requiring that they first be uncompressed.
18349
18350         * gnus-start.el (gnus-activate-group): Unless blocked by the
18351         caller, possibly expand the active range to include both cached
18352         and agentized articles.
18353         (gnus-convert-old-newsrc): Rewrote in anticipation of having
18354         multiple version-dependent converters.
18355         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
18356         gnus-agent-save-active.
18357         (gnus-save-newsrc-file): Save dirty agent range limits.
18358
18359         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
18360         gnus-agent-possibly-alter-active.
18361         (gnus-adjust-marked-articles): Faster handling of simple lists.
18362
18363 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
18364
18365         * spam-stat.el (spam-stat-test-directory): New optional argument
18366         displays a list of files detected.  Suggested by Andrew Cohen
18367         <cohen@andy.bu.edu>.
18368         (spam-stat-buffer-words-with-scores): Don't narrow and change
18369         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
18370
18371 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
18372
18373         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
18374         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
18375         (spam-spamassassin-arguments)
18376         (spam-spamassassin-spam-flag-header)
18377         (spam-spamassassin-positive-spam-flag-header)
18378         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
18379         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
18380         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
18381         (spam-list-of-processors, spam-list-of-checks)
18382         (spam-list-of-statistical-checks, spam-registration-functions)
18383         (spam-check-spamassassin-headers, spam-check-spamassassin)
18384         (spam-spamassassin-score)
18385         (spam-spamassassin-register-with-sa-learn)
18386         (spam-spamassassin-register-spam-routine)
18387         (spam-spamassassin-register-ham-routine)
18388         (spam-assassin-register-spam-routine)
18389         (spam-assassin-register-ham-routine): Add SpamAssassin support.
18390         (spam-bogofilter-score): Fix to show article before scoring.
18391
18392 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
18393
18394         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
18395         default scoring function.
18396         (spam-generic-score): Call spam-spamassassin-score if
18397         spam-use-spamassassin or spam-use-spamassassin-headers is on;
18398         spam-bogofilter-score otherwise.
18399
18400         * gnus.el (spam-process, spam-autodetect-methods): Add
18401         spamassassin and spamassassin-headers.
18402
18403 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
18404
18405         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18406         Suppress unnecessary messages.
18407
18408 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
18409
18410         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
18411         make-hash-table.
18412
18413 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18414
18415         * canlock.el (base64-encode-string): Don't autoload it.
18416
18417 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18418
18419         * run-at-time.el: Remove useless (require 'itimer),
18420         eval-and-compile and (featurep 'xemacs).
18421
18422 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
18423
18424         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
18425         GROUP is a virtual group.
18426
18427 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
18428
18429         * gnus.el: Autoload `message-y-or-n-p'.
18430
18431 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
18432
18433         * pgg-parse.el: Remove unnecessary (require 'custom).
18434
18435         * pgg-def.el: do.
18436
18437         * nnmail.el: do.
18438
18439         * gnus-undo.el: do.
18440
18441         * gnus-picon.el: do.
18442
18443         * gnus-util.el: do.
18444
18445 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
18446
18447         * gnus-sum.el (gnus-pick-line-number): Add autoload.
18448
18449 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18450
18451         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
18452         handle, as well as a list.
18453
18454         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
18455         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
18456         (mm-w3m-cid-retrieve): Simplify.
18457
18458 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
18459
18460         * message.el (message-kill-to-signature): Allow prefix arg to
18461         specify number of lines to keep before signature.
18462
18463 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
18464
18465         * message.el (message-kill-to-signature): Change docstring.
18466
18467 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18468
18469         * canlock.el: Always require sha1-el.
18470         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
18471
18472         * message.el: Autoload sha1 only when compiling.
18473
18474         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
18475         eudc-expand-inline for XEmacs.
18476
18477 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18478
18479         * message.el (message-canlock-generate): Require sha1-el.
18480
18481 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
18482
18483         * message.el (message-expand-name): Silence the byte compiler.
18484
18485         * lpath.el: Add detect-coding-system.
18486
18487         * dgnushack.el (dgnushack-compile): Remove obsolete check for
18488         cus-edit.
18489
18490 2004-01-13  Simon Josefsson  <jas@extundo.com>
18491
18492         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
18493         Invoke gnus-score-mode.  Reported by
18494         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18495
18496         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
18497         Jim Blandy <jimb@redhat.com> (tiny change).
18498
18499 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18500
18501         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
18502
18503 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
18504
18505         * spam.el (spam-get-article-as-string): Update to use
18506         gnus-request-article-this-buffer, much simpler.
18507         (spam-get-article-as-buffer): Remove.
18508
18509 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
18510
18511         * message.el (message-expand-name): Use EUDC if the user uses that.
18512
18513 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18514
18515         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
18516         character for the encoding to avoid consing a string.
18517
18518         * rfc2047.el (rfc2047-decode-string): Don't cons a string
18519         unnecessarily.
18520
18521         * mm-util.el (mm-replace-chars-in-string): Remove.
18522
18523         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
18524         of mm-replace-chars-in-string.
18525
18526 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
18527
18528         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
18529
18530         * mm-util.el (mm-subst-char-in-string): Support inplace.
18531
18532         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
18533         a new string in every iteration.  Use shy groups.
18534
18535 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
18536
18537         * gnus-srvr.el (gnus-browse-unsubscribe-group):
18538         * gnus-soup.el (gnus-soup-group-brew):
18539         * gnus-msg.el (gnus-put-message):
18540         * gnus-move.el (gnus-group-move-group-to-server):
18541         * gnus-kill.el (gnus-batch-score):
18542         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
18543         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
18544         (gnus-group-update-group, gnus-group-read-group)
18545         (gnus-group-make-group, gnus-group-make-help-group)
18546         (gnus-group-make-archive-group, gnus-group-make-directory-group)
18547         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
18548         (gnus-group-sort-by-unread, gnus-group-catchup)
18549         (gnus-group-unsubscribe-group, gnus-group-kill-group)
18550         (gnus-group-yank-group, gnus-group-set-info)
18551         (gnus-group-list-groups):
18552         * gnus.el (gnus-generate-new-group-name):
18553         * gnus-delay.el (gnus-delay-send-queue):
18554         * nnvirtual.el (nnvirtual-catchup-group):
18555         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
18556         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
18557         (gnus-group-prepare-topics, gnus-topic-check-topology):
18558         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
18559         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
18560         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
18561         (gnus-group-make-articles-read):
18562         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
18563         (gnus-group-change-level, gnus-kill-newsgroup)
18564         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
18565         (gnus-get-unread-articles, gnus-make-articles-unread)
18566         (gnus-make-ascending-articles-unread): Use accessor
18567         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
18568         to get group information for improved readability.
18569
18570
18571 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18572
18573         * gnus-art.el (article-decode-mime-words, article-babel)
18574         (gnus-article-highlight-signature, gnus-article-add-buttons)
18575         (gnus-signature-toggle): Use gnus-with-article-buffer.
18576
18577         * gnus-art.el (gnus-article-highlight-headers)
18578         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
18579
18580         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
18581         (gnus-article-set-globals, gnus-request-article-this-buffer)
18582         (gnus-button-message-id, gnus-article-maybe-hide-headers)
18583         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
18584         (gnus-mime-display-alternative): Use with-current-buffer.
18585
18586 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18587
18588         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
18589         also under 80 char limit, and call gnus-error if needed.
18590         (spam-fetch-article-header): Fix - it was a
18591         buffer-local variable (gnus-newsgroup-data).
18592         (spam-find-spam): Use spam-generate-fake-headers, forget about
18593         spam-insert-fake-headers.
18594         (spam-insert-fake-headers): Remove.
18595
18596 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18597
18598         * deuglify.el (gnus-article-outlook-unwrap-lines)
18599         (gnus-outlook-rearrange-article)
18600         (gnus-outlook-repair-attribution-outlook)
18601         (gnus-outlook-repair-attribution-block)
18602         (gnus-outlook-repair-attribution-other): Remove redundant
18603         save-excursion.
18604
18605 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18606
18607         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
18608         (spam-fetch-field-subject-fast)
18609         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
18610         (spam-fetch-article-header): Add functions to deal with Gnus
18611         internals for fast retrieval of article header data.
18612         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
18613
18614 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18615
18616         * pop3.el (pop3-md5): Remove.
18617         (pop3-apop): Replace pop3-md5 with md5.
18618
18619         * mm-bodies.el: base64 is always built-in.
18620
18621         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
18622         with-current-buffer.
18623
18624 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18625
18626         * canlock.el (canlock-insert-header): Remove excessive grouping in
18627         regexp.
18628
18629         * gnus-sum.el (gnus-summary-read-document): Ditto.
18630
18631         * gnus-uu.el (gnus-uu-part-number): Ditto.
18632
18633         * html2text.el (html2text-remove-tags): Ditto.
18634         (html2text-format-tags): Ditto.
18635         (html2text-format-single-elements): Ditto.
18636
18637         * mml.el (mml-parse-1): Ditto.
18638
18639 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18640
18641         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
18642
18643         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
18644
18645         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
18646
18647         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
18648
18649 2003-11-15  Simon Josefsson  <jas@extundo.com>
18650
18651         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
18652         (pgg-gpg-lookup-key): Use regexp match instead of
18653         split-string (split-string is different between emacs 21.2 and
18654         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
18655
18656 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18657
18658         * gnus-art.el (gnus-mime-view-all-parts)
18659         (gnus-article-part-wrapper, gnus-article-view-part): Use
18660         with-current-buffer.
18661
18662 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18663
18664         * spam.el (spam-disable-spam-split-during-ham-respool)
18665         (spam-spamoracle-database, spam-cache-lookups)
18666         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
18667         (spam-group-ham-mark-p, spam-group-spam-mark-p)
18668         (spam-group-ham-marks, spam-group-spam-marks)
18669         (spam-group-spam-contents-p, spam-group-ham-contents-p)
18670         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
18671         also add spam-use-blackholes to the statistical checks.
18672         (spam-fetch-field-fast): Add interface to fetching fields, may
18673         become a macro.
18674         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
18675         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
18676         (spam-insert-fake-headers): Fake an article when needed.
18677         (spam-find-spam): Fake article when possible.
18678         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
18679         (spam-check-bogofilter-headers): Use message-fetch-field instead
18680         of nnmail-fetch-field.
18681
18682 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18683
18684         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
18685
18686 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18687
18688         * spam.el (spam-split): Do not require spam-use-CHECK to be
18689         enabled if that check is passed to spam-split explicitly; also
18690         fix so 'spam doesn't get converted to spam-split-group when
18691         spam-split-symbolic-return is t.
18692         (spam-find-spam): Find registrations of the article and use those
18693         instead of re-running spam-split to find the spam/ham
18694         classification of the article.
18695         (spam-log-processing-to-registry, spam-log-registered-p)
18696         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18697         Use gnus-error instead of gnus-message.
18698         (spam-log-registration-type): Add function to determine the
18699         classification of a message based on registry entries; will
18700         return nil if both 'spam and 'ham are found.
18701         (spam-check-BBDB): Expand all the BBDB macros here so we can have
18702         a reasonably fast local cache without the loading errors.
18703         (spam-cache-lookups): Set to t by default.
18704         (spam-find-spam): Don't try to guess spam-cache-lookups.
18705         (spam-enter-whitelist, spam-enter-blacklist): Clear the
18706         spam-caches entry.
18707         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
18708         caching of whitelist/blacklist entries.
18709         (spam-check-whitelist, spam-check-blacklist): Invoke
18710         spam-from-listed-p with a type, not a cache variable.
18711         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
18712
18713 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18714
18715         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
18716
18717         * nnmail.el (nnmail-split-fancy): do.
18718
18719         * mml.el (mml-parse): do.
18720
18721         * gnus-score.el (gnus-enter-score-words-into-hashtb)
18722         (gnus-score-adaptive): do.
18723
18724 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18725
18726         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
18727         (gnus-mime-button-map): Don't set keymap parent.
18728         (gnus-button-ctan-directory-regexp): Use shy grouping.
18729         (gnus-prev-page-map): Don't set keymap parent.
18730         (gnus-prev-page-map): Remove duplicated one.
18731         (gnus-next-page-map): Don't set keymap parent.
18732         (gnus-mime-security-button-map): Ditto.
18733
18734         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
18735         version number.
18736
18737         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
18738
18739 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18740
18741         * canlock.el (canlock-sha1-function): Remove.
18742         (canlock-sha1-function-for-verify): Remove.
18743         (canlock-openssl-program): Remove.
18744         (canlock-openssl-args): Remove.
18745         (canlock-ignore-errors): Remove.
18746         (canlock-sha1-with-openssl): Remove.
18747         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
18748         (canlock-verify): Don't use canlock-ignore-errors.
18749
18750         * sha1-el.el (sha1-string-external): Make it can return a string
18751         in binary form.
18752         (sha1-region-external): Ditto.
18753         (sha1-string-internal): Ditto.
18754         (sha1-region-internal): Ditto.
18755         (sha1-region): Ditto.
18756         (sha1-string): Ditto.
18757         (sha1): Ditto.
18758
18759 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18760
18761         * spam.el (spam-report-articles-gmane): New command.
18762
18763 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18764
18765         * gnus.el: Don't make unnecessary *Group* buffer when loading.
18766
18767         * run-at-time.el (run-at-time-saved): Remove.
18768         (run-at-time): Doc fix.
18769
18770 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18771
18772         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
18773         (gnus-summary-limit-map): Add it.
18774         (gnus-summary-make-menu-bar): do.
18775
18776 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
18777
18778         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
18779         Make attempt at some caching support (done for BBDB only now).
18780         (spam-find-spam): Set spam-cache-lookups if there are more than 2
18781         addresses to be checked.
18782         (spam-clear-cache-BBDB): Add function, to be invoked by
18783         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
18784         (spam-check-BBDB): Check and use the caches, if
18785         spam-cache-lookups is on, remove superfluous (provide).
18786
18787 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
18788
18789         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
18790
18791 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
18792
18793         * run-at-time.el (run-at-time-saved): Move to after the definition
18794         of `run-at-time'.
18795
18796         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
18797
18798 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18799
18800         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
18801         mm-w3m-local-map-property.
18802
18803         * mm-view.el (mm-w3m-mode-map): Remove.
18804         (mm-w3m-local-map-property): Remove.
18805         (mm-inline-text-html-render-with-w3m): Don't use
18806         mm-w3m-local-map-property.
18807
18808 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18809
18810         * run-at-time.el: New file.
18811
18812         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
18813         under Emacs.
18814
18815         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
18816         of gnus-set-text-properties.
18817
18818         * gnus-uu.el (gnus-uu-save-article): Ditto.
18819
18820         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
18821
18822         * gnus-cite.el (gnus-cite-parse): Ditto.
18823
18824         * gnus-art.el (gnus-button-push): Use set-text-properties instead
18825         of gnus-.
18826
18827         * gnus-xmas.el (run-at-time): Require run-at-time.
18828
18829         * gnus.el: Changed calls to nnheader-run-at-time and
18830         password-run-at-time throughout to use run-at-time directly.
18831
18832         * password.el: Removed definition of run-at-time.
18833
18834         * nnheaderxm.el: Remove definition of run-at-time.
18835
18836 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
18837
18838         * mml.el (mml-minibuffer-read-disposition): Show attachment type
18839         in prompt.
18840
18841 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18842
18843         * messagexmas.el (message-xmas-redefine): Alias
18844         `message-make-caesar-translation-table' to
18845         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
18846         version.
18847
18848         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
18849         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
18850         `gnus-xmas-set-text-properties'.
18851         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
18852         `gnus-xmas-completing-read'.
18853         (gnus-xmas-completing-read): Removed.
18854         (gnus-xmas-open-network-stream): Removed.
18855
18856         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
18857         XEmacs version.
18858
18859         * dns.el (dns-make-network-process): Use `open-network-stream'
18860         instead of `gnus-xmas-open-network-stream'.
18861
18862         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
18863
18864         * .cvsignore: Add auto-autoloads.el, custom-load.el.
18865
18866 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18867
18868         * gnus-art.el (gnus-mime-display-alternative)
18869         (gnus-insert-mime-button, gnus-insert-mime-security-button)
18870         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
18871         Don't use gnus-local-map-property.
18872
18873         * gnus-util.el (gnus-local-map-property): Remove.
18874
18875         * mm-view.el (mm-view-pkcs7-decrypt): Replace
18876         gnus-completing-read-maybe-default with completing-read.
18877
18878         * gnus-util.el (gnus-completing-read): do.
18879         (gnus-completing-read-maybe-default): Remove.
18880
18881 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18882
18883         * password.el: Only autoload `run-at-time' if not XEmacs.
18884         Only autoload the itimer functions if XEmacs.
18885
18886 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18887
18888         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
18889         XEmacsen.
18890
18891         * dgnushack.el: Autoload executable-find for XEmacs.
18892
18893 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18894
18895         * gnus-art.el (gnus-read-string): Remove.
18896         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
18897         read-string.
18898
18899 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
18900
18901         * netrc.el: Autoload password-read.
18902         (netrc): Add configuration group.
18903         (netrc-encoding-method, netrc-openssl-path): Add
18904         variables for encoding and decoding of files with symmetric
18905         ciphers.
18906         (netrc-encode): Add assistant function to encode a file with
18907         netrc-encoding-method.
18908         (netrc-parse): Add interactive parameter, added optional
18909         decoding if netrc-encoding-method is non-nil but otherwise
18910         behavior is standard.
18911         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
18912         Do s/encode/encrypt/ everywhere.
18913
18914         * spam.el: Remove executable-find autoload.
18915
18916 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18917
18918         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
18919
18920         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
18921
18922 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18923
18924         * gnus-art.el (gnus-treat-ansi-sequences)
18925         (article-treat-ansi-sequences): New variable and function.
18926         Suggested by Dan Jacobson <jidanni@jidanni.org>.
18927
18928         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18929         Use it.
18930
18931 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18932
18933         * mm-util.el (mm-quote-arg): Remove.
18934
18935         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
18936         shell-quote-argument.
18937
18938         * gnus-uu.el (gnus-uu-command): do.
18939
18940         * gnus-sum.el (gnus-summary-insert-pseudos): do.
18941
18942         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
18943         with make-char.
18944
18945         * mm-util.el (mm-make-char): Remove.
18946
18947         * mml.el (mml-mode): Replace gnus-add-minor-mode with
18948         add-minor-mode.
18949
18950         * gnus-undo.el (gnus-undo-mode): do.
18951
18952         * gnus-topic.el (gnus-topic-mode): do.
18953
18954         * gnus-sum.el (gnus-dead-summary-mode): do.
18955
18956         * gnus-start.el (gnus-slave-mode): do.
18957
18958         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
18959
18960         * gnus-ml.el (gnus-mailing-list-mode): do.
18961
18962         * gnus-gl.el (gnus-grouplens-mode): do.
18963
18964         * gnus-draft.el (gnus-draft-mode): do.
18965
18966         * gnus-dired.el (gnus-dired-mode): do.
18967
18968         * gnus-ems.el (gnus-add-minor-mode): Remove.
18969
18970         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18971         Replace gnus-char-width with char-width.
18972
18973         * gnus-ems.el (gnus-char-width): Remove.
18974
18975         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18976         Replace gnus-char-width with char-width.
18977
18978         * gnus-ems.el (gnus-char-width): Remove.
18979
18980         * spam-stat.el (with-syntax-table): Remove with-syntax-table
18981         definition.
18982         Remove Emacs 20 hash table compatibility code.
18983
18984         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
18985         20 compatibility code.
18986
18987         * spam.el (spam-point-at-eol): Replace with point-at-eol.
18988
18989         * smime.el (smime-point-at-eol): Replace with point-at-eol.
18990
18991         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
18992         with point-at-{eol,bol}.
18993
18994         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
18995
18996         * imap.el (imap-point-at-eol): Replace with point-at-eol.
18997
18998         * flow-fill.el (fill-flowed-point-at-bol)
18999         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
19000
19001         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
19002         Replace with point-at-{eol,bol} throughout all files.
19003
19004 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19005
19006         * ntlm.el (ntlm-string-as-unibyte): New macro.
19007         (ntlm-build-auth-response): Use it.
19008
19009         Remove Emacs 20 stuff:
19010         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
19011         (butlast, mapc, remove): Remove the compiler macros.
19012         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
19013         of delq and copy-sequence.
19014         * gnus-art.el (popup-menu): Remove the compiler macro.
19015         * nnmail.el (nnmail-split-fancy): Don't support customizing with
19016         Emacs 20.
19017
19018 2004-01-05  Simon Josefsson  <jas@extundo.com>
19019
19020         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
19021         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
19022         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
19023         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
19024         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
19025         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
19026         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
19027         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
19028         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
19029         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
19030         ntlm-string-permute, string-lshift into ntlm-string-lshift,
19031         string-xor into ntlm-string-xor.  Suggested by
19032         Jesper Harder <harder@myrealbox.com>.
19033
19034         * ntlm.el: Don't include poem.
19035
19036         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
19037         Jesper Harder <harder@myrealbox.com>.
19038
19039         * sasl-ntlm.el, ntlm.el, md4.el: New files.
19040
19041         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
19042         probably breaks emacs with DL patch, but do we care? Is anyone
19043         still using the DL stuff?)
19044
19045         * sieve-manage.el: Use the password package.
19046         (sieve-manage-read-passwd): Remove.
19047         (sieve-manage-interactive-login): Use password.  Re-add
19048         condition-case around loop.
19049
19050         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
19051         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
19052         the password package.
19053
19054 2003-02-19  Simon Josefsson  <jas@extundo.com>
19055
19056         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
19057         token.
19058
19059 2002-08-07  Simon Josefsson  <jas@extundo.com>
19060
19061         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
19062         (sieve-manage-authenticators):
19063         (sieve-manage-authenticator-alist): Add some SASL mechs.
19064         (sieve-sasl-auth): New function.
19065         (sieve-manage-cram-md5-auth):
19066         (sieve-manage-plain-auth): Rewrite using SASL library.
19067         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
19068         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
19069         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
19070         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
19071
19072 2004-01-05  Simon Josefsson  <jas@extundo.com>
19073
19074         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
19075         New files.
19076
19077 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19078
19079         * gnus-group.el (gnus-no-groups-message): Update.
19080
19081         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
19082
19083 2003-11-09  Simon Josefsson  <jas@extundo.com>
19084
19085         * imap.el: Support for ID IMAP extension (RFC 2971).
19086         (imap-local-variables): Add imap-id.
19087         (imap-id): New variable.
19088         (imap-id): New function.
19089         (imap-parse-response): Parse untagged ID response.
19090         * nnimap.el (nnimap-id): New variable.
19091         (nnimap-open-connection): Use it.
19092
19093 2003-12-28  Simon Josefsson  <jas@extundo.com>
19094
19095         * gnus-score.el (gnus-score-edit-all-score): New.
19096         * gnus-group.el (gnus-group-score-map): Bind it to W e.
19097
19098 2004-01-04  Simon Josefsson  <jas@extundo.com>
19099
19100         * password.el: Add.
19101
19102 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
19103
19104         * dns.el (dns-query-types): Fix typo.
19105         (dns-query-types): New function.
19106         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
19107         PTR and SOA replies, see RFC 1035.
19108
19109 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19110
19111         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
19112
19113         * Moved to Changelog.2.
19114
19115 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19116
19117         * gnus.el (gnus-version-number): Bump version.
19118
19119 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19120
19121         * gnus.el: No Gnus v0.1 is released.
19122
19123 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19124
19125         * gnus.el: No Gnus v0.0 is released.
19126
19127 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19128
19129         * gnus.el (gnus-version-number): Bump.
19130         (gnus-version): No.
19131
19132 See ChangeLog.2 for earlier changes.
19133
19134     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
19135       Free Software Foundation, Inc.
19136
19137   This file is part of GNU Emacs.
19138
19139   GNU Emacs is free software: you can redistribute it and/or modify
19140   it under the terms of the GNU General Public License as published by
19141   the Free Software Foundation, either version 3 of the License, or
19142   (at your option) any later version.
19143
19144   GNU Emacs is distributed in the hope that it will be useful,
19145   but WITHOUT ANY WARRANTY; without even the implied warranty of
19146   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19147   GNU General Public License for more details.
19148
19149   You should have received a copy of the GNU General Public License
19150   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
19151
19152 ;; Local Variables:
19153 ;; coding: utf-8
19154 ;; fill-column: 79
19155 ;; add-log-time-zone-rule: t
19156 ;; End: