Update.
[gnus] / lisp / ChangeLog
1 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
2
3         * message.el (message-subject-trailing-was-ask-regexp)
4         (message-subject-trailing-was-regexp): Match was: in addition to was.
5
6 2010-11-09  Glenn Morris  <rgm@gnu.org>
7
8         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
9         (nnbabyl-check-mbox): Use point-at-bol.
10
11 2010-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12
13         * message.el (message-subject-trailing-was-regexp): Fix default value.
14
15 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16
17         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
18         methods.
19         (gnus-read-active-file): Ditto.
20
21         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
22         ": " from the prompt.
23         (gnus-group-make-group): Ditto.
24
25 2010-11-07  Glenn Morris  <rgm@gnu.org>
26
27         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
28         (gnus-bookmark-kill-line): Use point-at-eol.
29
30 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
31
32         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
33         asterisks in From header.
34
35 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
36
37         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
38         string to avoid making the From headers syntactically invalid.
39
40         * message.el (message-send-mail): Don't insert courtesy messages if the
41         message already has List-Post and List-ID messages.
42
43 2010-11-06  Glenn Morris  <rgm@gnu.org>
44
45         * gnus-art.el (gnus-treat-article): Give dynamic local variables
46         `condition', `type', `length' a prefix.
47         (gnus-treat-predicate): Update for above name changes.
48
49 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
50
51         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
52         binding.  Handled by `gnus-summary-refer-thread' instead.
53         (nnir-warp-to-article): New backend function.
54
55         * nnimap.el (nnimap-request-thread): Force dependency updating.
56
57         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
58         (gnus-summary-refer-thread): Rework to improve thread-referral.
59
60         * gnus-int.el (gnus-warp-to-article): New function.
61
62         * gnus-sum.el (gnus-summary-article-map): Bind it.
63
64 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
65
66         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
67         gnus-summary-refer-thread.
68
69         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
70         headers.
71         (gnus-summary-limit-include-thread): Prevent articles in thread from
72         being cut in gnus-cut-threads.
73         (gnus-summary-refer-thread): Limit retrieved headers to those in
74         thread.
75
76 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
77
78         * message.el (message-send-mail): Use the value of
79         message-courtesy-message from the message buffer.
80
81         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
82
83         * shr.el (shr-browse-url): Implement mailto: URLs.
84
85         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
86         "raw".
87
88         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
89         if it's already selected.
90
91         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
92
93 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
94
95         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
96         to measure the length and truncate alt text.
97
98 2010-11-03  Glenn Morris  <rgm@gnu.org>
99
100         * nndiary.el (nndiary-generate-nov-databases-1)
101         (nndiary-generate-active-info): Rename dynamic variable `files' to
102         something less generic.
103
104 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
105
106         * nnir.el (nnir-request-move-article): Call the underlying backend to
107         move articles from nnir.
108
109 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
110
111         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
112
113 2010-11-02  Julien Danjou  <julien@danjou.info>
114
115         * nnir.el: Remove wais support.
116
117 2010-11-02  Glenn Morris  <rgm@gnu.org>
118
119         * gnus-html.el: Reorder requirements to quieten compiler.
120
121 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
122
123         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
124         properly for XEmacs as well.
125         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
126         (gnus-article-natural-long-line-p): Use window-width rather than
127         frame-width.
128
129 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
130
131         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
132         (nnir-read-parms): Don't modify query.
133         (nnir-run-query): Add ability to search topic on current line.
134         (nnir-get-active): Clean up.
135
136 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
137
138         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
139         degenerate articles.
140
141         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
142         (gnus-print-buffer): Just print the buffer as is, without any copying
143         to a buffer and then re-highlighting.
144
145         * nnimap.el (nnimap-request-group): Store the new updated info.
146         (nnimap-request-group): Select the group when we don't know whether it
147         exists or not.
148
149         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
150         groups.
151
152         * gnus-group.el (gnus-group-find-new-groups): Display all the new
153         groups.
154
155         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
156         groups.
157
158         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
159         long-lines case by only filling the long lines.
160
161         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
162         (bug #7311).
163
164 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
165
166         * shr.el: No need to declare `declare-function' since shr.el is for
167         only Emacsen that provide `libxml-parse-html-region'.
168
169         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
170         effective only in a file it is referred to.
171
172 2010-11-01  Glenn Morris  <rgm@gnu.org>
173
174         * mm-util.el (gnus-completing-read): Autoload.
175         (mm-read-coding-system): Simplify Emacs definition.
176
177         * nnmail.el (gnus-activate-group):
178         * nnimap.el (gnutls-negotiate):
179         * nntp.el (netrc-parse): Fix declarations.
180
181 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
182
183         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
184         string-match-p in Emacs >=23.
185
186         * gnus-msg.el (gnus-configure-posting-styles)
187         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
188
189 2010-11-01  Glenn Morris  <rgm@gnu.org>
190
191         * nnir.el (declare-function): Add compat stub.
192         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
193         (nnir-run-gmane): Require 'mm-url.
194
195         * mm-util.el (mm-string-to-multibyte): Simplify.
196
197         * shr.el (declare-function): Add compat stub.
198         (url-cache-create-filename): Declare.
199         (mm-disable-multibyte, widget-convert-button): Autoload.
200
201         * smime.el (ldap-search): Declare.
202         (smime-cert-by-ldap-1): Require ldap on Emacs.
203
204         * nnimap.el: Require nnmail, and gnus-sum when compiling.
205         (nnimap-keepalive): Use gnus-float-time.
206
207         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
208         (mail-source-delete-crash-box): Use gnus-float-time.
209
210         * gnus-dired.el (gnus-completing-read): Autoload.
211
212         * mm-view.el (gnus-rescale-image): Autoload.
213
214         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
215
216         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
217
218         * sieve-manage.el: Require 'cl when compiling.
219
220         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
221         (gnus-iswitchb-completing-read): Require iswitchb.
222         (gnus-select-frame-set-input-focus): Silence compiler.
223
224 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
225
226         * message.el (message-subject-trailing-was-query): Change default to t,
227         since I think that's what most people want.
228
229         * nnimap.el (nnimap-request-accept-article): Erase buffer before
230         appending for easier debugging.
231         (nnimap-wait-for-connection): Take a regexp.
232         (nnimap-request-accept-article): Wait for the continuation line before
233         sending anything unless we're streaming.
234
235         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
236         leave the header washing to take place.
237
238 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
239
240         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
241         regular expression match and replace in posting styles.
242
243 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
244
245         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
246         an entire server.
247         (nnir-get-active): New function.
248         (nnir-run-imap): Use it.
249         (nnir-run-gmane): Who knew, gmane search returns an article score!
250
251         * gnus-srvr.el (gnus-server-mode-map): add binding "G" to search the
252         server on the current line with nnir.
253
254 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
255
256         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
257         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
258         left edge.
259         (gnus-article-foldable-buffer): Skip past the prefix when determining
260         raggedness.
261
262         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
263         the raw article, and change `C-u g' to show the article without doing
264         treatments.
265
266         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
267         on to `gnus-treat-article'.
268         (gnus-inhibit-article-treatments): New variable.
269
270         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
271
272         * gnus-art.el (gnus-treatment-function-alist): Have
273         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
274         (gnus-treat-fill-long-lines): Change default to fill all text/plain
275         sections.
276
277         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
278         parameter.
279         (gnus-article-fill-cited-long-lines): New function.
280         (gnus-article-fill-cited-article): Allow filling only long sections.
281
282         * shr.el (shr-find-fill-point): Don't break lines between punctuation
283         and non-punctuation (like after the apostrophe in "'We").
284
285         * gnus-sum.el (gnus-summary-select-article): Make sure
286         gnus-original-article-buffer is alive.
287
288         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
289         reflect the order they're in in the digest.
290
291         * gnus.el (gnus-group-startup-message): Move point to the start of the
292         buffer.
293
294         * nnimap.el (nnimap-capability): New function.
295         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
296         is set.
297
298 2010-10-31  David Engster  <dengste@eml.cc>
299
300         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
301         conform with changes to gnus-completing-read.
302
303 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
304
305         * shr.el (shr-tag-img): Output "*" instead of "[img]".
306
307 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
308
309         * nnir.el move defvar, defcustom around to keep file organized and keep
310         byte-compiler quiet.
311         (nnir-read-parms): accept search-engine as arg.
312         (nnir-run-query): pass search-engine as arg.
313         (nnir-search-engine): remove.
314
315 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
316
317         * shr.el (shr-generic): The text nodes should be text, not :text.
318
319         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
320         later in the file.
321
322 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
323
324         * nnir.el: general clean up. allow searching with multiple
325         engines. allow separate extra-parameters for each engine. batch queries
326         when possible.
327         (nnir-imap-default-search-key,nnir-method-default-engines): add
328         customize interface.
329         (nnir-run-gmane): new engine.
330         (nnir-engines): use it. qualify all prompts with engine name.
331         (nnir-search-engine): remove global variable.
332         (nnir-run-hyrex): restore for now.
333         (nnir-extra-parms,nnir-search-history): new variables.
334         (gnus-group-make-nnir-group): use them.
335         (nnir-group-server): remove in favor of gnus-group-server.
336         (nnir-request-group): avoid searching twice.
337         (nnir-sort-groups-by-server): new function.
338
339 2010-10-30  Julien Danjou  <julien@danjou.info>
340
341         * gnus-group.el: Remove gnus-group-fetch-control.
342
343         * gnus-start.el (gnus-find-new-newsgroups): Remove
344         gnus-check-first-time-used.
345
346         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
347
348 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
349
350         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
351         set on groups that don't have \* permanentflags.
352
353 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
354
355         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
356         control the background color.
357         (shr-tag-img): Ignore very small web bug type images.
358         (shr-put-image): Add help-echo alt texts to the images.
359         (shr-tag-video): Show the video poster image.
360
361 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
362
363         * shr.el (shr-table-depth): New variable.
364         (shr-tag-table-1): Only insert the images after the top-level table.
365
366         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
367
368         * gnus-util.el (gnus-list-memq-of-list): New function.
369
370         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
371         selected.
372         (nnimap-unsplittable-articles): New slot.
373         (nnimap-new-articles): Use it.
374
375 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
376
377         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
378         move to the previous line on `M-g'.
379
380 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
381
382         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
383         *-request-group, which seems unnecessary.
384
385         * nnimap.el (nnimap-quote-specials): Function copied over from
386         imap.el.
387         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
388         they support that.  Suggested by Tom Regner.
389
390 2010-10-29  Julien Danjou  <julien@danjou.info>
391
392         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
393         defalias.
394         (gnus-summary-delete-marked-with): Remove obsolete defalias.
395
396         * gnus.el: Remove `gnus-nntp-service' variable.
397         (gnus-secondary-servers): Make obsolete.
398         (gnus-nntp-server): Make obsolete.
399
400         * gnus-start.el (gnus-1): Remove x-splash calls.
401
402         * gnus-ems.el (gnus-x-splash): Remove.
403
404         * gnus.el (gnus-group-startup-message): Simplify/update code.
405
406         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
407         definition.
408
409         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
410         capability before doing anything.
411         (gnus-group-insert-group-line): Remove useless
412         gnus-group-remove-excess-properties.
413
414 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
415
416         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
417
418 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
419
420         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
421         config after reselecting.
422
423 2010-10-28  Julien Danjou  <julien@danjou.info>
424
425         * shr.el (shr-put-image): Use point even if only inserting text.
426         (shr-put-image): Save excursion when inserting alt text on non-graphic
427         display, so the behaviour is the same when we are on a graphic display.
428
429         * nnir.el (nnir-run-swish-e): Remove hyrex support.
430
431 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
432
433         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
434         (gnus-mime-copy-part): Check coding system, not charset.
435         (gnus-mime-view-part-externally): Never remove part.
436         (gnus-mime-view-part-internally): Don't remove part here.
437         (gnus-article-part-wrapper): Make sure MIME tag is visible.
438         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
439         multipart/alternative.
440
441         * mm-decode.el (mm-display-part): Take optional arg `force'.
442
443 2010-10-26  Julien Danjou  <julien@danjou.info>
444
445         * gnus-group.el (gnus-group-default-list-level): Add this function to
446         compute the default list level.
447         (gnus-group-default-list-level): Add possibility to use a function.
448
449 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
450
451         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
452
453         * gnus-group.el (gnus-group-completing-read)
454         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
455         gnus-replace-in-string.
456
457 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
458
459         * shr.el (shr-tag-div): Added.
460
461         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
462
463 2010-10-25  Julien Danjou  <julien@danjou.info>
464
465         * gnus-util.el: Remove `gnus-with-local-quit'.
466
467         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
468
469 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
470
471         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
472         the original article buffer.
473
474 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
475
476         * nnimap.el (nnimap-request-head): New function.
477         (nnimap-request-move-article): Try to be slighly faster by not
478         requesting the entire message when moving.
479         (nnimap-transform-headers): Don't bug out on bodiless articles.
480         (nnimap-send-command): Have no outstanding messages if the IMAP server
481         doesn't support streaming.
482         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
483
484 2010-10-24  Julien Danjou  <julien@danjou.info>
485
486         * message.el (message-default-headers): Fix type.
487
488 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
489
490         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
491         prefetching images.
492
493         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
494         backend for unknown groups.  This is mainly useful for nnimap groups.
495
496         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
497         group isn't covered by the agent.
498
499 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
500
501         * nnir.el (nnir-method-default-engines): new variable.
502         (nnir-run-query): use it.
503         (nnir-group-mode-hook): remove key binding and move to gnus-group.el.
504         (gnus-summary-nnir-goto-thread): change group if needed.
505
506         * gnus-group.el (gnus-group-group-map): add key binding for
507         gnus-group-make-nnir-group.
508
509 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
510
511         * shr.el (shr-tag-object): Added.
512
513         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
514         original article buffer live.
515         (gnus-summary-select-article-buffer): Mention
516         gnus-widen-article-buffer.
517
518 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
519
520         * shr.el (shr-tag-strong): Added.
521
522 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
523
524         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
525         group names.  They mess up the group buffer badly.
526
527         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
528
529         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
530         instead of the summary one.
531
532 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
533
534         * mml.el (mml-preview): Work properly when editing article.
535
536         * gnus-start.el (gnus-read-active-file-1): Don't add method to
537         gnus-have-read-active-file if it's already been in.
538
539 2010-10-22  Tom Tromey  <tromey@redhat.com>
540
541         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
542         gnus-group-completing-read.
543
544 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
545
546         * message.el (message-mode-map): Don't bind M-; to comment region, to
547         allow the global comment-dwim to work.
548
549 2010-10-21  Julien Danjou  <julien@danjou.info>
550
551         * message.el (message-setup-1): Allow message-default-headers to be a
552         function.
553
554 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
555
556         * shr.el (shr-tag-table): Simplify.
557
558 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
559
560         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
561         to avoid trying to snarf invalid stuff.
562
563         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
564
565         * gnus.el (gnus-message-archive-group): Quote value.
566         (gnus-message-archive-group): Mark as changed.
567
568         * shr.el (shr-add-font): Don't put the font properties on the newline
569         or the indentation.
570
571         * message.el (message-fix-before-sending): Change options when sending
572         non-printable characters.
573
574         * gnus.el (gnus-message-archive-method): Change the default to
575         monthly outgoing groups.
576
577         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
578         that have gotten new numbers.
579
580         * nnimap.el (nnimap-request-replace-article): New function.
581
582 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
583
584         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
585         (nnrss-request-article): Don't use special html washing code.
586
587 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
588
589         * shr.el (shr-tag-table): Remove useless nconc.
590
591 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
592
593         * gnus-art.el (article-wash-html): Simplify and remove the charset
594         stuff.  Use the normal html rendering code instead of the special html
595         washing code.
596
597         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
598         `gnus-w3m' symbols.
599         (mm-text-html-washer-alist): Removed.
600
601         * mm-decode.el (mm-inline-text-html-renderer): Removed.
602         (mm-inline-media-tests): Removed use.
603         (mm-text-html-renderer): Change default to the `shr' symbol.
604
605         * mm-view.el (mm-inline-text-html): Removed use.
606
607         * gnus-art.el (gnus-blocked-images): New function.  Allow the
608         `gnus-blocked-images' to be a function.
609         (gnus-article-wash-function): Removed.
610
611 2010-10-20  Julien Danjou  <julien@danjou.info>
612
613         * spam.el (spam-list-of-processors): Mark as obsolete.
614
615         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
616         (nnimap-insert-partial-structure): Fix boundary detection.
617
618 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
619
620         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
621         run file-truename on remote files.  This can be expensive and even
622         prevent one from editing drafts if some unrelated buffer has a stale
623         connection.
624
625 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
626
627         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
628         kinsoku-eol regardless of shr-kinsoku-shorten.
629         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
630         (shr-tag-table): Support caption, thead, and tfoot.
631
632 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
633
634         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
635         lines.
636         (shr-save-contents): New command and keystroke.
637
638         * nndoc.el (nndoc-type-alist): Add git support.
639         (nndoc-git-type-p): New function.
640         (nndoc-transform-git-article): Ditto.
641         (nndoc-transform-git-headers): Ditto.
642         (nndoc-transform-git-headers): Generate Subject headers.
643
644         * shr.el (shr-parse-style): New function.
645         (shr-tag-span): Ditto.
646
647         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
648         to `G G' to avoid collisions.
649
650 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
651
652         * shr.el: Load kinsoku if necessary.
653         (shr-kinsoku-shorten): New internal variable.
654         (shr-find-fill-point): Make kinsoku shorten text line if
655         shr-kinsoku-shorten is bound to non-nil.
656         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
657         shr-indentation too when testing if table is wider than frame width.
658         (shr-insert-table): Use `string-width' instead of `length' to measure
659         text width.
660         (shr-insert-table-ruler): Make sure indentation is done at bol.
661
662 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
663
664         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
665         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
666         undecoded network data.
667
668 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
669
670         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
671         name in the mode line spec so that the mode line menu works
672         (bug #2431).
673
674         * message.el (message-get-reply-headers): If we're fed `to-address',
675         then always use that.
676
677         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
678         aren't so wide as to need to switch off the edit menu.
679
680         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
681         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
682
683         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
684         `M-g'.
685         (nnimap-update-info): Update flags/read marks even if \* isn't part of
686         the permanent marks.
687
688 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
689
690         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
691         Splitting according to references/in-reply-to obeys the ignore-groups
692         variable, while splitting by sender and subject do not.
693
694 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
695
696         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
697         alist, so that we can look for non-Unicode chars.
698         (article-translate-strings): Allow both character and string maps.
699
700 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
701
702         * shr.el (shr-insert): Don't insert space behind a wide character
703         categorized as kinsoku-bol, or between characters both categorized as
704         nospace.
705
706 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
707
708         * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
709         headers to gnus-newsgroup-headers.
710
711 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
712
713         * shr.el (shr-tag-img): Don't align images -- since we're not
714         rescaling, this often leads to ugly displays.
715
716 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
717
718         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
719         duplicates.
720
721 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
722
723         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
724         call.
725
726 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
727
728         * gnus.el: Autoload gnus-html-show-images.
729
730         * nnimap.el: Use nnheader-message throughout.
731
732         * shr.el (shr-tag-img): Ignore images with no data.
733
734 2010-10-15  Julien Danjou  <julien@danjou.info>
735
736         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
737         a possibility to disable format=flow encoding when using hard newlines.
738
739 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
740
741         * shr.el (shr-insert): Remove space inserted before or after a
742         breakable character or at the beginning or the end of a line.
743         (shr-find-fill-point): Do kinsoku; find the second best point or give
744         it up if there's no breakable point.
745
746 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
747
748         * nnimap.el (nnimap-open-connection): Message when opening connection
749         for debugging purposes.
750
751         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
752         on every setup buffer call to allow this to change from article to
753         article.
754
755         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
756         buffers where we have a wide table.
757
758 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
759
760         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
761         uses *-request-thread.
762
763 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
764
765         * nnimap.el (nnimap-open-connection): Remove %s from openssl
766         incantation, which is no longer valid.
767
768 2010-10-14  Julien Danjou  <julien@danjou.info>
769
770         * shr.el: Fix defcustom type (char -> character).
771
772 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
773
774         * nnimap.el (nnimap-open-connection): tls-program should be a list of
775         programs.
776
777 2010-10-14  Julien Danjou  <julien@danjou.info>
778
779         * shr.el (shr-tag-a): Use url-link as widget type.
780
781         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
782         `gnus-group-get-icon'.
783
784 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
785
786         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
787         This should make server editing work better.
788
789         * shr.el (shr-find-fill-point): Don't inloop on indented text.
790
791         * tls.el (tls-program): Remove spurious %s from openssl.
792
793         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
794         (nnimap-parse-flags): Fix regexp.
795
796         * shr.el (shr-find-fill-point): Use a filling algorithm that should
797         probably work for CJVK text, too.
798
799         * nnimap.el (nnimap-extend-tls-programs): Removed.
800         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
801
802         * tls.el (tls-starttls-switches): Remove starttls hack.
803         (open-tls-stream): Ditto.
804         (tls-find-starttls-argument): Ditto.
805
806 2010-10-13  Julien Danjou  <julien@danjou.info>
807
808         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
809         responses.
810
811 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
812
813         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
814
815         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
816         anything in Emacs.
817
818         * shr.el (shr-current-column): Remove buggy and unnecessary function.
819
820 2010-10-13  Julien Danjou  <julien@danjou.info>
821
822         * shr.el (shr-width): Make shr-width a defcustom with default to
823         fill-column.
824         (shr-tag-img): Use shr-width rather than fill-column.
825
826 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
827
828         * dgnushack.el (byte-optimize-apply)
829         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
830
831         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
832         position when (X-)Faces exist.
833         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
834         avatars when called interactively.
835
836 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
837
838         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
839         gnus-article-x-face-too-ugly is bound.
840
841 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
842
843         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
844
845         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
846         mailbox that doesn't exist.
847
848 2010-10-12  Julien Danjou  <julien@danjou.info>
849
850         * shr.el (shr-tag-img): Encode URL properly when retrieving.
851         (shr-get-image-data): Encode URL properly when fetching from cache.
852         (shr-tag-img): Use aligned-to spaces to align correctly images.
853
854         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
855         before inserting the Gravatar.
856
857         * shr.el (shr-tag-img): Add align attribute support for <img>.
858
859 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
860
861         * gnus-gravatar.el (gnus-art): Required.
862
863         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
864         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
865         Remove long obsoleted functions.
866
867 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
868
869         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
870
871         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
872
873         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
874         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
875         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
876         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
877         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
878         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
879         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
880
881 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
882
883         * nnimap.el (nnimap-request-rename-group): Select group read-only
884         before renaming it.
885
886         * shr.el (shr-insert): Fix up the white space only regexp.
887
888         * nnimap.el (nnimap-transform-split-mail): Not all articles have
889         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
890
891         * shr.el (shr-current-column): New function.
892         (shr-find-fill-point): New function.
893
894 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
895
896         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
897         numbers.
898
899 2010-10-11  Julien Danjou  <julien@danjou.info>
900
901         * shr.el (shr-hr-line): Add.
902         (shr-tag-hr): Use shr-hr-line to specify which character to use to
903         display hr lines.
904         (shr-max-columns): Do not change state to nil if we just inserting
905         spaces.
906
907 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
908
909         * gnus-topic.el (gnus-topic-read-group): If after the last group,
910         select the last group.
911
912 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
913
914         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
915
916 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
917
918         * dig.el (dig-mode-map): Declare and define in one step.
919
920 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
921
922         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
923         for Gnus.
924         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
925         (nnimap-update-qresync-info): Mark \Seen articles as read.
926
927         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
928         non-variable, too.
929
930         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
931         available.
932         (nnimap-update-info): Rely more on the current active than the param
933         active to avoid marking articles as read too much.
934
935         * auth-source.el (auth-source-create): Use (user-login-name) for the
936         user name default.
937
938         * nnimap.el (nnimap-update-info): If the server doesn't return any
939         useful info, just use the previous info.
940         (nnimap-update-info): Prefer old info over start-article.
941         (nnimap-update-qresync-info): Finish implementing QRESYNC.
942
943 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
944
945         * nnir.el (autoload): Clean up autoloads.
946         (nnir-imap-default-search-key): Renamed from
947         nnir-imap-search-field. Use key rather than value.
948         (nnir-imap-search-other): New variable.
949         (nnir-read-parm): Use it.
950         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
951         (gnus-summary-nnir-goto-thread): Modify to work with imap.
952
953 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
954
955         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
956         the process, too.
957
958 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
959
960         * spam.el (gnus-summary-mode-map): Bind to "$".  Suggested by Russ
961         Allbery.
962
963         * shr.el: Rework the way things are indented by <li> slightly.
964
965         * gnus.el (gnus-group-set-parameter): Fix typo.
966
967         * nnimap.el: Start implementing QRESYNC support.
968
969 2010-10-09  Julien Danjou  <julien@danjou.info>
970
971         * nnir.el (nnir-engines): Fix too many arguments.
972
973 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
974
975         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
976         group is the "last", so that the backends like nnfolder actually save
977         their folders.
978
979         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
980         try to use that for the tls stream.
981         (nnimap-retrieve-group-data-early): Rework the marks code to heed
982         UIDVALIDITY and find out which groups are read-only and not.
983         (nnimap-get-flags): Use the same marks parsing code as the rest of
984         nnimap.
985
986 2010-10-09  Julien Danjou  <julien@danjou.info>
987
988         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
989
990         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
991         retrieving gravatars.
992
993         * shr.el (shr-table-corner): Add.
994         (shr-table-line): Add.
995         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
996
997 2010-10-08  Julien Danjou  <julien@danjou.info>
998
999         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
1000
1001 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
1002
1003         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
1004
1005         * gnus-sum.el (gnus-mark-article-as-unread)
1006         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
1007         (gnus-summary-set-bookmark): Use it.
1008
1009         * gnus-msg.el (gnus-setup-message): Use it.
1010
1011         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1012
1013         * gnus.el (gnus-group-remove-parameter): Use it.
1014
1015         * gnus-group.el (gnus-group-make-web-group): Use it.
1016
1017         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1018
1019         * nnregistry.el: Update docs to mention manual.
1020
1021         * gnus-registry.el: Update docs to mention nnregistry.el.
1022         (gnus-registry-initialize): Don't install nnregistry refer method
1023         automatically.
1024         (gnus-registry-install-nnregistry): Remove it.
1025
1026 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1027
1028         * shr.el (shr-insert): Don't insert double spaces.
1029
1030 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1031
1032         * gnus-gravatar.el (gnus-treat-from-gravatar)
1033         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
1034         called interactively.
1035
1036         * gnus-art.el (gnus-mime-view-part-externally)
1037         (gnus-mime-view-part-internally): Make predicate function passed to
1038         gnus-mime-view-part-as-type assume argument is a mime type, not a list
1039         of a mime type.
1040
1041         * shr.el (shr-table-widths): Don't use cl function `reduce'.
1042
1043 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1044
1045         * shr.el (require): Require cl when compiling.
1046         (shr-tag-hr): New function.
1047
1048         * nnimap.el (nnimap-update-info): Remove double setting of high.
1049         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.  This
1050         makes nnimap work properly on Courier again.
1051
1052         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
1053         the variable for backwards compatability.
1054
1055         * mm-decode.el (mm-save-part): If given a non-directory result, expand
1056         the file name before using to avoid setting mm-default-directory to
1057         nil.
1058
1059         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
1060         bidning gnus-agent variables.
1061
1062         * shr.el (shr-render-td): Use a cache for the table rendering function
1063         to avoid getting an exponential rendering behaviour in nested tables.
1064         (shr-insert): Rework the line-breaking algorithm.
1065         (shr-insert): Don't leave trailing spaces.
1066         (shr-insert-table): Also insert empty TDs.
1067         (shr-tag-blockquote): Ensure paragraphs after </ul>.
1068
1069 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1070
1071         * gnus-sum.el (gnus-number): Rename from `number'.
1072         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
1073         (gnus-summary-limit-children): Update uses correspondingly.
1074
1075 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1076
1077         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
1078         (gnus-gravatar-transform-address): Don't show avatars of people of
1079         which mail addresses match gnus-gravatar-too-ugly.
1080
1081 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1082
1083         * shr.el (shr-table-widths): Expand TD elements to fill available
1084         space.
1085
1086 2010-10-07  Julien Danjou  <julien@danjou.info>
1087
1088         * nnimap.el (nnimap-request-rename-group): Add this method.
1089
1090 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1091
1092         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
1093         name from XEmacs' function-arglist.
1094
1095         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
1096         gravatar under XEmacs.
1097
1098 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
1099
1100         * auth-source.el: Update docs with TODO items.
1101
1102         * gnus-sync.el: Update docs to explain state and plans.
1103
1104         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
1105         Hooks for mark updates.
1106         (gnus-request-set-mark, gnus-request-update-mark): Use them.
1107
1108         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
1109         hooks with arguments, which is needed for mark update hooks.
1110
1111 2010-10-06  Julien Danjou  <julien@danjou.info>
1112
1113         * gnus.el (gnus-expand-group-parameter): Only return and act on what
1114         was matched.
1115
1116         * sieve-manage.el: Update example in `Commentary'.
1117
1118         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
1119
1120         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
1121         not 2000.
1122         (sieve-manage-authenticate): Re-add function.
1123
1124 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1125
1126         * shr.el (shr-insert): Get 'space transition right.
1127         (shr-render-td): Only delete space at the end of the TD.
1128
1129         * nnimap.el (nnimap-open-connection): Prepare to support
1130         open-gnutls-stream.
1131
1132         * shr.el: Rearrange function order to be more logical.
1133
1134 2010-10-06  Julien Danjou  <julien@danjou.info>
1135
1136         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
1137         (nnrss-discover-feed): Remove 404 URL in docstring.
1138
1139         * nnir.el: Fix Swish-E URL.
1140         Fix Namazu URL.
1141
1142         * message.el (message-change-subject): Remove 404 URL in a comment.
1143
1144 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1145
1146         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
1147         called interactively.
1148
1149         * gnus-util.el (gnus-remove-if): Allow hash table.
1150         (gnus-remove-if-not): New function.
1151
1152         * gnus-art.el (gnus-mime-view-part-as-type)
1153         * gnus-score.el (gnus-summary-score-effect)
1154         * gnus-sum.el (gnus-read-move-group-name):
1155         Replace remove-if-not with gnus-remove-if-not.
1156
1157         * gnus-group.el (gnus-group-completing-read):
1158         Regard collection as a hash table if it is not a list.
1159
1160 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1161
1162         * shr.el (shr-render-td): Allow blank/missing <TD>s.
1163
1164         * shr.el: Document the table-rendering algorithm.
1165
1166 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1167
1168         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
1169         for Emacsen having no `libxml-parse-html-region' support.
1170
1171 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1172
1173         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
1174         invalid URLs.
1175
1176         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
1177         line-broken.
1178         (shr-tag-img): Ignore image fetching errors.
1179         (shr-overlays-in-region): Compute overlay positions correctly.
1180
1181         * mm-decode.el (mm-shr): Require shr.
1182
1183         * gnus-art.el (gnus-blocked-images): Move variable here.
1184
1185         * shr.el (shr-insert-table): Bind free variable.
1186
1187         * mm-decode.el (mm-shr): Bind shr-content-function.
1188
1189         * shr.el (shr-content-function): New variable.
1190
1191         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
1192         added for symmetry.
1193
1194         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
1195
1196         * gnus-group.el (gnus-group-make-group): Doc fix.
1197
1198         * nnimap.el (nnimap-request-newgroups): Return success.
1199
1200         * shr.el (shr-find-elements): New function.
1201         (shr-tag-table): Put all the images after the table.
1202         (shr-tag-table): Really inhibit images inside the table.
1203         (shr-collect-overlays): Copy over overlays from the TD elements to the
1204         main document.
1205
1206         * mm-decode.el (mm-shr): Bind shr-blocked-images to
1207         gnus-blocked-images.
1208
1209 2010-10-05  Julien Danjou  <julien@danjou.info>
1210
1211         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
1212
1213         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
1214         (gnus-html-maximum-image-size): Add this function.
1215         (gnus-html-put-image): Use gnus-html-maximum-image-size.
1216
1217         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
1218         server-value of the capability is nil.
1219
1220 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1221
1222         * shr.el (shr-tag-em): Add <EM> tag.
1223
1224 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
1225
1226         * sieve-manage.el (sieve-manage-default-stream): Make default stream
1227         customizable.
1228
1229         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
1230         handing broken links to browse-url.
1231
1232 2010-10-05  Julien Danjou  <julien@danjou.info>
1233
1234         * gnus-util.el (gnus-emacs-completing-read)
1235         (gnus-iswitchb-completing-read): Use autoload rather than require.
1236
1237 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1238
1239         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
1240         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
1241         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
1242         iswitchb-temp-buflist for XEmacs.
1243
1244         * gnus-util.el (gnus-completing-read-function): Exclude
1245         gnus-icompleting-read and gnus-ido-completing-read from candidates for
1246         XEmacs since iswitchb.el is very old and ido.el is unavailable in
1247         XEmacs.
1248
1249         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
1250         not to use `delete-dups' that is unavailable in XEmacs 21.4.
1251
1252         * gnus-html.el: Don't require help-fns under XEmacs.
1253         (gnus-html-schedule-image-fetching): Work for XEmacs.
1254
1255         * mm-decode.el (mm-shr): Decode contents by charset.
1256
1257 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1258
1259         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
1260         unknown.
1261
1262         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
1263         (shr-get-image-data): Ensure against the cache file missing.
1264
1265         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
1266         for data.
1267
1268         * spam-report.el (spam-report-url-ping-plain): Don't query about
1269         killing the process.
1270
1271         * shr.el (shr-render-td): Protect against too-wide text.
1272
1273 2010-10-04  Julien Danjou  <julien@danjou.info>
1274
1275         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
1276         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
1277
1278         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
1279         retrieved.
1280
1281 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1282
1283         * shr.el (browse-url): Required.
1284         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
1285         lines.
1286         (shr-show-alt-text, shr-browse-image): New commands.
1287         (shr-browse-url, shr-copy-url): New commands.
1288
1289         * gnus-sum.el (gnus-widen-article-window): New variable.
1290         (gnus-summary-select-article-buffer): Use it.
1291
1292         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
1293         without @ signs.
1294
1295 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1296
1297         * nnir.el (nnir-run-imap): Remove spurious space in search string.
1298
1299 2010-10-04  Julien Danjou  <julien@danjou.info>
1300
1301         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
1302         for XEmacs.
1303
1304 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1305
1306         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
1307
1308         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
1309         (nnimap-close-server): Implement.
1310
1311         * dgnushack.el (iswitchb): Require to shut up the compiler.
1312
1313         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
1314         (shr-insert): Tweak line breaking.
1315         (shr-insert): Handle <pre> better.
1316         (shr-tag-li): Get <li> indentation right.
1317         (shr-tag-li): Get <li> indentation even righter.
1318         (shr-tag-blockquote): Ensure paragraph start.
1319         (shr-make-table): Tweak table generation.
1320         (shr-make-table): Fix typo.
1321
1322         * shr.el: Implement table rendering.
1323
1324 2010-10-04  Julien Danjou  <julien@danjou.info>
1325
1326         * gnus-html.el (gnus-html-put-image): Fix resize image code.
1327
1328 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1329
1330         * shr.el (shr-insert): Use string anchors instead of line anchors.
1331
1332 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1333
1334         * shr.el: Add headings.
1335         (shr-ensure-paragraph): Actually work.
1336         (shr-tag-li): Make <ul> prettier.
1337         (shr-insert): Get white space at the beginning/end of elements right.
1338         (shr-tag-p): Collapse subsequent <p>s.
1339         (shr-ensure-paragraph): Don't insert double line feeds after blank
1340         lines.
1341         (shr-insert): \t is also space.
1342         (shr-tag-s): Fix "s" tag name function.
1343         (shr-tag-s): Fix face prop name.
1344
1345 2010-10-03  Julien Danjou  <julien@danjou.info>
1346
1347         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
1348
1349         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
1350         gnus-window-inside-pixel-edges.
1351
1352         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
1353         gnus-ems.
1354
1355         * mm-view.el (mm-inline-image-emacs): Support image resizing.
1356
1357         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
1358         function.
1359
1360         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
1361         resize choice.
1362
1363 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1364
1365         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
1366         beginning of the buffer.
1367
1368         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
1369         article buffer again.
1370
1371         * shr.el (shr-tag-p): Don't insert newlines at the start of the
1372         buffer.
1373
1374         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
1375         when it's at the start of the buffer.
1376
1377         * shr.el (shr-tag-blockquote): Convert name.
1378         (shr-rescale-image): Use the right image-size variant.
1379
1380         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
1381         buffer isn't shown, then select the current article first instead of
1382         bugging out.
1383         (gnus-summary-select-article-buffer): Show both the article and summary
1384         buffers again.
1385
1386         * shr.el (shr-fontize-cont): Protect against regions with no text.
1387         Rename tag functions to shr-tag-* for enhanced security.
1388         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
1389
1390 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
1391
1392         * shr.el (shr-insert):
1393         * pop3.el (pop3-movemail):
1394         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
1395         loaded.
1396
1397 2010-10-03  Glenn Morris  <rgm@gnu.org>
1398
1399         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
1400
1401         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
1402
1403         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
1404
1405         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
1406
1407         * gnus-util.el (gnus-make-local-hook): Simplify.
1408
1409 2010-10-02  Julien Danjou  <julien@danjou.info>
1410
1411         * gnus-util.el (gnus-iswitchb-completing-read): New function.
1412         (gnus-ido-completing-read): New function.
1413         (gnus-emacs-completing-read): New function.
1414         (gnus-completing-read): Use gnus-completing-read-function.
1415         Add gnus-completing-read-function.
1416
1417 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1418
1419         * shr.el (shr-insert-document): Autoload.
1420         (shr-img): Be silent.
1421         (shr-insert): Add a newline after every picture before text.
1422         (shr-add-font): Use overlays for combining faces.
1423         (shr-insert): Pass upwards the text start point.
1424
1425         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
1426         possible.
1427         (mm-shr): New function.
1428
1429 2010-10-02  Julien Danjou  <julien@danjou.info>
1430
1431         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
1432         should go backward.
1433
1434 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
1435
1436         * shr.el (shr): Fix typo in provide call.
1437
1438 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1439
1440         * shr.el: New file.
1441
1442         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
1443
1444         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
1445         completing read.
1446
1447 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1448
1449         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
1450         we're being queried about.  Suggested by Dan Jacobson.
1451
1452         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
1453         by Jason Eisner.
1454
1455         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
1456         table, too.  Suggested by Stefan Wiens.
1457         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
1458         the table unnecessary.  Suggested by Stefan Wiens.
1459
1460         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
1461         longer needed, and probably doesn't work either, as pointed out by
1462         Stefan Wiens.
1463         (gnus-summary-exit): Remove call to the clearing function.
1464         (gnus-summary-exit-no-update): Ditto.
1465
1466         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
1467         instead of gnus-eval-in-buffer-window to avoid popping up frames.
1468         Reported by Stefan Monnier.
1469         (gnus-summary-save-in-rmail): Ditto.
1470
1471         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
1472         article buffer, instead of both the article buffer and the summary
1473         buffer.  Sort of suggested by Dan Jacobson.
1474
1475         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
1476
1477         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
1478         Suggested by Dan Jacobson.
1479
1480         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
1481         documentation clearer.
1482
1483         * message.el (message-shorten-references): Comment on the number "21".
1484         Suggested by Stefan Monnier.
1485
1486         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
1487         Suggested by Dan Jacobson.
1488
1489         * gnus.el (gnus-large-newsgroup): Mention
1490         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
1491
1492         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
1493         externalize attachments.  Bug reported by Steve Wen.
1494
1495         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
1496         really message anything to the user.
1497
1498         * nnmail.el (nnmail-article-group): Allow using the fancy split method
1499         directly.
1500
1501         * nnimap.el (nnimap-request-group): Low higher than high to signal no
1502         messages in empty groups.
1503
1504 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
1505
1506         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
1507         non-UIDNEXT group.
1508
1509 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1510
1511         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
1512         not the value from the collection.
1513
1514         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
1515         values.  This sometimes happens on some groups that have no info.
1516         (nnimap-request-newgroups): New function.
1517
1518 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
1519
1520         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
1521         check into `gnus-registry-initialize'.
1522         (gnus-registry-initialize): Ditto.
1523         Fix and extend header docs.
1524
1525 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1526
1527         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
1528         regexp backtrace overflows.
1529
1530         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
1531         for starttls that tls.el implements; i.e. openssl.
1532
1533         * tls.el (tls-starttls-switches): Give up on using starttls with
1534         gnutls-cli.
1535         (tls-program): Add --insecure to be consistent with the defaults from
1536         openssl s_client.  Now all three commands are insecure.
1537
1538 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1539
1540         * lpath.el: Bind completion-styles-alist for XEmacs.
1541
1542         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
1543         (gravatar-create-image): New function that's an alias to
1544         gnus-xmas-create-image, gnus-create-image, or create-image.
1545         (gravatar-data->image): Use it.
1546
1547 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
1548
1549         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
1550         install the nnregistry refer method.
1551         (gnus-registry-install-hooks): Use it.
1552         (gnus-registry-unfollowed-groups): Add nnmairix to the default
1553         unfollowed groups.
1554
1555 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
1556
1557         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
1558         expanding threads.
1559
1560 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1561
1562         * nnir.el: Use the server names without suffixes (bug #7009).
1563
1564         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
1565         unencrypted to STARTTLS, if possible.
1566
1567 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1568
1569         * message.el (message-ignored-supersedes-headers): Strip Injection-*
1570         headers before superseding.
1571
1572 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1573
1574         * nnrss.el (nnrss-use-local): Add documentation.
1575
1576         * nnimap.el (nnimap-extend-tls-programs): New function.
1577         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
1578         (nnimap-wait-for-connection): Accept the greeting from the stupid
1579         output from openssl s_client -starttls, too.
1580
1581         * tls.el (tls-starttls-switches): New variable.
1582         (tls-find-starttls-argument): Use it.
1583         (open-tls-stream): Ditto.
1584
1585         * netrc.el (netrc-credentials): Return the value of the "default"
1586         entry.
1587         (netrc-machine): Ditto.
1588
1589         * nnimap.el (nnimap-find-article-by-message-id): Really return the
1590         article number.
1591         (nnimap-split-fancy): New variable.
1592         (nnimap-split-incoming-mail): Use it.
1593
1594         * nntp.el (nntp-server-list-active-group): Document.
1595
1596         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
1597         SELECT to get the message-id.
1598
1599         * mail-source.el (mail-sources): Removed webmail support.
1600         (defvar): Ditto.
1601         (mail-source-fetcher-alist): Ditto.
1602         (mail-source-fetch-webmail): Removed.
1603
1604         * webmail.el: Removed -- doesn't seem relevant any more.
1605
1606         * gnus.el: Fix up make-obsolete-variable declarations throughout.
1607
1608         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
1609         the \r.
1610
1611 2010-09-30  Julien Danjou  <julien@danjou.info>
1612
1613         * gnus-agent.el (gnus-agent-add-group): Fix call to
1614         gnus-completing-read.
1615
1616 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1617
1618         * nndoc.el (nndoc-retrieve-groups): New function.
1619
1620         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
1621         `default', use nnmail-split-methods.
1622         (nnimap-request-article): Downcase the NILs so that they are nil.
1623
1624         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
1625         symbol.
1626
1627         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
1628         code, since if the user has requested network, that's what they ought
1629         to get.
1630         (nnimap-request-set-mark): Erase the buffer before issuing commands.
1631         (nnimap-split-rule): Mark as obsolete.
1632
1633         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
1634         variable.
1635
1636         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
1637         correct slot, too.
1638
1639 2010-09-29  Julien Danjou  <julien@danjou.info>
1640
1641         * gnus.el (gnus-local-domain): Declare variable obsolete.
1642
1643         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
1644         computing.
1645         (gnus-ido-completing-read): Require ido.
1646
1647 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1648
1649         * gnus-registry.el: Don't prompt on load, which makes it impossible to
1650         build Gnus.
1651
1652         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
1653         when interpreting the structures.
1654         (nnimap-request-accept-article): Add \r\n to the lines to make this
1655         work with Cyrus.
1656
1657         * nndraft.el (nndraft-request-expire-articles): Use the group name
1658         instead if "nndraft".  Fix found by Nils Ackermann.
1659
1660 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
1661
1662         * nnregistry.el: Added.
1663
1664 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1665
1666         * nnmail.el (group, group-art-list, group-art):
1667         Remove unneeded directives.
1668
1669 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1670
1671         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
1672         (mm-mime-charset)
1673         * rfc2047.el (rfc2047-syntax-table)
1674         * utf7.el (utf7-utf-16-coding-system): Comment fix.
1675
1676         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
1677         rather than `insert-file-contents' and `eval-region'.
1678
1679         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
1680         construction.
1681
1682         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
1683
1684         * time-date.el: No need to require cl for Emacs 21.
1685
1686 2010-09-29  Julien Danjou  <julien@danjou.info>
1687
1688         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
1689         replacement of `gnus-gravatar-relief' to mimic
1690         `gnus-faces-properties-alist'.
1691         Add :version property.
1692
1693 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1694
1695         * mail-source.el (mail-source-report-new-mail)
1696         * message.el (message-default-mail-headers)
1697         * mm-decode.el (mm-valid-image-format-p): Comment fix.
1698
1699         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
1700
1701 2010-09-28  Julien Danjou  <julien@danjou.info>
1702
1703         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
1704         mail-address contains the same string as real-name.
1705
1706         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
1707         non-blank in header, otherwise it'll get stripped.
1708
1709         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
1710         real-name, and then for mail address rather than doing : or , search.
1711
1712 2010-09-27  Julien Danjou  <julien@danjou.info>
1713
1714         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
1715         (gnus-server-goto-server): Use gnus-completing-read.
1716
1717         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
1718
1719         * mm-util.el (defalias): Use gnus-completing-read.
1720         (mm-codepage-setup): Use gnus-completing-read.
1721
1722         * smime.el (smime-sign-buffer): Use gnus-completing-read.
1723         (smime-decrypt-buffer): Use gnus-completing-read.
1724
1725         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
1726
1727         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
1728         (mml-minibuffer-read-disposition): Use gnus-completing-read.
1729         (mml-insert-multipart): Use gnus-completing-read.
1730
1731         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
1732
1733         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
1734
1735         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
1736
1737         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
1738
1739         * gnus.el (gnus-read-method): Use gnus-completing-read.
1740
1741         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
1742
1743         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
1744         (gnus-mime-action-on-part): Use gnus-completing-read.
1745         (gnus-article-encrypt-body): Use gnus-completing-read.
1746
1747         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
1748         (gnus-topic-move-matching): Use gnus-completing-read.
1749         (gnus-topic-copy-matching): Use gnus-completing-read.
1750         (gnus-topic-sort-topics): Use gnus-completing-read.
1751         (gnus-topic-move): Use gnus-completing-read.
1752
1753         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
1754         (gnus-agent-add-group): Use gnus-completing-read.
1755
1756         * nnmairix.el (nnmairix-create-server-and-default-group): Use
1757         gnus-completing-read.
1758         (nnmairix-update-groups): Use gnus-completing-read.
1759         (nnmairix-get-server): Use gnus-completing-read.
1760         (nnmairix-backend-to-server): Use gnus-completing-read.
1761         (nnmairix-goto-original-article): Use gnus-completing-read.
1762         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
1763
1764         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
1765
1766         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
1767         (gnus-group-make-useful-group): Use gnus-completing-read.
1768         (gnus-group-make-web-group): Use gnus-completing-read.
1769         (gnus-group-add-to-virtual): Use gnus-completing-read.
1770         (gnus-group-browse-foreign-server): Use gnus-completing-read.
1771
1772         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
1773         (gnus-summary-limit-to-extra): Use gnus-completing-read.
1774         (gnus-summary-execute-command): Use gnus-completing-read.
1775         (gnus-summary-respool-article): Use gnus-completing-read.
1776         (gnus-read-move-group-name): Use gnus-completing-read.
1777
1778         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
1779         (gnus-summary-score-effect): Use gnus-completing-read.
1780
1781         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
1782
1783         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
1784         right completing-read function.
1785         (gnus-use-ido): New variable
1786         (gnus-completing-read-with-default): Remove.
1787
1788 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1789
1790         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
1791         x-focus-frame.
1792
1793         * nnimap.el (auth-source-forget-user-or-password)
1794         (auth-source-user-or-password): Autoload.
1795
1796         * message.el (message-from-style, message-interactive)
1797         (message-cite-prefix-regexp, message-sendmail-envelope-from)
1798         (message-yank-prefix, message-indentation-spaces, message-signature)
1799         (message-signature-file): Add comment.
1800
1801 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1802
1803         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
1804         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
1805         new articles.
1806
1807         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
1808         parts.
1809         (nnimap-request-article): Work with the t setting, too.
1810
1811         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
1812         that you don't get flashes of other buffers.
1813         (gnus-summary-show-complete-article): Intern before setting.
1814
1815 2010-09-27  David Engster  <dengste@eml.cc>
1816
1817         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
1818         well as HEADERS.
1819         (nnmairix-retrieve-headers): Provide new argument for the above.
1820
1821 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1822
1823         * gnus-sum.el (gnus-summary-move-article): Don't alter
1824         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
1825         group.
1826
1827         * nnimap.el (nnimap-update-info): Don't destructively alter active.
1828
1829         * message.el (message-cite-prefix-regexp): Revert my last edit.
1830
1831         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
1832         variable instead of the Gnus variable.
1833
1834         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
1835
1836         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
1837         again.
1838
1839         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
1840         since some servers don't like it.
1841         (nnimap-open-connection): Forget credentials if the server says the
1842         password was wrong.
1843         (nnimap-parse-line): Protect against invalid data.
1844
1845         * gnus-sum.el (gnus-summary-move-article): Add comment.
1846         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
1847         nothing alters it while scanning for new messages.
1848
1849         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
1850         which may or may not help.
1851         (nnimap-open-connection): If we're doing a stream connection, and then
1852         discover we're on a STARTTLS-capable server, then open a STARTTLS
1853         connection instead.
1854
1855 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1856
1857         * nnimap.el (utf7): Required.
1858
1859         * message.el (message-cite-prefix-regexp): Remove "}" from citation
1860         prefix.
1861
1862 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
1863
1864         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
1865
1866 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1867
1868         * nnimap.el (nnimap-request-accept-article): Message the error on
1869         error.
1870
1871 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1872
1873         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
1874
1875 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1876
1877         * nndoc.el (nndoc-request-list): Return success always.
1878
1879         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
1880         `fetch-old' -- we only want to fetch the articles we've requested.  The
1881         rest are in the agent, probably.
1882         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
1883         disappeared server" to something low.  It's not important.
1884
1885         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
1886         arrived before the FETCH data.
1887
1888         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
1889         target here, because we don't know the Gnus name of the group.
1890
1891         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
1892         for the correct group.
1893
1894         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
1895
1896         * gnus.el (gnus): Give a final warning after startup.
1897
1898         * gnus-util.el (gnus-action-message-log): New variable.
1899         (gnus-message): Use it.
1900         (gnus-final-warning): New function.
1901
1902         * nnimap.el (nnimap-open-connection): Record the greeting.
1903         (nnimap): Add greeting.
1904
1905 2010-09-26  Julien Danjou  <julien@danjou.info>
1906
1907         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
1908         arguments.
1909         (gnus-html-wash-images): Fix spec computing to include start/end.
1910
1911         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
1912
1913 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1914
1915         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
1916         deletion.
1917         (nnimap-retrieve-headers): Don't select the group, because that's
1918         already done by nnimap-possibly-change-group.
1919
1920         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
1921         (gnus-picon-transform-address): Use it.
1922
1923         * mail-source.el (mail-source-value): Revert previous patch.
1924
1925         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
1926         on failure.
1927         (nnimap-open-connection): Look up both virtual and physical server name
1928         credentials.
1929
1930         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
1931
1932 2009-02-07  Dave Love  <fx@gnu.org>
1933
1934         * tls.el (open-tls-stream): Don't query killing process.
1935
1936 2009-02-08  Dave Love  <fx@gnu.org>
1937
1938         * gnus-win.el (gnus-window-to-buffer-helper,
1939         gnus-all-windows-visible-p): Function needn't be a symbol.
1940
1941         * mail-source.el (mail-source-value): Function needn't be a symbol.
1942
1943 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1944
1945         * message.el (message-cite-prefix-regexp): Remove } from the cite
1946         prefix.
1947
1948         * gnus-art.el (gnus-treatment-function-alist): Do picons before
1949         highlight again, so that the highlight is correct.
1950
1951         * gnus-picon.el (gnus-picon): Remove again.
1952         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
1953
1954         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
1955         doing the header highlightling, so that the background colour of the
1956         picon is correct.
1957
1958         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
1959         (gnus-picon): Ditto.
1960         (gnus-picon): Reinstate.  The background colour for picons is white.
1961         (gnus-picon-insert-glyph): Make the background white.
1962
1963         * nnml.el (nnml-open-nov): Don't return dead buffers.
1964
1965         * auth-source.el (auth-source-create): Query the user for whether to
1966         store the credentials.
1967
1968         * netrc.el (netrc-store-data): New function.
1969
1970         * auth-source.el (auth-source-user-or-password): Use the existing auth
1971         sources, if any, for creation.
1972
1973         * gnus.el (gnus-group-fast-parameter): Return the last matching
1974         parameter instead of the first matching parameter.
1975
1976 2010-09-26  Julien Danjou  <julien@danjou.info>
1977
1978         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
1979
1980 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1981
1982         * mml2015.el (mml2015-use): Remove gpg support.
1983
1984         * mml1991.el (mml1991-function-alist): Remove gpg function.
1985         (mml1991-gpg-sign): Removed.
1986
1987 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
1988
1989         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
1990         (gnus-browse-unsubscribe-current-group): Document it.
1991         (gnus-browse-unsubscribe-group): Use it.
1992
1993 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1994
1995         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
1996         address to the To list for easier response.
1997
1998         * gnus.el (gnus-play-startup-jingle): Removed.
1999         (gnus-splash): Don't play jingle.
2000         (gnus): Silence gnus-load message.
2001
2002         * gnus-art.el (gnus-treat-play-sounds): Removed.
2003
2004         * gnus.el (gnus-play-jingle): Remove audio support.
2005
2006         * gnus-cus.el (gnus-score-customize): Remove audio reference.
2007
2008         * earcon.el: Removed -- no users.
2009
2010         * gnus-audio.el: Removed -- no users of this package.
2011
2012         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
2013
2014         * gnus-start.el (gnus-setup-news): Remove nocem support.
2015
2016         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
2017
2018         * gnus.el (gnus-use-nocem): Removed.
2019
2020         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
2021         Removed.
2022
2023         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
2024         uses NoCeM any more.
2025
2026         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
2027         (gnus-button-ctan-handler): Ditto.
2028         (gnus-button-handle-ctan-bogus-regexp): Ditto.
2029         (gnus-button-ctan-directory-regexp): Ditto.
2030         (gnus-button-handle-ctan): Ditto.
2031         (gnus-button-tex-level): Ditto.
2032         (gnus-button-alist): Removed CTAN stuff.
2033
2034 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2035
2036         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
2037         nnimap-streaming test.
2038
2039         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
2040         servers twice.
2041
2042         * nnimap.el (nnimap-open-connection): Add more error reporting when
2043         nnimap fails early.
2044
2045         * nnheader.el (nnheader-get-report-string): New function.
2046         (nnheader-get-report): Use it.
2047
2048         * gnus-int.el (gnus-check-server): Say what the error was when opening
2049         failed.
2050
2051         * nnimap.el (nnimap-wait-for-response): Search further when we're not
2052         using streaming.
2053
2054 2010-09-25  Julien Danjou  <julien@danjou.info>
2055
2056         * gnus-html.el (gnus-html-rescale-image): Use our defalias
2057         gnus-window-inside-pixel-edges.
2058
2059 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2060
2061         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
2062
2063         * mm-decode.el (mm-save-part): Allow saving to other directories the
2064         normal Emacs way.
2065
2066         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
2067         by Jay Berkenbilt.
2068
2069         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
2070         there isn't a single byte.
2071
2072         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
2073         just do it.  It doesn't really seem to matter what the user responds
2074         here, I think, so it's just a confusing question.
2075
2076         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
2077         non-streaming case.
2078
2079         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
2080         (gnus-article-encrypt-body): Use it.
2081
2082         * gnus-sum.el (gnus-summary-show-complete-article): New command and
2083         keystroke.
2084
2085         * nnimap.el (nnimap-find-wanted-parts-1): Use
2086         gnus-fetch-partial-articles.
2087
2088         * gnus-art.el (gnus-fetch-partial-articles): New variable.
2089
2090         * nnimap.el (nnimap-insert-partial-structure): New function.
2091         (nnimap-get-partial-article): New function.
2092         (nnimap-request-article): Use it.
2093         (nnimap-wait-for-response): Return whether the wait was successful.
2094         (nnimap-finish-retrieve-group-infos): Don't do anything if the
2095         retrieval wasn't successful.
2096         (nnimap-retrieve-group-data-early): Allow throttling servers.
2097         (nnimap-streaming): New variable.
2098         (nnimap-fetch-partial-articles): Removed.
2099
2100         * mm-decode.el (mm-with-part): Protect against killed buffers.
2101
2102         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
2103         for prettier summary display.
2104
2105 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
2106
2107         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
2108         directly.
2109
2110 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2111
2112         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
2113         apparently third-party libraries depend on it.
2114
2115         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
2116         before starting negotiation.
2117
2118         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
2119         privacy reasons.
2120         (gnus-treat-mail-gravatar): Ditto.
2121
2122         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
2123         buffer when inserting images.  Inserting text into the headers, for
2124         instance, can make them invalid.
2125
2126 2010-09-25  Julien Danjou  <julien@danjou.info>
2127
2128         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
2129         variables.
2130
2131         * nnheader.el: Remove useless variables news-reply-yank-from and
2132         news-reply-yank-message-id.
2133
2134         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
2135         variables.
2136
2137         * mml1991.el: Remove useless mml1991-verbose.
2138
2139         * gnus.el: Remove useless variable gnus-use-generic-from.
2140         Remove obsolete variable gnus-topic-indentation.
2141
2142         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
2143
2144         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
2145
2146         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
2147
2148         * gnus-group.el: Remove useless gnus-group-icon-cache.
2149         Remove useless gnus-ephemeral-group-server.
2150
2151         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
2152
2153         * mml2015.el: Remove useless mml2015-verbose.
2154
2155         * mml-smime.el: Remove useless mml-smime-verbose.
2156
2157         * gnus.el: Remove useless gnus-local-domain.
2158
2159         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
2160         gnus-gravatar-size.
2161
2162         * gnus-art.el: Remove useless gnus-treat-translate.
2163
2164 2010-09-24  Julien Danjou  <julien@danjou.info>
2165
2166         * gnus-sum.el: Add support for Gravatars.
2167
2168         * gnus-art.el: Add support for Gravatars.
2169
2170         * gnus-gravatar.el: Add this file.
2171
2172         * gravatar.el: Add this file.
2173
2174 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2175
2176         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
2177
2178         * gnus-group.el (gnus-group-fetch-faq): Removed.
2179
2180         * gnus.el (gnus-group-faq-directory): Removed.
2181
2182         * gnus-group.el (gnus-group-fetch-charter): Removed.
2183
2184         * gnus.el (gnus-group-charter-alist): Removed.
2185
2186         * gnus-group.el (gnus-group-archive-directory): Removed.
2187         (gnus-group-recent-archive-directory): Ditto.
2188         (gnus-group-make-archive-group): Removed.
2189
2190         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
2191
2192         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
2193         use the same article number for all the cached articles.
2194
2195         * nnimap.el (nnimap-command): Register the last command time so
2196         that we can use it for idling NOOPs.
2197         (nnimap-open-connection): Start the keeplive timer.
2198         (nnimap-make-process-buffer): Store all the process buffers.
2199         (nnimap-keepalive): New function.
2200
2201         * starttls.el (starttls-open-stream): Add autoload cookie.
2202
2203 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2204
2205         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
2206         handling.
2207
2208 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2209
2210         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
2211         its data structures.
2212
2213         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
2214         instead of the cl.el copy-list.
2215         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
2216         equalp.
2217
2218 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2219
2220         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
2221         and tool-bar-local-item-from-menu.
2222
2223         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
2224         mode-line-highlight face for Emacs.
2225
2226         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
2227         loading gnus-sum.elc; fix comment for canlock-verify.
2228         (gnus-article-jump-to-part): Use read-number.
2229         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
2230         Emacs pre-21 compatible code for help-echo.
2231         (gnus-article-next-page-1): No need to adjust the number of lines.
2232         (gnus-article-describe-bindings): Always use help-buffer.
2233
2234         * gnus-audio.el (gnus-audio-inline-sound)
2235         * gnus-cus.el (gnus-custom-mode)
2236         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
2237
2238         * gnus-sum.el (gnus-remove-overlays): Doc fix.
2239
2240         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
2241         compatible code.
2242
2243 2010-09-24  Glenn Morris  <rgm@gnu.org>
2244
2245         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
2246         visiting the fcc file in rmail-mode.
2247
2248         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
2249
2250 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2251
2252         * nnir.el: Silence the byte compiler.
2253
2254         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
2255         alias to browse-url-url-encode-chars if any.
2256         (gnus-html-encode-url): Use it.
2257
2258 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2259
2260         * gnus-start.el (gnus-use-backend-marks): New variable.
2261         (gnus-get-unread-articles-in-group): Use it.
2262
2263         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
2264         makeover.
2265
2266 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2267
2268         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
2269
2270 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2271
2272         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
2273         Removed.
2274         (gnus-setup-news-hook): Removed
2275         gnus-fixup-nnimap-unread-after-getting-new-news.
2276
2277         * gnus-int.el (gnus-request-update-info): Protect against backends not
2278         having the function.
2279
2280         * nnimap.el (nnimap-stream): Mention starttls.
2281         (nnimap-open-connection): Add starttls support.
2282
2283 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2284
2285         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
2286
2287 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2288
2289         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
2290         BODYSTRUCTUREs.
2291         (nnimap-transform-headers): Unfold quoted {42} headers.
2292
2293         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
2294         the info.
2295         (gnus-get-unread-articles): Only call updatep on backends that support
2296         it.
2297
2298         * nnweb.el (nnweb-request-update-info): NOOP.
2299
2300         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
2301
2302         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
2303         since it only deals with marks.
2304
2305         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
2306         gnus-request-marks, and make a new gnus-request-update-info.
2307
2308         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
2309         the active instead of the high number, which is usually too low.
2310
2311 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
2312
2313         * netrc.el (netrc-parse): Remove encrypt.el mentions.
2314         * encrypt.el: Removed.
2315
2316 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2317
2318         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
2319         server in symbolic form.
2320
2321         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
2322         0.9.
2323
2324 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2325
2326         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
2327         (nnimap-update-info): Fix up code slightly.
2328
2329         * gnus-int.el (gnus-open-server): Add tracing for performance
2330         debugging.
2331
2332         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
2333         (gnus-group-insert-group-line): Pass the real group name so that it
2334         gets the right data.
2335
2336         * gnus-start.el (gnus-get-unread-articles): Don't have
2337         `gnus-get-unread-articles-in-group' update info, since that can be
2338         really slow and doesn't seem to be needed?
2339
2340 2010-09-22  Dan Christensen  <jdc@uwo.ca>
2341
2342         * time-date.el (date-to-time): Try using parse-time-string first before
2343         using the slower timezone-make-date-arpa-standard.
2344
2345 2010-09-22  Julien Danjou  <julien@danjou.info>
2346
2347         * gnus-group.el (gnus-group-insert-group-line): Call
2348         gnus-group-highlight-line.
2349         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
2350         default hook list.
2351         (gnus-group-update-eval-form): Add new function.
2352         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
2353         (gnus-group-get-icon): Use gnus-group-update-eval-form.
2354
2355 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2356
2357         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
2358         immediate, then expire all articles.
2359         (nnimap-update-info): Fix off-by-one errors.
2360         (nnimap-flags-to-marks): Would return no marks lists for group with no
2361         flags.  Instead return the other data.
2362
2363 2010-09-22  Julien Danjou  <julien@danjou.info>
2364
2365         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
2366         Only return an icon.
2367         (gnus-group-insert-group-line): Compute icon to return.
2368
2369         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
2370         variable.
2371         (gnus-html-image-fetched): Only cache if
2372         gnus-html-image-automatic-caching is set.
2373         (gnus-html-image-fetched): Check for errors.
2374
2375 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2376
2377         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
2378         once per method on `g'.  This ensures that backends like nnfolder don't
2379         open all their folders.
2380
2381         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
2382         (nnimap-request-list): Nix out group in the correct buffer.
2383         (nnimap-parse-flags): Implement by using `read' instead of
2384         hand-parsing.
2385         (nnimap-flags-to-marks): Pass on permanent-flags.
2386         (nnimap-make-process-buffer): Record the server name.
2387         (nnimap-parse-flags): Fix typo.
2388         (nnimap-request-scan): Run split on the server in general, not just a
2389         single group.
2390
2391         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
2392         parameter, and propagate this downwards.
2393
2394         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
2395         since EXAMINE changes it on the server.
2396
2397         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
2398         this command might take a while.
2399
2400 2010-09-22  Julien Danjou  <julien@danjou.info>
2401
2402         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
2403         harmful if you have 2 images side-by-side, they can't be properly
2404         update on text deletion.  Using text-property is safer here.
2405         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
2406         data.
2407
2408 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2409
2410         * nnimap.el (nnimap-expunge-inbox): Removed.
2411         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
2412         (nnimap-expunge): Flip default to t.
2413
2414         * gnus.el (gnus-method-to-server): Don't push things to the cache
2415         unless it's unique.
2416         (gnus-server-to-method): Ditto.
2417
2418 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2419
2420         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
2421
2422 2010-09-22  Julien Danjou  <julien@danjou.info>
2423
2424         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
2425         get the start of data.
2426         (gnus-html-encode-url): Add this function to encode special chars in
2427         URL.
2428         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
2429         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
2430
2431         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
2432         default.
2433         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
2434
2435         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
2436         images alt-text.
2437         (gnus-html-put-image): Put alt-text as help-echo.
2438
2439 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2440
2441         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
2442         * mm-util.el (mm-decompress-buffer)
2443         * nnir.el (nnir-run-find-grep)
2444         * pop3.el (pop3-list): Use 3rd arg of split-string.
2445
2446         * time-date.el (format-seconds): Comment fix.
2447
2448         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
2449         and byte-optimize-form-code-walker.
2450         (dgnushack-make-auto-load): Don't advise make-autoload.
2451
2452         * lpath.el: Remove Emacs 21 stuff.
2453
2454 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2455
2456         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
2457         outside the active range.  Suggested by Dan Christensen.
2458
2459         * gnus-start.el (gnus-get-unread-articles): Get the extended method
2460         slightly later to avoid double-getting it.
2461
2462         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
2463         previous patch.
2464
2465         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
2466
2467 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
2468
2469         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
2470
2471 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2472
2473         * gnus-int.el (gnus-open-server): Give a better error message in the
2474         "go offline" case.
2475
2476         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
2477         marks for nnimap, which is seldom the right thing to do.
2478
2479         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
2480         (gnus-same-method-different-name): New function.
2481
2482         * nnimap.el (parse-time): Require.
2483
2484         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
2485         method in the presence of many similar methods.
2486
2487         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
2488
2489         * nnimap.el (nnimap-find-expired-articles): Don't refer to
2490         nnml-inhibit-expiry.
2491
2492         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
2493         find out whether methods are equal.
2494
2495         * nnimap.el (nnimap-find-expired-articles): New function.
2496         (nnimap-process-expiry-targets): New function.
2497         (nnimap-request-move-article): Request the article before looking at
2498         what the Message-ID is.  Fix found by Andrew Cohen.
2499         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
2500
2501         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
2502         for oldness in addition to being a predicate.
2503
2504         * nnimap.el (nnimap-request-group): When we have zero articles, return
2505         the right data to Gnus.
2506         (nnimap-request-expire-articles): Only delete articles immediately if
2507         the target is 'delete.
2508
2509         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
2510         method, this would bug out.
2511
2512         * gnus-group.el (gnus-group-expunge-group): Renamed from
2513         gnus-group-nnimap-expunge, and implemented as a normal interface
2514         function.
2515
2516         * gnus-int.el (gnus-request-expunge-group): New function.
2517
2518         * nnimap.el (nnimap-request-create-group): Implement.
2519         (nnimap-request-expunge-group): New function.
2520
2521 2010-09-21  Julien Danjou  <julien@danjou.info>
2522
2523         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
2524         (gnus-html-cache-expired): Add new function.
2525         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
2526         wethever we should display image for fetch it.
2527         Compute alt-text earlier to pass it to the fetching function too.
2528         (gnus-html-schedule-image-fetching): Change function argument to only
2529         get one image at a time, not a list.
2530         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
2531         cache.
2532         (gnus-html-get-image-data): New function to retrieve image data from
2533         cache.
2534         (gnus-html-put-image): Change buffer argument to use image data rather
2535         than file, and place image above region rather than inserting a new
2536         one. Do not take alt-text as argument, since it's useless now: we place
2537         the image above alt-text.
2538         (gnus-html-prune-cache): Remove.
2539         (gnus-html-show-images): Start to fetch image when we find one, do not
2540         push into a temporary list.
2541         (gnus-html-prefetch-images): Only fetch image if they have expired.
2542         (gnus-html-browse-image): Fix, use 'gnus-image-url.
2543         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
2544
2545 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2546
2547         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
2548
2549 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2550
2551         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
2552         spec inser "*" if the group isn't active instead of 0.
2553
2554         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
2555         opening the server.
2556         (nnimap-request-delete-group): Implement group deletion.
2557         (nnimap-transform-headers): Return the size of the entire message in
2558         the Bytes header, not just the size of the first part.
2559         (nnimap-request-move-article): When moving an article from nnimap,
2560         request the article first so the accepting form has an article to
2561         accept.  Reported by Dan Christensen.
2562         (nnimap-command): Make sure that the error message doesn't error out.
2563
2564 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
2565
2566         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
2567         we haven't requested anything.
2568
2569 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2570
2571         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
2572         "".  Fix found by Andrew Cohen.
2573
2574         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
2575         instead of -encode-string.
2576
2577 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2578
2579         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
2580
2581         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
2582         by mm-subst-char-in-string.
2583
2584 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2585
2586         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
2587         waiting for the connection string.
2588
2589         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
2590         arriving.
2591
2592         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
2593         bogus characters.  This allows selecting certain Gmail groups.
2594
2595         * nnimap.el (nnimap-find-wanted-parts-1): New function.
2596         (nnimap-fetch-partial-articles): New variable.
2597         (nnimap-open-connection): When looking for credentials, also use the
2598         nnimap-server-port.
2599         (nnimap-request-article): Return the group/article number, so that Gnus
2600         `^' works as expected.
2601         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
2602         them.
2603
2604         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
2605         comments.
2606         (gnus-methods-sloppily-equal): New function.
2607         (gnus): When using the development version of Gnus, load the gnus-load
2608         file.
2609
2610         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
2611         `gnus-open-server' on each method before trying to scan them etc.  This
2612         ensures that all the backend parameters are set correctly.
2613
2614         * nnimap.el (nnimap-authenticator): New variable.
2615         (nnimap-open-connection): Allow anonymous login.
2616         (nnimap-transform-headers): The chars header is called Chars not
2617         Bytes.
2618         (nnimap-wait-for-response): Don't infloop if the IMAP connection
2619         drops.
2620
2621         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
2622         patch, found by Knut Anders Hatlen.
2623
2624 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
2625
2626         * gnus-agent.el (gnus-agent-batch-confirmation)
2627         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
2628         to gnus-message.
2629         * gnus-art.el (gnus-article-describe-briefly): Likewise.
2630         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
2631         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
2632         * gnus-int.el (gnus-open-server): Likewise.
2633         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
2634         (gnus-score-check-syntax): Likewise.
2635         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
2636         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
2637         Likewise.
2638         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
2639
2640 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2641
2642         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
2643         calling conventions so that prefetch doesn't bug out.
2644
2645 2010-09-19  Julien Danjou  <julien@danjou.info>
2646
2647         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
2648         rather than `subst-char-in-region' in order to be able to replace ASCII
2649         char by UTF-8 ones.
2650
2651         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
2652         than curl.
2653         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
2654         the right URL and ALT text on images.
2655         (gnus-html-wash-tags): Fix tag case.
2656         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
2657         (gnus-article-html): Add -o display_ins_del=2 option.
2658         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
2659
2660 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2661
2662         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
2663         the extra mail headers, which sometimes seem to happen for unknown
2664         reasons.
2665
2666         * mail-parse.el (mail-header-encode-parameter): Define as
2667         rfc2045-encode-string instead of as rfc2231-encode-string, since some
2668         (or most, perhaps?) mail readers don't understand the latter, but do
2669         understand the former.
2670
2671         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
2672         to nil, so that no methods are automatically agentized.  I think this
2673         is probably what most users want.
2674
2675         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
2676         from url-retrieve, for instance about invalid URLs.
2677
2678         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
2679         groups that have no articles.
2680         (nnimap-request-article): Check that we really got an article when we
2681         requested one.
2682
2683         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
2684         doesn't exist.
2685
2686         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
2687         nntp buffer so the agent can save it.
2688         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
2689         that CRLF doesn't get translated to \n.
2690         (nnimap-open-connection): Don't make 'shell commands only send \n.
2691
2692 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2693
2694         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
2695         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
2696         Update var name.
2697         (nnml-generate-nov-file): Use dolist.
2698         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
2699         Use with-current-buffer.
2700
2701 2010-09-18  Julien Danjou  <julien@danjou.info>
2702
2703         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
2704         parallel.
2705
2706 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2707
2708         * nnimap.el (nnimap-update-info): When doing partial marks update, get
2709         the range update right.
2710         (nnimap-request-group): Don't make `M-g' bug out on group with no
2711         marks.
2712         (nnoo): Required, so that other packages can require nnimap.
2713         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
2714         command we're looking for.  This helps when the server sends more
2715         responses after we've gotten everything we expected.
2716         (nnimap): Add a `newlinep' field to keep track of end-of-line
2717         conventions.
2718         Don't send CRLF to things that don't want it.
2719         (nnimap-request-accept-article): Ditto.
2720
2721 2010-09-18  Julien Danjou  <julien@danjou.info>
2722
2723         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
2724         than curl to retrieve images.
2725
2726 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2727
2728         * nnimap.el (nnimap-update-info): Extend the info so that we can set
2729         the marks.
2730         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
2731         (nnimap-wait-for-connection): New function.
2732         (nnimap-open-connection): If we have PREAUTH, don't query for login
2733         credentials.
2734         (nnimap-update-info): Fix off-by-one error when concatenating ranges
2735         when doing a partial update.
2736
2737 2010-09-18  Julien Danjou  <julien@danjou.info>
2738
2739         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
2740         tags.
2741
2742 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2743
2744         * nnimap.el (nnimap-credentials): New function.
2745         (nnimap-open-connection): Use the new function to look for credentials
2746         also on the numeric equivalents of "imap" and "imaps".
2747
2748         * gnus-start.el (gnus-activate-group): Send the info to
2749         gnus-request-group.
2750
2751         * nnimap.el (nnimap-request-group): Have the "check" version of the
2752         function parse flags and update the info, so that a `M-g' get a total
2753         resync of all flags from the group.
2754
2755         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
2756         to allow backends to alter the info on group selection.  Also alter all
2757         the backend -request-group functions to take the parameter.
2758
2759         * nnimap.el (nnimap-store-info): New function.
2760         (nnimap-update-info): Store the info for later usage.
2761         (nnimap-request-group): Use the stored info for the dont-check case, so
2762         that we don't retrieve all marks when we enter a group.
2763
2764         * nnimap.el: Use deffoo instead of defun for interface functions.
2765
2766         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
2767         update the group info.  This makes the nndraft groups, for instance, go
2768         back to their old behaviour.
2769
2770         * gnus-sum.el (gnus-select-newsgroup): Indent.
2771
2772         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
2773         in.
2774         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
2775         nothing.
2776
2777         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
2778         from methods that are denied.
2779
2780         * gnus-int.el (gnus-method-denied-p): New function.
2781
2782         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
2783         store the password instead of netrc.
2784         (nnimap-open-connection): Don't error out when we can't make a
2785         connections.
2786
2787         * auth-source.el (auth-source-create): In the password prompt, say what
2788         we're querying for.  Also prompt for user name if that hasn't been
2789         given.
2790
2791         * nnimap.el (nnimap-with-process-buffer): Removed.
2792
2793 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2794
2795         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
2796         method when we're reading from the agent.
2797
2798         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
2799
2800         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
2801         that's probably most useful for users.
2802
2803         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
2804         "failed" all the time.
2805
2806         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
2807         ...)) with (with-current-buffer ... ).
2808
2809         * nntp.el (nntp-open-server): Return whether the open was successful or
2810         not.
2811
2812         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
2813         select an unread unseen article first.
2814
2815         * nnimap.el (nnimap-open-connection): If the user doesn't have a
2816         /etc/services, supply some sensible port defaults.
2817
2818         * dgnushack.el: Define netrc-credentials.
2819
2820 2010-09-17  Julien Danjou  <julien@danjou.info>
2821
2822         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
2823
2824 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2825
2826         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
2827         doesn't have any parameters.
2828
2829 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2830
2831         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
2832         only upcased checks.
2833
2834         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
2835
2836         * nnimap.el (nnimap-open-shell-stream): New function.
2837         (nnimap-open-connection): Use it.
2838         (nnimap-transform-headers): Get the number of lines in each message.
2839         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
2840         number of lines.
2841         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
2842         problem.
2843
2844         * utf7.el (utf7-encode): Autoload.
2845
2846         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
2847         to allow the mail splitting to not return a default group.  This is
2848         useful for nnimap, which will leave unmatched mail in the inbox.
2849
2850         * nnimap.el: Rewritten.
2851
2852         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
2853         nnimap usage.
2854
2855         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
2856         if the move is internal, so that nnimap can do fast internal moves.
2857
2858         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
2859         data.
2860         (gnus-read-active-for-groups): Support finishing the early retrieval of
2861         data.
2862
2863         * gnus-range.el (gnus-range-nconcat): New function.
2864
2865         * gnus-int.el (gnus-finish-retrieve-group-infos)
2866         (gnus-retrieve-group-data-early): New functions.
2867
2868 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2869
2870         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
2871         (nnrss-retrieve-groups):
2872         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
2873         (pop3-quit): Use with-current-buffer.
2874
2875 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2876
2877         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
2878         instead of nnheader-accept-process-output.
2879
2880         * dgnushack.el (dgnushack-compile): Add comment.
2881
2882         * lpath.el: No need to fbind propertize for XEmacs 21.4.
2883
2884         * gnus-html.el (gnus-html-schedule-image-fetching)
2885         (gnus-html-prefetch-images): Replace process-kill-without-query by
2886         gnus-set-process-query-on-exit-flag.
2887
2888 2010-09-16  Romain Francoise  <romain@orebokech.com>
2889
2890         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
2891
2892 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2893
2894         * gnus-registry.el (gnus-registry-install-shortcuts): The second
2895         parameter to unintern is mandatory-ish in Emacs 24.
2896
2897         * gnus-html.el (gnus-html-schedule-image-fetching)
2898         (gnus-html-prefetch-images): Check for curl before using it.
2899
2900         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
2901         depend on curl, which isn't essential.
2902
2903         * imap.el: Revert back to version
2904         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
2905         seem problematic.
2906
2907 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2908
2909         * gnus-registry.el (gnus-registry-install-shortcuts):
2910         Explicitly pass `obarray' to `unintern' to avoid a warning.
2911
2912 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2913
2914         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
2915         change.
2916
2917         * nnrss.el (nnrss-request-list): Removed this function and related
2918         functions, including the moreover stuff.
2919
2920 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2921
2922         * nnrss.el (nnrss-retrieve-groups): New function.
2923
2924 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2925
2926         * .dir-locals.el: Add no-byte-compile cookie.
2927
2928 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2929
2930         * time-date.el (format-seconds): Comment fix.
2931
2932         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
2933         for back end that doesn't support request-scan.
2934
2935 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2936
2937         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
2938         then do request scans from the backends.
2939
2940         * netrc.el (netrc-credentials): New conveniency function.
2941
2942         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
2943         avoid running a hook per line, since this takes a lot of time,
2944         profiling shows.
2945         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
2946         directly if gnus-visual-p is true.
2947
2948 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2949
2950         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
2951         groups; replace mapcar with dolist which is a bit faster; pass groups
2952         info to gnus-read-active-file-1.
2953         (gnus-read-active-file-1): Scan only specified groups if the new
2954         optional arg `infos' is given.
2955
2956 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2957
2958         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
2959
2960         * pop3.el (pop3-movemail): Removed.
2961         (pop3-streaming-movemail): Renamed to pop3-movemail.
2962
2963         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
2964         don't restrict end-tag searches to the end of the line.
2965
2966 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2967
2968         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
2969         articles of every unchecked group to t, which means unknown since the
2970         server has never been opened.
2971
2972 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2973
2974         * gnus-html.el (gnus-html-show-alt-text): New command.
2975         (gnus-html-browse-image): Ditto.
2976         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
2977         to browse the image directly.
2978         (gnus-html-wash-tags): Search for images first, so that <a><img> works
2979         better.
2980
2981         * gnus-async.el (gnus-async-article-callback): Call
2982         `gnus-html-prefetch-images' unconditionally.
2983
2984         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
2985         before feeding URLs to curl.
2986
2987 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2988
2989         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
2990         internal images as deletable by `W D D'.
2991
2992         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
2993         (gnus-async-article-callback): Fix typo.
2994
2995 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2996
2997         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
2998         current line to work around bugs in the output from w3m.
2999
3000         * gnus-async.el (gnus-async-article-callback): Always prefetch images
3001         for groups that want that.
3002
3003         * nntp.el (nntp-wait-for-string): Supply a timeout for
3004         accept-process-output to ensure progress.
3005
3006         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
3007         level to get unread articles from, then use that for foreign groups,
3008         too.
3009
3010         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
3011         confuses the rest of the function.
3012
3013         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
3014         for the methods that support -retrieve-groups, too.
3015
3016         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
3017
3018 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3019
3020         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
3021         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
3022
3023         * pop3.el: Require cl when compiling.
3024         (pop3-number-of-responses): Search for "+OK", not "+OK ".
3025
3026 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3027
3028         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
3029         that aren't going to be activated.
3030         (gnus-get-unread-articles): Fix up the last commit.
3031
3032         * gnus-html.el (gnus-article-html): Allow calling without specifying
3033         the handle.  In that case, dissect the buffer first.
3034
3035         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
3036
3037         * nnimap.el (nnimap-open-connection): Revert the change that would look
3038         into authinfo for imaps instead of imap.
3039
3040         * gnus-start.el (gnus-activate-group): Take an optional parameter to
3041         say that you don't want to call gnus-request-group with don-check, but
3042         do check the reponse.  This is for virtual groups only.
3043         (gnus-get-unread-articles): Count the archive groups as secondary, so
3044         that they're activated the same way as before.
3045
3046         * imap.el (imap-message-map): Removed optional buffer parameter, since
3047         no callers use it.
3048         (imap-message-get): Ditto.
3049         (imap-message-put): Ditto.
3050         (imap-mailbox-map): Ditto.
3051         (imap-mailbox-put): Ditto.
3052         (imap-mailbox-get): Ditto.
3053         (imap-mailbox-get): Revert last change for this function.
3054
3055         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
3056         case-insensitively.
3057         (nnimap-debug): Removed.
3058
3059         * imap.el (imap-fetch-safe): Removed function, and altered all callers
3060         to use `imap-fetch' instead.  According to the comments, this should be
3061         safe, since all other IMAP clients use the 1:* syntax.
3062         (imap-enable-exchange-bug-workaround): Removed.
3063         (imap-debug): Removed -- doesn't seem very useful.
3064
3065         * mail-source.el (mail-source-fetch): Don't message if we're fetching
3066         mail from a file, and the file doesn't exist.
3067
3068         * imap.el (imap-log): New convenience function used throughout instead
3069         of repeating the same code all over the place.
3070
3071         * pop3.el (pop3-streaming-movemail): Return t for success.
3072
3073         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
3074         .authinfo if we're using ssl connection.
3075
3076         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
3077         already have if we're in a main Gnus `g' run.
3078
3079         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
3080
3081 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3082
3083         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
3084
3085         * nnmh.el (nnmh-request-list-1): Bind `file'.
3086
3087         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
3088         alias to set-process-query-on-exit-flag or process-kill-without-query.
3089         (pop3-open-server): Use it.
3090
3091 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3092
3093         * mail-source.el (mail-source-delete-crash-box): Always move the crash
3094         box to the Incoming file.  Fixes mistake in previous checkin.
3095
3096         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
3097         request loop (for debugging purposes) removed.
3098
3099         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
3100         culprit is more visible.
3101         (nnml-save-incremental-nov, nnml-open-incremental-nov)
3102         (nnml-add-incremental-nov): New functions to do "incremental" nov
3103         updates, where we just append to the end of the existing nov files
3104         without reading/writing them in full.
3105
3106         * mail-source.el (mail-source-delete-crash-box): Really only check the
3107         incoming files once in a while.
3108
3109         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
3110
3111         * mail-source.el (mail-source-delete-crash-box): Only check the
3112         incoming files for deletion once per day to save a lot of file
3113         accesses.
3114
3115         * pop3.el (pop3-logon): Fix up unbound variable typo.
3116
3117         * mail-source.el (pop3-streaming-movemail): Autoload.
3118
3119         * pop3.el (pop3-streaming-movemail): Respect
3120         pop3-leave-mail-on-server.
3121
3122         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
3123         retrieval.
3124
3125         * pop3.el (pop3-process-filter): Removed unused function.
3126         (pop3-streaming-movemail, pop3-send-streaming-command)
3127         (pop3-wait-for-messages, pop3-write-to-file)
3128         (pop3-number-of-responses): New functions for streaming pop3
3129         retrieval.
3130
3131         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
3132         come from no known methods.
3133         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
3134         list.
3135
3136         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
3137         message sizes.
3138         (pop3-movemail): Use erase-buffer instead of looping and deleting
3139         regions, which seems rather odd.
3140
3141         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
3142         file once per `g' run.
3143
3144         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
3145         directories.  This makes the draft queue directory work.
3146
3147         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
3148         data from the backends, so that we only request the list of groups from
3149         each method once.  This should speed things up considerably.
3150
3151         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
3152         detect that it's not implemented.
3153
3154         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
3155         we actually do recurse down into the tree, but don't stat all leaf
3156         nodes.
3157
3158         * gnus-html.el (gnus-html-show-images): If there are no images to show,
3159         then say so instead of bugging out.
3160
3161         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
3162         files exist before trying to read them.
3163
3164         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
3165         around <pre_int>.
3166
3167         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
3168
3169         * nnmh.el (nnmh-request-list-1): Optimize for speed.
3170
3171 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3172
3173         * mm-util.el (mm-image-load-path): Just return the image directories,
3174         not all directories in the path in addition to the image directories.
3175         (mm-image-load-path): Maintain a cache of the image directories so that
3176         the `g' command in Gnus doesn't have to stat dozens of directories each
3177         time.
3178
3179         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
3180         (gnus-html-wash-tags): Add a new `i' command to insert images.
3181         (gnus-html-insert-image): New command and keystroke.
3182         (gnus-html-redisplay-with-images): New command and keystroke.
3183         (gnus-html-show-images): Renamed command.
3184         (gnus-html-wash-tags): Remove more white space before <pre_int> image
3185         spacers.
3186         (gnus-html-wash-tags): Decode entities at the end, so that entities
3187         inside the tags don't mess up the rest of the "parsing".
3188
3189         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
3190         so that nnimap methods aren't agentized by default.  There's apparently
3191         many problems related to agent/imap behaviour.
3192
3193         * gnus-art.el (gnus-article-copy-string): New command and key binding.
3194
3195         * gnus-html.el: Doc fix.
3196
3197 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3198
3199         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
3200         specifier-spec-list for Emacs 21.
3201
3202         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
3203         glyph-width and glyph-height instead of display-graphic-p and
3204         image-size; make avoidance of displaying small images work for XEmacs.
3205
3206         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
3207         for XEmacs.
3208
3209         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
3210         of symbol that holds plist data.
3211         (gnus-process-plist): Remove plist of process after getting it.
3212
3213 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3214
3215         * message.el (message-generate-hashcash): Change default to
3216         'opportunistic if hashcash is installed.
3217
3218         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
3219         (gnus-html-put-image): Only call image-size once, since it's somewhat
3220         time-consuming on remote X servers.
3221
3222 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3223
3224         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
3225         type on data, not a file name.
3226
3227         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
3228         window-pixel-edges for Emacs 21.
3229
3230         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
3231         decoded contents.
3232         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
3233
3234 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3235
3236         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
3237         group line format, since it isn't very interesting.
3238
3239         * gnus-agent.el (gnus-agent-short-article),
3240         (gnus-agent-long-article): Increase values for these two variables,
3241         since most people are likely to have more network connection and
3242         storage than before.
3243
3244         * gnus.el (gnus-refer-article-method): Change default to 'current.
3245         When referring an article, the common behaviour is to refer it from the
3246         current select method, not the native select method.  The chances of
3247         the native select method having the message in question is rather slim
3248         these days.
3249
3250         * gnus-sum.el (gnus-auto-select-subject): Change default to
3251         `unseen-or-unread'.  I think it's likely that most people want to
3252         select an unseen article over a previously seen, but unread one.
3253
3254         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
3255         means that in the article buffer none of the minor mode elements will
3256         be shown, usually, and this is not desirable in most cases.
3257
3258         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
3259         that commands like `d' (and the like) go to the next line in the
3260         buffer, instead of the next unread article.  I think this is the
3261         behaviour that is most natural for most users.
3262         (gnus-single-article-buffer): Change default to nil, so that people can
3263         have as many article buffers open as they have summary buffer.  I think
3264         this is the most natural way for the groups to behave.
3265
3266         * message.el (message-generate-new-buffers): Change default to
3267         `unsent', so that all new message buffers start their names with the
3268         string "*unsent", and it's easier to find the buffers if you move from
3269         them.
3270
3271 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3272
3273         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
3274         small.  They're probably tracking images.
3275         (gnus-html-wash-tags): Remove all <pre_int> place holders.
3276         (gnus-html-rescale-image): Yet another try at getting the image sizing
3277         right.
3278
3279         * nntp.el (nntp-request-set-mark): Refuse to do marks if
3280         nntp-marks-file-name is nil.
3281
3282 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3283
3284         * gnus-html.el (gnus-html-wash-tags)
3285         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
3286         Better logging.
3287
3288 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3289
3290         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
3291
3292         * gnus-html.el (gnus-html-wash-tags): Check the value of
3293         gnus-blocked-images in the summary buffer.
3294
3295 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3296
3297         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
3298
3299 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3300
3301         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
3302         like "a", it seems like.
3303         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
3304         since it needs to be picked from the correct buffer.
3305
3306         * nnwfm.el: Removed.
3307
3308         * nnlistserv.el: Removed.
3309
3310 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3311
3312         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
3313         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
3314
3315 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3316
3317         * nnkiboze.el: Removed.
3318
3319         * nndb.el: Removed.
3320
3321         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
3322         alt text.
3323         (gnus-html-rescale-image): Try to get the rescaling logic right for
3324         images that are just wide and not tall.
3325
3326         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
3327         overshadow variable bindings.
3328
3329 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3330
3331         * gnus-html.el (gnus-html-wash-tags)
3332         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
3333         extra logging.
3334
3335 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3336
3337         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
3338         (gnus-max-image-proportion): New variable.
3339         (gnus-html-rescale-image): New function.
3340         (gnus-html-put-image): Rescale images.
3341
3342 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3343
3344         Fix up some byte-compiler warnings.
3345         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
3346         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
3347         (gnus-article-fill-cited-article, gnus-article-hide-citation)
3348         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
3349         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
3350         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
3351         (gnus-group-update-group): Use save-excursion and with-current-buffer.
3352
3353 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3354
3355         * gnus-html.el (gnus-article-html): Decode contents by charset.
3356
3357 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3358
3359         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
3360         (gnus-html-frame-width, gnus-blocked-images)
3361         * message.el (message-prune-recipient-rules): Add custom version.
3362         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
3363
3364         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
3365         functions.
3366
3367         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
3368         gnus-process-get.
3369
3370 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
3371
3372         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
3373         instead of lsub directly.
3374
3375 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3376
3377         * nnwarchive.el: Removed.
3378
3379         * gnus-soup.el: Removed.
3380
3381         * nnsoup.el: Removed.
3382
3383         * nnultimate.el: Removed.
3384
3385         * gnus-html.el (gnus-blocked-images): New variable.
3386
3387         * message.el (message-prune-recipients): New function.
3388         (message-prune-recipient-rules): New variable.
3389
3390         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
3391         guess whether a long line is natural text or not.
3392
3393         * gnus-html.el (gnus-html-schedule-image-fetching): Use
3394         gnus-process-plist and friends for compatibility.
3395
3396 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3397
3398         * gnus-html.el: Require packages that define macros used in this file.
3399         (gnus-article-mouse-face): Declare to silence byte-compiler.
3400         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
3401         process-get.
3402         (gnus-html-put-image): Use plist-get to avoid getf.
3403         (gnus-html-prefetch-images): Use with-current-buffer.
3404
3405 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3406
3407         * gnus-ems.el: Provide compatibility functions for
3408         gnus-set-process-plist.
3409
3410         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
3411         header-line-format for XEmacs 21.4.
3412
3413         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
3414         * gnus.el (gnus-valid-select-methods)
3415         * message.el (message-send-mail-partially-limit)
3416         * mm-decode.el (mm-text-html-renderer)
3417         * mml.el (mml-insert-mime-headers-always)
3418         * smiley.el (smiley-regexp-alist): Bump custom version.
3419
3420 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3421
3422         * gnus-html.el: require mm-url.
3423         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
3424         with the url to `url'.
3425         (gnus-html-wash-tags): Support cid: URLs/images.
3426
3427 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3428
3429         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
3430         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
3431         bindings, as they aren't useful at all.  `w' is moved to `W w'.
3432
3433         * gnus-move.el: Removed file, since it doesn't really work.
3434
3435         * gnus-html.el (gnus-article-html): Tell w3m that the input is
3436         UTF-8.  This seems to fix problems with some German web feeds.
3437
3438         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
3439         at the top so that the proper colours are applied.
3440
3441         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
3442         don't have dots in their names.
3443
3444         * gnus-art.el (gnus-article-view-part): Doc fix.
3445
3446         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
3447         XEmacs-compatible.
3448         (gnus-html-put-image): Don't do images on non-graphic displays.
3449
3450         * nnslashdot.el: Removed this unused backend.
3451
3452         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
3453         actions.
3454         (gnus-undo-register-1): Revert last change.
3455
3456         * gnus-group.el (gnus-group-completing-read): Protect against not
3457         having completion-styles bound.
3458
3459         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
3460         make broken recipients happier.
3461
3462         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
3463
3464         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
3465         point parameter.
3466
3467         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
3468
3469         * gnus-group.el (gnus-group-completing-read): Add 'substring to
3470         completion-styles for group selection.
3471
3472 2009-02-04  Andreas Schwab  <schwab@suse.de>
3473
3474         * gnus-score.el (gnus-score-string): Fix regex for matching extra
3475         headers and regexp-quote the match if necessary.
3476
3477 2009-03-24  Miles Bader  <miles@gnu.org>
3478
3479         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
3480         the blinking smiley.
3481
3482 2009-03-24  Simon Josefsson  <simon@josefsson.org>
3483
3484         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
3485         blink smiley.
3486
3487 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3488
3489         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
3490         where the dribbel file lives exists.
3491
3492         * message.el (message-send-mail-partially-limit): Change the default to
3493         nil, since most people don't want this.
3494
3495         * mm-url.el (mm-url-decode-entities): Also decode entities like
3496         &#x3212.
3497
3498 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
3499
3500         * gnus-sum.el (gnus-summary-idna-message):
3501         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
3502         Hyperlink urls in docstrings with URL `...'.
3503
3504 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
3505
3506         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
3507         functions.
3508
3509 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3510
3511         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
3512         say what the mouseover text should be.
3513
3514         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
3515         version of the mm-w3m-safe-url-regexp variable to only download images
3516         in the groups where we want that to happen.
3517
3518         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
3519
3520         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
3521         easier debugging.
3522         (gnus-article-beginning-of-window): Add kludge to allow spacing past
3523         big pictures in the article buffer.
3524
3525         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
3526         gnus-article-html.
3527         (mm-text-html-renderer): gnus-article-html needs curl in addition to
3528         w3m.
3529
3530         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
3531
3532 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3533
3534         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
3535         which doesn't exist.
3536
3537         * message.el (message-inhibit-ecomplete): New variable to allow some
3538         function to inhibit ecomplete address storage.
3539         (message-resend): Disable ecomplete message storage when resending
3540         messages.
3541
3542         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
3543
3544 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3545
3546         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
3547         Save excursion while copying, moving, and deleting articles in order to
3548         prevent the cursor from jumping to unforeseen place.
3549
3550 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3551
3552         * lpath.el: No need to bind bookmark-current-buffer,
3553         bookmark-yank-point and bookmark-make-record-function.
3554
3555 2010-08-17  Glenn Morris  <rgm@gnu.org>
3556
3557         * gnus-sync.el: Require gnus components whose functions are used.
3558
3559         * gnus-art.el (bookmark-make-record-function):
3560         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
3561         Declare for compiler.
3562
3563         * mm-url.el (mml-compute-boundary): Autoload.
3564
3565 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3566
3567         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
3568
3569 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
3570
3571         Typo fix "hoo4a" -> "hook".
3572
3573         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
3574
3575 2010-08-14  Glenn Morris  <rgm@gnu.org>
3576
3577         * gnus-sync.el (gnus-sync): Fix defgroup version.
3578
3579 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
3580
3581         Doc fixes and keep unknown groups (ammended for nunion bug fix).
3582
3583         * gnus-sync.el: Fix docs.
3584         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
3585         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
3586
3587 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3588
3589         Optimizations for gnus-sync.el.
3590
3591         * gnus-sync.el: Add docs about gnus-sync-backend
3592         possibilities.
3593         (gnus-sync-save): Remove unnecessary message.
3594         (gnus-sync-read): Optimize and show what groups were skipped.
3595
3596 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3597
3598         Minor bug fixes for gnus-sync.el.
3599
3600         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
3601         read the sync on get-new-news.
3602
3603         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
3604         quiet.
3605
3606         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
3607
3608 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
3609
3610         Make saving and restoring of hidden threads work with overlays.
3611         Patch applied by Ted Zlatanov.
3612
3613         * gnus-sum.el (gnus-hidden-threads-configuration)
3614         (gnus-restore-hidden-threads-configuration): Update to deal with text
3615         properties, rather than searching for a magic character.
3616
3617 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3618
3619         New gnus-sync.el library for synchronization of marks.
3620
3621         * gnus-sync.el: New library for synchronization of marks.
3622
3623         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
3624         renamed from `gnus-registry-grep-in-list'.
3625
3626         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
3627
3628         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
3629
3630 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3631
3632         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
3633         determining charset of text fails.
3634
3635 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3636
3637         * nnmail.el (nnmail-get-new-mail-1): Revert.
3638
3639         * nnml.el (nnml-active-number): Make sure names of newly created groups
3640         in nnml-group-alist are encoded.
3641
3642 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3643
3644         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
3645         containing non-ASCII characters in active file for nnml back end.
3646
3647 2010-07-24  David Engster  <dengste@eml.cc>
3648
3649         * mml-smime.el (mml-smime-epg-verify): Also accept the older
3650         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
3651
3652 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
3653
3654         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
3655         tag (Bug#6654).
3656
3657 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3658
3659         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
3660         the article buffer, not the summary buffer.
3661
3662 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3663
3664         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
3665         Emacs 23 as well.
3666
3667 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3668
3669         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
3670         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
3671
3672 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3673
3674         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
3675         Patch applied by Karl Fogel.
3676
3677         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
3678         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
3679
3680 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3681
3682         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
3683         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
3684         C-w still not working correctly from Article buffers; Thierry's
3685         patch to fix that will be applied after this.
3686
3687         * gnus-art.el (bookmark-make-record-function): New local variable.
3688
3689         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
3690         article buffer.
3691         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
3692
3693 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
3694
3695         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
3696         on changes in bookmark.el.
3697
3698 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3699
3700         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
3701         `no-log' instead of message not to log prompt string.
3702
3703 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
3704
3705         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
3706         the *other* type of HTML form submission.
3707
3708 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
3709
3710         * auth-source.el (auth-source-pick): If choice does not contain a
3711         questioned keyword, set the check to t.
3712
3713 2010-06-12  Romain Francoise  <romain@orebokech.com>
3714
3715         * gnus-util.el (gnus-date-get-time): Move up before first use.
3716
3717 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3718
3719         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
3720         (gnus-article-edit-part): Bind it to make last part that is substituted
3721         or deleted visible.
3722         (gnus-mime-display-single): Buttonize part of which id equals to
3723         gnus-mime-buttonized-part-id.
3724
3725 2010-06-10  Dan Christensen  <jdc@uwo.ca>
3726
3727         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
3728         (gnus-dd-mmm): Use gnus-date-get-time.
3729         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
3730         simplify logic.
3731         (gnus-summary-limit-to-age): Use gnus-date-get-time.
3732         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
3733
3734 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
3735
3736         * auth-source.el (top): Autoload `secrets-list-collections',
3737         `secrets-create-item', `secrets-delete-item'.
3738         (auth-sources): Fix tag string.
3739         (auth-get-source, auth-source-retrieve, auth-source-create)
3740         (auth-source-delete): New defuns.
3741         (auth-source-pick): Rewrite in order to avoid 2 passes.
3742         (auth-source-forget-user-or-password): New parameter USERNAME.
3743         (auth-source-user-or-password): New parameters CREATE-MISSING and
3744         DELETE-EXISTING.  Retrieve password interactively, if needed.
3745
3746 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3747
3748         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
3749         deleting unused directories when gnus-expert-user is t.
3750
3751 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3752
3753         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
3754         for each temp file when gnus-article-browse-delete-temp is ask.
3755
3756 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3757
3758         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
3759         Lisp calls to delete-backward-char by calls to delete-char.
3760
3761 2010-05-20  Kevin Ryde  <user42@zip.com.au>
3762
3763         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
3764
3765 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
3766
3767         * password-cache.el (password-cache-remove): Fix docstring.
3768
3769 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3770
3771         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
3772         article unless decoding article to be saved.
3773
3774 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3775
3776         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
3777         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
3778         generated within the mm-with-unibyte-current-buffer macro.
3779
3780 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3781
3782         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
3783         to nil when we're in a mml-preview buffer and no group is selected.
3784
3785 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
3786
3787         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
3788         when catching the `C-g'.  Reported by "Leo".
3789
3790 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3791
3792         * message.el (message-forward-make-body-plain)
3793         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
3794         multibyte-string-p.
3795
3796         * lpath.el: Revert.
3797
3798 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3799
3800         * message.el (message-forward-make-body-mml): Assume original message
3801         is multibyte string; error on unibyte.
3802         (message-forward-make-body-plain): Ditto; don't add excessive newline
3803         in body end.
3804
3805         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
3806
3807 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
3808
3809         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
3810         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
3811
3812 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3813
3814         * mm-extern.el (mm-extern-url): Don't use
3815         mm-with-unibyte-current-buffer.
3816         (mm-extern-cache-contents): Use with-current-buffer instead of
3817         save-excursion + set-buffer.
3818
3819 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3820
3821         * mm-util.el (mm-emacs-mule): Remove.
3822
3823 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
3824
3825         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
3826         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
3827         change.
3828
3829 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3830
3831         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
3832         bind the default value of enable-multibyte-characters to nil.
3833
3834 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3835
3836         * message.el (message-forward-make-body-plain)
3837         (message-forward-make-body-mml):
3838         Don't use mm-with-unibyte-current-buffer.
3839
3840 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3841
3842         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
3843
3844 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
3845
3846         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
3847         (Bug#5592).
3848
3849 2010-05-07  Julien Danjou  <julien@danjou.info>
3850
3851         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
3852         it to mm-pipe-part.
3853
3854         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
3855         it is given.
3856
3857 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3858
3859         * binhex.el (binhex-decode-region-internal)
3860         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
3861         (dns-query)
3862         * nnweb.el (nnweb-gmane-search)
3863         * pgg-parse.el (pgg-parse-armor)
3864         * pgg.el (pgg-verify-region)
3865         * sha1.el (sha1-string-external)
3866         * uudecode.el (uudecode-decode-region-internal)
3867         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
3868         XEmacs.
3869
3870         * gnus-art.el (gnus-article-browse-html-parts)
3871         * gnus-group.el (gnus-read-ephemeral-gmane-group)
3872         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
3873         make-temp-file.
3874
3875         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
3876         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
3877         compiling.
3878
3879         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
3880         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
3881         XEmacs when compiling.
3882
3883         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
3884         gnus-pick-mode-off-hook for XEmacs when compiling.
3885         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
3886         gnus-binary-mode-off-hook for XEmacs when compiling.
3887
3888         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
3889         nil if char-charset is not available.
3890
3891         * imap.el (imap-disable-multibyte)
3892         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
3893         macros.
3894
3895         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
3896         instead of encode-coding-string.
3897
3898         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
3899         'xemacs) instead of mm-emacs-mule to switch function definitions.
3900         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
3901
3902         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
3903         bind temporary-file-directory for XEmacs;
3904         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
3905         timer-set-function for XEmacs 21.4 and SXEmacs;
3906         bind timer-list for XEmacs 21.4 and SXEmacs;
3907         fbind char-charset and find-charset-region for non-Mule XEmacs;
3908         fbind decode-coding-region, decode-coding-string, detect-coding-region,
3909         encode-coding-region and encode-coding-string for XEmacs having no
3910         file-coding feature.
3911
3912 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
3913
3914         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
3915
3916 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3917
3918         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
3919         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
3920
3921 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
3922
3923         * mm-util.el (mm-decompress-buffer): Use `delete-file';
3924         alias `jka-compr-delete-temp-file' no longer exists.
3925
3926 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3927
3928         Use define-minor-mode in Gnus where applicable.
3929         * mml.el (mml-mode): Use define-minor-mode.
3930         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
3931         (gnus-undo-mode): Use define-minor-mode.
3932         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
3933         (gnus-dead-summary-mode): Use define-minor-mode.
3934         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
3935         Initialize in declaration.
3936         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
3937         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
3938         (gnus-mailing-list-mode): Use define-minor-mode.
3939         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
3940         (gnus-draft-mode): Use define-minor-mode.
3941         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
3942         (gnus-dired-mode): Use define-minor-mode.
3943
3944 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
3945
3946         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
3947         handles on recursive mml-to-mime translation and check them for
3948         boundary delimiter collisions.  Reported by Greg Troxel.
3949
3950 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3951
3952         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
3953
3954 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3955
3956         * mm-util.el (mm-find-buffer-file-coding-system):
3957         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
3958
3959 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
3960
3961         * message.el (message-generate-headers): Record insertion of optional
3962         headers as well.  Otherwise the check to prevent repeated insertion of
3963         optional headers is a no-op.
3964
3965 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
3966
3967         * smime.el: Don't mention CVS.
3968
3969         * nnrss.el (nnrss-fetch): Don't mention CVS.
3970
3971         * nnir.el: Don't mention CVS.
3972
3973 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3974
3975         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
3976
3977 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3978
3979         * lpath.el: Fbind bookmark-default-handler,
3980         bookmark-get-bookmark-record, bookmark-make-record-default,
3981         bookmark-prop-get for Emacs <23 and XEmacs.
3982
3983 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3984
3985         * gnus-sum.el: Add bookmark declarations to silence the compiler.
3986         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
3987         Use with-current-buffer to silence the byte-compiler.
3988         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
3989         bother to require `gnus'.
3990         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
3991
3992 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3993
3994         * gnus-sum.el (gnus-summary-bookmark-make-record)
3995         (gnus-summary-bookmark-jump): New functions.
3996         (gnus-summary-mode): Setup bookmark support.
3997
3998 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
3999
4000         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
4001         if set.
4002
4003 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4004
4005         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
4006         gnus-article-browse-html-save-cid-image; make it work recursively for
4007         forwarded messages as well.
4008         (gnus-article-browse-html-parts): Work when prefix arg is given.
4009         (gnus-article-browse-html-article): Doc fix.
4010
4011 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
4012
4013         * message.el (message-default-mail-headers):
4014         (message-default-headers): Carry the value mail-default-headers over
4015         into message-default-mail-headers, rather than message-default-headers.
4016
4017 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
4018
4019         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
4020         charset.
4021
4022         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
4023         charset into the <meta> tag when the article is encoded to utf-8.
4024
4025 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4026
4027         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
4028         directories as well.
4029         (gnus-article-browse-html-parts): Work for images that do not specify
4030         file names; delete temp directory when quitting; insert header at the
4031         right place; use file: scheme for image files.
4032
4033 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
4034
4035         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
4036         (gnus-article-browse-html-parts): Use it to make temporary cid image
4037         files in addition to html file so that browser may display them.
4038
4039 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4040
4041         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
4042
4043 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4044
4045         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
4046
4047 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
4048
4049         * auth-source.el (auth-sources): Change default to be simpler.  Explain
4050         about Secret Service API sources.  Improve Customize options.
4051         (auth-source-pick): Change to accept any number of search parameters.
4052         Implement fallbacks iteratively, not recursively.  Add scoring on the
4053         second pass and sort by score.  Call Secret Service API when needed.
4054         (auth-source-user-or-password): Use it.  Call Secret Service API
4055         directly when needed to get the user name and the password.
4056
4057 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4058
4059         * message.el (message-interactive): Doc fix.
4060         (message-qmail-inject-args): Reflow.
4061         (message-kill-to-signature): Fix typo in docstring.
4062
4063         * smiley.el (smiley-buffer): Fix typo in docstring.
4064
4065 2010-03-24  Glenn Morris  <rgm@gnu.org>
4066
4067         * mail-source.el (gnus-message): Declare.
4068         (mail-source-delete-old-incoming): Require gnus-util.
4069
4070 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4071
4072         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
4073
4074         * message.el (ecomplete-setup): Autoload it for Emacs <23.
4075
4076         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
4077         password-cache's default if it is not bound.
4078         (mml-secure-passphrase-cache-expiry): Default to 16 that is
4079         password-cache-expiry's default if it is not bound.
4080
4081         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
4082         available in Emacs 21.
4083
4084         * lpath.el: Suppress compiler warnings for:
4085         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
4086         XEmacs;
4087         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
4088         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
4089         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
4090
4091 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
4092
4093         * auth-source.el (auth-sources): Fix up definition so extra parameters
4094         are always inline.
4095
4096 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
4097
4098         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
4099         wasn't updated after mismatch.  Clear cached mailbox info correctly
4100         when uidvalidity changes.
4101         (nnimap-group-prefixed-name): New function to avoid some code
4102         duplication.
4103         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
4104         (nnimap-request-group): Use it.
4105         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
4106         (nnimap-update-unseen): Significantly improved speed of Gnus startup
4107         with many imap folders.  This is done by caching the group status from
4108         the imap server persistently in a group parameter `imap-status'.  (This
4109         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
4110         but not persistently, so every Gnus startup was still very slow.)
4111
4112 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
4113
4114         * assistant.el (assistant-render-text): Run `widget-setup' and don't
4115         delete the extra newline.  Otherwise editing of :string and :number
4116         types don't work.
4117
4118 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4119
4120         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
4121         secrets.el dependency.
4122         (auth-sources): Add optional user name.  Add secrets.el configuration
4123         choice (unused right now).
4124
4125 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4126
4127         * gnus-sum.el (gnus-summary-make-menu-bar): Let
4128         `gnus-registry-install-shortcuts' fill in the functions.
4129
4130         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
4131         warnings.
4132         (gnus-registry-misc-menus): Variable to hold registry mark menus.
4133         (gnus-registry-install-shortcuts): Populate and use it in a
4134         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
4135
4136 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
4137
4138         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
4139         In-place substitutions for the group name encoding/decoding.
4140         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
4141         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
4142         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
4143         (nnimap-update-unseen, nnimap-request-list)
4144         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
4145         (nnimap-request-set-mark, nnimap-split-to-groups)
4146         (nnimap-split-articles, nnimap-request-newgroups)
4147         (nnimap-request-create-group, nnimap-request-accept-article)
4148         (nnimap-request-delete-group, nnimap-request-rename-group)
4149         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
4150         `encoded-mbx' for consistency.
4151         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
4152         variable `imap-current-mailbox'.
4153
4154         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
4155         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
4156
4157 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
4158
4159         * pop3.el (pop3-display-message-size-flag): Display message size byte
4160         counts during POP3 download.
4161         (pop3-movemail): Use it.
4162         (pop3-list): Implement listing of available messages.
4163
4164 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
4165
4166         * nnir.el (nnir-get-article-nov-override-function): New function to
4167         override the normal NOV retrieval.
4168         (nnir-retrieve-headers): Use it.
4169
4170 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
4171
4172         * auth-source.el (netrc-machine-user-or-password): Autoload.
4173
4174 2010-03-19  Glenn Morris  <rgm@gnu.org>
4175
4176         Stop message.el from loading about 40 libraries it doesn't always need.
4177         The general approach is to autoload rather than require, and to
4178         require in the specific functions rather than the file.  (Bug#5642)
4179
4180         * gmm-utils.el: Don't require wid-edit.
4181         (widget-create-child-value, widget-convert, widget-default-get):
4182         Autoload.
4183
4184         * gnus-util.el: Don't require time-date, netrc.
4185         (message-fetch-field, gnus-group-name-decode): Declare rather than
4186         autoloading.
4187         (gnus-fetch-field): Require message.
4188         (gnus-decode-newsgroups): Require gnus-group.
4189
4190         * ietf-drums.el: Don't require time-date.
4191
4192         * message.el: Don't require hashcash, canlock, ecomplete.
4193         Do require mail-utils.  Require nnheader only when compiling.
4194         (smtpmail-default-smtp-server): Remove declaration.
4195         (message-send-mail-function): Check smtpmail-default-smtp-server
4196         is bound rather than requiring smtpmail.
4197         (message-auto-save-directory, message-insert-signature): Use
4198         expand-file-name rather than nnheader-concat.
4199         (nnheader-insert-file-contents): Autoload.
4200         (hashcash-wait-async): Declare.
4201         (message-send-mail): Only call gnus-setup-posting-charset if
4202         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
4203         (message-send-mail-with-sendmail): Require sendmail.
4204         (canlock-password, canlock-password-for-verify): Declare.
4205         (message-canlock-password): Require canlock.
4206         (nnheader-get-report): Autoload.
4207         (gnus-setup-posting-charset): Declare.
4208         (message-send-news): Require gnus-msg.
4209         (message-make-references, message-make-in-reply-to): Use mail-header-id
4210         rather than the alias mail-header-message-id.
4211         (ecomplete-add-item, ecomplete-save): Declare.
4212         (message-put-addresses-in-ecomplete): Require ecomplete.
4213         (ecomplete-display-matches): Autoload.
4214
4215         * mm-decode.el: Don't require mailcap, gnus-util.
4216         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
4217         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
4218         Autoload.
4219         (mailcap-mime-extensions): Declare.
4220
4221         * mm-encode.el: Don't require mailcap.
4222         (mailcap-extension-to-mime): Autoload.
4223
4224         * mml-sec.el: Don't require password-cache.
4225
4226         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
4227         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
4228         (mml-minibuffer-read-type): Require mailcap.
4229         (mml-preview): Require gnus-msg.
4230
4231         * mml1991.el: Require password-cache.
4232         (password-cache-expiry): Remove declaration.
4233
4234         * mml2015.el: Require password-cache.
4235         (password-cache-expiry): Remove declaration.
4236
4237         * nneething.el (mailcap): Require mailcap.
4238
4239         * nnheader.el (declare-function): Add compatibility stub.
4240         (message-remove-header): Declare rather than autoload.
4241         (nnheader-replace-header): Require message.
4242
4243         * nnimap.el (declare-function): Add compatibility stub.
4244         (netrc-parse, netrc-machine-user-or-password): Declare.
4245         (nnimap-open-connection): Require netrc.
4246
4247         * nntp.el (declare-function): Add compatibility stub.
4248         (netrc-parse, netrc-machine, netrc-get): Declare.
4249         (nntp-send-authinfo): Require netrc.
4250
4251         * rfc2047.el: Don't require qp.
4252         (quoted-printable-encode-region, quoted-printable-decode-string):
4253         Autoload.
4254
4255         * sieve-mode.el: Don't require easymenu.
4256         (easy-menu-add-item): Autoload it.
4257
4258         * spam-stat.el (time-to-number-of-days): Autoload it.
4259
4260 2010-03-19  Glenn Morris  <rgm@gnu.org>
4261
4262         * password-cache.el (password-cache, password-cache-expiry): Autoload.
4263
4264 2010-03-18  Glenn Morris  <rgm@gnu.org>
4265
4266         * hashcash.el (declare-function): Remove duplicate definition.
4267
4268 2010-03-17  Kevin Ryde  <user42@zip.com.au>
4269
4270         * mml.el (mml-read-tag): Unquote values with `read' to reverse
4271         prin1 in mml-insert-tag (just stripping the quotes gave wrong
4272         value if any backslash escapes).
4273
4274 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4275
4276         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
4277         if it is available.  (bug#5647)
4278
4279         * lpath.el: Suppress compiler warning for coding-system-from-name for
4280         Emacs 21 and XEmacs.
4281
4282 2010-03-14  Juri Linkov  <juri@jurta.org>
4283
4284         * hmac-def.el:
4285         * hmac-md5.el:
4286         * netrc.el: Fix keywords.
4287
4288 2010-02-26  Glenn Morris  <rgm@gnu.org>
4289
4290         * message.el (message-send-mail-function): Change the default, so that
4291         it inherits from a customized send-mail-function.  (Bug#5643)
4292
4293 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4294
4295         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
4296         shell-command-to-string signals an error (bug#5299).
4297
4298 2010-02-24  Glenn Morris  <rgm@gnu.org>
4299
4300         * message.el (message-smtpmail-send-it)
4301         (message-send-mail-with-mailclient): Doc fixes.
4302
4303 2010-02-16  Glenn Morris  <rgm@gnu.org>
4304
4305         * message.el (message-default-mail-headers): Change the default value
4306         to ease the transition from mail-mode to message-mode.  (Bug#5555)
4307
4308 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4309
4310         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
4311         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
4312
4313 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
4314
4315         * time-date.el (date-to-time): Doc fix (Bug#5408).
4316
4317 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
4318
4319         * message.el (message-mail): Just pass yank-action on to message-setup.
4320         (message-setup): Handle (FUN . ARGS) form of yank-action.
4321         (message-with-reply-buffer, message-widen-reply)
4322         (message-yank-original): Handle non-buffer values of
4323         message-reply-buffer (Bug#4080).
4324         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
4325
4326 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
4327
4328         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
4329         Fix typo in docstring.
4330
4331 2010-01-08  Jason Rumney  <jasonr@gnu.org>
4332
4333         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
4334         response.
4335
4336 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4337
4338         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
4339
4340         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4341
4342         * message.el (message-check-news-header-syntax): Protect against a
4343         string that `rfc822-addresses' returns when parsing fails.
4344
4345 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4346
4347         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
4348         (gnus-previous-char-property-change): New functions.
4349
4350         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
4351
4352 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
4353
4354         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
4355         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
4356
4357 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
4358
4359         * message.el (message-exchange-point-and-mark): Rework last change to
4360         avoid using optional arg of exchange-point-and-mark, for backward
4361         compatibility.
4362
4363 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
4364
4365         * message.el (message-exchange-point-and-mark): Call
4366         exchange-point-and-mark with an argument rather than setting
4367         mark-active by hand (Bug#5175).
4368
4369 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4370
4371         * nntp.el (nntp-service-to-port): Work for service expressed with
4372         numeric string; replace [:digit:] with [0-9] for XEmacs.
4373
4374 2009-12-17  Glenn Morris  <rgm@gnu.org>
4375
4376         * gnus-group.el (gnus-bug-group-download-format-alist):
4377         Change emacs entry to debbugs.gnu.org.  Bump :version.
4378
4379 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
4380
4381         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
4382
4383 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
4384
4385         * message.el (message-info): Explain why we use `Info-goto-node'.
4386
4387 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4388
4389         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
4390
4391 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4392
4393         * message.el (message-completion-in-region): New compatibility function.
4394         (message-expand-group): Use it.
4395
4396 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4397
4398         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
4399         with no unread article should be listed if the 2nd arg `predicate' is
4400         given.
4401
4402 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4403
4404         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
4405
4406 2009-11-29  Juri Linkov  <juri@jurta.org>
4407
4408         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
4409         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
4410         on `gnus-recenter'. (Bug#4698, Bug#4981)
4411
4412 2009-11-26  Kevin Ryde  <user42@zip.com.au>
4413
4414         * sha1.el (sha1-string-external): default-directory "/" in case
4415         otherwise non-existent.  process-connection-type pipe for touch of
4416         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
4417
4418 2009-11-25  Kevin Ryde  <user42@zip.com.au>
4419
4420         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
4421         it's comms related and sgml-mode.el has "comm" on that basis too.
4422
4423 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4424
4425         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
4426         containing tspecial characters if they have been already quoted.
4427
4428 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
4429
4430         * dns-mode.el (auto-mode-alist): Purecopy string.
4431
4432 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4433
4434         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
4435
4436 2009-10-24  Glenn Morris  <rgm@gnu.org>
4437
4438         * gnus-art.el (help-xref-stack-item): Define for compiler.
4439
4440 2009-10-21  Kevin Ryde  <user42@zip.com.au>
4441
4442         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
4443
4444 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4445
4446         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
4447
4448 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4449
4450         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
4451         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
4452
4453 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4454
4455         * gnus.el (gnus-overlay-get): New alias to overlay-get.
4456         (gnus-overlays-in): New alias to overlays-in.
4457
4458         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
4459         gnus-overlay-get, and gnus-delete-overlay.
4460         (gnus-summary-show-thread): Make it work as well for systems in which
4461         next-single-char-property-change is not available.
4462         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
4463
4464         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
4465         (gnus-overlay-get): New alias to extent-property.
4466         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
4467
4468         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
4469         SXEmacs.
4470
4471         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
4472         SXEmacs.
4473
4474 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
4475
4476         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
4477
4478 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
4479
4480         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
4481         and XEmacs that don't have `remove-overlays'.
4482
4483 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4484
4485         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
4486         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
4487         selective display.  Use overlays instead.
4488
4489 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
4490
4491         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
4492
4493 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
4494
4495         * spam-stat.el (spam-stat-load): Fix typo in message.
4496
4497 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
4498
4499         * dig.el (dig-invoke): Fix typo in docstring.
4500         (query-dig): Reflow docstring.
4501
4502 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
4503
4504         * gnus-art.el (gnus-article-encrypt-body):
4505         * message.el (message-check-recipients):
4506         * mm-util.el (mm-codepage-setup):
4507         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
4508         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
4509
4510 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
4511
4512         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
4513         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
4514         keys from the menu if mm-{sign,encrypt}-option is 'guided.
4515         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
4516         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
4517
4518 2009-09-21  Kevin Ryde  <user42@zip.com.au>
4519
4520         * dig.el: Add "Keywords: comm", as per net-utils.el.
4521
4522 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4523
4524         * dig.el (dig-mode): Use define-derived-mode.
4525
4526 2009-09-19  Glenn Morris  <rgm@gnu.org>
4527
4528         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
4529
4530 2009-09-18  Glenn Morris  <rgm@gnu.org>
4531
4532         * gnus-diary.el (gnus-diary-check-message):
4533         * message.el (message-insert-formatted-citation-line):
4534         * nnbabyl.el (top-level):
4535         * nndiary.el (nndiary-schedule):
4536         Fix typos in condition-case handlers.
4537
4538 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4539
4540         * gnus-art.el (gnus-article-edit-part): Work for the buffer
4541         configuration that provides the sole article window in a frame;
4542         position point correctly after deleting a part.
4543
4544 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
4545
4546         * spam.el (spam-unregister-on-reregister): Add boolean variable.
4547         (spam-resolve-registrations-routine): Use it to unregister articles
4548         that change status.
4549
4550 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4551
4552         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
4553         with XEmacs.
4554         (parse-time-string-chars): Use it.
4555
4556 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
4557
4558         * imap.el (imap-interactive-login): Better messages.
4559         (imap-open): Fix bug with renamed buffer on reconnect.
4560         (imap-authenticate): Add buffer-local imap-last-authenticator variable
4561         for easier debugging and cleaner code.  On successful (guessed based on
4562         server capabilities) secondary authentication, set imap-state
4563         correctly.
4564         (imap-last-authenticator): Define imap-last-authenticator as a variable
4565         to avoid warnings.
4566
4567 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4568
4569         * nnrss.el (nnrss-request-article): Remove binding of
4570         default-enable-multibyte-characters that has gotten needless by
4571         the 2007-07-13 change in rfc2047-encode-message-header.
4572
4573         * mml.el (mml-insert-multipart): Error on the message header.
4574         (mml-insert-part): Error on the message header; position point at
4575         the end of a MIME tag.
4576
4577 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4578
4579         * time-date.el (autoload): Expand define-obsolete-function-alias into
4580         defalias and make-obsolete for old Emacsen that Gnus supports.
4581         (with-no-warnings): Define it for old Emacsen.
4582         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
4583         is available.
4584         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
4585         float-time is available; suppress compile warning for time-to-seconds.
4586
4587         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
4588         (gnus-float-time): Alias to float-time if it exists.
4589
4590         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
4591         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
4592         float-time is available; suppress compile warning for time-to-seconds.
4593
4594         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
4595         XEmacs.
4596
4597 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
4598
4599         * imap.el (imap-message-map): Docstring fix.
4600
4601 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4602
4603         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
4604         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
4605         Add the optional argument `encoding' that overrides the default.
4606
4607         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
4608         mm-encode-buffer.
4609
4610 2009-09-04  Glenn Morris  <rgm@gnu.org>
4611
4612         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
4613         mm-disable-multibyte, rather than default-enable-multibyte-characters.
4614         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
4615         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
4616         * mm-util.el (mm-with-unibyte-current-buffer)
4617         (mm-find-buffer-file-coding-system):
4618         * yenc.el (yenc-decode-region): Use default-value rather than
4619         default-enable-multibyte-characters.
4620
4621 2009-09-03  Glenn Morris  <rgm@gnu.org>
4622
4623         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
4624         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
4625         than default-enable-multibyte-characters.
4626
4627 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
4628
4629         * gnus-art.el (gnus-article-read-summary-keys):
4630         Fix gnus-buffer-configuration's value temporarily used.
4631
4632 2009-09-02  Glenn Morris  <rgm@gnu.org>
4633
4634         * gnus-util.el (gnus-float-time): New function.
4635         * gnus-delay.el (gnus-delay-article):
4636         * gnus-sum.el (gnus-thread-latest-date):
4637         * gnus-util.el (gnus-user-date): Use gnus-float-time.
4638         * nnspool.el (nnspool-request-newgroups):
4639         Use gnus-float-time rather than time-to-seconds.
4640         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
4641
4642         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
4643         (gnus-header-subject-face, gnus-header-newsgroups-face)
4644         (gnus-header-name-face, gnus-header-content-face):
4645         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
4646         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
4647         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
4648         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
4649         (gnus-cite-face-11):
4650         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
4651         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4652         (gnus-server-closed-face, gnus-server-denied-face)
4653         (gnus-server-offline-face):
4654         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
4655         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
4656         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
4657         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
4658         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
4659         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
4660         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
4661         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
4662         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
4663         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
4664         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
4665         (gnus-summary-selected-face, gnus-summary-cancelled-face)
4666         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
4667         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
4668         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
4669         (gnus-summary-high-undownloaded-face)
4670         (gnus-summary-low-undownloaded-face)
4671         (gnus-summary-normal-undownloaded-face)
4672         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
4673         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
4674         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
4675         (gnus-splash-face):
4676         * message.el (message-header-to-face, message-header-cc-face)
4677         (message-header-subject-face, message-header-newsgroups-face)
4678         (message-header-other-face, message-header-name-face)
4679         (message-header-xheader-face, message-separator-face)
4680         (message-cited-text-face, message-mml-face):
4681         * sieve-mode.el (sieve-control-commands-face)
4682         (sieve-action-commands-face, sieve-test-commands-face)
4683         (sieve-tagged-arguments-face):
4684         * spam.el (spam-face):
4685         Mark face aliases with "-face" in the name as obsolete.
4686
4687 2009-09-01  Glenn Morris  <rgm@gnu.org>
4688
4689         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
4690         than goto-line.
4691
4692 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4693
4694         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4695         Don't move point if the command is invoked inside the message header.
4696
4697 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4698
4699         * imap.el (imap-send-command): Simplify.
4700         (imap-wait-for-tag): point-max -> buffer-size.
4701
4702 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4703
4704         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
4705         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
4706         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
4707         * nnir.el (nnir-swish-e-index-file):
4708         * gnus-sum.el (gnus-summary-delete-marked-as-read)
4709         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
4710         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4711         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
4712         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
4713         (gnus-treat-display-xface): Add Emacs version of obsolescence.
4714
4715 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4716
4717         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4718         Don't save excursion.
4719
4720 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4721
4722         * nnheader.el (nnheader-find-file-noselect):
4723         * mm-util.el (mm-insert-file-contents):
4724         Use (default-value 'major-mode) instead of default-major-mode.
4725
4726 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4727
4728         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
4729
4730 2009-08-26  Glenn Morris  <rgm@gnu.org>
4731
4732         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
4733         than placing in files.el.
4734
4735 2009-08-25  Glenn Morris  <rgm@gnu.org>
4736
4737         * nnir.el (top-level): Don't require cl at run-time.
4738         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
4739         Replace cl-function substitute with gnus-replace-in-string.
4740         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
4741         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
4742         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
4743         simplified expansions.
4744
4745 2009-08-25  Kevin Ryde  <user42@zip.com.au>
4746
4747         * dig.el (dig): Add autoload cookie.
4748
4749 2009-08-22  Glenn Morris  <rgm@gnu.org>
4750
4751         * gnus-art.el (gnus-button-patch): Use forward-line rather than
4752         goto-line.
4753
4754 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
4755
4756         * parse-time.el (parse-time-string-chars): Save match data.
4757
4758 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
4759
4760         * parse-time.el (parse-time-string-chars): Compute using character
4761         classes, to handle non-ascii characters (Bug#3190).
4762
4763 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4764
4765         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
4766
4767         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
4768         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
4769         (gnus-mm-display-part, gnus-mime-display-single)
4770         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
4771         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
4772
4773         * gnus-sum.el
4774         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
4775         (gnus-summary-move-article): Add expirable mark to articles copied or
4776         moved to group that has auto-expire turned on if the option is non-nil.
4777
4778 2009-07-24  Glenn Morris  <rgm@gnu.org>
4779
4780         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
4781         Fix typo.  (Bug#3903)
4782
4783 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4784
4785         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
4786         gnus-article-read-summary-keys rather than gnus-summary-edit-article
4787         that should not be used for draft articles.
4788         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
4789         that has no concern in minor mode keys.
4790         (gnus-article-summary-command, gnus-article-summary-command-nosave):
4791         Abolish.
4792
4793 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4794
4795         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
4796         article without making inquiry to a user for unknown encoding.
4797
4798         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
4799         (nnmaildir--scan): Assume i-node and device number that file-attributes
4800         returns might be cons-cell.
4801
4802         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
4803
4804         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
4805
4806 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
4807
4808         * auth-source.el: Remove docs now in auth.texi.  Don't use
4809         `gnus-message' for logging.  Add new variables `auth-source-debug' and
4810         `auth-source-hide-passwords' and use them.
4811
4812 2009-07-15  Glenn Morris  <rgm@gnu.org>
4813
4814         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
4815
4816 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4817
4818         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
4819         excessive whitespace from the default values of title and description.
4820
4821 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4822
4823         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
4824         mail-fetch-field to fetch Content-Description header in order to
4825         exclude newlines.
4826
4827 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
4828
4829         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
4830         format used by GnuPG 2.0.11.
4831
4832 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4833
4834         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
4835         to deleted part.
4836
4837 2009-05-30  David Engster  <dengste@eml.cc>
4838
4839         * nnmairix.el: Remove old documentation in the commentary block.
4840         (nnmairix-request-group): Do not update active file for nnml back ends.
4841         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
4842         end so that overview files are ignored.
4843         (nnmairix-update-groups): Make updating the groups more robust by using
4844         marks.
4845         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
4846         with dollar characters in message-id.
4847
4848 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
4849
4850         * spam.el: Use dns-query instead of query-dns.  Was renamed on
4851         2008-12-25 in dns.el.
4852
4853 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4854
4855         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
4856         could happen if the text is only composed of spaces and/or tabs.
4857
4858 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
4859
4860         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
4861         when sending a queued message to avoid extra mml tags.
4862
4863 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4864
4865         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
4866
4867 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4868
4869         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
4870         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
4871         rmail-toggle-header for XEmacs;
4872         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
4873
4874 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4875
4876         * gnus-dired.el: Remove autoload for gnus-setup-message.
4877         (gnus-dired-attach): Fake this-command value to prevent Gnus from
4878         displaying Gnus logo; always use compose-mail.
4879
4880 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4881
4882         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
4883
4884 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4885
4886         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
4887         (gnus-nocem-issuers): List currently active issuers; fix custom type.
4888         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
4889         available.
4890         (gnus-nocem-epg-verify): New function.
4891
4892 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
4893
4894         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
4895
4896 2009-02-15  Glenn Morris  <rgm@gnu.org>
4897
4898         * gnus-util.el (rmail-insert-rmail-file-header)
4899         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
4900         autoloads.
4901         (rmail-default-rmail-file): Remove unnecessary declaration.
4902         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
4903
4904 2009-02-14  Glenn Morris  <rgm@gnu.org>
4905
4906         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
4907         variable (only used in gnus-util, which declares it anyway).
4908         (rmail-output-to-rmail-file): Remove autoload of deleted function,
4909         which was only needed by gnus-art (changed to not use it any more).
4910         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
4911         only used in gnus-util, which autoloads it itself.
4912         (rmail-update-summary): Fix autoload.
4913
4914         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
4915         rather than rmail-output-to-rmail-file.
4916
4917 2009-02-07  Glenn Morris  <rgm@gnu.org>
4918
4919         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
4920         autoload of function that no longer exists.
4921         (rmail-toggle-header): Declare.
4922         (message-forward-rmail-make-body): Handle mbox Rmail.
4923
4924 2009-01-31  Glenn Morris  <rgm@gnu.org>
4925
4926         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
4927         2009-01-09 change.
4928
4929 2009-01-31  Dave Love  <fx@gnu.org>
4930
4931         * imap.el (imap-fetch-safe): Bind debug-on-error.
4932         (imap-debug): Add imap-fetch-safe.
4933
4934 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
4935
4936         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
4937         (auth-source-forget-all-cached): New convenience function.
4938         (auth-source-user-or-password): Accept list of modes or a single mode.
4939
4940         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
4941         auth-source modes.
4942
4943         * netrc.el (netrc-machine-user-or-password): Use list of
4944         auth-source modes.
4945
4946         * nnimap.el (nnimap-open-connection): Use list of
4947         auth-source modes.
4948
4949         * nntp.el (nntp-send-authinfo): Use list of
4950         auth-source modes.
4951
4952 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4953
4954         * auth-source.el: Update docs to reflect epa-file-enable is to be used
4955         now.
4956
4957 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4958
4959         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
4960         coding system in XEmacs; add a workaround for XEmacs.
4961
4962         * lpath.el: Fbind coding-system-aliasee.
4963
4964 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4965
4966         * mm-util.el (mm-coding-system-priorities): Protect against nil value
4967         of current-language-environment.
4968
4969 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
4970
4971         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
4972         available at runtime.
4973
4974 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4975
4976         * gnus-art.el (article-date-ut): Fix end point of narrowing.
4977
4978 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
4979
4980         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
4981         the greatest positive fixnum value doesn't work under an XEmacs with
4982         bignum support; use the most-positive-fixnum constant instead,
4983         available since Emacs 21.1 with cl and XEmacs 21.1.
4984
4985 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4986
4987         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
4988         XEmacs gets not to work.
4989
4990 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4991
4992         * mm-util.el (mm-coding-system-priorities): Allow the value like
4993         "Japanese (UTF-8)" of current-language-environment.
4994
4995 2009-01-09  Glenn Morris  <rgm@gnu.org>
4996
4997         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
4998         with last-command-event.
4999
5000 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
5001
5002         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
5003         in the doc string.
5004
5005         * message.el (message-fix-before-sending): Amend comment.
5006
5007 2009-01-08  Dave Love  <fx@gnu.org>
5008
5009         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
5010
5011 2009-01-07  David Engster  <dengste@eml.cc>
5012
5013         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
5014         simplified server definitions by converting it via
5015         gnus-server-to-method.
5016
5017 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5018
5019         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
5020         parameter's operands.
5021
5022 2009-01-06  David Engster  <dengste@eml.cc>
5023
5024         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
5025         primary select method (for gnus-group-mark-article-as-read).
5026
5027 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
5028
5029         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
5030         `(gnus)Face', not `(gnus)X-Face'.
5031
5032 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5033
5034         * mm-util.el (mm-ucs-to-char): New function.
5035
5036         * mm-url.el (mm-url-decode-entities): Use it.
5037
5038         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
5039         unicode-to-char.
5040
5041 2009-01-05  Dave Love  <fx@gnu.org>
5042
5043         * time-date.el: Require cl for `declare'.
5044
5045 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5046
5047         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
5048         Dave Love.
5049
5050 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5051
5052         * message.el (message-fix-before-sending): Add `eight-bit' to
5053         illegible-text check.
5054
5055 2009-01-03  Michael Olson  <mwolson@gnu.org>
5056
5057         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
5058         `headers' is nil.  This can occur if the IMAP server does not have
5059         permissions to read messages from a folder, but can write new messages
5060         to the folder.
5061         (nnimap-request-article-part): Do not insert `data' if it is nil.
5062
5063         * imap.el (imap-parse-fetch): Courier can insert spurious blank
5064         characters which will confuse `read', so skip past them.
5065
5066 2009-01-01  Dave Love  <fx@gnu.org>
5067
5068         * imap.el (imap-string-to-integer): Fix typo.
5069         (imap-fetch-safe): New function.
5070         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
5071
5072         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
5073
5074         * imap.el (imap-process-connection-type, imap-debug, imap-open):
5075         (imap-parse-greeting): Fix doc strings.
5076         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
5077         (imap-parse-flag-list): Make messages unique.
5078         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
5079
5080         * nnimap.el: Fix author email.
5081         (nnimap-split-rule): Add FIXME comment.
5082         (nnimap-debug): Fix doc string.
5083
5084 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5085
5086         * dns.el (dns-set-servers): Check "Address".  Fix typo.
5087
5088 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
5089
5090         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
5091         nslookup if resolv.conf isn't available.
5092         (dns-query): Rename from query-dns.
5093         (dns-query-cached): Rename from query-dns-cached.
5094
5095 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5096
5097         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
5098         overlay-arrow-position and overlay-arrow-string buffer-local; no need
5099         to check if those variables exist (first appeared in Emacs 18.50).
5100
5101 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5102
5103         * mm-util.el (mm-line-number-at-pos): New function.
5104
5105         * spam-report.el (spam-report-process-queue): Use it.
5106
5107 2008-12-24  David Engster  <dengste@eml.cc>
5108
5109         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
5110         parameters that haven't existed as variables as buffer-local variables.
5111
5112 2008-12-23  Dave Love  <fx@gnu.org>
5113
5114         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
5115         cadar.
5116
5117         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
5118         imap-starttls-p.
5119         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
5120
5121 2008-12-22  Dave Love  <fx@gnu.org>
5122
5123         * imap.el: Fix author email.  Doc fixes.
5124         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
5125         reply.
5126
5127 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
5128
5129         * spam-report.el (spam-report-gmane-max-requests): New constant.
5130         (spam-report-gmane-wait): New variable.
5131         (spam-report-gmane-ham, spam-report-gmane-spam)
5132         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
5133         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
5134         the server.
5135
5136         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
5137         Add explanations.
5138
5139         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
5140         nnheader-accept-process-output and nnheader-read-timeout if available.
5141         (pop3-movemail): Use it.
5142
5143         * message.el (message-check-news-body-syntax): Fix signature check if
5144         there's an attachment.
5145
5146 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5147
5148         * mm-util.el: Add comments to the mm- emulating functions.
5149
5150 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
5151
5152         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
5153         by Stephen Berman <stephen.berman@gmx.net>.
5154
5155 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5156
5157         * mm-util.el (mm-substring-no-properties): New function.
5158         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
5159         (mm-special-display-p): Enable those lambda forms to be byte compiled.
5160         (mm-string-to-multibyte): Doc fix.
5161
5162         * mml.el (mml-attach-file): Use mm-substring-no-properties.
5163
5164 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5165
5166         * mml.el (mml-attach-file): Strip text properties from file name.
5167         (Bug#1574)
5168
5169 2008-12-16  Glenn Morris  <rgm@gnu.org>
5170
5171         * mm-util.el (mm-charset-override-alist): Declare for compiler.
5172
5173 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5174
5175         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
5176         knows since the charset specified might be a bogus alias that
5177         mm-charset-synonym-alist provides.
5178
5179 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5180
5181         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
5182         "ISO_8859-1".
5183
5184         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
5185
5186 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5187
5188         * mm-util.el (mm-charset-eval-alist):
5189         Define it before mm-charset-to-coding-system.
5190         (mm-charset-to-coding-system): Add optional argument `silent';
5191         define it before mm-charset-override-alist.
5192         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
5193         default value if it can be used in Emacs currently running;
5194         silence mm-charset-to-coding-system.
5195
5196 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5197
5198         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
5199         `allow-override' which says whether to use `mm-charset-override-alist'.
5200         (rfc2047-decode-encoded-words): Use it.
5201
5202         * mm-util.el (mm-charset-override-alist): Fix custom type;
5203         add `(gb2312 . gbk)' to choices.
5204
5205 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5206
5207         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
5208         fast.
5209
5210         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5211
5212         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
5213
5214 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
5215
5216         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
5217         on links.
5218
5219         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5220
5221 2008-12-03  Lute Kamstra  <lute@gnu.org>
5222
5223         * sha1.el: Remove leading * from docstrings of defcustoms,
5224         deffaces, defconsts and defuns.
5225
5226 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5227
5228         * message.el (message-idna-to-ascii-rhs-1): Protect against local
5229         users' addresses that don't have domain parts.
5230         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
5231         rather than message-narrow-to-head since there will be the message
5232         header separator.
5233
5234 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5235
5236         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
5237         since the result is inserted in a unibyte buffer anyway.
5238         (nnimap-demule-use-string-to-multibyte): Remove.
5239         (nnimap-demule): Alias it to mm-string-to-multibyte.
5240
5241 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
5242
5243         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
5244         variable for debugging bug#464 and bug#1174.
5245         (nnimap-demule): Use it.
5246
5247 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5248
5249         * gnus-score.el (gnus-score-find-trace): Handle default score in total
5250         score calculation correctly.
5251
5252 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5253
5254         * message.el (message-send-mail): Just set the buffer to unibyte
5255         rather than use mm-with-unibyte-current-buffer which does a lot more.
5256         (message-send-mail-partially): Don't bother with
5257         mm-with-unibyte-current-buffer since it's already been made unibyte by
5258         message-send-mail.
5259
5260 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
5261
5262         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
5263
5264 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
5265
5266         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
5267
5268 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5269
5270         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
5271         require itself and to remove `with-no-warnings'.
5272
5273 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5274
5275         * starttls.el (starttls-any-program-available): Get the name of the
5276         available TLS layer program.
5277         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
5278         well as the host name in the "opening" message.
5279
5280         * auth-source.el (auth-source-cache, auth-source-do-cache)
5281         (auth-source-user-or-password): Cache passwords and logins by default,
5282         allow override with `auth-source-do-cache'.
5283         (auth-source-forget-user-or-password): Allow users to remove cache
5284         entries if needed.
5285
5286 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
5287
5288         * md4.el (md4-buffer): Fix typo in docstring.
5289         (md4, md4-64): Doc fixes.
5290         (md4-pack-int32): Reflow docstring.
5291
5292 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5293
5294         * ietf-drums.el (ietf-drums-remove-comments): Localize second
5295         condition-case to only the forward-sexp call.
5296
5297 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5298
5299         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
5300         quotes contained.  Make it more robust regardless by an extra
5301         condition-case wrapper.
5302
5303 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5304
5305         * lpath.el: No need to fbind codepage-setup for Emacs 23.
5306
5307 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5308
5309         * nnml.el (nnml-request-expire-articles): Check if the function set to
5310         `nnmail-expiry-target' returns the symbol `delete'.
5311
5312         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
5313
5314         * nnmail.el (nnmail-expiry-target): Fix custom type.
5315
5316 2008-10-02  Glenn Morris  <rgm@gnu.org>
5317
5318         * mm-util.el (mm-codepage-setup): Tweak codepage error.
5319         Silence compiler warning.
5320
5321 2008-10-01  Magnus Henoch  <mange@freemail.hu>
5322
5323         * tls.el (open-tls-stream): Show the actual command being
5324         executed, instead of the format string.
5325
5326 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5327
5328         * lpath.el: Fbind codepage-setup for Emacs 23.
5329
5330 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
5331
5332         * mml.el (mml-menu): Don't assume mml2015 is bound.
5333
5334 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5335
5336         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
5337         exists.
5338
5339 2008-09-27  Glenn Morris  <rgm@gnu.org>
5340
5341         * gnus-util.el (mail-header-remove-comments): Autoload it.
5342
5343 2008-09-27  Andreas Schwab  <schwab@suse.de>
5344
5345         * gnus-util.el (gnus-split-references): Strip comments.
5346         (gnus-parent-id): Likewise.
5347
5348 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
5349
5350         * message.el (message-confirm-send): Fix version.
5351
5352 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5353
5354         * message.el (message-idna-to-ascii-rhs-1): Use
5355         mail-extract-address-components rather than mail-header-parse-addresses
5356         that is an alias by default to ietf-drums-parse-addresses that does not
5357         support non-ASCII names in headers' contents.
5358
5359 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5360
5361         * message.el (message-confirm-send): Fixed variable documentation to
5362         avoid the "y/n" wording.
5363
5364 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
5365
5366         * message.el (message-set-auto-save-file-name): Save to a different
5367         filename so multiple messages (especially drafts) can be recovered.
5368
5369 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
5370
5371         * message.el (message-confirm-send): Add appropriate version.
5372
5373 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5374
5375         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
5376         defvar.
5377
5378 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
5379
5380         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
5381         (mm-pkcs7-enveloped-magic): Ditto.
5382
5383 2008-09-17  Simon Josefsson  <simon@josefsson.org>
5384
5385         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
5386         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
5387
5388 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
5389
5390         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
5391         default, it's better.
5392
5393 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
5394
5395         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
5396         summary line gnus-number property and ignore them (with a warning
5397         message).
5398
5399 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5400
5401         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
5402         macro caddr in the interactive form since it won't be expanded.
5403
5404 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5405
5406         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
5407         `charset'; fix name of function called recursively.
5408         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
5409
5410 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5411
5412         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
5413         (gnus-mime-set-charset-parameters): New function.
5414         (gnus-mime-view-part-as-charset): Use it to correctly display part
5415         specifying wrong charset.
5416
5417 2008-09-08  David Engster  <dengste@eml.cc>
5418
5419         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
5420         in completing-read for back end server.
5421
5422 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
5423
5424         * message.el (message-confirm-send): New variable to confirm sending a
5425         message.
5426         (message-send): Use it.
5427
5428 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
5429
5430         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
5431
5432 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5433
5434         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
5435
5436 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
5437
5438         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
5439         prevent tracking too many groups.
5440         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
5441         Use it.
5442
5443 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
5444
5445         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
5446         moving point to the bottom of the window in order to avoid recentering.
5447
5448 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5449
5450         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
5451
5452         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
5453         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
5454         (gnus-article-beginning-of-window): Fix calculation.
5455
5456 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5457
5458         * gnus-msg.el (gnus-summary-supersede-article)
5459         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
5460         value of gnus-newsgroup-charset to decode non-MIME encoded text in
5461         message header.
5462
5463 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
5464
5465         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
5466         pending output coming after the status change.
5467
5468 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
5469
5470         * message.el:
5471         * gnus-start.el:
5472         * gnus-registry.el: Remove VMS support.
5473
5474 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5475
5476         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
5477         macro.
5478         (rfc2104-hash): Use it.
5479
5480 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
5481
5482         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
5483         (gnus-summary-sort-by-most-recent-date): New commands.
5484         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
5485         and menu entries.
5486
5487 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5488
5489         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
5490         don't redisplay article for raw contents; remove plural articles stuff.
5491
5492         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
5493         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
5494         on gnus-summary-save-article; display results properly.
5495
5496 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5497
5498         * lpath.el: No need to fbind ns-focus-frame.
5499
5500 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5501
5502         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
5503
5504 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5505
5506         * gnus-art.el (gnus-summary-save-in-pipe): Consider
5507         gnus-save-all-headers.
5508
5509 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
5510
5511         * gnus-util.el (ns-focus-frame): Remove declaration.
5512         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
5513         like x.
5514
5515 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
5516
5517         * rfc2104.el (rfc2104-zero): Delete defconst.
5518         (rfc2104-hex-alist): Likewise.
5519         (rfc2104-hex-to-int): Delete func.
5520         (rfc2104-hexstring-to-bitstring): Likewise.
5521         (rfc2104-nybbles): New defconst.
5522         (rfc2104-hash): Rewrite for speed.
5523
5524 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5525
5526         * tls.el (open-tls-stream): Make it work with the 2nd argument
5527         BUFFER that is a string but does not exist as a buffer object, as
5528         mentioned in the doc-string.
5529
5530 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5531
5532         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
5533         SXEmacs.
5534
5535 2008-07-16  Glenn Morris  <rgm@gnu.org>
5536
5537         * gnus-util.el (ns-focus-frame): Declare for compiler.
5538
5539 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5540
5541         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
5542         set as a group parameter.
5543         (gnus-summary-save-in-pipe): Work when it is called independently.
5544         (gnus-summary-pipe-to-muttprint): Don't modify
5545         gnus-summary-pipe-output-default-command.
5546
5547 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5548
5549         * message.el (message-send-mail-with-sendmail):
5550         Display the error message.
5551
5552 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5553
5554         * gnus-art.el (gnus-default-article-saver):
5555         Add gnus-summary-save-in-pipe to choices.
5556         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
5557         gnus-summary-pipe-output-default-command as the default command.
5558         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
5559         instead of gnus-last-shell-command.
5560
5561         * gnus-sum.el (gnus-summary-pipe-output-default-command):
5562         New user option.
5563         (gnus-summary-muttprint-program): Mention the value will be changed.
5564         (gnus-summary-save-article): Force showing of all headers.
5565         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
5566
5567 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
5568
5569         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
5570
5571 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
5572
5573         * nnimap.el (nnimap-id):
5574         * sieve-manage.el (sieve-manage-open): Doc fixes.
5575
5576 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
5577
5578         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
5579         if available.
5580
5581 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5582
5583         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
5584
5585         * nnkiboze.el (nnkiboze-generate-group):
5586         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
5587
5588         * nnmairix.el: Require CL.
5589
5590 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5591
5592         * dgnushack.el: Autoload get-display-table and put-display-table for
5593         XEmacs 21.5.
5594
5595         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
5596         21.4 and SXEmacs.
5597
5598 2008-06-15  David Engster  <dengste@eml.cc>
5599
5600         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
5601
5602 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
5603
5604         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
5605         New macros that expand to an `aset'/`aref' call under Emacs, and to a
5606         runtime choice under XEmacs.
5607
5608         * gnus-sum.el (gnus-summary-set-display-table):
5609         Use `gnus-put-display-table', `gnus-get-display-table',
5610         `gnus-set-display-table' for the display table, instead of `aset'.
5611
5612         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
5613         Use `gnus-put-display-table', `gnus-get-display-table',
5614         `gnus-set-display-table' for the display table.
5615
5616 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5617
5618         * nnmairix.el: Add autoloads.
5619
5620 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5621
5622         * nnmairix.el (nnmairix-delete-recreate-group)
5623         (nnmairix-update-and-clear-marks): Fix error messages.
5624
5625 2008-06-14  David Engster  <dengste@eml.cc>
5626
5627         * nnmairix.el: Upgrade to version 0.6.
5628         (nnmairix-group-toggle-propmarks-this-group)
5629         (nnmairix-group-toggle-readmarks-this-group)
5630         (nnmairix-group-delete-recreate-this-group)
5631         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
5632         (nnmairix-remove-tick-mark-original-article): New commands.
5633         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
5634         (nnmairix-propagate-marks-to-nnmairix-groups)
5635         (nnmairix-only-use-registry, nnmairix-allowfast-default)
5636         (nnmairix-marks-cache, nnmairix-version-output): New variables.
5637         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
5638         functions needed for marks propagation and manipulation of read marks.
5639         (nnmairix-update-groups): New function.
5640         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
5641         (nnmairix-determine-original-group-from-registry)
5642         (nnmairix-determine-original-group-from-path)
5643         (nnmairix-get-group-from-file-path, nnmairix-map-range)
5644         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
5645         New helper functions.
5646         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
5647         keystrokes for new commands.
5648         (nnmairix-delete-and-create-on-change): Doc string cleanup.
5649         (nnmairix-request-group): Check allow-fast group parameter.
5650         (nnmairix-request-create-group): Set allow-fast group parameter if
5651         nnmairix-allowfast-default is set.
5652         (nnmairix-close-group): Propagate marks upon closing if needed.
5653         (nnmairix-group-toggle-threads-this-group): Use new.
5654         nnmairix-group-toggle-parameter helper function.
5655         (nnmairix-search): Better check for empty search result.
5656         (nnmairix-goto-original-article): Use new helper functions for
5657         determining original article.
5658         (nnmairix-show-original-article): Make sure message-id is in brackets.
5659         (nnmairix-call-mairix-binary): Change variable name.
5660         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
5661         helper function.
5662         (nnmairix-widget-toggle-activate): Fix doc string.
5663
5664 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5665
5666         * nnir.el: Require edmacro when compiling with XEmacs.
5667         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
5668         available in Emacs 21.
5669
5670 2008-06-11  Glenn Morris  <rgm@gnu.org>
5671
5672         * gnus-util.el (x-focus-frame):
5673         * gnus.el (image-size):
5674         * mm-decode.el (image-size): Declare.
5675
5676         * gnus-picon.el (declare-function): Add compat definition.
5677         (image-size): Declare.
5678
5679         * gnus-group.el (tool-bar-map):
5680         * gnus-sum.el (tool-bar-map): Define for compiler.
5681
5682         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
5683
5684         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
5685
5686         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
5687         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
5688         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
5689         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
5690         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
5691         * sieve-manage.el, spam-report.el, spam.el:
5692         Remove unnecessary eval-and-compile of autoloads.
5693
5694 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
5695
5696         * auth-source.el: Precise Tramp doc.
5697
5698 2008-06-07  Glenn Morris  <rgm@gnu.org>
5699
5700         * nnmairix.el: Remove unnecessary eval-when-compile.
5701
5702 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5703
5704         * lpath.el: Fbind propertize for XEmacs 21.4.
5705
5706 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
5707
5708         * nnir.el: Move here from ../contrib.
5709
5710 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5711
5712         * gnus-util.el (gnus-read-shell-command): New function.
5713         * mm-decode.el (mm-pipe-part):
5714         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
5715
5716 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5717
5718         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
5719
5720 2008-06-03  Glenn Morris  <rgm@gnu.org>
5721
5722         * pop3.el (nnheader-accept-process-output): Autoload it.
5723
5724 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5725
5726         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
5727         are not 2-digit hexadecimal characters that follow `%'s.
5728
5729 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
5730
5731         * message.el (message-bogus-recipient-p): Fix type in doc string.
5732         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
5733         (message-bogus-addresses): Rename from message-bogus-address-regexp.
5734         Improve custom options.
5735         (message-bogus-recipient-p): Adjust accordingly.
5736
5737 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
5738
5739         * parse-time.el (parse-time-months, parse-time-weekdays): Add
5740         long-form month and day names.
5741
5742 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5743
5744         * dgnushack.el: Autoload debug, eudc-expand-inline and
5745         pgg-snarf-keys-region for XEmacs.
5746
5747         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
5748
5749         * nnmairix.el: Require edmacro when compiling with XEmacs.
5750
5751 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
5752
5753         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
5754         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
5755
5756 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5757
5758         * auth-source.el: Add more docs.
5759
5760         * netrc.el (netrc-machine): Always match if the port is not given.
5761
5762 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5763
5764         * nnheader.el (nnheader-read-timeout): Change the default timeout from
5765         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
5766         retrieval faster in some cases, but might make CPU usage larger.  If
5767         this has any bad side effects, we might revert this change.
5768
5769         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
5770         seems to make mail retrieval much, much faster.
5771         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
5772         unconditionally.
5773
5774         * gnus-draft.el (gnus-group-send-queue): Bind
5775         message-send-mail-partially-limit to nil to avoid being prompted.
5776
5777 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
5778
5779         * mml.el (mml-attach-buffer): Prompt for `disposition'.
5780
5781         * message.el (message-bogus-address-regexp): Fix and improve custom
5782         type.
5783         (message-setup-hook): Add message-check-recipients as custom option.
5784
5785 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
5786
5787         * message.el (message-cite-function): Remove bogus autoload which crept
5788         in during merge from v5-10.
5789
5790 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
5791
5792         * nnimap.el (nnimap-open-connection): Fix login/password bug.
5793
5794         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
5795
5796         * auth-source.el: Preliminary Tramp docs.
5797         (auth-sources): Change the default auth-sources to use
5798         EPA .gpg files.
5799
5800 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
5801
5802         * nntp.el: Autoload `auth-source-user-or-password'.
5803         (nntp-send-authinfo): Use it.
5804
5805         * nnimap.el: Autoload `auth-source-user-or-password'.
5806         (nnimap-open-connection): Use it.
5807
5808         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
5809         for the gnus-message function.
5810         (auth-source-user-or-password): Use it.
5811
5812 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5813
5814         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
5815         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
5816         (rfc2104-hash): Use it.
5817
5818 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
5819
5820         * gnus-art.el (gnus-article-toggle-truncate-lines):
5821         Don't use `iff' in docstring.
5822
5823 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
5824
5825         * gnus-registry.el: Adjusted copyright dates and added a keyword.
5826
5827         * gnus-util.el (gnus-extract-address-component-name)
5828         (gnus-extract-address-component-email): Convenience functions around
5829         `gnus-extract-address-components'.
5830
5831         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
5832         Use `gnus-extract-address-component-email' to fix bug of comparing full
5833         sender name to `user-mail-address'.
5834
5835 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
5836
5837         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
5838         catch/throw to optimize.
5839         (gnus-registry-find-keywords): Just use member to find a keyword.
5840
5841 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5842
5843         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
5844         is current before calling gnus-server-prepare.
5845         (gnus-server-setup-buffer, gnus-server-update-server)
5846         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
5847
5848 2008-05-04  Juri Linkov  <juri@jurta.org>
5849
5850         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
5851         (mailcap-file-default-commands): Use mailcap-replace-in-string
5852         instead of replace-regexp-in-string, and mailcap-delete-duplicates
5853         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
5854
5855 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
5856
5857         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
5858
5859 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5860
5861         * gnus.el: Bump version to 0.11.
5862
5863 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5864
5865         * gnus.el: No Gnus v0.10 is released.
5866
5867 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5868
5869         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
5870         hooks.
5871         (gnus-update-read-articles): Speed up non-marks-using users.
5872         (gnus-use-marks): Define gnus-use-marks.
5873         (gnus-propagate-marks): Rename variable to something more sensible.
5874
5875 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
5876
5877         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
5878         (gmm-image-load-path-for-library): Fix typos in docstrings.
5879         (gmm-message): Reflow docstring.
5880
5881 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
5882
5883         * mail-source.el (mail-source-set-1, mail-source-bind):
5884         Move auth-source code out of the macro to clean it up and fix bugs.
5885
5886 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
5887
5888         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
5889         by sender if it's equal to user-mail-address, it's likely to be
5890         useless.
5891
5892         * mail-source.el (mail-source-bind): Don't use user or password if they
5893         are not bound.  Unintern them if they are nil.  Don't use server unless
5894         it's bound, and default it to empty string otherwise.
5895
5896 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
5897
5898         * mail-source.el: Load auth-source.el.
5899         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
5900         get user name or password, if auth-sources is set up.
5901
5902         * gnus-registry.el (gnus-registry-split-strategy): New variable for
5903         strategy of splitting with parent.
5904         (gnus-registry-split-fancy-with-parent)
5905         (gnus-registry-post-process-groups): Use it and fix prior
5906         bug (returning a list as the split result).
5907
5908         * auth-source.el (auth-sources): Remove server parameter.
5909         (auth-source-pick, auth-source-user-or-password)
5910         (auth-source-user-or-password-imap)
5911         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5912         (auth-source-user-or-password-sftp)
5913         (auth-source-user-or-password-smtp): Remove server parameter.
5914
5915 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
5916
5917         * smime.el (smime-sign-region, smime-encrypt-region)
5918         (smime-decrypt-region):
5919         Remove redundant calls to `generate-new-buffer-name'.
5920
5921 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
5922
5923         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
5924         Don't use QP for message/rfc822.
5925         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
5926
5927 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5928
5929         * sieve-manage.el (sieve-string-bytes): Remove.
5930         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
5931         correct byte-length only if the process's coding-system is the same as
5932         the one used internally by Emacs to represent strings.
5933
5934 2008-04-22  Juri Linkov  <juri@jurta.org>
5935
5936         * mailcap.el (mailcap-file-default-commands): New function.
5937
5938 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5939
5940         * message.el (message-signature-separator, message-cite-function):
5941         Change custom version.
5942
5943 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
5944
5945         * tls.el (tls-program): Add -ign_eof argument to call the openssl
5946         commands.
5947         (tls-checktrust): Ditto.
5948
5949 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5950
5951         * mm-decode.el (mm-display-external): Make temp file read-only.
5952
5953 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
5954
5955         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
5956         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
5957         `C-c C-f d'.
5958
5959 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
5960
5961         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
5962
5963 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5964
5965         * gnus.el: Bump version to 0.9.
5966
5967 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
5968
5969         * gnus.el: No Gnus v0.8 is released.
5970
5971 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5972
5973         * mail-source.el (mail-source-value):
5974         Prefer fboundp to functionp so it works with macros as well.
5975
5976 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5977
5978         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5979         Fix last change in case the element is not even a symbol.
5980
5981 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5982
5983         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5984         Prefer fboundp to functionp so it works with macros as well.
5985
5986 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
5987
5988         * auth-source.el: Added docs.
5989         (auth-sources): Modify format to support server.
5990         (auth-source-pick, auth-source-user-or-password)
5991         (auth-source-user-or-password-imap)
5992         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5993         (auth-source-user-or-password-sftp)
5994         (auth-source-user-or-password-smtp): Add server parameter.
5995
5996 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
5997
5998         * gnus-registry.el: Initialize the registry when gnus-registry-install
5999         is t.
6000
6001 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6002
6003         * compface.el (uncompface): Make buffer unibyte.
6004
6005 2008-04-05  Glenn Morris  <rgm@gnu.org>
6006
6007         * gnus-ems.el (mm-disable-multibyte): Autoload it.
6008
6009 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6010
6011         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
6012         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
6013
6014         * nnheader.el (nnheader-init-server-buffer): Change buffer's
6015         multibyteness after rather than before erasing it.
6016
6017         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
6018         mm-with-multibyte.
6019         (gnus-request-article-this-buffer): Make sure the proper decoding is
6020         used if gnus-original-article-buffer happens to be unibyte.
6021
6022         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
6023         default-enable-multibyte-characters.
6024
6025         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
6026         default-enable-multibyte-characters.
6027
6028         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
6029
6030         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
6031
6032 2008-04-02  Simon Josefsson  <simon@josefsson.org>
6033
6034         * imap.el (imap-enable-exchange-bug-workaround): New variable.
6035         (imap-message-copyuid-1): Use it.
6036         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
6037         J. Williams in
6038         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
6039
6040         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
6041         imap-enable-exchange-bug-workaround.
6042         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
6043
6044 2008-04-01  Simon Josefsson  <simon@josefsson.org>
6045
6046         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
6047         a 100 byte status-checks into a 2-3MB transfer for each group.
6048         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
6049         to enable bug workaround or not.
6050         (nnimap-find-minmax-uid): Only enable workaround conditionally.
6051
6052 2008-03-31  Glenn Morris  <rgm@gnu.org>
6053
6054         * message.el (mml2015-use): Declare for compiler.
6055         (message-info): Require mml2015 when appropriate.
6056
6057 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6058
6059         * Makefile.in (EMACS_COMP): Quote directory name that might contain
6060         whitespace.
6061
6062 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6063
6064         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
6065         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
6066         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
6067         (nntp-service-to-port): New function.
6068         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
6069         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
6070         (nntp-open-netcat-stream): New function.
6071         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
6072
6073 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
6074
6075         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
6076
6077 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6078
6079         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
6080
6081 2008-03-28  Magnus Henoch  <mange@freemail.hu>
6082
6083         * dns.el (dns-write): Use set-buffer-multibyte.
6084
6085 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
6086
6087         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
6088
6089 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6090
6091         * message.el (message-signature-separator): Change default.
6092         Improve custom type.
6093         (message-cite-function): Change default to
6094         message-cite-original-without-signature.
6095
6096         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
6097         toggle.
6098
6099         * message.el (message-check-news-body-syntax): Fix signature check.
6100         (message-setup-1): Mark buffer as unmodified _after_ running
6101         message-setup-hook and handling message-alternative-emails.
6102         (message-shorten-references): Be more strict when building list of
6103         valid references to comply with GNKSA.
6104
6105         * gnus-group.el (gnus-read-ephemeral-bug-group)
6106         (gnus-read-ephemeral-debian-bug-group)
6107         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
6108
6109         * message.el (message-info): Don't use booleanp which isn't supported
6110         in Emacs 21 and XEmacs.
6111
6112 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
6113
6114         * gnus-group.el (gnus-gmane-group-download-format): Rename from
6115         gnus-group-gmane-group-download-format.
6116         (gnus-group-read-ephemeral-gmane-group): Rename from
6117         gnus-group-read-ephemeral-gmane-group.
6118         (gnus-read-ephemeral-gmane-group-url): Rename from
6119         gnus-group-read-ephemeral-gmane-group-url.
6120         (gnus-bug-group-download-format-alist): New variable.
6121         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
6122         (gnus-read-ephemeral-emacs-bug-group): New commands.
6123
6124 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6125
6126         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
6127         (gnus-visible-headers): Improve custom type.
6128
6129 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6130
6131         * mml.el (mml-menu): Add workarounds for XEmacs.
6132
6133         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
6134         X-Boundary header.
6135
6136         * message.el (message-simplify-recipients): Fix previous commit.
6137
6138 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6139
6140         * mm-util.el (mm-set-buffer-multibyte): New function.
6141         * mm-decode.el (mm-copy-to-buffer): Use it.
6142
6143 2008-03-19  Glenn Morris  <rgm@gnu.org>
6144
6145         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
6146         Accidentally removed in the sync process with Emacs.
6147
6148 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
6149
6150         * message.el (message-alter-recipients-discard-bogus-full-name):
6151         New function.
6152         (message-alter-recipients-function): New variable.
6153         (message-get-reply-headers): Use it.
6154         (message-replace-header): New helper function.
6155         (message-recipients-without-full-name): New variable.
6156         (message-simplify-recipients): New command.
6157
6158         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
6159
6160         * message.el (message-info): Handle EasyPG manual.
6161
6162         * mml.el (mml-menu): Add entry for EasyPG.
6163
6164 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
6165
6166         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
6167         parameter.
6168
6169         * message.el (message-disassociate-draft): Specify drafts group name
6170         fully.
6171
6172 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
6173
6174         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
6175         unnecessary duplicates from the match list.
6176
6177 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6178
6179         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
6180
6181         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
6182
6183         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
6184         args of `how-many' of which the XEmacs version doesn't take; declare
6185         Info-index-next as function.
6186
6187 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6188
6189         * gnus-score.el (gnus-score-headers): Fix handling of
6190         gnus-inhibit-slow-scoring.
6191
6192         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
6193         string.
6194         (gnus-button-url-regexp): Improve handling of parenthesis.
6195         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
6196         (gnus-button-handle-info-keystrokes): Handle index entries.
6197
6198 2008-03-15  Glenn Morris  <rgm@gnu.org>
6199
6200         * parse-time.el (parse-time-string): Simplify.
6201
6202 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6203
6204         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
6205         Incoming* files.
6206
6207 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6208
6209         * auth-source.el (auth-sources): Renamed from auth-source-choices.
6210         (auth-source-pick): Use it.
6211
6212 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6213
6214         * binhex.el (binhex-decode-region-internal):
6215         * uudecode.el (uudecode-decode-region-internal):
6216         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
6217         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
6218         setting default-enable-multibyte-characters.
6219
6220 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6221
6222         * auth-source.el (auth-source-protocols)
6223         (auth-source-protocols-customize, auth-source-choices): Added and
6224         modified variable customizations and defaults.
6225         (auth-source-pick, auth-source-user-or-password)
6226         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6227         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6228         (auth-source-user-or-password-sftp)
6229         (auth-source-user-or-password-smtp): Use new variables and provide an
6230         interface to netrc.el.
6231
6232 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6233
6234         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
6235         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
6236         Make sure the nntp port to specify is a string.
6237
6238 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6239
6240         * nntp.el: Use with-current-buffer.
6241         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
6242         dubious mm-with-unibyte-current-buffer.
6243         (nntp-with-open-group-function): New function extracted from
6244         nntp-with-open-group macro.
6245         (nntp-with-open-group): Use the function, so it's easier to debug.
6246         Add indentation and debugging info.
6247         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
6248         the use of the netcat alternatives.
6249
6250         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
6251         Avoid mm-string-as-multibyte as well.
6252
6253         * nnweb.el (nnweb-insert-html):
6254         Remove use of nnheader-string-as-multibyte.
6255
6256         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
6257         (nnheader-string-as-multibyte): Remove.
6258
6259         * mm-view.el: Use inhibit-read-only.
6260         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
6261         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
6262         or unibyte-string.
6263
6264         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
6265         (mm-uu-yenc-extract): Use with-current-buffer.
6266
6267         * gnus-soup.el (gnus-soup-send-packet): Don't use
6268         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
6269
6270         * nnmh.el: Use with-current-buffer.
6271         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
6272         mm-string-as-multibyte on the output of mm-encode-coding-string.
6273
6274         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
6275         (nnimap-request-move-article): Use with-current-buffer.
6276
6277         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
6278         inserting the handle-buffer's text, so the implicit multibyte->unibyte
6279         conversion uses string-make-unibyte rather than string-as-unibyte.
6280
6281         * gnus-msg.el: Use with-current-buffer.
6282
6283         * message.el (message-ignored-resent-headers): Add "Delivered-To".
6284
6285 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
6286
6287         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
6288         string for caching if it is 'PIN.
6289
6290 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6291
6292         * lpath.el: Consider the case without Emacs/W3.
6293
6294 2008-03-08  Glenn Morris  <rgm@gnu.org>
6295
6296         * time-date.el (date-to-time, time-subtract, time-add)
6297         (safe-date-to-time): Doc fixes.
6298
6299 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
6300
6301         * mail-source.el (mail-source-delete-old-incoming-confirm):
6302         Change default to nil.
6303         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
6304
6305 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6306
6307         * lpath.el: Rearrange.
6308
6309         * gnus-art.el (gnus-narrow-to-page): Position point properly.
6310         (gnus-article-goto-prev-page): Work for articles having ^L's.
6311
6312         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
6313
6314         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
6315
6316 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
6317
6318         * gnus-bookmark.el: Adjust for renames in bookmark.el.
6319         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
6320         (gnus-bookmark-jump): Adjust some variable names.
6321
6322 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
6323
6324         * auth-source.el: New package.
6325         (auth-source-choices): Add customization entry point variable.
6326
6327         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
6328         bug.
6329
6330 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
6331
6332         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
6333         (gnus-registry-initialize, gnus-registry-install-p): Use it.
6334         (gnus-registry-install-shortcuts): Rename from
6335         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
6336         the `gnus-registry-mark-map' keymap dynamically from
6337         `gnus-registry-marks'.  The generated functions update the summary line
6338         when a registry mark is added or deleted, and will call
6339         `gnus-registry-install-p' (see the comments in the code).
6340         (gnus-registry-user-format-function-M): Use concat intelligently.
6341
6342         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
6343         the registry mark functions.
6344
6345 2008-03-05  Glenn Morris  <rgm@gnu.org>
6346
6347         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
6348         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
6349         gnus-art.
6350         (top-level): No need to load own source when compiling.
6351
6352 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6353
6354         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
6355         Suggested by <chris.anderton@zetnet.co.uk>.
6356
6357 2008-03-04  Glenn Morris  <rgm@gnu.org>
6358
6359         * gnus-sum.el (top-level): No need to require gnus when compiling,
6360         since unconditionally required near start of file.
6361         (gnus-summary-display-while-building): Move definition before use.
6362
6363 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
6364
6365         * gnus-registry.el (gnus-registry-user-format-function-M): Add
6366         formatting function.
6367
6368 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6369
6370         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
6371         with plists.
6372         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
6373         Use new format.
6374
6375 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6376
6377         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
6378         `where-is-internal' that returns a range of key sequences.
6379
6380 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6381
6382         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
6383
6384         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
6385         (gnus-summary-jump-to-group): Consider windows on other displayed
6386         frames as well.  Similar changes might be needed elsewhere, but that's
6387         the one I've bumped into during my use.
6388
6389         * nndoc.el (nndoc-oe-dbx-type-p):
6390         * gnus-msg.el (gnus-debug):
6391         * gnus-group.el (gnus-update-group-mark-positions):
6392         Use mm-string-to-multibyte.
6393
6394 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6395
6396         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
6397         doesn't handle NotDashEscaped.
6398
6399         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
6400         (mml-dnd-attach-options): Fix typo in custom choice.
6401
6402         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
6403         nndoc-article-type to mbox.
6404         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
6405
6406         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
6407         to nil, instead of html2text.
6408
6409         * imap.el (imap-debug): Add `imap-ping-server'.
6410
6411         * gnus-bookmark.el: Add FIXMEs.
6412
6413         * message.el (message-form-letter-separator)
6414         (message-send-form-letter-delay): New variables.
6415         (message-send-form-letter): Use them.  New command to send form
6416         letters.  Requested by Uwe Siart.
6417         (message-send-mail-function): Doc fix.  Add "Other" custom option.
6418
6419 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6420
6421         * Update copyright years.
6422
6423 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6424
6425         Sync from EMACS_22_BASE.
6426
6427         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
6428
6429 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
6430
6431         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
6432         empty author.
6433
6434 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
6435
6436         * gnus-registry.el (gnus-registry-marks): Add variable for
6437         customization of marks and their appearance.
6438         (gnus-registry-read-mark): Use it.
6439         (gnus-registry-do-marks): Add utility function to loop through
6440         `gnus-registry-marks'.
6441         (gnus-registry-install-shortcuts-and-menus): Add function to install
6442         shortcuts and menus.
6443         (gnus-registry-initialize): Use it.
6444         (gnus-registry-default-mark): Clarify documentation.
6445
6446 2008-02-29  Glenn Morris  <rgm@gnu.org>
6447
6448         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
6449         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
6450         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
6451         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
6452         Change defcustom :version from 23.0 to 23.1.
6453
6454 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
6455
6456         * gnus-registry.el (gnus-registry-follow-group-p)
6457         (gnus-registry-post-process-groups): Add functions to aid registry
6458         splitting and improve logging.  Clarify behavior in function
6459         documentation.
6460         (gnus-registry-split-fancy-with-parent): Use them.
6461
6462 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6463
6464         * gnus-art.el: Use with-current-buffer.
6465
6466 2008-02-27  David Engster  <dengste@eml.cc>
6467
6468         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
6469         Express real group name in the response.
6470
6471 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6472
6473         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
6474         (nnmairix-last-server, nnmairix-current-server): Defvar them.
6475         (nnmairix-goto-original-article): Defvar gnus-registry-install and
6476         autoload gnus-registry-fetch-group when compiling.
6477         (nnmairix-request-group-with-article-number-correction): Remove
6478         unreferenced argument passed to nnmairix-call-backend.
6479
6480 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
6481
6482         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
6483         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
6484         Wilde.
6485
6486 2008-02-27  Glenn Morris  <rgm@gnu.org>
6487
6488         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
6489         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
6490         variables to defconsts.  Convert comments to doc-strings.
6491         (nnmairix-last-server, nnmairix-current-server): Convert from free
6492         variables to defvars.  Convert comments to doc-strings.
6493         (gnus-registry-fetch-group): Autoload.
6494         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
6495         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
6496         (nnmairix-widget-build-editable-fields): Use car cddr rather than
6497         caddr.
6498         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
6499         nnmairix-request-group-with-article-number-correction call.
6500         (nnmairix-fast, nnmairix-group): New, less general names, for free
6501         variables passed from nnmairix-request-group to
6502         nnmairix-request-group-with-article-number-correction.  Declare.
6503         (nnmairix-request-group-with-article-number-correction):
6504         Use nnmairix-fast, nnmairix-group rather than fast, group.
6505
6506 2008-02-26  David Engster  <dengste@eml.cc>
6507
6508         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
6509         version 0.5.
6510
6511 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
6512
6513         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
6514         instead of making an extra function call.  Don't add the current group
6515         to articles only when they have the group.  Use
6516         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
6517         Reported by David <de_bb@arcor.de>.
6518
6519 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6520
6521         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
6522         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
6523
6524 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
6525
6526         * mail-source.el (mail-source-delete-incoming): Change default.
6527         Supplement doc string.
6528
6529         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
6530
6531 2008-02-14  Glenn Morris  <rgm@gnu.org>
6532
6533         * time-date.el (format-seconds): New function.
6534
6535 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6536
6537         * nnmail.el (nnmail-message-id-cache-file): Derive from
6538         `gnus-home-directory'.
6539
6540 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
6541
6542         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
6543         Document negative prefix.
6544
6545         * gnus-group.el (gnus-group-read-group): Document negative prefix.
6546
6547 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6548
6549         * message.el (message-unsent-separator): Add the Exim bounce
6550         separator.
6551
6552 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
6553
6554         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
6555         list.
6556         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
6557         recipient/signer list.
6558
6559 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6560
6561         * Makefile.in (datarootdir): Define.
6562         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
6563         name that might contain whitespace.
6564
6565 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
6566
6567         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
6568         fbound (Emacs 23 unicode), signal an error.
6569
6570 2008-02-08  Glenn Morris  <rgm@gnu.org>
6571
6572         * gnus-art.el (pgg-display-output-buffer): Declare as function.
6573
6574 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
6575
6576         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
6577         ports to the calls to `netrc-machine-user-or-password' in addition to
6578         "imap" and "imaps".
6579
6580 2008-02-01  Zhang Wei  <id.brep@gmail.com>
6581
6582         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
6583
6584         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
6585
6586 2008-02-01  Kenichi Handa  <handa@m17n.org>
6587
6588         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
6589         rfc2104-hexstring-to-bitstring and changed to return a byte list.
6590         (rfc2104-hash): Convert the result of concat to unibyte string.
6591
6592 2008-02-01  Dave Love  <fx@gnu.org>
6593
6594         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
6595         coding-system-for-read.
6596         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
6597
6598 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
6599
6600         * gnus.el (gnus-group-startup-message): Add `find-image' call before
6601         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
6602         <hanche@math.ntnu.no>.
6603
6604 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6605
6606         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
6607
6608         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6609
6610 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
6611
6612         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
6613         * message.el (message-beginning-of-line): Use featurep instead of bound
6614         tests in order to resolve conditionals at compile time.
6615
6616 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
6617
6618         * mail-source.el (mail-sources): Add `group' choice.
6619
6620         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
6621         parameter `in-group' to control into which group the articles go.
6622         Add treatment of `group' mail-source.
6623
6624 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6625
6626         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
6627
6628         * mm-decode.el (mm-dissect-buffer): Decode description.
6629
6630         * mml.el (mml-to-mime): Encode message header first.
6631
6632 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6633
6634         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
6635         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
6636
6637         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
6638         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
6639
6640 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
6641
6642         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
6643
6644 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6645
6646         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
6647         prefix keys.
6648         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
6649         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
6650         gnus-xmas.el.
6651
6652         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
6653         (gnus-xmas-article-describe-bindings): New function.
6654         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
6655         gnus-xmas-article-describe-bindings.
6656
6657         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
6658
6659 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6660
6661         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
6662         Add new variables for article mark management.
6663         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
6664         list of extra data entries which, when present, will indicate that the
6665         article ID should not be trimmed from the registry.
6666         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
6667         functions.
6668         (gnus-registry-read-mark): New function to read a mark name from the
6669         user.
6670         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
6671         (gnus-registry-set-article-mark-internal): New functions to add and
6672         remove marks.
6673         (gnus-registry-get-article-marks): New function to show the marks for
6674         an article, or retrieve them for further use.
6675
6676 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6677
6678         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
6679         keys when no argument is given.
6680
6681 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6682
6683         * imap.el (imap-ping-server): New variable.
6684         (imap-opened): On add extra ping if imap-ping-server is non-nil.
6685         (imap-ping-server): Minor doc string fixes.
6686
6687 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6688
6689         * imap.el (imap-ping-server): New function.
6690         (imap-opened): Call imap-ping-server.
6691
6692 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
6693
6694         * gnus-sum.el (gnus-article-sort-by-random)
6695         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
6696         jidanni@jidanni.org.
6697
6698 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6699
6700         * gnus-art.el (gnus-article-describe-bindings): New function.
6701         (gnus-article-read-summary-keys): Use it.
6702         (gnus-article-mode-map): Bind `C-h b' to it.
6703
6704 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6705
6706         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
6707         XEmacs.
6708         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
6709         against non-character events.
6710
6711         * lpath.el: Fbind map-keymap for Emacs 21.
6712
6713 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
6714
6715         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
6716         command.
6717         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
6718         instead of END.  Change name of the temp file.
6719         (gnus-group-gmane-group-download-format): Add doc string.  Make it
6720         customizable.
6721
6722 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6723
6724         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
6725         bind `S W' to gnus-article-wide-reply-with-original; set default
6726         binding to gnus-article-read-summary-send-keys.
6727         (gnus-article-read-summary-keys): Fix the order of keys; display
6728         continuation keys correctly in the echo area; describe bindings
6729         correctly when keys end with `C-h'.
6730         (gnus-article-read-summary-send-keys): New function.
6731         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
6732         for gnus-article-read-summary-send-keys; display continuation keys
6733         correctly in the echo area.
6734         (gnus-article-reply-with-original): Ignore prefix argument.
6735         (gnus-article-wide-reply-with-original): New function.
6736
6737         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
6738         Emacs 21.
6739
6740 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6741
6742         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
6743         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
6744
6745 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
6746
6747         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
6748         (gnus-group-read-ephemeral-gmane-group): New command.
6749
6750 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
6751
6752         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
6753
6754 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6755
6756         * message.el (message-send-mail-function): Increase custom version.
6757
6758         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
6759         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
6760
6761 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
6762
6763         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
6764         for the cases where imap-authenticate is called with a nil buffer
6765         parameter.
6766
6767 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6768
6769         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
6770         html parts correctly; support forwarded messages.
6771         (gnus-article-browse-html-article): Remove work buffers.
6772
6773         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
6774         compiling.
6775         (netrc-bound-and-true-p): New macro.
6776         (netrc-parse): Use it instead of bound-and-true-p that is not available
6777         in XEmacs 21.4.
6778
6779 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
6780
6781         * gnus-registry.el (gnus-registry-mark-article)
6782         (gnus-registry-article-marks): Add functionality to mark articles
6783         through the Gnus registry.
6784
6785         * encrypt.el: Clarify documentation for the new pgg method.
6786         (encrypt-file-alist): Add PGG option.
6787         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
6788         functionality.  Abstract password key and messaging to external
6789         functions.
6790         (encrypt-password-key, encrypt-get-passphrase-if-needed)
6791         (encrypt-message-method-and-cipher): Add new convenience external
6792         functions.
6793         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
6794         (encrypt-pgg-process-buffer): Add PGG functionality glue.
6795
6796         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
6797         (netrc-parse): Use encrypt-file-alist to determine if
6798         encrypt-find-model or encrypt-insert-file-contents should be used.
6799
6800         * encrypt.el: Clarify documentation.  Load password-cache or
6801         password, whichever one is found first, instead of autoloading.
6802
6803 2007-12-19  Glenn Morris  <rgm@gnu.org>
6804
6805         * mml.el (message-options-set, message-narrow-to-head)
6806         (message-in-body-p, message-mail-p, message-encode-message-body):
6807         Autoload.
6808         (message-remove-header, message-narrow-to-headers-or-head)
6809         (message-subscribed-p, message-make-mail-followup-to)
6810         (message-position-on-field, message-news-p)
6811         (message-options-set-recipient, message-generate-headers)
6812         (message-sort-headers): Declare as functions.
6813
6814 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6815
6816         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
6817         convention in doc string.
6818
6819 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6820
6821         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
6822         title to html parts.
6823         (gnus-article-browse-html-article): Pass message header to it.
6824
6825         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
6826
6827 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
6828
6829         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
6830         or password compatible with XEmacs.
6831
6832 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6833
6834         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
6835         format document.
6836         (gnus-mime-delete-part): Don't write description line if empty.
6837         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
6838
6839 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
6840
6841         * gnus-sum.el (gnus-summary-mark-unread-as-read)
6842         (gnus-summary-mark-read-and-unread-as-read)
6843         (gnus-summary-mark-current-read-and-unread-as-read)
6844         (gnus-summary-mark-unread-as-ticked): Doc fix.
6845         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
6846
6847 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6848
6849         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
6850         Christoph Conrad <christoph.conrad@gmx.de>.
6851
6852 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6853
6854         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
6855         yes-or-no-p.
6856
6857 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6858
6859         * mm-decode.el (mm-add-meta-html-tag): New function.
6860         (mm-save-part-to-file, mm-pipe-part): Use it.
6861
6862         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
6863         gnus-y-or-n-p instead of y-or-n-p.
6864         (gnus-article-browse-html-parts): Work with message/external-body; use
6865         mm-add-meta-html-tag.
6866
6867 2007-12-11  Glenn Morris  <rgm@gnu.org>
6868
6869         * gnus-cache.el: Require gnus-sum not just when compiling.
6870
6871         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
6872
6873         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
6874         definitions before use.
6875
6876         * mm-decode.el: Require gnus-util.
6877         (mm-remove-part): Only call delete-annotation on XEmacs.
6878
6879         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
6880
6881         * nnmail.el: Require gnus-int.
6882
6883         * spam.el: Move `require's before `eval-when-compile's.
6884
6885         * gnus-ems.el (gnus-alive-p):
6886         * gnus-fun.el (message-goto-eoh):
6887         * gnus-util.el (gnus-group-name-decode):
6888         * mail-source.el (gnus-compress-sequence):
6889         * message.el (Info-goto-node, format-spec):
6890         * mm-bodies.el (message-options-get):
6891         * mm-decode.el (mm-view-pkcs7):
6892         * mm-util.el (gmm-write-region):
6893         * mml-smime.el (mml-compute-boundary)
6894         (gnus-completing-read-with-default):
6895         * mml.el (widget-button-press, gnus-make-hashtable):
6896         * mml1991.el (mm-decode-content-transfer-encoding)
6897         (mm-encode-content-transfer-encoding)
6898         (message-options-get, message-options-set):
6899         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
6900         * nnfolder.el (gnus-request-group):
6901         * nnheader.el (ietf-drums-unfold-fws):
6902         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
6903         * smime.el (gnus-run-mode-hooks):
6904         * spam-stat.el (gnus-message): Autoload.
6905
6906         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
6907         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
6908         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
6909         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
6910         Add declare-function compatibility definition.
6911
6912         * gnus-cache.el (nnvirtual-find-group-art):
6913         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
6914         (gnus-add-image, gnus-add-wash-type):
6915         * gnus-group.el (nnkiboze-score-file):
6916         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
6917         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
6918         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
6919         (message-tokenize-header, gnus-get-buffer-create)
6920         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
6921         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
6922         * gnus.el (gnus-group-decoded-name):
6923         * mail-source.el (imap-capability):
6924         * mm-bodies.el (message-options-set):
6925         * mm-decode.el (gnus-configure-windows):
6926         * mm-extern.el (message-goto-body):
6927         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
6928         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
6929         (epg-sub-key-validity, message-options-set):
6930         * mml.el (widget-event-point, gnus-configure-windows):
6931         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
6932         * mml2015.el (epg-check-configuration, epg-configuration)
6933         (message-options-set):
6934         * nndb.el (nndb-request-article):
6935         * nnfolder.el (gnus-request-create-group):
6936         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
6937         * nnmaildir.el (gnus-group-mark-article-read):
6938         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
6939         * rfc1843.el (message-fetch-field):
6940         * spam.el (gnus-extract-address-components):
6941         Declare as functions.
6942
6943 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6944
6945         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
6946
6947         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
6948
6949         * lpath.el: Fbind run-mode-hooks for Emacs 21;
6950         bind show-trailing-whitespace for XEmacs.
6951
6952 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6953
6954         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
6955         new no-op macro for backward compatibility.
6956
6957         * imap.el (imap-string-to-integer): New function.
6958
6959 2007-12-09  Glenn Morris  <rgm@gnu.org>
6960
6961         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
6962
6963         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
6964         * message.el, mm-view.el, sieve-manage.el, smime.el:
6965         Add declare-function compatibility definition.
6966
6967         * gnus-art.el (w3-region, w3m-region, Info-menu):
6968         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
6969         * gnus-sum.el (gnus-get-predicate):
6970         * gnus-util.el (mm-append-to-file, w32-focus-frame):
6971         * message.el (mail-abbrev-in-expansion-header-p):
6972         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
6973         (w3m-detect-meta-charset, w3m-region):
6974         * sieve-manage.el (password-read, password-cache-add)
6975         (password-cache-remove):
6976         * smime.el (password-read-and-add): Declare as functions.
6977
6978 2007-12-08  David Kastrup  <dak@gnu.org>
6979
6980         * gnus-sum.el (gnus-summary-simplify-subject-query):
6981         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
6982         `message'.
6983
6984 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6985
6986         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
6987         it to bind idna-program, installation-directory, defined-colors, and
6988         face-attribute for XEmacs of the version that compiles defcustom forms.
6989
6990 2007-12-07  Glenn Morris  <rgm@gnu.org>
6991
6992         * gnus-art.el (article-make-date-line): Revert previous change.
6993
6994 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6995
6996         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
6997
6998 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
6999
7000         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
7001         Call gnus-add-to-range ranges only once with a prepared article-list.
7002
7003 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
7004
7005         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
7006         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
7007         group names with backslashes.  Reported by Tassilo Horn
7008         <tassilo@member.fsf.org>.
7009
7010 2007-12-06  Deepak Goel  <deego3@gmail.com>
7011
7012         * gnus-art.el (article-make-date-line):
7013         * gnus-start.el (gnus-load):
7014         * pop3.el (pop3-read-response): Fix buggy call to `error'.
7015
7016 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7017
7018         * gnus-art.el (gnus-use-idna)
7019         * gnus-start.el (gnus-site-init-file)
7020         * message.el (message-use-idna)
7021         * mm-uu.el (mm-uu-hide-markers)
7022         * smiley.el (smiley-style): Revert changes that suppress warnings.
7023
7024 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7025
7026         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
7027         specify charset to html source.  Reported by Christoph Conrad
7028         <christoph.conrad@gmx.de>.
7029
7030 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7031
7032         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
7033         idna-program in order to suppress byte compile warning issued by XEmacs
7034         that came to byte compile the default value section of defcustom forms
7035         recently.
7036
7037         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
7038         value of installation-directory.
7039
7040         * message.el (message-use-idna): Don't directly refer to the value of
7041         idna-program.
7042
7043         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
7044
7045         * smiley.el (smiley-style): Don't directly call face-attribute.
7046
7047 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
7048
7049         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
7050
7051         * gnus-dired.el: Reduce Gnus dependencies.
7052         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
7053         require.  Use autoloads instead.
7054         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
7055         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
7056         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
7057         (gnus-dired-mode): Adjust doc string.
7058         (gnus-dired-mail-mode): New variable.
7059         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
7060         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
7061         (gnus-dired-mail-buffers): New function.  Return mail or message
7062         composition buffers.
7063         (gnus-dired-attach): Use it.
7064         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
7065         NO-DECODE.
7066         (gnus-dired-print): Use `gnus-print-buffer' depending on
7067         `gnus-dired-mail-mode'.
7068
7069 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7070
7071         * rfc2047.el (rfc2047-encoded-word-regexp)
7072         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
7073         explaining what regexp patterns are for.
7074
7075 2007-12-04  Glenn Morris  <rgm@gnu.org>
7076
7077         * password.el: Move to password-cache.el.
7078
7079         * mml1991.el (password-read, password-cache-add, password-cache-remove):
7080         * mml2015.el (password-read, password-cache-add, password-cache-remove):
7081         * mml-smime.el (password-read, password-cache-add)
7082         (password-cache-remove):
7083         No need to autoload, since mml-sec requires password.
7084
7085         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
7086         * message.el (gnus-extract-address-components):
7087         * mml-smime.el (gnus-extract-address-components): Define for compiler.
7088
7089         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
7090         password.
7091
7092 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7093
7094         * mailcap.el: Reduce dependencies.
7095         (mail-header-parse-content-type): Autoload.
7096         (mailcap-delete-duplicates): New alias.
7097         (mailcap-mime-info): Add optional argument NO-DECODE.
7098         (mailcap-mime-types): Use mailcap-delete-duplicates.
7099
7100         * message.el (message-ignored-supersedes-headers): Add "X-ID".
7101
7102 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
7103
7104         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
7105         (imap-parse-status): Upcase status-att for servers that sends them
7106         lower-case (e.g., MS Exchange 2007).
7107
7108 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7109
7110         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
7111         function.
7112
7113         * gnus-uu.el (gnus-uu-decode-yenc): New command.
7114         (gnus-uu-yenc-article): New function.
7115
7116         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
7117
7118         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
7119         buffer.
7120
7121 2007-12-02  Glenn Morris  <rgm@gnu.org>
7122
7123         * binhex.el (binhex): New custom group.
7124         (binhex-decoder-program, binhex-decoder-switches)
7125         (binhex-use-external): Move to the binhex custom group.
7126
7127         * uudecode.el (uudecode): New custom group.
7128         (uudecode-decoder-program, uudecode-decoder-switches)
7129         (uudecode-use-external): Move to the uudecode custom group.
7130
7131         * netrc.el (top-level): Don't load `encrypt' features.
7132         (netrc-parse): Don't use encrypt.
7133         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
7134
7135         * encrypt.el: Remove file.
7136
7137 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
7138
7139         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
7140         matches on patches.
7141
7142         * gnus-art.el (gnus-article-browse-html-article): Mention
7143         `mm-text-html-renderer' in the doc string.
7144
7145         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
7146         string.  Add comments.
7147
7148         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
7149         if rhs is ASCII.
7150
7151 2007-12-01  Glenn Morris  <rgm@gnu.org>
7152
7153         * mail-source.el (top-level): Require format-spec before
7154         eval-when-compile.
7155
7156 2007-11-30  Glenn Morris  <rgm@gnu.org>
7157
7158         * encrypt.el: Require password, rather than autoloading password-read.
7159
7160 2007-11-29  Glenn Morris  <rgm@gnu.org>
7161
7162         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
7163         (sasl-make-client, sasl-next-step, sasl-step-data)
7164         (sasl-step-set-data): Declare as functions.
7165
7166 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
7167
7168         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
7169
7170 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
7171
7172         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
7173         certs should be verified and what is to be done in the event of a
7174         verification failure.
7175
7176         * gnus.el (gnus-method-to-server): Add an optional parameter so the
7177         caller can indicate whether the cache should be disregarded for this
7178         call.  This way the result of the call is reproducible at all times and
7179         can be considered a canonical server name for the supplied method.
7180         (gnus-agent-method-p): Canonicalize server names by pushing their
7181         method through `gnus-method-to-server' using the no-cache argument.
7182
7183         * gnus-srvr.el (gnus-server-insert-server-line): Call
7184         `gnus-method-to-server' with `no-cache' argument.
7185
7186         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
7187         gnus-agent-possibly-synchronize-flags as this should be called when the
7188         server is actually being opened.
7189         (gnus-agent-possibly-synchronize-flags)
7190         (gnus-agent-possibly-synchronize-flags-server): Move check for the
7191         flags file of an agentized server to the latter function.
7192
7193         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
7194         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
7195         after a connection has been established successfully.
7196
7197 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7198
7199         * gnus-art.el (article-display-face): Force to display face if called
7200         interactively; check if gnus-article-x-face-too-ugly matches author.
7201         (article-display-x-face): Display face even if From header is missing
7202         as article-display-face does.
7203
7204 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
7205
7206         * hashcash.el (message-narrow-to-headers-or-head)
7207         (message-fetch-field, message-goto-eoh)
7208         (message-narrow-to-headers): Declare as functions.
7209
7210 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
7211
7212         * mail-source.el (mail-sources): Default to fetch from file for
7213         compatibility with default of nnmail-spool-file.
7214
7215 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7216
7217         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
7218         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
7219         to look for encoded word that should be encoded again.
7220         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
7221         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
7222         encoding pattern.
7223         (rfc2047-decode-region): Switch strict regexp and loose one according
7224         to rfc2047-allow-irregular-q-encoded-words.
7225
7226 2007-11-25  Romain Francoise  <romain@orebokech.com>
7227
7228         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
7229
7230 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7231
7232         * tls.el (tls-program): Provide more custom choices from
7233         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
7234         (tls-process-connection-type, tls-success): Remove "*" in doc string.
7235
7236 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7237
7238         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
7239         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
7240
7241         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
7242         `nnmail-spool-file'.
7243
7244         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
7245         `nnmail-spool-file'.
7246
7247         * gnus-move.el (gnus-change-server): Ditto.
7248
7249         * gnus-kill.el (gnus-batch-score): Ditto.
7250
7251         * gnus-cache.el (gnus-jog-cache): Ditto.
7252
7253         * gnus-msg.el (gnus-summary-reply):
7254         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
7255
7256 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7257
7258         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
7259         version.  Minor improvement to doc strings.
7260         (tls-program): Add comment.
7261
7262 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
7263
7264         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
7265         (tls-checktrust): New variable.  Check if GNU TLS complained about a
7266         mismatch between the hostname provided in the certificate and the name
7267         of the host connnecting to.
7268         (open-tls-stream): Use them.  Check certificates against trusted root
7269         certificates.
7270
7271 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7272
7273         * gnus-cache.el (gnus-cache-generate-nov-databases):
7274         Use nnml-generate-nov-databases-directory instead of
7275         nnml-generate-nov-databases-1.
7276
7277 2007-11-24  Glenn Morris  <rgm@gnu.org>
7278
7279         * message.el (message-tool-bar-retro): Update for rename
7280         mail_send.xpm->mail-send.xpm.
7281
7282 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
7283
7284         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7285         `smime-ldap-search' for Emacs 22 and up.
7286
7287 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7288
7289         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
7290
7291         * message.el (message-send-mail-function): Fix error convention.
7292         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
7293         (message-widen-reply, message-send-mail, message-talkative-question)
7294         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
7295         (message-clone-locals, message-send-news): Use with-current-buffer.
7296         (message-insert-or-toggle-importance): Remove unused var `valid'.
7297         (message-make-references): Remove unused var `new-references'.
7298         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
7299
7300 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
7301
7302         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
7303         (spam-split-symbolic-return-positive): Reflow docstring.
7304         (spam-backends, spam-summary-exit-behavior)
7305         (spam-mark-ham-unread-before-move-from-spam-group)
7306         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
7307         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
7308         (spam-clear-cache, spam-backend-check, spam-install-backend)
7309         (spam-install-statistical-backend, spam-list-of-processors)
7310         (spam-group-processor-p, spam-split, spam-bogofilter-score)
7311         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
7312         (spam-check-crm114, spam-initialize, spam-unload-hook):
7313         Fix typos in docstrings.
7314
7315 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7316
7317         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
7318         been checked if they have never been read and those group levels are
7319         higher than the one that a user specified.
7320
7321 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7322
7323         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
7324         foreign groups unless a group level is specified by a user.
7325         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
7326
7327 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
7328
7329         * message.el (message-send-mail-function): Require sendmail.
7330
7331 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
7332
7333         * message.el (message-send-mail-function): Check for smtpmail too.
7334
7335         * utf7.el (utf7-encode, utf7-decode): Use coding system
7336         `utf-7'/`utf-7-imap' from utf-7.el' if available.
7337
7338         * message.el (message-send-mail-function): New function.
7339         (message-send-mail-function): Set default using
7340         message-send-mail-function.  Adjust doc string.
7341         (message-send-mail-with-mailclient): New function.
7342
7343 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
7344
7345         * smime.el (from):
7346         * rfc2047.el (message-posting-charset):
7347         * qp.el (mm-use-ultra-safe-encoding):
7348         * pop3.el (parse-time-months):
7349         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
7350         * nnml.el (files):
7351         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
7352         (jka-compr-compression-info-list, ange-ftp-path-format)
7353         (efs-path-regexp):
7354         * nndiary.el (files):
7355         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
7356         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
7357         (epg-digest-algorithm-alist, inhibit-redisplay)
7358         (password-cache-expiry):
7359         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
7360         (pgg-output-buffer, password-cache-expiry):
7361         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
7362         (efs-path-regexp):
7363         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
7364         (inhibit-redisplay):
7365         * mm-uu.el (file-name, start-point, end-point, entry)
7366         (gnus-newsgroup-name, gnus-newsgroup-charset):
7367         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
7368         (latin-unity-ucs-list):
7369         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
7370         (mm-uu-binhex-decode-function):
7371         * message.el (gnus-message-group-art, gnus-list-identifiers)
7372         (rmail-enable-mime-composing, gnus-local-organization)
7373         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
7374         (gnus-read-active-file, facemenu-add-face-function)
7375         (facemenu-remove-face-function, gnus-article-decoded-p)
7376         (tool-bar-mode):
7377         * mail-source.el (display-time-mail-function):
7378         * gnus-util.el (nnmail-pathname-coding-system)
7379         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
7380         (gnus-original-article-buffer, gnus-user-agent)
7381         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
7382         (xemacs-codename, sxemacs-codename, emacs-program-version):
7383         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
7384         * gnus-start.el (gnus-agent-covered-methods)
7385         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
7386         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
7387         (gnus-newsgroup-headers, gnus-group-list-mode)
7388         (gnus-group-mark-positions, gnus-newsgroup-data)
7389         (gnus-newsgroup-unreads, nnoo-state-alist)
7390         (gnus-current-select-method, mail-sources)
7391         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
7392         (nnmail-spool-file, gnus-cache-active-hashtb):
7393         * gnus-mh.el (mh-lib-progs):
7394         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
7395         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
7396         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
7397         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
7398         (gnus-group-buffer):
7399         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
7400         (font-lock-set-defaults):
7401         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
7402         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
7403         (gnus-summary-post-menu, total-parts, type, condition, length):
7404         * gnus-agent.el (gnus-agent-read-agentview):
7405         * flow-fill.el (show-trailing-whitespace):
7406         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
7407         eval-and-compile wrappers for byte compiler pacifiers.
7408
7409         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
7410         (mm-display-inline-fontify): Check for featurep 'xemacs not
7411         extent-list.
7412
7413         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
7414         itimer-list.
7415         (mm-create-image-xemacs): Only do something for XEmacs.
7416         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
7417
7418         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
7419
7420         * gnus-registry.el (gnus-adaptive-word-syntax-table):
7421         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
7422
7423 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
7424
7425         * nnimap.el (nnimap-split-download-body):
7426         * gnus-demon.el (gnus-demon):
7427         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
7428
7429 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7430
7431         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
7432         macros.
7433         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
7434         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
7435         copy data from unibyte buffer to multibyte current buffer.
7436         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
7437         to copy data from unibyte current buffer to multibyte buffer.
7438         (nntp-make-process-buffer): Make process buffer unibyte.
7439
7440         * pop3.el (pop3-open-server): Fix typo in Lisp code.
7441
7442 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
7443
7444         * pop3.el (pop3-open-server): Accept and process data more robustly at
7445         connexion start to avoid spurious "POP SSL connexion failed" errors.
7446
7447 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7448
7449         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
7450         read group names.
7451
7452 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
7453
7454         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
7455
7456 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7457
7458         * nnmail.el (nnmail-parse-active): Make group names unibyte.
7459         (nnmail-save-active): Use a unibyte buffer when saving active file,
7460         which may contain non-ASCII group names.
7461
7462         * nnml.el (nnml-request-group): Decode group names in messages.
7463
7464 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
7465
7466         * message.el (message-citation-line-function)
7467         (message-insert-formatted-citation-line): Fix spelling of
7468         `message-insert-formated-citation-line'.
7469
7470 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
7471
7472         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
7473
7474 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7475
7476         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
7477         nnmail-pathname-coding-system.
7478
7479         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
7480         that a user enters; decode group names in messages.
7481
7482         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
7483
7484 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7485
7486         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
7487
7488         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
7489
7490         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
7491         risky local variable.
7492
7493         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
7494
7495 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
7496
7497         * encrypt.el: Improve documentation to fix function name typo.
7498         Reported by Daiki Ueno <ueno@unixuser.org>.
7499
7500 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7501
7502         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
7503         even if the point is not in the last page of an article.
7504         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
7505         back to the previous page.
7506
7507 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
7508
7509         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
7510
7511 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7512
7513         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
7514
7515 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7516
7517         * message.el (message-check-news-body-syntax): Avoid
7518         mm-string-as-multibyte.
7519         (message-hide-headers): Don't assume (point-min)==1.
7520
7521 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7522
7523         * message.el (message-remove-blank-cited-lines): Fix if remove is
7524         given.
7525         (message-bogus-address-regexp): New variable.
7526         (message-bogus-recipient-p): New function.
7527         (message-check-recipients): New command.
7528         (message-syntax-checks): Add `bogus-recipient'.
7529         (message-fix-before-sending): Add `bogus-recipient'.
7530
7531         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
7532         (gnus-treat-body-boundary): Don't test window-system.
7533
7534 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
7535
7536         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
7537
7538 2007-10-28  Miles Bader  <miles@gnu.org>
7539
7540         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
7541         at compile-time too.
7542
7543 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
7544
7545         * gnus-msg.el (gnus-message-setup-hook): Add
7546         `message-remove-blank-cited-lines' to options.
7547
7548 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7549
7550         * message.el (message-remove-blank-cited-lines): New function.
7551         Suggested by Karl Plästerer.
7552
7553 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7554
7555         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
7556         mapc.
7557
7558         * imap.el (imap-open): Replace mapcar called for effect with mapc.
7559         (top-level): Use mapc to set functions to be traced for debugging.
7560
7561         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
7562         called for effect with while loop.
7563
7564         * message.el (message-talkative-question): Replace mapcar called for
7565         effect with mapc.
7566
7567         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
7568         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
7569         called for effect with dolist.
7570
7571         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
7572
7573         * nndiary.el: Use dolist instead of mapcar to add diary headers to
7574         gnus-extra-headers and nnmail-extra-headers.
7575
7576         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
7577         called for effect with dolist.
7578         (top-level): Use mapc to set functions to be traced for debugging.
7579
7580         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
7581         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
7582         dolist.
7583
7584         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
7585         Replace mapcar called for effect with mapc.
7586         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
7587         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
7588         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
7589         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
7590
7591         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
7592         remove-if that's a cl function.
7593
7594         * webmail.el (webmail-debug): Replace mapcar called for effect with
7595         dolist.
7596
7597         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
7598         with mapc.
7599
7600 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7601
7602         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
7603         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
7604         with while loop.
7605
7606         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
7607         functions from article-* functions.
7608         (gnus-multi-decode-header): Replace mapcar called for effect with
7609         dolist.
7610
7611         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
7612         (gnus-bookmark-show-details): Replace mapcar called for effect with
7613         while loop.
7614
7615         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
7616         called for effect with while loop.
7617
7618         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
7619         with dolist.
7620
7621         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
7622         mapcar called for effect with dolist.
7623
7624         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
7625
7626         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
7627         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
7628         Replace mapcar called for effect with dolist.
7629         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
7630         mapc.
7631
7632         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
7633         Replace mapcar called for effect with dolist.
7634         (gnus-topic-list): Replace mapcar called for effect with mapc.
7635
7636         * gnus.el: Use mapc instead of mapcar to add autoloads.
7637
7638 2007-10-23  Richard Stallman  <rms@gnu.org>
7639
7640         * gnus-group.el (gnus-group-highlight): Mark as risky.
7641
7642 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7643
7644         * gnus.el (gnus-server-to-method): Return method found first in
7645         gnus-newsrc-alist.
7646
7647         * gnus-art.el (gnus-article-highlight-signature)
7648         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
7649         button overlay without the front stickiness.
7650
7651 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
7652
7653         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
7654         overview buffer needed a catch to receive its throw.
7655         (gnus-agent-flush-cache): Declared as interactive to make this function
7656         easier to use.
7657
7658 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
7659
7660         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
7661         `next-line'.
7662
7663 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7664
7665         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
7666         exclude address matching message-dont-reply-to-names.
7667
7668 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7669
7670         * gnus-util.el (gnus-string<): New function.
7671
7672         * gnus-sum.el (gnus-article-sort-by-author)
7673         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
7674
7675 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7676
7677         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
7678         the frame-focus tag is set in gnus-buffer-configuration.
7679
7680 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7681
7682         * gnus-art.el (gnus-article-add-button): Make a button overlay without
7683         the front stickiness.
7684
7685 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7686
7687         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
7688         url pattern; remove duplicate one.
7689         (gnus-article-extend-url-button): New function.
7690         (gnus-article-add-buttons): Use it.
7691         (gnus-button-push): Use concatenated url that it makes.
7692
7693 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
7694
7695         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
7696
7697 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7698
7699         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
7700         Don't hardcode point-min==1.
7701
7702 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
7703
7704         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
7705         Fix comment about "iso8859-1".
7706
7707 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
7708
7709         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
7710         ones returned from the verify-function.
7711
7712         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
7713         mml2015-extract-cleartext-signature if extraction failed.
7714
7715 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
7716
7717         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
7718         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
7719         failed.
7720
7721 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7722
7723         * Relicense "GPLv2 or later" files to "GPLv3 or later".
7724
7725 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
7726
7727         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
7728         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
7729         recommends to use EasyPG instead of PGG.
7730
7731         * pgg.el: Revert to revision 6.23.2.16.
7732
7733         * pgg-def.el: Revert to revision 6.6.2.14.
7734
7735         * pgg-gpg.el: Revert to revision 6.23.2.34.
7736
7737 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
7738
7739         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
7740         to mark a thread as expirable.  Add variable `hide' to handle hiding of
7741         thread for both the null and zero (kill/expire thread) universal prefix
7742         cases.
7743         (gnus-summary-expire-thread): Add new function to expire a thread,
7744         using gnus-summary-kill-thread.
7745         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
7746         shortcuts for gnus-summary-expire-thread.
7747         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
7748         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
7749
7750 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7751
7752         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
7753         extras value, so an extras entry can be deleted.
7754         (gnus-registry-delete-extra-entry): Use it.
7755         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
7756         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
7757         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
7758         storage through the gnus-registry, and provide an appropriate API for
7759         it.
7760
7761 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7762
7763         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
7764         Suggested by Leo <sdl.web@gmail.com>.
7765
7766         * gnus.el: Do.
7767
7768 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7769
7770         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
7771         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
7772
7773         * gnus-agent.el (gnus-agent-fetch-headers): Do.
7774
7775         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7776         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
7777
7778 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7779
7780         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
7781         newline.
7782         (nnmbox-request-accept-article): Don't change article in source buffer;
7783         narrow to header to use message-fetch-field rather than
7784         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
7785         (nnmbox-request-replace-article): Quote lines that'll be misidentified
7786         as delimiters; make sure article ends with newline.
7787         (nnmbox-delete-mail): Correct last position of article to be deleted;
7788         ignore X-Gnus-Newsgroup header in article body.
7789         (nnmbox-save-mail): Quote lines looking like delimiters at the right
7790         positions; make sure article ends with newline.
7791
7792         * message.el (message-display-abbrev): Don't infloop when a user
7793         inserts SPC in the beginning of header.
7794
7795         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
7796         coding-system-for-read and coding-system-for-write for XEmacs having no
7797         file-coding feature.
7798
7799         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
7800
7801 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
7802
7803         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
7804         list of groups not followed by default.  Fix type to be regexp.
7805         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
7806
7807 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
7808
7809         * hmac-def.el (define-hmac-function): Switch from old-style to
7810         new-style backquotes.
7811
7812         * md4.el (md4-make-step): Likewise.
7813
7814 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7815
7816         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
7817         raw-text coding system when saving .newsrc file, which may contain
7818         non-ASCII group names.
7819
7820 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7821
7822         * gnus-cus.el (gnus-score-extra): New widget.
7823         (gnus-score-extra-convert): New function.
7824         (gnus-score-customize): Use it for Extra.
7825
7826 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
7827
7828         * mml2015.el (mml2015-extract-cleartext-signature): New function.
7829         (mml2015-mailcrypt-clear-verify): Use it.
7830         (mml2015-gpg-clear-verify): Use it.
7831         (mml2015-pgg-clear-verify): Use it.
7832         (mml2015-epg-clear-verify): Replace the current part with the output
7833         from GnuPG; don't extract the plaintext by itself.
7834
7835         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
7836         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
7837         mml2015-clear-verify-function; don't touch the armor headers or
7838         dash-escaped text here.
7839
7840 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7841
7842         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
7843         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
7844         parts, or application/octet-stream as a last resort.
7845         (gnus-mime-view-part-as-type): Don't toggle display.
7846         (gnus-mime-view-part-as-charset): Don't turn off display before
7847         querying charset.
7848
7849         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
7850         stuff to undisplayer function in Emacs.
7851         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
7852
7853         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
7854         text/calendar parts.
7855
7856 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7857
7858         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
7859         decoding text/calendar parts.
7860
7861         * message.el (message-forward-make-body-mime): Always mark body as
7862         having no illegible text; remove signed-or-encrypted argument.
7863         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
7864
7865         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
7866         (mml-generate-mime-1): Don't encode body if it is specified to be in
7867         raw form; don't make buffer be unibyte when inserting multibyte string.
7868
7869 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7870
7871         * sha1.el: Fix up comment style.
7872         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
7873         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
7874
7875         * hex-util.el: Fix up comment style.
7876         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
7877
7878         * gnus-salt.el: Use with-current-buffer.
7879         (gnus-pick-setup-message): Fix long-standing typo.
7880
7881 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7882
7883         * imap.el (imap-logout-timeout): New variable.
7884         (imap-logout, imap-logout-wait): New functions.
7885         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
7886
7887         * nnimap.el (nnimap-logout-timeout): New server variable.
7888         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
7889         nnimap-logout-timeout.
7890
7891         * gnus-art.el (gnus-article-summary-command-nosave)
7892         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
7893
7894 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7895
7896         * gnus.el (gnus-maximum-newsgroup): New variable.
7897
7898         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
7899         according to gnus-maximum-newsgroup.
7900
7901         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7902         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
7903         Limit the range of articles according to gnus-maximum-newsgroup.
7904
7905 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
7906
7907         * gnus-art.el (gnus-sticky-article): Fixed problems described in
7908         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
7909         Don't perform gnus-configure-windows here; reuse existing sticky
7910         article buffer.
7911
7912         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
7913         it doesn't exist in gnus-article-mode.
7914
7915 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7916
7917         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
7918         (gnus-agent-decoded-group-name): New function.
7919         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
7920         (gnus-agent-expire-group-1): Use it; decode group name in messages.
7921
7922 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
7923
7924         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
7925         Add binding for gnus-sticky-article.
7926         (gnus-summary-exit): Don't kill sticky article buffers.
7927
7928         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
7929         article buffer.
7930         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
7931         (gnus-kill-sticky-article-buffers): New commands.
7932
7933 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7934
7935         * nntp.el (nntp-xref-number-is-evil): New server variable.
7936         (nntp-find-group-and-number): If it is non-nil, don't trust article
7937         numbers in the Xref header.
7938
7939 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7940
7941         * gnus-agent.el (gnus-agent-read-group): New function.
7942         (gnus-agent-flush-group, gnus-agent-expire-group)
7943         (gnus-agent-regenerate-group): Use it.
7944         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
7945         nnmail-pathname-coding-system.
7946
7947 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7948
7949         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
7950
7951         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
7952         that are unread as unread, and also as selected so that information of
7953         marks having been changed by a user may be updated when exiting group.
7954
7955 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7956
7957         * gnus-art.el (gnus-mime-display-single): Pass part number that is
7958         calculated ignoring signature parts to gnus-treat-article.
7959
7960 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7961
7962         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
7963         a point here in order to keep the window start.
7964         (gnus-insert-mime-security-button): Make a button overlay without the
7965         front stickiness.
7966         (gnus-mime-display-security): Goto the end of a button.
7967
7968         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
7969
7970 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7971
7972         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
7973         group-name-at-point.
7974         (gnus-group-completing-read): New function that offers decoded
7975         non-ASCII group names for completion.
7976         (gnus-fetch-group, gnus-group-read-ephemeral-group)
7977         (gnus-group-jump-to-group, gnus-group-make-group-simple)
7978         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
7979         (gnus-group-fetch-control): Use it.
7980         (gnus-fetch-group): Use group-name-at-point for the initial value
7981         rather than the default value; use gnus-alive-p.
7982
7983         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
7984         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
7985         (gnus-summary-post-news): Use gnus-group-completing-read.
7986
7987         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
7988         (gnus-read-move-group-name): Decode group name for completion.
7989
7990 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
7991
7992         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
7993         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
7994         Yamaoka slightly modified the code).
7995
7996 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7997
7998         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
7999         (nnmail-split-incoming): Bind it.
8000
8001         * nnml.el (nnml-group-name-charset): New function.
8002         (nnml-decoded-group-name): Use it; don't decode group name if
8003         nnmail-group-names-not-encoded-p is non-nil.
8004         (nnml-encoded-group-name): New function.
8005         (nnml-group-pathname): Inline nnml-decoded-group-name.
8006         (nnml-request-expire-articles): Decode group name in message.
8007         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
8008         nnmail-pathname-coding-system.
8009         (nnml-save-mail, nnml-active-number): Work with decoded group names and
8010         not decoded ones according to nnmail-group-names-not-encoded-p.
8011         (nnml-generate-active-info): Use nnml-encoded-group-name.
8012
8013 2007-08-08  Glenn Morris  <rgm@gnu.org>
8014
8015         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
8016         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
8017         doc-strings and comments.
8018
8019 2007-07-25  Glenn Morris  <rgm@gnu.org>
8020
8021         * Relicense all FSF files to GPLv3 or later.
8022
8023 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8024
8025         * gnus-sum.el (gnus-summary-move-article): Make
8026         gnus-summary-respool-article work.
8027
8028 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
8029
8030         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
8031         string.
8032
8033 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
8034
8035         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
8036         that should be ignored when comparing distant RSS articles with local
8037         ones.
8038         (nnrss-make-hash-index): New function.  Create a hash index according
8039         to the ignored fields.
8040         (nnrss-check-group): Use it.
8041
8042 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8043
8044         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
8045
8046         * gnus-art.el (article-decode-group-name): Decode Xref header too.
8047
8048         * gnus-group.el (gnus-group-make-group): Encode group name here unless
8049         the new optional argument ENCODED is non-nil.
8050         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
8051         coding system for encoding group name.
8052         (gnus-group-make-rss-group): Pass un-encoded group name to
8053         gnus-group-make-group.
8054         (gnus-group-set-info): Tell gnus-group-make-group that group name is
8055         encoded.
8056
8057         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
8058         Encode group name to which articles are moved or copied.
8059         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
8060         coding system for encoding Newsgroup, Followup-To and Xref headers.
8061
8062         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
8063         marks; use nnheader-file-coding-system to write a file.
8064         (nnagent-retrieve-headers): Bind file-name-coding-system to
8065         nnmail-pathname-coding-system.
8066
8067         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
8068
8069         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
8070         (nnml-request-article, nnml-request-create-group)
8071         (nnml-request-rename-group, nnml-find-id)
8072         (nnml-possibly-change-directory, nnml-possibly-create-directory)
8073         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
8074         (nnml-save-marks): Use nnml-group-pathname instead of
8075         nnmail-group-pathname.
8076
8077         (nnml-request-create-group, nnml-request-expire-articles)
8078         (nnml-request-move-article, nnml-request-delete-group)
8079         (nnml-deletable-article-p, nnml-possibly-create-directory)
8080         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
8081         (nnml-open-marks): Bind file-name-coding-system to
8082         nnmail-pathname-coding-system.
8083
8084         (nnml-request-article): Pass server argument to nnml-find-group-number.
8085         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
8086         server argument to nnml-possibly-create-directory.
8087         (nnml-request-accept-article): Pass server argument to
8088         nnml-active-number and nnml-save-mail.
8089         (nnml-find-group-number): Pass server argument to nnml-find-id.
8090         (nnml-request-update-info): Pass server argument to
8091         nnml-marks-changed-p.
8092
8093         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
8094         (nnml-save-mail, nnml-active-number): Add server argument.
8095
8096         (nnml-request-delete-group): Warn if group is missing.
8097         (nnml-get-nov-buffer): Decode group name.
8098         (nnml-generate-active-info): Encode group name.
8099         (nnml-open-marks): Decode group name in messages.
8100
8101 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8102
8103         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
8104         if it is not specified.
8105         (gnus-article-pipe-part, gnus-article-save-part)
8106         (gnus-article-interactively-view-part, gnus-article-copy-part)
8107         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
8108         (gnus-article-inline-part, gnus-article-save-part-and-strip)
8109         (gnus-article-replace-part, gnus-article-delete-part)
8110         (gnus-article-view-part-as-type): Pass raw prefix argument to
8111         gnus-article-part-wrapper.
8112
8113 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8114
8115         * gnus-agent.el (gnus-agent-save-active): Bind
8116         nnheader-file-coding-system to gnus-agent-file-coding-system.
8117
8118         * gnus-cache.el (gnus-cache-save-buffers)
8119         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
8120         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
8121         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
8122         (gnus-cache-braid-nov, gnus-cache-braid-heads)
8123         (gnus-cache-generate-active, gnus-cache-rename-group)
8124         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
8125         (gnus-cache-update-overview-total-fetched-for): Bind
8126         file-name-coding-system to nnmail-pathname-coding-system.
8127         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
8128         variables.
8129         (gnus-cache-decoded-group-name): New function.
8130         (gnus-cache-file-name): Use it.
8131         (gnus-cache-generate-active): Use non-decoded group name for active.
8132
8133         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
8134         right place.
8135         (gnus-write-active-file): Don't break non-ASCII group names.
8136
8137         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
8138         nnmail-pathname-coding-system.
8139
8140         * lpath.el: Bind default-file-name-coding-system,
8141         file-name-coding-system and language-info-alist for XEmacs.
8142
8143         * gnus-uu.el (gnus-uu-decode-save): Typo.
8144
8145 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8146
8147         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
8148
8149 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8150
8151         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
8152         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
8153         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
8154         (gnus-agent-flush-group, gnus-agent-flush-cache)
8155         (gnus-agent-fetch-headers, gnus-agent-load-alist)
8156         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
8157         (gnus-agent-retrieve-headers, gnus-agent-request-article)
8158         (gnus-agent-regenerate-group)
8159         (gnus-agent-update-files-total-fetched-for)
8160         (gnus-agent-update-view-total-fetched-for): Bind
8161         file-name-coding-system to nnmail-pathname-coding-system.
8162         (gnus-agent-group-pathname): Don't encode file names by
8163         nnmail-pathname-coding-system.
8164         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
8165         coding-system-for-write instead of buffer-file-coding-system to
8166         gnus-agent-file-coding-system.
8167
8168         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
8169         Decode group name.
8170
8171         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
8172
8173         * gnus-start.el (gnus-update-active-hashtb-from-killed)
8174         (gnus-read-newsrc-el-file): Make group names unibyte.
8175
8176         * nnmail.el (nnmail-group-pathname): Don't encode file names by
8177         nnmail-pathname-coding-system.
8178
8179         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
8180         (nnrss-request-delete-group): Bind file-name-coding-system to
8181         nnmail-pathname-coding-system.
8182         (nnrss-read-server-data, nnrss-read-group-data): Bind
8183         file-name-coding-system correctly.
8184         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
8185
8186         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
8187         (nntp-server-to-method-cache): New variable.
8188         (nntp-group-pathname): New function that decodes non-ASCII group names.
8189         (nntp-possibly-create-directory, nntp-marks-changed-p)
8190         (nntp-save-marks, nntp-open-marks): Use it.
8191         (nntp-possibly-create-directory, nntp-open-marks):
8192         Bind file-name-coding-system to nnmail-pathname-coding-system.
8193         (nntp-open-marks): Decode group names when bootstrapping marks.
8194
8195         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
8196         Newsgroups and Folowup-To headers.
8197
8198 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8199
8200         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8201         (gnus-server-closed-face, gnus-server-denied-face)
8202         (gnus-server-offline-face): Remove variable.
8203         (gnus-server-font-lock-keywords): Use faces that are not aliases.
8204
8205         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
8206         of modifying message-stack directly for XEmacs.
8207
8208         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
8209         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
8210         if the coding-system argument is nil for XEmacs.
8211
8212         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
8213         mm-charset-override-alist.
8214
8215         * rfc2047.el: Don't require base64; require rfc2045 for the function
8216         rfc2045-encode-string.
8217         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
8218         to quote the parameter value.
8219
8220 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8221
8222         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
8223         form in gnus-group-name-charset-method-alist.
8224
8225         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
8226         overrides the default layout edit-form.
8227
8228         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
8229
8230         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
8231
8232 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8233
8234         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
8235         as unfetched articles.
8236
8237 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
8238
8239         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
8240
8241 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8242
8243         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
8244         original back end that keeps marks in the local system.
8245
8246 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8247
8248         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
8249         arg of pop-to-buffer for XEmacs.
8250         (gnus-article-read-summary-keys): Ditto; don't restore window
8251         configuration if summary command ends up with neither article buffer
8252         nor summary buffer; describe bindings if summary keys end with C-h.
8253
8254 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8255
8256         * message.el (message-fix-before-sending): Skip raw message part to be
8257         forwarded while checking illegible text.
8258         (message-forward-make-body-mime, message-forward-make-body): Mark
8259         signed or encrypted raw message as having no illegible text.
8260
8261 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8262
8263         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
8264         (gnus-message-with-timestamp-1): New macro.
8265         (gnus-message-with-timestamp): New function.
8266         (gnus-message): Use them.
8267
8268         * nnheader.el (nnheader-message): Use them.
8269
8270 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
8271
8272         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
8273         .newsrc.eld file.
8274
8275 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8276
8277         * gnus-agent.el (gnus-agent-fetch-headers)
8278         (gnus-agent-retrieve-headers): Bind
8279         gnus-decode-encoded-address-function to identity.
8280
8281         * nntp.el (nntp-send-xover-command): Recognize an xover command is
8282         available also when the server returns simply a dot.
8283
8284         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
8285
8286 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8287
8288         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
8289
8290 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8291
8292         * gnus-ems.el (gnus-x-splash): Make it work.
8293
8294         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
8295         from being used.
8296
8297         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
8298
8299 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8300
8301         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
8302         4th and the 5th arguments.
8303
8304         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
8305         the front stickiness.
8306         (gnus-article-summary-command-nosave): Correct the order of the
8307         arguments passed to pop-to-buffer.
8308         (gnus-article-read-summary-keys): Ditto; make it work properly when the
8309         summary command ends up with the article buffer.
8310
8311         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
8312         the same faces.
8313
8314 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
8315
8316         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
8317
8318 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
8319
8320         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
8321         * gnus-sum.el (gnus-summary-highlight):
8322         * pgg.el (pgg-sign-region, pgg-sign):
8323         * mail-source.el (mail-source-delete-old-incoming-confirm):
8324         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
8325
8326 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8327
8328         * gnus-art.el (gnus-mime-view-part-externally)
8329         (gnus-mime-view-part-internally): Fix predicate function passed to
8330         completing-read.
8331
8332         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
8333
8334         * gnus.el (gnus-update-message-archive-method): Add :version.
8335
8336 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8337
8338         * gnus.el (gnus-update-message-archive-method): New variable.
8339
8340         * gnus-start.el (gnus-setup-news): Update saved "archive" method
8341         according to gnus-message-archive-method if
8342         gnus-update-message-archive-method is non-nil.
8343
8344 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8345
8346         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
8347         by Loic Dachary <loic@dachary.org>.
8348         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8349
8350 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8351
8352         * message.el (message-pop-to-buffer): Add switch-function argument.
8353         (message-mail): Pass switch-function argument to it.
8354
8355 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
8356
8357         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
8358         Improve doc string.
8359
8360 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8361
8362         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
8363         (gnus-header-content)
8364         * gnus-cite.el (gnus-cite-10)
8365         * gnus-srvr.el (gnus-server-closed)
8366         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
8367         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
8368         (gnus-group-mail-3-empty, gnus-group-mail-low)
8369         (gnus-group-mail-low-empty, gnus-splash)
8370         * message.el (message-header-to, message-header-cc)
8371         (message-header-subject, message-header-other, message-header-name)
8372         (message-header-xheader, message-separator, message-cited-text)
8373         (message-mml): Lighten colors of faces used for dark background.
8374
8375 2007-05-24  Simon Josefsson  <simon@josefsson.org>
8376
8377         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
8378         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
8379
8380 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8381
8382         * message.el (message-narrow-to-headers-or-head):
8383         Ignore mail-header-separator in the body.
8384
8385 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8386
8387         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
8388         same as window size.
8389
8390 2007-05-22  Kevin Ryde  <user42@zip.com.au>
8391
8392         * message.el (message-font-lock-keywords): Use message-header-xheader
8393         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
8394         ahead of the anything pattern, to get it recognised.
8395
8396 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8397
8398         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
8399         spam.el loads uses it in the compiled defadvice form.
8400
8401 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
8402
8403         * gnus-sum.el (gnus-articles-to-read)
8404         (gnus-summary-insert-old-articles): Don't truncate group name for
8405         `read-string'.
8406
8407         * gnus-util.el (gnus-limit-string): Delete this function.
8408
8409         * gnus-sum.el (gnus-simplify-subject-fully): Use
8410         `truncate-string-to-width' instead.
8411
8412 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
8413
8414         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
8415         if, on summary exit, the next group has to be selected.
8416         (gnus-summary-exit): Use it.
8417
8418 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
8419
8420         * gnus-art.el (gnus-article-mode): Fix comment about displaying
8421         non-break space.
8422
8423 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8424
8425         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
8426         Check if group is not a directory.
8427         (nnfolder-request-expire-articles): Don't delete articles if the target
8428         group is not available.
8429
8430         * nnml.el (nnml-request-create-group): Properly check if group is not a
8431         file.
8432         (nnml-request-expire-articles): Don't delete articles if the target
8433         group is not available.
8434
8435         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8436         Don't quote characters that are within parentheses.
8437
8438 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8439
8440         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
8441         (gnus-handle-ephemeral-exit): Select article according to it.
8442
8443 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8444
8445         * message.el (message-insert-formated-citation-line): Remove newline.
8446         (message-citation-line-format): Add final \n here so that the user can
8447         avoid a blank line.
8448
8449 2007-05-03  Dan Christensen  <jdc@uwo.ca>
8450
8451         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
8452         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
8453         Update lanl/arXiv support.
8454
8455 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8456
8457         * gnus.el: Bump version number.
8458
8459 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8460
8461         * gnus.el (gnus-version-number): Bump version.
8462
8463 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8464
8465         * gnus.el: No Gnus v0.6 is released.
8466
8467 2007-04-27  Didier Verna  <didier@xemacs.org>
8468
8469         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
8470         * gmm-utils.el (gmm-regexp-concat): here.
8471         * message.el: Don't require 'gnus-util.
8472         (message-dont-reply-to-names): Handle name change above.
8473         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
8474
8475 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8476
8477         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
8478         since the initial value varies according to the system.
8479
8480 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8481
8482         * mm-util.el (mm-charset-synonym-alist): Defcustom.
8483
8484 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
8485
8486         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
8487
8488 2007-04-24  Didier Verna  <didier@xemacs.org>
8489
8490         Improve the type of gnus-ignored-from-addresses.
8491         * gnus-util.el (gnus-orify-regexp): New function.
8492         * message.el (gnus-util): Require it.
8493         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
8494         * gnus-sum.el (gnus-ignored-from-addresses): New function.
8495         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
8496
8497 2007-04-24  Didier Verna  <didier@xemacs.org>
8498
8499         * gnus-sum.el:
8500         * gnus-utils.el: Fix some trailing whitespaces.
8501
8502 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8503
8504         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
8505         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
8506         article's Message-ID; refer parent article in summary buffer.
8507
8508         * message.el (message-bounce): Call mime-to-mml.
8509
8510         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
8511         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
8512         optimize and/or forms properly.
8513
8514 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
8515
8516         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
8517         URL.
8518
8519 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8520
8521         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
8522
8523 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8524
8525         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
8526         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
8527         displayed of multipart/alternative part if it is invoked from summary
8528         buffer.
8529
8530         * mm-view.el (mm-inline-text-html-render-with-w3m)
8531         (mm-inline-text-html-render-with-w3m-standalone)
8532         (mm-inline-render-with-function): Use mail-parse-charset by default.
8533
8534 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
8535
8536         * parse-time.el (parse-time-string-chars): Check if CHAR
8537         is less than the length of parse-time-syntax.
8538
8539 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8540
8541         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
8542         from gnus-newsgroup-processable.
8543
8544 2007-04-16  Didier Verna  <didier@xemacs.org>
8545
8546         * gnus-msg.el (gnus-configure-posting-styles): Handle
8547         message-signature-directory properly with :file syntax.  Reported by
8548         "Leo".
8549
8550 2007-04-11  Didier Verna  <didier@xemacs.org>
8551
8552         New user option: message-signature-directory.
8553         * gnus-msg.el (gnus-configure-posting-styles): Support it.
8554         * message.el (message-insert-signature): Ditto.
8555         * message.el (message-signature-file): Doc update.
8556         * message.el (message-signature-directory): New.
8557
8558 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8559
8560         * gnus-msg.el (gnus-inews-yank-articles): Use
8561         message-exchange-point-and-mark instead of exchange-point-and-mark.
8562
8563 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8564
8565         * message.el (message-yank-original): Make sure cited text ends with
8566         newline; don't exchange point and mark.
8567
8568 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
8569
8570         * tls.el (open-tls-stream): Properly handle case where there
8571         is no associated buffer.
8572
8573 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
8574
8575         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
8576         message-yank-original, make sure (< mark TEXT point).
8577
8578 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8579
8580         * message.el (message-fill-column): New variable.
8581         (message-mode): Use it.  Add comment on a possible new hook.
8582
8583         * nnmail.el (nnmail-spool-file): Mark as obsolete.
8584         (nnmail-get-new-mail): Reformat.
8585
8586         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
8587
8588         * gmm-utils.el: Fix Commentary.
8589         (gmm-tool-bar-from-list): Fix typo in doc string.
8590
8591 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
8592
8593         * message.el (message-yank-original): Don't switch point and mark
8594         unnecessarily to put point and mark as documented.
8595
8596 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8597
8598         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
8599         from the message heads.
8600
8601 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
8602
8603         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
8604         article buffer does not have a window.  This may not be the best
8605         solution but is certainly better than setting the start of the null,
8606         that is the current, window.
8607
8608 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8609
8610         * gnus-draft.el (gnus-draft-setup-hook): New hook.
8611         (gnus-draft-setup): Run it.
8612
8613         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
8614         gnus-score-fast-scoring.  Allow regexp.
8615         (gnus-score-headers): Use it.
8616
8617         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
8618         XEmacs.
8619
8620         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
8621         string.
8622         (gnus-button-alist): Also catch `<f1> k ...'.
8623         (gnus-treat-display-x-face): Fix doc string.
8624
8625 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8626
8627         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
8628         evaluation of gnus-extended-version to ensure correct generation of the
8629         User-Agent header when message-generate-headers-first is used.
8630
8631 2007-03-24  Simon Josefsson  <simon@josefsson.org>
8632
8633         * hashcash.el (hashcash-generate-payment-async): Don't crash if
8634         hashcash-path is nil.  Don't call callback with incorrect number of
8635         parameters if val is 0.
8636
8637 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8638
8639         * message.el (message-required-news-headers):
8640         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
8641
8642 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
8643
8644         * tls.el (open-tls-stream): In handshake-waiting loop,
8645         don't wait more if there is output available to process.
8646
8647 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
8648
8649         * tls.el (tls-program): Doc fix.
8650
8651 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8652
8653         * message.el (message-generate-new-buffers): Change the meaning of the
8654         nil value; add `standard' to the choices; treat t as `unique'; improve
8655         doc string.
8656         (gnus-select-frame-set-input-focus): Autoload.
8657         (message-buffer-name): Search for the existing message buffer if
8658         message-generate-new-buffers is nil or `standard'; treat the value t of
8659         message-generate-new-buffers as `unique'.
8660         (message-pop-to-buffer): Raise the frame already displaying the message
8661         buffer; clear the echo area after querying.
8662         (message-setup): Pass the `continue' argument to compose-mail.
8663         (message-mail): Prefer `switch-function' if it is given; search for the
8664         existing message buffer if the `continue' argument is non-nil; pass
8665         continue and switch-function arguments to compose-mail by way of
8666         message-setup.
8667         (message-mail-other-window): Adjust argument of message-setup.
8668         (message-mail-other-frame): Ditto.
8669
8670 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8671
8672         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
8673         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
8674         to turn font-lock on when turning gnus-message-citation-mode on.
8675
8676 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
8677
8678         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
8679         (mml-smime-function-alist): New variable; add epg as the backend.
8680         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
8681         mml-smime- functions instead.
8682         * mm-view.el: Require smime.
8683
8684 2007-03-05  Didier Verna  <didier@xemacs.org>
8685
8686         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
8687         instead of just inheritance for posting styles.
8688         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
8689
8690 2007-02-24  Chris Moore  <dooglus@gmail.com>
8691
8692         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
8693         * pgg-pgp.el (pgg-pgp-encrypt-region):
8694         * pgg-gpg.el (pgg-gpg-encrypt-region):
8695         Check pgg-encrypt-for-me if no other recipients.
8696
8697 2007-02-24  John Paul Wallington  <jpw@pobox.com>
8698
8699         * tls.el (tls-certtool-program): Fix custom type.
8700
8701 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8702
8703         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
8704         and point-at-eol instead of line-(beginning|end)-position.
8705
8706         * assistant.el (assistant-parse-buffer): Ditto.
8707
8708         * netrc.el (netrc-parse-services): Ditto.
8709
8710 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
8711
8712         * mml2015.el (mml2015-epg-find-usable-key): New function.
8713         (mml2015-epg-sign): Use it.
8714         (mml2015-epg-encrypt): Use it.
8715
8716 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8717
8718         * message.el (message-make-in-reply-to): Quote name containing
8719         non-ASCII characters.  It will make the RFC2047 encoder cause an error
8720         if there are special characters.  Reported by NAKAJI Hiroyuki
8721         <nakaji@jp.freebsd.org>.
8722
8723 2007-02-27  Didier Verna  <didier@xemacs.org>
8724
8725         Include the group parameters as well as the topic ones in the
8726         inheritance filter process.
8727         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
8728         argument GROUP-PARAMS-LIST.
8729         * gnus-topic.el (gnus-group-topic-parameters): Use it.
8730
8731 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8732
8733         * nntp.el (nntp-never-echoes-commands)
8734         (nntp-open-connection-functions-never-echo-commands): New variables.
8735         (nntp-send-command): Use them.
8736
8737 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
8738
8739         * mml2015.el (mml2015-epg-verify): Simplified.
8740
8741 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8742
8743         * mml.el (mml-content-disposition-alist): New user option.
8744         (mml-content-disposition): New function.
8745         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
8746         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
8747
8748 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
8749
8750         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
8751         verification.
8752
8753 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8754
8755         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
8756         articles posted in the last 24 hours.
8757
8758 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
8759
8760         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
8761
8762 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
8763
8764         * nntp.el (nntp-send-command): Don't wait for echoes when
8765         nntp-open-ssl-stream is used.
8766
8767 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8768
8769         * gnus-cite.el (gnus-test-font-lock-add-keywords)
8770         (gnus-message-add-citation-keywords)
8771         (gnus-message-remove-citation-keywords): Remove.
8772         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
8773         directly, make the variables in font-lock-defaults buffer-local, add
8774         gnus-message-citation-keywords to them and then update the value of
8775         font-lock-keywords.
8776
8777 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8778
8779         * message.el (message-cite-original-1): Don't call
8780         gnus-article-highlight-citation.
8781
8782         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
8783         citations; fix line count.
8784
8785 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8786
8787         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
8788         (gnus-message-add-citation-keywords)
8789         (gnus-message-remove-citation-keywords): Use it; fix the emulating
8790         versions of font-lock-add-keywords and font-lock-remove-keywords to
8791         work with XEmacs correctly.
8792
8793 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8794
8795         * gnus-cite.el (gnus-cite-face-list): Set the values of
8796         gnus-message-max-citation-depth and gnus-message-citation-keywords.
8797         (gnus-message-max-citation-depth): Use defvar rather than defconst.
8798         (gnus-message-cite-prefix-regexp): New variable.
8799         (gnus-message-search-citation-line): Use it; protect against long
8800         citation prefix; fill match data with nil rather than 0 for XEmacs; set
8801         the 0th match data for Emacs.
8802         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
8803         (gnus-message-add-citation-keywords): Append keywords rather than
8804         prepending; emulate font-lock-add-keywords if it is not available.
8805         (gnus-message-remove-citation-keywords): Emulate
8806         font-lock-remove-keywords if it is not available.
8807
8808         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
8809
8810         * message.el (message-cite-prefix-regexp): Set the value of
8811         gnus-message-cite-prefix-regexp.
8812
8813 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8814
8815         * nnweb.el (nnweb-google-parse-1): Update parser.
8816
8817 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
8818
8819         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
8820
8821 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8822
8823         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8824         regexp.
8825
8826 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8827
8828         * uudecode.el (uudecode-string-to-multibyte): New function emulating
8829         string-to-multibyte.
8830         (uudecode-decode-region-internal): Use it.
8831
8832         * lpath.el: Fbind string-as-multibyte for XEmacs.
8833
8834 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8835
8836         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
8837         custom choice.
8838
8839         * gnus-art.el (gnus-signature-limit): Fix custom choice.
8840
8841 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
8842
8843         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
8844
8845         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
8846         `write-region' to respect `mm-inhibit-file-name-handlers'.
8847
8848 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
8849
8850         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
8851         Use gnus-home-directory instead of "~/" or "$HOME".
8852
8853 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
8854
8855         * encrypt.el (encrypt-insert-file-contents): Add better prompt
8856         to mention filename.
8857         Add comments at beginning regarding usage.
8858         (encrypt-write-file-contents): Change interactive so a string is
8859         acceptable.  If the file has no associated model, show an error instead
8860         of a nonsense prompt.
8861
8862 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8863
8864         * spam.el (spam-bsfilter-ham-switch): Fix typo.
8865         Thanks to Yoshihiko Yamada for kind notification of this typo.
8866
8867 2007-01-12  Kenichi Handa  <handa@m17n.org>
8868
8869         * uudecode.el (uudecode-decode-region-internal): Make it work in a
8870         multibyte buffer.
8871
8872 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8873
8874         * gnus-score.el (gnus-score-fast-scoring): New variable.
8875         (gnus-score-headers): Use it.
8876
8877         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
8878
8879         * message.el (message-cite-original-1): Call
8880         gnus-article-highlight-citation if requested.
8881         (message-make-from): Allow name and address as optional arguments.
8882
8883         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
8884
8885         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
8886         bugs to doc string.
8887         (gnus-button-alist): Add mid\\|message-id.
8888         (gnus-button-fetch-group): Extend for use in
8889         `browse-url-browser-function'.
8890         (gnus-button-url-regexp): Try to catch paired parentheses like in
8891         Wikipedia URLs.
8892
8893         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
8894         Suggested by Simon Krahnke <overlord@gmx.li>.
8895
8896 2007-01-13  Romain Francoise  <romain@orebokech.com>
8897
8898         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
8899         Update copyright.
8900
8901 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
8902
8903         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
8904
8905 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
8906
8907         * gnus-registry.el (gnus-registry-unfollowed-groups)
8908         (gnus-registry-split-fancy-with-parent): Fix documentation.
8909
8910 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8911
8912         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
8913         from nnweb groups.
8914
8915 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8916
8917         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
8918         Xref urls.  Erase buffer before requesting head.
8919
8920 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
8921
8922         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
8923         customizable.
8924
8925 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
8926
8927         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
8928         no signing key is found.
8929         (mml2015-epg-encrypt): Ask user whether to skip or abort if
8930         no encrypting and/or signing key is found.
8931
8932 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8933
8934         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
8935
8936 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8937
8938         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
8939         headers read from disk with the ones newly found in the current search.
8940         This should no longer cause problems, because the article numbers in
8941         Gmane's `nov.php' output are ignored since the previous change.
8942
8943 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8944
8945         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
8946
8947 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8948
8949         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
8950         replace-regexp-in-string; bind url-version; fbind display-images-p and
8951         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
8952         find-face and set-itimer-function for Emacs; bind itimer-list for
8953         Emacs.
8954
8955         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
8956
8957 2007-01-01  Romain Francoise  <romain@orebokech.com>
8958
8959         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
8960
8961 2006-12-31  Steve Youngs  <steve@sxemacs.org>
8962
8963         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
8964         `define-minor-mode' macro definition expanded properly.
8965         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
8966         exclude it there.
8967
8968         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
8969         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
8970         `fboundp' test.
8971         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
8972         This is OK to autoload in (S)XEmacs now.
8973
8974 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8975
8976         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
8977         keystroke.
8978         (gnus-summary-limit-to-singletons): Fix typo.
8979
8980         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
8981         else fails.
8982
8983 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8984
8985         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
8986         docstring.
8987
8988         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
8989         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
8990         (gnus-summary-insert-dormant-articles): Fix typo in message.
8991
8992 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
8993
8994         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
8995         nil for XEmacs.
8996         (gnus-message-citation-mode): Don't autoload in XEmacs.
8997
8998         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
8999
9000 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
9001
9002         * nnimap.el (nnimap-expunge-search-string): Mention
9003         nnimap-search-uids-not-since-is-evil in docstring.
9004
9005 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9006
9007         * spam.el: Revert to make-obsolete-variable because
9008         define-obsolete-variable-alias is not supported in Emacs 21.
9009
9010         * spam.el (spam-ifile-path, spam-ifile-database-path)
9011         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
9012         make-obsolete-variable.
9013         (spam-bsfilter-path, spam-bsfilter-program)
9014         (spam-spamassassin-path, spam-spamassassin-program)
9015         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
9016         use "path" inappropriately.
9017         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
9018         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
9019         variable names.
9020
9021 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
9022
9023         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
9024         summary buffer.
9025
9026         * password.el (password-cache-remove): Use clear-string to burn
9027         password, if available.
9028
9029 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9030
9031         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
9032
9033         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
9034
9035         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
9036         (gnus-message-highlight-citation): Move defcustom here from
9037         gnus-cite.el.
9038         (gnus-message-citation-mode): Autoload.
9039
9040         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
9041         checks to make it compile with XEmacs.
9042         (gnus-message-citation-mode): New minor mode.
9043         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
9044         (gnus-message-highlight-citation): New variables.
9045         (gnus-message-search-citation-line)
9046         (gnus-message-add-citation-keywords)
9047         (gnus-message-remove-citation-keywords)
9048         (turn-on-gnus-message-citation-mode)
9049         (turn-off-gnus-message-citation-mode): New functions.
9050
9051 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
9052
9053         * gnus-cite.el: Enable highlighting of different citation levels in
9054         message-mode.
9055
9056 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9057
9058         * message.el (message-make-fqdn): Fix comment.
9059         (message-bogus-system-names): Add ".local".
9060
9061         * spam.el (spam-ifile-path, spam-ifile-program)
9062         (spam-ifile-database-path, spam-ifile-database)
9063         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
9064         Don't use "path" inappropriately.
9065         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
9066         strings.
9067         (spam-check-ifile, spam-ifile-register-with-ifile)
9068         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
9069         new variable names.
9070
9071         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
9072         (gnus-treat-display-smileys): Simplify using
9073         gnus-image-type-available-p.
9074
9075         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
9076         available.
9077
9078         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
9079         `display-images-p' if available.
9080
9081 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9082
9083         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
9084         one after turning on the buffer's multibyteness instead of decoding
9085         them directly in the unibyte buffer that causes unexpected conversion
9086         in Emacs 23 (unicode).
9087
9088 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9089
9090         * message.el (message-generate-hashcash): Fix custom type.
9091
9092 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9093
9094         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
9095
9096 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9097
9098         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
9099         disconnect icons.  Add help text.
9100
9101 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
9102
9103         * spam.el (spam-extra-header-to-number): CRM114 spam score is
9104         negated to be consistent with the others we handle.
9105
9106 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9107
9108         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
9109         version of gnus-summary-buffer to something, so that we can use two
9110         article buffers at the same time.
9111
9112 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
9113
9114         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
9115         trigger all the extra headers.
9116         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
9117         sorting.
9118
9119 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9120
9121         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
9122         solid groups.
9123
9124 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
9125
9126         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
9127
9128 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
9129
9130         * legacy-gnus-agent.el: Add Copyright notice.
9131
9132 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
9133
9134         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
9135
9136 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9137
9138         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
9139
9140         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
9141         to make it work reliably in CVS Emacs.
9142         (gnus-summary-limit-strange-charsets-predicate)
9143         (gnus-summary-limit-to-predicate): New functions.
9144
9145 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
9146
9147         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
9148         specifying array size.
9149         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
9150         array if it is too small.
9151         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
9152         (gnus-sort-threads-loop): New function.
9153
9154 2006-12-06  Chris Moore  <dooglus@gmail.com>
9155
9156         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
9157         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
9158
9159 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
9160
9161         * mm-url.el (mm-url-predefined-programs): Call curl with correct
9162         options.
9163
9164 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9165
9166         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
9167         DOS-ing the recipient.
9168
9169         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
9170         the headers when creating the mapping to avoid mismappings.
9171         (nnweb-gmane-create-mapping): Always nix out old mapping.
9172
9173 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9174
9175         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
9176         and mm-verify-option to never.
9177
9178 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9179
9180         * message.el (message-signed-or-encrypted-p): New function.
9181         (message-forward-make-body): Use it.
9182
9183         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
9184         Replace encode-coding-string with mm-encode-coding-string.
9185
9186 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9187
9188         * nneething.el (nneething-decode-file-name): Replace
9189         decode-coding-string with mm-decode-coding-string.
9190
9191         * gnus-int.el (gnus-open-server): Say failed server's name.
9192
9193 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9194
9195         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
9196         strings to a single string.  Quote `errors-file-name'.
9197         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
9198         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
9199         Adjust calls.  Use `shell-quote-argument'.
9200
9201 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
9202
9203         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
9204         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
9205
9206         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
9207         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
9208         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
9209         (gnus-group-make-directory-group, gnus-group-transpose-groups):
9210         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
9211         (gnus-subscribe-newsgroup, gnus-1):
9212         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
9213         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
9214         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
9215         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
9216
9217 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9218
9219         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
9220         keystroke.
9221         (gnus-summary-limit-to-bodies): Implement headersp.
9222
9223 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9224
9225         * dns.el (query-dns): Protect against "Process dns deleted" strings.
9226
9227 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9228
9229         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
9230
9231 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9232
9233         * message.el (message-generate-hashcash): Expand range of values to
9234         include `opportunistic'.
9235         (message-send-mail): Use it.
9236
9237 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9238
9239         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
9240         and comment it.
9241
9242         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
9243
9244 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
9245
9246         * gnus-util.el (gnus-extract-address-components): Improve comment.
9247
9248 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9249
9250         * gnus-util.el (gnus-extract-address-components): Work with address in
9251         which the name portion contains @.
9252
9253         * lpath.el: Fbind custom-autoload.
9254
9255 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9256
9257         * gnus.el (gnus-start): Move custom group up.
9258         (gnus-select-method): Don't autoload, but make it available for
9259         `customize-variable'.
9260         (gnus-getenv-nntpserver): Don't autoload.
9261
9262 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
9263
9264         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
9265
9266 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9267
9268         * message.el (message-sendmail-extra-arguments): New variable.
9269         (message-send-mail-with-sendmail): Use it.
9270
9271 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9272
9273         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
9274         mm-with-unibyte-current-buffer to make string unibyte.
9275
9276         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
9277         mm-string-as-multibyte.
9278
9279 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
9280
9281         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
9282         Reported by Werner Koch <wk@gnupg.org>.
9283
9284 2006-11-14  Daiki Ueno  <ueno@p360>
9285
9286         * mml2015.el: Autoload epa-select-keys when compiling.
9287
9288 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9289
9290         * mml2015.el (mml2015-epg-sign): Save the signing keys in
9291         message-options.
9292         (mml2015-epg-encrypt): Save the recipient keys in message-options.
9293
9294 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9295
9296         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
9297         EasyPG (< 0.0.6).
9298         (mml2015-always-trust): New user option.
9299         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
9300         prompt.
9301
9302 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9303
9304         * nntp.el (nntp-authinfo-force): New variable.
9305         (nntp-send-authinfo): Use it.
9306
9307 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
9308
9309         * message.el (message-strip-subject-encoded-words): Allow _not_ to
9310         decode encoded words.  Improve prompt.  Add comment about forwarding.
9311         (message-replacement-char): Move up.
9312
9313 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
9314
9315         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
9316         instead of gnus-intersection because arguments of gnus-sorted-nunion
9317         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
9318
9319 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
9320
9321         * message.el (message-strip-subject-encoded-words): Reformat prompt.
9322         (message-simplify-subject-functions): Enable
9323         message-strip-subject-encoded-words by default.
9324
9325 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
9326
9327         * message.el (message-strip-subject-encoded-words): New function.
9328         (message-simplify-subject-functions): New variable.
9329         (message-simplify-subject): Use it.  Fix typo in doc string.
9330         Support message-strip-subject-encoded-words.
9331
9332 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
9333
9334         * gnus-diary.el (gnus-diary-delay-format-function):
9335         * nndiary.el (nndiary-reminders):
9336         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
9337
9338 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9339
9340         * gnus-art.el (article-hide-boring-headers): Fetch date from
9341         gnus-original-article-buffer to avoid problems with localized date
9342         strings.
9343
9344 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9345
9346         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
9347
9348 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
9349
9350         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9351         New variables.
9352         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9353         (mm-charset-synonym-alist): Move some entries to
9354         mm-codepage-iso-8859-list.
9355         (mm-charset-synonym-alist, mm-charset-override-alist): Add
9356         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9357
9358 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9359
9360         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
9361
9362 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9363
9364         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
9365         with Emacs 21 and XEmacs.
9366
9367 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
9368
9369         * spam.el (spam-parse-address): New function for better parsing,
9370         catching errors, etc.
9371         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
9372
9373 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9374
9375         * mm-view.el: Add interactive arg to html2text autoload.
9376
9377 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9378
9379         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
9380
9381 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
9382
9383         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
9384         variables.
9385         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9386         (mm-charset-synonym-alist): Move some entries to
9387         mm-codepage-iso-8859-list.
9388
9389         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
9390
9391 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
9392
9393         * message.el (message-citation-line-format)
9394         (message-insert-formated-citation-line): Fix implementation of %E, %N
9395         and %n according to the doc string.
9396
9397 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
9398
9399         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
9400         car-safe to avoid bad parses.
9401
9402 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9403
9404         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
9405         names.
9406
9407         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
9408
9409 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9410
9411         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
9412         header.
9413
9414         * message.el (message-draft-headers): Add Date.
9415         (message-headers-to-generate): Fix typo in docstring.
9416
9417         * nndraft.el (nndraft-required-headers): New variable.
9418         (nndraft-generate-headers): Use it.
9419
9420         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
9421
9422 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9423
9424         * gnus-registry.el (gnus-registry-wash-for-keywords)
9425         (gnus-registry-find-keywords): New functions to allow easy searching of
9426         articles that are in the registry.
9427
9428 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9429
9430         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
9431         ietf-drums-parse-address instead of gnus-extract-address-components.
9432         Reported by Damien Elmes <damien@repose.cx>.
9433
9434 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9435
9436         * gnus.el (gnus-mime): Remove unused custom group.
9437
9438 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9439
9440         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
9441         "blank line" when searching for end of armor headers.
9442
9443 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9444
9445         * gmm-utils.el (gmm-write-region): Fix variable name.
9446
9447 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
9448
9449         * gmm-utils.el (gmm-write-region): New function based on compatibility
9450         code from `mm-make-temp-file'.
9451
9452         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
9453
9454         * nnmaildir.el (nnmaildir--update-nov)
9455         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
9456         Use `gmm-write-region'.
9457
9458 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9459
9460         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
9461         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9462
9463         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
9464
9465         * message.el (message-replacement-char): New variable.
9466         (message-fix-before-sending): Use it.
9467         (message-simplify-subject): New function to remove duplicate code.
9468         (message-reply, message-followup): Use it.
9469
9470         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
9471         gnus-summary-limit-to-articles.
9472
9473 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9474
9475         * gnus-util.el (gnus-with-local-quit): New macro.
9476
9477         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
9478
9479 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
9480
9481         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
9482         ignore non-string data.
9483
9484 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
9485
9486         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
9487         non-string data (needs to be done in the registry too).
9488
9489 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9490
9491         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
9492         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
9493         (gnus-registry-split-fancy-with-parent)
9494         (gnus-registry-fetch-simplified-message-subject-fast)
9495         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
9496         Remove text properties on ingress into the registry and when it's saved.
9497         (gnus-registry-clean-empty-function): Fix bug with cleaning the
9498         registry from entries with no groups.
9499
9500 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9501
9502         * gnus-util.el (gnus-string-remove-all-properties): Add utility
9503         function to remove string properties.
9504
9505 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9506
9507         * gmm-utils.el (gmm): Adjust custom version.
9508
9509         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
9510         custom version.
9511
9512         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
9513
9514 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9515
9516         * gnus-art.el (gnus-insert-prev-page-button)
9517         (gnus-insert-next-page-button): Simplify.  Reformat.
9518
9519 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9520
9521         * gnus-art.el (gnus-insert-prev-page-button)
9522         (gnus-insert-next-page-button): Apply gnus-article-button-face.
9523
9524 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
9525
9526         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
9527
9528 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9529
9530         * gnus-art.el (gnus-insert-mime-button)
9531         (gnus-insert-mime-security-button):
9532         Apply gnus-article-button-face to MIME and security buttons.
9533
9534 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
9535
9536         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
9537         readable.
9538
9539 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9540
9541         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
9542
9543 2006-09-20  Steve Youngs  <steve@sxemacs.org>
9544
9545         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
9546         `browse-url-of-file' instead of `browse-url'.
9547
9548 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9549
9550         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9551         regexp.  Articles containing quotation were cut prematurely.
9552
9553 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9554
9555         * message.el (message-cite-original-1): Use nobody by default for the
9556         value of From header.
9557         (message-reply): Ditto.
9558
9559 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
9560
9561         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
9562         to the gnus-info.  This fixes a bug of inline-PGP message verification.
9563         Reported by Michael Piotrowski <mxp@dynalabs.de>.
9564
9565 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
9566
9567         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
9568         mails in the doc string.  Add some URLs in comment.
9569         (pop3-movemail): Warn about pop3-leave-mail-on-server.
9570
9571 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9572
9573         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
9574         backslashes handling and the way to find boundaries of quoted strings.
9575
9576 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
9577
9578         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
9579         mml1991-encrypt-to-self is set and mml1991-signers is not set.
9580         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
9581         mml2015-encrypt-to-self is set and mml2015-signers is not set.
9582
9583 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9584
9585         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
9586         doc string.
9587         (gnus-button-regexp, gnus-button-last): Remove unused variables.
9588
9589 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9590
9591         * lpath.el: Fbind epg-check-configuration.
9592
9593 2006-09-06  Simon Josefsson  <jas@extundo.com>
9594
9595         * mml2015.el (mml2015-use): Doc fix, mention epg.
9596
9597 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9598
9599         * mml2015.el (mml2015-use): Default to epg, if available.
9600
9601 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9602
9603         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
9604         message-sender.
9605         (mml1991-epg-encrypt): Ditto.
9606         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
9607         message-sender.
9608         (mml2015-epg-encrypt): Ditto.
9609
9610 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
9611
9612         * message.el (message-send-mail-with-sendmail): Look for sendmail in
9613         several common directories.
9614
9615 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
9616
9617         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
9618         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
9619
9620 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9621
9622         * gnus-art.el (article-decode-encoded-words): Make it fast.
9623
9624 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9625
9626         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
9627
9628         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
9629         in quoted string into `\'.
9630
9631 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9632
9633         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9634         Use standard-syntax-table.
9635
9636 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9637
9638         * gnus-art.el (gnus-decode-address-function): New variable.
9639         (article-decode-encoded-words): Use it to decode headers which are
9640         assumed to contain addresses.
9641         (gnus-mime-delete-part): Remove useless `or'.
9642
9643         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
9644         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
9645         (gnus-nov-parse-line): Use it to decode From header.
9646         (gnus-get-newsgroup-headers): Ditto.
9647         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
9648
9649         * mail-parse.el (mail-decode-encoded-address-region): New alias.
9650         (mail-decode-encoded-address-string): New alias.
9651
9652         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9653         New function.
9654         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
9655         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
9656         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
9657         (rfc2047-decode-string): Ditto.
9658         (rfc2047-decode-address-region): New function.
9659         (rfc2047-decode-address-string): New function.
9660
9661 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
9662
9663         * message.el (message-caesar-buffer-body): Allow rotating headers.
9664
9665         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
9666
9667         * message.el (message-insert-formated-citation-line): Fix %f.
9668         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
9669
9670 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9671
9672         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
9673         (gnus-bookmark-mouse-available-p): New macro.
9674         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
9675         (gnus-bookmark-bmenu-show-infos): Use it.
9676         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
9677         (gnus-bookmark-bmenu-hide-infos): Ditto.
9678         (gnus-bookmark-remove-properties): New function.
9679         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
9680         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
9681         (gnus-bookmark-write-file): Bind coding-system-for-write.
9682         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
9683         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
9684         group before selecting it.
9685         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
9686         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
9687         quit-window if it is not available; use gnus-mouse-2 and bind it to
9688         gnus-bookmark-bmenu-select-by-mouse.
9689         (gnus-bookmark-show-details): Remove unused variable `details-list'.
9690         (gnus-bookmark-bmenu-select-by-mouse): New function.
9691
9692 2006-08-13  Romain Francoise  <romain@orebokech.com>
9693
9694         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
9695         space.
9696
9697 2006-08-10  Romain Francoise  <romain@orebokech.com>
9698
9699         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
9700         (dns-mode-soa-auto-increment-serial): New user option.
9701         (dns-mode-soa-maybe-increment-serial): New function.
9702         (dns-mode): Add the latter to `write-contents-functions'.
9703
9704 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9705
9706         * compface.el (uncompface): Use binary rather than raw-text-unix.
9707
9708 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9709
9710         * compface.el (uncompface): Make sure the eol conversion doesn't take
9711         place when communicating with the external programs.  Reported by
9712         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9713
9714 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9715
9716         * nnheader.el (nnheader-insert-head): Fix typo in comment.
9717
9718 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9719
9720         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9721         Make it more robust by parsing author and date independently.
9722
9723 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9724
9725         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
9726
9727 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
9728
9729         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
9730         first matching secret key.
9731         (mml2015-epg-encrypt): Ditto.
9732
9733         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
9734         first matching secret key.
9735         (mml1991-epg-encrypt): Ditto.
9736
9737         * mml2015.el (mml2015-encrypt-to-self): New user option.
9738         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
9739         mml2015-epg-encrypt-to-self is set.
9740
9741         * mml1991.el (mml1991-encrypt-to-self): New variable.
9742         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
9743         mml1991-epg-encrypt-to-self is set.
9744
9745         * mml2015.el (mml2015-signers): New user option.
9746         (mml2015-epg-sign): Reflect the value of mml2015-signers.
9747         (mml2015-epg-encrypt): Allow to select signing keys.
9748
9749         * mml1991.el (mml1991-signers): New variable.
9750         (mml1991-epg-sign): Reflect the value of mml1991-signers.
9751         (mml1991-epg-encrypt): Allow to select signing keys.
9752
9753 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9754
9755         * nnheader.el (nnheader-insert-head): Make it work even if the file
9756         uses CRLF for the line-break code.
9757
9758 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
9759
9760         * mml2015.el: Require mml-sec instead of password.
9761         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
9762         (mml2015-cache-passphrase): Inherit the default value from
9763         mml-secure-cache-passphrase.
9764         (mml2015-passphrase-cache-expiry): Inherit the default value from
9765         mml-secure-passphrase-cache-expiry.
9766
9767         * mml1991.el: Require mml-sec instead of password.
9768         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
9769         (mml1991-cache-passphrase): Inherit the default value from
9770         mml-secure-cache-passphrase.
9771         (mml1991-passphrase-cache-expiry): Inherit the default value from
9772         mml-secure-passphrase-cache-expiry.
9773
9774         * mml-sec.el: Require password.
9775         (mml-secure-verbose): New user option.
9776         (mml-secure-cache-passphrase): New user option.
9777         (mml-secure-passphrase-cache-expiry): New user option.
9778
9779 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
9780
9781         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
9782         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
9783         andreas@altroot.de (Andreas Vögele).
9784
9785         FIXME: Use `tiny change'?
9786
9787 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9788
9789         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
9790         workaround for the url package included with Emacs.
9791
9792         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9793
9794 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9795
9796         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
9797         correctly.  This fixes a bug caused by the 2006-05-12 change.
9798
9799 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
9800
9801         * nnmail.el (nnmail-article-group): If splitting raises an error, give
9802         some information about the error when saying that the `bogus' mail
9803         group will be used.
9804
9805 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
9806
9807         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
9808         string.
9809
9810 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
9811
9812         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
9813
9814 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9815
9816         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
9817
9818 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9819
9820         * mml1991.el (mml1991-function-alist): Add epg.
9821         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
9822         (mml1991-epg-encrypt): New functions.
9823
9824 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9825
9826         * mml2015.el (mml2015-verbose): New variable.
9827         (mml2015-cache-passphrase): Ditto.
9828         (mml2015-passphrase-cache-expiry): Ditto.
9829         (mml2015-function-alist): Add epg.
9830         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
9831         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
9832         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
9833         functions.
9834
9835 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9836
9837         * message.el (message-cite-original-1): Preserve region when removing
9838         quoted text due to X-No-Archive in order to avoid bogus attribution
9839         when citing multiple messages.
9840
9841 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9842
9843         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
9844         Kenneth Jacker <khj@be.cs.appstate.edu>.
9845
9846 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
9847
9848         * gnus-diary.el (gnus-user-format-function-d)
9849         (gnus-user-format-function-D): Autoload.
9850
9851         * imap.el (Commentary): Fix typo.
9852
9853         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
9854         2006-04-22 contribution.
9855
9856 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9857
9858         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
9859         It didn't really fix the bogosity I'm seeing with solid web groups.
9860
9861 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9862
9863         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
9864         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
9865         created using server names.  If we use the feature without declaring
9866         it, Gnus does not properly manage server and group state.
9867
9868         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
9869         bound.
9870
9871 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9872
9873         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
9874         looking up the method using GROUP's prefix before inventing a new one.
9875         It is used on killed/unknown groups in various places where returning
9876         an all-new method isn't expected by the caller.
9877
9878         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
9879         and match semantics of gnus-group-real-prefix.
9880
9881 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
9882
9883         * nnmail.el (nnmail-broken-references-mailers): New variable.
9884         (nnmail-ignore-broken-references): New function generalizing
9885         nnmail-fix-eudora-headers.
9886         (nnmail-fix-eudora-headers): Now obsolete.
9887
9888         * gnus-art.el (gnus-button-handle-custom): Support
9889         `customize-apropos*'.
9890
9891 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9892
9893         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
9894
9895         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
9896         articles.
9897
9898 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
9899
9900         * message.el (message-cite-reply-above): New variable.
9901         (message-yank-original): Use it.
9902
9903 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9904
9905         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
9906
9907 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
9908
9909         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
9910         as read.
9911
9912         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
9913
9914 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
9915
9916         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
9917         (gnus-bookmark-default-file): Use gnus-directory.
9918         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
9919         Remove "*" in doc string.
9920         (gnus-bookmark-write-file): Simplify.
9921         (gnus-bookmark-maybe-sort-alist): Use `when'.
9922         (gnus-bookmark-get-bookmark): Fix typo in doc string.
9923         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
9924         FIXME about Emacs 21 and XEmacs compatibility.
9925         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
9926         compatibility.
9927         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
9928         compatibility.
9929         (gnus-bookmark-menu-heading): Fix version.
9930
9931 2006-06-19  Bastien Guerry  <bzg@altern.org>
9932
9933         * gnus-bookmark.el: New file.
9934
9935 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9936
9937         * message.el (message-syntax-checks): Doc fix.
9938
9939 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9940
9941         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
9942         unsubscribed groups as if they were killed ones.  It causes duplicate
9943         entries in gnus-newsrc-alist.
9944
9945 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9946
9947         * message.el (message-syntax-checks): Doc fix.
9948         (message-send-mail): Add check for continuation headers.
9949         (message-check-news-header-syntax): Fix regexp used to check for
9950         continuation headers.
9951
9952 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9953
9954         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
9955
9956 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
9957
9958         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
9959
9960 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9961
9962         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
9963         default-truncate-lines.
9964
9965 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9966
9967         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
9968         to fill the utf-8 entry.
9969
9970         * lpath.el: Fbind unicode-precedence-list.
9971
9972 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9973
9974         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9975
9976 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
9977
9978         * gnus-agent.el (directory-files-and-attributes): Move all the way
9979         forward (the third and final move).
9980         (gnus-agent-read-agentview): Trap reconstruction errors due to
9981         nonexistant directory.  Handle by returning nil.
9982
9983 2006-05-30  Didier Verna  <didier@xemacs.org>
9984
9985         * message.el (message-dont-reply-to-names): Update the custom type.
9986         * message.el (message-dont-reply-to-names): New defsubst: potentially
9987         convert a list of regexps into a single one.
9988         * message.el (message-get-reply-headers): Use it.
9989         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
9990
9991 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9992
9993         * gnus-agent.el (directory-files-and-attributes): Move forward.
9994
9995 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9996
9997         * gnus-ml.el (gnus-mailing-list-subscribe)
9998         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
9999         (gnus-mailing-list-message): Fix doc strings.
10000
10001 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10002
10003         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
10004         of doing it manually.
10005
10006 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10007
10008         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
10009         comment.
10010
10011 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
10012
10013         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
10014         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
10015         (gnus-agent-read-local): All symbols allocated in my-obarray.
10016         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
10017         (gnus-agent-regenerate-group): Check numeric names to see if they are
10018         messages or groups.
10019         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
10020         better way of do this...)
10021
10022         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
10023         'dummy.group' (there should be a better way of do this...)
10024
10025 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10026
10027         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
10028         (gnus-saved-headers): Ditto.
10029         (gnus-default-article-saver): Mention functions may have properties.
10030         (gnus-article-save): Override gnus-save-all-headers and
10031         gnus-saved-headers by :headers property which saver function may have.
10032         (gnus-summary-save-in-file): Add :headers property.
10033         (gnus-summary-write-to-file): Ditto.
10034
10035         * gnus-sum.el (gnus-summary-save-article): Bind
10036         gnus-prompt-before-saving to t when saving many articles in a file;
10037         always show all headers.
10038
10039         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
10040
10041 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10042
10043         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
10044         marks.
10045
10046         * message.el (message-indent-citation): Add optional arguments to allow
10047         using it outside of message buffers.
10048
10049         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
10050         (gnus-article-treat-unfold-headers): Use it.
10051         (gnus-article-truncate-lines): New variable.
10052         (gnus-article-mode): Use it.
10053         (gnus-article-toggle-truncate-lines): New function.
10054
10055         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
10056         gnus-article-toggle-truncate-lines.
10057
10058         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
10059         coding system in XEmacs, use binary.
10060
10061 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10062
10063         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
10064         after-load-alist.
10065
10066         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
10067         this function should save decoded articles.
10068         (gnus-summary-write-to-file): Use property to specify this function
10069         should save decoded articles and specify gnus-summary-save-in-file
10070         should be used to save articles other than the first one when saving
10071         many articles.
10072         (gnus-summary-save-body-in-file): Use property to specify this
10073         function should save decoded articles.
10074         (gnus-summary-write-body-to-file): Use property to specify this
10075         function should save decoded articles and specify
10076         gnus-summary-save-body-in-file should be used to save articles other
10077         than the first one when saving many articles.
10078
10079         * gnus-sum.el (gnus-summary-save-article): Simplify.
10080
10081 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10082
10083         * gnus-art.el (gnus-default-article-saver): Add
10084         gnus-summary-write-body-to-file.
10085         (gnus-article-save-coding-system): Don't use coding system object
10086         in XEmacs.
10087         (gnus-read-save-file-name): Add optional `dir-var' argument which
10088         specifies directory in which files are saved; work even if optional
10089         `variable' argument is not specified.
10090         (gnus-summary-write-to-file): Read file name.
10091         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
10092         (gnus-summary-write-body-to-file): New function.
10093
10094         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
10095         (gnus-summary-local-variables): Add it.
10096         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
10097         (gnus-summary-save-article): Remove optional `decode' argument;
10098         determine whether to decode articles by the value of
10099         gnus-default-article-saver; when saving many files using
10100         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
10101         it first and use gnus-summary-save-in-file or
10102         gnus-summary-save-body-in-file thereafter unless
10103         gnus-prompt-before-saving is always; move point to article which
10104         will be saved.
10105         (gnus-summary-save-article-file): Revert.
10106         (gnus-summary-write-article-file): Revert.
10107         (gnus-summary-save-article-body-file): Revert.
10108         (gnus-summary-write-article-body-file): New function.
10109
10110 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10111
10112         * gnus-art.el (gnus-default-article-saver): Doc fix.
10113         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
10114         from gnus-summary-save-article-coding-system, and default to a
10115         certain coding system.
10116         (gnus-output-to-file): Add coding cookie and encode text according
10117         to gnus-article-save-coding-system; don't use mm-append-to-file.
10118
10119         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
10120         gnus-art.el and rename to gnus-article-save-coding-system.
10121         (gnus-summary-save-article): Require gnus-art; don't show all
10122         headers if it decodes articles; don't add coding cookie here;
10123         don't bind mm-text-coding-system-for-write.
10124         (gnus-summary-save-article-file): Save decoded articles.
10125         (gnus-summary-write-article-file): When saving many files, use
10126         gnus-summary-write-to-file first and gnus-summary-save-in-file
10127         thereafter unless gnus-prompt-before-saving is always.
10128         (gnus-summary-save-article-body-file): Save decoded articles.
10129
10130         * lpath.el: Fbind select-safe-coding-system for XEmacs.
10131
10132 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10133
10134         * nnrss.el (nnrss-check-group): Bind hash-index.
10135
10136 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
10137
10138         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
10139         its hash index.  Store this hash in `nnrss-group-data'.
10140         (nnrss-read-group-data): Update accordingly.
10141
10142 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10143
10144         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
10145         entry.
10146
10147         * gnus-sum.el (gnus-summary-make-menu-bar): Add
10148         gnus-article-browse-html-article.
10149
10150 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
10151
10152         * gnus-sum.el (gnus-summary-mime-map): Add
10153         gnus-article-browse-html-article.
10154
10155         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
10156
10157 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10158
10159         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
10160         suitable coding systems in customize.
10161
10162 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
10163
10164         * mail-source.el (mail-sources): Fix custom type.
10165
10166 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
10167
10168         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
10169         (gnus-summary-expire-articles-now): Shorten prompt.
10170
10171         * gmm-utils.el (wid-edit): Require.
10172         (defun-gmm): Renamed from `gmm-defun-compat'.
10173         (gmm-image-search-load-path): Use it.
10174         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
10175
10176 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10177
10178         * gnus-sum.el (gnus-summary-save-article-coding-system): New
10179         variable.
10180         (gnus-summary-save-article): Add optional `decode' argument.  If
10181         it is set and gnus-summary-save-article-coding-system is non-nil,
10182         save decoded article.
10183         (gnus-summary-write-article-file): Save decoded article if
10184         gnus-summary-save-article-coding-system is non-nil.
10185
10186         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
10187         type.
10188
10189 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10190
10191         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
10192
10193 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10194
10195         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
10196         first to test gnus-single-article-buffer which may be buffer-local.
10197
10198         * gnus-sum.el (gnus-summary-setup-buffer): Make
10199         gnus-single-article-buffer buffer-local and nil in ephemeral
10200         group; make gnus-article-buffer, gnus-article-current, and
10201         gnus-original-article-buffer always buffer-local.
10202         (gnus-summary-exit): Kill article buffer belonging to ephemeral
10203         group.
10204         (gnus-handle-ephemeral-exit): Don't move to next summary line.
10205
10206 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10207
10208         * nnml.el (nnml-request-compact-group): Compressed files might not
10209         have .gz extension.
10210
10211 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10212
10213         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
10214         (mm-copy-to-buffer): Use with-current-buffer.
10215         (mm-display-part): Simplify.
10216         (mm-inlinable-p): Add optional arg `type'.
10217
10218 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10219
10220         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
10221         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
10222         Try harder to show the attachment internally or externally using
10223         gnus-mime-view-part-as-type.
10224
10225 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10226
10227         * message.el (message-from-style, message-signature-separator)
10228         (message-user-organization-file, message-send-mail-function)
10229         (message-citation-line-function, message-yank-prefix)
10230         (message-indent-citation-function, message-signature)
10231         (message-signature-file, message-signature-insert-empty-line):
10232         Remove autoloads.
10233
10234         * gnus-art.el (gnus-buttonized-mime-types): Remove
10235         "multipart/signed".  Revert 2006-04-26 change.
10236
10237 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10238
10239         * gnus.el (gnus-version-number): Bump version.
10240
10241 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10242
10243         * gnus.el: No Gnus v0.5 is released.
10244
10245 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10246
10247         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
10248         fetching articles by message-id.
10249
10250 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10251
10252         * message.el (hashcash): Require hashcash as normal.
10253
10254         * ecomplete.el (ecomplete-highlight-match-line): Use
10255         point-at-eol.
10256         (ecomplete-highlight-match-line): Use `highlight', because that
10257         face exists in both Emacs and XEmacs.
10258
10259         * message.el (message-display-abbrev): Use point-at-bol.
10260
10261         * mail-source.el: Don't require timer/timer-funcs.
10262
10263         * gnus-async.el: Ditto.
10264
10265         * password.el: Ditto.
10266
10267         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
10268
10269         * mm-url.el: Ditto.
10270
10271         * gnus-xmas.el: Don't require timer-funcs.
10272
10273         * mm-util.el: Require timer/timer-funcs.
10274
10275 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10276
10277         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
10278         Close.
10279
10280 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10281
10282         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
10283         unibyte after clear-decrypt function runs.
10284
10285         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
10286         returns as a unibyte string.
10287
10288 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10289
10290         * lpath.el: Revert.
10291
10292         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
10293         (pgg-gpg-process-sentinel): Revert.
10294
10295         * pgg-pgp.el (pgg-pgp-process-region): Revert.
10296         (pgg-pgp-lookup-key): Revert.
10297
10298         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
10299         (pgg-pgp5-lookup-key): Revert.
10300
10301         * pgg.el (pgg-fetch-key): Revert.
10302
10303 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10304
10305         * lpath.el: Fbind string-as-multibyte for XEmacs.
10306
10307         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
10308         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
10309         (mml1991-pgg-encrypt): Ditto.
10310
10311         * pgg-gpg.el (pgg-string-to-multibyte): New function.
10312         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
10313         a multibyte buffer.
10314
10315         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
10316         (pgg-pgp-lookup-key): Ditto.
10317
10318         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
10319         (pgg-pgp5-lookup-key): Ditto.
10320
10321         * pgg.el (pgg-fetch-key): Ditto.
10322
10323 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
10324
10325         * message.el (message-user-organization-file): Check several
10326         locations of the organization file.
10327
10328         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
10329         Add gnus-article-view-part-as-type.
10330
10331         * gnus-art.el (gnus-article-view-part-as-type): New function.
10332
10333         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
10334         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
10335
10336         * mml.el: Simplify autoload.
10337         (mml-mode): defvar dnd-protocol-alist instead of using
10338         symbol-value.
10339         (mml-default-directory): New variable.
10340         (mml-minibuffer-read-file): Use it.
10341         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
10342
10343         * message.el (message-citation-line-format): New variable.
10344         (message-insert-formated-citation-line): New function.
10345         (message-citation-line-function): Add
10346         `message-insert-formated-citation-line' to custom type.
10347
10348         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
10349         to doc string.
10350
10351         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
10352         depending on mm-verify-option.
10353
10354 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10355
10356         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
10357         binding pgg-* variables; reimplement the section which prevents
10358         MIME header from being signed.
10359         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
10360         pgg-text-mode; remove a blank line at the top of body.
10361
10362         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
10363         lines at the top of body; use gnus-newsgroup-charset if there's no
10364         Charset header.
10365
10366 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10367
10368         * message.el (message-self-insert-commands): Doc fix.
10369
10370         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
10371         (mm-uu-pgp-encrypted-test): Ditto.
10372         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
10373         between header and body; return application/pgp-encrypted handle
10374         if decryption failed; decode decrypted body by charset.
10375
10376         * mm-decode.el (mm-automatic-display): Don't make application/pgp
10377         element match to application/pgp-*.
10378
10379 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10380
10381         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
10382         HTML.
10383
10384 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10385
10386         * mail-source.el (mail-source-call-script): Message the error
10387         string.
10388
10389 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10390
10391         * gnus-util.el (gnus-byte-compile): Use it.
10392
10393 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
10394
10395         * gnus-util.el (kill-empty-logs): New function.
10396
10397 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10398
10399         * message.el (message-mail-alias-type): Doc fix.
10400         (message-mail-alias-type-p): New function.
10401         (message-send): Use it.
10402         (message-mode): Ditto.
10403         (message-strip-forbidden-properties): Ditto.
10404
10405         * ecomplete.el (ecomplete-database-file-coding-system): New
10406         variable.
10407         (ecomplete-save): Use it.
10408         (ecomplete-setup): Use it.
10409
10410 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10411
10412         * message.el (message-self-insert-commands): New variable.
10413         (message-strip-forbidden-properties): Use it.
10414
10415 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10416
10417         * message.el (message-put-addresses-in-ecomplete): Use a regexp
10418         that doesn't make XEmacs choke.
10419
10420 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
10421
10422         * gnus-util.el (gnus-replace-in-string):
10423         Prefer replace-regexp-in-string over of replace-in-string.
10424
10425 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10426
10427         * gnus-util.el (gnus-select-frame-set-input-focus):
10428         Use select-frame-set-input-focus if it is available in XEmacs; use
10429         definition defined in Emacs 22 for old Emacsen.
10430
10431         * dgnushack.el: Autoload unmorse-region for XEmacs.
10432
10433         * lpath.el: Bind cursor-in-non-selected-windows and
10434         select-frame-set-input-focus for XEmacs.
10435
10436 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10437
10438         * mm-view.el (mm-inline-text): Use equal instead of equalp.
10439
10440 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
10441
10442         * gnus-registry.el (gnus-registry-cache-save): Remove text
10443         properties when saving via the temp buffer.
10444
10445 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10446
10447         * message.el (message-generate-hashcash): Honor custom type.
10448
10449 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10450
10451         * message.el (message-generate-hashcash): Default to non-nil when
10452         hashcash is found.
10453
10454         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
10455         (gnus-refer-thread-limit): Increase default to 500.
10456
10457         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
10458
10459         * flow-fill.el (fill-flowed): Allow delete-space.
10460
10461 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10462
10463         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10464         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
10465         Remove autoloads.
10466
10467 2006-04-18  Simon Josefsson  <jas@extundo.com>
10468
10469         * message.el (message-generate-hashcash): Default to.
10470
10471 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10472
10473         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10474         concatenating segments rather than before concatenating them.
10475
10476 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10477
10478         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
10479
10480 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10481
10482         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
10483
10484         * message.el (message-forward-make-body-plain): Allow
10485         message-forward-ignored-headers to be a list.
10486         (message-remove-ignored-headers): Factor out into function.
10487         (message-forward-make-body-mml): Use it.
10488
10489         * imap.el (imap-quote-specials): New function.
10490         (imap-login-auth): Quote specials.
10491
10492         * rfc2231.el (rfc2231-parse-string): Remove dead code.
10493         (rfc2231-parse-string): Allow concatanation of parameters that
10494         aren't contiguous.  The test case is
10495           (mail-header-parse-content-type "message/external-body;
10496             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
10497             access-type=LOCAL-FILE;
10498             name*1*=plugh%2fhello-sailor%2fbing.pdf")
10499
10500 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10501
10502         * nntp.el (nntp-accept-process-output): Return the value of
10503         `nnheader-accept-process-output'.
10504
10505 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10506
10507         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
10508         (gnus-button-alist): Recognize more diff formats.
10509         (gnus-button-patch): Strip directory.
10510
10511 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10512
10513         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
10514         Emacs 22 when setting focus.
10515
10516 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10517
10518         * gnus-art.el (gnus-article-treat-types): Do treatment of
10519         text/x-verbatim parts.
10520         (gnus-button-patch): New command.
10521
10522         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
10523         addresses that contain invalid characters.
10524
10525 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10526
10527         * message.el (message-put-addresses-in-ecomplete): Use
10528         gnus-replace-in-string.
10529         (message-is-yours-p): Use the more correct
10530         mail-header-parse-address instead of
10531         mail-extract-address-components.
10532         (message-put-addresses-in-ecomplete): Fix typo.
10533
10534         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
10535         keystroke.
10536
10537         * gnus-art.el (gnus-treatment-function-alist): Change order of
10538         newsgroups/generic header folding to avoid double-folding.
10539
10540         * message.el (message-hidden-headers): Add X-Draft-From.
10541
10542         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
10543         command.
10544         (gnus-summary-repeat-search-article-backward): New command.
10545
10546         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
10547         groups in the parent topic.
10548
10549 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
10550
10551         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
10552         (spam-extra-header-to-number): Return the CRM114 number as a
10553         number instead of a string.
10554
10555 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10556
10557         * gnus-art.el (gnus-face-properties-alist): Moved here from
10558         gnus-fun.
10559
10560         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
10561
10562 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10563
10564         * message.el (message-strip-forbidden-properties): Only display on
10565         self-insert-command.
10566
10567         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
10568         reindent.
10569         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
10570
10571 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
10572
10573         * smiley.el (smiley-style): Fix typo.
10574
10575 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10576
10577         * hashcash.el (hashcash-insert-payment-async-2): Use
10578         message-goto-eoh instead of doing it manually.
10579         (mail-add-payment): Use message-narrow-to-header instead of trying
10580         to do the same itself.
10581
10582         * message.el (message-hidden-headers): Add Face.
10583
10584         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
10585         reparenting code.
10586         (gnus-summary-reparent-children): Refactored out code.
10587         (gnus-summary-thread-map): New keystroke.
10588         (gnus-summary-reparent-children): Make into command.
10589
10590         * smiley.el (smiley-style): Default to `medium' if using a large
10591         font.
10592
10593         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
10594         does it itself.
10595
10596         * message.el (message-point-in-header-p): Simplify definition.
10597
10598 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10599
10600         * nnagent.el (nnagent-request-set-mark): Silence log file
10601         writing.
10602         (nnagent-request-set-mark): Use write-region instead of
10603         append-to-file.
10604
10605         * gnus-sum.el (gnus-read-header): Fudge article number if using a
10606         strange select method.
10607
10608         * ecomplete.el (ecomplete-display-matches): Get highlightling
10609         right.
10610         (ecomplete-display-matches): Use literals.
10611         (ecomplete-display-matches): Disable message logging.
10612
10613         * message.el (message-display-abbrev): Small optimization.
10614
10615         * ecomplete.el (ecomplete-display-matches): Allow automatic
10616         display.
10617
10618         * message.el (message-strip-forbidden-properties): Display
10619         abbrevs.
10620         (message-display-abbrev): Get automatic display right.
10621
10622         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
10623         keystrokes.
10624
10625 2006-04-13  Romain Francoise  <romain@orebokech.com>
10626
10627         TODO: Backport to v5-10!
10628
10629         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
10630         Moved here (and renamed) from gnus-registry.el.
10631
10632         * gnus-registry.el: Require gnus-util.
10633         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
10634
10635 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10636
10637         * gnus-group.el (gnus-group-catchup-current): Change
10638         if-then-else-if-then-else into cond.
10639         (gnus-group-catchup): Indent.
10640         (group-name-at-point): New function.
10641         (gnus-fetch-group): Provide default from thing at point.
10642
10643 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10644
10645         * message.el (message-display-abbrev): Fix regexp.
10646
10647         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
10648         choosing.
10649         (ecomplete-highlight-match-line): Fix up code rewrite, remove
10650         dead variables.
10651
10652         * message.el (message-newline-and-indent): Remove debugging.
10653         (message-display-abbrev): Use new implementation.
10654
10655 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
10656
10657         * gnus-art.el (gnus-article-mode): Set
10658         cursor-in-non-selected-windows to nil.
10659
10660         * smiley.el: Revert previous change.
10661         (smiley-data-directory): defvar it before using it in the
10662         defcustom of `smiley-style'.
10663
10664 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10665
10666         * message.el (message-newline-and-indent): New function.
10667
10668         * ecomplete.el: Implement more bits.
10669
10670         * message.el (message-put-addresses-in-ecomplete): Clean up the
10671         string.
10672
10673         * ecomplete.el (ecomplete-add-item): Chop off decimals.
10674
10675         * gnus-sum.el (gnus-summary-save-parts): Bind
10676         gnus-summary-save-parts-counter and use it to make unique file
10677         names.
10678
10679         * gnus-art.el (gnus-ignored-headers): Add some more headers.
10680
10681         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
10682         parameter to say whether to actually parse the individual
10683         addresses.
10684
10685         * message.el (message-put-addresses-in-ecomplete): New function.
10686         (ecomplete): Require.
10687         (message-mail-alias-type): Add ecomplete as an option.
10688
10689 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
10690
10691         * flow-fill.el (fill-flowed): Remove trailing space from blank
10692         quoted lines.
10693
10694 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10695
10696         * smiley.el (smiley-style): Move definition later to avoid a
10697         compilation warning.
10698
10699 2006-04-12  Kenichi Handa  <handa@m17n.org>
10700
10701         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10702         buffer and then decode the buffer text if necessary.
10703         (rfc2231-encode-string): Be sure to work on multibyte buffer at
10704         first, and after mm-encode-body, change the buffer to unibyte.
10705         Use mm-disable-multibyte instead of set-buffer-multibyte.
10706
10707 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10708
10709         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
10710         Content-Type header instead of Content-Disposition header.
10711         (gnus-mime-inline-part): Ditto.
10712         (gnus-mime-view-part-as-charset): Ignore charset that the part
10713         specifies.
10714
10715         * mm-decode.el (mm-display-part): Work with external parts and
10716         usual parts similarly.
10717
10718         * mm-extern.el (mm-inline-external-body): Use mm-display-part
10719         instead of gnus-display-mime.
10720
10721         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
10722         instead of with-temp-buffer.
10723
10724         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
10725         tag to summarized topics part in order to encode non-ASCII text.
10726
10727 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10728
10729         * smiley.el (smiley-style): New variable.
10730         (smiley-directory): New function.
10731         (smiley-data-directory): Derive from `smiley-style' using
10732         `smiley-directory'.
10733         (smiley-regexp-alist): Add new entries.
10734
10735         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
10736         (gnus-article-browse-delete-temp): Add :version.
10737
10738 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
10739
10740         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
10741         the sieve region.
10742
10743 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10744
10745         * gnus.el (gnus-version-number): Bump version.
10746
10747 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10748
10749         * gnus.el: No Gnus v0.4 is released.
10750
10751 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10752
10753         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
10754         layout.
10755
10756         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
10757         unknown charset.
10758
10759         * message.el (message-header-synonyms): Add Original-To to the
10760         default.
10761
10762         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
10763         optional parameter.
10764
10765 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
10766
10767         * gnus-fun.el (gnus): Require it for gnus-directory.
10768
10769 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10770
10771         * gnus-fun.el (gnus-face-properties-alist): Add :version.
10772
10773 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10774
10775         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
10776
10777 2006-04-05  Simon Josefsson  <jas@extundo.com>
10778
10779         * password.el (password-reset): New function.
10780
10781 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10782
10783         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
10784         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
10785
10786 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10787
10788         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10789         Some whitespace was matched into the url, which broke browsing hits
10790         > 100 when mm-url-use-external was nil.
10791
10792 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10793
10794         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
10795         gnus-extra-headers for 'Newsgroups.
10796
10797         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
10798         bound.
10799
10800 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
10801
10802         * pgg-gpg.el: Clean up process buffers every time gpg processes
10803         complete.
10804
10805 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
10806
10807         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10808         doc string.
10809
10810 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
10811
10812         * pgg-gpg.el (pgg-gpg-process-filter)
10813         (pgg-gpg-wait-for-completion): Check if buffer is alive.
10814
10815         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
10816         lines, temporary fix.
10817
10818 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10819
10820         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
10821
10822 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
10823
10824         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
10825         default-enable-multibyte-characters.  This reverts the change from
10826         revision 6.17 which is no longer necessary because the passphrase
10827         is sent separately now.  GnuPG messages are unreadable under
10828         multibyte locales with default-enable-multibyte-characters set to
10829         nil.
10830
10831 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
10832
10833         * message.el (message-tool-bar-gnome): Move "spell".
10834
10835 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
10836
10837         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
10838         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
10839         instead.
10840
10841 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
10842
10843         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
10844         newsgroups handling for NNTP overviews which don't include
10845         Newsgroups.
10846
10847 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10848
10849         * message.el (message-resend): Bind message-generate-hashcash to nil.
10850
10851 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10852
10853         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
10854         when searching for already-paid recipients.
10855
10856 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
10857
10858         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
10859         passphrases when it is not needed.
10860         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
10861         passphrase stuff from gpg, should only be necessary when you use
10862         gpg with a smartcard.
10863
10864 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10865
10866         * mml.el (mml-insert-mime): Ignore cached contents of
10867         message/external-body part.
10868
10869         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
10870         (mm-insert-part): Ditto.
10871
10872 2006-03-23  Simon Josefsson  <jas@extundo.com>
10873
10874         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
10875         Reiner.
10876         (pgg-gpg-use-agent-p): Use it again.
10877
10878 2006-03-23  Simon Josefsson  <jas@extundo.com>
10879
10880         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
10881         older emacsen.
10882         (pgg-gpg-use-agent-p): Don't use it.
10883
10884 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
10885
10886         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
10887         if we can.
10888
10889 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
10890
10891         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
10892         (pgg-gpg-update-agent): New function.
10893         (pgg-gpg-use-agent-p): New function.
10894         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
10895         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10896         (pgg-gpg-sign-region): Use it.
10897
10898 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10899
10900         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
10901         Reported by Ralf Wachinger <rwachinger@gmx.de>.
10902
10903 2006-03-21  Simon Josefsson  <jas@extundo.com>
10904
10905         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
10906         <wilde@sha-bang.de>.
10907         (pgg-gpg-use-agent): New variable.
10908         (pgg-gpg-process-region): Use it.
10909         (pgg-gpg-encrypt-region): Likewise.
10910         (pgg-gpg-encrypt-symmetric-region): Likewise.
10911         (pgg-gpg-decrypt-region): Likewise.
10912         (pgg-gpg-sign-region): Likewise.
10913         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
10914
10915 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10916
10917         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
10918
10919         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
10920         Add comment on version.
10921
10922 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
10923
10924         * smiley.el: Add missing test smiley.
10925
10926 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10927
10928         * mm-decode.el (mm-with-part): New macro.
10929         (mm-get-part): Use it; work with message/external-body as well.
10930         (mm-save-part): Treat name and filename equally.
10931
10932         * mm-extern.el (mm-extern-cache-contents): New function.
10933         (mm-inline-external-body): Use it; force the part to be displayed;
10934         move undisplayer added to the cached handle to the parent.
10935
10936         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
10937         (gnus-mime-view-part-as-type): Work with message/external-body.
10938
10939         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
10940
10941 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10942
10943         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
10944         images in image-load-path.  [Sync with image.el, revision 1.60, in
10945         Emacs.]
10946
10947 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10948
10949         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
10950         path rather than symbol.  Always return list of directories.
10951         Guarantee that image directory comes first.  [Sync with image.el,
10952         revision 1.59, in Emacs.]
10953
10954         * message.el (message-make-tool-bar): Adjust to new API of
10955         `gmm-image-load-path-for-library'.
10956
10957         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10958
10959         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10960
10961 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10962
10963         * gnus-art.el (gnus-article-only-boring-p):
10964         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
10965         intangible text.
10966         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
10967
10968 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
10969
10970         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
10971         `defun' instead of `gmm-defun-compat'.
10972
10973 2006-03-14  Simon Josefsson  <jas@extundo.com>
10974
10975         * message.el (message-unique-id): Don't use message-number-base36
10976         if (user-uid) is a float.
10977         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
10978
10979 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10980
10981         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
10982
10983         * gnus-art.el (gnus-mime-display-single): Make sure there is an
10984         empty line between a part and a message part.
10985
10986 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
10987
10988         * smiley.el: Add more test smileys.
10989         (smiley-data-directory, smiley-regexp-alist)
10990         (gnus-smiley-file-types): Fix doc strings.
10991         (smiley-update-cache): Clear smiley-cached-regexp-alist before
10992         adding new elements.
10993         (smiley-mouse-map): Unused code.  Make it a comment.
10994
10995 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10996
10997         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
10998         scan latest NoCeM messages instead of old ones.
10999         (gnus-nocem-check-article): Fix regexps so as to match to PGP
11000         delimiters that are recently used.
11001         (gnus-nocem-load-cache): Add autoload cookie.
11002
11003         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
11004
11005         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
11006         level which is larger than gnus-use-nocem is specified.
11007
11008         * gnus-group.el (gnus-group-get-new-news): Ditto.
11009
11010 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
11011
11012         * gnus-util.el (gnus-tool-bar-update): New function.
11013
11014         * gnus-group.el (gnus-group-update-tool-bar): New variable.
11015         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
11016
11017         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
11018
11019         * gnus-group.el (gnus-group-redraw-when-idle)
11020         (gnus-group-redraw-check): Remove.
11021         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
11022
11023 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11024
11025         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
11026         if optional last element is specified in splits (FIELD VALUE...).
11027
11028 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
11029
11030         * message.el (message-make-tool-bar): Rename gmm-image-load-path
11031         to gmm-image-load-path-for-library.  Call with no-error argument.
11032         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
11033
11034         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11035
11036         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11037
11038         * gmm-utils.el (gmm-image-load-path): Remove alias.
11039
11040 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
11041
11042         * gmm-utils.el (gmm-image-load-path): Add alias.
11043
11044         * nnml.el (nnml-generate-nov-databases-directory): Rename from
11045         nnml-generate-nov-databases-1.
11046         (nnml-generate-nov-databases): Use it.
11047         (nnml-generate-nov-databases-directory): Document no-active
11048         argument.
11049
11050         * gmm-utils.el (gmm-image-load-path-for-library): Return single
11051         directory if path is t.  Add no-error.
11052
11053         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
11054         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11055
11056         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
11057         resetting gnus-article-browse-html-temp-list.
11058
11059         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
11060         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
11061         Add example to docstring.  Rename local variables.  Move error
11062         checks to default case in cond and simplify.
11063
11064 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11065
11066         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
11067         handle is multipart when calling it recursively.
11068         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
11069
11070 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
11071
11072         * nnimap.el (nnimap-request-update-info-internal): Optimize.
11073         Don't `gnus-uncompress-range' to avoid excessive memory usage.
11074
11075 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11076
11077         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
11078         is loaded.
11079
11080         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
11081         loaded.
11082
11083 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11084
11085         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
11086         to "Emacs 23 (unicode)" in doc string.
11087
11088         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
11089         "Emacs 23 (unicode)" in comment.
11090
11091 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11092
11093         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
11094
11095         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
11096         characters 160 through 255 in Emacs 23.
11097
11098 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11099
11100         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
11101         gnus-article-browse-html-temp.
11102         (gnus-article-browse-delete-temp): Make it customizable.  Add
11103         `file'.  Adjust doc string.
11104         (gnus-article-browse-delete-temp-files): Add argument.  Allow
11105         query for each file.  Adjust doc string.
11106         (gnus-article-browse-html-parts): Add
11107         `gnus-article-browse-delete-temp-files' to
11108         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
11109
11110 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
11111
11112         * gnus-art.el (gnus-article-browse-html-temp)
11113         (gnus-article-browse-delete-temp): New variables.
11114         (gnus-article-browse-delete-temp-files): New function.
11115         (gnus-article-browse-html-parts): Use it.
11116
11117 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11118
11119         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
11120
11121         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
11122         string.
11123
11124         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
11125         gnus-summary-insert-new-articles when unplugged.  Remove
11126         gnus-summary-search-article-forward.
11127
11128         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
11129         display-visual-class instead of display-color-cells.
11130
11131 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11132
11133         * dgnushack.el: Autoload customize-group for XEmacs.
11134
11135         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
11136         message/* containing non-ASCII text properly.
11137
11138 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11139
11140         * message.el: Require gmm-utils, remove autoloads.
11141         (message-tool-bar): Set default based on
11142         gmm-tool-bar-style.
11143         (message-tool-bar-gnome): Add gmm-customize-mode.
11144
11145         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
11146         gmm-tool-bar-style.
11147         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
11148
11149         * gnus-group.el (gnus-group-tool-bar): Set default based on
11150         gmm-tool-bar-style.
11151         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
11152
11153         * gmm-utils.el (gmm-image-directory): Rename variable from
11154         gmm-image-load-path.
11155         (gmm-image-load-path): Use gmm-image-directory.
11156         (gmm-customize-mode): New function.
11157         (gmm-tool-bar-style): New variable.
11158
11159         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
11160         gnus-group-redraw-line-number.
11161         (gnus-group-redraw-check): Simplify.
11162         (gnus-group-tool-bar-update): Remove redraw check.
11163         (gnus-group-make-tool-bar): Add redraw check.
11164
11165 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
11166
11167         * gnus-art.el (gnus-button): Add missing parentheses.
11168
11169 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11170
11171         * lpath.el: Fbind line-number-at-pos.
11172
11173 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11174
11175         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
11176
11177 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11178
11179         * gnus-art.el (gnus-button): New face.
11180         (gnus-article-button-face): Use it.
11181
11182         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
11183         gnus-summary-next-page.  Re-order.
11184
11185         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
11186         next-node are now included.
11187         (gnus-group-redraw-line-number): New internal variable.
11188         (gnus-group-redraw-check): Helper function for updating the tool
11189         bar.
11190         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
11191
11192         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
11193
11194         * spam.el (spam-spamassassin-score-regexp): New internal variable.
11195         (spam-extra-header-to-number, spam-check-spamassassin-headers):
11196         Use it to match format of Spamassassin 3.0 and later.  Reported by
11197         IRIE Tetsuya <irie@t.email.ne.jp>.
11198         (spam-check-bogofilter)
11199         (spam-bogofilter-register-with-bogofilter): Fix args of
11200         `gnus-error' calls.
11201
11202 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11203
11204         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
11205         unnecessary interaction when sending queued mails.  Reported by
11206         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
11207
11208 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
11209
11210         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
11211         first or last are nil.
11212
11213 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11214
11215         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
11216
11217 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11218
11219         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
11220
11221 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11222
11223         * dns.el (query-dns): Protect more against buggy tcp output.
11224
11225 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11226
11227         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
11228         nov.php.
11229
11230 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11231
11232         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
11233         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
11234         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
11235         output on the server side.
11236         (nnweb-google-create-mapping): Update regexps and add some
11237         progress indication.
11238
11239 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
11240
11241         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
11242         gnus-agent-toggle-plugged.  Re-order icons.
11243         (gnus-group-tool-bar-gnome): Add
11244         gnus-group-{prev,next}-unread-group.
11245         (gnus-group-tool-bar-gnome): Re-order icons.
11246
11247         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
11248         gnus-summary-insert-new-articles.
11249
11250         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
11251         comments.
11252
11253         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
11254         also available in Emacs 21.3.
11255
11256         * message.el (message-fix-before-sending): Change "Emacs 22" to
11257         "Emacs 23 (unicode)" in comment.
11258
11259         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
11260         "Emacs 23 (unicode)" in comment.
11261
11262         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
11263         comment.
11264         (mm-coding-system-p): Add comment about no-MULE XEmacs.
11265
11266         * mm-view.el (mm-fill-flowed): Add :version.
11267
11268 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11269
11270         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
11271         and load-path.
11272
11273 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
11274
11275         * message.el: Autoload gmm-image-load-path.
11276         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
11277         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
11278         consitency.
11279
11280         * gmm-utils.el (gmm-image-load-path): Also search in
11281         "../etc/images".  Don't set gmm-image-load-path if we don't find
11282         the image.
11283
11284 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11285
11286         * gmm-utils.el (gmm-image-load-path): Don't make
11287         `gmm-image-load-path' include subdirectories which the second arg
11288         `image' might specify.
11289
11290         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
11291         subdirectory to icon file names.
11292
11293         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
11294
11295 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11296
11297         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
11298         gmm-image-load-path calls.
11299
11300         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11301
11302         * message.el (message-make-tool-bar): Ditto.
11303
11304         * mml.el (mml-preview): Added comment concerning tool bar icons.
11305
11306         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
11307         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
11308
11309         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
11310         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
11311
11312         * message.el (message-tool-bar-gnome): Use new icon names.
11313         (message-make-tool-bar): Use `gmm-image-load-path'.
11314
11315         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
11316         functions from MH-E.
11317         (gmm-image-load-path): New variable from MH-E.
11318         (gmm-image-load-path): New function from MH-E.  Added arguments
11319         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
11320         *-image-load-path-called-flag.
11321
11322 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
11323
11324         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
11325
11326 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
11327
11328         * nnimap.el (nnimap-request-move-article): Change folder back to
11329         source group before deleting.
11330
11331 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
11332
11333         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
11334
11335         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
11336         mm-url.
11337
11338         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
11339
11340 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11341
11342         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
11343         coding system which mm-charset-to-coding-system returns for a
11344         given charset is valid.
11345
11346 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
11347
11348         * html2text.el (html2text-remove-tag-list):
11349         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
11350
11351 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
11352
11353         * gnus-cus.el: Revert 2005-10-17 change.
11354
11355 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11356
11357         * gnus-art.el (article-strip-banner): Call
11358         article-really-strip-banner only when the regexp match is made.
11359
11360 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11361
11362         * gnus-art.el (article-strip-banner): Use
11363         gnus-extract-address-components instead of
11364         mail-header-parse-addresses to make it work with non-ASCII text;
11365         remove mail-encode-encoded-word-string.
11366
11367         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
11368         values which are surrounded with \"...\"; make it never cause a
11369         Lisp error; give up parsing of parameters if it failed in
11370         extracting type.
11371
11372 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
11373
11374         * smime.el (smime-cert-by-ldap-1): Fix bug where
11375         `smime-ldap-search' returns results without userCertificates.
11376
11377 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11378
11379         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
11380
11381 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11382
11383         * spam.el (spam-check-spamassassin-headers): Adapt format for
11384         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
11385         <ari@mbf.ocn.ne.jp>.
11386         (spam-list-of-processors): Add spam-use-gmane.
11387
11388 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11389
11390         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
11391         make-temp-file; make it work with XEmacs as well.
11392
11393         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
11394         mm-make-temp-file.
11395
11396         * mm-decode.el (mm-display-external): Use the 3rd arg of
11397         mm-make-temp-file.
11398         (mm-create-image-xemacs): Ditto.
11399
11400 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11401
11402         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
11403         with message-narrow-to-headers.
11404         (gnus-draft-setup): Narrow to header to run message-fetch-field.
11405         (gnus-draft-check-draft-articles): New function.
11406         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
11407
11408 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11409
11410         * gnus-art.el (gnus-article-browse-html-parts):
11411         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
11412         Don't use suffix argument for mm-make-temp-file for Emacs 21
11413         compatibility.  Remove useless `format'.
11414
11415 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11416
11417         * nnweb.el (nnweb-google-wash-article): Update regexps.
11418         (nnweb-group-alist): Use defvoo instead of defvar.
11419
11420 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11421
11422         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
11423         re-loading nn* modules.
11424
11425 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
11426
11427         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
11428         for `tool-bar-mode' and don't check it's default-value.
11429
11430         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11431
11432         * message.el (message-make-tool-bar): Ditto.
11433
11434         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
11435         `substring'.  Shorten tmp-file name.
11436
11437         * gnus.el: Remove bogus comment.
11438
11439 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
11440
11441         * gnus-art.el (gnus-article-browse-html-parts): New function.
11442         (gnus-article-browse-html-article): New function for viewing html
11443         articles with a browser.
11444
11445 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
11446
11447         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
11448         in elisp.
11449         (pgg-gpg-encrypt-symmetric-region): Ditto.
11450         (pgg-gpg-sign-region): Ditto.
11451
11452         * pgg-def.el (pgg-text-mode): New variable.
11453
11454         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
11455         (mml2015-pgg-encrypt): Ditto.
11456
11457         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
11458         (mml1991-pgg-encrypt): Ditto.
11459
11460 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11461
11462         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
11463         message-make-date instead of current-time-string.
11464
11465         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
11466         to gnus-decoded which mm-uu might set.
11467
11468 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11469
11470         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
11471         don't decode quoted parameters; remove misimported Emacs code.
11472         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11473         (rfc2231-decode-encoded-string): Don't use split-string which
11474         behaves differently according to Emacs version; use
11475         mm-decode-coding-region to convert charset to coding-system.
11476         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11477         (rfc2231-encode-string): Remove misimported Emacs code.
11478
11479 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11480
11481         * gnus-art.el (article-decode-charset): Don't use ignore-errors
11482         when calling mail-header-parse-content-type.
11483         (article-de-quoted-unreadable): Ditto.
11484         (article-de-base64-unreadable): Ditto.
11485         (article-wash-html): Ditto.
11486
11487         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
11488         calling mail-header-parse-content-type and
11489         mail-header-parse-content-disposition.
11490         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
11491         mail-header-parse-content-type.
11492
11493         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
11494         insert charset and format parameters; encode description after
11495         inserting it to buffer.
11496         (mml-insert-parameter): Fold lines properly even if a parameter is
11497         segmented into two or more lines; change the max column to 76.
11498
11499         * rfc1843.el (rfc1843-decode-article-body): Don't use
11500         ignore-errors when calling mail-header-parse-content-type.
11501
11502         * rfc2231.el (rfc2231-parse-string): Return at least type if
11503         possible; don't cause an error even if it fails in parsing of
11504         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11505         (rfc2231-encode-string): Don't break lines at the beginning, leave
11506         it to mml-insert-parameter.
11507
11508         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
11509         calling mail-header-parse-content-type.
11510
11511 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
11512
11513         * spam-report.el (spam-report-gmane-use-article-number):
11514         Improve doc string.
11515         (spam-report-gmane-internal): Check if a suitable header was found
11516         in the article.
11517
11518 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11519
11520         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
11521         (rfc2231-encode-string): Make param*=value always begin with LWSP.
11522
11523 2006-02-05  Romain Francoise  <romain@orebokech.com>
11524
11525         Update copyright notices of all files in the gnus directory.
11526
11527 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11528
11529         * nnweb.el (nnweb-request-group): Avoid growing overview files.
11530
11531 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11532
11533         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
11534         segmented lines of parameter value to cope with Thunderbird 1.5
11535         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
11536         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11537         (rfc2231-encode-string): Don't make lines exceeding 76 column.
11538
11539 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
11540
11541         * mml.el (mml-generate-mime-1): Correct the order of inline signed
11542         parts.
11543
11544 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11545
11546         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
11547         there's only one active file for all servers.
11548         (nnweb-request-scan): Make sure nnweb-articles is initialized on
11549         solid groups.  Gnus might have used a FAST request to select the group.
11550         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
11551         and nnweb-search redundantly in the active file.
11552         (nnweb-request-list): Don't list bogus groups.  There can only be one.
11553         (nnweb-request-create-group): Don't use ARGS.
11554         (nnweb-possibly-change-server, nnweb-request-group): Remove some
11555         initialisations.  Let nnoo do the work.
11556
11557 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11558
11559         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
11560         Say the part has been decoded.
11561
11562         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
11563
11564 2006-01-31  Kevin Ryde  <user42@zip.com.au>
11565
11566         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
11567         mailcap-viewer-test-cache when there's no 'test clause, since that
11568         will invert the meaning of a "nil" test previously determined by
11569         mailcap-mailcap-entry-passes-test.
11570
11571 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11572
11573         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
11574         compiling.
11575
11576         * gnus-sum.el: Ditto.
11577
11578         * message.el: Don't bind tool-bar-map when compiling.
11579
11580 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
11581
11582         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
11583
11584 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11585
11586         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
11587         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
11588         current Google Groups.
11589
11590 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
11591
11592         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
11593         and tool-bar-mode.
11594
11595         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
11596         and tool-bar-mode.
11597
11598         * message.el (message-tool-bar-update): Simplify.
11599         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
11600
11601         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
11602         gnus-summary-buffer.
11603         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
11604         gnus-summary-reply.
11605
11606         * gmm-utils.el (gmm): Add :version.
11607
11608 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11609
11610         * Makefile.in (clean): New rule.
11611         (distclean): Use it.
11612
11613 2006-01-26  Steve Youngs  <steve@sxemacs.org>
11614
11615         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
11616         autoload.
11617
11618 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11619
11620         * gmm-utils.el (gmm-verbose): Add :group.
11621
11622 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
11623
11624         * message.el: Change some comments WRT tool-bars.
11625
11626         * gnus-sum.el (gnus-summary-tool-bar)
11627         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
11628         (gnus-summary-tool-bar-zap-list): New variables.
11629         (gnus-summary-make-tool-bar): Complete rewrite using
11630         `gmm-tool-bar-from-list'.
11631
11632         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
11633         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
11634         variables.
11635         (gnus-group-make-tool-bar): Complete rewrite using
11636         `gmm-tool-bar-from-list'.
11637         (gnus-group-tool-bar-update): New function.
11638
11639         * message.el (message-mode-field-menu): Add "Show hidden Headers".
11640
11641 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11642
11643         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
11644         is dissected into a single part of which the type is the same as
11645         the given one; decode charset.
11646
11647 2006-01-21  Kevin Ryde  <user42@zip.com.au>
11648
11649         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
11650         into alists as symbol not string, since that's what
11651         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
11652         look for.
11653
11654 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
11655
11656         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
11657         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
11658
11659         * message.el (message-tool-bar-gnome): Use gmm-ignore.
11660
11661 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11662
11663         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
11664         (gnus-xmas-mime-security-button-menu): New function.
11665
11666         * gnus-art.el (gnus-mime-security-button-commands): New variable.
11667         (gnus-mime-security-button-menu): New definition.
11668         (gnus-mime-security-button-map): Use them.
11669         (gnus-mime-security-button-menu): New function.
11670         (gnus-insert-mime-security-button): Addition to help echo.
11671         (gnus-mime-security-run-function, gnus-mime-security-save-part)
11672         (gnus-mime-security-pipe-part): New functions.
11673
11674         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
11675         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
11676
11677         * mm-decode.el (mm-handle-set-disposition): Remove.
11678         (mm-handle-set-description): Remove.
11679
11680 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11681
11682         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
11683         (mm-w3m-standalone-supports-m17n-p): New function.
11684         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
11685         w3m usage.
11686
11687         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
11688         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
11689
11690 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11691
11692         * message.el (message-tool-bar-zap-list): Use
11693         gmm-tool-bar-zap-list as custom type.
11694         (message-tool-bar-update): New function.
11695         (message-tool-bar, message-tool-bar-gnome)
11696         (message-tool-bar-retro): Add message-tool-bar-update.
11697         (message-tool-bar-gnome): Add flyspell-buffer.
11698
11699         * gnus-util.el (gnus-error): Describe `args'.
11700
11701         * gmm-utils.el (gmm-error): Describe `args'.
11702         (gmm-tool-bar-zap-list): New widget.
11703         (gmm-tool-bar-from-list): Improve description of `zap-list'.
11704
11705 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11706
11707         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
11708         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
11709         the number of recursive calls.
11710
11711         * mm-decode.el (mm-handle-set-disposition): New macro.
11712         (mm-handle-set-description): New macro.
11713
11714 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11715
11716         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
11717         encoding.
11718
11719 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11720
11721         * message.el (message-tool-bar-zap-list, message-tool-bar)
11722         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
11723         (message-tool-bar-local-item-from-menu): Remove.
11724         (message-tool-bar-map): Replace by `message-make-tool-bar'.
11725         (message-make-tool-bar): New function.
11726         (message-mode): Use `message-make-tool-bar'.
11727
11728         * gmm-utils.el: New file.
11729         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
11730         (gmm-lazy): New widget copied from `nnmail.el'.
11731         (gmm-tool-bar-from-list): New function for creating customizable
11732         tool bars.
11733         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
11734         output.
11735         (gmm): Add :prefix to defgroup.
11736
11737 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
11738
11739         * gmm-utils.el (gmm-widget-p): New function.
11740
11741 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11742
11743         * mml.el (mml-attach-file): Describe `description' in doc string.
11744         (mml-menu): Add Emacs MIME manual and PGG manual.
11745
11746 2006-01-20  Richard M. Stallman  <rms@gnu.org>
11747
11748         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
11749
11750 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
11751
11752         * nntp.el (nntp-end-of-line): Doc fix.
11753
11754 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
11755
11756         * imap.el (imap-open): Handle case where buffer is a buffer
11757         object.
11758
11759 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11760
11761         * gnus-delay.el (gnus-delay): Don't autoload.
11762         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11763         to be re-loaded when customizing the `gnus-delay' group.
11764
11765 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
11766
11767         * message.el (message-insert-citation-line): Use newlines.
11768
11769 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11770
11771         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
11772         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
11773         these routines, so the passphrase can be managed externally and
11774         passed in to the system.
11775         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
11776         pgg-add-passphrase-to-cache function.
11777
11778         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
11779         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
11780         these routines, so the passphrase can be managed externally and
11781         passed in to the system.
11782         (pgg-pgp5-sign-region): Use new name of
11783         pgg-add-passphrase-to-cache function.
11784
11785 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11786
11787         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11788         part of the decoded armor to find the key-identifier.
11789         (pgg-gpg-lookup-key-owner): New function to return the
11790         human-readable identifier of a key owner.
11791         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
11792         itself.
11793         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11794         the key value) if we have a key and can match it against a secret
11795         key.  Also, added a note pointing out fact that the prompt only
11796         indicates the first matching key.
11797
11798         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
11799         pgg-decrypt-region.
11800         (pgg-add-passphrase-to-cache): Rename from
11801         `pgg-add-passphrase-cache' to reduce confusion (all callers
11802         changed).
11803         (pgg-remove-passphrase-from-cache): Rename from
11804         `pgg-remove-passphrase-cache' to reduce confusion (all callers
11805         changed).
11806         (pgg-read-passphrase, pgg-add-passphrase-cache)
11807         (pgg-remove-passphrase-cache): Add informative docstrings.
11808         (pgg-decrypt): Convey provided passphrase in subordinate call to
11809         pgg-decrypt-region.
11810
11811 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
11812
11813         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11814         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11815         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11816         'passphrase' argument, so the passphrase can be managed externally
11817         and then passed in to the system.
11818
11819         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11820         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
11821         so the passphrase cache can be used reliably with identifiers
11822         besides a pgp packet's key id.
11823
11824         * pgg-gpg.el (pgg-gpg-encrypt-region)
11825         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11826         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
11827         these routines, so the passphrase can be managed externally and
11828         passed in to the system.
11829
11830         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11831         'notruncate' argument, so the passphrase cache can be used
11832         reliably with identifiers besides a pgp packet's key id.
11833
11834 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
11835
11836         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11837         symmetric encryption.
11838         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11839         encrypted session key.
11840         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11841         message ask for the passphrase in a proper way.
11842
11843         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11844         New user commands for symmetric encryption.
11845
11846 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11847
11848         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
11849
11850         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
11851
11852 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
11853
11854         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
11855
11856 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11857
11858         * mm-decode.el (mm-inlined-types): Add application/pgp.
11859         (mm-automatic-display): Ditto.
11860
11861         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
11862         part as text.
11863
11864 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11865
11866         * nnrss.el: Update copyright.
11867         (nnrss-opml-import): Query whether to subscribe to each entry.
11868
11869         * gnus-art.el:
11870         * gnus-sum.el:
11871         * gnus-xmas.el:
11872         * messagexmas.el:
11873         * mm-uu.el:
11874         * mm-view.el: Update copyright.
11875
11876 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
11877
11878         * message.el (message-info): New function.
11879         (message-mode-menu): Add it.
11880         Update copyright.
11881
11882         * ChangeLog: Fix and update copyright.
11883
11884 2006-01-13  Romain Francoise  <romain@orebokech.com>
11885
11886         * message.el (message-forward-subject-name-subject): Prefer the
11887         address to 'nowhere' if the sender has no name.
11888         Fix typo.  Update copyright year.
11889
11890 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11891
11892         * gnus-art.el (article-wash-html): Use
11893         gnus-summary-show-article-charset-alist if a numeric arg is given.
11894         (gnus-article-wash-html-with-w3m-standalone): New function.
11895
11896         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
11897         mm-inline-text-html-render-with-w3m-standalone.
11898         (mm-text-html-washer-alist): Map w3m-standalone to
11899         gnus-article-wash-html-with-w3m-standalone.
11900         (mm-inline-text-html-render-with-w3m-standalone): New function.
11901
11902 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
11903
11904         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
11905         Improve LaTeX.
11906
11907 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11908
11909         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
11910         (nnrss-request-article): Render text/plain parts as HTML.
11911
11912         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
11913         the buffer.
11914
11915 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
11916
11917         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
11918         custom definition of `gnus-posting-styles'.
11919
11920         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
11921         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
11922
11923 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11924
11925         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
11926         Use nntp for bug archive.
11927
11928 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11929
11930         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
11931         parts.
11932         (nnrss-normalize-date): New function converts ISO 8601 date into
11933         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11934         (nnrss-check-group): Use it.
11935
11936 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11937
11938         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
11939
11940         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
11941         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11942         (nnrss-insert-w3): Ditto.
11943
11944 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11945
11946         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
11947         the articles to be forwarded including the case where neither a
11948         number of articles nor a region is specified.
11949
11950 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11951
11952         * nnrss.el (nnrss-request-article): Fix last change; fill
11953         text/plain parts.
11954
11955 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11956
11957         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
11958         in text/plain part.
11959         (nnrss-check-group): Don't add excessive newline to dc:subject.
11960
11961 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
11962
11963         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
11964         article.
11965
11966 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11967
11968         * nnml.el: Don't require gnus-bcklg.  Autoload it.
11969         (nnml-use-compressed-files, nnml-save-mail): Support other
11970         comression programs such as bzip2.
11971
11972 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11973
11974         * dns.el (query-dns): Make sure we check the buffer size before
11975         removing tcp headers.
11976
11977 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11978
11979         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
11980         remove MIME buttons associated with multipart/alternative parts.
11981         (gnus-mime-display-alternative): Tag buttons using `article-type'
11982         text property.
11983
11984         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
11985         associated with multipart/alternative parts.
11986
11987         * gnus-art.el (gnus-signature-separator): Fix custom type.
11988
11989         * mm-decode.el (mm-inlined-types): Fix custom type.
11990         (mm-keep-viewer-alive-types): Ditto.
11991         (mm-automatic-display): Ditto.
11992         (mm-attachment-override-types): Ditto.
11993         (mm-inline-override-types): Ditto.
11994         (mm-automatic-external-display): Ditto.
11995
11996 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11997
11998         * spam-report.el (spam-report-user-mail-address)
11999         (spam-report-user-agent): New variables.
12000         (spam-report-url-ping-plain): Use spam-report-user-agent.
12001
12002 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
12003
12004         * gnus-art.el (gnus-button-handle-custom): Do not just use
12005         `customize-apropos' for any "M-x customize-*" button but the
12006         function called for.  Accept both the function name and its
12007         argument in order to achieve this.
12008         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
12009         function name to `gnus-button-handle-custom' in case of "M-x
12010         customize-*" buttons.
12011
12012 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12013
12014         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
12015         multipart/alternative and add xref to mm-discouraged-alternatives
12016         in doc string.
12017
12018         * mm-decode.el (mm-discouraged-alternatives): Add xref to
12019         gnus-buttonized-mime-types in doc string.
12020
12021 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
12022
12023         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
12024         Suggest image/.* in the doc string.
12025
12026 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12027
12028         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
12029         message-marks (Debian bug #342521).
12030
12031 2005-12-12  Simon Josefsson  <jas@extundo.com>
12032
12033         * password.el (password-read-from-cache): Add.
12034         (password-read): Use it.
12035
12036 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12037
12038         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
12039         us-ascii as a MIME charset.
12040
12041         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
12042         against the case where the 2nd arg TYPE is nil.
12043
12044 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12045
12046         * pop3.el (pop3-stream-type): Fix custom version.
12047
12048         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
12049
12050 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12051
12052         * mm-decode.el (mm-display-external): Add missing cdr.
12053
12054 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12055
12056         * mm-decode.el (mm-display-external): Use nametemplate (defined in
12057         RFC1524) if it is in mailcap or add a suffix according to
12058         mailcap-mime-extensions when generating a temp filename; postpone
12059         deleting a temp file for 2 seconds for some wrappers, shell
12060         scripts, and so on, which might exit right after having started a
12061         viewer command as a background job.
12062
12063 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12064
12065         * nntp.el (nntp-marks-directory): Fix custom group.
12066
12067         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
12068         steps when < 10.
12069
12070         * gnus-start.el (gnus-no-server-1): Mention
12071         `gnus-level-default-subscribed' in doc string.
12072
12073 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12074
12075         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
12076         parens.
12077
12078 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12079
12080         * gnus-xmas.el (gnus-use-toolbar): Revert.
12081         (gnus-xmas-setup-toolbar): Use global default-toolbar if
12082         gnus-use-toolbar is default.
12083
12084         * messagexmas.el (message-use-toolbar): Revert.
12085         (message-setup-toolbar): Use global default-toolbar if
12086         message-use-toolbar is default.
12087
12088 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12089
12090         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
12091         according to default-toolbar-visible-p.
12092
12093         * messagexmas.el (message-use-toolbar): Ditto.
12094
12095 2005-11-26  Dave Love  <fx@gnu.org>
12096
12097         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
12098         (tls-program, tls-success): Provide openssl alternative.
12099
12100         * starttls.el: Doc fixes.
12101         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
12102         SERVICE to PORT.
12103
12104         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
12105         port null or service name.
12106         (starttls-negotiate): Autoload.
12107
12108 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12109
12110         * message.el (message-kill-to-signature): Fix interactive spec.
12111
12112 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12113
12114         * pop3.el (pop3-open-server): Recognize a string as a service name.
12115
12116 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
12117
12118         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
12119
12120 2005-11-23  Dave Love  <fx@gnu.org>
12121
12122         Add pop3s, pop3/starttls.
12123
12124         * pop3.el (pop3-authentication-scheme): Clarify doc.
12125         (open-tls-stream, starttls-open-stream): Autoload.
12126         (pop3-stream-type): New.
12127         (pop3-open-server): Use it.
12128
12129         * mail-source.el (mail-sources): Fix some :types.  Add stream type
12130         for POP.
12131         (mail-source-keyword-map): Add :stream for POP.
12132         (mail-source-fetch-pop): Use pop3-stream-type.
12133
12134 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12135
12136         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
12137         of current-time-string.
12138
12139 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
12140
12141         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
12142         date header.
12143
12144 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12145
12146         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
12147         it can seriously impact performance as it bypasses the agent's
12148         local caches.
12149
12150 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12151
12152         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
12153         must be explicitly online rather than "not explicitly offline" for
12154         its flags to be synchronized.
12155
12156         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
12157         that gnus-uu-unmark-thread will function correctly.
12158
12159         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
12160         1024K is instead displayed as 1M.
12161
12162 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12163
12164         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
12165
12166 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
12167
12168         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
12169
12170 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
12171
12172         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
12173         error message to display actual error condition.
12174         (gnus-agent-save-local): Avoid saving symbols that are bound to
12175         nil as they simply result in a warning message in
12176         gnus-agent-read-local.
12177
12178 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12179
12180         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
12181         rather than make-variable-buffer-local for file-precious-flag.
12182
12183 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12184
12185         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
12186         for duplicates which are removed.  The invalid sort check then
12187         triggers a rescan after the sort as sorting may have moved
12188         duplicate entries such that they can be cheaply detected.
12189
12190 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12191
12192         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
12193
12194 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12195
12196         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
12197         internal variable to a custom variable.  Changed default value
12198         from compressed(2) to uncompressed(1).
12199         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
12200         support for uncompressed agentview files.  Taken together, reading
12201         the agentview file should now be 6-7 times faster.
12202
12203 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12204
12205         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
12206         as a buffer-local variable.  This avoids creating truncated
12207         dribble files as a result of a hang up, eg.
12208
12209 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
12210
12211         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
12212         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
12213         XEmacs.
12214
12215 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12216
12217         * gnus-start.el (gnus-start-draft-setup): Enforce
12218         `gnus-draft-mode' for nndraft:drafts at startup.
12219
12220         * gnus.el (gnus-splash): Change custom group.
12221         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
12222         allow-list argument.
12223
12224         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
12225         string.
12226
12227 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12228
12229         * gnus-art.el (gnus-default-article-saver): Add user-defined
12230         `function' to custom type.
12231
12232 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12233
12234         * imap.el (imap-open): Handle case where buffer is a buffer
12235         object.
12236
12237 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12238
12239         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
12240         long lines.
12241         (gnus-cache-delete-group): Wrap doc strings.
12242
12243         * gnus-agent.el (gnus-agent-rename-group)
12244         (gnus-agent-delete-group): Wrap doc strings.
12245
12246 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12247
12248         * messagexmas.el (message-use-toolbar): Change the valid values
12249         into default, top, bottom, left, and right.
12250         (message-toolbar-thickness): New variable.
12251         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
12252         well.
12253         (message-setup-toolbar): Make it work.
12254
12255         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
12256         (gnus-use-toolbar): Change the valid values into default, top,
12257         bottom, left, and right.
12258         (gnus-toolbar-thickness): New variable.
12259         (gnus-xmas-setup-toolbar): New function.
12260         (gnus-xmas-setup-group-toolbar): Use it.
12261         (gnus-xmas-setup-summary-toolbar): Use it.
12262
12263 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12264
12265         * gnus-start.el (gnus-1): Add "native" to
12266         gnus-predefined-server-alist.
12267
12268         * gnus.el (gnus-method-to-server): Don't add "native" to the
12269         lists here, because that leads to problems when
12270         gnus-select-method is bound.
12271
12272 2005-11-09  Simon Josefsson  <jas@extundo.com>
12273
12274         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
12275         use (not sort-by-date) instead.
12276
12277 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12278
12279         * gnus-delay.el (gnus-delay-group): Don't autoload.
12280         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12281         to be re-loaded when customizing the `gnus-delay' group.
12282
12283 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
12284
12285         * message.el: Revert last changes.
12286         (message-insert-citation-line): Use newlines.
12287
12288 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
12289
12290         * message.el (message-courtesy-message)
12291         (message-mark-insert-begin, message-mark-insert-end)
12292         (message-elide-ellipsis, message-cancel-message)
12293         (message-add-header, message-change-subject)
12294         (message-cross-post-followup-to-header)
12295         (message-cross-post-insert-note, message-reduce-to-to-cc)
12296         (message-widen-reply, message-delete-not-region)
12297         (message-kill-to-signature, message-insert-signature)
12298         (message-insert-importance-high, message-insert-importance-low)
12299         (message-insert-or-toggle-importance)
12300         (message-insert-disposition-notification-to)
12301         (message-indent-citation, message-yank-original)
12302         (message-cite-original-without-signature, message-cite-original)
12303         (message-insert-citation-line, message-position-on-field)
12304         (message-fix-before-sending, message-send-mail-partially)
12305         (message-send-mail, message-send-mail-with-sendmail)
12306         (message-send-mail-with-qmail, message-send-news)
12307         (message-check-news-header-syntax, message-generate-headers)
12308         (message-insert-courtesy-copy, message-fill-address)
12309         (message-fill-header, message-shorten-references)
12310         (message-setup-1, message-cancel-news)
12311         (message-forward-make-body-plain, message-forward-make-body-mime)
12312         (message-forward-make-body-mml, message-encode-message-body)
12313         (message-forward-make-body-digest-plain)
12314         (message-forward-make-body-digest-mime)
12315         (message-use-alternative-email-as-from): Insert `hard-newline'
12316         instead of ordinary newlines.
12317
12318 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12319
12320         * message.el (message-generate-headers): Downcase the argument
12321         given to message-check-element.
12322
12323 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
12324
12325         * nntp.el (nntp-authinfo-rejected): New error condition.
12326         (nntp-wait-for): Use new error condition to signal authentication
12327         error.
12328         (nntp-retrieve-data): Rethrow new error condition to break out of
12329         recursive call to nntp-send-authinfo.
12330
12331 2005-11-08  Romain Francoise  <romain@orebokech.com>
12332
12333         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
12334         (gnus-summary-exit-map): Bind to `Z p'.
12335         (gnus-summary-make-menu-bar): Add menu item.
12336
12337 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
12338
12339         * gnus-art.el (gnus-article-treat-custom): Add `first'.
12340         (gnus-treat-*): Add `first' in all doc strings.
12341
12342         * gnus-group.el (gnus-group-compact-group): Fix typo.
12343
12344 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12345
12346         * gnus.el (gnus-parameters-case-fold-search): New variable.
12347         (gnus-parameters-get-parameter): Use it.
12348
12349         * gnus-score.el (gnus-home-score-file): Doc fix.
12350
12351 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
12352
12353         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
12354
12355 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12356
12357         * mm-util.el (mm-special-display-p): New function.
12358
12359         * mml.el (mml-preview): Use it; doc fix.
12360
12361 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12362
12363         * imap.el (imap-open): Handle case where buffer is a buffer object.
12364
12365 2005-10-29  Romain Francoise  <romain@orebokech.com>
12366
12367         * message.el (message-fix-before-sending): Fix comment.
12368
12369 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12370
12371         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
12372
12373 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12374
12375         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
12376         Used in gnus-score.el.
12377
12378 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12379
12380         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
12381
12382 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
12383
12384         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
12385         whitespace removed in revision 7.8.  Use concatenated string to
12386         protect trailing whitespace.
12387
12388 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
12389
12390         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
12391         (nnimap-request-expire-articles): Use it to avoid sending 'UID
12392         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
12393         Courier IMAP ("some version from 2004").  Mostly based on similar
12394         code in the same function.
12395
12396 2005-10-26  Didier Verna  <didier@xemacs.org>
12397
12398         * gnus-group.el (gnus-group-compact-group): Invalidate original
12399         article buffer.
12400         * gnus-srvr.el (gnus-server-compact-server): Ditto.
12401         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
12402         NOV database and in article itself.
12403         Invalidate article backlog.
12404
12405 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12406
12407         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
12408
12409 2005-10-26  Simon Josefsson  <jas@extundo.com>
12410
12411         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
12412         part of 2004-07-25 change.
12413
12414 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12415
12416         * message.el (message-display-completion-list): New function.
12417         (message-expand-group): Use it; make sure the Completions buffer
12418         is modifiable.
12419 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
12420
12421         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
12422         user-mail-name is an empty string.
12423
12424 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12425
12426         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
12427         depending on gnus-score-decay-constant.
12428
12429         * encrypt.el (encrypt-insert-file-contents)
12430         (encrypt-write-file-contents): Don't use `gnus-message'.
12431
12432         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
12433         arguments.
12434         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
12435         arguments to mm-uu-verbatim-marks-extract.
12436         (mm-uu-hide-markers): New variable.
12437         (mm-uu-extract): Use face similar to `gnus-cite-3'.
12438
12439         * gnus-fun.el (gnus-convert-image-to-x-face-command)
12440         (gnus-convert-image-to-face-command): Use "convert" by default to
12441         allow other input image formats.
12442         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
12443         accordingly.
12444
12445 2005-10-23  Simon Josefsson  <jas@extundo.com>
12446
12447         * imap.el (imap-gssapi-program): Align command line parameters
12448         with latest GNU SASL.
12449         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
12450
12451 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12452
12453         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
12454         HTML.
12455         (nnslashdot-request-article): Ditto.
12456
12457         * lpath.el (featurep): Add nobreak-char-display.
12458
12459 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12460
12461         * mail-source.el (mail-source-fetch-pop): Require pop3.
12462         (mail-source-check-pop): Ditto.
12463
12464 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12465
12466         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
12467         errors.
12468
12469 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12470
12471         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
12472         (gnus-treat-strip-leading-blank-lines): Improve doc string.
12473
12474         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
12475
12476         * mm-bodies.el (mm-decode-string): Call
12477         `mm-charset-to-coding-system' with allow-override argument.
12478
12479 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12480
12481         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
12482         (rfc2047-charset-to-coding-system): New function.
12483         (rfc2047-decode-encoded-words): New function.
12484         (rfc2047-decode-region): Use them.
12485         (rfc2047-decode-cte): Remove.
12486         (rfc2047-parse-and-decode): Remove.
12487         (rfc2047-decode): Remove.
12488
12489 2005-10-15  Kenichi Handa  <handa@m17n.org>
12490
12491         * rfc2047.el (rfc2047-decode-cte): New function.
12492         (rfc2047-decode-region): Change the way to decode successive
12493         encoded-words: decode B- or Q-encoding in each encoded-word,
12494         concatenate them, and decode it as charset.
12495
12496 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12497
12498         * lpath.el: Fbind codepage-setup for XEmacs.
12499
12500 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
12501
12502         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
12503         widget-move-and-invoke.
12504         (gnus-custom-mode): Use gnus-custom-map.
12505
12506 2005-10-15  Bill Wohler  <wohler@newt.com>
12507
12508         * message.el (message-tool-bar-map): Renamed image file from
12509         mail_send to mail/send.
12510
12511 2005-10-16  Masatake YAMATO  <jet@gyve.org>
12512
12513         * message.el (message-expand-group): Pass the common
12514         prefix substring of completion to `display-completion-list'.
12515
12516 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
12517
12518         * mml-sec.el (mml-secure-method): New internal variable.
12519         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
12520         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
12521         functions using mml-secure-method.
12522
12523         * mml.el (mml-mode-map): Add key bindings for those functions.
12524         (mml-menu): Simplify security menu entries.  Suggested by Jesper
12525         Harder <harder@myrealbox.com>.
12526         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
12527         end of message if point is the headers of the message.
12528
12529         * message.el (message-in-body-p): New function.
12530
12531         * assistant.el: Autoload gnus-util and netrc.
12532
12533         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
12534         Use `mm-charset-override-alist' only when decoding.
12535
12536         * mm-bodies.el (mm-decode-body): Call
12537         `mm-charset-to-coding-system' with allow-override argument.
12538
12539         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
12540         `filename' from Content-Disposition if Content-Type doesn't
12541         provide `name'.
12542         (gnus-mime-view-part-as-type): Set default instead of
12543         initial-input.
12544
12545 2005-10-09  Daniel Brockman  <daniel@brockman.se>
12546
12547         * format-spec.el (format-spec): Propagate text properties of % spec.
12548
12549 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12550
12551         * gnus-art.el (gnus-treat-predicate): Add `first'.
12552
12553 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12554
12555         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
12556         (mm-charset-override-alist): New variable.
12557         (mm-charset-to-coding-system): Use it.
12558         (mm-codepage-setup): New helper function.
12559         (mm-charset-eval-alist): New variable.
12560         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
12561         about unknown charsets.
12562
12563         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
12564
12565 2005-10-04  David Hansen  <david.hansen@gmx.net>
12566
12567         * nnrss.el (nnrss-request-article): Add support for the comments tag.
12568         (nnrss-check-group): Ditto.
12569
12570 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12571
12572         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
12573         Rename x-gnus-verbatim to x-verbatim.
12574         (mm-uu-type-alist): Fix regexp for verbatim-marks.
12575
12576         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
12577         x-verbatim.
12578
12579         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
12580
12581         * gnus-util.el (gnus-remove-duplicates): Remove.
12582
12583         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
12584         instead of gnus-remove-duplicates.
12585
12586         * message.el (message-remove-duplicates): Remove.
12587         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
12588         message-remove-duplicates.
12589
12590         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
12591         available, else use implementation from `delete-dups'.
12592
12593         * message.el (message-insert-expires): New function.
12594         (message-mode-map): Add key binding.
12595         (message-mode-field-menu): Add menu entry.
12596         (message-mode): Document it.
12597         (message-make-expires-date): Use `message-make-date'.
12598
12599 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
12600
12601         * message.el (message-make-expires-date): New function.
12602
12603 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12604
12605         * Makefile.in (list-installed-shadows): New entry.
12606         (install): Use it.
12607         (remove-installed-shadows): New entry.
12608
12609         * dgnushack.el (dgnushack-default-load-path): New variable.
12610         (dgnushack-find-lisp-shadows): New function.
12611         (dgnushack-remove-lisp-shadows): New function.
12612
12613 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12614
12615         * Makefile.in (install-el-elc): New entry.
12616         (install): Use it so that .el files are necessarily installed.
12617
12618 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12619
12620         * time-date.el: Autoload parse-time-string, XEmacs needs it.
12621
12622 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12623
12624         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
12625         function rather than the diff-mode.el package.
12626         (mm-display-external): Use with-current-buffer.
12627         (mm-viewer-completion-map, mm-viewer-completion-map):
12628         Move initialization inside declaration.
12629
12630 2005-09-29  Simon Josefsson  <jas@extundo.com>
12631
12632         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
12633         autoload mail-check-payment.
12634         (spam-check-hashcash): Define unconditionally, since hashcash.el
12635         is part of Gnus now.  Ignore errors from payment checking.
12636
12637 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
12638
12639         * message.el (message-bold-region, message-unbold-region): Rename
12640         from `bold-region' and `unbold-region'.
12641
12642         * message.el: Remove useless autoloads.
12643
12644 2005-09-28  Simon Josefsson  <jas@extundo.com>
12645
12646         * message.el (message-use-idna): Default to t.
12647         (message-use-idna): Test whether encoding works too.  Doc fix.
12648
12649 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12650
12651         * nntp.el (nntp-warn-about-losing-connection): Remove.
12652
12653 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
12654
12655         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
12656         customizable.  Change default value.
12657         (mm-uu-diff-groups-regexp): Change default value.
12658         (mm-uu-type-alist): Add doc string.
12659         (mm-uu-configure): Add doc string.  Make it interactive.
12660         (mm-uu-tex-groups-regexp): New variable.
12661         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
12662         (mm-uu-type-alist): Add LaTeX documents.
12663         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
12664         of "text/verbatim".
12665         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
12666
12667         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
12668         instead of "text/verbatim".
12669
12670         * message.el (message-mark-inserted-region)
12671         (message-mark-insert-file): Use slrn style marks when called with
12672         prefix argument.
12673
12674 2005-09-27  Simon Josefsson  <jas@extundo.com>
12675
12676         * message.el (message-idna-to-ascii-rhs-1): Reformat.
12677
12678 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
12679
12680         * message.el (message-remove-duplicates): New function.
12681         Implementation borrowed from `gnus-remove-duplicates'.
12682         (message-idna-to-ascii-rhs): Also encode idna addresses in
12683         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12684         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
12685         only ask about the same idna domain once per header and also tell
12686         in what header to replace the idna domain.
12687
12688         * gnus-art.el (article-decode-idna-rhs): Also decode idna
12689         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12690         (article-decode-idna-rhs): Fix regexp so that all idna-address in
12691         a header is decoded and not just the last one.
12692
12693 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12694
12695         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
12696         has been decoded.
12697
12698         * mm-decode.el (mm-automatic-display): Add text/verbatim.
12699         (mm-insert-part): Don't modify text if it has been decoded.
12700
12701         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
12702         decoded.
12703
12704         * mm-view.el (mm-inline-text): Don't strip text props unless
12705         decoding enriched or richtext parts.
12706
12707 2005-09-25  Romain Francoise  <romain@orebokech.com>
12708
12709         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
12710         * gnus-start.el (gnus-subscribe-interactively):
12711         * gnus-uu.el (gnus-uu-grab-articles):
12712         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
12713         space.
12714
12715 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
12716
12717         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
12718         * mm-view.el (mm-view-pkcs7-decrypt):
12719         * gnus-sum.el (gnus-summary-limit-to-extra)
12720         (gnus-summary-respool-article, gnus-read-move-group-name):
12721         * gnus-score.el (gnus-summary-increase-score):
12722         * gnus-util.el (gnus-completing-read-with-default):
12723         * gnus-art.el (gnus-read-save-file-name)
12724         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
12725         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
12726         * message.el (message-check-news-header-syntax):
12727         Follow convention for reading with the minibuffer.
12728
12729 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
12730
12731         * spam-report.el (spam-report-url-ping-plain):
12732         Use gnus-extended-version as User-Agent.
12733
12734         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
12735         default value is nil.
12736
12737         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
12738         (mm-uu-verbatim-marks-extract): New function.
12739         (mm-uu-extract): New face.
12740         (mm-uu-copy-to-buffer): Use it.
12741
12742         * spam-report.el (spam-report-gmane-ham): Renamed from
12743         `spam-report-gmane-unspam'.
12744         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
12745         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
12746
12747         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
12748         Autoload.
12749         (spam-report-gmane-unregister-routine): Renamed
12750         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
12751
12752 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
12753
12754         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
12755         (spam-report-gmane-unregister-routine): Add support for gmane
12756         unregistration.
12757
12758         * spam-report.el (spam-report-gmane-unspam)
12759         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
12760         (spam-report-gmane): Change to take a single article and do unspam
12761         registration.
12762
12763 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12764
12765         * mm-url.el (mm-url-decode-entities): Fix regexp.
12766
12767 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12768
12769         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
12770         default to nil, to be able to use Gnus at all.  If the default
12771         switches to something else, then the function should be fixed not
12772         be exceedingly slow.
12773
12774 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
12775
12776         * gnus-start.el (gnus-activate-group): If the server is nil, don't
12777         fail hard.
12778
12779         * spam-report.el: Add better Keywords line.
12780
12781         * spam.el: Add Maintainer and better Keywords line.
12782
12783 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12784
12785         * gnus-art.el (gnus-article-replace-part)
12786         (gnus-mime-replace-part): New functions.
12787         (gnus-mime-action-alist, gnus-mime-button-commands)
12788         (gnus-mime-save-part-and-strip): Added file argument.
12789         (gnus-article-part-wrapper): Added interactive argument.
12790
12791         * gnus-sum.el (gnus-summary-mime-map): Add
12792         `gnus-article-replace-part'.
12793
12794 2005-09-19  Didier Verna  <didier@xemacs.org>
12795
12796         The nnml compaction feature:
12797         * nnml.el (nnml-request-compact-group): New function.
12798         * nnml.el (nnml-request-compact): New function.
12799         * gnus-int.el (gnus-request-compact-group): New function.
12800         * gnus-int.el (gnus-request-compact): New function.
12801         * gnus-group.el (gnus-group-compact-group): New function.
12802         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
12803         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
12804         * gnus-srvr.el (gnus-server-compact-server): New function.
12805         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
12806         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
12807
12808 2005-09-18  Deepak Goel  <deego@gnufans.org>
12809
12810         * sieve.el (sieve-help): Fix `message' call: first arg should be a
12811         format spec.
12812
12813 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12814
12815         * gnus.el (gnus-group-startup-message): Bind image-load-path.
12816
12817 2005-09-15  Romain Francoise  <romain@orebokech.com>
12818
12819         * message.el (message-fill-paragraph): Clarify docstring.
12820
12821 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12822
12823         * gnus-art.el (gnus-mime-display-part): Protect against broken
12824         MIME messages.
12825
12826 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12827
12828         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
12829         before parsing header.
12830
12831 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
12832
12833         * html2text.el (html2text-replace-list): Add new entities.
12834
12835 2005-09-11  Romain Francoise  <romain@orebokech.com>
12836
12837         * message.el (message-alternative-emails): Improve docstring.
12838         (message-setup-1): Call `message-use-alternative-email-as-from'
12839         after `message-setup-hook' to give it precedence over posting
12840         styles, etc.
12841         (message-use-alternative-email-as-from): Add docstring.  Remove
12842         the original From header if present.
12843
12844         * nnml.el (nnml-compressed-files-size-threshold): New variable.
12845         (nnml-save-mail): Use it.
12846
12847         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
12848         articles.  Add new argument `silent'.
12849         (gnus-uu-mark-all): Report the total number of marked articles.
12850
12851 2005-09-10  Romain Francoise  <romain@orebokech.com>
12852
12853         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
12854         (gnus-uu-mark-series): Likewise.
12855
12856 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
12857
12858         * spam-report.el (spam-report-gmane): Fix generation of spam
12859         report URL.
12860
12861 2005-09-10  Simon Josefsson  <jas@extundo.com>
12862
12863         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
12864         t, based on discussion on the ding list with Robert Epprecht
12865         <epprecht@solnet.ch>.
12866
12867 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
12868
12869         * spam-report.el (spam-report-gmane): Make it work without
12870         X-Report-Spam header.  Gmane now only provides Archived-At.
12871         This is only used if `spam-report-gmane-use-article-number' is nil.
12872         (spam-report-gmane-spam-header): Remove.  Not used anymore.
12873
12874         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
12875         make `gnus-summary-sort-by-recipient' work with threading.
12876
12877         * nnweb.el (nnweb-google-wash-article): Print a message if article
12878         is not available.
12879
12880 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12881
12882         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
12883         change.  Decode text/* parts content before displaying.
12884
12885 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
12886
12887         * mml-smime.el: Remove defvar of gnus-extract-address-components.
12888
12889 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12890
12891         * mm-view.el (mm-display-inline-fontify): Disable support modes.
12892
12893         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
12894         url-package-name, url-package-version,
12895         w3m-cid-retrieve-function-alist, w3m-current-buffer,
12896         w3m-display-inline-images, and w3m-minor-mode-map.
12897
12898 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
12899
12900         * message.el (message-tab-body-function): Fix mismatched custom type.
12901
12902         * gnus.el (gnus-group-change-level-function): Ditto.
12903
12904         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
12905
12906         * gnus-art.el (gnus-signature-limit)
12907         (gnus-article-mime-part-function): Ditto.
12908
12909 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12910
12911         * mml.el (mml-mode): Silence the byte compiler.
12912
12913         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
12914         using `(sit-for 0)' before moving the point to the specified part;
12915         skip unbuttonized parts.
12916         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
12917         return to the summary window if gnus-auto-select-part is non-nil.
12918
12919 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
12920
12921         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
12922         variables.
12923         (mml-dnd-attach-file, mml-mode): Use them.
12924
12925         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
12926         Make fetching article by MID work again for Google Groups.  Added
12927         FIXME concerning gnus-group-make-web-group.
12928
12929         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
12930         Don't depend on Gnus by using mail-extract-address-components if
12931         gnus-extract-address-components is not bound.
12932
12933 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12934
12935         * gnus-art.el (gnus-mime-display-security): Don't display the
12936         signature, but only the signed part.
12937
12938 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12939
12940         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
12941
12942         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
12943         list, not listp.
12944
12945 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
12946
12947         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
12948         when encoding.
12949
12950         * mm-bodies.el (mm-decode-content-transfer-encoding):
12951         De-canonicalize CRLF for all text content types, not just
12952         text/plain.
12953
12954 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12955
12956         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
12957         valid article; point arrow and cursor at the MIME button.
12958
12959 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12960
12961         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
12962         Suggested by Dan Christensen <jdc@uwo.ca>.
12963
12964         * mm-decode.el (mm-save-part): Enable change of prompt.
12965
12966 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
12967
12968         * gnus-msg.el (gnus-inews-add-send-actions): Made
12969         `message-post-method' lambda parameter ARG `&optional'.
12970
12971 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12972
12973         * gnus-sum.el (gnus-summary-mime-map): Added
12974         gnus-article-save-part-and-strip, gnus-article-delete-part and
12975         gnus-article-jump-to-part.
12976
12977         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
12978         (gnus-article-edit-part): Use it.
12979         (gnus-article-part-wrapper): Added no-handle argument.
12980         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
12981         functions.
12982
12983 2005-08-29  Romain Francoise  <romain@orebokech.com>
12984
12985         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12986         docstring.
12987         (gnus-face-from-file): Likewise.
12988
12989 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12990
12991         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
12992         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
12993         non-nil.
12994         (gnus-auto-select-part): New variable.
12995         (gnus-article-jump-to-part): New function.
12996         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
12997         (gnus-mime-delete-part): Allow selecting specified part after
12998         deleting or stripping parts.
12999         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
13000         part if argument is bogus.
13001
13002 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
13003
13004         * gnus-art.el (w3m-minor-mode-map):
13005         * gnus-spec.el (gnus-newsrc-file-version):
13006         * gnus-util.el (nnmail-active-file-coding-system)
13007         (gnus-original-article-buffer, gnus-user-agent):
13008         * gnus.el (gnus-ham-process-destinations)
13009         (gnus-parameter-ham-marks-alist)
13010         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
13011         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
13012         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
13013         * mm-decode.el (gnus-current-window-configuration):
13014         * mm-extern.el (gnus-article-mime-handles):
13015         * mm-url.el (url-current-object, url-package-name)
13016         (url-package-version):
13017         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
13018         (smime-keys, w3m-cid-retrieve-function-alist)
13019         (w3m-current-buffer, w3m-display-inline-images)
13020         (w3m-minor-mode-map):
13021         * mml-smime.el (gnus-extract-address-components):
13022         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
13023         (gnus-newsrc-hashtb, message-default-charset)
13024         (message-deletable-headers, message-options)
13025         (message-posting-charset, message-required-mail-headers)
13026         (message-required-news-headers):
13027         * mml1991.el (mc-pgp-always-sign):
13028         * mml2015.el (mc-pgp-always-sign):
13029         * nnheader.el (nnmail-extra-headers):
13030         * rfc1843.el (gnus-decode-encoded-word-function)
13031         (gnus-decode-header-function, gnus-newsgroup-name):
13032         * spam-stat.el (gnus-original-article-buffer): Add defvars.
13033
13034 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
13035
13036         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
13037         the end of the date treatments.
13038
13039 2005-08-15  Simon Josefsson  <jas@extundo.com>
13040
13041         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
13042         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
13043         Capello and Romain Francoise.
13044         (pgg-fetch-key-function): Removed, not used?
13045         (pgg-insert-url-with-w3): Require url, to get
13046         url-insert-file-contents regardless of where it is defined.
13047
13048 2005-08-13  Romain Francoise  <romain@orebokech.com>
13049
13050         * message.el (message-cite-original-1): New function.
13051         (message-cite-original): Use it.
13052         (message-cite-original-without-signature): Ditto.
13053
13054 2005-08-08  Romain Francoise  <romain@orebokech.com>
13055
13056         * message.el (message-yank-empty-prefix): New variable.
13057         (message-indent-citation): Use it.
13058         (message-cite-original-without-signature): Respect X-No-Archive.
13059
13060 2005-08-08  Simon Josefsson  <jas@extundo.com>
13061
13062         * pgg.el: Autoload url-insert-file-contents instead of loading
13063         w3/url.
13064         (pgg-insert-url-with-w3): Don't load url here.
13065
13066 2005-08-07  Jesper Harder  <harder@phys.au.dk>
13067
13068         * message.el (message-kill-to-signature): Don't insert newline at
13069         bol.
13070         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
13071
13072 2005-08-06  Romain Francoise  <romain@orebokech.com>
13073
13074         * message.el (message-user-fqdn): Fix typo in docstring.
13075
13076 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
13077
13078         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
13079
13080         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
13081
13082 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13083
13084         * mm-bodies.el (mm-encode-body): Use coding system rather than
13085         charset to encode text.
13086
13087         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
13088         number of charsets if utf-8 is available (XEmacs).
13089
13090 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13091
13092         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
13093         taken from `gnus-button-mid-or-mail-regexp'.
13094         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
13095         (gnus-button-alist): Improve regexp for domain part of the MIDs
13096         for news:localpart@domain buttons.
13097         (gnus-button-ctan-directory-regexp): Update.
13098
13099 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13100
13101         * sieve-manage.el (sieve-manage-interactive-login): Use
13102         make-local-variable rather than make-variable-buffer-local.
13103         (sieve-manage-open): Ditto.
13104         (sieve-manage-authenticate): Ditto.
13105
13106         * mml.el (mml-generate-mime-1): Make the content type default to
13107         text/plain if the filename is not specified.
13108
13109 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13110
13111         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
13112         instead of insert-buffer.
13113
13114         * message.el (message-yank-original): Ditto; set the mark at the
13115         end of the yanked message.
13116
13117 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13118
13119         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
13120         lines to scroll rather than to stop it.
13121
13122         * mml.el (mml-generate-default-type): Add doc string.
13123         (mml-generate-mime-1): Use mm-default-file-encoding or make it
13124         default to application/octet-stream when determining the content
13125         type if it is not specified for the part or the mml contents; add
13126         a comment about mml-generate-default-type.
13127
13128 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
13129
13130         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
13131         make it default to application/octet-stream when determining the
13132         content type if it is not specified for the external contents.
13133
13134 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13135
13136         * rfc2231.el (rfc2231-parse-string): Take care that not only a
13137         segmented parameter but also other parameters might be there.
13138
13139 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13140
13141         * mm-decode.el (mm-display-external): Delete temp file, directory
13142         and buffer immediately if the external process is exited.
13143
13144 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13145
13146         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
13147         fewer lines than that of scroll-margin.
13148         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
13149
13150 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13151
13152         * gnus-art.el (gnus-article-next-page): Revert.
13153         (gnus-article-beginning-of-window): New macro.
13154         (gnus-article-next-page-1): Use it.
13155         (gnus-article-prev-page): Ditto.
13156         (gnus-article-edit-part): Use insert-buffer-substring instead of
13157         insert-buffer.
13158         (gnus-article-edit-exit): Ditto.
13159
13160         * gnus-util.el (gnus-beginning-of-window): Remove.
13161         (gnus-end-of-window): Remove.
13162
13163         * lpath.el: Don't bind header-line-format and scroll-margin.
13164
13165 2005-07-25  Simon Josefsson  <jas@extundo.com>
13166
13167         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
13168         to have the url package without w3.  Reported by Daiki Ueno
13169         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
13170
13171 2005-07-20  Didier Verna  <didier@xemacs.org>
13172
13173         * gnus-diary.el: Remove the description comment (nndiary is now
13174         properly documented in the Gnus manual).
13175         Fix the spelling of "Back End".
13176         * nndiary.el: Ditto.
13177         Fix the copyright notice.
13178
13179 2005-07-18  Romain Francoise  <romain@orebokech.com>
13180
13181         * gnus-sum.el (gnus-summary-to-prefix)
13182         (gnus-summary-newsgroup-prefix): New variables.
13183         (gnus-summary-from-or-to-or-newsgroups): Use them.
13184
13185 2005-07-17  Romain Francoise  <romain@orebokech.com>
13186
13187         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
13188         space as it's generally not especially interesting to the user.
13189
13190 2005-07-16  Romain Francoise  <romain@orebokech.com>
13191
13192         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
13193         nil to avoid prompting and file modification if one of the
13194         messages at the top of the nnfolder file contains a copyright
13195         notice.
13196         Update copyright notice.
13197
13198         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
13199         instead of `current-time-string' as the latter creates a time
13200         string that is not RFC 2822 compliant (it lacks the zone).
13201         Update copyright notice.
13202
13203 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13204
13205         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
13206         for text/rtf.  Display default in prompt.  Pass default for M-n.
13207
13208         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
13209
13210 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13211
13212         * gnus-msg.el (gnus-button-mailto): Remove
13213         save-selected-window-window hackery because it relies on
13214         save-selected-window internals.
13215
13216 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13217
13218         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
13219         (gnus-article-next-page-1): Use gnus-beginning-of-window.
13220         (gnus-article-prev-page): Ditto.
13221
13222         * gnus-util.el (gnus-beginning-of-window): New function.
13223         (gnus-end-of-window): New function.
13224
13225         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
13226
13227 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13228
13229         * gnus-score.el (gnus-score-edit-all-score): Set
13230         gnus-score-edit-exit-function to gnus-score-edit-done and call
13231         gnus-message.
13232
13233 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13234
13235         * gnus-msg.el (gnus-button-mailto): Remove
13236         save-selected-window-window hackery because it relies on
13237         save-selected-window internals.
13238
13239 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13240
13241         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
13242         add-minor-mode.
13243         (gnus-binary-mode): Ditto.
13244
13245         * gnus-topic.el (gnus-topic-mode): Ditto.
13246
13247 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
13248
13249         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
13250         (gnus-article-prev-page): Take scroll-margin into consideration.
13251
13252 2005-07-04  Lute Kamstra  <lute@gnu.org>
13253
13254         Update FSF's address in GPL notices.
13255
13256 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
13257
13258         * gnus.el (gnus-exit):
13259         * gnus-group.el (gnus-group-icons):
13260         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
13261
13262         * gnus-nocem.el (gnus-nocem):
13263         * message.el (message-various, message-buffers, message-sending)
13264         (message-interface, message-forwarding, message-insertion)
13265         (message-headers, message-news, message-mail):
13266         * pgg-gpg.el (pgg-gpg):
13267         * pgg-parse.el (pgg-parse):
13268         * pgg-pgp.el (pgg-pgp):
13269         * pgg-pgp5.el (pgg-pgp5):
13270         * pop3.el (pop3): Finish `defgroup' description with period.
13271
13272 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13273
13274         * gnus-art.el (article-display-face): Improve the efficiency.
13275         (article-display-x-face): Ditto; remove grey x-face stuff.
13276
13277 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13278
13279         * gnus-art.el (article-display-face): Correct the position in
13280         which Faces are inserted.
13281
13282 2005-06-29  Didier Verna  <didier@xemacs.org>
13283
13284         * gnus-art.el (article-display-face): Display faces in correct
13285         order.
13286
13287 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13288
13289         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
13290         (gnus-fill-real-hashtb): Use hash table instead of obarray.
13291         (gnus-nocem-check-article): Fetch the Type header.
13292         (gnus-nocem-message-wanted-p): Fix the way to examine types.
13293         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
13294         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
13295         make sure gnus-nocem-hashtb is initialized.
13296         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
13297         (gnus-nocem-unwanted-article-p): Ditto.
13298
13299         * pgg.el (pgg-verify): Return the verification result.
13300
13301 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13302
13303         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
13304         is ascii.
13305
13306 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
13307
13308         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
13309         `show-nonbreak-escape'.
13310
13311 2005-06-23  Lute Kamstra  <lute@gnu.org>
13312
13313         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
13314
13315         * dig.el (dig-mode):
13316         * smime.el (smime-mode): Use gnus-run-mode-hooks.
13317
13318 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
13319
13320         * nnimap.el (nnimap-split-download-body): Fix spellings.
13321
13322 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
13323
13324         * gnus-art.el (gnus-article-encrypt-body):
13325         * gnus-cus.el (gnus-score-customize):
13326         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
13327         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
13328
13329 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
13330
13331         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
13332         header by looking for magic "MII" at the beginnig.
13333
13334 2005-06-16  Miles Bader  <miles@gnu.org>
13335
13336         * gnus-xmas.el (gnus-xmas-group-startup-message):
13337         Use renamed gnus-splash face.
13338
13339         * assistant.el (assistant-field): Remove "-face" suffix from face name.
13340         (assistant-field-face): New backward-compatibility alias for renamed
13341         face.
13342         (assistant-render-text): Use renamed assistant-field face.
13343
13344         * spam.el (spam): Remove "-face" suffix from face name.
13345         (spam-face): New backward-compatibility alias for renamed face.
13346         (spam-face, spam-initialize): Use renamed spam face.
13347
13348         * message.el (message-header-to, message-header-cc)
13349         (message-header-subject, message-header-newsgroups)
13350         (message-header-other, message-header-name)
13351         (message-header-xheader, message-separator, message-cited-text)
13352         (message-mml): Remove "-face" suffix from face names.
13353         (message-header-to-face, message-header-cc-face)
13354         (message-header-subject-face, message-header-newsgroups-face)
13355         (message-header-other-face, message-header-name-face)
13356         (message-header-xheader-face, message-separator-face)
13357         (message-cited-text-face, message-mml-face):
13358         New backward-compatibility aliases for renamed faces.
13359         (message-font-lock-keywords): Use renamed message faces.
13360
13361         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
13362         (sieve-test-commands, sieve-tagged-arguments):
13363         Remove "-face" suffix from face names.
13364         (sieve-control-commands-face, sieve-action-commands-face)
13365         (sieve-test-commands-face, sieve-tagged-arguments-face):
13366         New backward-compatibility aliases for renamed faces.
13367         (sieve-control-commands-face, sieve-action-commands-face)
13368         (sieve-test-commands-face, sieve-tagged-arguments-face):
13369         Use renamed sieve faces.
13370
13371         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
13372         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
13373         (gnus-group-news-3-empty, gnus-group-news-4)
13374         (gnus-group-news-4-empty, gnus-group-news-5)
13375         (gnus-group-news-5-empty, gnus-group-news-6)
13376         (gnus-group-news-6-empty, gnus-group-news-low)
13377         (gnus-group-news-low-empty, gnus-group-mail-1)
13378         (gnus-group-mail-1-empty, gnus-group-mail-2)
13379         (gnus-group-mail-2-empty, gnus-group-mail-3)
13380         (gnus-group-mail-3-empty, gnus-group-mail-low)
13381         (gnus-group-mail-low-empty, gnus-summary-selected)
13382         (gnus-summary-cancelled, gnus-summary-high-ticked)
13383         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
13384         (gnus-summary-high-ancient, gnus-summary-low-ancient)
13385         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
13386         (gnus-summary-low-undownloaded)
13387         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
13388         (gnus-summary-low-unread, gnus-summary-normal-unread)
13389         (gnus-summary-high-read, gnus-summary-low-read)
13390         (gnus-summary-normal-read, gnus-splash):
13391         Remove "-face" suffix from face names.
13392         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13393         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13394         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13395         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13396         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13397         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13398         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13399         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13400         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13401         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13402         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13403         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13404         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13405         (gnus-summary-normal-ticked-face)
13406         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
13407         (gnus-summary-normal-ancient-face)
13408         (gnus-summary-high-undownloaded-face)
13409         (gnus-summary-low-undownloaded-face)
13410         (gnus-summary-normal-undownloaded-face)
13411         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13412         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13413         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13414         (gnus-splash-face):
13415         New backward-compatibility aliases for renamed faces.
13416         (gnus-group-startup-message): Use renamed gnus faces.
13417
13418         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
13419         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
13420         (gnus-server-agent): Remove "-face" suffix from face names.
13421         (gnus-server-agent-face, gnus-server-opened-face)
13422         (gnus-server-closed-face, gnus-server-denied-face)
13423         (gnus-server-offline-face):
13424         New backward-compatibility aliases for renamed faces.
13425         (gnus-server-agent-face, gnus-server-opened-face)
13426         (gnus-server-closed-face, gnus-server-denied-face)
13427         (gnus-server-offline-face): Use renamed gnus faces.
13428
13429         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
13430         Remove "-face" suffix from face names.
13431         (gnus-picon-xbm-face, gnus-picon-face):
13432         New backward-compatibility aliases for renamed faces.
13433
13434         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
13435         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
13436         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
13437         (gnus-cite-11): Remove "-face" suffix from face names.
13438         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
13439         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
13440         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
13441         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
13442         New backward-compatibility aliases for renamed faces.
13443         (gnus-cite-attribution-face, gnus-cite-face-list)
13444         (gnus-article-boring-faces): Use renamed gnus faces.
13445
13446         * gnus-art.el (gnus-signature, gnus-header-from)
13447         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
13448         (gnus-header-content): Remove "-face" suffix from face names.
13449         (gnus-signature-face, gnus-header-from-face)
13450         (gnus-header-subject-face, gnus-header-newsgroups-face)
13451         (gnus-header-name-face, gnus-header-content-face):
13452         New backward-compatibility aliases for renamed faces.
13453         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
13454
13455         * gnus-sum.el (gnus-summary-selected-face)
13456         (gnus-summary-highlight): Use renamed gnus faces.
13457         * gnus-group.el (gnus-group-highlight): Likewise.
13458
13459 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
13460
13461         * gnus-sieve.el (gnus-sieve-article-add-rule):
13462         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
13463         * spam-stat.el (spam-stat-buffer-change-to-spam)
13464         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
13465
13466         * message.el (message-is-yours-p):
13467         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
13468
13469 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13470
13471         * mm-view.el (mm-inline-text): Withdraw the last change.
13472
13473 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13474
13475         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
13476         executing enriched-decode.
13477
13478 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13479
13480         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
13481         charset of tar files.
13482
13483 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
13484
13485         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
13486
13487 2005-06-04  Lute Kamstra  <lute@gnu.org>
13488
13489         * nnfolder.el (nnfolder-read-folder): Make sure that undo
13490         information is never recorded.
13491
13492 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13493
13494         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
13495
13496 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13497
13498         * pop3.el (pop3-apop): Run md5 in the binary mode.
13499
13500         * starttls.el (starttls-set-process-query-on-exit-flag):
13501         Use eval-and-compile.
13502
13503 2005-05-31  Simon Josefsson  <jas@extundo.com>
13504
13505         * smime.el (smime-replace-in-string): Define.
13506         (smime-cert-by-ldap-1): Use it.
13507
13508 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13509
13510         * gnus-art.el (article-display-x-face): Replace
13511         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13512
13513         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
13514         set-process-query-on-exit-flag or process-kill-without-query.
13515
13516         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
13517         loop instead of replace-regexp.
13518
13519         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
13520         instead of process-kill-without-query if it is available.
13521
13522         * lpath.el: Fbind ldap-search-entries.
13523
13524         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
13525         instead of find-file-hooks if it is available.
13526
13527         * mml1991.el: Bind pgg-default-user-id when compiling.
13528
13529         * mml2015.el: Bind pgg-default-user-id when compiling.
13530
13531         * nndraft.el (nndraft-request-associate-buffer):
13532         Use write-contents-functions instead of write-contents-hooks if it is
13533         available.
13534
13535         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
13536         instead of find-file-hooks if it is available.
13537
13538         * nntp.el (nntp-open-connection): Replace
13539         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13540         (nntp-open-ssl-stream): Ditto.
13541         (nntp-open-tls-stream): Ditto.
13542
13543         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
13544         set-process-query-on-exit-flag or process-kill-without-query.
13545         (starttls-open-stream-gnutls): Use it instead of
13546         process-kill-without-query.
13547         (starttls-open-stream): Ditto.
13548
13549 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
13550
13551         * smime.el (smime-cert-by-ldap-1): Don't use
13552         replace-regexp-in-string.
13553
13554 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
13555
13556         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
13557
13558         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
13559         in PEM format.  Adjust to the XEmacs compability.
13560
13561 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
13562
13563         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
13564         by `string-to-number'.
13565         * gnus-agent.el (gnus-agent-regenerate-group)
13566         (gnus-agent-fetch-articles): Ditto.
13567         * gnus-art.el (gnus-button-fetch-group): Ditto.
13568         * gnus-cache.el (gnus-cache-generate-active)
13569         (gnus-cache-articles-in-group): Ditto.
13570         * gnus-group.el (gnus-group-set-current-level)
13571         (gnus-group-insert-group-line): Ditto.
13572         * gnus-score.el (gnus-score-set-expunge-below)
13573         (gnus-score-set-mark-below, gnus-summary-score-effect)
13574         (gnus-summary-score-entry): Ditto.
13575         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
13576         (gnus-soup-pack): Ditto.
13577         * gnus-spec.el (gnus-xmas-format): Ditto.
13578         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
13579         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
13580         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
13581         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
13582         * nndb.el (nndb-get-remote-expire-response): Ditto.
13583         * nndiary.el (nndiary-parse-schedule-value)
13584         (nndiary-string-to-number, nndiary-request-replace-article)
13585         (nndiary-request-article): Ditto.
13586         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
13587         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
13588         * nneething.el (nneething-make-head): Ditto.
13589         * nnfolder.el (nnfolder-request-article)
13590         (nnfolder-retrieve-headers): Ditto.
13591         * nnheader.el (nnheader-file-to-number): Ditto.
13592         * nnkiboze.el (nnkiboze-request-article): Ditto.
13593         * nnmail.el (nnmail-process-unix-mail-format)
13594         (nnmail-process-babyl-mail-format): Ditto.
13595         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
13596         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
13597         (nnmh-request-create-group, nnmh-request-list-1)
13598         (nnmh-request-group, nnmh-request-article): Ditto.
13599         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
13600         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
13601         * nnsoup.el (nnsoup-make-active): Ditto.
13602         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
13603         * nntp.el (nntp-find-group-and-number)
13604         (nntp-retrieve-headers-with-xover): Ditto.
13605         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
13606         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
13607         (pgg-format-key-identifier): Ditto.
13608         * pop3.el (pop3-last, pop3-stat): Ditto.
13609         * qp.el (quoted-printable-decode-region): Ditto.
13610
13611         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
13612         of concat.
13613
13614 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13615
13616         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
13617
13618         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
13619
13620         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
13621
13622         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
13623
13624         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
13625
13626         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
13627
13628         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
13629         (gnus-carpal-mode): Ditto.
13630
13631         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
13632         (gnus-browse-mode): Ditto.
13633
13634         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
13635
13636         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
13637
13638 2005-05-29  Richard M. Stallman  <rms@gnu.org>
13639
13640         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
13641
13642 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13643
13644         * gnus-util.el (gnus-run-mode-hooks): New function.
13645
13646         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
13647
13648         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
13649         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
13650
13651 2005-05-27  Lute Kamstra  <lute@gnu.org>
13652
13653         * dns-mode.el (dns-mode): Specify customization group.
13654
13655 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
13656
13657         * gnus-agent.el (gnus-agent-make-mode-line-string):
13658         Use mode-line-highlight as mouse-face.
13659
13660 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13661
13662         * canlock.el (canlock): Change the parent group to news.
13663
13664         * deuglify.el (gnus-outlook-deuglify): Add :group.
13665
13666         * dig.el (dig): Add :group.
13667
13668         * dns-mode.el (dns-mode): Add :group.
13669
13670         * encrypt.el (encrypt): Add :group.
13671
13672         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
13673         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
13674         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
13675         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
13676         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
13677
13678         * gnus-diary.el (gnus-diary): Add :group.
13679
13680         * gnus.el (gnus-group-news-1-face): Add :group.
13681         (gnus-group-news-1-empty-face): Ditto.
13682         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
13683         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
13684         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
13685         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
13686         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
13687         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
13688         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
13689         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
13690         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
13691         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
13692         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
13693         (gnus-summary-high-ticked-face): Ditto.
13694         (gnus-summary-low-ticked-face): Ditto.
13695         (gnus-summary-normal-ticked-face): Ditto.
13696         (gnus-summary-high-ancient-face): Ditto.
13697         (gnus-summary-low-ancient-face): Ditto.
13698         (gnus-summary-normal-ancient-face): Ditto.
13699         (gnus-summary-high-undownloaded-face): Ditto.
13700         (gnus-summary-low-undownloaded-face): Ditto.
13701         (gnus-summary-normal-undownloaded-face): Ditto.
13702         (gnus-summary-high-unread-face): Ditto.
13703         (gnus-summary-low-unread-face): Ditto.
13704         (gnus-summary-normal-unread-face): Ditto.
13705         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
13706         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
13707
13708         * hashcash.el (hashcash): New custom group.
13709         (hashcash-default-payment): Add :group.
13710         (hashcash-payment-alist): Ditto.
13711         (hashcash-default-accept-payment): Ditto.
13712         (hashcash-accept-resources): Ditto.
13713         (hashcash-path): Ditto.
13714         (hashcash-extra-generate-parameters): Ditto.
13715         (hashcash-double-spend-database): Ditto.
13716         (hashcash-in-news): Ditto.
13717
13718         * message.el (message-minibuffer-local-map): Add :group.
13719
13720         * netrc.el (netrc): Add :group.
13721
13722         * sieve-manage.el (sieve-manage-log): Add :group.
13723         (sieve-manage-default-user): Diito.
13724         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
13725         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
13726         (sieve-manage-authenticators): Ditto.
13727         (sieve-manage-authenticator-alist): Ditto.
13728         (sieve-manage-default-port): Ditto.
13729
13730         * sieve-mode.el (sieve-control-commands-face): Add :group.
13731         (sieve-action-commands-face): Ditto.
13732         (sieve-test-commands-face): Ditto.
13733         (sieve-tagged-arguments-face): Ditto.
13734
13735         * smime.el (smime): Add :group.
13736
13737         * spam-report.el (spam-report): Add :group.
13738
13739         * spam.el (spam, spam-face): Add :group.
13740
13741 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13742
13743         * nntp.el (nntp-next-result-arrived-p): Some news servers may
13744         return \n.\n.\n at the end of articles.  Protect against that.
13745         (nntp-with-open-group): Allow debugging.
13746
13747         * nnheader.el (mail-header-set-extra): Make into a function
13748         because I just could't understand how to quote the list properly.
13749
13750         * dns.el (query-dns-cached): New function.
13751
13752 2005-05-26  Lute Kamstra  <lute@gnu.org>
13753
13754         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
13755
13756 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13757
13758         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
13759
13760         * gnus-art.el: Don't autoload mail-extract-address-components.
13761
13762         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
13763         eval-and-compile to evaluate it.
13764
13765         * hashcash.el: Don't autoload executable-find.
13766
13767         * nndb.el: Don't declare the nndb back end two or more times; don't
13768         autoload news-reply-mode, news-setup, cancel-timer and telnet.
13769
13770         * nntp.el: Autoload format-spec instead of format; use
13771         eval-and-compile to evaluate autoload forms.
13772
13773 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
13774
13775         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
13776
13777 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13778
13779         * gnus.el (gnus-version-number): Bump version.
13780
13781 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13782
13783         * gnus.el: No Gnus v0.3 is released.
13784
13785 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13786
13787         * lpath.el (featurep): Bind show-nonbreak-escape.
13788
13789 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13790
13791         * gnus-art.el (gnus-article-edit-part): Disable undo.
13792
13793 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13794
13795         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
13796         gnus-article-date-lapsed-new-header is t if date timer is active;
13797         skip headers in which the original date value is empty.
13798         (gnus-article-save-original-date): Redefine it as a macro.
13799         (gnus-display-mime): Use it.
13800
13801 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13802
13803         * gnus-art.el (article-date-ut): Support converting date in
13804         forwarded parts as well.
13805         (gnus-article-save-original-date): New function.
13806         (gnus-display-mime): Use it.
13807
13808 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
13809
13810         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
13811         enclosure element of <item>.
13812
13813 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
13814
13815         * message.el (message-kill-buffer-query): Renamed from
13816         `message-kill-buffer-query-if-modified'.  Added :version.
13817
13818 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13819
13820         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
13821         window layout.
13822
13823 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13824
13825         * mml.el: Autoload dnd when compiling.
13826
13827 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13828
13829         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
13830         x-dnd-*.
13831
13832 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13833
13834         * qp.el (quoted-printable-encode-region): Save excursion.
13835
13836 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
13837
13838         * message.el (message-kill-buffer-query-if-modified): Add new variable
13839         so the user can kill a modified message buffer quickly.
13840         (message-kill-buffer): Use it.
13841
13842 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13843
13844         * lpath.el: Fbind display-time-event-handler; don't fbind
13845         string-to-multibyte.
13846
13847         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
13848
13849 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13850
13851         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
13852         contained in text because xml.el decodes entities) with LFs.
13853
13854 2005-04-11  Lute Kamstra  <lute@gnu.org>
13855
13856         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
13857         differently.
13858
13859 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13860
13861         * mm-util.el (mm-detect-coding-region): Typo.
13862
13863 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13864
13865         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
13866
13867 2005-04-06  Deepak Goel  <deego@gnufans.org>
13868
13869         * spam-stat.el (spam-stat-score-buffer): Add a call to a
13870         user-function allow user modifications of the scores.
13871         (spam-stat-score-buffer-user): New function, to allow
13872         user-computed modifications to the score.
13873         (spam-stat-score-buffer-user-functions): List of additional
13874         scoring functions.
13875         (spam-stat-error-holder): Global temporary error holder.
13876         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
13877         variable.
13878
13879 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
13880
13881         * gnus-registry.el (gnus-registry-clean-empty-function)
13882         (gnus-registry-trim, gnus-registry-fetch-groups)
13883         (gnus-registry-delete-group): Groups that match
13884         `gnus-registry-ignored-groups' are removed from the registry
13885         entries, not just ignored for splitting.  This helps clean up the
13886         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
13887         to get all the groups a message ID is in.
13888
13889         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
13890         (spam-stat-split-fancy): Change "threshhold" to "threshold".
13891         (spam-stat-score-buffer-user-functions): Add :number custom type.
13892
13893 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13894
13895         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
13896         argument in XEmacs.
13897
13898         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
13899         (nnrss-request-group): Decode group name first.
13900         (nnrss-request-article): Make a text/plain article if mml-to-mime
13901         failed.
13902         (nnrss-get-encoding): Return a compatible encoding according to
13903         nnrss-compatible-encoding-alist.
13904         (nnrss-find-el): Use consp instead of listp.
13905         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
13906
13907 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13908
13909         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
13910         which Emacs 20 doesn't support.
13911         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
13912
13913 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13914
13915         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
13916         silence the byte compiler inside the defun.
13917
13918         * gnus-demon.el (parse-time-string): Add autoload.
13919
13920         * gnus-delay.el (parse-time-string): Add autoload.
13921
13922         * gnus-art.el (parse-time-string): Add autoload.
13923
13924         * nnultimate.el (parse-time): Require for `parse-time-string'.
13925
13926 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13927
13928         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
13929
13930         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
13931
13932         * smime.el (smime-ldap-host-list): Add :version.
13933
13934 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13935
13936         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
13937         pass it to `gnus-browse-read-group'.
13938         (gnus-browse-read-group): Add NUMBER argument and pass it to
13939         `gnus-group-read-ephemeral-group'.
13940
13941         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
13942         argument and pass it to `gnus-group-read-group'.
13943
13944 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
13945
13946         * mm-util.el (mm-xemacs-find-mime-charset): Only call
13947         mm-xemacs-find-mime-charset-1 if we have the mule feature
13948         available at runtime.
13949
13950 2005-03-25  Werner Lemberg  <wl@gnu.org>
13951
13952         * nnmaildir.el: Replace `illegal' with `invalid'.
13953
13954 2005-03-23  Lute Kamstra  <lute@gnu.org>
13955
13956         * time-date.el: Add comment on time value formats.
13957         Don't require parse-time.
13958         (with-decoded-time-value): New macro.
13959         (encode-time-value): New function.
13960         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
13961         (days-to-time): Return a valid time value when arg is huge.
13962         (time-since): Use time-subtract.
13963         (time-to-number-of-days): Use time-to-seconds.
13964
13965 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13966
13967         * gnus-start.el (gnus-display-time-event-handler):
13968         Check display-time-timer at runtime rather than only at load time
13969         in case display-time-mode is turned off in the mean time.
13970
13971 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13972
13973         * nnimap.el (nnimap-open-connection): Print which authinfo file is
13974         used.
13975
13976         * nneething.el (nneething-map-file-directory): Derive from
13977         `gnus-directory'.
13978
13979         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
13980         the To/Cc button.
13981
13982 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13983
13984         * nnmaildir.el (nnmaildir-request-accept-article):
13985         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
13986
13987 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13988
13989         * gnus-async.el: Require timer-funcs at compile time when in
13990         XEmacs for `run-with-idle-timer'.
13991
13992 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13993
13994         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
13995         autoloaded function.
13996
13997 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13998
13999         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
14000
14001 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
14002
14003         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
14004
14005 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14006
14007         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
14008         gnus-expert-user to default.
14009
14010 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
14011
14012         * nnimap.el (nnimap-open-server): Ditto.
14013
14014         * imap.el (imap-authenticate): Fix typo.
14015
14016 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
14017
14018         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
14019         buffer (since IMAP server might return FETCH response out of
14020         order, and the nntp buffer must be sorted).
14021
14022 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
14023
14024         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
14025         comparison on string.
14026
14027         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
14028         (gnus-agent-score): Renamed category keywords to match gnus-cus.
14029         (gnus-agent-summary-fetch-series): Modified to protect against
14030         gnus-agent-summary-fetch-group clearing processable flags.
14031         (gnus-agent-synchronize-group-flags): Update live group buffer as
14032         synchronization may occur due to the user toggle the plugged
14033         status.
14034         (gnus-agent-fetch-group-1): Clear downloadable flag when article
14035         successfully downloaded.
14036         (gnus-agent-expire-group-1): Avoid using markers when the overview
14037         is in ascending order; greatly improves performance.
14038         (gnus-agent-regenerate-group): Use
14039         gnus-agent-synchronize-group-flags to reset read status in both
14040         gnus and server.
14041         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
14042
14043 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14044
14045         * message.el: Don't autoload former message-utils variables.
14046         (message-strip-subject-trailing-was): Change doc string.
14047
14048         * nnweb.el: Fixes for `gnus-group-make-web-group'.
14049         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
14050         (nnweb-google-search): Add "hl=en" here.
14051         (nnweb-google-parse-1, nnweb-google-create-mapping):
14052         Don't hardcode URL.
14053
14054 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14055
14056         * message.el (message-get-reply-headers, message-followup):
14057         Mention related variables `message-use-followup-to' and
14058         `message-use-mail-followup-to', in the information buffer.
14059
14060         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
14061         of broken groups(-beta).google.com.
14062
14063 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14064
14065         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
14066         parameter to invoked gnus-request-move-article; remove the
14067         redundant gnus-sum-hint-move-is-internal variable; apply the marks
14068         all at once instead of once per article.
14069         (gnus-summary-remove-process-mark): Accept a list of articles as
14070         well as a single article for processing.
14071
14072         * gnus-int.el (gnus-request-move-article): Add move-is-internal
14073         parameter.
14074
14075         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
14076
14077         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
14078
14079         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
14080         parameter.
14081
14082         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
14083         parameter.
14084
14085         * nnimap.el (nnimap-request-move-article): Add move-is-internal
14086         parameter and remove the gnus-sum-hint-move-is-internal variable.
14087
14088         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
14089         parameter.
14090
14091         * nndraft.el (nndraft-request-move-article): Add move-is-internal
14092         parameter.
14093
14094         * nndiary.el (nndiary-request-move-article): Add move-is-internal
14095         parameter.
14096
14097         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
14098
14099         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
14100         parameter.
14101
14102         * nnagent.el (nnagent-request-move-article): Add move-is-internal
14103         parameter.
14104
14105 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14106
14107         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
14108         a more conservative way.
14109
14110 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14111
14112         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
14113         buffer, so it moves the window's cursor.
14114
14115 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
14116
14117         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
14118         `mm-dissect-multipart' and receive the from field as an (optional)
14119         argument from `mm-dissect-multipart'.
14120         (mm-dissect-multipart): Receive the from field as an argument and
14121         pass it on when we call `mm-dissect-buffer' on MIME parts.
14122         Fixes verification/decryption of signed/encrypted MIME parts.
14123
14124 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
14125
14126         * gnus-sum.el (gnus-summary-move-article): Set
14127         gnus-sum-hint-move-is-internal for gnus-request-move-article and
14128         whatever it calls (right now, only nnimap-request-move article
14129         respects it).
14130
14131         * nnimap.el (nnimap-request-move-article): When
14132         gnus-sum-hint-move-is-internal is set, don't do the extra
14133         nnimap-request-article.
14134
14135 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14136
14137         * nnheader.el (nnheader-find-file-noselect): Add doc string.
14138
14139         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
14140         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
14141
14142         * gnus-sum.el (gnus-summary-caesar-message):
14143         Apply `gnus-treat-article' after rotation.
14144
14145         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
14146         doc string.
14147
14148 2005-02-22  Simon Josefsson  <jas@extundo.com>
14149
14150         * encrypt.el (encrypt-password-cache-expiry): Remove (use
14151         `password-cache-expiry' instead).  Reported by Arne Jørgensen
14152         <arne@arnested.dk>.
14153         (encrypt): Add password-cache and password-cache-expiry as group
14154         members.
14155
14156 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
14157
14158         * smime.el (smime-ldap-host-list): Doc fix.
14159         (smime-ask-passphrase): Use `password-read-and-add' to read (and
14160         cache) password.
14161         (smime-sign-region): Use it.
14162         (smime-decrypt-region): Use it.
14163         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
14164         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
14165         fails.
14166         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
14167         certificate from DER to PEM format rather than calling openssl.
14168
14169         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
14170
14171         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
14172         for signing/encryption.
14173
14174         * mml.el (mml-parse-1): Use them.
14175
14176 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
14177
14178         * nnrss.el (nnrss-verbose): Removed.
14179         (nnrss-request-group): Use `nnheader-message' instead.
14180
14181 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
14182
14183         * nnrss.el (nnrss-verbose): New variable.
14184         (nnrss-request-group): Make it say nnrss is requesting a group.
14185
14186 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14187
14188         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
14189         Handle news URL with given port correctly.
14190
14191 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14192
14193         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
14194         containing special characters.
14195
14196         * gnus-sum.el (gnus-summary-edit-article): Ditto.
14197
14198         * mml.el (mime-to-mml): Ditto.
14199
14200         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
14201         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
14202         (rfc2047-decode-region): Quote decoded words containing special
14203         characters when rfc2047-quote-decoded-words-containing-tspecials
14204         is non-nil.
14205
14206 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
14207
14208         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
14209
14210         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
14211
14212 2005-02-15  Simon Josefsson  <jas@extundo.com>
14213
14214         * nnimap.el (nnimap-debug): Doc fix.
14215
14216         * imap.el (imap-debug): Doc fix.
14217
14218 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14219
14220         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
14221
14222 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
14223
14224         * gnus.el (spam-contents): Improve docs for spam-contents
14225         parameter in its variable incarnation.
14226
14227 2005-02-14  Simon Josefsson  <jas@extundo.com>
14228
14229         * smime-ldap.el: Use require instead of load-library for ldap.
14230         (smime-ldap-search): Indent.
14231         (smime-ldap-search-internal): Shorten line.
14232
14233         * smime.el (smime-cert-by-dns): Add doc-string.
14234         (smime-cert-by-ldap-1): Indent.
14235
14236         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
14237         mml-smime-get-dns-ldap.
14238         (mml-smime-encrypt-query): Use new function.  Default to ldap.
14239
14240 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
14241
14242         * smime.el: Require smime-ldap.
14243         (smime-ldap-host-list): New variable.
14244         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
14245
14246         * mml-smime.el (mml-smime-encrypt-query): New function.
14247         (mml-smime-encrypt-query): Use it.
14248
14249         * smime-ldap.el: New file.
14250
14251 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14252
14253         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
14254
14255 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14256
14257         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
14258         argument in doc string.  Make query for type more clear.
14259
14260 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14261
14262         * gnus.el (gnus-group-startup-message): Search for gnus images in
14263         etc/images/gnus.
14264         * mm-util.el (mm-image-load-path): Likewise.
14265         * smiley.el (smiley-data-directory): Search for smilies in
14266         etc/images/smilies.
14267
14268 2005-02-09  Kim F. Storm  <storm@cua.dk>
14269
14270         Change Emacs release version from 21.4 to 22.1 throughout.
14271         Change Emacs development version from 21.3.50 to 22.0.50.
14272
14273 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14274
14275         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
14276
14277         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
14278         non-Mule XEmacs as well.
14279         (mm-decompress-buffer): Signal an error intentionally if it does
14280         not decompress compressed data because auto-compression-mode is
14281         disabled.
14282
14283 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
14284
14285         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
14286         an ID in the registry even if it has no groups.
14287
14288 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14289
14290         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
14291         merge it into mm-decompress-buffer.
14292         (gnus-mime-copy-part): Use the MIME part charset, the value which
14293         a user specified or gnus-newsgroup-charset for decoding, like
14294         gnus-mime-inline-part does; set buffer-file-coding-system to tell
14295         save-buffer what was used.  Suggested by Kevin Ryde
14296         <user42@zip.com.au>.
14297         (gnus-mime-inline-part): Allow the name parameter as well as the
14298         filename parameter; force decompressing of compressed data; always
14299         display contents being not decoded as unibyte.
14300
14301         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
14302         as well as the filename parameter.
14303
14304         * mm-util.el (mm-decompress-buffer): Merge
14305         gnus-mime-jka-compr-maybe-uncompress.
14306         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
14307         of compressed data.
14308
14309 2005-02-08  Simon Josefsson  <jas@extundo.com>
14310
14311         * imap.el (imap-log): Doc fix.
14312
14313 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14314
14315         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
14316         the coding cookies; decompress compressed parts.
14317
14318         * mml.el (mml-generate-mime-1): Add the charset parameter according
14319         to the value which a user specified manually or the coding cookie.
14320
14321         * mm-util.el (mm-string-to-multibyte): New function.
14322         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
14323         (mm-coding-system-to-mime-charset): New function.
14324         (mm-decompress-buffer): New function.
14325         (mm-find-buffer-file-coding-system): New function.
14326
14327         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
14328         (mm-display-inline-fontify): Rewrite for decoding and decompressing
14329         parts.
14330
14331 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14332
14333         * mm-view.el (mm-display-inline-fontify): Decode a part according
14334         to the charset parameter.
14335
14336 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14337
14338         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
14339         prefix arg is neither nil nor a number, as info specifies.
14340
14341 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14342
14343         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
14344         timestamps.
14345
14346 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
14347
14348         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
14349         groups error checking and notify user.
14350
14351 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
14352
14353         * message.el (message-send-mail-function): Check existence of
14354         sendmail-program first before using default value
14355         `message-send-mail-with-sendmail'.  Otherwise use more generic
14356         `smtpmail-send-it'.
14357
14358 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14359
14360         * nntp.el (nntp-request-update-info): Always return nil.
14361
14362 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14363
14364         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
14365
14366 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14367
14368         * message.el (message-beginning-of-line): Change the behavior when
14369         invoked between BOL and : so that it first moves backward.
14370
14371 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14372
14373         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
14374         article buffer when editing of the article is discarded.
14375         (gnus-article-prepare): Revert.
14376
14377 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14378
14379         * gnus-art.el (gnus-article-prepare):
14380         Remove message-strip-forbidden-properties from the local hook.
14381
14382 2005-01-27  Simon Josefsson  <jas@extundo.com>
14383
14384         * password.el (password-cache-add): Only start one timer per key.
14385         Reported by Derek Atkins <warlord@MIT.EDU>.
14386
14387 2005-01-26  Steve Youngs  <steve@sxemacs.org>
14388
14389         * run-at-time.el: Removed.  It is no longer needed as
14390         timer-funcs.el in the xemacs-base package has a working version of
14391         `run-at-time'.
14392
14393         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
14394
14395         * password.el: Require timer-funcs instead of run-at-time in
14396         XEmacs.
14397         Remove `password-run-at-time' macro.
14398         (password-cache-add): Use `run-at-time' instead of
14399         `password-run-at-time'.
14400
14401         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
14402         Remove `nnheader-cancel-function-timers' alias,
14403         `cancel-function-timers' exists in XEmacs in timer-funcs.
14404
14405         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
14406         for `run-with-idle-timer'.
14407
14408         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
14409         for `run-at-time'.
14410
14411         * mm-url.el: Require timer-funcs at compile time when in XEmacs
14412         for `with-timeout'.
14413
14414         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
14415         the same as for XEmacs 21.4.
14416         No need to ignore `run-with-idle-timer', this function exists in
14417         XEmacs now in timer-funcs.el in the xemacs-base package.
14418         (dgnushack-compile): No need to delete
14419         run-at-time.el from the list of files to compile because it
14420         doesn't exist anymore.
14421
14422 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14423
14424         * mml.el (mml-generate-mime-1): Convert string into unibyte when
14425         inserting " *mml*" buffer's contents into a unibyte temp buffer.
14426
14427 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
14428
14429         * mail-source.el (mail-source-fetch-imap): Search for ^From case
14430         sensitively.
14431
14432 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
14433
14434         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
14435
14436 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14437
14438         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
14439         which will be inserted according to the multibyteness of a buffer
14440         rather than the type of contents.  Suggested by ARISAWA Akihiro
14441         <ari@mbf.ocn.ne.jp>.
14442
14443         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
14444         of string which old xml.el may return rather than a string.
14445
14446 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14447
14448         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
14449
14450 2005-01-16  Simon Josefsson  <jas@extundo.com>
14451
14452         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
14453         idn/idna.el isn't available.
14454         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
14455         <michael@waxrat.com>.
14456
14457         * hashcash.el: Remove non-FSF copyright header.
14458
14459         * hashcash.el (hashcash-extra-generate-parameters): New variable.
14460         (hashcash-generate-payment): Use it.
14461         (hashcash-generate-payment-async): Use it.
14462
14463 2005-01-15  Simon Josefsson  <jas@extundo.com>
14464
14465         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
14466         Suggested by Raymond Scholz <ray-2005@zonix.de>.
14467
14468         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
14469         gnus-summary-idna-message.
14470         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
14471         (gnus-summary-idna-message): New function.
14472
14473 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14474
14475         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
14476         gnus-novice-user.
14477
14478 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14479
14480         * nnrss.el (nnrss-request-delete-group): Delete entries in
14481         nnrss-group-alist as well.
14482         (nnrss-save-server-data): Insert newline.
14483
14484 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
14485
14486         * gnus.el (gnus-user-agent): Use list of symbols instead of
14487         symbols.  Display full version number for (S)XEmacs.  Optionally
14488         display (S)XEmacs codename.
14489
14490         * gnus-util.el (gnus-emacs-version): Update for new
14491         `gnus-user-agent'.
14492
14493         * gnus-msg.el (gnus-extended-version): Make it possible to omit
14494         Gnus version.
14495
14496 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14497
14498         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
14499         which is unreadable in some setups.
14500
14501 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14502
14503         * gnus-spec.el (gnus-update-format-specifications): Flush the
14504         group format spec cache if it doesn't support decoded group names.
14505
14506 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14507
14508         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
14509         Allow to apply decay on score files matching a regexp.
14510
14511 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14512
14513         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
14514         compatibility in %g and %c.
14515
14516 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14517
14518         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
14519         name for only %g and %c.
14520         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
14521         of gnus-tmp-group to decoded group name.
14522         (gnus-group-make-rss-group): Exclude `/'s from group names.
14523
14524 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14525
14526         * nnrss.el (nnrss-get-encoding): Fix regexp.
14527
14528 2004-12-27  Simon Josefsson  <jas@extundo.com>
14529
14530         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
14531         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
14532         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
14533
14534 2004-12-17  Kim F. Storm  <storm@cua.dk>
14535
14536         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
14537
14538         * gnus-sum.el (gnus-summary-mode-map): Likewise.
14539
14540 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14541
14542         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
14543
14544 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14545
14546         * nnrss.el: Require rfc2047 and mml.
14547         (nnrss-file-coding-system): New variable.
14548         (nnrss-format-string): Redefine it as an inline function.
14549         (nnrss-decode-group-name): New function.
14550         (nnrss-string-as-multibyte): Remove.
14551         (nnrss-retrieve-headers): Decode group name; don't use
14552         nnrss-format-string.
14553         (nnrss-request-group): Decode group name.
14554         (nnrss-request-article): Decode group name; allow a Message-ID as
14555         well as an article number; don't use nnrss-format-string; encode a
14556         Message-ID string which may contain non-ASCII characters; use
14557         mml-to-mime to compose a MIME article.
14558         (nnrss-request-expire-articles): Decode group name.
14559         (nnrss-request-delete-group): Decode group name.
14560         (nnrss-fetch): Clarify error message.
14561         (nnrss-read-server-data): Use insert-file-contents instead of load;
14562         bind file-name-coding-system; use multibyte buffer.
14563         (nnrss-save-server-data): Bind coding-system-for-write to the
14564         value of nnrss-file-coding-system; bind file-name-coding-system;
14565         add coding cookie.
14566         (nnrss-read-group-data): Use insert-file-contents instead of load;
14567         bind file-name-coding-system; use multibyte buffer.
14568         (nnrss-save-group-data): Bind coding-system-for-write to the
14569         value of nnrss-file-coding-system; bind file-name-coding-system.
14570         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
14571         make it work with non-ASCII text.
14572         (nnrss-find-el): Make it work with old xml.el as well.
14573
14574 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14575
14576         * nnrss.el (nnrss-get-encoding): New function.
14577         (nnrss-fetch): Use unibyte buffer initially; bind
14578         coding-system-for-read while performing mm-url-insert; remove ^Ms;
14579         decode contents according to the encoding attribute.
14580         (nnrss-save-group-data): Add coding cookie.
14581         (nnrss-mime-encode-string): New function.
14582         (nnrss-check-group): Use it to encode subject and author.
14583
14584 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
14585
14586         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
14587         imaginary variable.
14588
14589 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14590
14591         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
14592         correctly even if there are wide characters.
14593
14594 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14595
14596         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
14597         downcased symbol names; make a new cache instead of reusing
14598         bbdb-hashtable.
14599
14600 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14601
14602         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14603         concatenating segments rather than before concatenating them.
14604         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14605
14606         * message.el (message-get-reply-headers): Bind `extra'.
14607
14608 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14609
14610         * message.el (message-extra-wide-headers): New variable.
14611         (message-get-reply-headers): Use it.
14612
14613 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14614
14615         * gnus-agent.el (gnus-agent-group-path): Decode group name.
14616         (gnus-agent-group-pathname): Ditto.
14617
14618         * gnus-cache.el (gnus-cache-file-name): Decode group name.
14619
14620         * gnus-group.el (gnus-group-make-group): Decode group name.
14621         (gnus-group-make-rss-group): Register the group data after opening
14622         the nnrss group.
14623
14624 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
14625
14626         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
14627         by expiry now get marked as read.
14628
14629 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14630
14631         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
14632
14633 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
14634
14635         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
14636         unify Latin characters in XEmacs.
14637         (mm-find-mime-charset-region): Use it.
14638
14639 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14640
14641         * gnus-util.el (gnus-delete-directory): New function.
14642
14643         * gnus-agent.el (gnus-agent-delete-group): Use it.
14644
14645         * gnus-cache.el (gnus-cache-delete-group): Use it.
14646
14647 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14648
14649         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
14650         names.
14651
14652 2004-12-16  Simon Josefsson  <jas@extundo.com>
14653
14654         * hashcash.el (hashcash-payment-alist): Fix custom :type.
14655
14656 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14657
14658         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
14659
14660         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
14661         (gnus-group-set-current-level): Decode group name.
14662
14663 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
14664
14665         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
14666         failed.
14667
14668 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14669
14670         * gnus-group.el (gnus-group-delete-group): Decode group name.
14671         (gnus-group-make-rss-group): Encode group name.
14672         (gnus-group-catchup-current): Decode group name.
14673         (gnus-group-kill-group): Decode group name.
14674
14675 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14676
14677         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
14678
14679 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14680
14681         * gnus-group.el (gnus-group-make-rss-group):
14682         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
14683
14684         * gnus-start.el (gnus-setup-news): Honor user's setting to
14685         gnus-message-archive-method.  Suggested by Lute Kamstra
14686         <lute@gnu.org>.
14687
14688 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
14689
14690         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
14691         global counterparts of the buffer-local variables.
14692
14693 2004-11-16  Romain Francoise  <romain@orebokech.com>
14694
14695         * gnus-sum.el (gnus-summary-exit): Don't clear the global
14696         counterparts of the buffer-local variables.
14697
14698 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14699
14700         * message.el (message-forbidden-properties): Fixed typo in doc
14701         string.
14702
14703 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14704
14705         * gnus-util.el (gnus-replace-in-string): Added doc string.
14706
14707         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
14708         to avoid problems when splitting mails with many recipients.
14709
14710 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14711
14712         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
14713         pop-to-buffer, covered by the subsequent gnus-configure-windows.
14714
14715 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
14716
14717         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
14718         if there is no hashtable in memory or file modification time is
14719         newer than cached timestamp.
14720
14721 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14722
14723         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
14724         not-matching option.
14725
14726 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
14727
14728         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
14729         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
14730         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14731         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
14732         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
14733         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
14734
14735 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14736
14737         * message.el (message-forward-make-body-mml): Remove headers
14738         according to message-forward-ignored-headers if a message is decoded.
14739
14740 2004-12-02  Romain Francoise  <romain@orebokech.com>
14741
14742         * message.el (message-forward-make-body-plain): Always remove
14743         headers according to message-forward-ignored-headers.
14744
14745 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
14746
14747         * spam.el (spam-summary-prepare-exit): Remove the
14748         gnus-summary-limit pop for now, it has problems with ham marks for
14749         me.
14750
14751 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
14752
14753         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
14754         correctly.
14755
14756 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
14757
14758         * format-spec.el (format-spec): Message the char.
14759
14760 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
14761
14762         * gnus-art.el (gnus-split-methods): Reformat comments.
14763
14764         * spam.el (spam-summary-prepare-exit): Remove article limits
14765         before exiting the summary buffer.
14766
14767 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14768
14769         * lpath.el: Remove bbdb-create-internal, bbdb-records,
14770         spam-BBDB-register-routine and spam-enter-ham-BBDB.
14771
14772         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
14773         order to silence the byte compiler.
14774
14775         * spam.el: Fix the way to silence the byte compiler, which
14776         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
14777         bbdb-search-simple, spam-BBDB-register-routine,
14778         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
14779         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
14780         spam-stat-buffer-is-spam, spam-stat-load,
14781         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
14782         spam-stat-save and spam-stat-split-fancy.
14783
14784 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14785
14786         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
14787         which may confuse users.
14788         (canlock-password-for-verify): Ditto.
14789
14790         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
14791
14792         * gnus-art.el (gnus-emphasis-alist): Ditto.
14793
14794         * gnus-registry.el (gnus-registry-max-entries): Ditto.
14795
14796         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
14797
14798         * gnus-start.el (gnus-save-killed-list): Ditto.
14799
14800         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
14801         (gnus-sum-thread-tree-root): Ditto.
14802         (gnus-sum-thread-tree-false-root): Ditto.
14803         (gnus-sum-thread-tree-single-indent): Ditto.
14804
14805         * message.el (message-courtesy-message): Ditto.
14806         (message-archive-note): Ditto.
14807         (message-subscribed-address-file): Ditto.
14808         (message-user-fqdn): Ditto.
14809
14810         * spam-report.el (spam-report-gmane-regex): Ditto.
14811
14812         * spam.el (spam-blackhole-good-server-regex): Ditto.
14813
14814 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14815
14816         * mml.el (mml-preview): Widen the message buffer before copying
14817         the contents to the preview buffer; sort headers before previewing.
14818
14819         * message.el (message-hidden-headers): Fix the way to avoid a bug
14820         in the `repeat' widget in Emacs 21.3 or earlier.
14821
14822 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14823
14824         * message.el (message-hidden-headers): Default to "^References:".
14825         Improve customization type.  Suggested by Reiner Steib
14826         <Reiner.Steib@gmx.de>.
14827
14828 2004-11-25  Romain Francoise  <romain@orebokech.com>
14829
14830         * message.el (message-strip-forbidden-properties): Remove check for
14831         obsolete `message-hidden' text property, hidden headers are not
14832         accessible in the buffer anymore.
14833
14834 2004-11-22  Romain Francoise  <romain@orebokech.com>
14835
14836         * message.el (message-header-format-alist): Add `From' in list
14837         so that it can be sorted.
14838         (message-fix-before-sending): Widen and sort headers before
14839         sending.
14840         (message-hide-headers): Use narrowing to hide headers by moving
14841         them to the top of the buffer and narrowing to the region
14842         underneath.
14843
14844 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14845
14846         * message.el (message-strip-forbidden-properties): Bind
14847         buffer-read-only (etc) to nil.
14848
14849 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14850
14851         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
14852         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14853
14854 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
14855
14856         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
14857
14858 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14859
14860         * dns.el (query-dns): Use sit-for to time instead of
14861         accept-process-output, since that doesn't seem to work on udp
14862         sockets.
14863
14864 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14865
14866         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
14867
14868 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
14869
14870         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
14871         doc string.  Improve doc string.
14872
14873 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14874
14875         * nntp.el (nntp-request-update-info): Return nil if
14876         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
14877         may not call gnus-activate-group which uselessly issues the GROUP
14878         commands for all nntp groups and wastes time.  Reported by Romain
14879         Francoise <romain@orebokech.com>.
14880
14881         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
14882
14883 2004-11-15  Simon Josefsson  <jas@extundo.com>
14884
14885         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
14886         headers separately.
14887         (gnus-button-openpgp): New function, inspired by Jochen Küpper
14888         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
14889
14890 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
14891
14892         * gnus-start.el (gnus-convert-old-newsrc):
14893         Assign legacy-gnus-agent to 5.10.7.
14894
14895 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14896
14897         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
14898         start of the lines.
14899
14900 2004-11-14  Magnus Henoch  <mange@freemail.hu>
14901
14902         * hashcash.el (hashcash-default-payment): Change default to 20.
14903         (hashcash-default-accept-payment): Change default to 20.
14904         (hashcash-process-alist): New variable.
14905         (hashcash-generate-payment-async): Add.
14906         (hashcash-already-paid-p): Add.
14907         (hashcash-insert-payment): Don't generate payments twice.
14908         (hashcash-insert-payment-async): Add.
14909         (hashcash-insert-payment-async-2): Add.
14910         (hashcash-cancel-async): Add.
14911         (hashcash-wait-async): Add.
14912         (hashcash-processes-running-p): Add.
14913         (hashcash-wait-or-cancel): Add.
14914         (mail-add-payment): New optional argument.  Conditionally start
14915         asynchronous calculation.
14916         (mail-add-payment-async): Add.
14917
14918         * message.el (message-send-mail): Wait for asynchronous hashcash
14919         results.  Don't clobber existing X-Hashcash headers.
14920         (message-setup-1): Call mail-add-payment-async when
14921         message-generate-hashcash is non-nil.
14922
14923 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14924
14925         * message.el (message-use-alternative-email-as-from): Examine the
14926         From header as well; use message-make-from in order to include a
14927         user's full name.
14928
14929 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14930
14931         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
14932         default; improve customization type.
14933         (gnus-emphasis-custom-with-format): New macro.
14934         (gnus-emphasis-custom-value-to-external): New function.
14935         (gnus-emphasis-custom-value-to-internal): New function.
14936
14937 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14938
14939         * dns.el (query-dns): Resolve reverse addresses.
14940
14941 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14942
14943         * gnus-group.el (gnus-group-get-new-news): Use it.
14944
14945         * gnus-start.el (gnus-check-reasonable-setup): New function.
14946
14947 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14948
14949         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
14950         "Args out of range" error.  Reported by Arnaud Giersch
14951         <arnaud.giersch@free.fr>.
14952
14953 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14954
14955         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
14956
14957 2004-11-04  Richard M. Stallman  <rms@gnu.org>
14958
14959         * spam.el (spam group): Add :version.
14960
14961         * pgg-def.el (pgg group): Add :version.
14962
14963 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14964
14965         * gnus-art.el (gnus-article-edit-article): Don't associate the
14966         article buffer with a draft file.  This is a temporary measure
14967         against the 2004-08-22 change to gnus-article-edit-mode.
14968
14969 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14970
14971         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
14972         (html2text-format-tags): Remove unused variable `attr'.
14973
14974 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14975
14976         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
14977
14978         * tls.el (tls-process-connection-type, tls-success)
14979         (tls-certtool-program): Add :version.
14980
14981         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
14982         (starttls-extra-arguments, starttls-process-connection-type)
14983         (starttls-connect, starttls-failure, starttls-success): Add :version.
14984
14985         * spam-stat.el (spam-stat): Add :version.
14986
14987         * sieve.el (sieve): Add :version.
14988
14989         * sha1.el (sha1): Add :version.
14990         (sha1-use-external): Remove redundant version.
14991
14992         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
14993         (nnmail-cache-ignore-groups, nnmail-spool-hook)
14994         (nnmail-split-fancy-match-partial-words)
14995         (nnmail-split-lowercase-expanded): Add :version.
14996
14997         * nndiary.el (nndiary): Add :version.
14998
14999         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
15000
15001         * mml-sec.el (mml-default-sign-method)
15002         (mml-default-encrypt-method, mml-signencrypt-style-alist):
15003         Add :version.
15004
15005         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
15006
15007         * mm-url.el (mm-url-use-external, mm-url-program)
15008         (mm-url-arguments): Add :version.
15009
15010         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
15011         (mm-attachment-file-modes, mm-decrypt-option)
15012         (mm-w3m-safe-url-regexp): Add :version.
15013
15014         * message.el (message-cite-prefix-regexp)
15015         (message-sendmail-envelope-from, message-minibuffer-local-map)
15016         (message-user-fqdn, message-completion-alist): Add :version.
15017
15018         * gnus-win.el (gnus-configure-windows-hook)
15019         (gnus-use-frames-on-any-display): Add :version.
15020
15021         * gnus-art.el (gnus-article-address-banner-alist)
15022         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
15023         (gnus-treat-from-picon, gnus-treat-mail-picon)
15024         (gnus-treat-x-pgp-sig): Add :version.
15025
15026         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
15027         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
15028         (gnus-summary-article-delete-hook)
15029         (gnus-summary-display-while-building): Add :version.
15030
15031         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
15032         (gnus-get-top-new-news-hook): Add :version.
15033
15034         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15035         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
15036
15037         * gnus-registry.el (gnus-registry): Add :version.
15038
15039         * gnus-spec.el (gnus-use-correct-string-widths)
15040         (gnus-make-format-preserve-properties): Add :version.
15041
15042         * gnus.el (gnus-group-charter-alist)
15043         (gnus-group-fetch-control-use-browse-url)
15044         (gnus-install-group-spam-parameters): Add :version.
15045
15046         * gnus-diary.el (gnus-diary): Add :version.
15047
15048         * gnus-delay.el (gnus-delay): Add :version.
15049
15050         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
15051         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
15052         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
15053         Add :version.
15054
15055         * gnus-agent.el (gnus-agent-max-fetch-size)
15056         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
15057         (gnus-agent-prompt-send-queue): Add :version.
15058
15059         * deuglify.el (gnus-outlook-deuglify): Add :version.
15060
15061         * html2text.el: Beautify code.  Improve doc strings.  Some
15062         checkdoc cleanup.
15063         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
15064
15065 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
15066
15067         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
15068
15069 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
15070
15071         * gnus-registry.el (gnus-registry-hashtb): Create the registry
15072         when package is loaded.
15073
15074         * spam.el (spam-summary-score-preferred-header): Add global preference
15075         for people who want to override the default SpamAssassin over
15076         Bogofilter preference (when both are set).
15077         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
15078         (spam-user-format-function-S): Check
15079         spam-summary-score-preferred-header.
15080         (spam-extra-header-to-number): Add X-Bogosity header parsing.
15081         (spam-user-format-function-S): Format the score correctly.
15082
15083 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15084
15085         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
15086         signature file.  Suggested by Manoj Srivastava
15087         <srivasta@golden-gryphon.com>.
15088
15089         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
15090         iso-2022-jp even in the Japanese language environment.
15091         Suggested by Jason Rumney <jasonr@gnu.org>.
15092
15093 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15094
15095         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
15096         use the same characters as the dummy marks; make it free from
15097         getting affected by the language environment.
15098         (gnus-summary-read-group-1): Update mark positions only when the
15099         format spec is updated.
15100
15101         * gnus-spec.el (gnus-update-format-specifications): Return a list
15102         of updated types.
15103
15104 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15105
15106         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
15107         of boundp to check if display-warning is available.
15108
15109 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
15110
15111         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
15112
15113 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15114
15115         * nnspool.el (nnspool-spool-directory): Use news-path if the
15116         news-directory variable is not bound.
15117
15118         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
15119         function instead of display-warning if it is not available.
15120
15121 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15122
15123         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
15124         v5-10: Use `point-at-bol'.
15125
15126 2004-10-26  Simon Josefsson  <jas@extundo.com>
15127
15128         * hashcash.el: Fix URL in comment, reported by Cheng Gao
15129         <chenggao@gmail.com>.
15130
15131 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15132
15133         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
15134         instead.
15135
15136 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
15137
15138         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
15139         to remove a server from the nnimap-server-buffer-alist.
15140         (nnimap-open-connection, nnimap-close-server): Use it.
15141
15142         * gnus-encrypt.el: Remove file in favor of encrypt.el.
15143
15144 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15145
15146         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
15147         running the major-mode function.
15148
15149 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15150
15151         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
15152         dummy marks in the right way.
15153
15154 2004-10-18  David Edmondson  <dme@dme.org>
15155
15156         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
15157         excessively.
15158
15159 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
15160
15161         * gnus-util.el (gnus-split-references): Accept a nil references
15162         string and go on blissfully.
15163
15164         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
15165         cases where the references string is non-nil but has no references.
15166
15167         * encrypt.el: Add autoload tags.
15168
15169         * spam.el (spam-resolve-registrations-routine): Remove article
15170         from unregistration list too.  Reported by David Hanak
15171         <dhanak@isis.vanderbilt.edu>
15172
15173 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
15174
15175         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
15176         nil.  Changed custom type.
15177
15178 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
15179
15180         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
15181
15182         * gnus-sum.el (gnus-summary-move-article): Use it.
15183
15184 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
15185
15186         * encrypt.el: Add autoload cookies.
15187
15188         * spam.el (spam-backend-article-list-property)
15189         (spam-backend-get-article-todo-list)
15190         (spam-backend-put-article-todo-list)
15191         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
15192         Resolve registrations separately.
15193         (spam-register-routine): Format comments.
15194         (spam-unregister-routine, spam-register-routine): Always call with
15195         specific-articles, no default list.
15196         (spam-summary-prepare-exit): Use the spam-classifications function.
15197
15198         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
15199         gnus-encrypt.el.
15200
15201         * encrypt.el: Copied from gnus-encrypt.el.
15202
15203         * gnus-encrypt.el: Commented that it's obsolete.
15204
15205 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15206
15207         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
15208         (gnus-score-save): Use it.
15209
15210         * message.el (message-bury): Use `window-dedicated-p'.
15211
15212 2004-10-15  Simon Josefsson  <jas@extundo.com>
15213
15214         * pop3.el (top-level): Don't require nnheader.
15215         (pop3-read-timeout): Add.
15216         (pop3-accept-process-output): Add.
15217         (pop3-read-response, pop3-retr): Use it.
15218
15219 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
15220
15221         * spam.el (spam-register-routine): Move comment.
15222         (spam-verify-bogofilter): Use 'unknown for the initial
15223         spam-bogofilter-valid state, not 'never.
15224
15225         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
15226         for netrc-machine.
15227
15228         * nnimap.el (nnimap-open-connection): Use
15229         netrc-machine-user-or-password.
15230
15231 2004-10-17  Richard M. Stallman  <rms@gnu.org>
15232
15233         * gnus-registry.el (gnus-registry-unload-hook):
15234         Set as a variable with add-hook.
15235
15236         * nnspool.el (nnspool-spool-directory): Use news-directory instead
15237         of news-path.
15238
15239         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
15240
15241         * spam.el: Delete duplicate `provide'.
15242         (spam-unload-hook): Set as a variable with add-hook.
15243
15244 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15245
15246         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
15247         in the doc string.
15248
15249         * message.el (message-ignored-news-headers)
15250         (message-ignored-supersedes-headers)
15251         (message-ignored-resent-headers)
15252         (message-forward-ignored-headers): Improve custom type.
15253
15254 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15255
15256         * message.el (message-tokenize-header): Fix 2004-09-06 change
15257         which used point-min in the wrong place.
15258
15259 2004-10-12  Simon Josefsson  <jas@extundo.com>
15260
15261         * tls.el (tls-certtool-program): New variable.
15262         (tls-certificate-information): New function, based on
15263         ssl-certificate-information.
15264
15265 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15266
15267         * compface.el: Move the version of ELisp-based uncompface program
15268         to the contrib directory because of the copyright problem.
15269
15270 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15271
15272         * message.el (message-kill-buffer): Raise the current frame.
15273
15274 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15275
15276         * gnus-sum.el: Mention that multibyte characters don't work as marks.
15277
15278         * gnus.el (message-y-or-n-p): Autoload.
15279
15280         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
15281         (pop3-password-required, pop3-authentication-scheme)
15282         (pop3-leave-mail-on-server): Made customizable.
15283         (pop3): New custom group.
15284         (pop3-retr): Remove `sleep-for' statements.
15285         Suggested by Dave Love <fx@gnu.org>.
15286
15287         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
15288         Windows/DOS.
15289
15290         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15291         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
15292         Dave Love <fx@gnu.org>.
15293
15294         * mml.el (mml-minibuffer-read-disposition): Require match.
15295         Suggested by Dave Love <fx@gnu.org>.
15296
15297 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15298
15299         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
15300         doc string.
15301
15302 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15303
15304         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
15305
15306 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15307
15308         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
15309         instead of calling `mm-insert-inline', to decode text/* parts
15310         before displaying them.
15311
15312 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15313
15314         * mm-uu.el (mm-uu-text-plain-type): New variable.
15315         (mm-uu-pgp-signed-extract-1): Use it.
15316         (mm-uu-pgp-encrypted-extract-1): Use it.
15317         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
15318         bind mm-uu-text-plain-type with that value.
15319         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
15320         mm-uu-dissect.
15321
15322 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15323
15324         * gnus-group.el (gnus-update-group-mark-positions):
15325         * gnus-sum.el (gnus-update-summary-mark-positions):
15326         * message.el (message-check-news-body-syntax):
15327         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
15328         of string-as-multibyte.
15329
15330 2004-10-05  Juri Linkov  <juri@jurta.org>
15331
15332         * gnus-group.el (gnus-update-group-mark-positions):
15333         * gnus-sum.el (gnus-update-summary-mark-positions):
15334         * message.el (message-check-news-body-syntax):
15335         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
15336         8-bit unibyte values to a multibyte string for search functions.
15337
15338 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15339
15340         * mm-uu.el (mm-uu-dissect): Allow optional arg.
15341         (mm-uu-dissect-text-parts): New function.
15342
15343         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
15344         dissect text parts.
15345
15346         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
15347         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
15348
15349         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
15350
15351         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
15352         gnus-current-topics instead of gnus-current-topic.
15353
15354 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
15355
15356         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
15357
15358 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
15359
15360         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
15361         where approriate.
15362
15363         * nnml.el (nnml-generate-active-info): do.
15364
15365         * nndiary.el (nndiary-generate-active-info): do.
15366
15367         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
15368         (gnus-topic-move): do.
15369
15370         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
15371         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
15372
15373         * gnus-srvr.el (gnus-server-prepare)
15374         (gnus-server-open-all-servers): do.
15375
15376         * gnus-msg.el (gnus-summary-cancel-article)
15377         (gnus-summary-resend-message)
15378         (gnus-summary-mail-crosspost-complaint): do.
15379
15380         * gnus-move.el (gnus-change-server): do.
15381
15382         * gnus-group.el (gnus-group-unmark-all-groups)
15383         (gnus-group-set-current-level): do.
15384
15385 2004-10-04  Simon Josefsson  <jas@extundo.com>
15386
15387         * message.el (message-generate-hashcash): Doc fix.
15388
15389 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
15390
15391         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
15392         avoid infinite recursion via gnus-get-function.
15393
15394 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
15395
15396         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
15397
15398         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
15399
15400         * nnmail.el (nnmail-split-history): do.
15401
15402         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
15403         (nnml-request-delete-group): do.
15404
15405         * nnslashdot.el (nnslashdot-read-groups): do.
15406
15407         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
15408         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
15409
15410         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
15411         (nnspool-sift-nov-with-sed): Use last.
15412         (nnspool-retrieve-headers-with-nov): Use mapc.
15413         (nnspool-request-newgroups): Use dolist.
15414         (nnspool-request-group): Use last.
15415
15416         * nntp.el (nntp-read-server-type): Use dolist.
15417
15418         * nnvirtual.el (nnvirtual-create-mapping)
15419         (nnvirtual-update-read-and-marked): Use dolist.
15420         (nnvirtual-convert-headers): Simplify.
15421
15422 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15423
15424         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
15425         support for sync'ing tick marks.
15426
15427 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15428
15429         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
15430         there's no visible header.
15431
15432 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15433
15434         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
15435         necessary, pass full group name to gnus-request-set-marks.
15436
15437 2004-10-01  Simon Josefsson  <jas@extundo.com>
15438
15439         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
15440         acroread.
15441
15442 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15443
15444         * spam-report.el (spam-report-gmane): Fix interactive.
15445
15446         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
15447
15448         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
15449         when writing file.
15450         (gnus-agent-synchronize-flags): Don't default to being
15451         interactive.
15452
15453 2004-09-30  Simon Josefsson  <jas@extundo.com>
15454
15455         * message.el (message-generate-hashcash): Add.
15456         (message-send-mail): Use it, call mail-add-payment.
15457
15458 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15459
15460         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
15461
15462 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
15463
15464         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
15465         gnus-requst-update-info with explicit code to sync the in-memory
15466         info read flags with the marks being sync'd to the backend.
15467
15468         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
15469
15470 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15471
15472         * spam.el (spam-verify-bogofilter): Add new function.
15473         (spam-check-bogofilter)
15474         (spam-bogofilter-register-with-bogofilter): Use it.
15475         (spam-verify-bogofilter): Add small fixes.
15476
15477 2004-09-28  Simon Josefsson  <jas@extundo.com>
15478
15479         * hashcash.el (hashcash-generate-payment): Revert.
15480
15481 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15482
15483         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
15484         gnus-extract-references instead of gnus-split-references.
15485
15486         * gnus-util.el (gnus-extract-references): Add new function, analogous
15487         to gnus-split-references but extracts only the message-ID without
15488         anything extra.
15489
15490         * hashcash.el (hashcash-generate-payment)
15491         (hashcash-check-payment): Do the right thing if hashcash-path is
15492         nil (because the hashcash program could not be found).
15493
15494         * spam.el (spam-use-hashcash): Remove comment.
15495
15496 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
15497
15498         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
15499         (gnus-cache-enter-article, gnus-cache-remove-article)
15500         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
15501
15502         * gnus-async.el (gnus-async-prefetch-remove-group): do.
15503
15504         * gnus-art.el (article-hide-boring-headers)
15505         (article-translate-strings, article-display-face)
15506         (gnus-article-mime-match-handle-first)
15507         (gnus-article-highlight-headers)
15508         (gnus-article-add-buttons-to-head): do.
15509
15510 2004-09-27  Simon Josefsson  <jas@extundo.com>
15511
15512         * hashcash.el: New version, from
15513         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
15514         ../contrib/.
15515
15516 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15517
15518         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
15519
15520 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
15521
15522         * gnus-dup.el (gnus-dup-open): Use mapc.
15523         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
15524
15525         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
15526         Reported by Stefan Wiens <s.wi@gmx.net>.
15527
15528         * gnus.el (gnus-shutdown): Use dolist.
15529
15530         * gnus-undo.el (gnus-undo): Use mapc.
15531
15532         * nnrss.el (nnrss-generate-active): do.
15533
15534         * message.el (message-cite-original-without-signature)
15535         (message-cite-original): Use mapc.
15536         (message-do-actions, message-make-forward-subject): Use dolist.
15537
15538 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15539
15540         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
15541         deletion to remove entire duplicate line.  Fixes merged article
15542         number bug.
15543
15544 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15545
15546         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
15547         servers that are offline.  Avoids having gnus-agent-toggle-plugged
15548         first ask if you want to open a server and then, even when you
15549         responded with no, asking if you want to synchronize the server's
15550         flags.
15551         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
15552         multi-line expressions.
15553         (gnus-agent-synchronize-group-flags): New internal function.
15554         Updates marks in memory (in the info structure) AND in the
15555         backend.
15556
15557         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
15558
15559         * nnagent.el (nnagent-request-set-mark): Use
15560         gnus-agent-synchronize-group-flags, not backend's request-set-mark
15561         method, to ensure that synchronization updates marks in the
15562         backend and in the info (in memory) structure.
15563
15564 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15565
15566         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
15567         convention fully; don't miss the root article of a thread; make
15568         the X-Draft-From header with correct article numbers.
15569
15570 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
15571
15572         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
15573         unless plugged.  Disable the agent so that an open failure causes
15574         an error.
15575
15576         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
15577         Reverted 2004-09-21 change.  The backend must be opened while
15578         synchronizing flags even when the backend stores the flags
15579         locally.
15580
15581 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
15582
15583         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
15584         in `header' match.  Reported by Svend Tollak Munkejord.
15585
15586         * message.el (message-cite-original): Fix use of
15587         `message-cite-articles-with-x-no-archive'.
15588
15589 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15590
15591         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
15592         (gnus-window-to-buffer): Ditto.
15593
15594         * mml.el (mml-preview-buffer): New variable.
15595         (mml-preview): Manage window layout with gnus-buffer-configuration.
15596
15597         * gnus-msg.el (gnus-setup-message): Put article numbers into the
15598         X-Draft-From header even if those articles aren't quoted.
15599
15600 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
15601
15602         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
15603         (gnus-request-set-mark, gnus-request-update-mark): Use new
15604         g-s-t-u-l-m to decide to use backend even when unplugged.
15605
15606 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15607
15608         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
15609         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
15610
15611 2004-09-20  Simon Josefsson  <jas@extundo.com>
15612
15613         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
15614         "utf-16-le".
15615
15616 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15617
15618         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
15619
15620 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15621
15622         * uudecode.el (uudecode-use-external): Add :version.
15623
15624         * smime.el (smime-CA-file, smime-encrypt-cipher)
15625         (smime-dns-server): Add :version.
15626
15627         * smiley.el (gnus-smiley-file-types): Add :version.
15628
15629         * sha1.el (sha1-use-external): Add :version.
15630
15631         * pgg-def.el (pgg-query-keyserver): Add :version.
15632
15633         * nnmail.el (nnmail-fancy-expiry-targets)
15634         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
15635         Add :version.
15636
15637         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
15638         (nnimap-retrieve-groups-asynchronous): Add :version.
15639         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
15640
15641         * mml.el (mml-content-disposition-parameters)
15642         (mml-insert-mime-headers-always): Add :version.
15643
15644         * mm-util.el (mm-coding-system-priorities): Add :version.
15645
15646         * mm-decode.el (mm-inline-text-html-with-images)
15647         (mm-keep-viewer-alive-types, mm-external-terminal-program)
15648         (mm-verify-option): Add :version.
15649         (mm-text-html-renderer): Change :version.
15650
15651         * message.el (message-fcc-externalize-attachments)
15652         (message-required-headers, message-draft-headers)
15653         (message-subject-trailing-was-query)
15654         (message-subject-trailing-was-ask-regexp)
15655         (message-subject-trailing-was-regexp, message-mark-insert-begin)
15656         (message-mark-insert-end, message-archive-header)
15657         (message-archive-note, message-cross-post-default)
15658         (message-cross-post-note, message-followup-to-note)
15659         (message-cross-post-note-function, message-use-mail-followup-to)
15660         (message-subscribed-address-functions)
15661         (message-subscribed-address-file, message-subscribed-addresses)
15662         (message-subscribed-regexps, message-allow-no-recipients)
15663         (message-yank-cited-prefix, message-signature-insert-empty-line)
15664         (message-hidden-headers, message-hierarchical-addresses)
15665         (message-mail-user-agent, message-use-idna)
15666         (message-valid-fqdn-regexp)
15667         (message-strip-special-text-properties, message-header-synonyms)
15668         (message-beginning-of-line, message-tab-body-function): Add :version.
15669         (message-insert-canlock, message-wide-reply-confirm-recipients):
15670         Change :version.
15671
15672         * mail-source.el (mail-source-ignore-errors): Add :group, :type
15673         and :version.
15674         (mail-source-delete-old-incoming-confirm)
15675         (mail-source-movemail-program): Add :version.
15676
15677         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
15678         (gnus-agent-cache, gnus-agent): Change :version.
15679
15680         * gnus-util.el (gnus-use-byte-compile): Change :version.
15681
15682         * gnus-sum.el (gnus-summary-make-false-root-always)
15683         (gnus-summary-default-high-score)
15684         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
15685         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
15686         (gnus-read-all-available-headers, gnus-article-emulate-mime)
15687         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
15688         (gnus-sum-thread-tree-single-indent)
15689         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
15690         (gnus-sum-thread-tree-leaf-with-other)
15691         (gnus-sum-thread-tree-single-leaf): Add :version.
15692         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
15693         (gnus-article-loose-mime): Change :version.
15694
15695         * gnus-start.el (gnus-backup-startup-file)
15696         (gnus-save-startup-file-via-temp-buffer): Add :version.
15697
15698         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
15699         (gnus-server-offline-face): Add :version.
15700
15701         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
15702
15703         * gnus-msg.el (gnus-gcc-externalize-attachments)
15704         (gnus-debug-files, gnus-debug-exclude-variables)
15705         (gnus-discouraged-post-methods): Change :version.
15706         (gnus-confirm-mail-reply-to-news)
15707         (gnus-confirm-treat-mail-like-news): Add :version.
15708
15709         * gnus-int.el (gnus-server-unopen-status): Add :version.
15710
15711         * gnus-group.el (gnus-group-jump-to-group-prompt)
15712         (gnus-large-ephemeral-newsgroup)
15713         (gnus-fetch-old-ephemeral-headers): Add :version.
15714
15715         * gnus-fun.el (gnus-x-face-directory)
15716         (gnus-convert-pbm-to-x-face-command)
15717         (gnus-convert-image-to-x-face-command)
15718         (gnus-convert-image-to-face-command): Add :version.
15719
15720         * gnus-delay.el (gnus-delay-default-hour): Add :version.
15721
15722         * gnus-cite.el (gnus-cite-blank-line-after-header)
15723         (gnus-article-boring-faces): Add :version.
15724
15725         * gnus-art.el (gnus-buttonized-mime-types)
15726         (gnus-inhibit-mime-unbuttonizing)
15727         (gnus-treat-display-face)
15728         (gnus-treat-body-boundary): Change :version.
15729         (gnus-body-boundary-delimiter, gnus-picon-databases)
15730         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
15731         (gnus-treat-date-english, gnus-treat-fold-headers)
15732         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
15733         (gnus-treat-mail-picon, gnus-treat-wash-html)
15734         (gnus-article-encrypt-protocol)
15735         (gnus-use-idna, gnus-article-over-scroll)
15736         (gnus-mime-display-multipart-alternative-as-mixed)
15737         (gnus-mime-display-multipart-related-as-mixed)
15738         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
15739         (gnus-ctan-url, gnus-button-ctan-handler)
15740         (gnus-button-handle-ctan-bogus-regexp)
15741         (gnus-button-ctan-directory-regexp)
15742         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
15743         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
15744         (gnus-button-man-level, gnus-button-emacs-level)
15745         (gnus-button-message-level, gnus-button-browse-level): Add :version.
15746
15747         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
15748         (gnus-agent-go-online): Change :version.
15749         (gnus-agent-expire-unagentized-dirs)
15750         (gnus-agent-auto-agentize-methods): Add :version.
15751
15752         * flow-fill.el (fill-flowed-display-column)
15753         (fill-flowed-encode-column): Add :version.
15754
15755         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
15756         (gnus-outlook-deuglify-unwrap-max)
15757         (gnus-outlook-deuglify-cite-marks)
15758         (gnus-outlook-deuglify-unwrap-stop-chars)
15759         (gnus-outlook-deuglify-no-wrap-chars)
15760         (gnus-outlook-deuglify-attrib-cut-regexp)
15761         (gnus-outlook-deuglify-attrib-verb-regexp)
15762         (gnus-outlook-deuglify-attrib-end-regexp)
15763         (gnus-outlook-display-hook): Add :version.
15764
15765         * binhex.el (binhex-use-external): Add :version.
15766
15767 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
15768
15769         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
15770         and `invisible'.
15771
15772 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
15773
15774         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
15775         in gnus-registry-trim.
15776
15777 2004-09-13  Simon Josefsson  <jas@extundo.com>
15778
15779         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
15780
15781         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
15782
15783         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
15784         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15785         <yamaoka@jpl.org>.
15786         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
15787         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15788         <yamaoka@jpl.org>.
15789
15790         * sieve.el (sieve-manage-mode): Ditto.
15791
15792 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
15793
15794         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
15795
15796 2004-09-11  Simon Josefsson  <jas@extundo.com>
15797
15798         * dns-mode.el: Add.
15799
15800         * mm-view.el (mm-display-dns-inline): Add.
15801
15802         * mm-decode.el (mm-inline-media-tests): Add text/dns.
15803         (mm-automatic-display): Ditto.
15804
15805         * mailcap.el (mailcap-mime-data): Add text/dns.
15806         (mailcap-mime-extensions): Map .soa to text/dns.
15807
15808 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
15809
15810         * gnus-art.el (article-decode-mime-words, article-babel)
15811         (gnus-article-highlight-signature, gnus-article-add-buttons)
15812         (gnus-signature-toggle): Remove unnecessary bindings of
15813         `inhibit-read-only' inherited from v5.10 merge.
15814
15815 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
15816
15817         * nntp.el (nntp): New customization group.
15818         (nntp-authinfo-file): Add customization group.
15819
15820         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
15821
15822         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
15823
15824         * gnus.el (to-address, to-list, subscribed)
15825         (large-newsgroup-initial): Ditto.
15826
15827         * flow-fill.el (fill-flowed-display-column)
15828         (fill-flowed-encode-column): Ditto.
15829
15830 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15831
15832         * message.el (message-tokenize-header, message-send-mail-with-qmail):
15833         Use point-min rather than 1.
15834         (message-send-mail): Use buffer-size rather than point-max.
15835
15836         * gnus-sum.el (gnus-summary-search-article-forward):
15837         Signal a specific `search-failed' rather than a generic `error'.
15838
15839         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
15840         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
15841         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
15842
15843 2004-09-10  Simon Josefsson  <jas@extundo.com>
15844
15845         * nndb.el (require): Remove tcp and duplicate cl.
15846
15847 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15848
15849         * gnus-agent.el (directory-files-and-attributes): Move forward.
15850
15851 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15852
15853         * gnus-agent.el (directory-files-and-attributes): Optionally
15854         defined to support XEmacs.
15855
15856 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15857
15858         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
15859         to avoid run-time CL dependencies.
15860         (gnus-agent-unfetch-articles): New function.
15861         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
15862         article numbers even when local .overview file is missing.
15863         (gnus-agent-read-article-number): New function.  Only accepts
15864         27-bit article numbers.
15865         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
15866         gnus-agent-read-article-number.
15867         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
15868         from backend while recognizing that article numbers in .overview
15869         must be valid.
15870         (gnus-agent-update-files-total-fetched-for): Use
15871         directory-files-and-attributes to improve performance.
15872         * gnus-int.el (gnus-request-move-article): Use
15873         gnus-agent-unfetch-articles in place of gnus-agent-expire to
15874         improve performance.
15875
15876         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
15877         some users confused by references to .newsrc when they only have a
15878         .newsrc.eld file.
15879         (gnus-convert-mark-converter-prompt)
15880         (gnus-convert-converter-needs-prompt): Fixed use of property list.
15881         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
15882         New function.  Used internally to only display 'gnus converting
15883         files' message when actually necessary.
15884
15885         * gnus-sum.el (): Removed (require 'gnus-agent) as required
15886         methods now autoloaded.
15887
15888 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15889
15890         * gnus-sum.el (gnus-summary-insert-subject): Remove list
15891         identifiers.
15892
15893 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
15894
15895         * gnus-picon.el: Fix indentation and closing parenthesis.
15896
15897 2004-09-01  Simon Josefsson  <jas@extundo.com>
15898
15899         * message.el (message-canlock-generate): Require sha1, not
15900         sha1-el.  (Can we get rid of this require altogether?  It is ugly
15901         to require within a function.  Sadly, if sha1.el isn't loaded, the
15902         let binding in m-c-g will hide the defcustom definition, which is
15903         bad.)
15904
15905         * canlock.el: Require sha1, not sha1-el.
15906
15907         * message.el: Don't autoload sha1 (there is a autoload cookie in
15908         sha1.el).
15909
15910         * sha1-el.el: Renamed to sha1.el.
15911
15912 2004-08-30  Juanma Barranquero  <lektu@terra.es>
15913
15914         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
15915
15916 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15917
15918         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
15919
15920 2004-08-30  Kim F. Storm  <storm@cua.dk>
15921
15922         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
15923
15924         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
15925         Add :group 'nnimap.
15926
15927 2004-08-30  Andreas Schwab  <schwab@suse.de>
15928
15929         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
15930         ?* and ?\;.
15931
15932         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
15933         and ?\' to symbol instead of whitespace.
15934
15935 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15936
15937         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
15938
15939         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
15940         instead of re-search-forward.
15941
15942         * gnus-uu.el (gnus-uu-save-article): Ditto.
15943         (gnus-uu-post-encode-uuencode): Ditto.
15944
15945         * html2text.el (html2text-clean-list-items): Ditto.
15946         (html2text-clean-dtdd): Ditto.
15947         (html2text-format-tags): Ditto.
15948
15949         * message.el (message-send-mail-with-sendmail): Fix regexp.
15950         (message-fill-field-general): Use search-forward instead of
15951         re-search-forward.
15952         (unbold-region): Ditto.
15953
15954         * nnrss.el (nnrss-request-article): Ditto.
15955
15956         * nnslashdot.el (nnslashdot-request-article): Ditto.
15957
15958         * nnweb.el (nnweb-gmane-wash-article): Ditto.
15959
15960         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
15961         "Unrecognized menu descriptor" error in XEmacs.
15962
15963 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15964
15965         * gnus-sum.el (gnus-read-header): Don't remove a header for the
15966         parent article of a sparse article in the thread hashtb.
15967
15968 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
15969
15970         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
15971         (nnmail-expand-newtext): Lowercase expanded entries if
15972         nnmail-split-lowercase-expanded is non-nil.
15973
15974 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15975
15976         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
15977
15978         * gnus-group.el (gnus-group-line-format-alist): Convert the value
15979         of gnus-tmp-news-method into string under XEmacs.  It will be
15980         passed to gnus-correct-length which takes only a string argument.
15981
15982 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15983
15984         * gnus-util.el (gnus-bind-print-variables): New macro.
15985         (gnus-prin1): Use it.
15986         (gnus-prin1-to-string): Use it.
15987         (gnus-pp): New function.
15988         (gnus-pp-to-string): New function.
15989
15990         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
15991         Replace pp-to-string with gnus-pp-to-string.
15992         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
15993         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
15994         * gnus-msg.el (gnus-debug): Ditto.
15995         * gnus-score.el (gnus-score-save): Ditto.
15996         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
15997         gnus-pp-to-string.
15998         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
15999         with gnus-pp.
16000         * score-mode.el (gnus-score-pretty-print): Ditto.
16001         * webmail.el (webmail-debug): Ditto.
16002
16003 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16004
16005         * gnus-art.el (article-display-face, article-display-x-face):
16006         Use buffer-read-only.
16007
16008 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16009
16010         * gnus-art.el (article-hide-list-identifiers):
16011         Bind inhibit-read-only as t.
16012
16013 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
16014
16015         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
16016
16017 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16018
16019         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
16020         (gnus-narrow-to-page): Don't assume point-min == 1.
16021         (gnus-article-edit-mode): Derive from message-mode.
16022
16023         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
16024         point-min == 1.
16025
16026         * imap.el (imap-parse-address-list, imap-parse-body-ext):
16027         Disable incorrect use of `assert'.
16028
16029         * message.el (message-mode): Set comment-start-skip.
16030
16031
16032 2004-08-22  Sam Steingold  <sds@gnu.org>
16033
16034         * pop3.el (pop3-leave-mail-on-server): New user variable.
16035         (pop3-movemail): Delete mail only when it is nil.
16036
16037 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
16038
16039         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
16040
16041         * mml.el (mml-preview): Use `pop-to-buffer'.
16042
16043         * message.el (message-goto-mail-followup-to): Insert after "To".
16044         (message-carefully-insert-headers): Add comment.
16045
16046         * gnus.el: Remove unused variable `gnus-article-check-size'.
16047
16048         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
16049
16050         * gnus-art.el (gnus-button-alist): Improve
16051         `gnus-button-handle-library' entry.
16052
16053 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
16054
16055         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
16056         downcase, since XEmacs capitalizes error messages differently.
16057
16058 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
16059
16060         * nntp.el: Add (require 'gnus) due to reference to
16061         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
16062
16063 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
16064
16065         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
16066         `mm-fill-flowed'.
16067
16068         * mm-decode.el (mm-dissect-singlepart): Check it.
16069
16070 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
16071
16072         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
16073         'imap' for netrc parsing.
16074
16075 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
16076
16077         * mailcap.el (mailcap-mime-data): Mark as risky.
16078
16079 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16080
16081         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
16082         may be included in the encoded word.
16083         (rfc2047-encode): Don't append a space if the encoded word
16084         includes close parenthesis.
16085
16086 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16087
16088         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
16089         of text within parentheses.
16090
16091 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
16092
16093         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
16094         (gnus-encrypt-write-file-contents): Make the password key the file
16095         name PLUS the cipher, not just the cipher.  Also remove failed
16096         passwords from the cache.
16097
16098 2004-08-06  Simon Josefsson  <jas@extundo.com>
16099
16100         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
16101         fix.
16102
16103 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16104
16105         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
16106         LWSP.
16107
16108 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
16109
16110         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
16111         to append in-reply-to: data to the references: header.
16112
16113         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
16114         (netrc-parse): Use gnus-encrypt.el functions.
16115
16116         * gnus-encrypt.el: Add new file for encryption support; currently
16117         does only a few GPG ciphers and an internal XOR cipher.
16118
16119         * password.el: Add comments on using password-read-and-add.
16120         (password-read-and-add): Add function to read and add the
16121         password to the cache at once.
16122
16123 2004-07-28  Simon Josefsson  <jas@extundo.com>
16124
16125         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
16126         parameter (but don't use it, for now).
16127
16128         * imap.el (imap-ssl-open): Use imap-process-connection-type,
16129         instead of hard coding to nil.
16130
16131 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16132
16133         * mm-view.el (mm-inline-image-emacs): Open lines under an image
16134         as mm-inline-image-xemacs does.
16135
16136 2004-07-26  Simon Josefsson  <jas@extundo.com>
16137
16138         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
16139         Revert part of 2004-07-17 change below.
16140
16141 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16142
16143         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
16144         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16145
16146 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16147
16148         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
16149         quotes that actually start with ">" at the beginning of the
16150         lines.
16151
16152 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16153
16154         * rfc2047.el (rfc2047-encode-region): Fix last change.
16155         (rfc2047-encode-parameter): Remove useless concat.
16156
16157 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16158
16159         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
16160         encode special characters; fix some kind of misconfigured headers;
16161         signal a real error if debug-on-quit or debug-on-error is non-nil.
16162         (rfc2047-encode-max-chars): New variable.
16163         (rfc2047-encode-1): Use it.
16164         (rfc2047-encode-parameter): New function.
16165
16166         * mml.el (mml-insert-parameter): Remove an excessive space.
16167
16168 2004-07-17  Simon Josefsson  <jas@extundo.com>
16169
16170         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
16171         Kai Grossjohann <kai@emptydomain.de>.
16172         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
16173         (gnus-group-make-menu-bar): Ditto.
16174
16175         * gnus-util.el (gnus-group-server): Add.
16176
16177 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
16178
16179         * message.el (message-clone-locals): Clone sendmail and smtp
16180         variables.
16181
16182 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16183
16184         * rfc2047.el (rfc2047-encode-region): Fix last change.
16185
16186 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16187
16188         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
16189         characters as non-special.
16190
16191 2004-07-09  Simon Josefsson  <jas@extundo.com>
16192
16193         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
16194         Users will lose all flag changes made while unplugged with
16195         e.g. nntp unless flag synchronization happens, thus `nil' is not a
16196         good default.  See numerous reports on ding mailing list.
16197
16198 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16199
16200         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
16201         add generate-head-function and generate-article-function to the
16202         rfc822-forward entry.
16203         (nndoc-rfc822-forward-generate-article): New function.
16204         (nndoc-rfc822-forward-generate-head): New function.
16205
16206         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
16207
16208 2004-07-06  Dan Christensen  <jdc@uwo.ca>
16209
16210         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
16211         respect display group parameter and gnus-summary-expunge-below.
16212         (gnus-articles-to-read): Remove unused reference to display group
16213         parameter.
16214
16215 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16216
16217         * nnheader.el (nnheader-uniquify-message-id): New experimental
16218         variable.
16219         (nnheader-nov-read-message-id): Use it.
16220
16221         * spam-report.el (spam-report-gmane): Add interactive.
16222
16223 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16224
16225         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
16226         qp-or-base64 for the application/* types.
16227
16228 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
16229
16230         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
16231
16232 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
16233
16234         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
16235         trim value.
16236
16237 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16238
16239         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
16240         New macro and function.
16241         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
16242
16243 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16244
16245         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
16246         after-load-alist.
16247
16248 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16249
16250         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
16251         update info that isn't there.
16252
16253 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
16254
16255         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
16256         entry.
16257
16258 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16259
16260         * mm-view.el (mm-inline-render-with-function): Use multibyte
16261         buffer; decode html source by charset.
16262
16263         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
16264
16265         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
16266         Mule-UCS is loaded under XEmacs.
16267         (mm-mime-mule-charset-alist): Avoid duplicated entries.
16268
16269 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
16270
16271         * nnheader.el (nnheader-max-head-length): Increase to 8192.
16272
16273 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16274
16275         * mm-util.el (mm-coding-system-p): Return a coding-system.
16276         (mm-mime-mule-charset-alist): Use shift_jis instead of
16277         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
16278         entries for the mime charsets iso-2022-jp-3 and shift_jis.
16279         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
16280         instead of japanese-shift-jis and iso-latin-1 respectively in
16281         order to share the default value with both Emacs and XEmacs-mule.
16282         (mm-mule-charset-to-mime-charset): Make
16283         mm-coding-system-priorities effective.
16284         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
16285         while predicating of candidates upon the priorities.
16286
16287 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
16288
16289         * gnus-sum.el (gnus-summary-make-menu-bar): Add
16290         gnus-uu-invert-processable.
16291
16292         * gnus.el: Autoload gnus-uu-invert-processable.
16293
16294 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16295
16296         * mm-util.el (mm-with-multibyte-buffer): New macro.
16297
16298         * rfc2047.el (rfc2047-encode-string): Use it.
16299         (rfc2047-encode-region): Move point to the end of the region after
16300         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
16301
16302 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16303
16304         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
16305         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
16306
16307 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16308
16309         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
16310         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
16311         Karl Chen <quarl@nospam.quarl.org>.
16312
16313 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
16314
16315         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
16316         invalid addresses.
16317
16318 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
16319
16320         * spam.el: Change section markers, revise TODO list.
16321         (spam-backends): Make new master list of all installed backends.
16322         (spam-summary-exit-behavior): Add new variable to determine how
16323         messages moves are done at summary exit.
16324         (spam-move-spam-nonspam-groups-only)
16325         (spam-process-ham-in-nonham-groups)
16326         (spam-process-ham-in-spam-groups): Remove variables, the
16327         spam-summary-exit-behavior variable should be used to manage this
16328         behavior.
16329         (spam-old-ham-articles, spam-old-spam-articles): Remove.
16330         (spam-old-articles): Add variable, replacing spam-old-ham-articles
16331         and spam-old-spam-articles.
16332         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
16333         Add empty variables, placeholders for the backends they represent.
16334         (spam-set-difference): Move, unchanged.
16335         (spam-list-of-processors): Declare OBSOLETE, not used anymore
16336         unless the user has a processor variable.
16337         (spam-classifications, spam-classification-valid-p)
16338         (spam-backend-properties, spam-backend-property-valid-p)
16339         (spam-backend-function-type-valid-p)
16340         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
16341         (spam-report-articles-gmane, spam-report-articles-resend):
16342         Remove functions, they are not needed.
16343         (spam-install-backend-super, spam-backend-list)
16344         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
16345         (spam-backend-function, spam-backend-ham-registration-function)
16346         (spam-backend-spam-registration-function)
16347         (spam-backend-ham-unregistration-function)
16348         (spam-backend-spam-unregistration-function)
16349         (spam-backend-statistical-p, spam-backend-mover-p)
16350         (spam-install-backend-alias, spam-install-checkonly-backend)
16351         (spam-install-mover-backend, spam-install-nocheck-backend)
16352         (spam-install-backend, spam-install-statistical-backend)
16353         (spam-install-statistical-checkonly-backend): Add backend installation
16354         support.
16355         (spam-summary-prepare-exit): Rewrite to use the new backend code.
16356         (spam-group-processor-p): Use the new backend code and respect the
16357         summary exit behavior.
16358         (spam-mark-spam-as-expired-and-move-routine): Remove.
16359         (spam-summary-prepare): Change to use the new spam-old-articles
16360         variable.
16361         (spam-copy-or-move-routine, spam-copy-spam-routine)
16362         (spam-move-spam-routine, spam-copy-ham-routine)
16363         (spam-move-ham-routine): Add code to copy/move ham or spam.
16364         (spam-fetch-field-fast): Improve doc and code, plus allow the
16365         'number request.
16366         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
16367         variables.
16368         (spam-split, spam-find-spam): Use the new backend code.
16369         (spam-registration-functions): Remove variable.
16370         (spam-unregister-routine): Add convenience wrapper.
16371         (spam-log-undo-registration, spam-register-routine)
16372         (spam-log-processing-to-registry)
16373         (spam-log-unregistration-needed-p): Rename "check" to "backend"
16374         where possible.
16375         (spam-check-gmane-xref, spam-check-regex-headers)
16376         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
16377         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
16378         (spam-check-bogofilter-headers, spam-check-spamoracle)
16379         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
16380         (spam-check-crm114-headers): Use the spam-split-group that
16381         spam-split prepares, no need to determine it every time.
16382
16383         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
16384         to the nnheader-parse-naked-head call.
16385
16386         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
16387
16388         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
16389         the nnheader-nov-read-message-id call.
16390
16391 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16392
16393         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
16394         gnus-activate-group twice.  Suggested by Markus Peter
16395         <warp@spin.de>.
16396
16397 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16398
16399         * gnus-art.el (gnus-article-time-format): Exchange the order of
16400         day and month in the default value; fix customization type.
16401         (article-date-ut): Use add-text-properties.
16402         (article-make-date-line): Use message-make-date instead of
16403         current-time-string.
16404
16405         * message.el (message-fetch-field): Don't use set-text-properties.
16406         (message-make-date): Simplify.
16407
16408         * messagexmas.el (message-xmas-make-date): New function.
16409         (message-xmas-redefine): Defalias message-make-date to it.
16410
16411 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16412
16413         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
16414         (rfc2047-encode-region): Treat text within parentheses as special;
16415         show the original text when error has occurred.
16416
16417         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
16418         already-computed method to gnus-activate-group.
16419
16420         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
16421         same select-methods identical Lisp objects.
16422
16423         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
16424         object when modifying the info.
16425
16426 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16427
16428         * gnus-srvr.el (gnus-server-set-info): Remove the server from
16429         gnus-opened-servers since it has never been opened with the new
16430         configuration yet.
16431
16432 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16433
16434         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
16435         arg to nnheader-generate-fake-message-id.
16436
16437 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
16438
16439         * nnheader.el (nnheader-generate-fake-message-id): Accept a
16440         number and build a fake message ID localized to a group and
16441         article number (so it's repeatable from that point on).
16442         (nnheader-fake-message-id-p): Change regex to accomodate new fake
16443         ID format.
16444
16445         * gnus-sum.el (gnus-get-newsgroup-headers): Call
16446         nnheader-generate-fake-message-id with the article number.
16447
16448 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
16449
16450         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
16451         end-of-buffer.
16452
16453 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16454
16455         * message.el (message-ignored-supersedes-headers): Add Approved.
16456
16457 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16458
16459         * rfc2047.el (rfc2047-encode-message-header): Remove useless
16460         goto-char.
16461         (rfc2047-encode): Fold the line before encoding.
16462
16463 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16464
16465         * rfc2047.el (rfc2047-encode-message-header): Disabled header
16466         folding -- not all headers can be folded, and this should be done
16467         by the message composition mode.  Probably.  I think.
16468
16469 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16470
16471         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
16472         fast.
16473
16474         * gnus-ems.el (gnus-remove-image): Don't use
16475         message-text-with-property; remove only the image found first.
16476
16477         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
16478         found first.
16479
16480 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
16481
16482         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
16483
16484 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16485
16486         * message.el (message-text-with-property): Make it fast and accept
16487         optional arguments.
16488         (message-strip-forbidden-properties): Use it.
16489         (message-fix-before-sending): Follow the m-t-w-p change.
16490
16491         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
16492
16493 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16494
16495         * gnus-art.el (article-hide-headers): Don't change the buffer
16496         mistakenly when performing mml-preview even if
16497         gnus-single-article-buffer is nil.
16498
16499 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
16500
16501         * message.el (message-expand-name-databases): New user option.
16502         (message-expand-name): Use it.
16503
16504 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
16505
16506         * spam.el (spam-report-articles-resend)
16507         (spam-report-resend-register-routine): Allow ham reporting.
16508         (spam-report-resend-register-ham-routine): Add wrapper.
16509         (spam-registration-functions): Add ham resending functions.
16510         (spam-list-of-processors): Add ham resend processor.
16511
16512         * gnus.el (ham-resend-to): Add new group parameter.
16513         (spam-process): Add ham resend option.
16514
16515         * spam-report.el (spam-report-resend): Allow reporting ham.
16516         (spam-report-resend-ham): Add wrapper.
16517
16518 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16519
16520         * message.el (message-cite-articles-with-x-no-archive): New
16521         variable.
16522         (message-cite-original): Use it.
16523
16524 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16525
16526         * message.el (message-cite-original): Respect X-No-Archive.
16527
16528 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16529
16530         * gnus-art.el (article-hide-headers): Refer to the values for
16531         gnus-ignored-headers and gnus-visible-headers in the summary
16532         buffer since a user may have set them as group parameters.
16533
16534 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
16535
16536         * assistant.el (assistant-node-name): Add convenience function.
16537         (assistant-render-text, assistant-render-node): Add error handling,
16538         plus handle multiple next nodes.
16539         (assistant-find-next-node): Comment out for now.
16540         (assistant-find-next-nodes): Add function, returns list of next
16541         nodes.
16542
16543 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
16544
16545         * mail-source.el (mail-source-directory): Fix doc-string.
16546
16547 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
16548
16549         * assistant.el (assistant-render-text, assistant-eval): Add :set
16550         widget type, which is different because it takes and returns a
16551         list.  Much hilarity ensues.
16552
16553 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
16554
16555         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
16556
16557         * gnus-group.el (gnus-group-get-new-news-this-group): Added
16558         doc-string.
16559
16560         * gnus-start.el (gnus-activate-group): Added doc-string.
16561
16562 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16563
16564         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
16565
16566 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
16567
16568         * assistant.el (assistant-render-text): Try to add a :set
16569         widget, more to come.
16570
16571         * spam.el (spam-group-spam-contents-p): Handle empty groupname
16572         strings.
16573         (spam-report-articles-resend)
16574         (spam-register-routine): Do registration iff any articles warrant
16575         it.
16576         (spam-summary-prepare-exit): Change log message for nil group
16577         destinations.
16578
16579 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
16580
16581         * spam.el (spam-report-resend-register-routine): Allow
16582         spam-report-resend-to to be a group parameter or a global value.
16583
16584 2004-05-26  Simon Josefsson  <jas@extundo.com>
16585
16586         * starttls.el: Merge with my GNUTLS based starttls.el.
16587         (starttls-gnutls-program, starttls-use-gnutls)
16588         (starttls-extra-arguments, starttls-process-connection-type)
16589         (starttls-connect, starttls-failure, starttls-success): New
16590         variables.
16591         (starttls-program, starttls-extra-args): Doc fix.
16592         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
16593         functions.
16594         (starttls-negotiate, starttls-open-stream): Check
16595         `starttls-use-gnutls' and pass on to corresponding *-gnutls
16596         function if it is set.
16597
16598 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16599
16600         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
16601         structured fields.
16602
16603 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16604
16605         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
16606
16607 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
16608
16609         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
16610         variable.
16611         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
16612         assigning the spam-mark to new messages.
16613
16614 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
16615
16616         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
16617
16618 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16619
16620         * dgnushack.el: Autoload customize-set-variable for XEmacs.
16621
16622         * rfc2047.el (rfc2047-encodable-p): Don't move point.
16623         (rfc2047-decode): Treat the ascii coding-system as raw-text by
16624         default.
16625
16626 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
16627
16628         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
16629         correct data.
16630
16631 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
16632
16633         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
16634         (spam-group-processor-p): Fix function.
16635         (spam-group-processor-multiple-p)
16636         (spam-group-spam-processor-report-gmane-p)
16637         (spam-group-spam-processor-report-resend-p)
16638         (spam-group-spam-processor-bogofilter-p)
16639         (spam-group-spam-processor-blacklist-p)
16640         (spam-group-spam-processor-ifile-p)
16641         (spam-group-ham-processor-ifile-p)
16642         (spam-group-spam-processor-spamoracle-p)
16643         (spam-group-spam-processor-crm114-p)
16644         (spam-group-ham-processor-bogofilter-p)
16645         (spam-group-spam-processor-stat-p)
16646         (spam-group-ham-processor-stat-p)
16647         (spam-group-ham-processor-whitelist-p)
16648         (spam-group-ham-processor-BBDB-p)
16649         (spam-group-ham-processor-spamoracle-p)
16650         (spam-group-ham-processor-copy-p): Remove functions with some
16651         prejudice against unneeded code.
16652         (spam-report-articles-resend)
16653         (spam-report-resend-register-routine): Allow the group/topic
16654         spam-resend-to value to override spam-report-resend-to.
16655         (spam-summary-prepare-exit): Invoke spam-group-processor-p
16656         properly now.
16657
16658         * gnus.el (spam-resend-to): Add group/topic parameter.
16659         (spam-process): Move the OBSOLETE processors to the end of the
16660         choices.
16661
16662 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
16663
16664         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
16665         with resend-to set to nil, and then ask the user if necessary.
16666         (spam-report-resend): spam-report-resend takes a list of articles, not
16667         separate article numbers.
16668
16669 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16670
16671         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
16672         addition to emacs-w3m.
16673
16674 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16675
16676         * assistant.el (assistant-authinfo-data): New function.
16677         (assistant-eval): Eval for entire assistant.
16678
16679         * netrc.el (netrc-services-file): New variable.
16680         (netrc-parse-services): New function.
16681         (netrc-find-service-name): New function.
16682         (netrc-find-service-number): New function.
16683         (netrc-port-equal): New function.
16684         (netrc-machine): Use it.
16685
16686         * nnimap.el (nnimap-open-connection): Use netrc.
16687
16688         * gnus-util.el (gnus-netrc-get): Remove aliases.
16689
16690         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
16691
16692         * assistant.el (wid-edit): Fix compilation.
16693
16694         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
16695
16696 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
16697
16698         * gnus-util.el (gnus-set-file-modes): New function.  (small
16699         patch).
16700
16701 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16702
16703         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
16704
16705         * assistant.el (assistant-render-node): Fix up rendering and
16706         read-only text.
16707         (assistant-render-node): Reset.
16708         (assistant-make-read-only): Not sticky.
16709
16710 2004-05-20  Danny Siu  <dsiu@adobe.com>
16711
16712         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
16713         centered even when gnus-auto-center-summary is t.
16714
16715 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16716
16717         * dns.el (dns-get-txt-answer): New function.
16718         (dns-read-txt): Ditto.
16719         (query-dns): Use it.
16720
16721 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16722
16723         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
16724         active for foreign groups even if the group level is higher than
16725         the specified value.
16726
16727 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16728
16729         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
16730         non-active groups.
16731
16732         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
16733
16734 2004-05-20  Magnus Henoch  <mange@freemail.hu>
16735
16736         * dns.el (dns-read-type): Add support for SVR.  (small patch)
16737
16738 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
16739
16740         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
16741         (spam-crm114-header, spam-crm114-spam-switch)
16742         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
16743         (spam-crm114-positive-spam-header)
16744         (spam-crm114-database-directory, spam-list-of-processors)
16745         (spam-group-spam-processor-crm114-p)
16746         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
16747         (spam-generic-score, spam-list-of-checks)
16748         (spam-list-of-statistical-checks, spam-registration-functions)
16749         (spam-check-crm114-headers, spam-crm114-score)
16750         (spam-check-crm114, spam-crm114-register-with-crm114)
16751         (spam-crm114-register-spam-routine)
16752         (spam-crm114-unregister-spam-routine)
16753         (spam-crm114-register-ham-routine)
16754         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
16755         asjo@koldfront.dk (Adam Sjøgren).
16756
16757         * gnus.el: Add spam-use-crm114.
16758
16759         * spam.el (spam-list-of-processors, spam-registration-functions):
16760         Add spam-use-resend.
16761         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
16762         (spam-report-articles-gmane): Add doc fix.
16763         (spam-report-articles-resend, spam-report-resend-register-routine):
16764         Add wrappers around spam-report-resend-to.
16765
16766         * spam-report.el (spam-report-resend-to, spam-report-resend):
16767         Add support for resending spam.
16768         (spam-report-gmane): Fix line length >80.
16769
16770         * gnus.el (spam-process): Add spam-use-resend.
16771
16772 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16773
16774         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
16775         number of processed spam messages.
16776         (spam-ham-copy-or-move-routine): Return the number of processed
16777         ham messages.
16778         (spam-summary-prepare-exit): Use the above values to decide
16779         whether status messages shouled be displayed.
16780
16781 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16782
16783         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
16784         `rfc2047-encoding-function-alist' in order to avoid conflicting
16785         with the old version.
16786         (rfc2047-encode-region): Concatenate words containing non-ASCII
16787         characters in structured fields; don't encode space-delimited
16788         ASCII words even in unstructured fields; don't break words at
16789         char-category boundaries.
16790         (rfc2047-encode-1): New function.
16791         (rfc2047-encode): Use it; encode text so that it occupies the
16792         maximum width within 76-column; work correctly on Q encoding for
16793         iso-2022-* charsets.
16794         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
16795         sure not to break a line just after the header name.
16796         (rfc2047-b-encode-region): Removed.
16797         (rfc2047-b-encode-string): New function.
16798         (rfc2047-q-encode-region): Removed.
16799         (rfc2047-q-encode-string): New function.
16800
16801         * mm-util.el (mm-replace-in-string): New function.
16802
16803 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16804
16805         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
16806         get it right.
16807         (gnus-inews-make-draft): Really.
16808
16809 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
16810
16811         * nnmh.el (nnmh-request-list-1): Don't check the link count
16812         before descending.  (small patch)
16813
16814 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16815
16816         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
16817         stuff.
16818
16819         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
16820         on real group name.
16821
16822         * gnus-art.el (gnus-signature-limit): Doc fix.
16823
16824         * gnus-msg.el (gnus-inews-make-draft): Quote list.
16825
16826         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
16827
16828 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
16829
16830         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
16831         isn't a string.
16832
16833 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16834
16835         * gnus-draft.el (gnus-draft-send): Bind
16836         rfc2047-encode-encoded-words.
16837
16838         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
16839         (rfc2047-encodable-p): Say that =? needs encoding.
16840         (rfc2047-encode-encoded-words): New variable.
16841
16842         * gnus-group.el (gnus-group-select-group): Doc fix.
16843
16844         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
16845
16846         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
16847         to nil.
16848
16849         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
16850
16851         * nnheader.el (nnheader-get-lines-and-char): New function.
16852
16853 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
16854
16855         * gnus-msg.el (gnus-summary-followup-with-original): Document
16856         yanking of region when active.
16857
16858 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16859
16860         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
16861         groups if the group level is higher than the specified value.
16862
16863 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16864
16865         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
16866         (gnus-group-jump-to-group): Added prefix argument using
16867         `gnus-group-jump-to-group-prompt'.  Query before jumping to
16868         non-active group.
16869
16870         * compface.el (uncompface): Be verbose when changing
16871         `uncompface-use-external'.
16872
16873         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
16874         handle manual section.
16875
16876 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16877
16878         * gnus-art.el (gnus-button-alist): Revert previous change.
16879
16880 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16881
16882         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
16883
16884 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16885
16886         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
16887         whether backend can accept message.
16888
16889         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
16890
16891 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
16892
16893         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
16894         Avoid creating directory when nntp-marks-is-evil is true.
16895         Reported by Reiner Steib.
16896
16897 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16898
16899         * gnus-picon.el (gnus-picon-style): New variable.
16900         (gnus-picon-insert-glyph): Added optional `nostring' argument.
16901         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
16902         Jesper Harder <harder@ifa.au.dk>.
16903
16904 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16905
16906         * message.el (message-fill-field): Return point.
16907         (message-generate-headers): Go to end of field.
16908
16909         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
16910         stuff for non-living groups.
16911
16912 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
16913
16914         * gnus-art.el (gnus-article-followup-with-original)
16915         (gnus-article-reply-with-original): gnus-mark-active-p ->
16916         gnus-region-active-p.
16917
16918 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
16919
16920         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
16921         only when there is spam or ham to be processed.
16922
16923 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16924
16925         * mail-source.el (mail-source-delete-crash-box): Refactor.
16926         (mail-source-fetch): Use it.
16927         (mail-source-fetch-file): Ditto.
16928         (mail-source-fetch-directory): Run postscript in loop.
16929         (mail-source-fetch-pop): Delete.
16930         (mail-source-fetch-maildir): Ditto.
16931         (mail-source-fetch-imap): Ditto.
16932
16933         * imap.el (imap-authenticators): Comment out sasl.
16934
16935         * message.el (message-skip-to-next-address): New function.
16936         (message-fill-header-address): Refactor.
16937         (message-fill-address): Use it.
16938         (message-delete-address): Use it.
16939         (message-fill-header-general): Refactor.
16940         (message-fill-field-address): Rename.
16941         (message-narrow-to-field): Find the start of the header.
16942         (message-header-format-alist): Don't pre-fill.
16943         (message-fill-header): Removed.
16944         (message-insert-header): New function.
16945         (message-shorten-references): Use it.
16946
16947         * rfc2047.el (rfc2047-field-value): Strip props.
16948
16949         * mail-parse.el (mail-header-make-address): New alias.
16950
16951         * ietf-drums.el (ietf-drums-make-address): New function.
16952
16953         * imap.el: Add compiler directives.
16954
16955         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
16956
16957         * gnus-art.el (article-decode-idna-rhs): Don't use
16958         message-idna-inside-rhs-p.
16959
16960 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16961
16962         * message.el (message-idna-inside-rhs-p): Removed.
16963         (message-idna-to-ascii-rhs-1): Use proper address parsing.
16964
16965         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
16966         false positives.
16967
16968 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
16969
16970         * imap.el (imap-sasl-make-mechanisms): Use sasl.
16971
16972 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16973
16974         * nneething.el (nneething-file-name): Don't create spurious
16975         files.
16976
16977         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
16978         (gnus-inews-do-gcc): Remove sleep.
16979
16980         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
16981         part under point.
16982
16983         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
16984         (gnus-agent-regenerate-group): Using nil messages aren't valid.
16985
16986 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
16987
16988         * spam.el (spam-summary-prepare-exit): Fixed (length).
16989
16990 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
16991
16992         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
16993         as expired without moving it" message when there are spam
16994         messages left.
16995
16996 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
16997
16998         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
16999         header is not nil.
17000
17001 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
17002
17003         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
17004         nntp-possibly-create-directory, not nntp-possibly-change-group.
17005         (nntp-marks-changed-p): New arg SERVER.
17006         (nntp-request-update-info): Adjust caller.
17007
17008 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
17009
17010         * nntp.el (nntp-save-marks): Pass missing arg.
17011
17012 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
17013
17014         * nntp.el: Support marks.
17015         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
17016         (nntp-marks-modtime, nntp-marks-directory): New variables.
17017         (nntp-request-set-mark, nntp-request-update-info)
17018         (nntp-possibly-create-directory, nntp-marks-changed-p)
17019         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
17020         functions.
17021
17022 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
17023
17024         * gnus-xmas.el (gnus-xmas-select-lowest-window)
17025         (gnus-xmas-redefine): Rename.
17026
17027         * gnus-score.el (gnus-score-insert-help): Use
17028         gnus-select-lowest-window.
17029
17030         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
17031         appt-select-lowest-window and rename to gnus-select-lowest-window.
17032
17033         * gnus.el: do.
17034
17035 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17036
17037         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
17038         encodings of MIME-encoded words, in order to improve
17039         interoperability with several broken MUAs.
17040
17041 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17042
17043         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
17044         tags, only when charsets are not specified in headers.
17045         (mm-inline-text-html-render-with-w3m): Ditto.
17046
17047         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
17048         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
17049
17050 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17051
17052         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
17053         instead of MIME-decoded from fields when checking
17054         `gnus-article-address-banner-alist'.
17055
17056 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
17057
17058         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
17059         description rather than subject.
17060
17061 2004-05-02  Steve Youngs  <steve@youngs.au.com>
17062
17063         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
17064
17065 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17066
17067         * gnus.el (gnus-version-number): Bump.
17068
17069 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17070
17071         * gnus.el: No Gnus v0.2 is released.
17072
17073 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17074
17075         * gnus-agent.el (gnus-agent-read-agentview): Inline
17076         gnus-uncompress-range.
17077
17078 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17079
17080         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
17081         `exec-installed-p'.
17082
17083 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17084
17085         * gnus.el (spam-process, spam-autodetect-methods): Add
17086         bsfilter and bsfilter-headers.
17087
17088         * spam.el (spam-bsfilter): New customize group.
17089         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
17090         (spam-bsfilter-header, spam-bsfilter-probability-header)
17091         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
17092         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
17093         (spam-bsfilter-database-directory): New options.
17094         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
17095         (spam-list-of-statistical-checks, spam-registration-functions):
17096         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
17097         (spam-bsfilter-score): New command.
17098         (spam-check-bsfilter-headers, spam-check-bsfilter)
17099         (spam-bsfilter-register-with-bsfilter)
17100         (spam-bsfilter-register-spam-routine)
17101         (spam-bsfilter-unregister-spam-routine)
17102         (spam-bsfilter-register-ham-routine)
17103         (spam-bsfilter-unregister-ham-routine): New functions.
17104         (spam-generic-score): Support bsfilter; Accept an optional argument
17105         to recalcurate spam score even if scoring header has already been
17106         added.
17107         (spam-bogofilter-score, spam-spamassassin-score): Accept an
17108         optional argument to recalcurate spam score even if scoring header
17109         has already been added.
17110
17111 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
17112
17113         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
17114         strings!  Reported by David D. Smith <davidsmith@acm.org>.
17115         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
17116         link is missing.
17117
17118 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
17119
17120         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
17121         (html2text-get-attr): Rewrite.
17122
17123         * message.el (message-setup-1): Remove redundant put-text-property
17124         on mail-header-separator.
17125
17126 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
17127
17128         * gnus-registry.el (gnus-registry-cache-whitespace)
17129         (gnus-registry-action, gnus-registry-spool-action)
17130         (gnus-registry-split-fancy-with-parent): Change message levels
17131         from 5 to 3 or 7, as needed.
17132
17133         * spam.el (spam-summary-prepare-exit)
17134         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
17135         (spam-split, spam-find-spam, spam-log-undo-registration)
17136         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
17137         level from 5 to 6.
17138
17139 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17140
17141         * gnus-ems.el: Autoload appt-select-lowest-window (revert
17142         2004-03-04 change).
17143
17144 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
17145
17146         * sieve-manage.el (sieve-manage-open):
17147         * nnweb.el (nnweb-insert-html):
17148         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
17149         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
17150         * nnspool.el (nnspool-request-group):
17151         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
17152         * nnml.el (nnml-request-update-info):
17153         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
17154         (nnmh-request-create-group, nnmh-update-gnus-unreads):
17155         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
17156         (nnimap-request-set-mark):
17157         * nnfolder.el (nnfolder-request-update-info):
17158         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
17159         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
17160         * gnus-uu.el (gnus-uu-find-articles-matching):
17161         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
17162         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
17163         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
17164         * gnus-nocem.el (gnus-nocem-scan-groups):
17165         * gnus-int.el (gnus-start-news-server):
17166         * gnus-group.el (gnus-group-make-kiboze-group)
17167         (gnus-group-browse-foreign-server):
17168         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
17169         Use mapc when appropriate.
17170
17171 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
17172
17173         FIXME: Make separate entries for each person.
17174
17175         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
17176         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
17177         <shields@msrl.com>:
17178
17179         * spam.el (spam-necessary-extra-headers): Get the extra headers we
17180         may need for spam sorting and scoring.
17181         (spam-user-format-function-S): Add user format function suitable for
17182         general use.
17183         (spam-article-sort-by-spam-status): Add sorting function for summary
17184         sorting.
17185         (spam-extra-header-to-number): Add function to get a score from a
17186         header.
17187         (spam-summary-score): Add function to get a numeric score from the
17188         headers.
17189         (spam-generic-score): Fix function doc, was in wrong place.
17190         (spam-initialize): Take symbols when it's run, and install the
17191         extra headers that spam-necessary-extra-headers thinks we need.
17192
17193 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
17194
17195         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
17196         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17197
17198 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
17199
17200         * gnus-sum.el (gnus-set-global-variables)
17201         (gnus-build-all-threads, gnus-get-newsgroup-headers)
17202         (gnus-article-get-xrefs, gnus-summary-best-group)
17203         (gnus-summary-next-article, gnus-summary-enter-digest-group)
17204         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
17205         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
17206         Use with-current-buffer.
17207
17208 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
17209
17210         * spam.el (spam-summary-prepare-exit): Simplify logic.
17211         (spam-fetch-article-header): Read the article header if it's not
17212         available.
17213         (spam-list-articles): Simplify logic.
17214         (spam-filelist-register-routine): Fix bug with unregister-list.
17215
17216         * gnus-registry.el: Fix comments at beginning.
17217
17218 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
17219
17220         * message.el (message-cater-to-broken-inn): Remove.
17221         (message-shorten-references): Make sure the total folded length of
17222         References is shorter than 998 characters to cater to a bug in INN
17223         2.3.  Also, don't pretend that references aren't folded -- this
17224         hasn't worked for a while.
17225
17226 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17227
17228         * gnus-agent.el (gnus-agentize):
17229         gnus-agent-send-mail-real-function no longer set to current value
17230         of message-send-mail-function but rather a lambda that calls
17231         message-send-mail-function.  The change makes the agent real-time
17232         responsive to user changes to message-send-mail-function.
17233
17234 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17235
17236         * legacy-gnus-agent.el
17237         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
17238         help from Florian Weimer <fw@deneb.enyo.de>
17239
17240 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17241
17242         * nnmail.el (nnmail-cache-insert): Revert last change.
17243
17244 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17245
17246         * nnmail.el (nnmail-cache-insert): Always check whether
17247         nnmail-cache-ignore-groups matches a group name.
17248
17249 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
17250
17251         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
17252         (spam-find-spam, spam-log-processing-to-registry)
17253         (spam-log-registered-p, spam-log-unregistration-needed-p)
17254         (spam-log-undo-registration): Use gnus-message instead of
17255         gnus-error, none of these errors are fatal.
17256
17257         * gnus-registry.el (gnus-registry-clean-empty-function)
17258         (gnus-registry-clean-empty): Remove only empty entries without
17259         extra data.
17260
17261 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
17262
17263         * spam-stat.el (spam-stat-buffer-change-to-spam)
17264         (spam-stat-buffer-change-to-non-spam): Change (error) to
17265         (gnus-message 8) invocation.
17266
17267 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17268
17269         * nntp.el (nntp-via-netcat-command): New variable.
17270         (nntp-via-netcat-switches): New variable.
17271         (nntp-open-via-rlogin-and-netcat): New function.
17272         (nntp-open-connection-function): Doc fix.
17273         (nntp-telnet-command): Doc fix.
17274         (nntp-end-of-line): Doc fix.
17275         (nntp-via-rlogin-command): Doc fix.
17276         (nntp-via-user-name): Doc fix.
17277         (nntp-via-address): Doc fix.
17278
17279 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17280
17281         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
17282         error in Emacs 21.1.
17283
17284 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
17285
17286         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
17287
17288 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17289
17290         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
17291         (gnus-agent-with-refreshed-group): New macro.
17292         (gnus-agent-rename-group): New function.
17293         (gnus-agent-delete-group): New function.
17294         (gnus-agent-save-group-info): Use gnus-command-method when
17295         `method' parameter is nil.  Don't write nil entries into the
17296         active file.
17297         (gnus-agent-get-group-info): New function.
17298         (gnus-agent-fetch-articles): Use
17299         gnus-agent-update-files-total-fetched-for to increment disk space
17300         used.
17301         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
17302         gnus-agent-update-view-total-fetched-for to increment disk space
17303         used.
17304         (gnus-agent-get-local): Added optional parameters to avoid calling
17305         gnus-group-real-name and gnus-find-method-for-group.
17306         (gnus-agent-set-local): Delete stored entry if either min, or max,
17307         are nil.
17308         (gnus-agent-fetch-session): Reworded error/quit messages.  On
17309         quit, use gnus-agent-regenerate-group to record existance of any
17310         articles fetched to disk before the quit occurred.
17311         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
17312         gnus-agent-update-view-total-fetched-for, and
17313         gnus-agent-update-files-total-fetched-for to decrement disk space
17314         used.
17315         (gnus-agent-retrieve-headers): Use
17316         gnus-agent-update-view-total-fetched-for to increment disk space
17317         used.
17318         (gnus-agent-regenerate-group): Replace gnus-group-update-group
17319         with gnus-agent-update-files-total-fetched-for to decrement disk
17320         space and fresh group buffer.
17321         (gnus-agent-inhibit-update-total-fetched-for): New variable.
17322         (gnus-agent-need-update-total-fetched-for): New variable.
17323         (gnus-agent-update-files-total-fetched-for): New function.
17324         (gnus-agent-update-view-total-fetched-for): New function.
17325         (gnus-agent-total-fetched-for): New function.
17326
17327         * gnus-cache.el (gnus-cache-save-buffers): Use
17328         gnus-cache-update-overview-total-fetched-for to change disk space
17329         used by this group.
17330         (gnus-cache-possibly-enter-article): Use
17331         gnus-cache-update-file-total-fetched-for to increment disk space
17332         used by this group.
17333         (gnus-cache-possibly-remove-article): Use
17334         gnus-cache-update-file-total-fetched-for to decrement disk space
17335         used by this group.
17336         (gnus-cache-generate-nov-databases): Purge total fetched cache.
17337         (gnus-cache-rename-group): New function.
17338         (gnus-cache-delete-group): New function.
17339         (gnus-cache-inhibit-update-total-fetched-for): New variable.
17340         (gnus-cache-need-update-total-fetched-for): New variable.
17341         (gnus-cache-with-refreshed-group): New macro.
17342         (gnus-cache-update-file-total-fetched-for): New function.
17343         (gnus-cache-update-overview-total-fetched-for): New function.
17344         (gnus-cache-rename-group-total-fetched-for): New function.
17345         (gnus-cache-delete-group-total-fetched-for): New function.
17346         (gnus-cache-total-fetched-for): New function.
17347
17348         * gnus-group.el: Require gnus-sum and autoload functions to
17349         resolve warnings when gnus-group.el compiled alone.
17350         (gnus-group-line-format): Documented new %F.
17351         (size of Fetched data) group line format; identifies disk space
17352         used by agent and cache.
17353         (gnus-group-line-format-alist): Defined new F format.
17354         (gnus-total-fetched-for): New function.
17355         (gnus-group-delete-group): No longer update
17356         gnus-cache-active-altered as gnus-request-delete-group now keeps
17357         the cache in sync.
17358         (gnus-group-list-active): Let the agent store a server's active
17359         list if currently plugged.
17360
17361         * gnus-int.el (gnus-request-delete-group):
17362         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
17363         local disk in sync with the server.
17364         (gnus-request-rename-group):
17365         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
17366         local disk in sync with the server.
17367
17368         * gnus-start.el (gnus-get-unread-articles):
17369         Cosmetic simplification to logic.
17370
17371         * gnus-util.el (gnus-rename-file): New function.
17372
17373 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
17374
17375         * mm-util.el (mm-image-load-path): Handle nil in load-path.
17376
17377 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
17378
17379         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
17380         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
17381
17382 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
17383
17384         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
17385         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
17386
17387 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
17388
17389         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
17390
17391 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
17392
17393         * spam.el (spam-set-difference): Add function to replace
17394         gnus-set-difference in spam.el.
17395         (spam-summary-prepare-exit): Use spam-set-difference.
17396
17397 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
17398
17399         * gnus-registry.el (gnus-registry-cache-file): Update to use
17400         gnus-dribble-directory OR gnus-home-directory OR ~.
17401         (gnus-registry-split-fancy-with-parent): Fix doc.
17402
17403 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17404
17405         * message.el (message-exchange-point-and-mark): Use
17406         message-mark-active-p.  Suggested by Jesper Harder
17407         <harder@ifa.au.dk>.
17408
17409 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17410
17411         * message.el (message-exchange-point-and-mark): Don't activate
17412         region if it was inactive.  Suggested by Hiroshi Fujishima
17413         <pooh@nature.tsukuba.ac.jp>.
17414
17415 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17416
17417         * gnus-art.el (article-display-face): Display Faces in the same
17418         order as X-Faces.
17419
17420 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17421
17422         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
17423
17424 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17425
17426         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
17427         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
17428         (gnus-article-mime-hierarchy): Remove.
17429         (gnus-article-mime-hierarchy-next): Remove.
17430         (gnus-article-mode): Revert 2004-03-19 change.
17431         (gnus-article-setup-buffer): Revert 2004-03-19 change.
17432         (gnus-insert-mime-button): Revert 2004-03-19 change.
17433         (gnus-mime-accumulate-hierarchy): Remove.
17434         (gnus-mime-enter-multipart): Remove.
17435         (gnus-mime-leave-multipart): Remove.
17436         (gnus-mime-display-part): Revert 2004-03-19 change.
17437         (gnus-mime-display-alternative): Revert 2004-03-19 change.
17438
17439         * mml.el (mml-preview): Revert 2004-03-19 change.
17440
17441 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
17442
17443         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
17444
17445 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17446
17447         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
17448         t while entering a file name using the mm-with-multibyte macro.
17449         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17450
17451         * mm-util.el (mm-with-multibyte): New macro.
17452
17453 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17454
17455         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
17456         user option.
17457         (gnus-mime-multipart-functions): Doc and customization fix.
17458         (gnus-article-mime-hierarchy): New variable.
17459         (gnus-article-mime-hierarchy-next): New variable.
17460         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
17461         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
17462         gnus-article-mime-hierarchy-next to nil.
17463         (gnus-insert-mime-button): Show hierarchy numbers.
17464         (gnus-mime-accumulate-hierarchy): New function.
17465         (gnus-mime-enter-multipart): New function.
17466         (gnus-mime-leave-multipart): New function.
17467         (gnus-mime-display-part): Recompute hierarchical MIME structure.
17468         (gnus-mime-display-alternative): Show hierarchy numbers.
17469
17470         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
17471         gnus-article-mime-hierarchy-next to nil.
17472
17473 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
17474
17475         * dns.el: Don't require gnus-xmas.
17476
17477 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
17478
17479         * mml.el (mml-generate-mime-1): Don't use format=flowed with
17480         inline PGP.
17481         (mml-menu): Disable mml-quote-region if mark is inactive.
17482
17483 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17484
17485         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
17486         when the group's active is not available.
17487
17488 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17489
17490         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
17491         error.
17492
17493 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
17494
17495         * imap.el (imap-store-password): New variable.
17496         (imap-interactive-login): Use it.
17497         Suggested by Mark Plaksin <happy@mcplaksin.org>.
17498
17499 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17500
17501         * gnus-art.el (gnus-article-read-summary-keys): Restore new
17502         window-start and hscroll to summary window.
17503
17504 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17505
17506         * gnus-start.el (gnus-convert-old-newsrc): Only write the
17507         conversion message to newsrc-dribble when an actual conversion is
17508         performed.
17509
17510 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
17511
17512         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
17513
17514 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17515
17516         * mm-decode.el (mm-complicated-handles): New function reviving
17517         former definition of mm-multiple-handles.
17518
17519         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
17520         (gnus-mime-delete-part): Use it.
17521
17522 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17523
17524         * gnus-agent.el (gnus-agent-read-local): Bind
17525         nnheader-file-coding-system to gnus-agent-file-coding-system to
17526         avoid the implicit assumption that they will always be equal.
17527         (gnus-agent-save-local): Bind buffer-file-coding-system, not
17528         coding-system-for-write, as the with-temp-file macro first prints
17529         to a buffer then saves the buffer.
17530
17531 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17532
17533         * gnus-art.el (gnus-article-edit-part): New function.
17534         (gnus-mime-save-part-and-strip): Use it; do query instead of
17535         signaling an error; don't use mm-multiple-handles.
17536         (gnus-mime-delete-part): Ditto.
17537
17538 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17539
17540         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
17541         old file versions.
17542         (gnus-group-prepare-hook): Removed function that converted list
17543         form of gnus-agent-expire-days to group properties.
17544
17545         * gnus-int.el: Autoload gnus-agent-regenerate-group.
17546         (gnus-request-accept-article): Re-indented.
17547
17548         * gnus-start.el (gnus-convert-old-newsrc): Registered new
17549         converters to handle old agent file formats.  Added logic for a
17550         "backup before upgrading warning".
17551         (gnus-convert-mark-converter-prompt): Developers can mark
17552         functions as needing (default), or not needing,
17553         gnus-convert-old-newsrc's "backup before upgrading warning".
17554         (gnus-convert-converter-needs-prompt): Tests whether the user
17555         should be protected from potentially irreversable changes by the
17556         function.
17557
17558         * legacy-gnus-agent.el: New.  Provides converters that are only
17559         loaded when gnus-convert-old-newsrc needs to call them.
17560
17561 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17562
17563         * mail-source.el (mail-source-touch-pop): Doc fix.
17564
17565         * message.el (message-smtpmail-send-it): Doc fix.
17566
17567 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
17568
17569         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
17570
17571         * nnmail.el (nnmail-split-fancy): do.
17572
17573         * gnus-kill.el (gnus-kill, gnus-execute): do.
17574
17575 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
17576
17577         * gnus-sum.el (gnus-widget-reversible-match)
17578         (gnus-widget-reversible-to-internal)
17579         (gnus-widget-reversible-to-external): New functions.
17580         (gnus-widget-reversible): New widget.
17581         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
17582
17583 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
17584
17585         * gnus-sum.el (gnus-thread-sort-functions)
17586         (gnus-article-sort-functions): Document `(not F)' items.
17587
17588 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
17589
17590         * spam.el (spam-use-gmane-xref): Add new backend.
17591         (spam-gmane-xref-spam-group): Add variable to control the name of the
17592         Gmane spam group.
17593         (spam-blackhole-servers, spam-blackhole-good-server-regex)
17594         (spam-regex-headers-spam, spam-regex-headers-ham)
17595         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
17596         (spam-list-of-checks): Add spam-use-gmane-xref to list of
17597         backends and checks.
17598         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
17599
17600         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
17601         an autodetect method.
17602
17603 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17604
17605         * gnus-int.el (gnus-request-accept-article): Inform the agent that
17606         articles are being added to a group.
17607         (gnus-request-replace-article): Inform the agent that articles
17608         need to be uncached as the cached contents are no longer valid.
17609
17610 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17611
17612         * binhex.el: Don't autoload executable-find.
17613
17614         * canlock.el: Don't autoload mail-fetch-field.
17615
17616         * dgnushack.el: Autoload c-mode for XEmacs.
17617
17618         * gnus-ems.el: Don't autoload appt-select-lowest-window.
17619
17620         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
17621         rmail-dont-reply-to and rmail-output.
17622
17623         * gnus-score.el: Don't autoload ffap-string-at-point.
17624
17625         * gnus-setup.el: Don't autoload sc-cite-original.
17626
17627         * imap.el: Don't autoload base64-decode-string,
17628         base64-encode-string and md5.
17629
17630         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
17631         and rmail-msg-restore-non-pruned-header.
17632
17633         * mm-decode.el: Don't autoload executable-find.
17634
17635         * mm-url.el: Don't autoload executable-find.
17636
17637         * mm-view.el: Don't autoload diff-mode.
17638
17639         * nndb.el: Don't autoload news-reply-mode, news-setup,
17640         cancel-timer and telnet.
17641
17642         * password.el: Don't autoload run-at-time for Emacs.
17643
17644         * sha1-el.el: Don't autoload executable-find.
17645
17646         * sieve-mode.el: Don't autoload c-mode.
17647
17648         * uudecode.el: Don't autoload executable-find.
17649
17650 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17651
17652         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
17653         (gnus-agent-possibly-alter-active): Avoid null in numeric
17654         comparison.
17655         (gnus-agent-set-local): Refuse to save null in local object table.
17656         (gnus-agent-regenerate-group): The REREAD parameter can now be a
17657         list of articles that will be marked as unread.
17658
17659 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17660
17661         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
17662
17663 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
17664
17665         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
17666         language tags.
17667
17668 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
17669
17670         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
17671         Don't bind "obarray".
17672
17673         * gnus-sum.el (gnus-thread-sort-functions): Added
17674         `gnus-thread-sort-by-most-recent-number' and
17675         `gnus-thread-sort-by-most-recent-date'.
17676         Reported by Kai Grossjohann <kai@emptydomain.de>.
17677
17678 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17679
17680         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
17681
17682 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17683
17684         * gnus-cus.el (gnus-agent-customize-category): Removed
17685         ignore-errors macro reference that required cl to be loaded at
17686         run-time.
17687
17688         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
17689         single-interval range of the form (min . max).  Previously the
17690         range had to look like ((min . max)).  Likewise, return
17691         (min . max) rather than ((min . max)).
17692         (gnus-range-map): Use gnus-range-normalize to accept
17693         single-interval range.
17694
17695         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
17696         the cache, but not the agent, now appear with their usual face.
17697
17698         * dgnushack.el (loaddir): New variable that is bound to the
17699         directory containing the dgnushack.el file. Use loaddir, rather
17700         than srcdir, to update load-path. Change lets dgnushack compile
17701         code in directories other than GNUS/lisp.
17702
17703 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17704
17705         * lpath.el: Don't bind w3m-safe-url-regexp.
17706
17707         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
17708         w3m-safe-url-regexp variable buffer-local.
17709
17710         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17711
17712 2004-02-27  Simon Josefsson  <jas@extundo.com>
17713
17714         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
17715         gnus-group-real-prefix.
17716         (gnus-summary-move-article): Use it, instead of
17717         gnus-group-real-prefix.
17718
17719 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17720
17721         * lpath.el: Bind w3m-safe-url-regexp.
17722
17723         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
17724         w3m-safe-url-regexp variable buffer-local and set it as the value
17725         of mm-w3m-safe-url-regexp.
17726
17727         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17728
17729         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
17730         parsing gnus-posting-styles when the message is not for replying.
17731
17732         * dgnushack.el: Autoload sgml-mode for XEmacs.
17733
17734         * nnrss.el (nnrss-opml-export): Use
17735         mm-set-buffer-file-coding-system instead of
17736         set-buffer-file-coding-system.
17737
17738 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
17739
17740         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
17741         of checkdoc.el).
17742         * nnrss.el: do.
17743         * gnus-mlspl.el: do.
17744         * gnus-ml.el: do.
17745         * gnus-srvr.el: do.
17746
17747         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
17748
17749 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
17750
17751         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
17752         Corrections to custom-manual links.
17753
17754         * gnus-art.el (gnus-article): Ditto.
17755
17756         * mm-decode.el (mime-display, mime-security): Ditto.
17757
17758 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17759
17760         * flow-fill.el: Typo.
17761
17762 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
17763
17764         * spam-wash.el: New file.
17765
17766 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
17767
17768         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
17769
17770 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
17771
17772         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
17773         to be run with new-articles as LIST1, not LIST2.
17774         (spam-registration-functions): Add spam-use-ham-copy as a nil
17775         registration backend.
17776
17777 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17778
17779         * spam-stat.el (spam-stat-washing-hook): New option.
17780         (spam-stat-buffer-words): Use it.
17781         (spam-stat-process-directory, spam-stat-test-directory): Use
17782         insert-file-contents-literally.
17783         (spam-stat-coding-system): New variable.
17784         (spam-stat-load, spam-stat-save): Use it.
17785
17786 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17787
17788         * spam-report.el (spam-report-plug-agent): Quote
17789         spam-report-url-to-file and spam-report-url-ping-plain.
17790
17791 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
17792
17793         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
17794         / in mailto URLs.
17795
17796 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17797
17798         * spam-report.el (spam-report-process-queue): Fix interactive use.
17799         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
17800         (spam-report-unplug-agent): Doc fixes.
17801         (spam-report-url-ping-mm-url, spam-report-url-to-file)
17802         (spam-report-agentize, spam-report-deagentize): Autoload.
17803
17804 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17805
17806         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
17807
17808         * message.el (message-setup-fill-variables): Add mml tags to
17809         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
17810         <ajk@iu.edu>.
17811         (message-mode): Don't modify paragraph-separate there.
17812
17813 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17814
17815         * compface.el (uncompface-use-external): Default to undecided.
17816         (uncompface-use-external-threshold): New variable.
17817         (uncompface-float-time): New macro.
17818         (uncompface): Determine whether to use the external decoder if
17819         uncompface-use-external is undecided.
17820
17821 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17822
17823         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
17824         after images.
17825
17826         * gnus-art.el (gnus-mime-display-single): Remove dead code.
17827
17828 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
17829
17830         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
17831
17832         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
17833
17834         * gnus-sum.el (gnus-summary-limit-to-age)
17835         (gnus-summary-limit-children): do.
17836
17837         * gnus-int.el (gnus-request-scan): do.
17838
17839         * gnus-group.el (gnus-group-suspend): do.
17840
17841         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
17842
17843         * gnus-cite.el (gnus-cite-parse-attributions): do.
17844
17845         * gnus-agent.el (gnus-summary-set-agent-mark)
17846         (gnus-agent-regenerate-group): do.
17847
17848         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
17849
17850         * binhex.el (binhex-decode-region-internal): do.
17851
17852 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17853
17854         * gnus-fun.el (gnus-face-properties-alist): New user option.
17855         (gnus-display-x-face-in-from): Use it.
17856
17857         * gnus-art.el (article-display-face): Ditto.
17858
17859         * compface.el (uncompface-use-external): Default to nil.
17860
17861 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
17862
17863         * nntp.el (nntp-erase-buffer): New function.
17864         (nntp-retrieve-data, nntp-send-command)
17865         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
17866         (nntp-possibly-change-group): Use it.
17867
17868         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
17869         with-current-buffer.
17870
17871 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
17872
17873         * compface.el: Merge the ELisp-based uncompface program.
17874         (compface): New customization group.
17875         (uncompface-use-external): New user option.
17876         (uncompface): Call uncompface-internal if uncompface-use-external
17877         is nil.
17878         (uncompface-internal): New function.  Note that there are also
17879         some other functions and variables added for this function.
17880
17881 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
17882
17883         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
17884         if necessary.
17885
17886 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
17887
17888         * spam-report.el (spam-report-unplug-agent)
17889         (spam-report-plug-agent, spam-report-deagentize)
17890         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
17891         Add support for the Agent in spam-report: when unplugged, report to a
17892         file; when plugged, submit all the requests.
17893
17894         * spam.el (spam-register-routine): Fix message about
17895         registration.
17896
17897 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
17898
17899         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
17900         dependencies.
17901         (rfc2047-encode): Use it.
17902
17903         * gnus-art.el (gnus-button-marker-list): Move before first
17904         reference.
17905
17906         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17907         (imap-parse-body): Fix format string mismatch.
17908
17909         * gnus-score.el (gnus-summary-increase-score): do.
17910
17911         * nnrss.el (nnrss-close): New function.
17912
17913 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
17914
17915         * nnrss.el (nnrss-make-filename): New function.
17916         (nnrss-request-delete-group, nnrss-read-server-data)
17917         (nnrss-save-server-data, nnrss-read-group-data)
17918         (nnrss-save-group-data): Use it.
17919         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
17920         (nnrss-read-server-data, nnrss-read-group-data): Use load.
17921         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
17922
17923 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
17924
17925         * mml.el (mml-compute-boundary-1): Don't uncompress files.
17926
17927 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
17928
17929         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
17930         files.
17931
17932         * message.el (message-generate-headers-first): Don't quote nil
17933         and t in docstrings.
17934
17935         * imap.el (imap-id): do.
17936
17937         * gnus-agent.el (gnus-agent-consider-all-articles)
17938         (gnus-agent-queue-mail): do.
17939
17940 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
17941
17942         * spam-report.el (spam-report-process-queue): New function.
17943         Process requests from `spam-report-requests-file'.
17944         (spam-report-process-queue): Doc fix.
17945
17946 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
17947
17948         * spam.el (spam-register-routine)
17949         (spam-log-processing-to-registry, spam-log-registered-p)
17950         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17951         Change "check" to "spam-check" for semi-clarity.
17952
17953 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
17954
17955         * pop3.el: Require nnheader.
17956
17957         * mml-smime.el: Require cl.  Autoload message-fetch-field.
17958
17959         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
17960
17961         * gnus-picon.el: Require cl.
17962
17963         * gnus-fun.el: Require gnus-ems and gnus-util.
17964
17965         * gnus.el (gnus-method-to-server): Move defsubst before first use.
17966
17967         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
17968
17969         * gnus-art.el (gnus-article-edit-mode): Define before first
17970         reference.
17971
17972 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
17973
17974         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
17975         (gnus-uu-post-encoded): Use point-at-bol.
17976
17977         * gnus-topic.el (gnus-group-active-topic-p): do.
17978
17979         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
17980
17981         * gnus-group.el (gnus-group-kill-region): do.
17982
17983         * gnus-art.el (article-date-ut): do.
17984
17985         * message.el (message-fetch-field): Remove redundant
17986         case-fold-search binding.
17987         (message-narrow-to-field): Simplify.
17988
17989 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
17990
17991         * spam.el (spam-directory): Derive from `gnus-directory'.
17992
17993         * spam-report.el (spam-report-url-to-file)
17994         (spam-report-requests-file): New function and variable for offline
17995         reporting.
17996         (spam-report-url-ping-function): Add `spam-report-url-to-file'
17997         and user defined function.
17998         (spam-report-url-ping-mm-url): Remove doubled slash.
17999
18000 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
18001
18002         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
18003
18004 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
18005
18006         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
18007         format string mismatch.
18008
18009         * sieve.el (sieve-deactivate-all): do.
18010
18011         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
18012
18013         * nnlistserv.el (nnlistserv-kk-wash-article): do.
18014
18015         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
18016
18017         * mm-bodies.el (mm-7bit-chars): Don't include \r.
18018
18019 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
18020
18021         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
18022         the list of checks.
18023
18024 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
18025
18026         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
18027         padding.
18028
18029 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
18030
18031         * mm-view.el (mm-fill-flowed): New variable.
18032         (mm-inline-text): Use it.
18033
18034 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
18035
18036         * spam.el (spam-spamassassin-register-ham-routine)
18037         (spam-spamassassin-register-spam-routine): Fix function names.
18038
18039 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18040
18041         * gnus.el (gnus-tmp-grouplens): Remove.
18042         (gnus-summary-line-format): Remove grouplens.
18043
18044         * gnus-group.el (gnus-group-line-format): Ditto.
18045
18046         * gnus-spec.el (gnus-format-specs): Ditto.
18047         (gnus-update-format-specifications): Flush the group format spec
18048         cache if there's the grouplens stuff.
18049         (gnus-parse-simple-format): Replace %l with the empty string.
18050
18051 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
18052
18053         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
18054         omission.
18055
18056 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18057
18058         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
18059         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18060
18061 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18062
18063         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
18064         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
18065         New macros and functions.
18066         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
18067         Handle > NLINK_MAX messages.
18068         * nnmaildir.el (nnmaildir-request-set-mark): Use
18069         nnmaildir--emlink-p and nnmaildir--eexist-p.
18070
18071 2004-01-25  Alex Schroeder  <alex@gnu.org>
18072
18073         * spam-stat.el (spam-stat-process-directory-age): New option.
18074         (spam-stat-process-directory): Use it.
18075
18076 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
18077
18078         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
18079         (spam-stat-save): Accept prefix argument.
18080
18081 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
18082
18083         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
18084         links" error.
18085
18086 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18087
18088         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
18089         the rest of the and/or forms.
18090
18091 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18092
18093         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
18094         compatibility with old .newsrc.eld files.
18095
18096         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
18097
18098         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
18099
18100         * gnus-start.el (gnus-1): do.
18101
18102         * gnus-group.el (gnus-group-line-format-alist): do.
18103
18104         * gnus.el (gnus-use-grouplens, gnus-visual): do.
18105
18106         * gnus-gl.el: Remove.
18107
18108 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18109
18110         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
18111         marks consisting of a single range {for example, (3 . 5)} rather
18112         than a list of a single range { ((3 . 5)) }.
18113
18114 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18115
18116         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
18117         with-current-buffer.
18118         (spam-stat-store-current-buffer): Use insert-buffer-substring to
18119         avoid consing a string.
18120
18121         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
18122         Remove obsolete entries for big5 and gb2312.
18123
18124 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18125
18126         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
18127         uncompressed list.
18128
18129 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
18130
18131         * spam-stat.el (spam-stat-strip-xref): New function.
18132         (spam-stat-process-directory): Use it.
18133
18134         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
18135         here -- it's done in message-fetch-field.
18136
18137 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18138
18139         * gnus-agent.el (gnus-agent-queue-mail)
18140         (gnus-agent-prompt-send-queue): New variables.
18141         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
18142         * gnus-draft.el (gnus-group-send-queue): Pass the group name
18143         "nndraft:queue" along to gnus-draft-send.  Use
18144         gnus-agent-prompt-send-queue.
18145         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
18146         is "nndraft:queue".  Suggested by Gaute Strokkenes
18147         <gs234@srcf.ucam.org>
18148
18149         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
18150         (agent-enable-undownloaded-faces): Added.
18151         (gnus-agent-cat-groups): Use eval-and-compile, not
18152         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
18153         method of gnus-agent-cat-groups even when the buffer has been
18154         evaled.
18155         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
18156         delete gnus-agent-save-active-1.
18157         (gnus-agent-save-groups): Deleted.  Identical to
18158         gnus-agent-save-active.
18159         (gnus-agent-write-active): No longer adjust agent's copy of active
18160         file as agent's adjustments are now stored in their own
18161         file.  Removed optional parameter.
18162         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
18163         servers.  Add use of min/max range limits from server's local
18164         file.
18165         (gnus-agent-save-alist): Removed unused optional argument.
18166         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
18167         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
18168         (gnus-agent-set-local): A per-server file that keeps min/max range
18169         limits for articles known to the agent.  Provides a fast mechanism
18170         for altering many active ranges.
18171         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
18172         active file (local makes it unnecessary).
18173         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
18174
18175         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
18176         (agent-enable-undownloaded-faces): Added.
18177
18178         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
18179         disable it when sending to "nndraft:queue".
18180         (gnus-group-send-queue): Add safety check to avoid sending queue
18181         when unplugged.
18182
18183         * gnus-group.el (gnus-group-catchup): Use new
18184         gnus-sequence-of-unread-articles, not
18185         gnus-list-of-unread-articles, to avoid exhausting memory with huge
18186         numbers of articles.  Use gnus-range-map to avoid having to
18187         uncompress the unread list.
18188         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
18189         Fixed invalid ange-ftp reference.
18190
18191         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
18192         (gnus-sorted-range-intersection): Intersection of two ranges
18193         without requiring that they first be uncompressed.
18194
18195         * gnus-start.el (gnus-activate-group): Unless blocked by the
18196         caller, possibly expand the active range to include both cached
18197         and agentized articles.
18198         (gnus-convert-old-newsrc): Rewrote in anticipation of having
18199         multiple version-dependent converters.
18200         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
18201         gnus-agent-save-active.
18202         (gnus-save-newsrc-file): Save dirty agent range limits.
18203
18204         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
18205         gnus-agent-possibly-alter-active.
18206         (gnus-adjust-marked-articles): Faster handling of simple lists.
18207
18208 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
18209
18210         * spam-stat.el (spam-stat-test-directory): New optional argument
18211         displays a list of files detected.  Suggested by Andrew Cohen
18212         <cohen@andy.bu.edu>.
18213         (spam-stat-buffer-words-with-scores): Don't narrow and change
18214         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
18215
18216 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
18217
18218         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
18219         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
18220         (spam-spamassassin-arguments)
18221         (spam-spamassassin-spam-flag-header)
18222         (spam-spamassassin-positive-spam-flag-header)
18223         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
18224         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
18225         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
18226         (spam-list-of-processors, spam-list-of-checks)
18227         (spam-list-of-statistical-checks, spam-registration-functions)
18228         (spam-check-spamassassin-headers, spam-check-spamassassin)
18229         (spam-spamassassin-score)
18230         (spam-spamassassin-register-with-sa-learn)
18231         (spam-spamassassin-register-spam-routine)
18232         (spam-spamassassin-register-ham-routine)
18233         (spam-assassin-register-spam-routine)
18234         (spam-assassin-register-ham-routine): Add SpamAssassin support.
18235         (spam-bogofilter-score): Fix to show article before scoring.
18236
18237 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
18238
18239         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
18240         default scoring function.
18241         (spam-generic-score): Call spam-spamassassin-score if
18242         spam-use-spamassassin or spam-use-spamassassin-headers is on;
18243         spam-bogofilter-score otherwise.
18244
18245         * gnus.el (spam-process, spam-autodetect-methods): Add
18246         spamassassin and spamassassin-headers.
18247
18248 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
18249
18250         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18251         Suppress unnecessary messages.
18252
18253 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
18254
18255         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
18256         make-hash-table.
18257
18258 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18259
18260         * canlock.el (base64-encode-string): Don't autoload it.
18261
18262 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18263
18264         * run-at-time.el: Remove useless (require 'itimer),
18265         eval-and-compile and (featurep 'xemacs).
18266
18267 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
18268
18269         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
18270         GROUP is a virtual group.
18271
18272 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
18273
18274         * gnus.el: Autoload `message-y-or-n-p'.
18275
18276 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
18277
18278         * pgg-parse.el: Remove unnecessary (require 'custom).
18279
18280         * pgg-def.el: do.
18281
18282         * nnmail.el: do.
18283
18284         * gnus-undo.el: do.
18285
18286         * gnus-picon.el: do.
18287
18288         * gnus-util.el: do.
18289
18290 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
18291
18292         * gnus-sum.el (gnus-pick-line-number): Add autoload.
18293
18294 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18295
18296         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
18297         handle, as well as a list.
18298
18299         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
18300         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
18301         (mm-w3m-cid-retrieve): Simplify.
18302
18303 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
18304
18305         * message.el (message-kill-to-signature): Allow prefix arg to
18306         specify number of lines to keep before signature.
18307
18308 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
18309
18310         * message.el (message-kill-to-signature): Change docstring.
18311
18312 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18313
18314         * canlock.el: Always require sha1-el.
18315         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
18316
18317         * message.el: Autoload sha1 only when compiling.
18318
18319         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
18320         eudc-expand-inline for XEmacs.
18321
18322 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18323
18324         * message.el (message-canlock-generate): Require sha1-el.
18325
18326 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
18327
18328         * message.el (message-expand-name): Silence the byte compiler.
18329
18330         * lpath.el: Add detect-coding-system.
18331
18332         * dgnushack.el (dgnushack-compile): Remove obsolete check for
18333         cus-edit.
18334
18335 2004-01-13  Simon Josefsson  <jas@extundo.com>
18336
18337         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
18338         Invoke gnus-score-mode.  Reported by
18339         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18340
18341         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
18342         Jim Blandy <jimb@redhat.com> (tiny change).
18343
18344 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18345
18346         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
18347
18348 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
18349
18350         * spam.el (spam-get-article-as-string): Update to use
18351         gnus-request-article-this-buffer, much simpler.
18352         (spam-get-article-as-buffer): Remove.
18353
18354 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
18355
18356         * message.el (message-expand-name): Use EUDC if the user uses that.
18357
18358 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18359
18360         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
18361         character for the encoding to avoid consing a string.
18362
18363         * rfc2047.el (rfc2047-decode-string): Don't cons a string
18364         unnecessarily.
18365
18366         * mm-util.el (mm-replace-chars-in-string): Remove.
18367
18368         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
18369         of mm-replace-chars-in-string.
18370
18371 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
18372
18373         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
18374
18375         * mm-util.el (mm-subst-char-in-string): Support inplace.
18376
18377         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
18378         a new string in every iteration.  Use shy groups.
18379
18380 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
18381
18382         * gnus-srvr.el (gnus-browse-unsubscribe-group):
18383         * gnus-soup.el (gnus-soup-group-brew):
18384         * gnus-msg.el (gnus-put-message):
18385         * gnus-move.el (gnus-group-move-group-to-server):
18386         * gnus-kill.el (gnus-batch-score):
18387         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
18388         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
18389         (gnus-group-update-group, gnus-group-read-group)
18390         (gnus-group-make-group, gnus-group-make-help-group)
18391         (gnus-group-make-archive-group, gnus-group-make-directory-group)
18392         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
18393         (gnus-group-sort-by-unread, gnus-group-catchup)
18394         (gnus-group-unsubscribe-group, gnus-group-kill-group)
18395         (gnus-group-yank-group, gnus-group-set-info)
18396         (gnus-group-list-groups):
18397         * gnus.el (gnus-generate-new-group-name):
18398         * gnus-delay.el (gnus-delay-send-queue):
18399         * nnvirtual.el (nnvirtual-catchup-group):
18400         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
18401         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
18402         (gnus-group-prepare-topics, gnus-topic-check-topology):
18403         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
18404         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
18405         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
18406         (gnus-group-make-articles-read):
18407         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
18408         (gnus-group-change-level, gnus-kill-newsgroup)
18409         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
18410         (gnus-get-unread-articles, gnus-make-articles-unread)
18411         (gnus-make-ascending-articles-unread): Use accessor
18412         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
18413         to get group information for improved readability.
18414
18415
18416 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18417
18418         * gnus-art.el (article-decode-mime-words, article-babel)
18419         (gnus-article-highlight-signature, gnus-article-add-buttons)
18420         (gnus-signature-toggle): Use gnus-with-article-buffer.
18421
18422         * gnus-art.el (gnus-article-highlight-headers)
18423         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
18424
18425         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
18426         (gnus-article-set-globals, gnus-request-article-this-buffer)
18427         (gnus-button-message-id, gnus-article-maybe-hide-headers)
18428         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
18429         (gnus-mime-display-alternative): Use with-current-buffer.
18430
18431 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18432
18433         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
18434         also under 80 char limit, and call gnus-error if needed.
18435         (spam-fetch-article-header): Fix - it was a
18436         buffer-local variable (gnus-newsgroup-data).
18437         (spam-find-spam): Use spam-generate-fake-headers, forget about
18438         spam-insert-fake-headers.
18439         (spam-insert-fake-headers): Remove.
18440
18441 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18442
18443         * deuglify.el (gnus-article-outlook-unwrap-lines)
18444         (gnus-outlook-rearrange-article)
18445         (gnus-outlook-repair-attribution-outlook)
18446         (gnus-outlook-repair-attribution-block)
18447         (gnus-outlook-repair-attribution-other): Remove redundant
18448         save-excursion.
18449
18450 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18451
18452         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
18453         (spam-fetch-field-subject-fast)
18454         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
18455         (spam-fetch-article-header): Add functions to deal with Gnus
18456         internals for fast retrieval of article header data.
18457         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
18458
18459 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18460
18461         * pop3.el (pop3-md5): Remove.
18462         (pop3-apop): Replace pop3-md5 with md5.
18463
18464         * mm-bodies.el: base64 is always built-in.
18465
18466         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
18467         with-current-buffer.
18468
18469 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18470
18471         * canlock.el (canlock-insert-header): Remove excessive grouping in
18472         regexp.
18473
18474         * gnus-sum.el (gnus-summary-read-document): Ditto.
18475
18476         * gnus-uu.el (gnus-uu-part-number): Ditto.
18477
18478         * html2text.el (html2text-remove-tags): Ditto.
18479         (html2text-format-tags): Ditto.
18480         (html2text-format-single-elements): Ditto.
18481
18482         * mml.el (mml-parse-1): Ditto.
18483
18484 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18485
18486         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
18487
18488         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
18489
18490         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
18491
18492         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
18493
18494 2003-11-15  Simon Josefsson  <jas@extundo.com>
18495
18496         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
18497         (pgg-gpg-lookup-key): Use regexp match instead of
18498         split-string (split-string is different between emacs 21.2 and
18499         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
18500
18501 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18502
18503         * gnus-art.el (gnus-mime-view-all-parts)
18504         (gnus-article-part-wrapper, gnus-article-view-part): Use
18505         with-current-buffer.
18506
18507 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18508
18509         * spam.el (spam-disable-spam-split-during-ham-respool)
18510         (spam-spamoracle-database, spam-cache-lookups)
18511         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
18512         (spam-group-ham-mark-p, spam-group-spam-mark-p)
18513         (spam-group-ham-marks, spam-group-spam-marks)
18514         (spam-group-spam-contents-p, spam-group-ham-contents-p)
18515         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
18516         also add spam-use-blackholes to the statistical checks.
18517         (spam-fetch-field-fast): Add interface to fetching fields, may
18518         become a macro.
18519         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
18520         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
18521         (spam-insert-fake-headers): Fake an article when needed.
18522         (spam-find-spam): Fake article when possible.
18523         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
18524         (spam-check-bogofilter-headers): Use message-fetch-field instead
18525         of nnmail-fetch-field.
18526
18527 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18528
18529         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
18530
18531 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18532
18533         * spam.el (spam-split): Do not require spam-use-CHECK to be
18534         enabled if that check is passed to spam-split explicitly; also
18535         fix so 'spam doesn't get converted to spam-split-group when
18536         spam-split-symbolic-return is t.
18537         (spam-find-spam): Find registrations of the article and use those
18538         instead of re-running spam-split to find the spam/ham
18539         classification of the article.
18540         (spam-log-processing-to-registry, spam-log-registered-p)
18541         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18542         Use gnus-error instead of gnus-message.
18543         (spam-log-registration-type): Add function to determine the
18544         classification of a message based on registry entries; will
18545         return nil if both 'spam and 'ham are found.
18546         (spam-check-BBDB): Expand all the BBDB macros here so we can have
18547         a reasonably fast local cache without the loading errors.
18548         (spam-cache-lookups): Set to t by default.
18549         (spam-find-spam): Don't try to guess spam-cache-lookups.
18550         (spam-enter-whitelist, spam-enter-blacklist): Clear the
18551         spam-caches entry.
18552         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
18553         caching of whitelist/blacklist entries.
18554         (spam-check-whitelist, spam-check-blacklist): Invoke
18555         spam-from-listed-p with a type, not a cache variable.
18556         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
18557
18558 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18559
18560         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
18561
18562         * nnmail.el (nnmail-split-fancy): do.
18563
18564         * mml.el (mml-parse): do.
18565
18566         * gnus-score.el (gnus-enter-score-words-into-hashtb)
18567         (gnus-score-adaptive): do.
18568
18569 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18570
18571         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
18572         (gnus-mime-button-map): Don't set keymap parent.
18573         (gnus-button-ctan-directory-regexp): Use shy grouping.
18574         (gnus-prev-page-map): Don't set keymap parent.
18575         (gnus-prev-page-map): Remove duplicated one.
18576         (gnus-next-page-map): Don't set keymap parent.
18577         (gnus-mime-security-button-map): Ditto.
18578
18579         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
18580         version number.
18581
18582         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
18583
18584 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18585
18586         * canlock.el (canlock-sha1-function): Remove.
18587         (canlock-sha1-function-for-verify): Remove.
18588         (canlock-openssl-program): Remove.
18589         (canlock-openssl-args): Remove.
18590         (canlock-ignore-errors): Remove.
18591         (canlock-sha1-with-openssl): Remove.
18592         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
18593         (canlock-verify): Don't use canlock-ignore-errors.
18594
18595         * sha1-el.el (sha1-string-external): Make it can return a string
18596         in binary form.
18597         (sha1-region-external): Ditto.
18598         (sha1-string-internal): Ditto.
18599         (sha1-region-internal): Ditto.
18600         (sha1-region): Ditto.
18601         (sha1-string): Ditto.
18602         (sha1): Ditto.
18603
18604 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18605
18606         * spam.el (spam-report-articles-gmane): New command.
18607
18608 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18609
18610         * gnus.el: Don't make unnecessary *Group* buffer when loading.
18611
18612         * run-at-time.el (run-at-time-saved): Remove.
18613         (run-at-time): Doc fix.
18614
18615 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18616
18617         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
18618         (gnus-summary-limit-map): Add it.
18619         (gnus-summary-make-menu-bar): do.
18620
18621 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
18622
18623         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
18624         Make attempt at some caching support (done for BBDB only now).
18625         (spam-find-spam): Set spam-cache-lookups if there are more than 2
18626         addresses to be checked.
18627         (spam-clear-cache-BBDB): Add function, to be invoked by
18628         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
18629         (spam-check-BBDB): Check and use the caches, if
18630         spam-cache-lookups is on, remove superfluous (provide).
18631
18632 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
18633
18634         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
18635
18636 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
18637
18638         * run-at-time.el (run-at-time-saved): Move to after the definition
18639         of `run-at-time'.
18640
18641         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
18642
18643 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18644
18645         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
18646         mm-w3m-local-map-property.
18647
18648         * mm-view.el (mm-w3m-mode-map): Remove.
18649         (mm-w3m-local-map-property): Remove.
18650         (mm-inline-text-html-render-with-w3m): Don't use
18651         mm-w3m-local-map-property.
18652
18653 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18654
18655         * run-at-time.el: New file.
18656
18657         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
18658         under Emacs.
18659
18660         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
18661         of gnus-set-text-properties.
18662
18663         * gnus-uu.el (gnus-uu-save-article): Ditto.
18664
18665         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
18666
18667         * gnus-cite.el (gnus-cite-parse): Ditto.
18668
18669         * gnus-art.el (gnus-button-push): Use set-text-properties instead
18670         of gnus-.
18671
18672         * gnus-xmas.el (run-at-time): Require run-at-time.
18673
18674         * gnus.el: Changed calls to nnheader-run-at-time and
18675         password-run-at-time throughout to use run-at-time directly.
18676
18677         * password.el: Removed definition of run-at-time.
18678
18679         * nnheaderxm.el: Remove definition of run-at-time.
18680
18681 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
18682
18683         * mml.el (mml-minibuffer-read-disposition): Show attachment type
18684         in prompt.
18685
18686 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18687
18688         * messagexmas.el (message-xmas-redefine): Alias
18689         `message-make-caesar-translation-table' to
18690         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
18691         version.
18692
18693         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
18694         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
18695         `gnus-xmas-set-text-properties'.
18696         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
18697         `gnus-xmas-completing-read'.
18698         (gnus-xmas-completing-read): Removed.
18699         (gnus-xmas-open-network-stream): Removed.
18700
18701         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
18702         XEmacs version.
18703
18704         * dns.el (dns-make-network-process): Use `open-network-stream'
18705         instead of `gnus-xmas-open-network-stream'.
18706
18707         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
18708
18709         * .cvsignore: Add auto-autoloads.el, custom-load.el.
18710
18711 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18712
18713         * gnus-art.el (gnus-mime-display-alternative)
18714         (gnus-insert-mime-button, gnus-insert-mime-security-button)
18715         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
18716         Don't use gnus-local-map-property.
18717
18718         * gnus-util.el (gnus-local-map-property): Remove.
18719
18720         * mm-view.el (mm-view-pkcs7-decrypt): Replace
18721         gnus-completing-read-maybe-default with completing-read.
18722
18723         * gnus-util.el (gnus-completing-read): do.
18724         (gnus-completing-read-maybe-default): Remove.
18725
18726 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18727
18728         * password.el: Only autoload `run-at-time' if not XEmacs.
18729         Only autoload the itimer functions if XEmacs.
18730
18731 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18732
18733         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
18734         XEmacsen.
18735
18736         * dgnushack.el: Autoload executable-find for XEmacs.
18737
18738 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18739
18740         * gnus-art.el (gnus-read-string): Remove.
18741         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
18742         read-string.
18743
18744 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
18745
18746         * netrc.el: Autoload password-read.
18747         (netrc): Add configuration group.
18748         (netrc-encoding-method, netrc-openssl-path): Add
18749         variables for encoding and decoding of files with symmetric
18750         ciphers.
18751         (netrc-encode): Add assistant function to encode a file with
18752         netrc-encoding-method.
18753         (netrc-parse): Add interactive parameter, added optional
18754         decoding if netrc-encoding-method is non-nil but otherwise
18755         behavior is standard.
18756         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
18757         Do s/encode/encrypt/ everywhere.
18758
18759         * spam.el: Remove executable-find autoload.
18760
18761 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18762
18763         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
18764
18765         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
18766
18767 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18768
18769         * gnus-art.el (gnus-treat-ansi-sequences)
18770         (article-treat-ansi-sequences): New variable and function.
18771         Suggested by Dan Jacobson <jidanni@jidanni.org>.
18772
18773         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18774         Use it.
18775
18776 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18777
18778         * mm-util.el (mm-quote-arg): Remove.
18779
18780         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
18781         shell-quote-argument.
18782
18783         * gnus-uu.el (gnus-uu-command): do.
18784
18785         * gnus-sum.el (gnus-summary-insert-pseudos): do.
18786
18787         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
18788         with make-char.
18789
18790         * mm-util.el (mm-make-char): Remove.
18791
18792         * mml.el (mml-mode): Replace gnus-add-minor-mode with
18793         add-minor-mode.
18794
18795         * gnus-undo.el (gnus-undo-mode): do.
18796
18797         * gnus-topic.el (gnus-topic-mode): do.
18798
18799         * gnus-sum.el (gnus-dead-summary-mode): do.
18800
18801         * gnus-start.el (gnus-slave-mode): do.
18802
18803         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
18804
18805         * gnus-ml.el (gnus-mailing-list-mode): do.
18806
18807         * gnus-gl.el (gnus-grouplens-mode): do.
18808
18809         * gnus-draft.el (gnus-draft-mode): do.
18810
18811         * gnus-dired.el (gnus-dired-mode): do.
18812
18813         * gnus-ems.el (gnus-add-minor-mode): Remove.
18814
18815         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18816         Replace gnus-char-width with char-width.
18817
18818         * gnus-ems.el (gnus-char-width): Remove.
18819
18820         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18821         Replace gnus-char-width with char-width.
18822
18823         * gnus-ems.el (gnus-char-width): Remove.
18824
18825         * spam-stat.el (with-syntax-table): Remove with-syntax-table
18826         definition.
18827         Remove Emacs 20 hash table compatibility code.
18828
18829         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
18830         20 compatibility code.
18831
18832         * spam.el (spam-point-at-eol): Replace with point-at-eol.
18833
18834         * smime.el (smime-point-at-eol): Replace with point-at-eol.
18835
18836         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
18837         with point-at-{eol,bol}.
18838
18839         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
18840
18841         * imap.el (imap-point-at-eol): Replace with point-at-eol.
18842
18843         * flow-fill.el (fill-flowed-point-at-bol)
18844         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
18845
18846         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
18847         Replace with point-at-{eol,bol} throughout all files.
18848
18849 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18850
18851         * ntlm.el (ntlm-string-as-unibyte): New macro.
18852         (ntlm-build-auth-response): Use it.
18853
18854         Remove Emacs 20 stuff:
18855         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
18856         (butlast, mapc, remove): Remove the compiler macros.
18857         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
18858         of delq and copy-sequence.
18859         * gnus-art.el (popup-menu): Remove the compiler macro.
18860         * nnmail.el (nnmail-split-fancy): Don't support customizing with
18861         Emacs 20.
18862
18863 2004-01-05  Simon Josefsson  <jas@extundo.com>
18864
18865         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
18866         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
18867         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
18868         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
18869         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
18870         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
18871         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
18872         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
18873         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
18874         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
18875         ntlm-string-permute, string-lshift into ntlm-string-lshift,
18876         string-xor into ntlm-string-xor.  Suggested by
18877         Jesper Harder <harder@myrealbox.com>.
18878
18879         * ntlm.el: Don't include poem.
18880
18881         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
18882         Jesper Harder <harder@myrealbox.com>.
18883
18884         * sasl-ntlm.el, ntlm.el, md4.el: New files.
18885
18886         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
18887         probably breaks emacs with DL patch, but do we care? Is anyone
18888         still using the DL stuff?)
18889
18890         * sieve-manage.el: Use the password package.
18891         (sieve-manage-read-passwd): Remove.
18892         (sieve-manage-interactive-login): Use password.  Re-add
18893         condition-case around loop.
18894
18895         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
18896         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
18897         the password package.
18898
18899 2003-02-19  Simon Josefsson  <jas@extundo.com>
18900
18901         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
18902         token.
18903
18904 2002-08-07  Simon Josefsson  <jas@extundo.com>
18905
18906         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
18907         (sieve-manage-authenticators):
18908         (sieve-manage-authenticator-alist): Add some SASL mechs.
18909         (sieve-sasl-auth): New function.
18910         (sieve-manage-cram-md5-auth):
18911         (sieve-manage-plain-auth): Rewrite using SASL library.
18912         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
18913         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
18914         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
18915         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
18916
18917 2004-01-05  Simon Josefsson  <jas@extundo.com>
18918
18919         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
18920         New files.
18921
18922 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18923
18924         * gnus-group.el (gnus-no-groups-message): Update.
18925
18926         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
18927
18928 2003-11-09  Simon Josefsson  <jas@extundo.com>
18929
18930         * imap.el: Support for ID IMAP extension (RFC 2971).
18931         (imap-local-variables): Add imap-id.
18932         (imap-id): New variable.
18933         (imap-id): New function.
18934         (imap-parse-response): Parse untagged ID response.
18935         * nnimap.el (nnimap-id): New variable.
18936         (nnimap-open-connection): Use it.
18937
18938 2003-12-28  Simon Josefsson  <jas@extundo.com>
18939
18940         * gnus-score.el (gnus-score-edit-all-score): New.
18941         * gnus-group.el (gnus-group-score-map): Bind it to W e.
18942
18943 2004-01-04  Simon Josefsson  <jas@extundo.com>
18944
18945         * password.el: Add.
18946
18947 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
18948
18949         * dns.el (dns-query-types): Fix typo.
18950         (dns-query-types): New function.
18951         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
18952         PTR and SOA replies, see RFC 1035.
18953
18954 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18955
18956         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
18957
18958         * Moved to Changelog.2.
18959
18960 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18961
18962         * gnus.el (gnus-version-number): Bump version.
18963
18964 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18965
18966         * gnus.el: No Gnus v0.1 is released.
18967
18968 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18969
18970         * gnus.el: No Gnus v0.0 is released.
18971
18972 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18973
18974         * gnus.el (gnus-version-number): Bump.
18975         (gnus-version): No.
18976
18977 See ChangeLog.2 for earlier changes.
18978
18979     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
18980       Free Software Foundation, Inc.
18981
18982   This file is part of GNU Emacs.
18983
18984   GNU Emacs is free software: you can redistribute it and/or modify
18985   it under the terms of the GNU General Public License as published by
18986   the Free Software Foundation, either version 3 of the License, or
18987   (at your option) any later version.
18988
18989   GNU Emacs is distributed in the hope that it will be useful,
18990   but WITHOUT ANY WARRANTY; without even the implied warranty of
18991   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18992   GNU General Public License for more details.
18993
18994   You should have received a copy of the GNU General Public License
18995   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
18996
18997 ;; Local Variables:
18998 ;; coding: utf-8
18999 ;; fill-column: 79
19000 ;; add-log-time-zone-rule: t
19001 ;; End: