* shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
[gnus] / lisp / ChangeLog
1 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
4
5         * message.el (message-mailto): New function.
6         (message-mailto): Should accept other parameters.
7         (message-mailto): Remove since it duplicates browse-url-mailto
8         functionality.
9
10 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11
12         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
13         methods.
14         (gnus-read-active-file): Ditto.
15
16         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
17         ": " from the prompt.
18         (gnus-group-make-group): Ditto.
19
20 2010-11-07  Glenn Morris  <rgm@gnu.org>
21
22         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
23         (gnus-bookmark-kill-line): Use point-at-eol.
24
25 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
26
27         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
28         asterisks in From header.
29
30 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
31
32         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
33         string to avoid making the From headers syntactically invalid.
34
35         * message.el (message-send-mail): Don't insert courtesy messages if the
36         message already has List-Post and List-ID messages.
37
38 2010-11-06  Glenn Morris  <rgm@gnu.org>
39
40         * gnus-art.el (gnus-treat-article): Give dynamic local variables
41         `condition', `type', `length' a prefix.
42         (gnus-treat-predicate): Update for above name changes.
43
44 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
45
46         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
47         binding.  Handled by `gnus-summary-refer-thread' instead.
48         (nnir-warp-to-article): New backend function.
49
50         * nnimap.el (nnimap-request-thread): Force dependency updating.
51
52         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
53         (gnus-summary-refer-thread): Rework to improve thread-referral.
54
55         * gnus-int.el (gnus-warp-to-article): New function.
56
57         * gnus-sum.el (gnus-summary-article-map): Bind it.
58
59 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
60
61         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
62         gnus-summary-refer-thread.
63
64         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
65         headers.
66         (gnus-summary-limit-include-thread): Prevent articles in thread from
67         being cut in gnus-cut-threads.
68         (gnus-summary-refer-thread): Limit retrieved headers to those in
69         thread.
70
71 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
72
73         * message.el (message-send-mail): Use the value of
74         message-courtesy-message from the message buffer.
75
76         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
77
78         * shr.el (shr-browse-url): Implement mailto: URLs.
79
80         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
81         "raw".
82
83         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
84         if it's already selected.
85
86         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
87
88 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
89
90         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
91         to measure the length and truncate alt text.
92
93 2010-11-03  Glenn Morris  <rgm@gnu.org>
94
95         * nndiary.el (nndiary-generate-nov-databases-1)
96         (nndiary-generate-active-info): Rename dynamic variable `files' to
97         something less generic.
98
99 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
100
101         * nnir.el (nnir-request-move-article): Call the underlying backend to
102         move articles from nnir.
103
104 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
105
106         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
107
108 2010-11-02  Julien Danjou  <julien@danjou.info>
109
110         * nnir.el: Remove wais support.
111
112 2010-11-02  Glenn Morris  <rgm@gnu.org>
113
114         * gnus-html.el: Reorder requirements to quieten compiler.
115
116 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
117
118         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
119         properly for XEmacs as well.
120         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
121         (gnus-article-natural-long-line-p): Use window-width rather than
122         frame-width.
123
124 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
125
126         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
127         (nnir-read-parms): Don't modify query.
128         (nnir-run-query): Add ability to search topic on current line.
129         (nnir-get-active): Clean up.
130
131 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
132
133         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
134         degenerate articles.
135
136         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
137         (gnus-print-buffer): Just print the buffer as is, without any copying
138         to a buffer and then re-highlighting.
139
140         * nnimap.el (nnimap-request-group): Store the new updated info.
141         (nnimap-request-group): Select the group when we don't know whether it
142         exists or not.
143
144         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
145         groups.
146
147         * gnus-group.el (gnus-group-find-new-groups): Display all the new
148         groups.
149
150         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
151         groups.
152
153         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
154         long-lines case by only filling the long lines.
155
156         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
157         (bug #7311).
158
159 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
160
161         * shr.el: No need to declare `declare-function' since shr.el is for
162         only Emacsen that provide `libxml-parse-html-region'.
163
164         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
165         effective only in a file it is referred to.
166
167 2010-11-01  Glenn Morris  <rgm@gnu.org>
168
169         * mm-util.el (gnus-completing-read): Autoload.
170         (mm-read-coding-system): Simplify Emacs definition.
171
172         * nnmail.el (gnus-activate-group):
173         * nnimap.el (gnutls-negotiate):
174         * nntp.el (netrc-parse): Fix declarations.
175
176 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
177
178         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
179         string-match-p in Emacs >=23.
180
181         * gnus-msg.el (gnus-configure-posting-styles)
182         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
183
184 2010-11-01  Glenn Morris  <rgm@gnu.org>
185
186         * nnir.el (declare-function): Add compat stub.
187         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
188         (nnir-run-gmane): Require 'mm-url.
189
190         * mm-util.el (mm-string-to-multibyte): Simplify.
191
192         * shr.el (declare-function): Add compat stub.
193         (url-cache-create-filename): Declare.
194         (mm-disable-multibyte, widget-convert-button): Autoload.
195
196         * smime.el (ldap-search): Declare.
197         (smime-cert-by-ldap-1): Require ldap on Emacs.
198
199         * nnimap.el: Require nnmail, and gnus-sum when compiling.
200         (nnimap-keepalive): Use gnus-float-time.
201
202         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
203         (mail-source-delete-crash-box): Use gnus-float-time.
204
205         * gnus-dired.el (gnus-completing-read): Autoload.
206
207         * mm-view.el (gnus-rescale-image): Autoload.
208
209         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
210
211         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
212
213         * sieve-manage.el: Require 'cl when compiling.
214
215         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
216         (gnus-iswitchb-completing-read): Require iswitchb.
217         (gnus-select-frame-set-input-focus): Silence compiler.
218
219 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
220
221         * message.el (message-subject-trailing-was-query): Change default to t,
222         since I think that's what most people want.
223
224         * nnimap.el (nnimap-request-accept-article): Erase buffer before
225         appending for easier debugging.
226         (nnimap-wait-for-connection): Take a regexp.
227         (nnimap-request-accept-article): Wait for the continuation line before
228         sending anything unless we're streaming.
229
230         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
231         leave the header washing to take place.
232
233 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
234
235         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
236         regular expression match and replace in posting styles.
237
238 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
239
240         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
241         an entire server.
242         (nnir-get-active): New function.
243         (nnir-run-imap): Use it.
244         (nnir-run-gmane): Who knew, gmane search returns an article score!
245
246         * gnus-srvr.el (gnus-server-mode-map): add binding "G" to search the
247         server on the current line with nnir.
248
249 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
250
251         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
252         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
253         left edge.
254         (gnus-article-foldable-buffer): Skip past the prefix when determining
255         raggedness.
256
257         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
258         the raw article, and change `C-u g' to show the article without doing
259         treatments.
260
261         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
262         on to `gnus-treat-article'.
263         (gnus-inhibit-article-treatments): New variable.
264
265         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
266
267         * gnus-art.el (gnus-treatment-function-alist): Have
268         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
269         (gnus-treat-fill-long-lines): Change default to fill all text/plain
270         sections.
271
272         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
273         parameter.
274         (gnus-article-fill-cited-long-lines): New function.
275         (gnus-article-fill-cited-article): Allow filling only long sections.
276
277         * shr.el (shr-find-fill-point): Don't break lines between punctuation
278         and non-punctuation (like after the apostrophe in "'We").
279
280         * gnus-sum.el (gnus-summary-select-article): Make sure
281         gnus-original-article-buffer is alive.
282
283         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
284         reflect the order they're in in the digest.
285
286         * gnus.el (gnus-group-startup-message): Move point to the start of the
287         buffer.
288
289         * nnimap.el (nnimap-capability): New function.
290         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
291         is set.
292
293 2010-10-31  David Engster  <dengste@eml.cc>
294
295         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
296         conform with changes to gnus-completing-read.
297
298 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
299
300         * shr.el (shr-tag-img): Output "*" instead of "[img]".
301
302 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
303
304         * nnir.el move defvar, defcustom around to keep file organized and keep
305         byte-compiler quiet.
306         (nnir-read-parms): accept search-engine as arg.
307         (nnir-run-query): pass search-engine as arg.
308         (nnir-search-engine): remove.
309
310 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
311
312         * shr.el (shr-generic): The text nodes should be text, not :text.
313
314         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
315         later in the file.
316
317 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
318
319         * nnir.el: general clean up. allow searching with multiple
320         engines. allow separate extra-parameters for each engine. batch queries
321         when possible.
322         (nnir-imap-default-search-key,nnir-method-default-engines): add
323         customize interface.
324         (nnir-run-gmane): new engine.
325         (nnir-engines): use it. qualify all prompts with engine name.
326         (nnir-search-engine): remove global variable.
327         (nnir-run-hyrex): restore for now.
328         (nnir-extra-parms,nnir-search-history): new variables.
329         (gnus-group-make-nnir-group): use them.
330         (nnir-group-server): remove in favor of gnus-group-server.
331         (nnir-request-group): avoid searching twice.
332         (nnir-sort-groups-by-server): new function.
333
334 2010-10-30  Julien Danjou  <julien@danjou.info>
335
336         * gnus-group.el: Remove gnus-group-fetch-control.
337
338         * gnus-start.el (gnus-find-new-newsgroups): Remove
339         gnus-check-first-time-used.
340
341         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
342
343 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
344
345         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
346         set on groups that don't have \* permanentflags.
347
348 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
349
350         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
351         control the background color.
352         (shr-tag-img): Ignore very small web bug type images.
353         (shr-put-image): Add help-echo alt texts to the images.
354         (shr-tag-video): Show the video poster image.
355
356 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
357
358         * shr.el (shr-table-depth): New variable.
359         (shr-tag-table-1): Only insert the images after the top-level table.
360
361         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
362
363         * gnus-util.el (gnus-list-memq-of-list): New function.
364
365         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
366         selected.
367         (nnimap-unsplittable-articles): New slot.
368         (nnimap-new-articles): Use it.
369
370 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
371
372         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
373         move to the previous line on `M-g'.
374
375 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
376
377         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
378         *-request-group, which seems unnecessary.
379
380         * nnimap.el (nnimap-quote-specials): Function copied over from
381         imap.el.
382         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
383         they support that.  Suggested by Tom Regner.
384
385 2010-10-29  Julien Danjou  <julien@danjou.info>
386
387         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
388         defalias.
389         (gnus-summary-delete-marked-with): Remove obsolete defalias.
390
391         * gnus.el: Remove `gnus-nntp-service' variable.
392         (gnus-secondary-servers): Make obsolete.
393         (gnus-nntp-server): Make obsolete.
394
395         * gnus-start.el (gnus-1): Remove x-splash calls.
396
397         * gnus-ems.el (gnus-x-splash): Remove.
398
399         * gnus.el (gnus-group-startup-message): Simplify/update code.
400
401         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
402         definition.
403
404         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
405         capability before doing anything.
406         (gnus-group-insert-group-line): Remove useless
407         gnus-group-remove-excess-properties.
408
409 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
410
411         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
412
413 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
414
415         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
416         config after reselecting.
417
418 2010-10-28  Julien Danjou  <julien@danjou.info>
419
420         * shr.el (shr-put-image): Use point even if only inserting text.
421         (shr-put-image): Save excursion when inserting alt text on non-graphic
422         display, so the behaviour is the same when we are on a graphic display.
423
424         * nnir.el (nnir-run-swish-e): Remove hyrex support.
425
426 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
427
428         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
429         (gnus-mime-copy-part): Check coding system, not charset.
430         (gnus-mime-view-part-externally): Never remove part.
431         (gnus-mime-view-part-internally): Don't remove part here.
432         (gnus-article-part-wrapper): Make sure MIME tag is visible.
433         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
434         multipart/alternative.
435
436         * mm-decode.el (mm-display-part): Take optional arg `force'.
437
438 2010-10-26  Julien Danjou  <julien@danjou.info>
439
440         * gnus-group.el (gnus-group-default-list-level): Add this function to
441         compute the default list level.
442         (gnus-group-default-list-level): Add possibility to use a function.
443
444 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
445
446         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
447
448         * gnus-group.el (gnus-group-completing-read)
449         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
450         gnus-replace-in-string.
451
452 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
453
454         * shr.el (shr-tag-div): Added.
455
456         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
457
458 2010-10-25  Julien Danjou  <julien@danjou.info>
459
460         * gnus-util.el: Remove `gnus-with-local-quit'.
461
462         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
463
464 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
465
466         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
467         the original article buffer.
468
469 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
470
471         * nnimap.el (nnimap-request-head): New function.
472         (nnimap-request-move-article): Try to be slighly faster by not
473         requesting the entire message when moving.
474         (nnimap-transform-headers): Don't bug out on bodiless articles.
475         (nnimap-send-command): Have no outstanding messages if the IMAP server
476         doesn't support streaming.
477         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
478
479 2010-10-24  Julien Danjou  <julien@danjou.info>
480
481         * message.el (message-default-headers): Fix type.
482
483 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
484
485         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
486         prefetching images.
487
488         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
489         backend for unknown groups.  This is mainly useful for nnimap groups.
490
491         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
492         group isn't covered by the agent.
493
494 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
495
496         * nnir.el (nnir-method-default-engines): new variable.
497         (nnir-run-query): use it.
498         (nnir-group-mode-hook): remove key binding and move to gnus-group.el.
499         (gnus-summary-nnir-goto-thread): change group if needed.
500
501         * gnus-group.el (gnus-group-group-map): add key binding for
502         gnus-group-make-nnir-group.
503
504 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
505
506         * shr.el (shr-tag-object): Added.
507
508         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
509         original article buffer live.
510         (gnus-summary-select-article-buffer): Mention
511         gnus-widen-article-buffer.
512
513 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
514
515         * shr.el (shr-tag-strong): Added.
516
517 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
518
519         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
520         group names.  They mess up the group buffer badly.
521
522         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
523
524         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
525         instead of the summary one.
526
527 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
528
529         * mml.el (mml-preview): Work properly when editing article.
530
531         * gnus-start.el (gnus-read-active-file-1): Don't add method to
532         gnus-have-read-active-file if it's already been in.
533
534 2010-10-22  Tom Tromey  <tromey@redhat.com>
535
536         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
537         gnus-group-completing-read.
538
539 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
540
541         * message.el (message-mode-map): Don't bind M-; to comment region, to
542         allow the global comment-dwim to work.
543
544 2010-10-21  Julien Danjou  <julien@danjou.info>
545
546         * message.el (message-setup-1): Allow message-default-headers to be a
547         function.
548
549 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
550
551         * shr.el (shr-tag-table): Simplify.
552
553 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
554
555         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
556         to avoid trying to snarf invalid stuff.
557
558         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
559
560         * gnus.el (gnus-message-archive-group): Quote value.
561         (gnus-message-archive-group): Mark as changed.
562
563         * shr.el (shr-add-font): Don't put the font properties on the newline
564         or the indentation.
565
566         * message.el (message-fix-before-sending): Change options when sending
567         non-printable characters.
568
569         * gnus.el (gnus-message-archive-method): Change the default to
570         monthly outgoing groups.
571
572         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
573         that have gotten new numbers.
574
575         * nnimap.el (nnimap-request-replace-article): New function.
576
577 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
578
579         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
580         (nnrss-request-article): Don't use special html washing code.
581
582 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
583
584         * shr.el (shr-tag-table): Remove useless nconc.
585
586 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
587
588         * gnus-art.el (article-wash-html): Simplify and remove the charset
589         stuff.  Use the normal html rendering code instead of the special html
590         washing code.
591
592         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
593         `gnus-w3m' symbols.
594         (mm-text-html-washer-alist): Removed.
595
596         * mm-decode.el (mm-inline-text-html-renderer): Removed.
597         (mm-inline-media-tests): Removed use.
598         (mm-text-html-renderer): Change default to the `shr' symbol.
599
600         * mm-view.el (mm-inline-text-html): Removed use.
601
602         * gnus-art.el (gnus-blocked-images): New function.  Allow the
603         `gnus-blocked-images' to be a function.
604         (gnus-article-wash-function): Removed.
605
606 2010-10-20  Julien Danjou  <julien@danjou.info>
607
608         * spam.el (spam-list-of-processors): Mark as obsolete.
609
610         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
611         (nnimap-insert-partial-structure): Fix boundary detection.
612
613 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
614
615         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
616         run file-truename on remote files.  This can be expensive and even
617         prevent one from editing drafts if some unrelated buffer has a stale
618         connection.
619
620 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
621
622         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
623         kinsoku-eol regardless of shr-kinsoku-shorten.
624         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
625         (shr-tag-table): Support caption, thead, and tfoot.
626
627 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
628
629         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
630         lines.
631         (shr-save-contents): New command and keystroke.
632
633         * nndoc.el (nndoc-type-alist): Add git support.
634         (nndoc-git-type-p): New function.
635         (nndoc-transform-git-article): Ditto.
636         (nndoc-transform-git-headers): Ditto.
637         (nndoc-transform-git-headers): Generate Subject headers.
638
639         * shr.el (shr-parse-style): New function.
640         (shr-tag-span): Ditto.
641
642         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
643         to `G G' to avoid collisions.
644
645 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
646
647         * shr.el: Load kinsoku if necessary.
648         (shr-kinsoku-shorten): New internal variable.
649         (shr-find-fill-point): Make kinsoku shorten text line if
650         shr-kinsoku-shorten is bound to non-nil.
651         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
652         shr-indentation too when testing if table is wider than frame width.
653         (shr-insert-table): Use `string-width' instead of `length' to measure
654         text width.
655         (shr-insert-table-ruler): Make sure indentation is done at bol.
656
657 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
658
659         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
660         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
661         undecoded network data.
662
663 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
664
665         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
666         name in the mode line spec so that the mode line menu works
667         (bug #2431).
668
669         * message.el (message-get-reply-headers): If we're fed `to-address',
670         then always use that.
671
672         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
673         aren't so wide as to need to switch off the edit menu.
674
675         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
676         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
677
678         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
679         `M-g'.
680         (nnimap-update-info): Update flags/read marks even if \* isn't part of
681         the permanent marks.
682
683 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
684
685         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
686         Splitting according to references/in-reply-to obeys the ignore-groups
687         variable, while splitting by sender and subject do not.
688
689 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
690
691         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
692         alist, so that we can look for non-Unicode chars.
693         (article-translate-strings): Allow both character and string maps.
694
695 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
696
697         * shr.el (shr-insert): Don't insert space behind a wide character
698         categorized as kinsoku-bol, or between characters both categorized as
699         nospace.
700
701 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
702
703         * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
704         headers to gnus-newsgroup-headers.
705
706 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
707
708         * shr.el (shr-tag-img): Don't align images -- since we're not
709         rescaling, this often leads to ugly displays.
710
711 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
712
713         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
714         duplicates.
715
716 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
717
718         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
719         call.
720
721 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
722
723         * gnus.el: Autoload gnus-html-show-images.
724
725         * nnimap.el: Use nnheader-message throughout.
726
727         * shr.el (shr-tag-img): Ignore images with no data.
728
729 2010-10-15  Julien Danjou  <julien@danjou.info>
730
731         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
732         a possibility to disable format=flow encoding when using hard newlines.
733
734 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
735
736         * shr.el (shr-insert): Remove space inserted before or after a
737         breakable character or at the beginning or the end of a line.
738         (shr-find-fill-point): Do kinsoku; find the second best point or give
739         it up if there's no breakable point.
740
741 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
742
743         * nnimap.el (nnimap-open-connection): Message when opening connection
744         for debugging purposes.
745
746         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
747         on every setup buffer call to allow this to change from article to
748         article.
749
750         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
751         buffers where we have a wide table.
752
753 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
754
755         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
756         uses *-request-thread.
757
758 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
759
760         * nnimap.el (nnimap-open-connection): Remove %s from openssl
761         incantation, which is no longer valid.
762
763 2010-10-14  Julien Danjou  <julien@danjou.info>
764
765         * shr.el: Fix defcustom type (char -> character).
766
767 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
768
769         * nnimap.el (nnimap-open-connection): tls-program should be a list of
770         programs.
771
772 2010-10-14  Julien Danjou  <julien@danjou.info>
773
774         * shr.el (shr-tag-a): Use url-link as widget type.
775
776         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
777         `gnus-group-get-icon'.
778
779 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
780
781         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
782         This should make server editing work better.
783
784         * shr.el (shr-find-fill-point): Don't inloop on indented text.
785
786         * tls.el (tls-program): Remove spurious %s from openssl.
787
788         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
789         (nnimap-parse-flags): Fix regexp.
790
791         * shr.el (shr-find-fill-point): Use a filling algorithm that should
792         probably work for CJVK text, too.
793
794         * nnimap.el (nnimap-extend-tls-programs): Removed.
795         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
796
797         * tls.el (tls-starttls-switches): Remove starttls hack.
798         (open-tls-stream): Ditto.
799         (tls-find-starttls-argument): Ditto.
800
801 2010-10-13  Julien Danjou  <julien@danjou.info>
802
803         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
804         responses.
805
806 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
807
808         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
809
810         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
811         anything in Emacs.
812
813         * shr.el (shr-current-column): Remove buggy and unnecessary function.
814
815 2010-10-13  Julien Danjou  <julien@danjou.info>
816
817         * shr.el (shr-width): Make shr-width a defcustom with default to
818         fill-column.
819         (shr-tag-img): Use shr-width rather than fill-column.
820
821 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
822
823         * dgnushack.el (byte-optimize-apply)
824         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
825
826         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
827         position when (X-)Faces exist.
828         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
829         avatars when called interactively.
830
831 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
832
833         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
834         gnus-article-x-face-too-ugly is bound.
835
836 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
837
838         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
839
840         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
841         mailbox that doesn't exist.
842
843 2010-10-12  Julien Danjou  <julien@danjou.info>
844
845         * shr.el (shr-tag-img): Encode URL properly when retrieving.
846         (shr-get-image-data): Encode URL properly when fetching from cache.
847         (shr-tag-img): Use aligned-to spaces to align correctly images.
848
849         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
850         before inserting the Gravatar.
851
852         * shr.el (shr-tag-img): Add align attribute support for <img>.
853
854 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
855
856         * gnus-gravatar.el (gnus-art): Required.
857
858         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
859         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
860         Remove long obsoleted functions.
861
862 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
863
864         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
865
866         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
867
868         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
869         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
870         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
871         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
872         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
873         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
874         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
875
876 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
877
878         * nnimap.el (nnimap-request-rename-group): Select group read-only
879         before renaming it.
880
881         * shr.el (shr-insert): Fix up the white space only regexp.
882
883         * nnimap.el (nnimap-transform-split-mail): Not all articles have
884         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
885
886         * shr.el (shr-current-column): New function.
887         (shr-find-fill-point): New function.
888
889 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
890
891         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
892         numbers.
893
894 2010-10-11  Julien Danjou  <julien@danjou.info>
895
896         * shr.el (shr-hr-line): Add.
897         (shr-tag-hr): Use shr-hr-line to specify which character to use to
898         display hr lines.
899         (shr-max-columns): Do not change state to nil if we just inserting
900         spaces.
901
902 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
903
904         * gnus-topic.el (gnus-topic-read-group): If after the last group,
905         select the last group.
906
907 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
908
909         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
910
911 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
912
913         * dig.el (dig-mode-map): Declare and define in one step.
914
915 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
916
917         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
918         for Gnus.
919         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
920         (nnimap-update-qresync-info): Mark \Seen articles as read.
921
922         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
923         non-variable, too.
924
925         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
926         available.
927         (nnimap-update-info): Rely more on the current active than the param
928         active to avoid marking articles as read too much.
929
930         * auth-source.el (auth-source-create): Use (user-login-name) for the
931         user name default.
932
933         * nnimap.el (nnimap-update-info): If the server doesn't return any
934         useful info, just use the previous info.
935         (nnimap-update-info): Prefer old info over start-article.
936         (nnimap-update-qresync-info): Finish implementing QRESYNC.
937
938 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
939
940         * nnir.el (autoload): Clean up autoloads.
941         (nnir-imap-default-search-key): Renamed from
942         nnir-imap-search-field. Use key rather than value.
943         (nnir-imap-search-other): New variable.
944         (nnir-read-parm): Use it.
945         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
946         (gnus-summary-nnir-goto-thread): Modify to work with imap.
947
948 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
949
950         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
951         the process, too.
952
953 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
954
955         * spam.el (gnus-summary-mode-map): Bind to "$".  Suggested by Russ
956         Allbery.
957
958         * shr.el: Rework the way things are indented by <li> slightly.
959
960         * gnus.el (gnus-group-set-parameter): Fix typo.
961
962         * nnimap.el: Start implementing QRESYNC support.
963
964 2010-10-09  Julien Danjou  <julien@danjou.info>
965
966         * nnir.el (nnir-engines): Fix too many arguments.
967
968 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
969
970         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
971         group is the "last", so that the backends like nnfolder actually save
972         their folders.
973
974         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
975         try to use that for the tls stream.
976         (nnimap-retrieve-group-data-early): Rework the marks code to heed
977         UIDVALIDITY and find out which groups are read-only and not.
978         (nnimap-get-flags): Use the same marks parsing code as the rest of
979         nnimap.
980
981 2010-10-09  Julien Danjou  <julien@danjou.info>
982
983         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
984
985         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
986         retrieving gravatars.
987
988         * shr.el (shr-table-corner): Add.
989         (shr-table-line): Add.
990         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
991
992 2010-10-08  Julien Danjou  <julien@danjou.info>
993
994         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
995
996 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
997
998         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
999
1000         * gnus-sum.el (gnus-mark-article-as-unread)
1001         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
1002         (gnus-summary-set-bookmark): Use it.
1003
1004         * gnus-msg.el (gnus-setup-message): Use it.
1005
1006         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1007
1008         * gnus.el (gnus-group-remove-parameter): Use it.
1009
1010         * gnus-group.el (gnus-group-make-web-group): Use it.
1011
1012         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1013
1014         * nnregistry.el: Update docs to mention manual.
1015
1016         * gnus-registry.el: Update docs to mention nnregistry.el.
1017         (gnus-registry-initialize): Don't install nnregistry refer method
1018         automatically.
1019         (gnus-registry-install-nnregistry): Remove it.
1020
1021 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1022
1023         * shr.el (shr-insert): Don't insert double spaces.
1024
1025 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1026
1027         * gnus-gravatar.el (gnus-treat-from-gravatar)
1028         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
1029         called interactively.
1030
1031         * gnus-art.el (gnus-mime-view-part-externally)
1032         (gnus-mime-view-part-internally): Make predicate function passed to
1033         gnus-mime-view-part-as-type assume argument is a mime type, not a list
1034         of a mime type.
1035
1036         * shr.el (shr-table-widths): Don't use cl function `reduce'.
1037
1038 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1039
1040         * shr.el (require): Require cl when compiling.
1041         (shr-tag-hr): New function.
1042
1043         * nnimap.el (nnimap-update-info): Remove double setting of high.
1044         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.  This
1045         makes nnimap work properly on Courier again.
1046
1047         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
1048         the variable for backwards compatability.
1049
1050         * mm-decode.el (mm-save-part): If given a non-directory result, expand
1051         the file name before using to avoid setting mm-default-directory to
1052         nil.
1053
1054         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
1055         bidning gnus-agent variables.
1056
1057         * shr.el (shr-render-td): Use a cache for the table rendering function
1058         to avoid getting an exponential rendering behaviour in nested tables.
1059         (shr-insert): Rework the line-breaking algorithm.
1060         (shr-insert): Don't leave trailing spaces.
1061         (shr-insert-table): Also insert empty TDs.
1062         (shr-tag-blockquote): Ensure paragraphs after </ul>.
1063
1064 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1065
1066         * gnus-sum.el (gnus-number): Rename from `number'.
1067         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
1068         (gnus-summary-limit-children): Update uses correspondingly.
1069
1070 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1071
1072         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
1073         (gnus-gravatar-transform-address): Don't show avatars of people of
1074         which mail addresses match gnus-gravatar-too-ugly.
1075
1076 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1077
1078         * shr.el (shr-table-widths): Expand TD elements to fill available
1079         space.
1080
1081 2010-10-07  Julien Danjou  <julien@danjou.info>
1082
1083         * nnimap.el (nnimap-request-rename-group): Add this method.
1084
1085 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1086
1087         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
1088         name from XEmacs' function-arglist.
1089
1090         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
1091         gravatar under XEmacs.
1092
1093 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
1094
1095         * auth-source.el: Update docs with TODO items.
1096
1097         * gnus-sync.el: Update docs to explain state and plans.
1098
1099         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
1100         Hooks for mark updates.
1101         (gnus-request-set-mark, gnus-request-update-mark): Use them.
1102
1103         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
1104         hooks with arguments, which is needed for mark update hooks.
1105
1106 2010-10-06  Julien Danjou  <julien@danjou.info>
1107
1108         * gnus.el (gnus-expand-group-parameter): Only return and act on what
1109         was matched.
1110
1111         * sieve-manage.el: Update example in `Commentary'.
1112
1113         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
1114
1115         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
1116         not 2000.
1117         (sieve-manage-authenticate): Re-add function.
1118
1119 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1120
1121         * shr.el (shr-insert): Get 'space transition right.
1122         (shr-render-td): Only delete space at the end of the TD.
1123
1124         * nnimap.el (nnimap-open-connection): Prepare to support
1125         open-gnutls-stream.
1126
1127         * shr.el: Rearrange function order to be more logical.
1128
1129 2010-10-06  Julien Danjou  <julien@danjou.info>
1130
1131         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
1132         (nnrss-discover-feed): Remove 404 URL in docstring.
1133
1134         * nnir.el: Fix Swish-E URL.
1135         Fix Namazu URL.
1136
1137         * message.el (message-change-subject): Remove 404 URL in a comment.
1138
1139 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1140
1141         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
1142         called interactively.
1143
1144         * gnus-util.el (gnus-remove-if): Allow hash table.
1145         (gnus-remove-if-not): New function.
1146
1147         * gnus-art.el (gnus-mime-view-part-as-type)
1148         * gnus-score.el (gnus-summary-score-effect)
1149         * gnus-sum.el (gnus-read-move-group-name):
1150         Replace remove-if-not with gnus-remove-if-not.
1151
1152         * gnus-group.el (gnus-group-completing-read):
1153         Regard collection as a hash table if it is not a list.
1154
1155 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1156
1157         * shr.el (shr-render-td): Allow blank/missing <TD>s.
1158
1159         * shr.el: Document the table-rendering algorithm.
1160
1161 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1162
1163         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
1164         for Emacsen having no `libxml-parse-html-region' support.
1165
1166 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1167
1168         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
1169         invalid URLs.
1170
1171         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
1172         line-broken.
1173         (shr-tag-img): Ignore image fetching errors.
1174         (shr-overlays-in-region): Compute overlay positions correctly.
1175
1176         * mm-decode.el (mm-shr): Require shr.
1177
1178         * gnus-art.el (gnus-blocked-images): Move variable here.
1179
1180         * shr.el (shr-insert-table): Bind free variable.
1181
1182         * mm-decode.el (mm-shr): Bind shr-content-function.
1183
1184         * shr.el (shr-content-function): New variable.
1185
1186         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
1187         added for symmetry.
1188
1189         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
1190
1191         * gnus-group.el (gnus-group-make-group): Doc fix.
1192
1193         * nnimap.el (nnimap-request-newgroups): Return success.
1194
1195         * shr.el (shr-find-elements): New function.
1196         (shr-tag-table): Put all the images after the table.
1197         (shr-tag-table): Really inhibit images inside the table.
1198         (shr-collect-overlays): Copy over overlays from the TD elements to the
1199         main document.
1200
1201         * mm-decode.el (mm-shr): Bind shr-blocked-images to
1202         gnus-blocked-images.
1203
1204 2010-10-05  Julien Danjou  <julien@danjou.info>
1205
1206         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
1207
1208         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
1209         (gnus-html-maximum-image-size): Add this function.
1210         (gnus-html-put-image): Use gnus-html-maximum-image-size.
1211
1212         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
1213         server-value of the capability is nil.
1214
1215 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1216
1217         * shr.el (shr-tag-em): Add <EM> tag.
1218
1219 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
1220
1221         * sieve-manage.el (sieve-manage-default-stream): Make default stream
1222         customizable.
1223
1224         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
1225         handing broken links to browse-url.
1226
1227 2010-10-05  Julien Danjou  <julien@danjou.info>
1228
1229         * gnus-util.el (gnus-emacs-completing-read)
1230         (gnus-iswitchb-completing-read): Use autoload rather than require.
1231
1232 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1233
1234         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
1235         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
1236         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
1237         iswitchb-temp-buflist for XEmacs.
1238
1239         * gnus-util.el (gnus-completing-read-function): Exclude
1240         gnus-icompleting-read and gnus-ido-completing-read from candidates for
1241         XEmacs since iswitchb.el is very old and ido.el is unavailable in
1242         XEmacs.
1243
1244         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
1245         not to use `delete-dups' that is unavailable in XEmacs 21.4.
1246
1247         * gnus-html.el: Don't require help-fns under XEmacs.
1248         (gnus-html-schedule-image-fetching): Work for XEmacs.
1249
1250         * mm-decode.el (mm-shr): Decode contents by charset.
1251
1252 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1253
1254         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
1255         unknown.
1256
1257         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
1258         (shr-get-image-data): Ensure against the cache file missing.
1259
1260         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
1261         for data.
1262
1263         * spam-report.el (spam-report-url-ping-plain): Don't query about
1264         killing the process.
1265
1266         * shr.el (shr-render-td): Protect against too-wide text.
1267
1268 2010-10-04  Julien Danjou  <julien@danjou.info>
1269
1270         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
1271         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
1272
1273         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
1274         retrieved.
1275
1276 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1277
1278         * shr.el (browse-url): Required.
1279         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
1280         lines.
1281         (shr-show-alt-text, shr-browse-image): New commands.
1282         (shr-browse-url, shr-copy-url): New commands.
1283
1284         * gnus-sum.el (gnus-widen-article-window): New variable.
1285         (gnus-summary-select-article-buffer): Use it.
1286
1287         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
1288         without @ signs.
1289
1290 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1291
1292         * nnir.el (nnir-run-imap): Remove spurious space in search string.
1293
1294 2010-10-04  Julien Danjou  <julien@danjou.info>
1295
1296         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
1297         for XEmacs.
1298
1299 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1300
1301         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
1302
1303         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
1304         (nnimap-close-server): Implement.
1305
1306         * dgnushack.el (iswitchb): Require to shut up the compiler.
1307
1308         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
1309         (shr-insert): Tweak line breaking.
1310         (shr-insert): Handle <pre> better.
1311         (shr-tag-li): Get <li> indentation right.
1312         (shr-tag-li): Get <li> indentation even righter.
1313         (shr-tag-blockquote): Ensure paragraph start.
1314         (shr-make-table): Tweak table generation.
1315         (shr-make-table): Fix typo.
1316
1317         * shr.el: Implement table rendering.
1318
1319 2010-10-04  Julien Danjou  <julien@danjou.info>
1320
1321         * gnus-html.el (gnus-html-put-image): Fix resize image code.
1322
1323 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1324
1325         * shr.el (shr-insert): Use string anchors instead of line anchors.
1326
1327 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1328
1329         * shr.el: Add headings.
1330         (shr-ensure-paragraph): Actually work.
1331         (shr-tag-li): Make <ul> prettier.
1332         (shr-insert): Get white space at the beginning/end of elements right.
1333         (shr-tag-p): Collapse subsequent <p>s.
1334         (shr-ensure-paragraph): Don't insert double line feeds after blank
1335         lines.
1336         (shr-insert): \t is also space.
1337         (shr-tag-s): Fix "s" tag name function.
1338         (shr-tag-s): Fix face prop name.
1339
1340 2010-10-03  Julien Danjou  <julien@danjou.info>
1341
1342         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
1343
1344         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
1345         gnus-window-inside-pixel-edges.
1346
1347         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
1348         gnus-ems.
1349
1350         * mm-view.el (mm-inline-image-emacs): Support image resizing.
1351
1352         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
1353         function.
1354
1355         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
1356         resize choice.
1357
1358 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1359
1360         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
1361         beginning of the buffer.
1362
1363         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
1364         article buffer again.
1365
1366         * shr.el (shr-tag-p): Don't insert newlines at the start of the
1367         buffer.
1368
1369         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
1370         when it's at the start of the buffer.
1371
1372         * shr.el (shr-tag-blockquote): Convert name.
1373         (shr-rescale-image): Use the right image-size variant.
1374
1375         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
1376         buffer isn't shown, then select the current article first instead of
1377         bugging out.
1378         (gnus-summary-select-article-buffer): Show both the article and summary
1379         buffers again.
1380
1381         * shr.el (shr-fontize-cont): Protect against regions with no text.
1382         Rename tag functions to shr-tag-* for enhanced security.
1383         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
1384
1385 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
1386
1387         * shr.el (shr-insert):
1388         * pop3.el (pop3-movemail):
1389         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
1390         loaded.
1391
1392 2010-10-03  Glenn Morris  <rgm@gnu.org>
1393
1394         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
1395
1396         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
1397
1398         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
1399
1400         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
1401
1402         * gnus-util.el (gnus-make-local-hook): Simplify.
1403
1404 2010-10-02  Julien Danjou  <julien@danjou.info>
1405
1406         * gnus-util.el (gnus-iswitchb-completing-read): New function.
1407         (gnus-ido-completing-read): New function.
1408         (gnus-emacs-completing-read): New function.
1409         (gnus-completing-read): Use gnus-completing-read-function.
1410         Add gnus-completing-read-function.
1411
1412 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1413
1414         * shr.el (shr-insert-document): Autoload.
1415         (shr-img): Be silent.
1416         (shr-insert): Add a newline after every picture before text.
1417         (shr-add-font): Use overlays for combining faces.
1418         (shr-insert): Pass upwards the text start point.
1419
1420         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
1421         possible.
1422         (mm-shr): New function.
1423
1424 2010-10-02  Julien Danjou  <julien@danjou.info>
1425
1426         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
1427         should go backward.
1428
1429 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
1430
1431         * shr.el (shr): Fix typo in provide call.
1432
1433 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1434
1435         * shr.el: New file.
1436
1437         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
1438
1439         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
1440         completing read.
1441
1442 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1443
1444         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
1445         we're being queried about.  Suggested by Dan Jacobson.
1446
1447         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
1448         by Jason Eisner.
1449
1450         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
1451         table, too.  Suggested by Stefan Wiens.
1452         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
1453         the table unnecessary.  Suggested by Stefan Wiens.
1454
1455         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
1456         longer needed, and probably doesn't work either, as pointed out by
1457         Stefan Wiens.
1458         (gnus-summary-exit): Remove call to the clearing function.
1459         (gnus-summary-exit-no-update): Ditto.
1460
1461         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
1462         instead of gnus-eval-in-buffer-window to avoid popping up frames.
1463         Reported by Stefan Monnier.
1464         (gnus-summary-save-in-rmail): Ditto.
1465
1466         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
1467         article buffer, instead of both the article buffer and the summary
1468         buffer.  Sort of suggested by Dan Jacobson.
1469
1470         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
1471
1472         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
1473         Suggested by Dan Jacobson.
1474
1475         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
1476         documentation clearer.
1477
1478         * message.el (message-shorten-references): Comment on the number "21".
1479         Suggested by Stefan Monnier.
1480
1481         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
1482         Suggested by Dan Jacobson.
1483
1484         * gnus.el (gnus-large-newsgroup): Mention
1485         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
1486
1487         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
1488         externalize attachments.  Bug reported by Steve Wen.
1489
1490         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
1491         really message anything to the user.
1492
1493         * nnmail.el (nnmail-article-group): Allow using the fancy split method
1494         directly.
1495
1496         * nnimap.el (nnimap-request-group): Low higher than high to signal no
1497         messages in empty groups.
1498
1499 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
1500
1501         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
1502         non-UIDNEXT group.
1503
1504 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1505
1506         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
1507         not the value from the collection.
1508
1509         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
1510         values.  This sometimes happens on some groups that have no info.
1511         (nnimap-request-newgroups): New function.
1512
1513 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
1514
1515         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
1516         check into `gnus-registry-initialize'.
1517         (gnus-registry-initialize): Ditto.
1518         Fix and extend header docs.
1519
1520 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1521
1522         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
1523         regexp backtrace overflows.
1524
1525         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
1526         for starttls that tls.el implements; i.e. openssl.
1527
1528         * tls.el (tls-starttls-switches): Give up on using starttls with
1529         gnutls-cli.
1530         (tls-program): Add --insecure to be consistent with the defaults from
1531         openssl s_client.  Now all three commands are insecure.
1532
1533 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1534
1535         * lpath.el: Bind completion-styles-alist for XEmacs.
1536
1537         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
1538         (gravatar-create-image): New function that's an alias to
1539         gnus-xmas-create-image, gnus-create-image, or create-image.
1540         (gravatar-data->image): Use it.
1541
1542 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
1543
1544         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
1545         install the nnregistry refer method.
1546         (gnus-registry-install-hooks): Use it.
1547         (gnus-registry-unfollowed-groups): Add nnmairix to the default
1548         unfollowed groups.
1549
1550 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
1551
1552         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
1553         expanding threads.
1554
1555 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1556
1557         * nnir.el: Use the server names without suffixes (bug #7009).
1558
1559         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
1560         unencrypted to STARTTLS, if possible.
1561
1562 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1563
1564         * message.el (message-ignored-supersedes-headers): Strip Injection-*
1565         headers before superseding.
1566
1567 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1568
1569         * nnrss.el (nnrss-use-local): Add documentation.
1570
1571         * nnimap.el (nnimap-extend-tls-programs): New function.
1572         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
1573         (nnimap-wait-for-connection): Accept the greeting from the stupid
1574         output from openssl s_client -starttls, too.
1575
1576         * tls.el (tls-starttls-switches): New variable.
1577         (tls-find-starttls-argument): Use it.
1578         (open-tls-stream): Ditto.
1579
1580         * netrc.el (netrc-credentials): Return the value of the "default"
1581         entry.
1582         (netrc-machine): Ditto.
1583
1584         * nnimap.el (nnimap-find-article-by-message-id): Really return the
1585         article number.
1586         (nnimap-split-fancy): New variable.
1587         (nnimap-split-incoming-mail): Use it.
1588
1589         * nntp.el (nntp-server-list-active-group): Document.
1590
1591         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
1592         SELECT to get the message-id.
1593
1594         * mail-source.el (mail-sources): Removed webmail support.
1595         (defvar): Ditto.
1596         (mail-source-fetcher-alist): Ditto.
1597         (mail-source-fetch-webmail): Removed.
1598
1599         * webmail.el: Removed -- doesn't seem relevant any more.
1600
1601         * gnus.el: Fix up make-obsolete-variable declarations throughout.
1602
1603         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
1604         the \r.
1605
1606 2010-09-30  Julien Danjou  <julien@danjou.info>
1607
1608         * gnus-agent.el (gnus-agent-add-group): Fix call to
1609         gnus-completing-read.
1610
1611 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1612
1613         * nndoc.el (nndoc-retrieve-groups): New function.
1614
1615         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
1616         `default', use nnmail-split-methods.
1617         (nnimap-request-article): Downcase the NILs so that they are nil.
1618
1619         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
1620         symbol.
1621
1622         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
1623         code, since if the user has requested network, that's what they ought
1624         to get.
1625         (nnimap-request-set-mark): Erase the buffer before issuing commands.
1626         (nnimap-split-rule): Mark as obsolete.
1627
1628         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
1629         variable.
1630
1631         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
1632         correct slot, too.
1633
1634 2010-09-29  Julien Danjou  <julien@danjou.info>
1635
1636         * gnus.el (gnus-local-domain): Declare variable obsolete.
1637
1638         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
1639         computing.
1640         (gnus-ido-completing-read): Require ido.
1641
1642 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1643
1644         * gnus-registry.el: Don't prompt on load, which makes it impossible to
1645         build Gnus.
1646
1647         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
1648         when interpreting the structures.
1649         (nnimap-request-accept-article): Add \r\n to the lines to make this
1650         work with Cyrus.
1651
1652         * nndraft.el (nndraft-request-expire-articles): Use the group name
1653         instead if "nndraft".  Fix found by Nils Ackermann.
1654
1655 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
1656
1657         * nnregistry.el: Added.
1658
1659 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1660
1661         * nnmail.el (group, group-art-list, group-art):
1662         Remove unneeded directives.
1663
1664 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1665
1666         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
1667         (mm-mime-charset)
1668         * rfc2047.el (rfc2047-syntax-table)
1669         * utf7.el (utf7-utf-16-coding-system): Comment fix.
1670
1671         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
1672         rather than `insert-file-contents' and `eval-region'.
1673
1674         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
1675         construction.
1676
1677         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
1678
1679         * time-date.el: No need to require cl for Emacs 21.
1680
1681 2010-09-29  Julien Danjou  <julien@danjou.info>
1682
1683         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
1684         replacement of `gnus-gravatar-relief' to mimic
1685         `gnus-faces-properties-alist'.
1686         Add :version property.
1687
1688 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1689
1690         * mail-source.el (mail-source-report-new-mail)
1691         * message.el (message-default-mail-headers)
1692         * mm-decode.el (mm-valid-image-format-p): Comment fix.
1693
1694         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
1695
1696 2010-09-28  Julien Danjou  <julien@danjou.info>
1697
1698         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
1699         mail-address contains the same string as real-name.
1700
1701         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
1702         non-blank in header, otherwise it'll get stripped.
1703
1704         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
1705         real-name, and then for mail address rather than doing : or , search.
1706
1707 2010-09-27  Julien Danjou  <julien@danjou.info>
1708
1709         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
1710         (gnus-server-goto-server): Use gnus-completing-read.
1711
1712         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
1713
1714         * mm-util.el (defalias): Use gnus-completing-read.
1715         (mm-codepage-setup): Use gnus-completing-read.
1716
1717         * smime.el (smime-sign-buffer): Use gnus-completing-read.
1718         (smime-decrypt-buffer): Use gnus-completing-read.
1719
1720         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
1721
1722         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
1723         (mml-minibuffer-read-disposition): Use gnus-completing-read.
1724         (mml-insert-multipart): Use gnus-completing-read.
1725
1726         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
1727
1728         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
1729
1730         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
1731
1732         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
1733
1734         * gnus.el (gnus-read-method): Use gnus-completing-read.
1735
1736         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
1737
1738         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
1739         (gnus-mime-action-on-part): Use gnus-completing-read.
1740         (gnus-article-encrypt-body): Use gnus-completing-read.
1741
1742         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
1743         (gnus-topic-move-matching): Use gnus-completing-read.
1744         (gnus-topic-copy-matching): Use gnus-completing-read.
1745         (gnus-topic-sort-topics): Use gnus-completing-read.
1746         (gnus-topic-move): Use gnus-completing-read.
1747
1748         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
1749         (gnus-agent-add-group): Use gnus-completing-read.
1750
1751         * nnmairix.el (nnmairix-create-server-and-default-group): Use
1752         gnus-completing-read.
1753         (nnmairix-update-groups): Use gnus-completing-read.
1754         (nnmairix-get-server): Use gnus-completing-read.
1755         (nnmairix-backend-to-server): Use gnus-completing-read.
1756         (nnmairix-goto-original-article): Use gnus-completing-read.
1757         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
1758
1759         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
1760
1761         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
1762         (gnus-group-make-useful-group): Use gnus-completing-read.
1763         (gnus-group-make-web-group): Use gnus-completing-read.
1764         (gnus-group-add-to-virtual): Use gnus-completing-read.
1765         (gnus-group-browse-foreign-server): Use gnus-completing-read.
1766
1767         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
1768         (gnus-summary-limit-to-extra): Use gnus-completing-read.
1769         (gnus-summary-execute-command): Use gnus-completing-read.
1770         (gnus-summary-respool-article): Use gnus-completing-read.
1771         (gnus-read-move-group-name): Use gnus-completing-read.
1772
1773         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
1774         (gnus-summary-score-effect): Use gnus-completing-read.
1775
1776         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
1777
1778         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
1779         right completing-read function.
1780         (gnus-use-ido): New variable
1781         (gnus-completing-read-with-default): Remove.
1782
1783 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1784
1785         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
1786         x-focus-frame.
1787
1788         * nnimap.el (auth-source-forget-user-or-password)
1789         (auth-source-user-or-password): Autoload.
1790
1791         * message.el (message-from-style, message-interactive)
1792         (message-cite-prefix-regexp, message-sendmail-envelope-from)
1793         (message-yank-prefix, message-indentation-spaces, message-signature)
1794         (message-signature-file): Add comment.
1795
1796 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1797
1798         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
1799         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
1800         new articles.
1801
1802         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
1803         parts.
1804         (nnimap-request-article): Work with the t setting, too.
1805
1806         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
1807         that you don't get flashes of other buffers.
1808         (gnus-summary-show-complete-article): Intern before setting.
1809
1810 2010-09-27  David Engster  <dengste@eml.cc>
1811
1812         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
1813         well as HEADERS.
1814         (nnmairix-retrieve-headers): Provide new argument for the above.
1815
1816 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1817
1818         * gnus-sum.el (gnus-summary-move-article): Don't alter
1819         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
1820         group.
1821
1822         * nnimap.el (nnimap-update-info): Don't destructively alter active.
1823
1824         * message.el (message-cite-prefix-regexp): Revert my last edit.
1825
1826         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
1827         variable instead of the Gnus variable.
1828
1829         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
1830
1831         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
1832         again.
1833
1834         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
1835         since some servers don't like it.
1836         (nnimap-open-connection): Forget credentials if the server says the
1837         password was wrong.
1838         (nnimap-parse-line): Protect against invalid data.
1839
1840         * gnus-sum.el (gnus-summary-move-article): Add comment.
1841         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
1842         nothing alters it while scanning for new messages.
1843
1844         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
1845         which may or may not help.
1846         (nnimap-open-connection): If we're doing a stream connection, and then
1847         discover we're on a STARTTLS-capable server, then open a STARTTLS
1848         connection instead.
1849
1850 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1851
1852         * nnimap.el (utf7): Required.
1853
1854         * message.el (message-cite-prefix-regexp): Remove "}" from citation
1855         prefix.
1856
1857 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
1858
1859         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
1860
1861 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1862
1863         * nnimap.el (nnimap-request-accept-article): Message the error on
1864         error.
1865
1866 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1867
1868         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
1869
1870 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1871
1872         * nndoc.el (nndoc-request-list): Return success always.
1873
1874         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
1875         `fetch-old' -- we only want to fetch the articles we've requested.  The
1876         rest are in the agent, probably.
1877         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
1878         disappeared server" to something low.  It's not important.
1879
1880         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
1881         arrived before the FETCH data.
1882
1883         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
1884         target here, because we don't know the Gnus name of the group.
1885
1886         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
1887         for the correct group.
1888
1889         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
1890
1891         * gnus.el (gnus): Give a final warning after startup.
1892
1893         * gnus-util.el (gnus-action-message-log): New variable.
1894         (gnus-message): Use it.
1895         (gnus-final-warning): New function.
1896
1897         * nnimap.el (nnimap-open-connection): Record the greeting.
1898         (nnimap): Add greeting.
1899
1900 2010-09-26  Julien Danjou  <julien@danjou.info>
1901
1902         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
1903         arguments.
1904         (gnus-html-wash-images): Fix spec computing to include start/end.
1905
1906         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
1907
1908 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1909
1910         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
1911         deletion.
1912         (nnimap-retrieve-headers): Don't select the group, because that's
1913         already done by nnimap-possibly-change-group.
1914
1915         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
1916         (gnus-picon-transform-address): Use it.
1917
1918         * mail-source.el (mail-source-value): Revert previous patch.
1919
1920         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
1921         on failure.
1922         (nnimap-open-connection): Look up both virtual and physical server name
1923         credentials.
1924
1925         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
1926
1927 2009-02-07  Dave Love  <fx@gnu.org>
1928
1929         * tls.el (open-tls-stream): Don't query killing process.
1930
1931 2009-02-08  Dave Love  <fx@gnu.org>
1932
1933         * gnus-win.el (gnus-window-to-buffer-helper,
1934         gnus-all-windows-visible-p): Function needn't be a symbol.
1935
1936         * mail-source.el (mail-source-value): Function needn't be a symbol.
1937
1938 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1939
1940         * message.el (message-cite-prefix-regexp): Remove } from the cite
1941         prefix.
1942
1943         * gnus-art.el (gnus-treatment-function-alist): Do picons before
1944         highlight again, so that the highlight is correct.
1945
1946         * gnus-picon.el (gnus-picon): Remove again.
1947         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
1948
1949         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
1950         doing the header highlightling, so that the background colour of the
1951         picon is correct.
1952
1953         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
1954         (gnus-picon): Ditto.
1955         (gnus-picon): Reinstate.  The background colour for picons is white.
1956         (gnus-picon-insert-glyph): Make the background white.
1957
1958         * nnml.el (nnml-open-nov): Don't return dead buffers.
1959
1960         * auth-source.el (auth-source-create): Query the user for whether to
1961         store the credentials.
1962
1963         * netrc.el (netrc-store-data): New function.
1964
1965         * auth-source.el (auth-source-user-or-password): Use the existing auth
1966         sources, if any, for creation.
1967
1968         * gnus.el (gnus-group-fast-parameter): Return the last matching
1969         parameter instead of the first matching parameter.
1970
1971 2010-09-26  Julien Danjou  <julien@danjou.info>
1972
1973         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
1974
1975 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1976
1977         * mml2015.el (mml2015-use): Remove gpg support.
1978
1979         * mml1991.el (mml1991-function-alist): Remove gpg function.
1980         (mml1991-gpg-sign): Removed.
1981
1982 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
1983
1984         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
1985         (gnus-browse-unsubscribe-current-group): Document it.
1986         (gnus-browse-unsubscribe-group): Use it.
1987
1988 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1989
1990         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
1991         address to the To list for easier response.
1992
1993         * gnus.el (gnus-play-startup-jingle): Removed.
1994         (gnus-splash): Don't play jingle.
1995         (gnus): Silence gnus-load message.
1996
1997         * gnus-art.el (gnus-treat-play-sounds): Removed.
1998
1999         * gnus.el (gnus-play-jingle): Remove audio support.
2000
2001         * gnus-cus.el (gnus-score-customize): Remove audio reference.
2002
2003         * earcon.el: Removed -- no users.
2004
2005         * gnus-audio.el: Removed -- no users of this package.
2006
2007         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
2008
2009         * gnus-start.el (gnus-setup-news): Remove nocem support.
2010
2011         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
2012
2013         * gnus.el (gnus-use-nocem): Removed.
2014
2015         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
2016         Removed.
2017
2018         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
2019         uses NoCeM any more.
2020
2021         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
2022         (gnus-button-ctan-handler): Ditto.
2023         (gnus-button-handle-ctan-bogus-regexp): Ditto.
2024         (gnus-button-ctan-directory-regexp): Ditto.
2025         (gnus-button-handle-ctan): Ditto.
2026         (gnus-button-tex-level): Ditto.
2027         (gnus-button-alist): Removed CTAN stuff.
2028
2029 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2030
2031         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
2032         nnimap-streaming test.
2033
2034         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
2035         servers twice.
2036
2037         * nnimap.el (nnimap-open-connection): Add more error reporting when
2038         nnimap fails early.
2039
2040         * nnheader.el (nnheader-get-report-string): New function.
2041         (nnheader-get-report): Use it.
2042
2043         * gnus-int.el (gnus-check-server): Say what the error was when opening
2044         failed.
2045
2046         * nnimap.el (nnimap-wait-for-response): Search further when we're not
2047         using streaming.
2048
2049 2010-09-25  Julien Danjou  <julien@danjou.info>
2050
2051         * gnus-html.el (gnus-html-rescale-image): Use our defalias
2052         gnus-window-inside-pixel-edges.
2053
2054 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2055
2056         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
2057
2058         * mm-decode.el (mm-save-part): Allow saving to other directories the
2059         normal Emacs way.
2060
2061         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
2062         by Jay Berkenbilt.
2063
2064         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
2065         there isn't a single byte.
2066
2067         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
2068         just do it.  It doesn't really seem to matter what the user responds
2069         here, I think, so it's just a confusing question.
2070
2071         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
2072         non-streaming case.
2073
2074         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
2075         (gnus-article-encrypt-body): Use it.
2076
2077         * gnus-sum.el (gnus-summary-show-complete-article): New command and
2078         keystroke.
2079
2080         * nnimap.el (nnimap-find-wanted-parts-1): Use
2081         gnus-fetch-partial-articles.
2082
2083         * gnus-art.el (gnus-fetch-partial-articles): New variable.
2084
2085         * nnimap.el (nnimap-insert-partial-structure): New function.
2086         (nnimap-get-partial-article): New function.
2087         (nnimap-request-article): Use it.
2088         (nnimap-wait-for-response): Return whether the wait was successful.
2089         (nnimap-finish-retrieve-group-infos): Don't do anything if the
2090         retrieval wasn't successful.
2091         (nnimap-retrieve-group-data-early): Allow throttling servers.
2092         (nnimap-streaming): New variable.
2093         (nnimap-fetch-partial-articles): Removed.
2094
2095         * mm-decode.el (mm-with-part): Protect against killed buffers.
2096
2097         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
2098         for prettier summary display.
2099
2100 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
2101
2102         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
2103         directly.
2104
2105 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2106
2107         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
2108         apparently third-party libraries depend on it.
2109
2110         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
2111         before starting negotiation.
2112
2113         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
2114         privacy reasons.
2115         (gnus-treat-mail-gravatar): Ditto.
2116
2117         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
2118         buffer when inserting images.  Inserting text into the headers, for
2119         instance, can make them invalid.
2120
2121 2010-09-25  Julien Danjou  <julien@danjou.info>
2122
2123         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
2124         variables.
2125
2126         * nnheader.el: Remove useless variables news-reply-yank-from and
2127         news-reply-yank-message-id.
2128
2129         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
2130         variables.
2131
2132         * mml1991.el: Remove useless mml1991-verbose.
2133
2134         * gnus.el: Remove useless variable gnus-use-generic-from.
2135         Remove obsolete variable gnus-topic-indentation.
2136
2137         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
2138
2139         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
2140
2141         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
2142
2143         * gnus-group.el: Remove useless gnus-group-icon-cache.
2144         Remove useless gnus-ephemeral-group-server.
2145
2146         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
2147
2148         * mml2015.el: Remove useless mml2015-verbose.
2149
2150         * mml-smime.el: Remove useless mml-smime-verbose.
2151
2152         * gnus.el: Remove useless gnus-local-domain.
2153
2154         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
2155         gnus-gravatar-size.
2156
2157         * gnus-art.el: Remove useless gnus-treat-translate.
2158
2159 2010-09-24  Julien Danjou  <julien@danjou.info>
2160
2161         * gnus-sum.el: Add support for Gravatars.
2162
2163         * gnus-art.el: Add support for Gravatars.
2164
2165         * gnus-gravatar.el: Add this file.
2166
2167         * gravatar.el: Add this file.
2168
2169 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2170
2171         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
2172
2173         * gnus-group.el (gnus-group-fetch-faq): Removed.
2174
2175         * gnus.el (gnus-group-faq-directory): Removed.
2176
2177         * gnus-group.el (gnus-group-fetch-charter): Removed.
2178
2179         * gnus.el (gnus-group-charter-alist): Removed.
2180
2181         * gnus-group.el (gnus-group-archive-directory): Removed.
2182         (gnus-group-recent-archive-directory): Ditto.
2183         (gnus-group-make-archive-group): Removed.
2184
2185         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
2186
2187         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
2188         use the same article number for all the cached articles.
2189
2190         * nnimap.el (nnimap-command): Register the last command time so
2191         that we can use it for idling NOOPs.
2192         (nnimap-open-connection): Start the keeplive timer.
2193         (nnimap-make-process-buffer): Store all the process buffers.
2194         (nnimap-keepalive): New function.
2195
2196         * starttls.el (starttls-open-stream): Add autoload cookie.
2197
2198 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2199
2200         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
2201         handling.
2202
2203 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2204
2205         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
2206         its data structures.
2207
2208         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
2209         instead of the cl.el copy-list.
2210         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
2211         equalp.
2212
2213 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2214
2215         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
2216         and tool-bar-local-item-from-menu.
2217
2218         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
2219         mode-line-highlight face for Emacs.
2220
2221         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
2222         loading gnus-sum.elc; fix comment for canlock-verify.
2223         (gnus-article-jump-to-part): Use read-number.
2224         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
2225         Emacs pre-21 compatible code for help-echo.
2226         (gnus-article-next-page-1): No need to adjust the number of lines.
2227         (gnus-article-describe-bindings): Always use help-buffer.
2228
2229         * gnus-audio.el (gnus-audio-inline-sound)
2230         * gnus-cus.el (gnus-custom-mode)
2231         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
2232
2233         * gnus-sum.el (gnus-remove-overlays): Doc fix.
2234
2235         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
2236         compatible code.
2237
2238 2010-09-24  Glenn Morris  <rgm@gnu.org>
2239
2240         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
2241         visiting the fcc file in rmail-mode.
2242
2243         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
2244
2245 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2246
2247         * nnir.el: Silence the byte compiler.
2248
2249         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
2250         alias to browse-url-url-encode-chars if any.
2251         (gnus-html-encode-url): Use it.
2252
2253 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2254
2255         * gnus-start.el (gnus-use-backend-marks): New variable.
2256         (gnus-get-unread-articles-in-group): Use it.
2257
2258         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
2259         makeover.
2260
2261 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2262
2263         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
2264
2265 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2266
2267         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
2268         Removed.
2269         (gnus-setup-news-hook): Removed
2270         gnus-fixup-nnimap-unread-after-getting-new-news.
2271
2272         * gnus-int.el (gnus-request-update-info): Protect against backends not
2273         having the function.
2274
2275         * nnimap.el (nnimap-stream): Mention starttls.
2276         (nnimap-open-connection): Add starttls support.
2277
2278 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2279
2280         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
2281
2282 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2283
2284         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
2285         BODYSTRUCTUREs.
2286         (nnimap-transform-headers): Unfold quoted {42} headers.
2287
2288         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
2289         the info.
2290         (gnus-get-unread-articles): Only call updatep on backends that support
2291         it.
2292
2293         * nnweb.el (nnweb-request-update-info): NOOP.
2294
2295         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
2296
2297         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
2298         since it only deals with marks.
2299
2300         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
2301         gnus-request-marks, and make a new gnus-request-update-info.
2302
2303         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
2304         the active instead of the high number, which is usually too low.
2305
2306 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
2307
2308         * netrc.el (netrc-parse): Remove encrypt.el mentions.
2309         * encrypt.el: Removed.
2310
2311 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2312
2313         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
2314         server in symbolic form.
2315
2316         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
2317         0.9.
2318
2319 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2320
2321         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
2322         (nnimap-update-info): Fix up code slightly.
2323
2324         * gnus-int.el (gnus-open-server): Add tracing for performance
2325         debugging.
2326
2327         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
2328         (gnus-group-insert-group-line): Pass the real group name so that it
2329         gets the right data.
2330
2331         * gnus-start.el (gnus-get-unread-articles): Don't have
2332         `gnus-get-unread-articles-in-group' update info, since that can be
2333         really slow and doesn't seem to be needed?
2334
2335 2010-09-22  Dan Christensen  <jdc@uwo.ca>
2336
2337         * time-date.el (date-to-time): Try using parse-time-string first before
2338         using the slower timezone-make-date-arpa-standard.
2339
2340 2010-09-22  Julien Danjou  <julien@danjou.info>
2341
2342         * gnus-group.el (gnus-group-insert-group-line): Call
2343         gnus-group-highlight-line.
2344         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
2345         default hook list.
2346         (gnus-group-update-eval-form): Add new function.
2347         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
2348         (gnus-group-get-icon): Use gnus-group-update-eval-form.
2349
2350 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2351
2352         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
2353         immediate, then expire all articles.
2354         (nnimap-update-info): Fix off-by-one errors.
2355         (nnimap-flags-to-marks): Would return no marks lists for group with no
2356         flags.  Instead return the other data.
2357
2358 2010-09-22  Julien Danjou  <julien@danjou.info>
2359
2360         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
2361         Only return an icon.
2362         (gnus-group-insert-group-line): Compute icon to return.
2363
2364         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
2365         variable.
2366         (gnus-html-image-fetched): Only cache if
2367         gnus-html-image-automatic-caching is set.
2368         (gnus-html-image-fetched): Check for errors.
2369
2370 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2371
2372         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
2373         once per method on `g'.  This ensures that backends like nnfolder don't
2374         open all their folders.
2375
2376         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
2377         (nnimap-request-list): Nix out group in the correct buffer.
2378         (nnimap-parse-flags): Implement by using `read' instead of
2379         hand-parsing.
2380         (nnimap-flags-to-marks): Pass on permanent-flags.
2381         (nnimap-make-process-buffer): Record the server name.
2382         (nnimap-parse-flags): Fix typo.
2383         (nnimap-request-scan): Run split on the server in general, not just a
2384         single group.
2385
2386         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
2387         parameter, and propagate this downwards.
2388
2389         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
2390         since EXAMINE changes it on the server.
2391
2392         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
2393         this command might take a while.
2394
2395 2010-09-22  Julien Danjou  <julien@danjou.info>
2396
2397         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
2398         harmful if you have 2 images side-by-side, they can't be properly
2399         update on text deletion.  Using text-property is safer here.
2400         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
2401         data.
2402
2403 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2404
2405         * nnimap.el (nnimap-expunge-inbox): Removed.
2406         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
2407         (nnimap-expunge): Flip default to t.
2408
2409         * gnus.el (gnus-method-to-server): Don't push things to the cache
2410         unless it's unique.
2411         (gnus-server-to-method): Ditto.
2412
2413 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2414
2415         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
2416
2417 2010-09-22  Julien Danjou  <julien@danjou.info>
2418
2419         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
2420         get the start of data.
2421         (gnus-html-encode-url): Add this function to encode special chars in
2422         URL.
2423         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
2424         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
2425
2426         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
2427         default.
2428         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
2429
2430         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
2431         images alt-text.
2432         (gnus-html-put-image): Put alt-text as help-echo.
2433
2434 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2435
2436         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
2437         * mm-util.el (mm-decompress-buffer)
2438         * nnir.el (nnir-run-find-grep)
2439         * pop3.el (pop3-list): Use 3rd arg of split-string.
2440
2441         * time-date.el (format-seconds): Comment fix.
2442
2443         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
2444         and byte-optimize-form-code-walker.
2445         (dgnushack-make-auto-load): Don't advise make-autoload.
2446
2447         * lpath.el: Remove Emacs 21 stuff.
2448
2449 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2450
2451         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
2452         outside the active range.  Suggested by Dan Christensen.
2453
2454         * gnus-start.el (gnus-get-unread-articles): Get the extended method
2455         slightly later to avoid double-getting it.
2456
2457         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
2458         previous patch.
2459
2460         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
2461
2462 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
2463
2464         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
2465
2466 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2467
2468         * gnus-int.el (gnus-open-server): Give a better error message in the
2469         "go offline" case.
2470
2471         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
2472         marks for nnimap, which is seldom the right thing to do.
2473
2474         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
2475         (gnus-same-method-different-name): New function.
2476
2477         * nnimap.el (parse-time): Require.
2478
2479         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
2480         method in the presence of many similar methods.
2481
2482         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
2483
2484         * nnimap.el (nnimap-find-expired-articles): Don't refer to
2485         nnml-inhibit-expiry.
2486
2487         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
2488         find out whether methods are equal.
2489
2490         * nnimap.el (nnimap-find-expired-articles): New function.
2491         (nnimap-process-expiry-targets): New function.
2492         (nnimap-request-move-article): Request the article before looking at
2493         what the Message-ID is.  Fix found by Andrew Cohen.
2494         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
2495
2496         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
2497         for oldness in addition to being a predicate.
2498
2499         * nnimap.el (nnimap-request-group): When we have zero articles, return
2500         the right data to Gnus.
2501         (nnimap-request-expire-articles): Only delete articles immediately if
2502         the target is 'delete.
2503
2504         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
2505         method, this would bug out.
2506
2507         * gnus-group.el (gnus-group-expunge-group): Renamed from
2508         gnus-group-nnimap-expunge, and implemented as a normal interface
2509         function.
2510
2511         * gnus-int.el (gnus-request-expunge-group): New function.
2512
2513         * nnimap.el (nnimap-request-create-group): Implement.
2514         (nnimap-request-expunge-group): New function.
2515
2516 2010-09-21  Julien Danjou  <julien@danjou.info>
2517
2518         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
2519         (gnus-html-cache-expired): Add new function.
2520         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
2521         wethever we should display image for fetch it.
2522         Compute alt-text earlier to pass it to the fetching function too.
2523         (gnus-html-schedule-image-fetching): Change function argument to only
2524         get one image at a time, not a list.
2525         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
2526         cache.
2527         (gnus-html-get-image-data): New function to retrieve image data from
2528         cache.
2529         (gnus-html-put-image): Change buffer argument to use image data rather
2530         than file, and place image above region rather than inserting a new
2531         one. Do not take alt-text as argument, since it's useless now: we place
2532         the image above alt-text.
2533         (gnus-html-prune-cache): Remove.
2534         (gnus-html-show-images): Start to fetch image when we find one, do not
2535         push into a temporary list.
2536         (gnus-html-prefetch-images): Only fetch image if they have expired.
2537         (gnus-html-browse-image): Fix, use 'gnus-image-url.
2538         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
2539
2540 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2541
2542         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
2543
2544 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2545
2546         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
2547         spec inser "*" if the group isn't active instead of 0.
2548
2549         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
2550         opening the server.
2551         (nnimap-request-delete-group): Implement group deletion.
2552         (nnimap-transform-headers): Return the size of the entire message in
2553         the Bytes header, not just the size of the first part.
2554         (nnimap-request-move-article): When moving an article from nnimap,
2555         request the article first so the accepting form has an article to
2556         accept.  Reported by Dan Christensen.
2557         (nnimap-command): Make sure that the error message doesn't error out.
2558
2559 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
2560
2561         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
2562         we haven't requested anything.
2563
2564 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2565
2566         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
2567         "".  Fix found by Andrew Cohen.
2568
2569         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
2570         instead of -encode-string.
2571
2572 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2573
2574         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
2575
2576         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
2577         by mm-subst-char-in-string.
2578
2579 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2580
2581         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
2582         waiting for the connection string.
2583
2584         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
2585         arriving.
2586
2587         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
2588         bogus characters.  This allows selecting certain Gmail groups.
2589
2590         * nnimap.el (nnimap-find-wanted-parts-1): New function.
2591         (nnimap-fetch-partial-articles): New variable.
2592         (nnimap-open-connection): When looking for credentials, also use the
2593         nnimap-server-port.
2594         (nnimap-request-article): Return the group/article number, so that Gnus
2595         `^' works as expected.
2596         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
2597         them.
2598
2599         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
2600         comments.
2601         (gnus-methods-sloppily-equal): New function.
2602         (gnus): When using the development version of Gnus, load the gnus-load
2603         file.
2604
2605         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
2606         `gnus-open-server' on each method before trying to scan them etc.  This
2607         ensures that all the backend parameters are set correctly.
2608
2609         * nnimap.el (nnimap-authenticator): New variable.
2610         (nnimap-open-connection): Allow anonymous login.
2611         (nnimap-transform-headers): The chars header is called Chars not
2612         Bytes.
2613         (nnimap-wait-for-response): Don't infloop if the IMAP connection
2614         drops.
2615
2616         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
2617         patch, found by Knut Anders Hatlen.
2618
2619 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
2620
2621         * gnus-agent.el (gnus-agent-batch-confirmation)
2622         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
2623         to gnus-message.
2624         * gnus-art.el (gnus-article-describe-briefly): Likewise.
2625         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
2626         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
2627         * gnus-int.el (gnus-open-server): Likewise.
2628         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
2629         (gnus-score-check-syntax): Likewise.
2630         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
2631         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
2632         Likewise.
2633         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
2634
2635 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2636
2637         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
2638         calling conventions so that prefetch doesn't bug out.
2639
2640 2010-09-19  Julien Danjou  <julien@danjou.info>
2641
2642         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
2643         rather than `subst-char-in-region' in order to be able to replace ASCII
2644         char by UTF-8 ones.
2645
2646         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
2647         than curl.
2648         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
2649         the right URL and ALT text on images.
2650         (gnus-html-wash-tags): Fix tag case.
2651         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
2652         (gnus-article-html): Add -o display_ins_del=2 option.
2653         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
2654
2655 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2656
2657         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
2658         the extra mail headers, which sometimes seem to happen for unknown
2659         reasons.
2660
2661         * mail-parse.el (mail-header-encode-parameter): Define as
2662         rfc2045-encode-string instead of as rfc2231-encode-string, since some
2663         (or most, perhaps?) mail readers don't understand the latter, but do
2664         understand the former.
2665
2666         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
2667         to nil, so that no methods are automatically agentized.  I think this
2668         is probably what most users want.
2669
2670         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
2671         from url-retrieve, for instance about invalid URLs.
2672
2673         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
2674         groups that have no articles.
2675         (nnimap-request-article): Check that we really got an article when we
2676         requested one.
2677
2678         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
2679         doesn't exist.
2680
2681         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
2682         nntp buffer so the agent can save it.
2683         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
2684         that CRLF doesn't get translated to \n.
2685         (nnimap-open-connection): Don't make 'shell commands only send \n.
2686
2687 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2688
2689         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
2690         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
2691         Update var name.
2692         (nnml-generate-nov-file): Use dolist.
2693         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
2694         Use with-current-buffer.
2695
2696 2010-09-18  Julien Danjou  <julien@danjou.info>
2697
2698         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
2699         parallel.
2700
2701 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2702
2703         * nnimap.el (nnimap-update-info): When doing partial marks update, get
2704         the range update right.
2705         (nnimap-request-group): Don't make `M-g' bug out on group with no
2706         marks.
2707         (nnoo): Required, so that other packages can require nnimap.
2708         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
2709         command we're looking for.  This helps when the server sends more
2710         responses after we've gotten everything we expected.
2711         (nnimap): Add a `newlinep' field to keep track of end-of-line
2712         conventions.
2713         Don't send CRLF to things that don't want it.
2714         (nnimap-request-accept-article): Ditto.
2715
2716 2010-09-18  Julien Danjou  <julien@danjou.info>
2717
2718         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
2719         than curl to retrieve images.
2720
2721 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2722
2723         * nnimap.el (nnimap-update-info): Extend the info so that we can set
2724         the marks.
2725         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
2726         (nnimap-wait-for-connection): New function.
2727         (nnimap-open-connection): If we have PREAUTH, don't query for login
2728         credentials.
2729         (nnimap-update-info): Fix off-by-one error when concatenating ranges
2730         when doing a partial update.
2731
2732 2010-09-18  Julien Danjou  <julien@danjou.info>
2733
2734         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
2735         tags.
2736
2737 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2738
2739         * nnimap.el (nnimap-credentials): New function.
2740         (nnimap-open-connection): Use the new function to look for credentials
2741         also on the numeric equivalents of "imap" and "imaps".
2742
2743         * gnus-start.el (gnus-activate-group): Send the info to
2744         gnus-request-group.
2745
2746         * nnimap.el (nnimap-request-group): Have the "check" version of the
2747         function parse flags and update the info, so that a `M-g' get a total
2748         resync of all flags from the group.
2749
2750         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
2751         to allow backends to alter the info on group selection.  Also alter all
2752         the backend -request-group functions to take the parameter.
2753
2754         * nnimap.el (nnimap-store-info): New function.
2755         (nnimap-update-info): Store the info for later usage.
2756         (nnimap-request-group): Use the stored info for the dont-check case, so
2757         that we don't retrieve all marks when we enter a group.
2758
2759         * nnimap.el: Use deffoo instead of defun for interface functions.
2760
2761         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
2762         update the group info.  This makes the nndraft groups, for instance, go
2763         back to their old behaviour.
2764
2765         * gnus-sum.el (gnus-select-newsgroup): Indent.
2766
2767         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
2768         in.
2769         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
2770         nothing.
2771
2772         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
2773         from methods that are denied.
2774
2775         * gnus-int.el (gnus-method-denied-p): New function.
2776
2777         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
2778         store the password instead of netrc.
2779         (nnimap-open-connection): Don't error out when we can't make a
2780         connections.
2781
2782         * auth-source.el (auth-source-create): In the password prompt, say what
2783         we're querying for.  Also prompt for user name if that hasn't been
2784         given.
2785
2786         * nnimap.el (nnimap-with-process-buffer): Removed.
2787
2788 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2789
2790         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
2791         method when we're reading from the agent.
2792
2793         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
2794
2795         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
2796         that's probably most useful for users.
2797
2798         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
2799         "failed" all the time.
2800
2801         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
2802         ...)) with (with-current-buffer ... ).
2803
2804         * nntp.el (nntp-open-server): Return whether the open was successful or
2805         not.
2806
2807         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
2808         select an unread unseen article first.
2809
2810         * nnimap.el (nnimap-open-connection): If the user doesn't have a
2811         /etc/services, supply some sensible port defaults.
2812
2813         * dgnushack.el: Define netrc-credentials.
2814
2815 2010-09-17  Julien Danjou  <julien@danjou.info>
2816
2817         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
2818
2819 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2820
2821         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
2822         doesn't have any parameters.
2823
2824 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2825
2826         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
2827         only upcased checks.
2828
2829         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
2830
2831         * nnimap.el (nnimap-open-shell-stream): New function.
2832         (nnimap-open-connection): Use it.
2833         (nnimap-transform-headers): Get the number of lines in each message.
2834         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
2835         number of lines.
2836         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
2837         problem.
2838
2839         * utf7.el (utf7-encode): Autoload.
2840
2841         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
2842         to allow the mail splitting to not return a default group.  This is
2843         useful for nnimap, which will leave unmatched mail in the inbox.
2844
2845         * nnimap.el: Rewritten.
2846
2847         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
2848         nnimap usage.
2849
2850         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
2851         if the move is internal, so that nnimap can do fast internal moves.
2852
2853         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
2854         data.
2855         (gnus-read-active-for-groups): Support finishing the early retrieval of
2856         data.
2857
2858         * gnus-range.el (gnus-range-nconcat): New function.
2859
2860         * gnus-int.el (gnus-finish-retrieve-group-infos)
2861         (gnus-retrieve-group-data-early): New functions.
2862
2863 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2864
2865         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
2866         (nnrss-retrieve-groups):
2867         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
2868         (pop3-quit): Use with-current-buffer.
2869
2870 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2871
2872         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
2873         instead of nnheader-accept-process-output.
2874
2875         * dgnushack.el (dgnushack-compile): Add comment.
2876
2877         * lpath.el: No need to fbind propertize for XEmacs 21.4.
2878
2879         * gnus-html.el (gnus-html-schedule-image-fetching)
2880         (gnus-html-prefetch-images): Replace process-kill-without-query by
2881         gnus-set-process-query-on-exit-flag.
2882
2883 2010-09-16  Romain Francoise  <romain@orebokech.com>
2884
2885         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
2886
2887 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2888
2889         * gnus-registry.el (gnus-registry-install-shortcuts): The second
2890         parameter to unintern is mandatory-ish in Emacs 24.
2891
2892         * gnus-html.el (gnus-html-schedule-image-fetching)
2893         (gnus-html-prefetch-images): Check for curl before using it.
2894
2895         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
2896         depend on curl, which isn't essential.
2897
2898         * imap.el: Revert back to version
2899         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
2900         seem problematic.
2901
2902 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2903
2904         * gnus-registry.el (gnus-registry-install-shortcuts):
2905         Explicitly pass `obarray' to `unintern' to avoid a warning.
2906
2907 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2908
2909         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
2910         change.
2911
2912         * nnrss.el (nnrss-request-list): Removed this function and related
2913         functions, including the moreover stuff.
2914
2915 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2916
2917         * nnrss.el (nnrss-retrieve-groups): New function.
2918
2919 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2920
2921         * .dir-locals.el: Add no-byte-compile cookie.
2922
2923 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2924
2925         * time-date.el (format-seconds): Comment fix.
2926
2927         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
2928         for back end that doesn't support request-scan.
2929
2930 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2931
2932         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
2933         then do request scans from the backends.
2934
2935         * netrc.el (netrc-credentials): New conveniency function.
2936
2937         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
2938         avoid running a hook per line, since this takes a lot of time,
2939         profiling shows.
2940         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
2941         directly if gnus-visual-p is true.
2942
2943 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2944
2945         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
2946         groups; replace mapcar with dolist which is a bit faster; pass groups
2947         info to gnus-read-active-file-1.
2948         (gnus-read-active-file-1): Scan only specified groups if the new
2949         optional arg `infos' is given.
2950
2951 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2952
2953         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
2954
2955         * pop3.el (pop3-movemail): Removed.
2956         (pop3-streaming-movemail): Renamed to pop3-movemail.
2957
2958         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
2959         don't restrict end-tag searches to the end of the line.
2960
2961 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2962
2963         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
2964         articles of every unchecked group to t, which means unknown since the
2965         server has never been opened.
2966
2967 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2968
2969         * gnus-html.el (gnus-html-show-alt-text): New command.
2970         (gnus-html-browse-image): Ditto.
2971         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
2972         to browse the image directly.
2973         (gnus-html-wash-tags): Search for images first, so that <a><img> works
2974         better.
2975
2976         * gnus-async.el (gnus-async-article-callback): Call
2977         `gnus-html-prefetch-images' unconditionally.
2978
2979         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
2980         before feeding URLs to curl.
2981
2982 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2983
2984         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
2985         internal images as deletable by `W D D'.
2986
2987         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
2988         (gnus-async-article-callback): Fix typo.
2989
2990 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2991
2992         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
2993         current line to work around bugs in the output from w3m.
2994
2995         * gnus-async.el (gnus-async-article-callback): Always prefetch images
2996         for groups that want that.
2997
2998         * nntp.el (nntp-wait-for-string): Supply a timeout for
2999         accept-process-output to ensure progress.
3000
3001         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
3002         level to get unread articles from, then use that for foreign groups,
3003         too.
3004
3005         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
3006         confuses the rest of the function.
3007
3008         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
3009         for the methods that support -retrieve-groups, too.
3010
3011         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
3012
3013 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3014
3015         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
3016         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
3017
3018         * pop3.el: Require cl when compiling.
3019         (pop3-number-of-responses): Search for "+OK", not "+OK ".
3020
3021 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3022
3023         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
3024         that aren't going to be activated.
3025         (gnus-get-unread-articles): Fix up the last commit.
3026
3027         * gnus-html.el (gnus-article-html): Allow calling without specifying
3028         the handle.  In that case, dissect the buffer first.
3029
3030         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
3031
3032         * nnimap.el (nnimap-open-connection): Revert the change that would look
3033         into authinfo for imaps instead of imap.
3034
3035         * gnus-start.el (gnus-activate-group): Take an optional parameter to
3036         say that you don't want to call gnus-request-group with don-check, but
3037         do check the reponse.  This is for virtual groups only.
3038         (gnus-get-unread-articles): Count the archive groups as secondary, so
3039         that they're activated the same way as before.
3040
3041         * imap.el (imap-message-map): Removed optional buffer parameter, since
3042         no callers use it.
3043         (imap-message-get): Ditto.
3044         (imap-message-put): Ditto.
3045         (imap-mailbox-map): Ditto.
3046         (imap-mailbox-put): Ditto.
3047         (imap-mailbox-get): Ditto.
3048         (imap-mailbox-get): Revert last change for this function.
3049
3050         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
3051         case-insensitively.
3052         (nnimap-debug): Removed.
3053
3054         * imap.el (imap-fetch-safe): Removed function, and altered all callers
3055         to use `imap-fetch' instead.  According to the comments, this should be
3056         safe, since all other IMAP clients use the 1:* syntax.
3057         (imap-enable-exchange-bug-workaround): Removed.
3058         (imap-debug): Removed -- doesn't seem very useful.
3059
3060         * mail-source.el (mail-source-fetch): Don't message if we're fetching
3061         mail from a file, and the file doesn't exist.
3062
3063         * imap.el (imap-log): New convenience function used throughout instead
3064         of repeating the same code all over the place.
3065
3066         * pop3.el (pop3-streaming-movemail): Return t for success.
3067
3068         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
3069         .authinfo if we're using ssl connection.
3070
3071         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
3072         already have if we're in a main Gnus `g' run.
3073
3074         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
3075
3076 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3077
3078         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
3079
3080         * nnmh.el (nnmh-request-list-1): Bind `file'.
3081
3082         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
3083         alias to set-process-query-on-exit-flag or process-kill-without-query.
3084         (pop3-open-server): Use it.
3085
3086 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3087
3088         * mail-source.el (mail-source-delete-crash-box): Always move the crash
3089         box to the Incoming file.  Fixes mistake in previous checkin.
3090
3091         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
3092         request loop (for debugging purposes) removed.
3093
3094         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
3095         culprit is more visible.
3096         (nnml-save-incremental-nov, nnml-open-incremental-nov)
3097         (nnml-add-incremental-nov): New functions to do "incremental" nov
3098         updates, where we just append to the end of the existing nov files
3099         without reading/writing them in full.
3100
3101         * mail-source.el (mail-source-delete-crash-box): Really only check the
3102         incoming files once in a while.
3103
3104         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
3105
3106         * mail-source.el (mail-source-delete-crash-box): Only check the
3107         incoming files for deletion once per day to save a lot of file
3108         accesses.
3109
3110         * pop3.el (pop3-logon): Fix up unbound variable typo.
3111
3112         * mail-source.el (pop3-streaming-movemail): Autoload.
3113
3114         * pop3.el (pop3-streaming-movemail): Respect
3115         pop3-leave-mail-on-server.
3116
3117         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
3118         retrieval.
3119
3120         * pop3.el (pop3-process-filter): Removed unused function.
3121         (pop3-streaming-movemail, pop3-send-streaming-command)
3122         (pop3-wait-for-messages, pop3-write-to-file)
3123         (pop3-number-of-responses): New functions for streaming pop3
3124         retrieval.
3125
3126         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
3127         come from no known methods.
3128         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
3129         list.
3130
3131         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
3132         message sizes.
3133         (pop3-movemail): Use erase-buffer instead of looping and deleting
3134         regions, which seems rather odd.
3135
3136         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
3137         file once per `g' run.
3138
3139         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
3140         directories.  This makes the draft queue directory work.
3141
3142         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
3143         data from the backends, so that we only request the list of groups from
3144         each method once.  This should speed things up considerably.
3145
3146         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
3147         detect that it's not implemented.
3148
3149         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
3150         we actually do recurse down into the tree, but don't stat all leaf
3151         nodes.
3152
3153         * gnus-html.el (gnus-html-show-images): If there are no images to show,
3154         then say so instead of bugging out.
3155
3156         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
3157         files exist before trying to read them.
3158
3159         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
3160         around <pre_int>.
3161
3162         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
3163
3164         * nnmh.el (nnmh-request-list-1): Optimize for speed.
3165
3166 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3167
3168         * mm-util.el (mm-image-load-path): Just return the image directories,
3169         not all directories in the path in addition to the image directories.
3170         (mm-image-load-path): Maintain a cache of the image directories so that
3171         the `g' command in Gnus doesn't have to stat dozens of directories each
3172         time.
3173
3174         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
3175         (gnus-html-wash-tags): Add a new `i' command to insert images.
3176         (gnus-html-insert-image): New command and keystroke.
3177         (gnus-html-redisplay-with-images): New command and keystroke.
3178         (gnus-html-show-images): Renamed command.
3179         (gnus-html-wash-tags): Remove more white space before <pre_int> image
3180         spacers.
3181         (gnus-html-wash-tags): Decode entities at the end, so that entities
3182         inside the tags don't mess up the rest of the "parsing".
3183
3184         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
3185         so that nnimap methods aren't agentized by default.  There's apparently
3186         many problems related to agent/imap behaviour.
3187
3188         * gnus-art.el (gnus-article-copy-string): New command and key binding.
3189
3190         * gnus-html.el: Doc fix.
3191
3192 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3193
3194         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
3195         specifier-spec-list for Emacs 21.
3196
3197         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
3198         glyph-width and glyph-height instead of display-graphic-p and
3199         image-size; make avoidance of displaying small images work for XEmacs.
3200
3201         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
3202         for XEmacs.
3203
3204         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
3205         of symbol that holds plist data.
3206         (gnus-process-plist): Remove plist of process after getting it.
3207
3208 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3209
3210         * message.el (message-generate-hashcash): Change default to
3211         'opportunistic if hashcash is installed.
3212
3213         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
3214         (gnus-html-put-image): Only call image-size once, since it's somewhat
3215         time-consuming on remote X servers.
3216
3217 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3218
3219         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
3220         type on data, not a file name.
3221
3222         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
3223         window-pixel-edges for Emacs 21.
3224
3225         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
3226         decoded contents.
3227         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
3228
3229 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3230
3231         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
3232         group line format, since it isn't very interesting.
3233
3234         * gnus-agent.el (gnus-agent-short-article),
3235         (gnus-agent-long-article): Increase values for these two variables,
3236         since most people are likely to have more network connection and
3237         storage than before.
3238
3239         * gnus.el (gnus-refer-article-method): Change default to 'current.
3240         When referring an article, the common behaviour is to refer it from the
3241         current select method, not the native select method.  The chances of
3242         the native select method having the message in question is rather slim
3243         these days.
3244
3245         * gnus-sum.el (gnus-auto-select-subject): Change default to
3246         `unseen-or-unread'.  I think it's likely that most people want to
3247         select an unseen article over a previously seen, but unread one.
3248
3249         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
3250         means that in the article buffer none of the minor mode elements will
3251         be shown, usually, and this is not desirable in most cases.
3252
3253         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
3254         that commands like `d' (and the like) go to the next line in the
3255         buffer, instead of the next unread article.  I think this is the
3256         behaviour that is most natural for most users.
3257         (gnus-single-article-buffer): Change default to nil, so that people can
3258         have as many article buffers open as they have summary buffer.  I think
3259         this is the most natural way for the groups to behave.
3260
3261         * message.el (message-generate-new-buffers): Change default to
3262         `unsent', so that all new message buffers start their names with the
3263         string "*unsent", and it's easier to find the buffers if you move from
3264         them.
3265
3266 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3267
3268         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
3269         small.  They're probably tracking images.
3270         (gnus-html-wash-tags): Remove all <pre_int> place holders.
3271         (gnus-html-rescale-image): Yet another try at getting the image sizing
3272         right.
3273
3274         * nntp.el (nntp-request-set-mark): Refuse to do marks if
3275         nntp-marks-file-name is nil.
3276
3277 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3278
3279         * gnus-html.el (gnus-html-wash-tags)
3280         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
3281         Better logging.
3282
3283 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3284
3285         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
3286
3287         * gnus-html.el (gnus-html-wash-tags): Check the value of
3288         gnus-blocked-images in the summary buffer.
3289
3290 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3291
3292         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
3293
3294 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3295
3296         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
3297         like "a", it seems like.
3298         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
3299         since it needs to be picked from the correct buffer.
3300
3301         * nnwfm.el: Removed.
3302
3303         * nnlistserv.el: Removed.
3304
3305 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3306
3307         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
3308         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
3309
3310 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3311
3312         * nnkiboze.el: Removed.
3313
3314         * nndb.el: Removed.
3315
3316         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
3317         alt text.
3318         (gnus-html-rescale-image): Try to get the rescaling logic right for
3319         images that are just wide and not tall.
3320
3321         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
3322         overshadow variable bindings.
3323
3324 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3325
3326         * gnus-html.el (gnus-html-wash-tags)
3327         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
3328         extra logging.
3329
3330 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3331
3332         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
3333         (gnus-max-image-proportion): New variable.
3334         (gnus-html-rescale-image): New function.
3335         (gnus-html-put-image): Rescale images.
3336
3337 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3338
3339         Fix up some byte-compiler warnings.
3340         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
3341         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
3342         (gnus-article-fill-cited-article, gnus-article-hide-citation)
3343         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
3344         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
3345         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
3346         (gnus-group-update-group): Use save-excursion and with-current-buffer.
3347
3348 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3349
3350         * gnus-html.el (gnus-article-html): Decode contents by charset.
3351
3352 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3353
3354         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
3355         (gnus-html-frame-width, gnus-blocked-images)
3356         * message.el (message-prune-recipient-rules): Add custom version.
3357         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
3358
3359         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
3360         functions.
3361
3362         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
3363         gnus-process-get.
3364
3365 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
3366
3367         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
3368         instead of lsub directly.
3369
3370 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3371
3372         * nnwarchive.el: Removed.
3373
3374         * gnus-soup.el: Removed.
3375
3376         * nnsoup.el: Removed.
3377
3378         * nnultimate.el: Removed.
3379
3380         * gnus-html.el (gnus-blocked-images): New variable.
3381
3382         * message.el (message-prune-recipients): New function.
3383         (message-prune-recipient-rules): New variable.
3384
3385         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
3386         guess whether a long line is natural text or not.
3387
3388         * gnus-html.el (gnus-html-schedule-image-fetching): Use
3389         gnus-process-plist and friends for compatibility.
3390
3391 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3392
3393         * gnus-html.el: Require packages that define macros used in this file.
3394         (gnus-article-mouse-face): Declare to silence byte-compiler.
3395         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
3396         process-get.
3397         (gnus-html-put-image): Use plist-get to avoid getf.
3398         (gnus-html-prefetch-images): Use with-current-buffer.
3399
3400 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3401
3402         * gnus-ems.el: Provide compatibility functions for
3403         gnus-set-process-plist.
3404
3405         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
3406         header-line-format for XEmacs 21.4.
3407
3408         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
3409         * gnus.el (gnus-valid-select-methods)
3410         * message.el (message-send-mail-partially-limit)
3411         * mm-decode.el (mm-text-html-renderer)
3412         * mml.el (mml-insert-mime-headers-always)
3413         * smiley.el (smiley-regexp-alist): Bump custom version.
3414
3415 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3416
3417         * gnus-html.el: require mm-url.
3418         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
3419         with the url to `url'.
3420         (gnus-html-wash-tags): Support cid: URLs/images.
3421
3422 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3423
3424         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
3425         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
3426         bindings, as they aren't useful at all.  `w' is moved to `W w'.
3427
3428         * gnus-move.el: Removed file, since it doesn't really work.
3429
3430         * gnus-html.el (gnus-article-html): Tell w3m that the input is
3431         UTF-8.  This seems to fix problems with some German web feeds.
3432
3433         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
3434         at the top so that the proper colours are applied.
3435
3436         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
3437         don't have dots in their names.
3438
3439         * gnus-art.el (gnus-article-view-part): Doc fix.
3440
3441         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
3442         XEmacs-compatible.
3443         (gnus-html-put-image): Don't do images on non-graphic displays.
3444
3445         * nnslashdot.el: Removed this unused backend.
3446
3447         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
3448         actions.
3449         (gnus-undo-register-1): Revert last change.
3450
3451         * gnus-group.el (gnus-group-completing-read): Protect against not
3452         having completion-styles bound.
3453
3454         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
3455         make broken recipients happier.
3456
3457         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
3458
3459         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
3460         point parameter.
3461
3462         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
3463
3464         * gnus-group.el (gnus-group-completing-read): Add 'substring to
3465         completion-styles for group selection.
3466
3467 2009-02-04  Andreas Schwab  <schwab@suse.de>
3468
3469         * gnus-score.el (gnus-score-string): Fix regex for matching extra
3470         headers and regexp-quote the match if necessary.
3471
3472 2009-03-24  Miles Bader  <miles@gnu.org>
3473
3474         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
3475         the blinking smiley.
3476
3477 2009-03-24  Simon Josefsson  <simon@josefsson.org>
3478
3479         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
3480         blink smiley.
3481
3482 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3483
3484         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
3485         where the dribbel file lives exists.
3486
3487         * message.el (message-send-mail-partially-limit): Change the default to
3488         nil, since most people don't want this.
3489
3490         * mm-url.el (mm-url-decode-entities): Also decode entities like
3491         &#x3212.
3492
3493 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
3494
3495         * gnus-sum.el (gnus-summary-idna-message):
3496         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
3497         Hyperlink urls in docstrings with URL `...'.
3498
3499 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
3500
3501         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
3502         functions.
3503
3504 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3505
3506         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
3507         say what the mouseover text should be.
3508
3509         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
3510         version of the mm-w3m-safe-url-regexp variable to only download images
3511         in the groups where we want that to happen.
3512
3513         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
3514
3515         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
3516         easier debugging.
3517         (gnus-article-beginning-of-window): Add kludge to allow spacing past
3518         big pictures in the article buffer.
3519
3520         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
3521         gnus-article-html.
3522         (mm-text-html-renderer): gnus-article-html needs curl in addition to
3523         w3m.
3524
3525         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
3526
3527 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3528
3529         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
3530         which doesn't exist.
3531
3532         * message.el (message-inhibit-ecomplete): New variable to allow some
3533         function to inhibit ecomplete address storage.
3534         (message-resend): Disable ecomplete message storage when resending
3535         messages.
3536
3537         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
3538
3539 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3540
3541         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
3542         Save excursion while copying, moving, and deleting articles in order to
3543         prevent the cursor from jumping to unforeseen place.
3544
3545 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3546
3547         * lpath.el: No need to bind bookmark-current-buffer,
3548         bookmark-yank-point and bookmark-make-record-function.
3549
3550 2010-08-17  Glenn Morris  <rgm@gnu.org>
3551
3552         * gnus-sync.el: Require gnus components whose functions are used.
3553
3554         * gnus-art.el (bookmark-make-record-function):
3555         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
3556         Declare for compiler.
3557
3558         * mm-url.el (mml-compute-boundary): Autoload.
3559
3560 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3561
3562         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
3563
3564 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
3565
3566         Typo fix "hoo4a" -> "hook".
3567
3568         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
3569
3570 2010-08-14  Glenn Morris  <rgm@gnu.org>
3571
3572         * gnus-sync.el (gnus-sync): Fix defgroup version.
3573
3574 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
3575
3576         Doc fixes and keep unknown groups (ammended for nunion bug fix).
3577
3578         * gnus-sync.el: Fix docs.
3579         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
3580         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
3581
3582 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3583
3584         Optimizations for gnus-sync.el.
3585
3586         * gnus-sync.el: Add docs about gnus-sync-backend
3587         possibilities.
3588         (gnus-sync-save): Remove unnecessary message.
3589         (gnus-sync-read): Optimize and show what groups were skipped.
3590
3591 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3592
3593         Minor bug fixes for gnus-sync.el.
3594
3595         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
3596         read the sync on get-new-news.
3597
3598         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
3599         quiet.
3600
3601         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
3602
3603 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
3604
3605         Make saving and restoring of hidden threads work with overlays.
3606         Patch applied by Ted Zlatanov.
3607
3608         * gnus-sum.el (gnus-hidden-threads-configuration)
3609         (gnus-restore-hidden-threads-configuration): Update to deal with text
3610         properties, rather than searching for a magic character.
3611
3612 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3613
3614         New gnus-sync.el library for synchronization of marks.
3615
3616         * gnus-sync.el: New library for synchronization of marks.
3617
3618         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
3619         renamed from `gnus-registry-grep-in-list'.
3620
3621         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
3622
3623         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
3624
3625 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3626
3627         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
3628         determining charset of text fails.
3629
3630 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3631
3632         * nnmail.el (nnmail-get-new-mail-1): Revert.
3633
3634         * nnml.el (nnml-active-number): Make sure names of newly created groups
3635         in nnml-group-alist are encoded.
3636
3637 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3638
3639         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
3640         containing non-ASCII characters in active file for nnml back end.
3641
3642 2010-07-24  David Engster  <dengste@eml.cc>
3643
3644         * mml-smime.el (mml-smime-epg-verify): Also accept the older
3645         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
3646
3647 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
3648
3649         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
3650         tag (Bug#6654).
3651
3652 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3653
3654         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
3655         the article buffer, not the summary buffer.
3656
3657 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3658
3659         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
3660         Emacs 23 as well.
3661
3662 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3663
3664         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
3665         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
3666
3667 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3668
3669         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
3670         Patch applied by Karl Fogel.
3671
3672         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
3673         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
3674
3675 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3676
3677         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
3678         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
3679         C-w still not working correctly from Article buffers; Thierry's
3680         patch to fix that will be applied after this.
3681
3682         * gnus-art.el (bookmark-make-record-function): New local variable.
3683
3684         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
3685         article buffer.
3686         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
3687
3688 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
3689
3690         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
3691         on changes in bookmark.el.
3692
3693 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3694
3695         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
3696         `no-log' instead of message not to log prompt string.
3697
3698 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
3699
3700         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
3701         the *other* type of HTML form submission.
3702
3703 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
3704
3705         * auth-source.el (auth-source-pick): If choice does not contain a
3706         questioned keyword, set the check to t.
3707
3708 2010-06-12  Romain Francoise  <romain@orebokech.com>
3709
3710         * gnus-util.el (gnus-date-get-time): Move up before first use.
3711
3712 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3713
3714         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
3715         (gnus-article-edit-part): Bind it to make last part that is substituted
3716         or deleted visible.
3717         (gnus-mime-display-single): Buttonize part of which id equals to
3718         gnus-mime-buttonized-part-id.
3719
3720 2010-06-10  Dan Christensen  <jdc@uwo.ca>
3721
3722         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
3723         (gnus-dd-mmm): Use gnus-date-get-time.
3724         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
3725         simplify logic.
3726         (gnus-summary-limit-to-age): Use gnus-date-get-time.
3727         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
3728
3729 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
3730
3731         * auth-source.el (top): Autoload `secrets-list-collections',
3732         `secrets-create-item', `secrets-delete-item'.
3733         (auth-sources): Fix tag string.
3734         (auth-get-source, auth-source-retrieve, auth-source-create)
3735         (auth-source-delete): New defuns.
3736         (auth-source-pick): Rewrite in order to avoid 2 passes.
3737         (auth-source-forget-user-or-password): New parameter USERNAME.
3738         (auth-source-user-or-password): New parameters CREATE-MISSING and
3739         DELETE-EXISTING.  Retrieve password interactively, if needed.
3740
3741 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3742
3743         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
3744         deleting unused directories when gnus-expert-user is t.
3745
3746 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3747
3748         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
3749         for each temp file when gnus-article-browse-delete-temp is ask.
3750
3751 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3752
3753         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
3754         Lisp calls to delete-backward-char by calls to delete-char.
3755
3756 2010-05-20  Kevin Ryde  <user42@zip.com.au>
3757
3758         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
3759
3760 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
3761
3762         * password-cache.el (password-cache-remove): Fix docstring.
3763
3764 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3765
3766         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
3767         article unless decoding article to be saved.
3768
3769 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3770
3771         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
3772         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
3773         generated within the mm-with-unibyte-current-buffer macro.
3774
3775 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3776
3777         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
3778         to nil when we're in a mml-preview buffer and no group is selected.
3779
3780 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
3781
3782         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
3783         when catching the `C-g'.  Reported by "Leo".
3784
3785 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3786
3787         * message.el (message-forward-make-body-plain)
3788         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
3789         multibyte-string-p.
3790
3791         * lpath.el: Revert.
3792
3793 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3794
3795         * message.el (message-forward-make-body-mml): Assume original message
3796         is multibyte string; error on unibyte.
3797         (message-forward-make-body-plain): Ditto; don't add excessive newline
3798         in body end.
3799
3800         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
3801
3802 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
3803
3804         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
3805         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
3806
3807 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3808
3809         * mm-extern.el (mm-extern-url): Don't use
3810         mm-with-unibyte-current-buffer.
3811         (mm-extern-cache-contents): Use with-current-buffer instead of
3812         save-excursion + set-buffer.
3813
3814 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3815
3816         * mm-util.el (mm-emacs-mule): Remove.
3817
3818 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
3819
3820         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
3821         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
3822         change.
3823
3824 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3825
3826         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
3827         bind the default value of enable-multibyte-characters to nil.
3828
3829 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3830
3831         * message.el (message-forward-make-body-plain)
3832         (message-forward-make-body-mml):
3833         Don't use mm-with-unibyte-current-buffer.
3834
3835 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3836
3837         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
3838
3839 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
3840
3841         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
3842         (Bug#5592).
3843
3844 2010-05-07  Julien Danjou  <julien@danjou.info>
3845
3846         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
3847         it to mm-pipe-part.
3848
3849         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
3850         it is given.
3851
3852 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3853
3854         * binhex.el (binhex-decode-region-internal)
3855         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
3856         (dns-query)
3857         * nnweb.el (nnweb-gmane-search)
3858         * pgg-parse.el (pgg-parse-armor)
3859         * pgg.el (pgg-verify-region)
3860         * sha1.el (sha1-string-external)
3861         * uudecode.el (uudecode-decode-region-internal)
3862         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
3863         XEmacs.
3864
3865         * gnus-art.el (gnus-article-browse-html-parts)
3866         * gnus-group.el (gnus-read-ephemeral-gmane-group)
3867         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
3868         make-temp-file.
3869
3870         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
3871         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
3872         compiling.
3873
3874         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
3875         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
3876         XEmacs when compiling.
3877
3878         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
3879         gnus-pick-mode-off-hook for XEmacs when compiling.
3880         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
3881         gnus-binary-mode-off-hook for XEmacs when compiling.
3882
3883         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
3884         nil if char-charset is not available.
3885
3886         * imap.el (imap-disable-multibyte)
3887         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
3888         macros.
3889
3890         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
3891         instead of encode-coding-string.
3892
3893         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
3894         'xemacs) instead of mm-emacs-mule to switch function definitions.
3895         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
3896
3897         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
3898         bind temporary-file-directory for XEmacs;
3899         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
3900         timer-set-function for XEmacs 21.4 and SXEmacs;
3901         bind timer-list for XEmacs 21.4 and SXEmacs;
3902         fbind char-charset and find-charset-region for non-Mule XEmacs;
3903         fbind decode-coding-region, decode-coding-string, detect-coding-region,
3904         encode-coding-region and encode-coding-string for XEmacs having no
3905         file-coding feature.
3906
3907 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
3908
3909         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
3910
3911 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3912
3913         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
3914         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
3915
3916 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
3917
3918         * mm-util.el (mm-decompress-buffer): Use `delete-file';
3919         alias `jka-compr-delete-temp-file' no longer exists.
3920
3921 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3922
3923         Use define-minor-mode in Gnus where applicable.
3924         * mml.el (mml-mode): Use define-minor-mode.
3925         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
3926         (gnus-undo-mode): Use define-minor-mode.
3927         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
3928         (gnus-dead-summary-mode): Use define-minor-mode.
3929         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
3930         Initialize in declaration.
3931         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
3932         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
3933         (gnus-mailing-list-mode): Use define-minor-mode.
3934         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
3935         (gnus-draft-mode): Use define-minor-mode.
3936         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
3937         (gnus-dired-mode): Use define-minor-mode.
3938
3939 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
3940
3941         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
3942         handles on recursive mml-to-mime translation and check them for
3943         boundary delimiter collisions.  Reported by Greg Troxel.
3944
3945 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3946
3947         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
3948
3949 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3950
3951         * mm-util.el (mm-find-buffer-file-coding-system):
3952         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
3953
3954 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
3955
3956         * message.el (message-generate-headers): Record insertion of optional
3957         headers as well.  Otherwise the check to prevent repeated insertion of
3958         optional headers is a no-op.
3959
3960 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
3961
3962         * smime.el: Don't mention CVS.
3963
3964         * nnrss.el (nnrss-fetch): Don't mention CVS.
3965
3966         * nnir.el: Don't mention CVS.
3967
3968 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3969
3970         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
3971
3972 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3973
3974         * lpath.el: Fbind bookmark-default-handler,
3975         bookmark-get-bookmark-record, bookmark-make-record-default,
3976         bookmark-prop-get for Emacs <23 and XEmacs.
3977
3978 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3979
3980         * gnus-sum.el: Add bookmark declarations to silence the compiler.
3981         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
3982         Use with-current-buffer to silence the byte-compiler.
3983         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
3984         bother to require `gnus'.
3985         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
3986
3987 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3988
3989         * gnus-sum.el (gnus-summary-bookmark-make-record)
3990         (gnus-summary-bookmark-jump): New functions.
3991         (gnus-summary-mode): Setup bookmark support.
3992
3993 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
3994
3995         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
3996         if set.
3997
3998 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3999
4000         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
4001         gnus-article-browse-html-save-cid-image; make it work recursively for
4002         forwarded messages as well.
4003         (gnus-article-browse-html-parts): Work when prefix arg is given.
4004         (gnus-article-browse-html-article): Doc fix.
4005
4006 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
4007
4008         * message.el (message-default-mail-headers):
4009         (message-default-headers): Carry the value mail-default-headers over
4010         into message-default-mail-headers, rather than message-default-headers.
4011
4012 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
4013
4014         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
4015         charset.
4016
4017         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
4018         charset into the <meta> tag when the article is encoded to utf-8.
4019
4020 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4021
4022         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
4023         directories as well.
4024         (gnus-article-browse-html-parts): Work for images that do not specify
4025         file names; delete temp directory when quitting; insert header at the
4026         right place; use file: scheme for image files.
4027
4028 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
4029
4030         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
4031         (gnus-article-browse-html-parts): Use it to make temporary cid image
4032         files in addition to html file so that browser may display them.
4033
4034 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4035
4036         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
4037
4038 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4039
4040         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
4041
4042 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
4043
4044         * auth-source.el (auth-sources): Change default to be simpler.  Explain
4045         about Secret Service API sources.  Improve Customize options.
4046         (auth-source-pick): Change to accept any number of search parameters.
4047         Implement fallbacks iteratively, not recursively.  Add scoring on the
4048         second pass and sort by score.  Call Secret Service API when needed.
4049         (auth-source-user-or-password): Use it.  Call Secret Service API
4050         directly when needed to get the user name and the password.
4051
4052 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4053
4054         * message.el (message-interactive): Doc fix.
4055         (message-qmail-inject-args): Reflow.
4056         (message-kill-to-signature): Fix typo in docstring.
4057
4058         * smiley.el (smiley-buffer): Fix typo in docstring.
4059
4060 2010-03-24  Glenn Morris  <rgm@gnu.org>
4061
4062         * mail-source.el (gnus-message): Declare.
4063         (mail-source-delete-old-incoming): Require gnus-util.
4064
4065 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4066
4067         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
4068
4069         * message.el (ecomplete-setup): Autoload it for Emacs <23.
4070
4071         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
4072         password-cache's default if it is not bound.
4073         (mml-secure-passphrase-cache-expiry): Default to 16 that is
4074         password-cache-expiry's default if it is not bound.
4075
4076         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
4077         available in Emacs 21.
4078
4079         * lpath.el: Suppress compiler warnings for:
4080         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
4081         XEmacs;
4082         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
4083         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
4084         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
4085
4086 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
4087
4088         * auth-source.el (auth-sources): Fix up definition so extra parameters
4089         are always inline.
4090
4091 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
4092
4093         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
4094         wasn't updated after mismatch.  Clear cached mailbox info correctly
4095         when uidvalidity changes.
4096         (nnimap-group-prefixed-name): New function to avoid some code
4097         duplication.
4098         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
4099         (nnimap-request-group): Use it.
4100         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
4101         (nnimap-update-unseen): Significantly improved speed of Gnus startup
4102         with many imap folders.  This is done by caching the group status from
4103         the imap server persistently in a group parameter `imap-status'.  (This
4104         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
4105         but not persistently, so every Gnus startup was still very slow.)
4106
4107 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
4108
4109         * assistant.el (assistant-render-text): Run `widget-setup' and don't
4110         delete the extra newline.  Otherwise editing of :string and :number
4111         types don't work.
4112
4113 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4114
4115         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
4116         secrets.el dependency.
4117         (auth-sources): Add optional user name.  Add secrets.el configuration
4118         choice (unused right now).
4119
4120 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4121
4122         * gnus-sum.el (gnus-summary-make-menu-bar): Let
4123         `gnus-registry-install-shortcuts' fill in the functions.
4124
4125         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
4126         warnings.
4127         (gnus-registry-misc-menus): Variable to hold registry mark menus.
4128         (gnus-registry-install-shortcuts): Populate and use it in a
4129         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
4130
4131 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
4132
4133         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
4134         In-place substitutions for the group name encoding/decoding.
4135         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
4136         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
4137         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
4138         (nnimap-update-unseen, nnimap-request-list)
4139         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
4140         (nnimap-request-set-mark, nnimap-split-to-groups)
4141         (nnimap-split-articles, nnimap-request-newgroups)
4142         (nnimap-request-create-group, nnimap-request-accept-article)
4143         (nnimap-request-delete-group, nnimap-request-rename-group)
4144         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
4145         `encoded-mbx' for consistency.
4146         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
4147         variable `imap-current-mailbox'.
4148
4149         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
4150         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
4151
4152 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
4153
4154         * pop3.el (pop3-display-message-size-flag): Display message size byte
4155         counts during POP3 download.
4156         (pop3-movemail): Use it.
4157         (pop3-list): Implement listing of available messages.
4158
4159 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
4160
4161         * nnir.el (nnir-get-article-nov-override-function): New function to
4162         override the normal NOV retrieval.
4163         (nnir-retrieve-headers): Use it.
4164
4165 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
4166
4167         * auth-source.el (netrc-machine-user-or-password): Autoload.
4168
4169 2010-03-19  Glenn Morris  <rgm@gnu.org>
4170
4171         Stop message.el from loading about 40 libraries it doesn't always need.
4172         The general approach is to autoload rather than require, and to
4173         require in the specific functions rather than the file.  (Bug#5642)
4174
4175         * gmm-utils.el: Don't require wid-edit.
4176         (widget-create-child-value, widget-convert, widget-default-get):
4177         Autoload.
4178
4179         * gnus-util.el: Don't require time-date, netrc.
4180         (message-fetch-field, gnus-group-name-decode): Declare rather than
4181         autoloading.
4182         (gnus-fetch-field): Require message.
4183         (gnus-decode-newsgroups): Require gnus-group.
4184
4185         * ietf-drums.el: Don't require time-date.
4186
4187         * message.el: Don't require hashcash, canlock, ecomplete.
4188         Do require mail-utils.  Require nnheader only when compiling.
4189         (smtpmail-default-smtp-server): Remove declaration.
4190         (message-send-mail-function): Check smtpmail-default-smtp-server
4191         is bound rather than requiring smtpmail.
4192         (message-auto-save-directory, message-insert-signature): Use
4193         expand-file-name rather than nnheader-concat.
4194         (nnheader-insert-file-contents): Autoload.
4195         (hashcash-wait-async): Declare.
4196         (message-send-mail): Only call gnus-setup-posting-charset if
4197         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
4198         (message-send-mail-with-sendmail): Require sendmail.
4199         (canlock-password, canlock-password-for-verify): Declare.
4200         (message-canlock-password): Require canlock.
4201         (nnheader-get-report): Autoload.
4202         (gnus-setup-posting-charset): Declare.
4203         (message-send-news): Require gnus-msg.
4204         (message-make-references, message-make-in-reply-to): Use mail-header-id
4205         rather than the alias mail-header-message-id.
4206         (ecomplete-add-item, ecomplete-save): Declare.
4207         (message-put-addresses-in-ecomplete): Require ecomplete.
4208         (ecomplete-display-matches): Autoload.
4209
4210         * mm-decode.el: Don't require mailcap, gnus-util.
4211         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
4212         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
4213         Autoload.
4214         (mailcap-mime-extensions): Declare.
4215
4216         * mm-encode.el: Don't require mailcap.
4217         (mailcap-extension-to-mime): Autoload.
4218
4219         * mml-sec.el: Don't require password-cache.
4220
4221         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
4222         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
4223         (mml-minibuffer-read-type): Require mailcap.
4224         (mml-preview): Require gnus-msg.
4225
4226         * mml1991.el: Require password-cache.
4227         (password-cache-expiry): Remove declaration.
4228
4229         * mml2015.el: Require password-cache.
4230         (password-cache-expiry): Remove declaration.
4231
4232         * nneething.el (mailcap): Require mailcap.
4233
4234         * nnheader.el (declare-function): Add compatibility stub.
4235         (message-remove-header): Declare rather than autoload.
4236         (nnheader-replace-header): Require message.
4237
4238         * nnimap.el (declare-function): Add compatibility stub.
4239         (netrc-parse, netrc-machine-user-or-password): Declare.
4240         (nnimap-open-connection): Require netrc.
4241
4242         * nntp.el (declare-function): Add compatibility stub.
4243         (netrc-parse, netrc-machine, netrc-get): Declare.
4244         (nntp-send-authinfo): Require netrc.
4245
4246         * rfc2047.el: Don't require qp.
4247         (quoted-printable-encode-region, quoted-printable-decode-string):
4248         Autoload.
4249
4250         * sieve-mode.el: Don't require easymenu.
4251         (easy-menu-add-item): Autoload it.
4252
4253         * spam-stat.el (time-to-number-of-days): Autoload it.
4254
4255 2010-03-19  Glenn Morris  <rgm@gnu.org>
4256
4257         * password-cache.el (password-cache, password-cache-expiry): Autoload.
4258
4259 2010-03-18  Glenn Morris  <rgm@gnu.org>
4260
4261         * hashcash.el (declare-function): Remove duplicate definition.
4262
4263 2010-03-17  Kevin Ryde  <user42@zip.com.au>
4264
4265         * mml.el (mml-read-tag): Unquote values with `read' to reverse
4266         prin1 in mml-insert-tag (just stripping the quotes gave wrong
4267         value if any backslash escapes).
4268
4269 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4270
4271         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
4272         if it is available.  (bug#5647)
4273
4274         * lpath.el: Suppress compiler warning for coding-system-from-name for
4275         Emacs 21 and XEmacs.
4276
4277 2010-03-14  Juri Linkov  <juri@jurta.org>
4278
4279         * hmac-def.el:
4280         * hmac-md5.el:
4281         * netrc.el: Fix keywords.
4282
4283 2010-02-26  Glenn Morris  <rgm@gnu.org>
4284
4285         * message.el (message-send-mail-function): Change the default, so that
4286         it inherits from a customized send-mail-function.  (Bug#5643)
4287
4288 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4289
4290         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
4291         shell-command-to-string signals an error (bug#5299).
4292
4293 2010-02-24  Glenn Morris  <rgm@gnu.org>
4294
4295         * message.el (message-smtpmail-send-it)
4296         (message-send-mail-with-mailclient): Doc fixes.
4297
4298 2010-02-16  Glenn Morris  <rgm@gnu.org>
4299
4300         * message.el (message-default-mail-headers): Change the default value
4301         to ease the transition from mail-mode to message-mode.  (Bug#5555)
4302
4303 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4304
4305         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
4306         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
4307
4308 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
4309
4310         * time-date.el (date-to-time): Doc fix (Bug#5408).
4311
4312 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
4313
4314         * message.el (message-mail): Just pass yank-action on to message-setup.
4315         (message-setup): Handle (FUN . ARGS) form of yank-action.
4316         (message-with-reply-buffer, message-widen-reply)
4317         (message-yank-original): Handle non-buffer values of
4318         message-reply-buffer (Bug#4080).
4319         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
4320
4321 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
4322
4323         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
4324         Fix typo in docstring.
4325
4326 2010-01-08  Jason Rumney  <jasonr@gnu.org>
4327
4328         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
4329         response.
4330
4331 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4332
4333         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
4334
4335         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4336
4337         * message.el (message-check-news-header-syntax): Protect against a
4338         string that `rfc822-addresses' returns when parsing fails.
4339
4340 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4341
4342         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
4343         (gnus-previous-char-property-change): New functions.
4344
4345         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
4346
4347 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
4348
4349         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
4350         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
4351
4352 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
4353
4354         * message.el (message-exchange-point-and-mark): Rework last change to
4355         avoid using optional arg of exchange-point-and-mark, for backward
4356         compatibility.
4357
4358 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
4359
4360         * message.el (message-exchange-point-and-mark): Call
4361         exchange-point-and-mark with an argument rather than setting
4362         mark-active by hand (Bug#5175).
4363
4364 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4365
4366         * nntp.el (nntp-service-to-port): Work for service expressed with
4367         numeric string; replace [:digit:] with [0-9] for XEmacs.
4368
4369 2009-12-17  Glenn Morris  <rgm@gnu.org>
4370
4371         * gnus-group.el (gnus-bug-group-download-format-alist):
4372         Change emacs entry to debbugs.gnu.org.  Bump :version.
4373
4374 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
4375
4376         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
4377
4378 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
4379
4380         * message.el (message-info): Explain why we use `Info-goto-node'.
4381
4382 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4383
4384         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
4385
4386 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4387
4388         * message.el (message-completion-in-region): New compatibility function.
4389         (message-expand-group): Use it.
4390
4391 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4392
4393         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
4394         with no unread article should be listed if the 2nd arg `predicate' is
4395         given.
4396
4397 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4398
4399         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
4400
4401 2009-11-29  Juri Linkov  <juri@jurta.org>
4402
4403         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
4404         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
4405         on `gnus-recenter'. (Bug#4698, Bug#4981)
4406
4407 2009-11-26  Kevin Ryde  <user42@zip.com.au>
4408
4409         * sha1.el (sha1-string-external): default-directory "/" in case
4410         otherwise non-existent.  process-connection-type pipe for touch of
4411         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
4412
4413 2009-11-25  Kevin Ryde  <user42@zip.com.au>
4414
4415         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
4416         it's comms related and sgml-mode.el has "comm" on that basis too.
4417
4418 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4419
4420         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
4421         containing tspecial characters if they have been already quoted.
4422
4423 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
4424
4425         * dns-mode.el (auto-mode-alist): Purecopy string.
4426
4427 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4428
4429         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
4430
4431 2009-10-24  Glenn Morris  <rgm@gnu.org>
4432
4433         * gnus-art.el (help-xref-stack-item): Define for compiler.
4434
4435 2009-10-21  Kevin Ryde  <user42@zip.com.au>
4436
4437         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
4438
4439 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4440
4441         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
4442
4443 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4444
4445         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
4446         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
4447
4448 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4449
4450         * gnus.el (gnus-overlay-get): New alias to overlay-get.
4451         (gnus-overlays-in): New alias to overlays-in.
4452
4453         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
4454         gnus-overlay-get, and gnus-delete-overlay.
4455         (gnus-summary-show-thread): Make it work as well for systems in which
4456         next-single-char-property-change is not available.
4457         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
4458
4459         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
4460         (gnus-overlay-get): New alias to extent-property.
4461         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
4462
4463         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
4464         SXEmacs.
4465
4466         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
4467         SXEmacs.
4468
4469 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
4470
4471         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
4472
4473 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
4474
4475         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
4476         and XEmacs that don't have `remove-overlays'.
4477
4478 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4479
4480         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
4481         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
4482         selective display.  Use overlays instead.
4483
4484 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
4485
4486         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
4487
4488 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
4489
4490         * spam-stat.el (spam-stat-load): Fix typo in message.
4491
4492 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
4493
4494         * dig.el (dig-invoke): Fix typo in docstring.
4495         (query-dig): Reflow docstring.
4496
4497 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
4498
4499         * gnus-art.el (gnus-article-encrypt-body):
4500         * message.el (message-check-recipients):
4501         * mm-util.el (mm-codepage-setup):
4502         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
4503         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
4504
4505 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
4506
4507         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
4508         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
4509         keys from the menu if mm-{sign,encrypt}-option is 'guided.
4510         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
4511         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
4512
4513 2009-09-21  Kevin Ryde  <user42@zip.com.au>
4514
4515         * dig.el: Add "Keywords: comm", as per net-utils.el.
4516
4517 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4518
4519         * dig.el (dig-mode): Use define-derived-mode.
4520
4521 2009-09-19  Glenn Morris  <rgm@gnu.org>
4522
4523         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
4524
4525 2009-09-18  Glenn Morris  <rgm@gnu.org>
4526
4527         * gnus-diary.el (gnus-diary-check-message):
4528         * message.el (message-insert-formatted-citation-line):
4529         * nnbabyl.el (top-level):
4530         * nndiary.el (nndiary-schedule):
4531         Fix typos in condition-case handlers.
4532
4533 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4534
4535         * gnus-art.el (gnus-article-edit-part): Work for the buffer
4536         configuration that provides the sole article window in a frame;
4537         position point correctly after deleting a part.
4538
4539 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
4540
4541         * spam.el (spam-unregister-on-reregister): Add boolean variable.
4542         (spam-resolve-registrations-routine): Use it to unregister articles
4543         that change status.
4544
4545 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4546
4547         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
4548         with XEmacs.
4549         (parse-time-string-chars): Use it.
4550
4551 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
4552
4553         * imap.el (imap-interactive-login): Better messages.
4554         (imap-open): Fix bug with renamed buffer on reconnect.
4555         (imap-authenticate): Add buffer-local imap-last-authenticator variable
4556         for easier debugging and cleaner code.  On successful (guessed based on
4557         server capabilities) secondary authentication, set imap-state
4558         correctly.
4559         (imap-last-authenticator): Define imap-last-authenticator as a variable
4560         to avoid warnings.
4561
4562 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4563
4564         * nnrss.el (nnrss-request-article): Remove binding of
4565         default-enable-multibyte-characters that has gotten needless by
4566         the 2007-07-13 change in rfc2047-encode-message-header.
4567
4568         * mml.el (mml-insert-multipart): Error on the message header.
4569         (mml-insert-part): Error on the message header; position point at
4570         the end of a MIME tag.
4571
4572 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4573
4574         * time-date.el (autoload): Expand define-obsolete-function-alias into
4575         defalias and make-obsolete for old Emacsen that Gnus supports.
4576         (with-no-warnings): Define it for old Emacsen.
4577         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
4578         is available.
4579         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
4580         float-time is available; suppress compile warning for time-to-seconds.
4581
4582         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
4583         (gnus-float-time): Alias to float-time if it exists.
4584
4585         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
4586         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
4587         float-time is available; suppress compile warning for time-to-seconds.
4588
4589         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
4590         XEmacs.
4591
4592 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
4593
4594         * imap.el (imap-message-map): Docstring fix.
4595
4596 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4597
4598         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
4599         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
4600         Add the optional argument `encoding' that overrides the default.
4601
4602         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
4603         mm-encode-buffer.
4604
4605 2009-09-04  Glenn Morris  <rgm@gnu.org>
4606
4607         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
4608         mm-disable-multibyte, rather than default-enable-multibyte-characters.
4609         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
4610         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
4611         * mm-util.el (mm-with-unibyte-current-buffer)
4612         (mm-find-buffer-file-coding-system):
4613         * yenc.el (yenc-decode-region): Use default-value rather than
4614         default-enable-multibyte-characters.
4615
4616 2009-09-03  Glenn Morris  <rgm@gnu.org>
4617
4618         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
4619         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
4620         than default-enable-multibyte-characters.
4621
4622 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
4623
4624         * gnus-art.el (gnus-article-read-summary-keys):
4625         Fix gnus-buffer-configuration's value temporarily used.
4626
4627 2009-09-02  Glenn Morris  <rgm@gnu.org>
4628
4629         * gnus-util.el (gnus-float-time): New function.
4630         * gnus-delay.el (gnus-delay-article):
4631         * gnus-sum.el (gnus-thread-latest-date):
4632         * gnus-util.el (gnus-user-date): Use gnus-float-time.
4633         * nnspool.el (nnspool-request-newgroups):
4634         Use gnus-float-time rather than time-to-seconds.
4635         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
4636
4637         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
4638         (gnus-header-subject-face, gnus-header-newsgroups-face)
4639         (gnus-header-name-face, gnus-header-content-face):
4640         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
4641         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
4642         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
4643         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
4644         (gnus-cite-face-11):
4645         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
4646         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4647         (gnus-server-closed-face, gnus-server-denied-face)
4648         (gnus-server-offline-face):
4649         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
4650         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
4651         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
4652         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
4653         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
4654         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
4655         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
4656         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
4657         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
4658         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
4659         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
4660         (gnus-summary-selected-face, gnus-summary-cancelled-face)
4661         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
4662         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
4663         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
4664         (gnus-summary-high-undownloaded-face)
4665         (gnus-summary-low-undownloaded-face)
4666         (gnus-summary-normal-undownloaded-face)
4667         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
4668         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
4669         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
4670         (gnus-splash-face):
4671         * message.el (message-header-to-face, message-header-cc-face)
4672         (message-header-subject-face, message-header-newsgroups-face)
4673         (message-header-other-face, message-header-name-face)
4674         (message-header-xheader-face, message-separator-face)
4675         (message-cited-text-face, message-mml-face):
4676         * sieve-mode.el (sieve-control-commands-face)
4677         (sieve-action-commands-face, sieve-test-commands-face)
4678         (sieve-tagged-arguments-face):
4679         * spam.el (spam-face):
4680         Mark face aliases with "-face" in the name as obsolete.
4681
4682 2009-09-01  Glenn Morris  <rgm@gnu.org>
4683
4684         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
4685         than goto-line.
4686
4687 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4688
4689         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4690         Don't move point if the command is invoked inside the message header.
4691
4692 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4693
4694         * imap.el (imap-send-command): Simplify.
4695         (imap-wait-for-tag): point-max -> buffer-size.
4696
4697 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4698
4699         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
4700         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
4701         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
4702         * nnir.el (nnir-swish-e-index-file):
4703         * gnus-sum.el (gnus-summary-delete-marked-as-read)
4704         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
4705         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4706         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
4707         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
4708         (gnus-treat-display-xface): Add Emacs version of obsolescence.
4709
4710 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4711
4712         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4713         Don't save excursion.
4714
4715 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4716
4717         * nnheader.el (nnheader-find-file-noselect):
4718         * mm-util.el (mm-insert-file-contents):
4719         Use (default-value 'major-mode) instead of default-major-mode.
4720
4721 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4722
4723         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
4724
4725 2009-08-26  Glenn Morris  <rgm@gnu.org>
4726
4727         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
4728         than placing in files.el.
4729
4730 2009-08-25  Glenn Morris  <rgm@gnu.org>
4731
4732         * nnir.el (top-level): Don't require cl at run-time.
4733         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
4734         Replace cl-function substitute with gnus-replace-in-string.
4735         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
4736         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
4737         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
4738         simplified expansions.
4739
4740 2009-08-25  Kevin Ryde  <user42@zip.com.au>
4741
4742         * dig.el (dig): Add autoload cookie.
4743
4744 2009-08-22  Glenn Morris  <rgm@gnu.org>
4745
4746         * gnus-art.el (gnus-button-patch): Use forward-line rather than
4747         goto-line.
4748
4749 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
4750
4751         * parse-time.el (parse-time-string-chars): Save match data.
4752
4753 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
4754
4755         * parse-time.el (parse-time-string-chars): Compute using character
4756         classes, to handle non-ascii characters (Bug#3190).
4757
4758 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4759
4760         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
4761
4762         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
4763         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
4764         (gnus-mm-display-part, gnus-mime-display-single)
4765         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
4766         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
4767
4768         * gnus-sum.el
4769         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
4770         (gnus-summary-move-article): Add expirable mark to articles copied or
4771         moved to group that has auto-expire turned on if the option is non-nil.
4772
4773 2009-07-24  Glenn Morris  <rgm@gnu.org>
4774
4775         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
4776         Fix typo.  (Bug#3903)
4777
4778 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4779
4780         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
4781         gnus-article-read-summary-keys rather than gnus-summary-edit-article
4782         that should not be used for draft articles.
4783         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
4784         that has no concern in minor mode keys.
4785         (gnus-article-summary-command, gnus-article-summary-command-nosave):
4786         Abolish.
4787
4788 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4789
4790         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
4791         article without making inquiry to a user for unknown encoding.
4792
4793         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
4794         (nnmaildir--scan): Assume i-node and device number that file-attributes
4795         returns might be cons-cell.
4796
4797         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
4798
4799         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
4800
4801 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
4802
4803         * auth-source.el: Remove docs now in auth.texi.  Don't use
4804         `gnus-message' for logging.  Add new variables `auth-source-debug' and
4805         `auth-source-hide-passwords' and use them.
4806
4807 2009-07-15  Glenn Morris  <rgm@gnu.org>
4808
4809         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
4810
4811 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4812
4813         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
4814         excessive whitespace from the default values of title and description.
4815
4816 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4817
4818         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
4819         mail-fetch-field to fetch Content-Description header in order to
4820         exclude newlines.
4821
4822 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
4823
4824         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
4825         format used by GnuPG 2.0.11.
4826
4827 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4828
4829         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
4830         to deleted part.
4831
4832 2009-05-30  David Engster  <dengste@eml.cc>
4833
4834         * nnmairix.el: Remove old documentation in the commentary block.
4835         (nnmairix-request-group): Do not update active file for nnml back ends.
4836         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
4837         end so that overview files are ignored.
4838         (nnmairix-update-groups): Make updating the groups more robust by using
4839         marks.
4840         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
4841         with dollar characters in message-id.
4842
4843 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
4844
4845         * spam.el: Use dns-query instead of query-dns.  Was renamed on
4846         2008-12-25 in dns.el.
4847
4848 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4849
4850         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
4851         could happen if the text is only composed of spaces and/or tabs.
4852
4853 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
4854
4855         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
4856         when sending a queued message to avoid extra mml tags.
4857
4858 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4859
4860         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
4861
4862 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4863
4864         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
4865         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
4866         rmail-toggle-header for XEmacs;
4867         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
4868
4869 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4870
4871         * gnus-dired.el: Remove autoload for gnus-setup-message.
4872         (gnus-dired-attach): Fake this-command value to prevent Gnus from
4873         displaying Gnus logo; always use compose-mail.
4874
4875 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4876
4877         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
4878
4879 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4880
4881         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
4882         (gnus-nocem-issuers): List currently active issuers; fix custom type.
4883         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
4884         available.
4885         (gnus-nocem-epg-verify): New function.
4886
4887 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
4888
4889         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
4890
4891 2009-02-15  Glenn Morris  <rgm@gnu.org>
4892
4893         * gnus-util.el (rmail-insert-rmail-file-header)
4894         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
4895         autoloads.
4896         (rmail-default-rmail-file): Remove unnecessary declaration.
4897         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
4898
4899 2009-02-14  Glenn Morris  <rgm@gnu.org>
4900
4901         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
4902         variable (only used in gnus-util, which declares it anyway).
4903         (rmail-output-to-rmail-file): Remove autoload of deleted function,
4904         which was only needed by gnus-art (changed to not use it any more).
4905         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
4906         only used in gnus-util, which autoloads it itself.
4907         (rmail-update-summary): Fix autoload.
4908
4909         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
4910         rather than rmail-output-to-rmail-file.
4911
4912 2009-02-07  Glenn Morris  <rgm@gnu.org>
4913
4914         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
4915         autoload of function that no longer exists.
4916         (rmail-toggle-header): Declare.
4917         (message-forward-rmail-make-body): Handle mbox Rmail.
4918
4919 2009-01-31  Glenn Morris  <rgm@gnu.org>
4920
4921         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
4922         2009-01-09 change.
4923
4924 2009-01-31  Dave Love  <fx@gnu.org>
4925
4926         * imap.el (imap-fetch-safe): Bind debug-on-error.
4927         (imap-debug): Add imap-fetch-safe.
4928
4929 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
4930
4931         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
4932         (auth-source-forget-all-cached): New convenience function.
4933         (auth-source-user-or-password): Accept list of modes or a single mode.
4934
4935         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
4936         auth-source modes.
4937
4938         * netrc.el (netrc-machine-user-or-password): Use list of
4939         auth-source modes.
4940
4941         * nnimap.el (nnimap-open-connection): Use list of
4942         auth-source modes.
4943
4944         * nntp.el (nntp-send-authinfo): Use list of
4945         auth-source modes.
4946
4947 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4948
4949         * auth-source.el: Update docs to reflect epa-file-enable is to be used
4950         now.
4951
4952 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4953
4954         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
4955         coding system in XEmacs; add a workaround for XEmacs.
4956
4957         * lpath.el: Fbind coding-system-aliasee.
4958
4959 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4960
4961         * mm-util.el (mm-coding-system-priorities): Protect against nil value
4962         of current-language-environment.
4963
4964 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
4965
4966         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
4967         available at runtime.
4968
4969 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4970
4971         * gnus-art.el (article-date-ut): Fix end point of narrowing.
4972
4973 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
4974
4975         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
4976         the greatest positive fixnum value doesn't work under an XEmacs with
4977         bignum support; use the most-positive-fixnum constant instead,
4978         available since Emacs 21.1 with cl and XEmacs 21.1.
4979
4980 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4981
4982         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
4983         XEmacs gets not to work.
4984
4985 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4986
4987         * mm-util.el (mm-coding-system-priorities): Allow the value like
4988         "Japanese (UTF-8)" of current-language-environment.
4989
4990 2009-01-09  Glenn Morris  <rgm@gnu.org>
4991
4992         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
4993         with last-command-event.
4994
4995 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
4996
4997         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
4998         in the doc string.
4999
5000         * message.el (message-fix-before-sending): Amend comment.
5001
5002 2009-01-08  Dave Love  <fx@gnu.org>
5003
5004         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
5005
5006 2009-01-07  David Engster  <dengste@eml.cc>
5007
5008         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
5009         simplified server definitions by converting it via
5010         gnus-server-to-method.
5011
5012 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5013
5014         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
5015         parameter's operands.
5016
5017 2009-01-06  David Engster  <dengste@eml.cc>
5018
5019         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
5020         primary select method (for gnus-group-mark-article-as-read).
5021
5022 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
5023
5024         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
5025         `(gnus)Face', not `(gnus)X-Face'.
5026
5027 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5028
5029         * mm-util.el (mm-ucs-to-char): New function.
5030
5031         * mm-url.el (mm-url-decode-entities): Use it.
5032
5033         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
5034         unicode-to-char.
5035
5036 2009-01-05  Dave Love  <fx@gnu.org>
5037
5038         * time-date.el: Require cl for `declare'.
5039
5040 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5041
5042         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
5043         Dave Love.
5044
5045 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5046
5047         * message.el (message-fix-before-sending): Add `eight-bit' to
5048         illegible-text check.
5049
5050 2009-01-03  Michael Olson  <mwolson@gnu.org>
5051
5052         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
5053         `headers' is nil.  This can occur if the IMAP server does not have
5054         permissions to read messages from a folder, but can write new messages
5055         to the folder.
5056         (nnimap-request-article-part): Do not insert `data' if it is nil.
5057
5058         * imap.el (imap-parse-fetch): Courier can insert spurious blank
5059         characters which will confuse `read', so skip past them.
5060
5061 2009-01-01  Dave Love  <fx@gnu.org>
5062
5063         * imap.el (imap-string-to-integer): Fix typo.
5064         (imap-fetch-safe): New function.
5065         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
5066
5067         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
5068
5069         * imap.el (imap-process-connection-type, imap-debug, imap-open):
5070         (imap-parse-greeting): Fix doc strings.
5071         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
5072         (imap-parse-flag-list): Make messages unique.
5073         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
5074
5075         * nnimap.el: Fix author email.
5076         (nnimap-split-rule): Add FIXME comment.
5077         (nnimap-debug): Fix doc string.
5078
5079 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5080
5081         * dns.el (dns-set-servers): Check "Address".  Fix typo.
5082
5083 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
5084
5085         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
5086         nslookup if resolv.conf isn't available.
5087         (dns-query): Rename from query-dns.
5088         (dns-query-cached): Rename from query-dns-cached.
5089
5090 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5091
5092         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
5093         overlay-arrow-position and overlay-arrow-string buffer-local; no need
5094         to check if those variables exist (first appeared in Emacs 18.50).
5095
5096 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5097
5098         * mm-util.el (mm-line-number-at-pos): New function.
5099
5100         * spam-report.el (spam-report-process-queue): Use it.
5101
5102 2008-12-24  David Engster  <dengste@eml.cc>
5103
5104         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
5105         parameters that haven't existed as variables as buffer-local variables.
5106
5107 2008-12-23  Dave Love  <fx@gnu.org>
5108
5109         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
5110         cadar.
5111
5112         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
5113         imap-starttls-p.
5114         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
5115
5116 2008-12-22  Dave Love  <fx@gnu.org>
5117
5118         * imap.el: Fix author email.  Doc fixes.
5119         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
5120         reply.
5121
5122 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
5123
5124         * spam-report.el (spam-report-gmane-max-requests): New constant.
5125         (spam-report-gmane-wait): New variable.
5126         (spam-report-gmane-ham, spam-report-gmane-spam)
5127         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
5128         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
5129         the server.
5130
5131         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
5132         Add explanations.
5133
5134         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
5135         nnheader-accept-process-output and nnheader-read-timeout if available.
5136         (pop3-movemail): Use it.
5137
5138         * message.el (message-check-news-body-syntax): Fix signature check if
5139         there's an attachment.
5140
5141 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5142
5143         * mm-util.el: Add comments to the mm- emulating functions.
5144
5145 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
5146
5147         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
5148         by Stephen Berman <stephen.berman@gmx.net>.
5149
5150 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5151
5152         * mm-util.el (mm-substring-no-properties): New function.
5153         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
5154         (mm-special-display-p): Enable those lambda forms to be byte compiled.
5155         (mm-string-to-multibyte): Doc fix.
5156
5157         * mml.el (mml-attach-file): Use mm-substring-no-properties.
5158
5159 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5160
5161         * mml.el (mml-attach-file): Strip text properties from file name.
5162         (Bug#1574)
5163
5164 2008-12-16  Glenn Morris  <rgm@gnu.org>
5165
5166         * mm-util.el (mm-charset-override-alist): Declare for compiler.
5167
5168 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5169
5170         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
5171         knows since the charset specified might be a bogus alias that
5172         mm-charset-synonym-alist provides.
5173
5174 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5175
5176         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
5177         "ISO_8859-1".
5178
5179         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
5180
5181 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5182
5183         * mm-util.el (mm-charset-eval-alist):
5184         Define it before mm-charset-to-coding-system.
5185         (mm-charset-to-coding-system): Add optional argument `silent';
5186         define it before mm-charset-override-alist.
5187         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
5188         default value if it can be used in Emacs currently running;
5189         silence mm-charset-to-coding-system.
5190
5191 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5192
5193         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
5194         `allow-override' which says whether to use `mm-charset-override-alist'.
5195         (rfc2047-decode-encoded-words): Use it.
5196
5197         * mm-util.el (mm-charset-override-alist): Fix custom type;
5198         add `(gb2312 . gbk)' to choices.
5199
5200 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5201
5202         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
5203         fast.
5204
5205         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5206
5207         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
5208
5209 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
5210
5211         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
5212         on links.
5213
5214         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5215
5216 2008-12-03  Lute Kamstra  <lute@gnu.org>
5217
5218         * sha1.el: Remove leading * from docstrings of defcustoms,
5219         deffaces, defconsts and defuns.
5220
5221 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5222
5223         * message.el (message-idna-to-ascii-rhs-1): Protect against local
5224         users' addresses that don't have domain parts.
5225         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
5226         rather than message-narrow-to-head since there will be the message
5227         header separator.
5228
5229 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5230
5231         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
5232         since the result is inserted in a unibyte buffer anyway.
5233         (nnimap-demule-use-string-to-multibyte): Remove.
5234         (nnimap-demule): Alias it to mm-string-to-multibyte.
5235
5236 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
5237
5238         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
5239         variable for debugging bug#464 and bug#1174.
5240         (nnimap-demule): Use it.
5241
5242 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5243
5244         * gnus-score.el (gnus-score-find-trace): Handle default score in total
5245         score calculation correctly.
5246
5247 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5248
5249         * message.el (message-send-mail): Just set the buffer to unibyte
5250         rather than use mm-with-unibyte-current-buffer which does a lot more.
5251         (message-send-mail-partially): Don't bother with
5252         mm-with-unibyte-current-buffer since it's already been made unibyte by
5253         message-send-mail.
5254
5255 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
5256
5257         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
5258
5259 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
5260
5261         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
5262
5263 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5264
5265         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
5266         require itself and to remove `with-no-warnings'.
5267
5268 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5269
5270         * starttls.el (starttls-any-program-available): Get the name of the
5271         available TLS layer program.
5272         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
5273         well as the host name in the "opening" message.
5274
5275         * auth-source.el (auth-source-cache, auth-source-do-cache)
5276         (auth-source-user-or-password): Cache passwords and logins by default,
5277         allow override with `auth-source-do-cache'.
5278         (auth-source-forget-user-or-password): Allow users to remove cache
5279         entries if needed.
5280
5281 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
5282
5283         * md4.el (md4-buffer): Fix typo in docstring.
5284         (md4, md4-64): Doc fixes.
5285         (md4-pack-int32): Reflow docstring.
5286
5287 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5288
5289         * ietf-drums.el (ietf-drums-remove-comments): Localize second
5290         condition-case to only the forward-sexp call.
5291
5292 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5293
5294         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
5295         quotes contained.  Make it more robust regardless by an extra
5296         condition-case wrapper.
5297
5298 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5299
5300         * lpath.el: No need to fbind codepage-setup for Emacs 23.
5301
5302 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5303
5304         * nnml.el (nnml-request-expire-articles): Check if the function set to
5305         `nnmail-expiry-target' returns the symbol `delete'.
5306
5307         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
5308
5309         * nnmail.el (nnmail-expiry-target): Fix custom type.
5310
5311 2008-10-02  Glenn Morris  <rgm@gnu.org>
5312
5313         * mm-util.el (mm-codepage-setup): Tweak codepage error.
5314         Silence compiler warning.
5315
5316 2008-10-01  Magnus Henoch  <mange@freemail.hu>
5317
5318         * tls.el (open-tls-stream): Show the actual command being
5319         executed, instead of the format string.
5320
5321 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5322
5323         * lpath.el: Fbind codepage-setup for Emacs 23.
5324
5325 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
5326
5327         * mml.el (mml-menu): Don't assume mml2015 is bound.
5328
5329 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5330
5331         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
5332         exists.
5333
5334 2008-09-27  Glenn Morris  <rgm@gnu.org>
5335
5336         * gnus-util.el (mail-header-remove-comments): Autoload it.
5337
5338 2008-09-27  Andreas Schwab  <schwab@suse.de>
5339
5340         * gnus-util.el (gnus-split-references): Strip comments.
5341         (gnus-parent-id): Likewise.
5342
5343 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
5344
5345         * message.el (message-confirm-send): Fix version.
5346
5347 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5348
5349         * message.el (message-idna-to-ascii-rhs-1): Use
5350         mail-extract-address-components rather than mail-header-parse-addresses
5351         that is an alias by default to ietf-drums-parse-addresses that does not
5352         support non-ASCII names in headers' contents.
5353
5354 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5355
5356         * message.el (message-confirm-send): Fixed variable documentation to
5357         avoid the "y/n" wording.
5358
5359 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
5360
5361         * message.el (message-set-auto-save-file-name): Save to a different
5362         filename so multiple messages (especially drafts) can be recovered.
5363
5364 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
5365
5366         * message.el (message-confirm-send): Add appropriate version.
5367
5368 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5369
5370         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
5371         defvar.
5372
5373 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
5374
5375         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
5376         (mm-pkcs7-enveloped-magic): Ditto.
5377
5378 2008-09-17  Simon Josefsson  <simon@josefsson.org>
5379
5380         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
5381         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
5382
5383 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
5384
5385         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
5386         default, it's better.
5387
5388 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
5389
5390         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
5391         summary line gnus-number property and ignore them (with a warning
5392         message).
5393
5394 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5395
5396         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
5397         macro caddr in the interactive form since it won't be expanded.
5398
5399 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5400
5401         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
5402         `charset'; fix name of function called recursively.
5403         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
5404
5405 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5406
5407         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
5408         (gnus-mime-set-charset-parameters): New function.
5409         (gnus-mime-view-part-as-charset): Use it to correctly display part
5410         specifying wrong charset.
5411
5412 2008-09-08  David Engster  <dengste@eml.cc>
5413
5414         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
5415         in completing-read for back end server.
5416
5417 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
5418
5419         * message.el (message-confirm-send): New variable to confirm sending a
5420         message.
5421         (message-send): Use it.
5422
5423 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
5424
5425         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
5426
5427 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5428
5429         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
5430
5431 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
5432
5433         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
5434         prevent tracking too many groups.
5435         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
5436         Use it.
5437
5438 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
5439
5440         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
5441         moving point to the bottom of the window in order to avoid recentering.
5442
5443 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5444
5445         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
5446
5447         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
5448         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
5449         (gnus-article-beginning-of-window): Fix calculation.
5450
5451 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5452
5453         * gnus-msg.el (gnus-summary-supersede-article)
5454         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
5455         value of gnus-newsgroup-charset to decode non-MIME encoded text in
5456         message header.
5457
5458 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
5459
5460         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
5461         pending output coming after the status change.
5462
5463 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
5464
5465         * message.el:
5466         * gnus-start.el:
5467         * gnus-registry.el: Remove VMS support.
5468
5469 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5470
5471         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
5472         macro.
5473         (rfc2104-hash): Use it.
5474
5475 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
5476
5477         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
5478         (gnus-summary-sort-by-most-recent-date): New commands.
5479         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
5480         and menu entries.
5481
5482 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5483
5484         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
5485         don't redisplay article for raw contents; remove plural articles stuff.
5486
5487         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
5488         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
5489         on gnus-summary-save-article; display results properly.
5490
5491 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5492
5493         * lpath.el: No need to fbind ns-focus-frame.
5494
5495 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5496
5497         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
5498
5499 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5500
5501         * gnus-art.el (gnus-summary-save-in-pipe): Consider
5502         gnus-save-all-headers.
5503
5504 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
5505
5506         * gnus-util.el (ns-focus-frame): Remove declaration.
5507         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
5508         like x.
5509
5510 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
5511
5512         * rfc2104.el (rfc2104-zero): Delete defconst.
5513         (rfc2104-hex-alist): Likewise.
5514         (rfc2104-hex-to-int): Delete func.
5515         (rfc2104-hexstring-to-bitstring): Likewise.
5516         (rfc2104-nybbles): New defconst.
5517         (rfc2104-hash): Rewrite for speed.
5518
5519 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5520
5521         * tls.el (open-tls-stream): Make it work with the 2nd argument
5522         BUFFER that is a string but does not exist as a buffer object, as
5523         mentioned in the doc-string.
5524
5525 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5526
5527         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
5528         SXEmacs.
5529
5530 2008-07-16  Glenn Morris  <rgm@gnu.org>
5531
5532         * gnus-util.el (ns-focus-frame): Declare for compiler.
5533
5534 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5535
5536         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
5537         set as a group parameter.
5538         (gnus-summary-save-in-pipe): Work when it is called independently.
5539         (gnus-summary-pipe-to-muttprint): Don't modify
5540         gnus-summary-pipe-output-default-command.
5541
5542 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5543
5544         * message.el (message-send-mail-with-sendmail):
5545         Display the error message.
5546
5547 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5548
5549         * gnus-art.el (gnus-default-article-saver):
5550         Add gnus-summary-save-in-pipe to choices.
5551         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
5552         gnus-summary-pipe-output-default-command as the default command.
5553         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
5554         instead of gnus-last-shell-command.
5555
5556         * gnus-sum.el (gnus-summary-pipe-output-default-command):
5557         New user option.
5558         (gnus-summary-muttprint-program): Mention the value will be changed.
5559         (gnus-summary-save-article): Force showing of all headers.
5560         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
5561
5562 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
5563
5564         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
5565
5566 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
5567
5568         * nnimap.el (nnimap-id):
5569         * sieve-manage.el (sieve-manage-open): Doc fixes.
5570
5571 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
5572
5573         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
5574         if available.
5575
5576 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5577
5578         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
5579
5580         * nnkiboze.el (nnkiboze-generate-group):
5581         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
5582
5583         * nnmairix.el: Require CL.
5584
5585 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5586
5587         * dgnushack.el: Autoload get-display-table and put-display-table for
5588         XEmacs 21.5.
5589
5590         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
5591         21.4 and SXEmacs.
5592
5593 2008-06-15  David Engster  <dengste@eml.cc>
5594
5595         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
5596
5597 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
5598
5599         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
5600         New macros that expand to an `aset'/`aref' call under Emacs, and to a
5601         runtime choice under XEmacs.
5602
5603         * gnus-sum.el (gnus-summary-set-display-table):
5604         Use `gnus-put-display-table', `gnus-get-display-table',
5605         `gnus-set-display-table' for the display table, instead of `aset'.
5606
5607         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
5608         Use `gnus-put-display-table', `gnus-get-display-table',
5609         `gnus-set-display-table' for the display table.
5610
5611 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5612
5613         * nnmairix.el: Add autoloads.
5614
5615 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5616
5617         * nnmairix.el (nnmairix-delete-recreate-group)
5618         (nnmairix-update-and-clear-marks): Fix error messages.
5619
5620 2008-06-14  David Engster  <dengste@eml.cc>
5621
5622         * nnmairix.el: Upgrade to version 0.6.
5623         (nnmairix-group-toggle-propmarks-this-group)
5624         (nnmairix-group-toggle-readmarks-this-group)
5625         (nnmairix-group-delete-recreate-this-group)
5626         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
5627         (nnmairix-remove-tick-mark-original-article): New commands.
5628         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
5629         (nnmairix-propagate-marks-to-nnmairix-groups)
5630         (nnmairix-only-use-registry, nnmairix-allowfast-default)
5631         (nnmairix-marks-cache, nnmairix-version-output): New variables.
5632         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
5633         functions needed for marks propagation and manipulation of read marks.
5634         (nnmairix-update-groups): New function.
5635         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
5636         (nnmairix-determine-original-group-from-registry)
5637         (nnmairix-determine-original-group-from-path)
5638         (nnmairix-get-group-from-file-path, nnmairix-map-range)
5639         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
5640         New helper functions.
5641         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
5642         keystrokes for new commands.
5643         (nnmairix-delete-and-create-on-change): Doc string cleanup.
5644         (nnmairix-request-group): Check allow-fast group parameter.
5645         (nnmairix-request-create-group): Set allow-fast group parameter if
5646         nnmairix-allowfast-default is set.
5647         (nnmairix-close-group): Propagate marks upon closing if needed.
5648         (nnmairix-group-toggle-threads-this-group): Use new.
5649         nnmairix-group-toggle-parameter helper function.
5650         (nnmairix-search): Better check for empty search result.
5651         (nnmairix-goto-original-article): Use new helper functions for
5652         determining original article.
5653         (nnmairix-show-original-article): Make sure message-id is in brackets.
5654         (nnmairix-call-mairix-binary): Change variable name.
5655         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
5656         helper function.
5657         (nnmairix-widget-toggle-activate): Fix doc string.
5658
5659 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5660
5661         * nnir.el: Require edmacro when compiling with XEmacs.
5662         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
5663         available in Emacs 21.
5664
5665 2008-06-11  Glenn Morris  <rgm@gnu.org>
5666
5667         * gnus-util.el (x-focus-frame):
5668         * gnus.el (image-size):
5669         * mm-decode.el (image-size): Declare.
5670
5671         * gnus-picon.el (declare-function): Add compat definition.
5672         (image-size): Declare.
5673
5674         * gnus-group.el (tool-bar-map):
5675         * gnus-sum.el (tool-bar-map): Define for compiler.
5676
5677         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
5678
5679         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
5680
5681         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
5682         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
5683         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
5684         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
5685         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
5686         * sieve-manage.el, spam-report.el, spam.el:
5687         Remove unnecessary eval-and-compile of autoloads.
5688
5689 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
5690
5691         * auth-source.el: Precise Tramp doc.
5692
5693 2008-06-07  Glenn Morris  <rgm@gnu.org>
5694
5695         * nnmairix.el: Remove unnecessary eval-when-compile.
5696
5697 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5698
5699         * lpath.el: Fbind propertize for XEmacs 21.4.
5700
5701 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
5702
5703         * nnir.el: Move here from ../contrib.
5704
5705 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5706
5707         * gnus-util.el (gnus-read-shell-command): New function.
5708         * mm-decode.el (mm-pipe-part):
5709         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
5710
5711 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5712
5713         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
5714
5715 2008-06-03  Glenn Morris  <rgm@gnu.org>
5716
5717         * pop3.el (nnheader-accept-process-output): Autoload it.
5718
5719 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5720
5721         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
5722         are not 2-digit hexadecimal characters that follow `%'s.
5723
5724 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
5725
5726         * message.el (message-bogus-recipient-p): Fix type in doc string.
5727         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
5728         (message-bogus-addresses): Rename from message-bogus-address-regexp.
5729         Improve custom options.
5730         (message-bogus-recipient-p): Adjust accordingly.
5731
5732 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
5733
5734         * parse-time.el (parse-time-months, parse-time-weekdays): Add
5735         long-form month and day names.
5736
5737 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5738
5739         * dgnushack.el: Autoload debug, eudc-expand-inline and
5740         pgg-snarf-keys-region for XEmacs.
5741
5742         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
5743
5744         * nnmairix.el: Require edmacro when compiling with XEmacs.
5745
5746 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
5747
5748         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
5749         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
5750
5751 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5752
5753         * auth-source.el: Add more docs.
5754
5755         * netrc.el (netrc-machine): Always match if the port is not given.
5756
5757 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5758
5759         * nnheader.el (nnheader-read-timeout): Change the default timeout from
5760         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
5761         retrieval faster in some cases, but might make CPU usage larger.  If
5762         this has any bad side effects, we might revert this change.
5763
5764         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
5765         seems to make mail retrieval much, much faster.
5766         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
5767         unconditionally.
5768
5769         * gnus-draft.el (gnus-group-send-queue): Bind
5770         message-send-mail-partially-limit to nil to avoid being prompted.
5771
5772 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
5773
5774         * mml.el (mml-attach-buffer): Prompt for `disposition'.
5775
5776         * message.el (message-bogus-address-regexp): Fix and improve custom
5777         type.
5778         (message-setup-hook): Add message-check-recipients as custom option.
5779
5780 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
5781
5782         * message.el (message-cite-function): Remove bogus autoload which crept
5783         in during merge from v5-10.
5784
5785 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
5786
5787         * nnimap.el (nnimap-open-connection): Fix login/password bug.
5788
5789         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
5790
5791         * auth-source.el: Preliminary Tramp docs.
5792         (auth-sources): Change the default auth-sources to use
5793         EPA .gpg files.
5794
5795 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
5796
5797         * nntp.el: Autoload `auth-source-user-or-password'.
5798         (nntp-send-authinfo): Use it.
5799
5800         * nnimap.el: Autoload `auth-source-user-or-password'.
5801         (nnimap-open-connection): Use it.
5802
5803         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
5804         for the gnus-message function.
5805         (auth-source-user-or-password): Use it.
5806
5807 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5808
5809         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
5810         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
5811         (rfc2104-hash): Use it.
5812
5813 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
5814
5815         * gnus-art.el (gnus-article-toggle-truncate-lines):
5816         Don't use `iff' in docstring.
5817
5818 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
5819
5820         * gnus-registry.el: Adjusted copyright dates and added a keyword.
5821
5822         * gnus-util.el (gnus-extract-address-component-name)
5823         (gnus-extract-address-component-email): Convenience functions around
5824         `gnus-extract-address-components'.
5825
5826         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
5827         Use `gnus-extract-address-component-email' to fix bug of comparing full
5828         sender name to `user-mail-address'.
5829
5830 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
5831
5832         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
5833         catch/throw to optimize.
5834         (gnus-registry-find-keywords): Just use member to find a keyword.
5835
5836 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5837
5838         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
5839         is current before calling gnus-server-prepare.
5840         (gnus-server-setup-buffer, gnus-server-update-server)
5841         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
5842
5843 2008-05-04  Juri Linkov  <juri@jurta.org>
5844
5845         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
5846         (mailcap-file-default-commands): Use mailcap-replace-in-string
5847         instead of replace-regexp-in-string, and mailcap-delete-duplicates
5848         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
5849
5850 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
5851
5852         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
5853
5854 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5855
5856         * gnus.el: Bump version to 0.11.
5857
5858 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5859
5860         * gnus.el: No Gnus v0.10 is released.
5861
5862 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5863
5864         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
5865         hooks.
5866         (gnus-update-read-articles): Speed up non-marks-using users.
5867         (gnus-use-marks): Define gnus-use-marks.
5868         (gnus-propagate-marks): Rename variable to something more sensible.
5869
5870 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
5871
5872         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
5873         (gmm-image-load-path-for-library): Fix typos in docstrings.
5874         (gmm-message): Reflow docstring.
5875
5876 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
5877
5878         * mail-source.el (mail-source-set-1, mail-source-bind):
5879         Move auth-source code out of the macro to clean it up and fix bugs.
5880
5881 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
5882
5883         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
5884         by sender if it's equal to user-mail-address, it's likely to be
5885         useless.
5886
5887         * mail-source.el (mail-source-bind): Don't use user or password if they
5888         are not bound.  Unintern them if they are nil.  Don't use server unless
5889         it's bound, and default it to empty string otherwise.
5890
5891 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
5892
5893         * mail-source.el: Load auth-source.el.
5894         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
5895         get user name or password, if auth-sources is set up.
5896
5897         * gnus-registry.el (gnus-registry-split-strategy): New variable for
5898         strategy of splitting with parent.
5899         (gnus-registry-split-fancy-with-parent)
5900         (gnus-registry-post-process-groups): Use it and fix prior
5901         bug (returning a list as the split result).
5902
5903         * auth-source.el (auth-sources): Remove server parameter.
5904         (auth-source-pick, auth-source-user-or-password)
5905         (auth-source-user-or-password-imap)
5906         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5907         (auth-source-user-or-password-sftp)
5908         (auth-source-user-or-password-smtp): Remove server parameter.
5909
5910 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
5911
5912         * smime.el (smime-sign-region, smime-encrypt-region)
5913         (smime-decrypt-region):
5914         Remove redundant calls to `generate-new-buffer-name'.
5915
5916 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
5917
5918         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
5919         Don't use QP for message/rfc822.
5920         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
5921
5922 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5923
5924         * sieve-manage.el (sieve-string-bytes): Remove.
5925         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
5926         correct byte-length only if the process's coding-system is the same as
5927         the one used internally by Emacs to represent strings.
5928
5929 2008-04-22  Juri Linkov  <juri@jurta.org>
5930
5931         * mailcap.el (mailcap-file-default-commands): New function.
5932
5933 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5934
5935         * message.el (message-signature-separator, message-cite-function):
5936         Change custom version.
5937
5938 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
5939
5940         * tls.el (tls-program): Add -ign_eof argument to call the openssl
5941         commands.
5942         (tls-checktrust): Ditto.
5943
5944 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5945
5946         * mm-decode.el (mm-display-external): Make temp file read-only.
5947
5948 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
5949
5950         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
5951         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
5952         `C-c C-f d'.
5953
5954 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
5955
5956         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
5957
5958 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5959
5960         * gnus.el: Bump version to 0.9.
5961
5962 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
5963
5964         * gnus.el: No Gnus v0.8 is released.
5965
5966 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5967
5968         * mail-source.el (mail-source-value):
5969         Prefer fboundp to functionp so it works with macros as well.
5970
5971 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5972
5973         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5974         Fix last change in case the element is not even a symbol.
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         Prefer fboundp to functionp so it works with macros as well.
5980
5981 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
5982
5983         * auth-source.el: Added docs.
5984         (auth-sources): Modify format to support server.
5985         (auth-source-pick, auth-source-user-or-password)
5986         (auth-source-user-or-password-imap)
5987         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5988         (auth-source-user-or-password-sftp)
5989         (auth-source-user-or-password-smtp): Add server parameter.
5990
5991 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
5992
5993         * gnus-registry.el: Initialize the registry when gnus-registry-install
5994         is t.
5995
5996 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5997
5998         * compface.el (uncompface): Make buffer unibyte.
5999
6000 2008-04-05  Glenn Morris  <rgm@gnu.org>
6001
6002         * gnus-ems.el (mm-disable-multibyte): Autoload it.
6003
6004 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6005
6006         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
6007         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
6008
6009         * nnheader.el (nnheader-init-server-buffer): Change buffer's
6010         multibyteness after rather than before erasing it.
6011
6012         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
6013         mm-with-multibyte.
6014         (gnus-request-article-this-buffer): Make sure the proper decoding is
6015         used if gnus-original-article-buffer happens to be unibyte.
6016
6017         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
6018         default-enable-multibyte-characters.
6019
6020         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
6021         default-enable-multibyte-characters.
6022
6023         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
6024
6025         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
6026
6027 2008-04-02  Simon Josefsson  <simon@josefsson.org>
6028
6029         * imap.el (imap-enable-exchange-bug-workaround): New variable.
6030         (imap-message-copyuid-1): Use it.
6031         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
6032         J. Williams in
6033         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
6034
6035         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
6036         imap-enable-exchange-bug-workaround.
6037         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
6038
6039 2008-04-01  Simon Josefsson  <simon@josefsson.org>
6040
6041         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
6042         a 100 byte status-checks into a 2-3MB transfer for each group.
6043         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
6044         to enable bug workaround or not.
6045         (nnimap-find-minmax-uid): Only enable workaround conditionally.
6046
6047 2008-03-31  Glenn Morris  <rgm@gnu.org>
6048
6049         * message.el (mml2015-use): Declare for compiler.
6050         (message-info): Require mml2015 when appropriate.
6051
6052 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6053
6054         * Makefile.in (EMACS_COMP): Quote directory name that might contain
6055         whitespace.
6056
6057 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6058
6059         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
6060         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
6061         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
6062         (nntp-service-to-port): New function.
6063         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
6064         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
6065         (nntp-open-netcat-stream): New function.
6066         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
6067
6068 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
6069
6070         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
6071
6072 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6073
6074         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
6075
6076 2008-03-28  Magnus Henoch  <mange@freemail.hu>
6077
6078         * dns.el (dns-write): Use set-buffer-multibyte.
6079
6080 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
6081
6082         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
6083
6084 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6085
6086         * message.el (message-signature-separator): Change default.
6087         Improve custom type.
6088         (message-cite-function): Change default to
6089         message-cite-original-without-signature.
6090
6091         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
6092         toggle.
6093
6094         * message.el (message-check-news-body-syntax): Fix signature check.
6095         (message-setup-1): Mark buffer as unmodified _after_ running
6096         message-setup-hook and handling message-alternative-emails.
6097         (message-shorten-references): Be more strict when building list of
6098         valid references to comply with GNKSA.
6099
6100         * gnus-group.el (gnus-read-ephemeral-bug-group)
6101         (gnus-read-ephemeral-debian-bug-group)
6102         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
6103
6104         * message.el (message-info): Don't use booleanp which isn't supported
6105         in Emacs 21 and XEmacs.
6106
6107 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
6108
6109         * gnus-group.el (gnus-gmane-group-download-format): Rename from
6110         gnus-group-gmane-group-download-format.
6111         (gnus-group-read-ephemeral-gmane-group): Rename from
6112         gnus-group-read-ephemeral-gmane-group.
6113         (gnus-read-ephemeral-gmane-group-url): Rename from
6114         gnus-group-read-ephemeral-gmane-group-url.
6115         (gnus-bug-group-download-format-alist): New variable.
6116         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
6117         (gnus-read-ephemeral-emacs-bug-group): New commands.
6118
6119 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6120
6121         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
6122         (gnus-visible-headers): Improve custom type.
6123
6124 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6125
6126         * mml.el (mml-menu): Add workarounds for XEmacs.
6127
6128         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
6129         X-Boundary header.
6130
6131         * message.el (message-simplify-recipients): Fix previous commit.
6132
6133 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6134
6135         * mm-util.el (mm-set-buffer-multibyte): New function.
6136         * mm-decode.el (mm-copy-to-buffer): Use it.
6137
6138 2008-03-19  Glenn Morris  <rgm@gnu.org>
6139
6140         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
6141         Accidentally removed in the sync process with Emacs.
6142
6143 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
6144
6145         * message.el (message-alter-recipients-discard-bogus-full-name):
6146         New function.
6147         (message-alter-recipients-function): New variable.
6148         (message-get-reply-headers): Use it.
6149         (message-replace-header): New helper function.
6150         (message-recipients-without-full-name): New variable.
6151         (message-simplify-recipients): New command.
6152
6153         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
6154
6155         * message.el (message-info): Handle EasyPG manual.
6156
6157         * mml.el (mml-menu): Add entry for EasyPG.
6158
6159 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
6160
6161         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
6162         parameter.
6163
6164         * message.el (message-disassociate-draft): Specify drafts group name
6165         fully.
6166
6167 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
6168
6169         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
6170         unnecessary duplicates from the match list.
6171
6172 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6173
6174         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
6175
6176         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
6177
6178         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
6179         args of `how-many' of which the XEmacs version doesn't take; declare
6180         Info-index-next as function.
6181
6182 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6183
6184         * gnus-score.el (gnus-score-headers): Fix handling of
6185         gnus-inhibit-slow-scoring.
6186
6187         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
6188         string.
6189         (gnus-button-url-regexp): Improve handling of parenthesis.
6190         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
6191         (gnus-button-handle-info-keystrokes): Handle index entries.
6192
6193 2008-03-15  Glenn Morris  <rgm@gnu.org>
6194
6195         * parse-time.el (parse-time-string): Simplify.
6196
6197 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6198
6199         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
6200         Incoming* files.
6201
6202 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6203
6204         * auth-source.el (auth-sources): Renamed from auth-source-choices.
6205         (auth-source-pick): Use it.
6206
6207 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6208
6209         * binhex.el (binhex-decode-region-internal):
6210         * uudecode.el (uudecode-decode-region-internal):
6211         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
6212         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
6213         setting default-enable-multibyte-characters.
6214
6215 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6216
6217         * auth-source.el (auth-source-protocols)
6218         (auth-source-protocols-customize, auth-source-choices): Added and
6219         modified variable customizations and defaults.
6220         (auth-source-pick, auth-source-user-or-password)
6221         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6222         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6223         (auth-source-user-or-password-sftp)
6224         (auth-source-user-or-password-smtp): Use new variables and provide an
6225         interface to netrc.el.
6226
6227 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6228
6229         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
6230         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
6231         Make sure the nntp port to specify is a string.
6232
6233 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6234
6235         * nntp.el: Use with-current-buffer.
6236         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
6237         dubious mm-with-unibyte-current-buffer.
6238         (nntp-with-open-group-function): New function extracted from
6239         nntp-with-open-group macro.
6240         (nntp-with-open-group): Use the function, so it's easier to debug.
6241         Add indentation and debugging info.
6242         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
6243         the use of the netcat alternatives.
6244
6245         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
6246         Avoid mm-string-as-multibyte as well.
6247
6248         * nnweb.el (nnweb-insert-html):
6249         Remove use of nnheader-string-as-multibyte.
6250
6251         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
6252         (nnheader-string-as-multibyte): Remove.
6253
6254         * mm-view.el: Use inhibit-read-only.
6255         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
6256         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
6257         or unibyte-string.
6258
6259         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
6260         (mm-uu-yenc-extract): Use with-current-buffer.
6261
6262         * gnus-soup.el (gnus-soup-send-packet): Don't use
6263         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
6264
6265         * nnmh.el: Use with-current-buffer.
6266         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
6267         mm-string-as-multibyte on the output of mm-encode-coding-string.
6268
6269         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
6270         (nnimap-request-move-article): Use with-current-buffer.
6271
6272         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
6273         inserting the handle-buffer's text, so the implicit multibyte->unibyte
6274         conversion uses string-make-unibyte rather than string-as-unibyte.
6275
6276         * gnus-msg.el: Use with-current-buffer.
6277
6278         * message.el (message-ignored-resent-headers): Add "Delivered-To".
6279
6280 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
6281
6282         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
6283         string for caching if it is 'PIN.
6284
6285 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6286
6287         * lpath.el: Consider the case without Emacs/W3.
6288
6289 2008-03-08  Glenn Morris  <rgm@gnu.org>
6290
6291         * time-date.el (date-to-time, time-subtract, time-add)
6292         (safe-date-to-time): Doc fixes.
6293
6294 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
6295
6296         * mail-source.el (mail-source-delete-old-incoming-confirm):
6297         Change default to nil.
6298         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
6299
6300 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6301
6302         * lpath.el: Rearrange.
6303
6304         * gnus-art.el (gnus-narrow-to-page): Position point properly.
6305         (gnus-article-goto-prev-page): Work for articles having ^L's.
6306
6307         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
6308
6309         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
6310
6311 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
6312
6313         * gnus-bookmark.el: Adjust for renames in bookmark.el.
6314         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
6315         (gnus-bookmark-jump): Adjust some variable names.
6316
6317 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
6318
6319         * auth-source.el: New package.
6320         (auth-source-choices): Add customization entry point variable.
6321
6322         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
6323         bug.
6324
6325 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
6326
6327         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
6328         (gnus-registry-initialize, gnus-registry-install-p): Use it.
6329         (gnus-registry-install-shortcuts): Rename from
6330         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
6331         the `gnus-registry-mark-map' keymap dynamically from
6332         `gnus-registry-marks'.  The generated functions update the summary line
6333         when a registry mark is added or deleted, and will call
6334         `gnus-registry-install-p' (see the comments in the code).
6335         (gnus-registry-user-format-function-M): Use concat intelligently.
6336
6337         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
6338         the registry mark functions.
6339
6340 2008-03-05  Glenn Morris  <rgm@gnu.org>
6341
6342         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
6343         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
6344         gnus-art.
6345         (top-level): No need to load own source when compiling.
6346
6347 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6348
6349         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
6350         Suggested by <chris.anderton@zetnet.co.uk>.
6351
6352 2008-03-04  Glenn Morris  <rgm@gnu.org>
6353
6354         * gnus-sum.el (top-level): No need to require gnus when compiling,
6355         since unconditionally required near start of file.
6356         (gnus-summary-display-while-building): Move definition before use.
6357
6358 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
6359
6360         * gnus-registry.el (gnus-registry-user-format-function-M): Add
6361         formatting function.
6362
6363 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6364
6365         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
6366         with plists.
6367         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
6368         Use new format.
6369
6370 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6371
6372         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
6373         `where-is-internal' that returns a range of key sequences.
6374
6375 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6376
6377         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
6378
6379         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
6380         (gnus-summary-jump-to-group): Consider windows on other displayed
6381         frames as well.  Similar changes might be needed elsewhere, but that's
6382         the one I've bumped into during my use.
6383
6384         * nndoc.el (nndoc-oe-dbx-type-p):
6385         * gnus-msg.el (gnus-debug):
6386         * gnus-group.el (gnus-update-group-mark-positions):
6387         Use mm-string-to-multibyte.
6388
6389 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6390
6391         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
6392         doesn't handle NotDashEscaped.
6393
6394         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
6395         (mml-dnd-attach-options): Fix typo in custom choice.
6396
6397         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
6398         nndoc-article-type to mbox.
6399         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
6400
6401         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
6402         to nil, instead of html2text.
6403
6404         * imap.el (imap-debug): Add `imap-ping-server'.
6405
6406         * gnus-bookmark.el: Add FIXMEs.
6407
6408         * message.el (message-form-letter-separator)
6409         (message-send-form-letter-delay): New variables.
6410         (message-send-form-letter): Use them.  New command to send form
6411         letters.  Requested by Uwe Siart.
6412         (message-send-mail-function): Doc fix.  Add "Other" custom option.
6413
6414 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6415
6416         * Update copyright years.
6417
6418 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6419
6420         Sync from EMACS_22_BASE.
6421
6422         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
6423
6424 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
6425
6426         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
6427         empty author.
6428
6429 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
6430
6431         * gnus-registry.el (gnus-registry-marks): Add variable for
6432         customization of marks and their appearance.
6433         (gnus-registry-read-mark): Use it.
6434         (gnus-registry-do-marks): Add utility function to loop through
6435         `gnus-registry-marks'.
6436         (gnus-registry-install-shortcuts-and-menus): Add function to install
6437         shortcuts and menus.
6438         (gnus-registry-initialize): Use it.
6439         (gnus-registry-default-mark): Clarify documentation.
6440
6441 2008-02-29  Glenn Morris  <rgm@gnu.org>
6442
6443         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
6444         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
6445         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
6446         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
6447         Change defcustom :version from 23.0 to 23.1.
6448
6449 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
6450
6451         * gnus-registry.el (gnus-registry-follow-group-p)
6452         (gnus-registry-post-process-groups): Add functions to aid registry
6453         splitting and improve logging.  Clarify behavior in function
6454         documentation.
6455         (gnus-registry-split-fancy-with-parent): Use them.
6456
6457 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6458
6459         * gnus-art.el: Use with-current-buffer.
6460
6461 2008-02-27  David Engster  <dengste@eml.cc>
6462
6463         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
6464         Express real group name in the response.
6465
6466 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6467
6468         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
6469         (nnmairix-last-server, nnmairix-current-server): Defvar them.
6470         (nnmairix-goto-original-article): Defvar gnus-registry-install and
6471         autoload gnus-registry-fetch-group when compiling.
6472         (nnmairix-request-group-with-article-number-correction): Remove
6473         unreferenced argument passed to nnmairix-call-backend.
6474
6475 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
6476
6477         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
6478         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
6479         Wilde.
6480
6481 2008-02-27  Glenn Morris  <rgm@gnu.org>
6482
6483         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
6484         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
6485         variables to defconsts.  Convert comments to doc-strings.
6486         (nnmairix-last-server, nnmairix-current-server): Convert from free
6487         variables to defvars.  Convert comments to doc-strings.
6488         (gnus-registry-fetch-group): Autoload.
6489         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
6490         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
6491         (nnmairix-widget-build-editable-fields): Use car cddr rather than
6492         caddr.
6493         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
6494         nnmairix-request-group-with-article-number-correction call.
6495         (nnmairix-fast, nnmairix-group): New, less general names, for free
6496         variables passed from nnmairix-request-group to
6497         nnmairix-request-group-with-article-number-correction.  Declare.
6498         (nnmairix-request-group-with-article-number-correction):
6499         Use nnmairix-fast, nnmairix-group rather than fast, group.
6500
6501 2008-02-26  David Engster  <dengste@eml.cc>
6502
6503         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
6504         version 0.5.
6505
6506 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
6507
6508         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
6509         instead of making an extra function call.  Don't add the current group
6510         to articles only when they have the group.  Use
6511         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
6512         Reported by David <de_bb@arcor.de>.
6513
6514 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6515
6516         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
6517         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
6518
6519 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
6520
6521         * mail-source.el (mail-source-delete-incoming): Change default.
6522         Supplement doc string.
6523
6524         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
6525
6526 2008-02-14  Glenn Morris  <rgm@gnu.org>
6527
6528         * time-date.el (format-seconds): New function.
6529
6530 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6531
6532         * nnmail.el (nnmail-message-id-cache-file): Derive from
6533         `gnus-home-directory'.
6534
6535 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
6536
6537         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
6538         Document negative prefix.
6539
6540         * gnus-group.el (gnus-group-read-group): Document negative prefix.
6541
6542 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6543
6544         * message.el (message-unsent-separator): Add the Exim bounce
6545         separator.
6546
6547 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
6548
6549         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
6550         list.
6551         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
6552         recipient/signer list.
6553
6554 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6555
6556         * Makefile.in (datarootdir): Define.
6557         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
6558         name that might contain whitespace.
6559
6560 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
6561
6562         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
6563         fbound (Emacs 23 unicode), signal an error.
6564
6565 2008-02-08  Glenn Morris  <rgm@gnu.org>
6566
6567         * gnus-art.el (pgg-display-output-buffer): Declare as function.
6568
6569 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
6570
6571         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
6572         ports to the calls to `netrc-machine-user-or-password' in addition to
6573         "imap" and "imaps".
6574
6575 2008-02-01  Zhang Wei  <id.brep@gmail.com>
6576
6577         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
6578
6579         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
6580
6581 2008-02-01  Kenichi Handa  <handa@m17n.org>
6582
6583         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
6584         rfc2104-hexstring-to-bitstring and changed to return a byte list.
6585         (rfc2104-hash): Convert the result of concat to unibyte string.
6586
6587 2008-02-01  Dave Love  <fx@gnu.org>
6588
6589         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
6590         coding-system-for-read.
6591         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
6592
6593 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
6594
6595         * gnus.el (gnus-group-startup-message): Add `find-image' call before
6596         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
6597         <hanche@math.ntnu.no>.
6598
6599 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6600
6601         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
6602
6603         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6604
6605 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
6606
6607         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
6608         * message.el (message-beginning-of-line): Use featurep instead of bound
6609         tests in order to resolve conditionals at compile time.
6610
6611 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
6612
6613         * mail-source.el (mail-sources): Add `group' choice.
6614
6615         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
6616         parameter `in-group' to control into which group the articles go.
6617         Add treatment of `group' mail-source.
6618
6619 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6620
6621         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
6622
6623         * mm-decode.el (mm-dissect-buffer): Decode description.
6624
6625         * mml.el (mml-to-mime): Encode message header first.
6626
6627 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6628
6629         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
6630         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
6631
6632         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
6633         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
6634
6635 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
6636
6637         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
6638
6639 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6640
6641         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
6642         prefix keys.
6643         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
6644         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
6645         gnus-xmas.el.
6646
6647         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
6648         (gnus-xmas-article-describe-bindings): New function.
6649         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
6650         gnus-xmas-article-describe-bindings.
6651
6652         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
6653
6654 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6655
6656         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
6657         Add new variables for article mark management.
6658         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
6659         list of extra data entries which, when present, will indicate that the
6660         article ID should not be trimmed from the registry.
6661         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
6662         functions.
6663         (gnus-registry-read-mark): New function to read a mark name from the
6664         user.
6665         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
6666         (gnus-registry-set-article-mark-internal): New functions to add and
6667         remove marks.
6668         (gnus-registry-get-article-marks): New function to show the marks for
6669         an article, or retrieve them for further use.
6670
6671 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6672
6673         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
6674         keys when no argument is given.
6675
6676 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6677
6678         * imap.el (imap-ping-server): New variable.
6679         (imap-opened): On add extra ping if imap-ping-server is non-nil.
6680         (imap-ping-server): Minor doc string fixes.
6681
6682 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6683
6684         * imap.el (imap-ping-server): New function.
6685         (imap-opened): Call imap-ping-server.
6686
6687 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
6688
6689         * gnus-sum.el (gnus-article-sort-by-random)
6690         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
6691         jidanni@jidanni.org.
6692
6693 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6694
6695         * gnus-art.el (gnus-article-describe-bindings): New function.
6696         (gnus-article-read-summary-keys): Use it.
6697         (gnus-article-mode-map): Bind `C-h b' to it.
6698
6699 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6700
6701         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
6702         XEmacs.
6703         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
6704         against non-character events.
6705
6706         * lpath.el: Fbind map-keymap for Emacs 21.
6707
6708 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
6709
6710         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
6711         command.
6712         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
6713         instead of END.  Change name of the temp file.
6714         (gnus-group-gmane-group-download-format): Add doc string.  Make it
6715         customizable.
6716
6717 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6718
6719         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
6720         bind `S W' to gnus-article-wide-reply-with-original; set default
6721         binding to gnus-article-read-summary-send-keys.
6722         (gnus-article-read-summary-keys): Fix the order of keys; display
6723         continuation keys correctly in the echo area; describe bindings
6724         correctly when keys end with `C-h'.
6725         (gnus-article-read-summary-send-keys): New function.
6726         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
6727         for gnus-article-read-summary-send-keys; display continuation keys
6728         correctly in the echo area.
6729         (gnus-article-reply-with-original): Ignore prefix argument.
6730         (gnus-article-wide-reply-with-original): New function.
6731
6732         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
6733         Emacs 21.
6734
6735 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6736
6737         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
6738         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
6739
6740 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
6741
6742         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
6743         (gnus-group-read-ephemeral-gmane-group): New command.
6744
6745 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
6746
6747         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
6748
6749 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6750
6751         * message.el (message-send-mail-function): Increase custom version.
6752
6753         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
6754         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
6755
6756 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
6757
6758         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
6759         for the cases where imap-authenticate is called with a nil buffer
6760         parameter.
6761
6762 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6763
6764         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
6765         html parts correctly; support forwarded messages.
6766         (gnus-article-browse-html-article): Remove work buffers.
6767
6768         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
6769         compiling.
6770         (netrc-bound-and-true-p): New macro.
6771         (netrc-parse): Use it instead of bound-and-true-p that is not available
6772         in XEmacs 21.4.
6773
6774 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
6775
6776         * gnus-registry.el (gnus-registry-mark-article)
6777         (gnus-registry-article-marks): Add functionality to mark articles
6778         through the Gnus registry.
6779
6780         * encrypt.el: Clarify documentation for the new pgg method.
6781         (encrypt-file-alist): Add PGG option.
6782         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
6783         functionality.  Abstract password key and messaging to external
6784         functions.
6785         (encrypt-password-key, encrypt-get-passphrase-if-needed)
6786         (encrypt-message-method-and-cipher): Add new convenience external
6787         functions.
6788         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
6789         (encrypt-pgg-process-buffer): Add PGG functionality glue.
6790
6791         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
6792         (netrc-parse): Use encrypt-file-alist to determine if
6793         encrypt-find-model or encrypt-insert-file-contents should be used.
6794
6795         * encrypt.el: Clarify documentation.  Load password-cache or
6796         password, whichever one is found first, instead of autoloading.
6797
6798 2007-12-19  Glenn Morris  <rgm@gnu.org>
6799
6800         * mml.el (message-options-set, message-narrow-to-head)
6801         (message-in-body-p, message-mail-p, message-encode-message-body):
6802         Autoload.
6803         (message-remove-header, message-narrow-to-headers-or-head)
6804         (message-subscribed-p, message-make-mail-followup-to)
6805         (message-position-on-field, message-news-p)
6806         (message-options-set-recipient, message-generate-headers)
6807         (message-sort-headers): Declare as functions.
6808
6809 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6810
6811         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
6812         convention in doc string.
6813
6814 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6815
6816         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
6817         title to html parts.
6818         (gnus-article-browse-html-article): Pass message header to it.
6819
6820         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
6821
6822 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
6823
6824         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
6825         or password compatible with XEmacs.
6826
6827 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6828
6829         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
6830         format document.
6831         (gnus-mime-delete-part): Don't write description line if empty.
6832         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
6833
6834 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
6835
6836         * gnus-sum.el (gnus-summary-mark-unread-as-read)
6837         (gnus-summary-mark-read-and-unread-as-read)
6838         (gnus-summary-mark-current-read-and-unread-as-read)
6839         (gnus-summary-mark-unread-as-ticked): Doc fix.
6840         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
6841
6842 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6843
6844         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
6845         Christoph Conrad <christoph.conrad@gmx.de>.
6846
6847 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6848
6849         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
6850         yes-or-no-p.
6851
6852 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6853
6854         * mm-decode.el (mm-add-meta-html-tag): New function.
6855         (mm-save-part-to-file, mm-pipe-part): Use it.
6856
6857         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
6858         gnus-y-or-n-p instead of y-or-n-p.
6859         (gnus-article-browse-html-parts): Work with message/external-body; use
6860         mm-add-meta-html-tag.
6861
6862 2007-12-11  Glenn Morris  <rgm@gnu.org>
6863
6864         * gnus-cache.el: Require gnus-sum not just when compiling.
6865
6866         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
6867
6868         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
6869         definitions before use.
6870
6871         * mm-decode.el: Require gnus-util.
6872         (mm-remove-part): Only call delete-annotation on XEmacs.
6873
6874         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
6875
6876         * nnmail.el: Require gnus-int.
6877
6878         * spam.el: Move `require's before `eval-when-compile's.
6879
6880         * gnus-ems.el (gnus-alive-p):
6881         * gnus-fun.el (message-goto-eoh):
6882         * gnus-util.el (gnus-group-name-decode):
6883         * mail-source.el (gnus-compress-sequence):
6884         * message.el (Info-goto-node, format-spec):
6885         * mm-bodies.el (message-options-get):
6886         * mm-decode.el (mm-view-pkcs7):
6887         * mm-util.el (gmm-write-region):
6888         * mml-smime.el (mml-compute-boundary)
6889         (gnus-completing-read-with-default):
6890         * mml.el (widget-button-press, gnus-make-hashtable):
6891         * mml1991.el (mm-decode-content-transfer-encoding)
6892         (mm-encode-content-transfer-encoding)
6893         (message-options-get, message-options-set):
6894         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
6895         * nnfolder.el (gnus-request-group):
6896         * nnheader.el (ietf-drums-unfold-fws):
6897         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
6898         * smime.el (gnus-run-mode-hooks):
6899         * spam-stat.el (gnus-message): Autoload.
6900
6901         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
6902         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
6903         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
6904         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
6905         Add declare-function compatibility definition.
6906
6907         * gnus-cache.el (nnvirtual-find-group-art):
6908         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
6909         (gnus-add-image, gnus-add-wash-type):
6910         * gnus-group.el (nnkiboze-score-file):
6911         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
6912         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
6913         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
6914         (message-tokenize-header, gnus-get-buffer-create)
6915         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
6916         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
6917         * gnus.el (gnus-group-decoded-name):
6918         * mail-source.el (imap-capability):
6919         * mm-bodies.el (message-options-set):
6920         * mm-decode.el (gnus-configure-windows):
6921         * mm-extern.el (message-goto-body):
6922         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
6923         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
6924         (epg-sub-key-validity, message-options-set):
6925         * mml.el (widget-event-point, gnus-configure-windows):
6926         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
6927         * mml2015.el (epg-check-configuration, epg-configuration)
6928         (message-options-set):
6929         * nndb.el (nndb-request-article):
6930         * nnfolder.el (gnus-request-create-group):
6931         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
6932         * nnmaildir.el (gnus-group-mark-article-read):
6933         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
6934         * rfc1843.el (message-fetch-field):
6935         * spam.el (gnus-extract-address-components):
6936         Declare as functions.
6937
6938 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6939
6940         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
6941
6942         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
6943
6944         * lpath.el: Fbind run-mode-hooks for Emacs 21;
6945         bind show-trailing-whitespace for XEmacs.
6946
6947 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6948
6949         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
6950         new no-op macro for backward compatibility.
6951
6952         * imap.el (imap-string-to-integer): New function.
6953
6954 2007-12-09  Glenn Morris  <rgm@gnu.org>
6955
6956         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
6957
6958         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
6959         * message.el, mm-view.el, sieve-manage.el, smime.el:
6960         Add declare-function compatibility definition.
6961
6962         * gnus-art.el (w3-region, w3m-region, Info-menu):
6963         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
6964         * gnus-sum.el (gnus-get-predicate):
6965         * gnus-util.el (mm-append-to-file, w32-focus-frame):
6966         * message.el (mail-abbrev-in-expansion-header-p):
6967         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
6968         (w3m-detect-meta-charset, w3m-region):
6969         * sieve-manage.el (password-read, password-cache-add)
6970         (password-cache-remove):
6971         * smime.el (password-read-and-add): Declare as functions.
6972
6973 2007-12-08  David Kastrup  <dak@gnu.org>
6974
6975         * gnus-sum.el (gnus-summary-simplify-subject-query):
6976         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
6977         `message'.
6978
6979 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6980
6981         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
6982         it to bind idna-program, installation-directory, defined-colors, and
6983         face-attribute for XEmacs of the version that compiles defcustom forms.
6984
6985 2007-12-07  Glenn Morris  <rgm@gnu.org>
6986
6987         * gnus-art.el (article-make-date-line): Revert previous change.
6988
6989 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6990
6991         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
6992
6993 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
6994
6995         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
6996         Call gnus-add-to-range ranges only once with a prepared article-list.
6997
6998 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
6999
7000         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
7001         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
7002         group names with backslashes.  Reported by Tassilo Horn
7003         <tassilo@member.fsf.org>.
7004
7005 2007-12-06  Deepak Goel  <deego3@gmail.com>
7006
7007         * gnus-art.el (article-make-date-line):
7008         * gnus-start.el (gnus-load):
7009         * pop3.el (pop3-read-response): Fix buggy call to `error'.
7010
7011 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7012
7013         * gnus-art.el (gnus-use-idna)
7014         * gnus-start.el (gnus-site-init-file)
7015         * message.el (message-use-idna)
7016         * mm-uu.el (mm-uu-hide-markers)
7017         * smiley.el (smiley-style): Revert changes that suppress warnings.
7018
7019 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7020
7021         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
7022         specify charset to html source.  Reported by Christoph Conrad
7023         <christoph.conrad@gmx.de>.
7024
7025 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7026
7027         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
7028         idna-program in order to suppress byte compile warning issued by XEmacs
7029         that came to byte compile the default value section of defcustom forms
7030         recently.
7031
7032         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
7033         value of installation-directory.
7034
7035         * message.el (message-use-idna): Don't directly refer to the value of
7036         idna-program.
7037
7038         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
7039
7040         * smiley.el (smiley-style): Don't directly call face-attribute.
7041
7042 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
7043
7044         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
7045
7046         * gnus-dired.el: Reduce Gnus dependencies.
7047         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
7048         require.  Use autoloads instead.
7049         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
7050         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
7051         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
7052         (gnus-dired-mode): Adjust doc string.
7053         (gnus-dired-mail-mode): New variable.
7054         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
7055         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
7056         (gnus-dired-mail-buffers): New function.  Return mail or message
7057         composition buffers.
7058         (gnus-dired-attach): Use it.
7059         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
7060         NO-DECODE.
7061         (gnus-dired-print): Use `gnus-print-buffer' depending on
7062         `gnus-dired-mail-mode'.
7063
7064 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7065
7066         * rfc2047.el (rfc2047-encoded-word-regexp)
7067         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
7068         explaining what regexp patterns are for.
7069
7070 2007-12-04  Glenn Morris  <rgm@gnu.org>
7071
7072         * password.el: Move to password-cache.el.
7073
7074         * mml1991.el (password-read, password-cache-add, password-cache-remove):
7075         * mml2015.el (password-read, password-cache-add, password-cache-remove):
7076         * mml-smime.el (password-read, password-cache-add)
7077         (password-cache-remove):
7078         No need to autoload, since mml-sec requires password.
7079
7080         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
7081         * message.el (gnus-extract-address-components):
7082         * mml-smime.el (gnus-extract-address-components): Define for compiler.
7083
7084         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
7085         password.
7086
7087 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7088
7089         * mailcap.el: Reduce dependencies.
7090         (mail-header-parse-content-type): Autoload.
7091         (mailcap-delete-duplicates): New alias.
7092         (mailcap-mime-info): Add optional argument NO-DECODE.
7093         (mailcap-mime-types): Use mailcap-delete-duplicates.
7094
7095         * message.el (message-ignored-supersedes-headers): Add "X-ID".
7096
7097 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
7098
7099         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
7100         (imap-parse-status): Upcase status-att for servers that sends them
7101         lower-case (e.g., MS Exchange 2007).
7102
7103 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7104
7105         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
7106         function.
7107
7108         * gnus-uu.el (gnus-uu-decode-yenc): New command.
7109         (gnus-uu-yenc-article): New function.
7110
7111         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
7112
7113         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
7114         buffer.
7115
7116 2007-12-02  Glenn Morris  <rgm@gnu.org>
7117
7118         * binhex.el (binhex): New custom group.
7119         (binhex-decoder-program, binhex-decoder-switches)
7120         (binhex-use-external): Move to the binhex custom group.
7121
7122         * uudecode.el (uudecode): New custom group.
7123         (uudecode-decoder-program, uudecode-decoder-switches)
7124         (uudecode-use-external): Move to the uudecode custom group.
7125
7126         * netrc.el (top-level): Don't load `encrypt' features.
7127         (netrc-parse): Don't use encrypt.
7128         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
7129
7130         * encrypt.el: Remove file.
7131
7132 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
7133
7134         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
7135         matches on patches.
7136
7137         * gnus-art.el (gnus-article-browse-html-article): Mention
7138         `mm-text-html-renderer' in the doc string.
7139
7140         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
7141         string.  Add comments.
7142
7143         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
7144         if rhs is ASCII.
7145
7146 2007-12-01  Glenn Morris  <rgm@gnu.org>
7147
7148         * mail-source.el (top-level): Require format-spec before
7149         eval-when-compile.
7150
7151 2007-11-30  Glenn Morris  <rgm@gnu.org>
7152
7153         * encrypt.el: Require password, rather than autoloading password-read.
7154
7155 2007-11-29  Glenn Morris  <rgm@gnu.org>
7156
7157         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
7158         (sasl-make-client, sasl-next-step, sasl-step-data)
7159         (sasl-step-set-data): Declare as functions.
7160
7161 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
7162
7163         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
7164
7165 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
7166
7167         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
7168         certs should be verified and what is to be done in the event of a
7169         verification failure.
7170
7171         * gnus.el (gnus-method-to-server): Add an optional parameter so the
7172         caller can indicate whether the cache should be disregarded for this
7173         call.  This way the result of the call is reproducible at all times and
7174         can be considered a canonical server name for the supplied method.
7175         (gnus-agent-method-p): Canonicalize server names by pushing their
7176         method through `gnus-method-to-server' using the no-cache argument.
7177
7178         * gnus-srvr.el (gnus-server-insert-server-line): Call
7179         `gnus-method-to-server' with `no-cache' argument.
7180
7181         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
7182         gnus-agent-possibly-synchronize-flags as this should be called when the
7183         server is actually being opened.
7184         (gnus-agent-possibly-synchronize-flags)
7185         (gnus-agent-possibly-synchronize-flags-server): Move check for the
7186         flags file of an agentized server to the latter function.
7187
7188         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
7189         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
7190         after a connection has been established successfully.
7191
7192 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7193
7194         * gnus-art.el (article-display-face): Force to display face if called
7195         interactively; check if gnus-article-x-face-too-ugly matches author.
7196         (article-display-x-face): Display face even if From header is missing
7197         as article-display-face does.
7198
7199 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
7200
7201         * hashcash.el (message-narrow-to-headers-or-head)
7202         (message-fetch-field, message-goto-eoh)
7203         (message-narrow-to-headers): Declare as functions.
7204
7205 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
7206
7207         * mail-source.el (mail-sources): Default to fetch from file for
7208         compatibility with default of nnmail-spool-file.
7209
7210 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7211
7212         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
7213         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
7214         to look for encoded word that should be encoded again.
7215         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
7216         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
7217         encoding pattern.
7218         (rfc2047-decode-region): Switch strict regexp and loose one according
7219         to rfc2047-allow-irregular-q-encoded-words.
7220
7221 2007-11-25  Romain Francoise  <romain@orebokech.com>
7222
7223         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
7224
7225 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7226
7227         * tls.el (tls-program): Provide more custom choices from
7228         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
7229         (tls-process-connection-type, tls-success): Remove "*" in doc string.
7230
7231 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7232
7233         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
7234         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
7235
7236         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
7237         `nnmail-spool-file'.
7238
7239         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
7240         `nnmail-spool-file'.
7241
7242         * gnus-move.el (gnus-change-server): Ditto.
7243
7244         * gnus-kill.el (gnus-batch-score): Ditto.
7245
7246         * gnus-cache.el (gnus-jog-cache): Ditto.
7247
7248         * gnus-msg.el (gnus-summary-reply):
7249         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
7250
7251 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7252
7253         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
7254         version.  Minor improvement to doc strings.
7255         (tls-program): Add comment.
7256
7257 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
7258
7259         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
7260         (tls-checktrust): New variable.  Check if GNU TLS complained about a
7261         mismatch between the hostname provided in the certificate and the name
7262         of the host connnecting to.
7263         (open-tls-stream): Use them.  Check certificates against trusted root
7264         certificates.
7265
7266 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7267
7268         * gnus-cache.el (gnus-cache-generate-nov-databases):
7269         Use nnml-generate-nov-databases-directory instead of
7270         nnml-generate-nov-databases-1.
7271
7272 2007-11-24  Glenn Morris  <rgm@gnu.org>
7273
7274         * message.el (message-tool-bar-retro): Update for rename
7275         mail_send.xpm->mail-send.xpm.
7276
7277 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
7278
7279         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7280         `smime-ldap-search' for Emacs 22 and up.
7281
7282 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7283
7284         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
7285
7286         * message.el (message-send-mail-function): Fix error convention.
7287         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
7288         (message-widen-reply, message-send-mail, message-talkative-question)
7289         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
7290         (message-clone-locals, message-send-news): Use with-current-buffer.
7291         (message-insert-or-toggle-importance): Remove unused var `valid'.
7292         (message-make-references): Remove unused var `new-references'.
7293         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
7294
7295 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
7296
7297         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
7298         (spam-split-symbolic-return-positive): Reflow docstring.
7299         (spam-backends, spam-summary-exit-behavior)
7300         (spam-mark-ham-unread-before-move-from-spam-group)
7301         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
7302         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
7303         (spam-clear-cache, spam-backend-check, spam-install-backend)
7304         (spam-install-statistical-backend, spam-list-of-processors)
7305         (spam-group-processor-p, spam-split, spam-bogofilter-score)
7306         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
7307         (spam-check-crm114, spam-initialize, spam-unload-hook):
7308         Fix typos in docstrings.
7309
7310 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7311
7312         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
7313         been checked if they have never been read and those group levels are
7314         higher than the one that a user specified.
7315
7316 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7317
7318         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
7319         foreign groups unless a group level is specified by a user.
7320         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
7321
7322 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
7323
7324         * message.el (message-send-mail-function): Require sendmail.
7325
7326 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
7327
7328         * message.el (message-send-mail-function): Check for smtpmail too.
7329
7330         * utf7.el (utf7-encode, utf7-decode): Use coding system
7331         `utf-7'/`utf-7-imap' from utf-7.el' if available.
7332
7333         * message.el (message-send-mail-function): New function.
7334         (message-send-mail-function): Set default using
7335         message-send-mail-function.  Adjust doc string.
7336         (message-send-mail-with-mailclient): New function.
7337
7338 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
7339
7340         * smime.el (from):
7341         * rfc2047.el (message-posting-charset):
7342         * qp.el (mm-use-ultra-safe-encoding):
7343         * pop3.el (parse-time-months):
7344         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
7345         * nnml.el (files):
7346         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
7347         (jka-compr-compression-info-list, ange-ftp-path-format)
7348         (efs-path-regexp):
7349         * nndiary.el (files):
7350         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
7351         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
7352         (epg-digest-algorithm-alist, inhibit-redisplay)
7353         (password-cache-expiry):
7354         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
7355         (pgg-output-buffer, password-cache-expiry):
7356         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
7357         (efs-path-regexp):
7358         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
7359         (inhibit-redisplay):
7360         * mm-uu.el (file-name, start-point, end-point, entry)
7361         (gnus-newsgroup-name, gnus-newsgroup-charset):
7362         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
7363         (latin-unity-ucs-list):
7364         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
7365         (mm-uu-binhex-decode-function):
7366         * message.el (gnus-message-group-art, gnus-list-identifiers)
7367         (rmail-enable-mime-composing, gnus-local-organization)
7368         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
7369         (gnus-read-active-file, facemenu-add-face-function)
7370         (facemenu-remove-face-function, gnus-article-decoded-p)
7371         (tool-bar-mode):
7372         * mail-source.el (display-time-mail-function):
7373         * gnus-util.el (nnmail-pathname-coding-system)
7374         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
7375         (gnus-original-article-buffer, gnus-user-agent)
7376         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
7377         (xemacs-codename, sxemacs-codename, emacs-program-version):
7378         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
7379         * gnus-start.el (gnus-agent-covered-methods)
7380         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
7381         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
7382         (gnus-newsgroup-headers, gnus-group-list-mode)
7383         (gnus-group-mark-positions, gnus-newsgroup-data)
7384         (gnus-newsgroup-unreads, nnoo-state-alist)
7385         (gnus-current-select-method, mail-sources)
7386         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
7387         (nnmail-spool-file, gnus-cache-active-hashtb):
7388         * gnus-mh.el (mh-lib-progs):
7389         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
7390         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
7391         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
7392         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
7393         (gnus-group-buffer):
7394         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
7395         (font-lock-set-defaults):
7396         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
7397         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
7398         (gnus-summary-post-menu, total-parts, type, condition, length):
7399         * gnus-agent.el (gnus-agent-read-agentview):
7400         * flow-fill.el (show-trailing-whitespace):
7401         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
7402         eval-and-compile wrappers for byte compiler pacifiers.
7403
7404         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
7405         (mm-display-inline-fontify): Check for featurep 'xemacs not
7406         extent-list.
7407
7408         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
7409         itimer-list.
7410         (mm-create-image-xemacs): Only do something for XEmacs.
7411         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
7412
7413         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
7414
7415         * gnus-registry.el (gnus-adaptive-word-syntax-table):
7416         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
7417
7418 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
7419
7420         * nnimap.el (nnimap-split-download-body):
7421         * gnus-demon.el (gnus-demon):
7422         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
7423
7424 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7425
7426         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
7427         macros.
7428         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
7429         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
7430         copy data from unibyte buffer to multibyte current buffer.
7431         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
7432         to copy data from unibyte current buffer to multibyte buffer.
7433         (nntp-make-process-buffer): Make process buffer unibyte.
7434
7435         * pop3.el (pop3-open-server): Fix typo in Lisp code.
7436
7437 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
7438
7439         * pop3.el (pop3-open-server): Accept and process data more robustly at
7440         connexion start to avoid spurious "POP SSL connexion failed" errors.
7441
7442 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7443
7444         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
7445         read group names.
7446
7447 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
7448
7449         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
7450
7451 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7452
7453         * nnmail.el (nnmail-parse-active): Make group names unibyte.
7454         (nnmail-save-active): Use a unibyte buffer when saving active file,
7455         which may contain non-ASCII group names.
7456
7457         * nnml.el (nnml-request-group): Decode group names in messages.
7458
7459 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
7460
7461         * message.el (message-citation-line-function)
7462         (message-insert-formatted-citation-line): Fix spelling of
7463         `message-insert-formated-citation-line'.
7464
7465 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
7466
7467         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
7468
7469 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7470
7471         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
7472         nnmail-pathname-coding-system.
7473
7474         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
7475         that a user enters; decode group names in messages.
7476
7477         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
7478
7479 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7480
7481         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
7482
7483         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
7484
7485         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
7486         risky local variable.
7487
7488         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
7489
7490 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
7491
7492         * encrypt.el: Improve documentation to fix function name typo.
7493         Reported by Daiki Ueno <ueno@unixuser.org>.
7494
7495 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7496
7497         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
7498         even if the point is not in the last page of an article.
7499         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
7500         back to the previous page.
7501
7502 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
7503
7504         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
7505
7506 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7507
7508         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
7509
7510 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7511
7512         * message.el (message-check-news-body-syntax): Avoid
7513         mm-string-as-multibyte.
7514         (message-hide-headers): Don't assume (point-min)==1.
7515
7516 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7517
7518         * message.el (message-remove-blank-cited-lines): Fix if remove is
7519         given.
7520         (message-bogus-address-regexp): New variable.
7521         (message-bogus-recipient-p): New function.
7522         (message-check-recipients): New command.
7523         (message-syntax-checks): Add `bogus-recipient'.
7524         (message-fix-before-sending): Add `bogus-recipient'.
7525
7526         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
7527         (gnus-treat-body-boundary): Don't test window-system.
7528
7529 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
7530
7531         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
7532
7533 2007-10-28  Miles Bader  <miles@gnu.org>
7534
7535         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
7536         at compile-time too.
7537
7538 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
7539
7540         * gnus-msg.el (gnus-message-setup-hook): Add
7541         `message-remove-blank-cited-lines' to options.
7542
7543 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7544
7545         * message.el (message-remove-blank-cited-lines): New function.
7546         Suggested by Karl Plästerer.
7547
7548 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7549
7550         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
7551         mapc.
7552
7553         * imap.el (imap-open): Replace mapcar called for effect with mapc.
7554         (top-level): Use mapc to set functions to be traced for debugging.
7555
7556         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
7557         called for effect with while loop.
7558
7559         * message.el (message-talkative-question): Replace mapcar called for
7560         effect with mapc.
7561
7562         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
7563         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
7564         called for effect with dolist.
7565
7566         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
7567
7568         * nndiary.el: Use dolist instead of mapcar to add diary headers to
7569         gnus-extra-headers and nnmail-extra-headers.
7570
7571         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
7572         called for effect with dolist.
7573         (top-level): Use mapc to set functions to be traced for debugging.
7574
7575         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
7576         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
7577         dolist.
7578
7579         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
7580         Replace mapcar called for effect with mapc.
7581         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
7582         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
7583         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
7584         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
7585
7586         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
7587         remove-if that's a cl function.
7588
7589         * webmail.el (webmail-debug): Replace mapcar called for effect with
7590         dolist.
7591
7592         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
7593         with mapc.
7594
7595 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7596
7597         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
7598         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
7599         with while loop.
7600
7601         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
7602         functions from article-* functions.
7603         (gnus-multi-decode-header): Replace mapcar called for effect with
7604         dolist.
7605
7606         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
7607         (gnus-bookmark-show-details): Replace mapcar called for effect with
7608         while loop.
7609
7610         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
7611         called for effect with while loop.
7612
7613         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
7614         with dolist.
7615
7616         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
7617         mapcar called for effect with dolist.
7618
7619         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
7620
7621         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
7622         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
7623         Replace mapcar called for effect with dolist.
7624         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
7625         mapc.
7626
7627         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
7628         Replace mapcar called for effect with dolist.
7629         (gnus-topic-list): Replace mapcar called for effect with mapc.
7630
7631         * gnus.el: Use mapc instead of mapcar to add autoloads.
7632
7633 2007-10-23  Richard Stallman  <rms@gnu.org>
7634
7635         * gnus-group.el (gnus-group-highlight): Mark as risky.
7636
7637 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7638
7639         * gnus.el (gnus-server-to-method): Return method found first in
7640         gnus-newsrc-alist.
7641
7642         * gnus-art.el (gnus-article-highlight-signature)
7643         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
7644         button overlay without the front stickiness.
7645
7646 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
7647
7648         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
7649         overview buffer needed a catch to receive its throw.
7650         (gnus-agent-flush-cache): Declared as interactive to make this function
7651         easier to use.
7652
7653 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
7654
7655         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
7656         `next-line'.
7657
7658 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7659
7660         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
7661         exclude address matching message-dont-reply-to-names.
7662
7663 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7664
7665         * gnus-util.el (gnus-string<): New function.
7666
7667         * gnus-sum.el (gnus-article-sort-by-author)
7668         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
7669
7670 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7671
7672         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
7673         the frame-focus tag is set in gnus-buffer-configuration.
7674
7675 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7676
7677         * gnus-art.el (gnus-article-add-button): Make a button overlay without
7678         the front stickiness.
7679
7680 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7681
7682         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
7683         url pattern; remove duplicate one.
7684         (gnus-article-extend-url-button): New function.
7685         (gnus-article-add-buttons): Use it.
7686         (gnus-button-push): Use concatenated url that it makes.
7687
7688 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
7689
7690         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
7691
7692 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7693
7694         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
7695         Don't hardcode point-min==1.
7696
7697 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
7698
7699         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
7700         Fix comment about "iso8859-1".
7701
7702 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
7703
7704         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
7705         ones returned from the verify-function.
7706
7707         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
7708         mml2015-extract-cleartext-signature if extraction failed.
7709
7710 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
7711
7712         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
7713         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
7714         failed.
7715
7716 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7717
7718         * Relicense "GPLv2 or later" files to "GPLv3 or later".
7719
7720 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
7721
7722         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
7723         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
7724         recommends to use EasyPG instead of PGG.
7725
7726         * pgg.el: Revert to revision 6.23.2.16.
7727
7728         * pgg-def.el: Revert to revision 6.6.2.14.
7729
7730         * pgg-gpg.el: Revert to revision 6.23.2.34.
7731
7732 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
7733
7734         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
7735         to mark a thread as expirable.  Add variable `hide' to handle hiding of
7736         thread for both the null and zero (kill/expire thread) universal prefix
7737         cases.
7738         (gnus-summary-expire-thread): Add new function to expire a thread,
7739         using gnus-summary-kill-thread.
7740         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
7741         shortcuts for gnus-summary-expire-thread.
7742         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
7743         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
7744
7745 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7746
7747         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
7748         extras value, so an extras entry can be deleted.
7749         (gnus-registry-delete-extra-entry): Use it.
7750         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
7751         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
7752         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
7753         storage through the gnus-registry, and provide an appropriate API for
7754         it.
7755
7756 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7757
7758         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
7759         Suggested by Leo <sdl.web@gmail.com>.
7760
7761         * gnus.el: Do.
7762
7763 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7764
7765         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
7766         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
7767
7768         * gnus-agent.el (gnus-agent-fetch-headers): Do.
7769
7770         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7771         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
7772
7773 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7774
7775         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
7776         newline.
7777         (nnmbox-request-accept-article): Don't change article in source buffer;
7778         narrow to header to use message-fetch-field rather than
7779         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
7780         (nnmbox-request-replace-article): Quote lines that'll be misidentified
7781         as delimiters; make sure article ends with newline.
7782         (nnmbox-delete-mail): Correct last position of article to be deleted;
7783         ignore X-Gnus-Newsgroup header in article body.
7784         (nnmbox-save-mail): Quote lines looking like delimiters at the right
7785         positions; make sure article ends with newline.
7786
7787         * message.el (message-display-abbrev): Don't infloop when a user
7788         inserts SPC in the beginning of header.
7789
7790         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
7791         coding-system-for-read and coding-system-for-write for XEmacs having no
7792         file-coding feature.
7793
7794         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
7795
7796 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
7797
7798         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
7799         list of groups not followed by default.  Fix type to be regexp.
7800         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
7801
7802 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
7803
7804         * hmac-def.el (define-hmac-function): Switch from old-style to
7805         new-style backquotes.
7806
7807         * md4.el (md4-make-step): Likewise.
7808
7809 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7810
7811         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
7812         raw-text coding system when saving .newsrc file, which may contain
7813         non-ASCII group names.
7814
7815 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7816
7817         * gnus-cus.el (gnus-score-extra): New widget.
7818         (gnus-score-extra-convert): New function.
7819         (gnus-score-customize): Use it for Extra.
7820
7821 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
7822
7823         * mml2015.el (mml2015-extract-cleartext-signature): New function.
7824         (mml2015-mailcrypt-clear-verify): Use it.
7825         (mml2015-gpg-clear-verify): Use it.
7826         (mml2015-pgg-clear-verify): Use it.
7827         (mml2015-epg-clear-verify): Replace the current part with the output
7828         from GnuPG; don't extract the plaintext by itself.
7829
7830         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
7831         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
7832         mml2015-clear-verify-function; don't touch the armor headers or
7833         dash-escaped text here.
7834
7835 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7836
7837         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
7838         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
7839         parts, or application/octet-stream as a last resort.
7840         (gnus-mime-view-part-as-type): Don't toggle display.
7841         (gnus-mime-view-part-as-charset): Don't turn off display before
7842         querying charset.
7843
7844         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
7845         stuff to undisplayer function in Emacs.
7846         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
7847
7848         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
7849         text/calendar parts.
7850
7851 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7852
7853         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
7854         decoding text/calendar parts.
7855
7856         * message.el (message-forward-make-body-mime): Always mark body as
7857         having no illegible text; remove signed-or-encrypted argument.
7858         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
7859
7860         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
7861         (mml-generate-mime-1): Don't encode body if it is specified to be in
7862         raw form; don't make buffer be unibyte when inserting multibyte string.
7863
7864 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7865
7866         * sha1.el: Fix up comment style.
7867         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
7868         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
7869
7870         * hex-util.el: Fix up comment style.
7871         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
7872
7873         * gnus-salt.el: Use with-current-buffer.
7874         (gnus-pick-setup-message): Fix long-standing typo.
7875
7876 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7877
7878         * imap.el (imap-logout-timeout): New variable.
7879         (imap-logout, imap-logout-wait): New functions.
7880         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
7881
7882         * nnimap.el (nnimap-logout-timeout): New server variable.
7883         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
7884         nnimap-logout-timeout.
7885
7886         * gnus-art.el (gnus-article-summary-command-nosave)
7887         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
7888
7889 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7890
7891         * gnus.el (gnus-maximum-newsgroup): New variable.
7892
7893         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
7894         according to gnus-maximum-newsgroup.
7895
7896         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7897         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
7898         Limit the range of articles according to gnus-maximum-newsgroup.
7899
7900 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
7901
7902         * gnus-art.el (gnus-sticky-article): Fixed problems described in
7903         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
7904         Don't perform gnus-configure-windows here; reuse existing sticky
7905         article buffer.
7906
7907         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
7908         it doesn't exist in gnus-article-mode.
7909
7910 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7911
7912         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
7913         (gnus-agent-decoded-group-name): New function.
7914         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
7915         (gnus-agent-expire-group-1): Use it; decode group name in messages.
7916
7917 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
7918
7919         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
7920         Add binding for gnus-sticky-article.
7921         (gnus-summary-exit): Don't kill sticky article buffers.
7922
7923         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
7924         article buffer.
7925         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
7926         (gnus-kill-sticky-article-buffers): New commands.
7927
7928 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7929
7930         * nntp.el (nntp-xref-number-is-evil): New server variable.
7931         (nntp-find-group-and-number): If it is non-nil, don't trust article
7932         numbers in the Xref header.
7933
7934 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7935
7936         * gnus-agent.el (gnus-agent-read-group): New function.
7937         (gnus-agent-flush-group, gnus-agent-expire-group)
7938         (gnus-agent-regenerate-group): Use it.
7939         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
7940         nnmail-pathname-coding-system.
7941
7942 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7943
7944         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
7945
7946         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
7947         that are unread as unread, and also as selected so that information of
7948         marks having been changed by a user may be updated when exiting group.
7949
7950 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7951
7952         * gnus-art.el (gnus-mime-display-single): Pass part number that is
7953         calculated ignoring signature parts to gnus-treat-article.
7954
7955 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7956
7957         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
7958         a point here in order to keep the window start.
7959         (gnus-insert-mime-security-button): Make a button overlay without the
7960         front stickiness.
7961         (gnus-mime-display-security): Goto the end of a button.
7962
7963         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
7964
7965 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7966
7967         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
7968         group-name-at-point.
7969         (gnus-group-completing-read): New function that offers decoded
7970         non-ASCII group names for completion.
7971         (gnus-fetch-group, gnus-group-read-ephemeral-group)
7972         (gnus-group-jump-to-group, gnus-group-make-group-simple)
7973         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
7974         (gnus-group-fetch-control): Use it.
7975         (gnus-fetch-group): Use group-name-at-point for the initial value
7976         rather than the default value; use gnus-alive-p.
7977
7978         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
7979         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
7980         (gnus-summary-post-news): Use gnus-group-completing-read.
7981
7982         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
7983         (gnus-read-move-group-name): Decode group name for completion.
7984
7985 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
7986
7987         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
7988         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
7989         Yamaoka slightly modified the code).
7990
7991 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7992
7993         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
7994         (nnmail-split-incoming): Bind it.
7995
7996         * nnml.el (nnml-group-name-charset): New function.
7997         (nnml-decoded-group-name): Use it; don't decode group name if
7998         nnmail-group-names-not-encoded-p is non-nil.
7999         (nnml-encoded-group-name): New function.
8000         (nnml-group-pathname): Inline nnml-decoded-group-name.
8001         (nnml-request-expire-articles): Decode group name in message.
8002         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
8003         nnmail-pathname-coding-system.
8004         (nnml-save-mail, nnml-active-number): Work with decoded group names and
8005         not decoded ones according to nnmail-group-names-not-encoded-p.
8006         (nnml-generate-active-info): Use nnml-encoded-group-name.
8007
8008 2007-08-08  Glenn Morris  <rgm@gnu.org>
8009
8010         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
8011         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
8012         doc-strings and comments.
8013
8014 2007-07-25  Glenn Morris  <rgm@gnu.org>
8015
8016         * Relicense all FSF files to GPLv3 or later.
8017
8018 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8019
8020         * gnus-sum.el (gnus-summary-move-article): Make
8021         gnus-summary-respool-article work.
8022
8023 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
8024
8025         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
8026         string.
8027
8028 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
8029
8030         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
8031         that should be ignored when comparing distant RSS articles with local
8032         ones.
8033         (nnrss-make-hash-index): New function.  Create a hash index according
8034         to the ignored fields.
8035         (nnrss-check-group): Use it.
8036
8037 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8038
8039         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
8040
8041         * gnus-art.el (article-decode-group-name): Decode Xref header too.
8042
8043         * gnus-group.el (gnus-group-make-group): Encode group name here unless
8044         the new optional argument ENCODED is non-nil.
8045         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
8046         coding system for encoding group name.
8047         (gnus-group-make-rss-group): Pass un-encoded group name to
8048         gnus-group-make-group.
8049         (gnus-group-set-info): Tell gnus-group-make-group that group name is
8050         encoded.
8051
8052         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
8053         Encode group name to which articles are moved or copied.
8054         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
8055         coding system for encoding Newsgroup, Followup-To and Xref headers.
8056
8057         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
8058         marks; use nnheader-file-coding-system to write a file.
8059         (nnagent-retrieve-headers): Bind file-name-coding-system to
8060         nnmail-pathname-coding-system.
8061
8062         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
8063
8064         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
8065         (nnml-request-article, nnml-request-create-group)
8066         (nnml-request-rename-group, nnml-find-id)
8067         (nnml-possibly-change-directory, nnml-possibly-create-directory)
8068         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
8069         (nnml-save-marks): Use nnml-group-pathname instead of
8070         nnmail-group-pathname.
8071
8072         (nnml-request-create-group, nnml-request-expire-articles)
8073         (nnml-request-move-article, nnml-request-delete-group)
8074         (nnml-deletable-article-p, nnml-possibly-create-directory)
8075         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
8076         (nnml-open-marks): Bind file-name-coding-system to
8077         nnmail-pathname-coding-system.
8078
8079         (nnml-request-article): Pass server argument to nnml-find-group-number.
8080         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
8081         server argument to nnml-possibly-create-directory.
8082         (nnml-request-accept-article): Pass server argument to
8083         nnml-active-number and nnml-save-mail.
8084         (nnml-find-group-number): Pass server argument to nnml-find-id.
8085         (nnml-request-update-info): Pass server argument to
8086         nnml-marks-changed-p.
8087
8088         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
8089         (nnml-save-mail, nnml-active-number): Add server argument.
8090
8091         (nnml-request-delete-group): Warn if group is missing.
8092         (nnml-get-nov-buffer): Decode group name.
8093         (nnml-generate-active-info): Encode group name.
8094         (nnml-open-marks): Decode group name in messages.
8095
8096 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8097
8098         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
8099         if it is not specified.
8100         (gnus-article-pipe-part, gnus-article-save-part)
8101         (gnus-article-interactively-view-part, gnus-article-copy-part)
8102         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
8103         (gnus-article-inline-part, gnus-article-save-part-and-strip)
8104         (gnus-article-replace-part, gnus-article-delete-part)
8105         (gnus-article-view-part-as-type): Pass raw prefix argument to
8106         gnus-article-part-wrapper.
8107
8108 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8109
8110         * gnus-agent.el (gnus-agent-save-active): Bind
8111         nnheader-file-coding-system to gnus-agent-file-coding-system.
8112
8113         * gnus-cache.el (gnus-cache-save-buffers)
8114         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
8115         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
8116         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
8117         (gnus-cache-braid-nov, gnus-cache-braid-heads)
8118         (gnus-cache-generate-active, gnus-cache-rename-group)
8119         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
8120         (gnus-cache-update-overview-total-fetched-for): Bind
8121         file-name-coding-system to nnmail-pathname-coding-system.
8122         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
8123         variables.
8124         (gnus-cache-decoded-group-name): New function.
8125         (gnus-cache-file-name): Use it.
8126         (gnus-cache-generate-active): Use non-decoded group name for active.
8127
8128         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
8129         right place.
8130         (gnus-write-active-file): Don't break non-ASCII group names.
8131
8132         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
8133         nnmail-pathname-coding-system.
8134
8135         * lpath.el: Bind default-file-name-coding-system,
8136         file-name-coding-system and language-info-alist for XEmacs.
8137
8138         * gnus-uu.el (gnus-uu-decode-save): Typo.
8139
8140 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8141
8142         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
8143
8144 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8145
8146         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
8147         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
8148         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
8149         (gnus-agent-flush-group, gnus-agent-flush-cache)
8150         (gnus-agent-fetch-headers, gnus-agent-load-alist)
8151         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
8152         (gnus-agent-retrieve-headers, gnus-agent-request-article)
8153         (gnus-agent-regenerate-group)
8154         (gnus-agent-update-files-total-fetched-for)
8155         (gnus-agent-update-view-total-fetched-for): Bind
8156         file-name-coding-system to nnmail-pathname-coding-system.
8157         (gnus-agent-group-pathname): Don't encode file names by
8158         nnmail-pathname-coding-system.
8159         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
8160         coding-system-for-write instead of buffer-file-coding-system to
8161         gnus-agent-file-coding-system.
8162
8163         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
8164         Decode group name.
8165
8166         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
8167
8168         * gnus-start.el (gnus-update-active-hashtb-from-killed)
8169         (gnus-read-newsrc-el-file): Make group names unibyte.
8170
8171         * nnmail.el (nnmail-group-pathname): Don't encode file names by
8172         nnmail-pathname-coding-system.
8173
8174         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
8175         (nnrss-request-delete-group): Bind file-name-coding-system to
8176         nnmail-pathname-coding-system.
8177         (nnrss-read-server-data, nnrss-read-group-data): Bind
8178         file-name-coding-system correctly.
8179         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
8180
8181         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
8182         (nntp-server-to-method-cache): New variable.
8183         (nntp-group-pathname): New function that decodes non-ASCII group names.
8184         (nntp-possibly-create-directory, nntp-marks-changed-p)
8185         (nntp-save-marks, nntp-open-marks): Use it.
8186         (nntp-possibly-create-directory, nntp-open-marks):
8187         Bind file-name-coding-system to nnmail-pathname-coding-system.
8188         (nntp-open-marks): Decode group names when bootstrapping marks.
8189
8190         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
8191         Newsgroups and Folowup-To headers.
8192
8193 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8194
8195         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8196         (gnus-server-closed-face, gnus-server-denied-face)
8197         (gnus-server-offline-face): Remove variable.
8198         (gnus-server-font-lock-keywords): Use faces that are not aliases.
8199
8200         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
8201         of modifying message-stack directly for XEmacs.
8202
8203         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
8204         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
8205         if the coding-system argument is nil for XEmacs.
8206
8207         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
8208         mm-charset-override-alist.
8209
8210         * rfc2047.el: Don't require base64; require rfc2045 for the function
8211         rfc2045-encode-string.
8212         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
8213         to quote the parameter value.
8214
8215 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8216
8217         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
8218         form in gnus-group-name-charset-method-alist.
8219
8220         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
8221         overrides the default layout edit-form.
8222
8223         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
8224
8225         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
8226
8227 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8228
8229         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
8230         as unfetched articles.
8231
8232 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
8233
8234         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
8235
8236 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8237
8238         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
8239         original back end that keeps marks in the local system.
8240
8241 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8242
8243         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
8244         arg of pop-to-buffer for XEmacs.
8245         (gnus-article-read-summary-keys): Ditto; don't restore window
8246         configuration if summary command ends up with neither article buffer
8247         nor summary buffer; describe bindings if summary keys end with C-h.
8248
8249 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8250
8251         * message.el (message-fix-before-sending): Skip raw message part to be
8252         forwarded while checking illegible text.
8253         (message-forward-make-body-mime, message-forward-make-body): Mark
8254         signed or encrypted raw message as having no illegible text.
8255
8256 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8257
8258         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
8259         (gnus-message-with-timestamp-1): New macro.
8260         (gnus-message-with-timestamp): New function.
8261         (gnus-message): Use them.
8262
8263         * nnheader.el (nnheader-message): Use them.
8264
8265 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
8266
8267         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
8268         .newsrc.eld file.
8269
8270 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8271
8272         * gnus-agent.el (gnus-agent-fetch-headers)
8273         (gnus-agent-retrieve-headers): Bind
8274         gnus-decode-encoded-address-function to identity.
8275
8276         * nntp.el (nntp-send-xover-command): Recognize an xover command is
8277         available also when the server returns simply a dot.
8278
8279         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
8280
8281 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8282
8283         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
8284
8285 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8286
8287         * gnus-ems.el (gnus-x-splash): Make it work.
8288
8289         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
8290         from being used.
8291
8292         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
8293
8294 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8295
8296         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
8297         4th and the 5th arguments.
8298
8299         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
8300         the front stickiness.
8301         (gnus-article-summary-command-nosave): Correct the order of the
8302         arguments passed to pop-to-buffer.
8303         (gnus-article-read-summary-keys): Ditto; make it work properly when the
8304         summary command ends up with the article buffer.
8305
8306         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
8307         the same faces.
8308
8309 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
8310
8311         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
8312
8313 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
8314
8315         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
8316         * gnus-sum.el (gnus-summary-highlight):
8317         * pgg.el (pgg-sign-region, pgg-sign):
8318         * mail-source.el (mail-source-delete-old-incoming-confirm):
8319         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
8320
8321 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8322
8323         * gnus-art.el (gnus-mime-view-part-externally)
8324         (gnus-mime-view-part-internally): Fix predicate function passed to
8325         completing-read.
8326
8327         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
8328
8329         * gnus.el (gnus-update-message-archive-method): Add :version.
8330
8331 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8332
8333         * gnus.el (gnus-update-message-archive-method): New variable.
8334
8335         * gnus-start.el (gnus-setup-news): Update saved "archive" method
8336         according to gnus-message-archive-method if
8337         gnus-update-message-archive-method is non-nil.
8338
8339 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8340
8341         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
8342         by Loic Dachary <loic@dachary.org>.
8343         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8344
8345 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8346
8347         * message.el (message-pop-to-buffer): Add switch-function argument.
8348         (message-mail): Pass switch-function argument to it.
8349
8350 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
8351
8352         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
8353         Improve doc string.
8354
8355 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8356
8357         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
8358         (gnus-header-content)
8359         * gnus-cite.el (gnus-cite-10)
8360         * gnus-srvr.el (gnus-server-closed)
8361         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
8362         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
8363         (gnus-group-mail-3-empty, gnus-group-mail-low)
8364         (gnus-group-mail-low-empty, gnus-splash)
8365         * message.el (message-header-to, message-header-cc)
8366         (message-header-subject, message-header-other, message-header-name)
8367         (message-header-xheader, message-separator, message-cited-text)
8368         (message-mml): Lighten colors of faces used for dark background.
8369
8370 2007-05-24  Simon Josefsson  <simon@josefsson.org>
8371
8372         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
8373         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
8374
8375 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8376
8377         * message.el (message-narrow-to-headers-or-head):
8378         Ignore mail-header-separator in the body.
8379
8380 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8381
8382         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
8383         same as window size.
8384
8385 2007-05-22  Kevin Ryde  <user42@zip.com.au>
8386
8387         * message.el (message-font-lock-keywords): Use message-header-xheader
8388         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
8389         ahead of the anything pattern, to get it recognised.
8390
8391 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8392
8393         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
8394         spam.el loads uses it in the compiled defadvice form.
8395
8396 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
8397
8398         * gnus-sum.el (gnus-articles-to-read)
8399         (gnus-summary-insert-old-articles): Don't truncate group name for
8400         `read-string'.
8401
8402         * gnus-util.el (gnus-limit-string): Delete this function.
8403
8404         * gnus-sum.el (gnus-simplify-subject-fully): Use
8405         `truncate-string-to-width' instead.
8406
8407 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
8408
8409         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
8410         if, on summary exit, the next group has to be selected.
8411         (gnus-summary-exit): Use it.
8412
8413 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
8414
8415         * gnus-art.el (gnus-article-mode): Fix comment about displaying
8416         non-break space.
8417
8418 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8419
8420         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
8421         Check if group is not a directory.
8422         (nnfolder-request-expire-articles): Don't delete articles if the target
8423         group is not available.
8424
8425         * nnml.el (nnml-request-create-group): Properly check if group is not a
8426         file.
8427         (nnml-request-expire-articles): Don't delete articles if the target
8428         group is not available.
8429
8430         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8431         Don't quote characters that are within parentheses.
8432
8433 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8434
8435         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
8436         (gnus-handle-ephemeral-exit): Select article according to it.
8437
8438 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8439
8440         * message.el (message-insert-formated-citation-line): Remove newline.
8441         (message-citation-line-format): Add final \n here so that the user can
8442         avoid a blank line.
8443
8444 2007-05-03  Dan Christensen  <jdc@uwo.ca>
8445
8446         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
8447         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
8448         Update lanl/arXiv support.
8449
8450 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8451
8452         * gnus.el: Bump version number.
8453
8454 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8455
8456         * gnus.el (gnus-version-number): Bump version.
8457
8458 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8459
8460         * gnus.el: No Gnus v0.6 is released.
8461
8462 2007-04-27  Didier Verna  <didier@xemacs.org>
8463
8464         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
8465         * gmm-utils.el (gmm-regexp-concat): here.
8466         * message.el: Don't require 'gnus-util.
8467         (message-dont-reply-to-names): Handle name change above.
8468         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
8469
8470 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8471
8472         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
8473         since the initial value varies according to the system.
8474
8475 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8476
8477         * mm-util.el (mm-charset-synonym-alist): Defcustom.
8478
8479 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
8480
8481         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
8482
8483 2007-04-24  Didier Verna  <didier@xemacs.org>
8484
8485         Improve the type of gnus-ignored-from-addresses.
8486         * gnus-util.el (gnus-orify-regexp): New function.
8487         * message.el (gnus-util): Require it.
8488         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
8489         * gnus-sum.el (gnus-ignored-from-addresses): New function.
8490         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
8491
8492 2007-04-24  Didier Verna  <didier@xemacs.org>
8493
8494         * gnus-sum.el:
8495         * gnus-utils.el: Fix some trailing whitespaces.
8496
8497 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8498
8499         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
8500         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
8501         article's Message-ID; refer parent article in summary buffer.
8502
8503         * message.el (message-bounce): Call mime-to-mml.
8504
8505         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
8506         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
8507         optimize and/or forms properly.
8508
8509 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
8510
8511         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
8512         URL.
8513
8514 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8515
8516         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
8517
8518 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8519
8520         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
8521         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
8522         displayed of multipart/alternative part if it is invoked from summary
8523         buffer.
8524
8525         * mm-view.el (mm-inline-text-html-render-with-w3m)
8526         (mm-inline-text-html-render-with-w3m-standalone)
8527         (mm-inline-render-with-function): Use mail-parse-charset by default.
8528
8529 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
8530
8531         * parse-time.el (parse-time-string-chars): Check if CHAR
8532         is less than the length of parse-time-syntax.
8533
8534 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8535
8536         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
8537         from gnus-newsgroup-processable.
8538
8539 2007-04-16  Didier Verna  <didier@xemacs.org>
8540
8541         * gnus-msg.el (gnus-configure-posting-styles): Handle
8542         message-signature-directory properly with :file syntax.  Reported by
8543         "Leo".
8544
8545 2007-04-11  Didier Verna  <didier@xemacs.org>
8546
8547         New user option: message-signature-directory.
8548         * gnus-msg.el (gnus-configure-posting-styles): Support it.
8549         * message.el (message-insert-signature): Ditto.
8550         * message.el (message-signature-file): Doc update.
8551         * message.el (message-signature-directory): New.
8552
8553 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8554
8555         * gnus-msg.el (gnus-inews-yank-articles): Use
8556         message-exchange-point-and-mark instead of exchange-point-and-mark.
8557
8558 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8559
8560         * message.el (message-yank-original): Make sure cited text ends with
8561         newline; don't exchange point and mark.
8562
8563 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
8564
8565         * tls.el (open-tls-stream): Properly handle case where there
8566         is no associated buffer.
8567
8568 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
8569
8570         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
8571         message-yank-original, make sure (< mark TEXT point).
8572
8573 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8574
8575         * message.el (message-fill-column): New variable.
8576         (message-mode): Use it.  Add comment on a possible new hook.
8577
8578         * nnmail.el (nnmail-spool-file): Mark as obsolete.
8579         (nnmail-get-new-mail): Reformat.
8580
8581         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
8582
8583         * gmm-utils.el: Fix Commentary.
8584         (gmm-tool-bar-from-list): Fix typo in doc string.
8585
8586 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
8587
8588         * message.el (message-yank-original): Don't switch point and mark
8589         unnecessarily to put point and mark as documented.
8590
8591 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8592
8593         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
8594         from the message heads.
8595
8596 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
8597
8598         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
8599         article buffer does not have a window.  This may not be the best
8600         solution but is certainly better than setting the start of the null,
8601         that is the current, window.
8602
8603 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8604
8605         * gnus-draft.el (gnus-draft-setup-hook): New hook.
8606         (gnus-draft-setup): Run it.
8607
8608         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
8609         gnus-score-fast-scoring.  Allow regexp.
8610         (gnus-score-headers): Use it.
8611
8612         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
8613         XEmacs.
8614
8615         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
8616         string.
8617         (gnus-button-alist): Also catch `<f1> k ...'.
8618         (gnus-treat-display-x-face): Fix doc string.
8619
8620 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8621
8622         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
8623         evaluation of gnus-extended-version to ensure correct generation of the
8624         User-Agent header when message-generate-headers-first is used.
8625
8626 2007-03-24  Simon Josefsson  <simon@josefsson.org>
8627
8628         * hashcash.el (hashcash-generate-payment-async): Don't crash if
8629         hashcash-path is nil.  Don't call callback with incorrect number of
8630         parameters if val is 0.
8631
8632 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8633
8634         * message.el (message-required-news-headers):
8635         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
8636
8637 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
8638
8639         * tls.el (open-tls-stream): In handshake-waiting loop,
8640         don't wait more if there is output available to process.
8641
8642 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
8643
8644         * tls.el (tls-program): Doc fix.
8645
8646 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8647
8648         * message.el (message-generate-new-buffers): Change the meaning of the
8649         nil value; add `standard' to the choices; treat t as `unique'; improve
8650         doc string.
8651         (gnus-select-frame-set-input-focus): Autoload.
8652         (message-buffer-name): Search for the existing message buffer if
8653         message-generate-new-buffers is nil or `standard'; treat the value t of
8654         message-generate-new-buffers as `unique'.
8655         (message-pop-to-buffer): Raise the frame already displaying the message
8656         buffer; clear the echo area after querying.
8657         (message-setup): Pass the `continue' argument to compose-mail.
8658         (message-mail): Prefer `switch-function' if it is given; search for the
8659         existing message buffer if the `continue' argument is non-nil; pass
8660         continue and switch-function arguments to compose-mail by way of
8661         message-setup.
8662         (message-mail-other-window): Adjust argument of message-setup.
8663         (message-mail-other-frame): Ditto.
8664
8665 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8666
8667         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
8668         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
8669         to turn font-lock on when turning gnus-message-citation-mode on.
8670
8671 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
8672
8673         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
8674         (mml-smime-function-alist): New variable; add epg as the backend.
8675         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
8676         mml-smime- functions instead.
8677         * mm-view.el: Require smime.
8678
8679 2007-03-05  Didier Verna  <didier@xemacs.org>
8680
8681         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
8682         instead of just inheritance for posting styles.
8683         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
8684
8685 2007-02-24  Chris Moore  <dooglus@gmail.com>
8686
8687         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
8688         * pgg-pgp.el (pgg-pgp-encrypt-region):
8689         * pgg-gpg.el (pgg-gpg-encrypt-region):
8690         Check pgg-encrypt-for-me if no other recipients.
8691
8692 2007-02-24  John Paul Wallington  <jpw@pobox.com>
8693
8694         * tls.el (tls-certtool-program): Fix custom type.
8695
8696 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8697
8698         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
8699         and point-at-eol instead of line-(beginning|end)-position.
8700
8701         * assistant.el (assistant-parse-buffer): Ditto.
8702
8703         * netrc.el (netrc-parse-services): Ditto.
8704
8705 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
8706
8707         * mml2015.el (mml2015-epg-find-usable-key): New function.
8708         (mml2015-epg-sign): Use it.
8709         (mml2015-epg-encrypt): Use it.
8710
8711 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8712
8713         * message.el (message-make-in-reply-to): Quote name containing
8714         non-ASCII characters.  It will make the RFC2047 encoder cause an error
8715         if there are special characters.  Reported by NAKAJI Hiroyuki
8716         <nakaji@jp.freebsd.org>.
8717
8718 2007-02-27  Didier Verna  <didier@xemacs.org>
8719
8720         Include the group parameters as well as the topic ones in the
8721         inheritance filter process.
8722         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
8723         argument GROUP-PARAMS-LIST.
8724         * gnus-topic.el (gnus-group-topic-parameters): Use it.
8725
8726 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8727
8728         * nntp.el (nntp-never-echoes-commands)
8729         (nntp-open-connection-functions-never-echo-commands): New variables.
8730         (nntp-send-command): Use them.
8731
8732 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
8733
8734         * mml2015.el (mml2015-epg-verify): Simplified.
8735
8736 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8737
8738         * mml.el (mml-content-disposition-alist): New user option.
8739         (mml-content-disposition): New function.
8740         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
8741         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
8742
8743 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
8744
8745         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
8746         verification.
8747
8748 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8749
8750         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
8751         articles posted in the last 24 hours.
8752
8753 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
8754
8755         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
8756
8757 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
8758
8759         * nntp.el (nntp-send-command): Don't wait for echoes when
8760         nntp-open-ssl-stream is used.
8761
8762 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8763
8764         * gnus-cite.el (gnus-test-font-lock-add-keywords)
8765         (gnus-message-add-citation-keywords)
8766         (gnus-message-remove-citation-keywords): Remove.
8767         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
8768         directly, make the variables in font-lock-defaults buffer-local, add
8769         gnus-message-citation-keywords to them and then update the value of
8770         font-lock-keywords.
8771
8772 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8773
8774         * message.el (message-cite-original-1): Don't call
8775         gnus-article-highlight-citation.
8776
8777         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
8778         citations; fix line count.
8779
8780 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8781
8782         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
8783         (gnus-message-add-citation-keywords)
8784         (gnus-message-remove-citation-keywords): Use it; fix the emulating
8785         versions of font-lock-add-keywords and font-lock-remove-keywords to
8786         work with XEmacs correctly.
8787
8788 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8789
8790         * gnus-cite.el (gnus-cite-face-list): Set the values of
8791         gnus-message-max-citation-depth and gnus-message-citation-keywords.
8792         (gnus-message-max-citation-depth): Use defvar rather than defconst.
8793         (gnus-message-cite-prefix-regexp): New variable.
8794         (gnus-message-search-citation-line): Use it; protect against long
8795         citation prefix; fill match data with nil rather than 0 for XEmacs; set
8796         the 0th match data for Emacs.
8797         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
8798         (gnus-message-add-citation-keywords): Append keywords rather than
8799         prepending; emulate font-lock-add-keywords if it is not available.
8800         (gnus-message-remove-citation-keywords): Emulate
8801         font-lock-remove-keywords if it is not available.
8802
8803         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
8804
8805         * message.el (message-cite-prefix-regexp): Set the value of
8806         gnus-message-cite-prefix-regexp.
8807
8808 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8809
8810         * nnweb.el (nnweb-google-parse-1): Update parser.
8811
8812 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
8813
8814         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
8815
8816 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8817
8818         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8819         regexp.
8820
8821 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8822
8823         * uudecode.el (uudecode-string-to-multibyte): New function emulating
8824         string-to-multibyte.
8825         (uudecode-decode-region-internal): Use it.
8826
8827         * lpath.el: Fbind string-as-multibyte for XEmacs.
8828
8829 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8830
8831         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
8832         custom choice.
8833
8834         * gnus-art.el (gnus-signature-limit): Fix custom choice.
8835
8836 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
8837
8838         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
8839
8840         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
8841         `write-region' to respect `mm-inhibit-file-name-handlers'.
8842
8843 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
8844
8845         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
8846         Use gnus-home-directory instead of "~/" or "$HOME".
8847
8848 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
8849
8850         * encrypt.el (encrypt-insert-file-contents): Add better prompt
8851         to mention filename.
8852         Add comments at beginning regarding usage.
8853         (encrypt-write-file-contents): Change interactive so a string is
8854         acceptable.  If the file has no associated model, show an error instead
8855         of a nonsense prompt.
8856
8857 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8858
8859         * spam.el (spam-bsfilter-ham-switch): Fix typo.
8860         Thanks to Yoshihiko Yamada for kind notification of this typo.
8861
8862 2007-01-12  Kenichi Handa  <handa@m17n.org>
8863
8864         * uudecode.el (uudecode-decode-region-internal): Make it work in a
8865         multibyte buffer.
8866
8867 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8868
8869         * gnus-score.el (gnus-score-fast-scoring): New variable.
8870         (gnus-score-headers): Use it.
8871
8872         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
8873
8874         * message.el (message-cite-original-1): Call
8875         gnus-article-highlight-citation if requested.
8876         (message-make-from): Allow name and address as optional arguments.
8877
8878         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
8879
8880         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
8881         bugs to doc string.
8882         (gnus-button-alist): Add mid\\|message-id.
8883         (gnus-button-fetch-group): Extend for use in
8884         `browse-url-browser-function'.
8885         (gnus-button-url-regexp): Try to catch paired parentheses like in
8886         Wikipedia URLs.
8887
8888         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
8889         Suggested by Simon Krahnke <overlord@gmx.li>.
8890
8891 2007-01-13  Romain Francoise  <romain@orebokech.com>
8892
8893         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
8894         Update copyright.
8895
8896 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
8897
8898         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
8899
8900 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
8901
8902         * gnus-registry.el (gnus-registry-unfollowed-groups)
8903         (gnus-registry-split-fancy-with-parent): Fix documentation.
8904
8905 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8906
8907         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
8908         from nnweb groups.
8909
8910 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8911
8912         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
8913         Xref urls.  Erase buffer before requesting head.
8914
8915 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
8916
8917         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
8918         customizable.
8919
8920 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
8921
8922         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
8923         no signing key is found.
8924         (mml2015-epg-encrypt): Ask user whether to skip or abort if
8925         no encrypting and/or signing key is found.
8926
8927 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8928
8929         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
8930
8931 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8932
8933         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
8934         headers read from disk with the ones newly found in the current search.
8935         This should no longer cause problems, because the article numbers in
8936         Gmane's `nov.php' output are ignored since the previous change.
8937
8938 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8939
8940         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
8941
8942 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8943
8944         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
8945         replace-regexp-in-string; bind url-version; fbind display-images-p and
8946         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
8947         find-face and set-itimer-function for Emacs; bind itimer-list for
8948         Emacs.
8949
8950         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
8951
8952 2007-01-01  Romain Francoise  <romain@orebokech.com>
8953
8954         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
8955
8956 2006-12-31  Steve Youngs  <steve@sxemacs.org>
8957
8958         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
8959         `define-minor-mode' macro definition expanded properly.
8960         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
8961         exclude it there.
8962
8963         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
8964         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
8965         `fboundp' test.
8966         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
8967         This is OK to autoload in (S)XEmacs now.
8968
8969 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8970
8971         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
8972         keystroke.
8973         (gnus-summary-limit-to-singletons): Fix typo.
8974
8975         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
8976         else fails.
8977
8978 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8979
8980         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
8981         docstring.
8982
8983         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
8984         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
8985         (gnus-summary-insert-dormant-articles): Fix typo in message.
8986
8987 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
8988
8989         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
8990         nil for XEmacs.
8991         (gnus-message-citation-mode): Don't autoload in XEmacs.
8992
8993         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
8994
8995 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
8996
8997         * nnimap.el (nnimap-expunge-search-string): Mention
8998         nnimap-search-uids-not-since-is-evil in docstring.
8999
9000 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9001
9002         * spam.el: Revert to make-obsolete-variable because
9003         define-obsolete-variable-alias is not supported in Emacs 21.
9004
9005         * spam.el (spam-ifile-path, spam-ifile-database-path)
9006         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
9007         make-obsolete-variable.
9008         (spam-bsfilter-path, spam-bsfilter-program)
9009         (spam-spamassassin-path, spam-spamassassin-program)
9010         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
9011         use "path" inappropriately.
9012         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
9013         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
9014         variable names.
9015
9016 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
9017
9018         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
9019         summary buffer.
9020
9021         * password.el (password-cache-remove): Use clear-string to burn
9022         password, if available.
9023
9024 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9025
9026         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
9027
9028         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
9029
9030         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
9031         (gnus-message-highlight-citation): Move defcustom here from
9032         gnus-cite.el.
9033         (gnus-message-citation-mode): Autoload.
9034
9035         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
9036         checks to make it compile with XEmacs.
9037         (gnus-message-citation-mode): New minor mode.
9038         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
9039         (gnus-message-highlight-citation): New variables.
9040         (gnus-message-search-citation-line)
9041         (gnus-message-add-citation-keywords)
9042         (gnus-message-remove-citation-keywords)
9043         (turn-on-gnus-message-citation-mode)
9044         (turn-off-gnus-message-citation-mode): New functions.
9045
9046 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
9047
9048         * gnus-cite.el: Enable highlighting of different citation levels in
9049         message-mode.
9050
9051 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9052
9053         * message.el (message-make-fqdn): Fix comment.
9054         (message-bogus-system-names): Add ".local".
9055
9056         * spam.el (spam-ifile-path, spam-ifile-program)
9057         (spam-ifile-database-path, spam-ifile-database)
9058         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
9059         Don't use "path" inappropriately.
9060         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
9061         strings.
9062         (spam-check-ifile, spam-ifile-register-with-ifile)
9063         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
9064         new variable names.
9065
9066         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
9067         (gnus-treat-display-smileys): Simplify using
9068         gnus-image-type-available-p.
9069
9070         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
9071         available.
9072
9073         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
9074         `display-images-p' if available.
9075
9076 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9077
9078         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
9079         one after turning on the buffer's multibyteness instead of decoding
9080         them directly in the unibyte buffer that causes unexpected conversion
9081         in Emacs 23 (unicode).
9082
9083 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9084
9085         * message.el (message-generate-hashcash): Fix custom type.
9086
9087 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9088
9089         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
9090
9091 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9092
9093         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
9094         disconnect icons.  Add help text.
9095
9096 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
9097
9098         * spam.el (spam-extra-header-to-number): CRM114 spam score is
9099         negated to be consistent with the others we handle.
9100
9101 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9102
9103         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
9104         version of gnus-summary-buffer to something, so that we can use two
9105         article buffers at the same time.
9106
9107 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
9108
9109         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
9110         trigger all the extra headers.
9111         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
9112         sorting.
9113
9114 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9115
9116         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
9117         solid groups.
9118
9119 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
9120
9121         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
9122
9123 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
9124
9125         * legacy-gnus-agent.el: Add Copyright notice.
9126
9127 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
9128
9129         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
9130
9131 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9132
9133         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
9134
9135         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
9136         to make it work reliably in CVS Emacs.
9137         (gnus-summary-limit-strange-charsets-predicate)
9138         (gnus-summary-limit-to-predicate): New functions.
9139
9140 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
9141
9142         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
9143         specifying array size.
9144         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
9145         array if it is too small.
9146         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
9147         (gnus-sort-threads-loop): New function.
9148
9149 2006-12-06  Chris Moore  <dooglus@gmail.com>
9150
9151         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
9152         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
9153
9154 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
9155
9156         * mm-url.el (mm-url-predefined-programs): Call curl with correct
9157         options.
9158
9159 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9160
9161         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
9162         DOS-ing the recipient.
9163
9164         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
9165         the headers when creating the mapping to avoid mismappings.
9166         (nnweb-gmane-create-mapping): Always nix out old mapping.
9167
9168 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9169
9170         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
9171         and mm-verify-option to never.
9172
9173 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9174
9175         * message.el (message-signed-or-encrypted-p): New function.
9176         (message-forward-make-body): Use it.
9177
9178         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
9179         Replace encode-coding-string with mm-encode-coding-string.
9180
9181 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9182
9183         * nneething.el (nneething-decode-file-name): Replace
9184         decode-coding-string with mm-decode-coding-string.
9185
9186         * gnus-int.el (gnus-open-server): Say failed server's name.
9187
9188 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9189
9190         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
9191         strings to a single string.  Quote `errors-file-name'.
9192         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
9193         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
9194         Adjust calls.  Use `shell-quote-argument'.
9195
9196 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
9197
9198         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
9199         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
9200
9201         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
9202         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
9203         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
9204         (gnus-group-make-directory-group, gnus-group-transpose-groups):
9205         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
9206         (gnus-subscribe-newsgroup, gnus-1):
9207         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
9208         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
9209         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
9210         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
9211
9212 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9213
9214         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
9215         keystroke.
9216         (gnus-summary-limit-to-bodies): Implement headersp.
9217
9218 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9219
9220         * dns.el (query-dns): Protect against "Process dns deleted" strings.
9221
9222 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9223
9224         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
9225
9226 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9227
9228         * message.el (message-generate-hashcash): Expand range of values to
9229         include `opportunistic'.
9230         (message-send-mail): Use it.
9231
9232 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9233
9234         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
9235         and comment it.
9236
9237         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
9238
9239 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
9240
9241         * gnus-util.el (gnus-extract-address-components): Improve comment.
9242
9243 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9244
9245         * gnus-util.el (gnus-extract-address-components): Work with address in
9246         which the name portion contains @.
9247
9248         * lpath.el: Fbind custom-autoload.
9249
9250 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9251
9252         * gnus.el (gnus-start): Move custom group up.
9253         (gnus-select-method): Don't autoload, but make it available for
9254         `customize-variable'.
9255         (gnus-getenv-nntpserver): Don't autoload.
9256
9257 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
9258
9259         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
9260
9261 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9262
9263         * message.el (message-sendmail-extra-arguments): New variable.
9264         (message-send-mail-with-sendmail): Use it.
9265
9266 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9267
9268         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
9269         mm-with-unibyte-current-buffer to make string unibyte.
9270
9271         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
9272         mm-string-as-multibyte.
9273
9274 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
9275
9276         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
9277         Reported by Werner Koch <wk@gnupg.org>.
9278
9279 2006-11-14  Daiki Ueno  <ueno@p360>
9280
9281         * mml2015.el: Autoload epa-select-keys when compiling.
9282
9283 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9284
9285         * mml2015.el (mml2015-epg-sign): Save the signing keys in
9286         message-options.
9287         (mml2015-epg-encrypt): Save the recipient keys in message-options.
9288
9289 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9290
9291         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
9292         EasyPG (< 0.0.6).
9293         (mml2015-always-trust): New user option.
9294         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
9295         prompt.
9296
9297 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9298
9299         * nntp.el (nntp-authinfo-force): New variable.
9300         (nntp-send-authinfo): Use it.
9301
9302 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
9303
9304         * message.el (message-strip-subject-encoded-words): Allow _not_ to
9305         decode encoded words.  Improve prompt.  Add comment about forwarding.
9306         (message-replacement-char): Move up.
9307
9308 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
9309
9310         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
9311         instead of gnus-intersection because arguments of gnus-sorted-nunion
9312         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
9313
9314 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
9315
9316         * message.el (message-strip-subject-encoded-words): Reformat prompt.
9317         (message-simplify-subject-functions): Enable
9318         message-strip-subject-encoded-words by default.
9319
9320 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
9321
9322         * message.el (message-strip-subject-encoded-words): New function.
9323         (message-simplify-subject-functions): New variable.
9324         (message-simplify-subject): Use it.  Fix typo in doc string.
9325         Support message-strip-subject-encoded-words.
9326
9327 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
9328
9329         * gnus-diary.el (gnus-diary-delay-format-function):
9330         * nndiary.el (nndiary-reminders):
9331         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
9332
9333 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9334
9335         * gnus-art.el (article-hide-boring-headers): Fetch date from
9336         gnus-original-article-buffer to avoid problems with localized date
9337         strings.
9338
9339 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9340
9341         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
9342
9343 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
9344
9345         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9346         New variables.
9347         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9348         (mm-charset-synonym-alist): Move some entries to
9349         mm-codepage-iso-8859-list.
9350         (mm-charset-synonym-alist, mm-charset-override-alist): Add
9351         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9352
9353 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9354
9355         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
9356
9357 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9358
9359         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
9360         with Emacs 21 and XEmacs.
9361
9362 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
9363
9364         * spam.el (spam-parse-address): New function for better parsing,
9365         catching errors, etc.
9366         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
9367
9368 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9369
9370         * mm-view.el: Add interactive arg to html2text autoload.
9371
9372 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9373
9374         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
9375
9376 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
9377
9378         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
9379         variables.
9380         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9381         (mm-charset-synonym-alist): Move some entries to
9382         mm-codepage-iso-8859-list.
9383
9384         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
9385
9386 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
9387
9388         * message.el (message-citation-line-format)
9389         (message-insert-formated-citation-line): Fix implementation of %E, %N
9390         and %n according to the doc string.
9391
9392 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
9393
9394         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
9395         car-safe to avoid bad parses.
9396
9397 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9398
9399         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
9400         names.
9401
9402         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
9403
9404 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9405
9406         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
9407         header.
9408
9409         * message.el (message-draft-headers): Add Date.
9410         (message-headers-to-generate): Fix typo in docstring.
9411
9412         * nndraft.el (nndraft-required-headers): New variable.
9413         (nndraft-generate-headers): Use it.
9414
9415         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
9416
9417 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9418
9419         * gnus-registry.el (gnus-registry-wash-for-keywords)
9420         (gnus-registry-find-keywords): New functions to allow easy searching of
9421         articles that are in the registry.
9422
9423 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9424
9425         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
9426         ietf-drums-parse-address instead of gnus-extract-address-components.
9427         Reported by Damien Elmes <damien@repose.cx>.
9428
9429 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9430
9431         * gnus.el (gnus-mime): Remove unused custom group.
9432
9433 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9434
9435         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
9436         "blank line" when searching for end of armor headers.
9437
9438 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9439
9440         * gmm-utils.el (gmm-write-region): Fix variable name.
9441
9442 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
9443
9444         * gmm-utils.el (gmm-write-region): New function based on compatibility
9445         code from `mm-make-temp-file'.
9446
9447         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
9448
9449         * nnmaildir.el (nnmaildir--update-nov)
9450         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
9451         Use `gmm-write-region'.
9452
9453 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9454
9455         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
9456         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9457
9458         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
9459
9460         * message.el (message-replacement-char): New variable.
9461         (message-fix-before-sending): Use it.
9462         (message-simplify-subject): New function to remove duplicate code.
9463         (message-reply, message-followup): Use it.
9464
9465         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
9466         gnus-summary-limit-to-articles.
9467
9468 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9469
9470         * gnus-util.el (gnus-with-local-quit): New macro.
9471
9472         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
9473
9474 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
9475
9476         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
9477         ignore non-string data.
9478
9479 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
9480
9481         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
9482         non-string data (needs to be done in the registry too).
9483
9484 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9485
9486         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
9487         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
9488         (gnus-registry-split-fancy-with-parent)
9489         (gnus-registry-fetch-simplified-message-subject-fast)
9490         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
9491         Remove text properties on ingress into the registry and when it's saved.
9492         (gnus-registry-clean-empty-function): Fix bug with cleaning the
9493         registry from entries with no groups.
9494
9495 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9496
9497         * gnus-util.el (gnus-string-remove-all-properties): Add utility
9498         function to remove string properties.
9499
9500 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9501
9502         * gmm-utils.el (gmm): Adjust custom version.
9503
9504         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
9505         custom version.
9506
9507         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
9508
9509 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9510
9511         * gnus-art.el (gnus-insert-prev-page-button)
9512         (gnus-insert-next-page-button): Simplify.  Reformat.
9513
9514 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9515
9516         * gnus-art.el (gnus-insert-prev-page-button)
9517         (gnus-insert-next-page-button): Apply gnus-article-button-face.
9518
9519 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
9520
9521         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
9522
9523 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9524
9525         * gnus-art.el (gnus-insert-mime-button)
9526         (gnus-insert-mime-security-button):
9527         Apply gnus-article-button-face to MIME and security buttons.
9528
9529 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
9530
9531         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
9532         readable.
9533
9534 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9535
9536         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
9537
9538 2006-09-20  Steve Youngs  <steve@sxemacs.org>
9539
9540         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
9541         `browse-url-of-file' instead of `browse-url'.
9542
9543 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9544
9545         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9546         regexp.  Articles containing quotation were cut prematurely.
9547
9548 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9549
9550         * message.el (message-cite-original-1): Use nobody by default for the
9551         value of From header.
9552         (message-reply): Ditto.
9553
9554 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
9555
9556         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
9557         to the gnus-info.  This fixes a bug of inline-PGP message verification.
9558         Reported by Michael Piotrowski <mxp@dynalabs.de>.
9559
9560 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
9561
9562         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
9563         mails in the doc string.  Add some URLs in comment.
9564         (pop3-movemail): Warn about pop3-leave-mail-on-server.
9565
9566 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9567
9568         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
9569         backslashes handling and the way to find boundaries of quoted strings.
9570
9571 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
9572
9573         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
9574         mml1991-encrypt-to-self is set and mml1991-signers is not set.
9575         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
9576         mml2015-encrypt-to-self is set and mml2015-signers is not set.
9577
9578 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9579
9580         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
9581         doc string.
9582         (gnus-button-regexp, gnus-button-last): Remove unused variables.
9583
9584 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9585
9586         * lpath.el: Fbind epg-check-configuration.
9587
9588 2006-09-06  Simon Josefsson  <jas@extundo.com>
9589
9590         * mml2015.el (mml2015-use): Doc fix, mention epg.
9591
9592 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9593
9594         * mml2015.el (mml2015-use): Default to epg, if available.
9595
9596 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9597
9598         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
9599         message-sender.
9600         (mml1991-epg-encrypt): Ditto.
9601         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
9602         message-sender.
9603         (mml2015-epg-encrypt): Ditto.
9604
9605 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
9606
9607         * message.el (message-send-mail-with-sendmail): Look for sendmail in
9608         several common directories.
9609
9610 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
9611
9612         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
9613         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
9614
9615 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9616
9617         * gnus-art.el (article-decode-encoded-words): Make it fast.
9618
9619 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9620
9621         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
9622
9623         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
9624         in quoted string into `\'.
9625
9626 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9627
9628         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9629         Use standard-syntax-table.
9630
9631 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9632
9633         * gnus-art.el (gnus-decode-address-function): New variable.
9634         (article-decode-encoded-words): Use it to decode headers which are
9635         assumed to contain addresses.
9636         (gnus-mime-delete-part): Remove useless `or'.
9637
9638         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
9639         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
9640         (gnus-nov-parse-line): Use it to decode From header.
9641         (gnus-get-newsgroup-headers): Ditto.
9642         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
9643
9644         * mail-parse.el (mail-decode-encoded-address-region): New alias.
9645         (mail-decode-encoded-address-string): New alias.
9646
9647         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9648         New function.
9649         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
9650         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
9651         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
9652         (rfc2047-decode-string): Ditto.
9653         (rfc2047-decode-address-region): New function.
9654         (rfc2047-decode-address-string): New function.
9655
9656 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
9657
9658         * message.el (message-caesar-buffer-body): Allow rotating headers.
9659
9660         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
9661
9662         * message.el (message-insert-formated-citation-line): Fix %f.
9663         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
9664
9665 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9666
9667         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
9668         (gnus-bookmark-mouse-available-p): New macro.
9669         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
9670         (gnus-bookmark-bmenu-show-infos): Use it.
9671         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
9672         (gnus-bookmark-bmenu-hide-infos): Ditto.
9673         (gnus-bookmark-remove-properties): New function.
9674         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
9675         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
9676         (gnus-bookmark-write-file): Bind coding-system-for-write.
9677         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
9678         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
9679         group before selecting it.
9680         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
9681         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
9682         quit-window if it is not available; use gnus-mouse-2 and bind it to
9683         gnus-bookmark-bmenu-select-by-mouse.
9684         (gnus-bookmark-show-details): Remove unused variable `details-list'.
9685         (gnus-bookmark-bmenu-select-by-mouse): New function.
9686
9687 2006-08-13  Romain Francoise  <romain@orebokech.com>
9688
9689         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
9690         space.
9691
9692 2006-08-10  Romain Francoise  <romain@orebokech.com>
9693
9694         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
9695         (dns-mode-soa-auto-increment-serial): New user option.
9696         (dns-mode-soa-maybe-increment-serial): New function.
9697         (dns-mode): Add the latter to `write-contents-functions'.
9698
9699 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9700
9701         * compface.el (uncompface): Use binary rather than raw-text-unix.
9702
9703 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9704
9705         * compface.el (uncompface): Make sure the eol conversion doesn't take
9706         place when communicating with the external programs.  Reported by
9707         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9708
9709 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9710
9711         * nnheader.el (nnheader-insert-head): Fix typo in comment.
9712
9713 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9714
9715         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9716         Make it more robust by parsing author and date independently.
9717
9718 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9719
9720         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
9721
9722 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
9723
9724         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
9725         first matching secret key.
9726         (mml2015-epg-encrypt): Ditto.
9727
9728         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
9729         first matching secret key.
9730         (mml1991-epg-encrypt): Ditto.
9731
9732         * mml2015.el (mml2015-encrypt-to-self): New user option.
9733         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
9734         mml2015-epg-encrypt-to-self is set.
9735
9736         * mml1991.el (mml1991-encrypt-to-self): New variable.
9737         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
9738         mml1991-epg-encrypt-to-self is set.
9739
9740         * mml2015.el (mml2015-signers): New user option.
9741         (mml2015-epg-sign): Reflect the value of mml2015-signers.
9742         (mml2015-epg-encrypt): Allow to select signing keys.
9743
9744         * mml1991.el (mml1991-signers): New variable.
9745         (mml1991-epg-sign): Reflect the value of mml1991-signers.
9746         (mml1991-epg-encrypt): Allow to select signing keys.
9747
9748 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9749
9750         * nnheader.el (nnheader-insert-head): Make it work even if the file
9751         uses CRLF for the line-break code.
9752
9753 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
9754
9755         * mml2015.el: Require mml-sec instead of password.
9756         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
9757         (mml2015-cache-passphrase): Inherit the default value from
9758         mml-secure-cache-passphrase.
9759         (mml2015-passphrase-cache-expiry): Inherit the default value from
9760         mml-secure-passphrase-cache-expiry.
9761
9762         * mml1991.el: Require mml-sec instead of password.
9763         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
9764         (mml1991-cache-passphrase): Inherit the default value from
9765         mml-secure-cache-passphrase.
9766         (mml1991-passphrase-cache-expiry): Inherit the default value from
9767         mml-secure-passphrase-cache-expiry.
9768
9769         * mml-sec.el: Require password.
9770         (mml-secure-verbose): New user option.
9771         (mml-secure-cache-passphrase): New user option.
9772         (mml-secure-passphrase-cache-expiry): New user option.
9773
9774 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
9775
9776         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
9777         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
9778         andreas@altroot.de (Andreas Vögele).
9779
9780         FIXME: Use `tiny change'?
9781
9782 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9783
9784         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
9785         workaround for the url package included with Emacs.
9786
9787         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9788
9789 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9790
9791         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
9792         correctly.  This fixes a bug caused by the 2006-05-12 change.
9793
9794 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
9795
9796         * nnmail.el (nnmail-article-group): If splitting raises an error, give
9797         some information about the error when saying that the `bogus' mail
9798         group will be used.
9799
9800 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
9801
9802         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
9803         string.
9804
9805 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
9806
9807         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
9808
9809 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9810
9811         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
9812
9813 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9814
9815         * mml1991.el (mml1991-function-alist): Add epg.
9816         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
9817         (mml1991-epg-encrypt): New functions.
9818
9819 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9820
9821         * mml2015.el (mml2015-verbose): New variable.
9822         (mml2015-cache-passphrase): Ditto.
9823         (mml2015-passphrase-cache-expiry): Ditto.
9824         (mml2015-function-alist): Add epg.
9825         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
9826         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
9827         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
9828         functions.
9829
9830 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9831
9832         * message.el (message-cite-original-1): Preserve region when removing
9833         quoted text due to X-No-Archive in order to avoid bogus attribution
9834         when citing multiple messages.
9835
9836 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9837
9838         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
9839         Kenneth Jacker <khj@be.cs.appstate.edu>.
9840
9841 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
9842
9843         * gnus-diary.el (gnus-user-format-function-d)
9844         (gnus-user-format-function-D): Autoload.
9845
9846         * imap.el (Commentary): Fix typo.
9847
9848         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
9849         2006-04-22 contribution.
9850
9851 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9852
9853         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
9854         It didn't really fix the bogosity I'm seeing with solid web groups.
9855
9856 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9857
9858         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
9859         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
9860         created using server names.  If we use the feature without declaring
9861         it, Gnus does not properly manage server and group state.
9862
9863         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
9864         bound.
9865
9866 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9867
9868         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
9869         looking up the method using GROUP's prefix before inventing a new one.
9870         It is used on killed/unknown groups in various places where returning
9871         an all-new method isn't expected by the caller.
9872
9873         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
9874         and match semantics of gnus-group-real-prefix.
9875
9876 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
9877
9878         * nnmail.el (nnmail-broken-references-mailers): New variable.
9879         (nnmail-ignore-broken-references): New function generalizing
9880         nnmail-fix-eudora-headers.
9881         (nnmail-fix-eudora-headers): Now obsolete.
9882
9883         * gnus-art.el (gnus-button-handle-custom): Support
9884         `customize-apropos*'.
9885
9886 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9887
9888         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
9889
9890         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
9891         articles.
9892
9893 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
9894
9895         * message.el (message-cite-reply-above): New variable.
9896         (message-yank-original): Use it.
9897
9898 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9899
9900         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
9901
9902 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
9903
9904         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
9905         as read.
9906
9907         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
9908
9909 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
9910
9911         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
9912         (gnus-bookmark-default-file): Use gnus-directory.
9913         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
9914         Remove "*" in doc string.
9915         (gnus-bookmark-write-file): Simplify.
9916         (gnus-bookmark-maybe-sort-alist): Use `when'.
9917         (gnus-bookmark-get-bookmark): Fix typo in doc string.
9918         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
9919         FIXME about Emacs 21 and XEmacs compatibility.
9920         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
9921         compatibility.
9922         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
9923         compatibility.
9924         (gnus-bookmark-menu-heading): Fix version.
9925
9926 2006-06-19  Bastien Guerry  <bzg@altern.org>
9927
9928         * gnus-bookmark.el: New file.
9929
9930 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9931
9932         * message.el (message-syntax-checks): Doc fix.
9933
9934 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9935
9936         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
9937         unsubscribed groups as if they were killed ones.  It causes duplicate
9938         entries in gnus-newsrc-alist.
9939
9940 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9941
9942         * message.el (message-syntax-checks): Doc fix.
9943         (message-send-mail): Add check for continuation headers.
9944         (message-check-news-header-syntax): Fix regexp used to check for
9945         continuation headers.
9946
9947 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9948
9949         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
9950
9951 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
9952
9953         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
9954
9955 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9956
9957         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
9958         default-truncate-lines.
9959
9960 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9961
9962         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
9963         to fill the utf-8 entry.
9964
9965         * lpath.el: Fbind unicode-precedence-list.
9966
9967 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9968
9969         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9970
9971 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
9972
9973         * gnus-agent.el (directory-files-and-attributes): Move all the way
9974         forward (the third and final move).
9975         (gnus-agent-read-agentview): Trap reconstruction errors due to
9976         nonexistant directory.  Handle by returning nil.
9977
9978 2006-05-30  Didier Verna  <didier@xemacs.org>
9979
9980         * message.el (message-dont-reply-to-names): Update the custom type.
9981         * message.el (message-dont-reply-to-names): New defsubst: potentially
9982         convert a list of regexps into a single one.
9983         * message.el (message-get-reply-headers): Use it.
9984         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
9985
9986 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9987
9988         * gnus-agent.el (directory-files-and-attributes): Move forward.
9989
9990 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9991
9992         * gnus-ml.el (gnus-mailing-list-subscribe)
9993         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
9994         (gnus-mailing-list-message): Fix doc strings.
9995
9996 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9997
9998         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
9999         of doing it manually.
10000
10001 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10002
10003         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
10004         comment.
10005
10006 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
10007
10008         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
10009         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
10010         (gnus-agent-read-local): All symbols allocated in my-obarray.
10011         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
10012         (gnus-agent-regenerate-group): Check numeric names to see if they are
10013         messages or groups.
10014         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
10015         better way of do this...)
10016
10017         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
10018         'dummy.group' (there should be a better way of do this...)
10019
10020 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10021
10022         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
10023         (gnus-saved-headers): Ditto.
10024         (gnus-default-article-saver): Mention functions may have properties.
10025         (gnus-article-save): Override gnus-save-all-headers and
10026         gnus-saved-headers by :headers property which saver function may have.
10027         (gnus-summary-save-in-file): Add :headers property.
10028         (gnus-summary-write-to-file): Ditto.
10029
10030         * gnus-sum.el (gnus-summary-save-article): Bind
10031         gnus-prompt-before-saving to t when saving many articles in a file;
10032         always show all headers.
10033
10034         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
10035
10036 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10037
10038         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
10039         marks.
10040
10041         * message.el (message-indent-citation): Add optional arguments to allow
10042         using it outside of message buffers.
10043
10044         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
10045         (gnus-article-treat-unfold-headers): Use it.
10046         (gnus-article-truncate-lines): New variable.
10047         (gnus-article-mode): Use it.
10048         (gnus-article-toggle-truncate-lines): New function.
10049
10050         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
10051         gnus-article-toggle-truncate-lines.
10052
10053         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
10054         coding system in XEmacs, use binary.
10055
10056 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10057
10058         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
10059         after-load-alist.
10060
10061         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
10062         this function should save decoded articles.
10063         (gnus-summary-write-to-file): Use property to specify this function
10064         should save decoded articles and specify gnus-summary-save-in-file
10065         should be used to save articles other than the first one when saving
10066         many articles.
10067         (gnus-summary-save-body-in-file): Use property to specify this
10068         function should save decoded articles.
10069         (gnus-summary-write-body-to-file): Use property to specify this
10070         function should save decoded articles and specify
10071         gnus-summary-save-body-in-file should be used to save articles other
10072         than the first one when saving many articles.
10073
10074         * gnus-sum.el (gnus-summary-save-article): Simplify.
10075
10076 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10077
10078         * gnus-art.el (gnus-default-article-saver): Add
10079         gnus-summary-write-body-to-file.
10080         (gnus-article-save-coding-system): Don't use coding system object
10081         in XEmacs.
10082         (gnus-read-save-file-name): Add optional `dir-var' argument which
10083         specifies directory in which files are saved; work even if optional
10084         `variable' argument is not specified.
10085         (gnus-summary-write-to-file): Read file name.
10086         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
10087         (gnus-summary-write-body-to-file): New function.
10088
10089         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
10090         (gnus-summary-local-variables): Add it.
10091         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
10092         (gnus-summary-save-article): Remove optional `decode' argument;
10093         determine whether to decode articles by the value of
10094         gnus-default-article-saver; when saving many files using
10095         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
10096         it first and use gnus-summary-save-in-file or
10097         gnus-summary-save-body-in-file thereafter unless
10098         gnus-prompt-before-saving is always; move point to article which
10099         will be saved.
10100         (gnus-summary-save-article-file): Revert.
10101         (gnus-summary-write-article-file): Revert.
10102         (gnus-summary-save-article-body-file): Revert.
10103         (gnus-summary-write-article-body-file): New function.
10104
10105 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10106
10107         * gnus-art.el (gnus-default-article-saver): Doc fix.
10108         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
10109         from gnus-summary-save-article-coding-system, and default to a
10110         certain coding system.
10111         (gnus-output-to-file): Add coding cookie and encode text according
10112         to gnus-article-save-coding-system; don't use mm-append-to-file.
10113
10114         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
10115         gnus-art.el and rename to gnus-article-save-coding-system.
10116         (gnus-summary-save-article): Require gnus-art; don't show all
10117         headers if it decodes articles; don't add coding cookie here;
10118         don't bind mm-text-coding-system-for-write.
10119         (gnus-summary-save-article-file): Save decoded articles.
10120         (gnus-summary-write-article-file): When saving many files, use
10121         gnus-summary-write-to-file first and gnus-summary-save-in-file
10122         thereafter unless gnus-prompt-before-saving is always.
10123         (gnus-summary-save-article-body-file): Save decoded articles.
10124
10125         * lpath.el: Fbind select-safe-coding-system for XEmacs.
10126
10127 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10128
10129         * nnrss.el (nnrss-check-group): Bind hash-index.
10130
10131 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
10132
10133         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
10134         its hash index.  Store this hash in `nnrss-group-data'.
10135         (nnrss-read-group-data): Update accordingly.
10136
10137 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10138
10139         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
10140         entry.
10141
10142         * gnus-sum.el (gnus-summary-make-menu-bar): Add
10143         gnus-article-browse-html-article.
10144
10145 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
10146
10147         * gnus-sum.el (gnus-summary-mime-map): Add
10148         gnus-article-browse-html-article.
10149
10150         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
10151
10152 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10153
10154         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
10155         suitable coding systems in customize.
10156
10157 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
10158
10159         * mail-source.el (mail-sources): Fix custom type.
10160
10161 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
10162
10163         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
10164         (gnus-summary-expire-articles-now): Shorten prompt.
10165
10166         * gmm-utils.el (wid-edit): Require.
10167         (defun-gmm): Renamed from `gmm-defun-compat'.
10168         (gmm-image-search-load-path): Use it.
10169         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
10170
10171 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10172
10173         * gnus-sum.el (gnus-summary-save-article-coding-system): New
10174         variable.
10175         (gnus-summary-save-article): Add optional `decode' argument.  If
10176         it is set and gnus-summary-save-article-coding-system is non-nil,
10177         save decoded article.
10178         (gnus-summary-write-article-file): Save decoded article if
10179         gnus-summary-save-article-coding-system is non-nil.
10180
10181         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
10182         type.
10183
10184 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10185
10186         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
10187
10188 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10189
10190         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
10191         first to test gnus-single-article-buffer which may be buffer-local.
10192
10193         * gnus-sum.el (gnus-summary-setup-buffer): Make
10194         gnus-single-article-buffer buffer-local and nil in ephemeral
10195         group; make gnus-article-buffer, gnus-article-current, and
10196         gnus-original-article-buffer always buffer-local.
10197         (gnus-summary-exit): Kill article buffer belonging to ephemeral
10198         group.
10199         (gnus-handle-ephemeral-exit): Don't move to next summary line.
10200
10201 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10202
10203         * nnml.el (nnml-request-compact-group): Compressed files might not
10204         have .gz extension.
10205
10206 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10207
10208         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
10209         (mm-copy-to-buffer): Use with-current-buffer.
10210         (mm-display-part): Simplify.
10211         (mm-inlinable-p): Add optional arg `type'.
10212
10213 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10214
10215         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
10216         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
10217         Try harder to show the attachment internally or externally using
10218         gnus-mime-view-part-as-type.
10219
10220 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10221
10222         * message.el (message-from-style, message-signature-separator)
10223         (message-user-organization-file, message-send-mail-function)
10224         (message-citation-line-function, message-yank-prefix)
10225         (message-indent-citation-function, message-signature)
10226         (message-signature-file, message-signature-insert-empty-line):
10227         Remove autoloads.
10228
10229         * gnus-art.el (gnus-buttonized-mime-types): Remove
10230         "multipart/signed".  Revert 2006-04-26 change.
10231
10232 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10233
10234         * gnus.el (gnus-version-number): Bump version.
10235
10236 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10237
10238         * gnus.el: No Gnus v0.5 is released.
10239
10240 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10241
10242         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
10243         fetching articles by message-id.
10244
10245 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10246
10247         * message.el (hashcash): Require hashcash as normal.
10248
10249         * ecomplete.el (ecomplete-highlight-match-line): Use
10250         point-at-eol.
10251         (ecomplete-highlight-match-line): Use `highlight', because that
10252         face exists in both Emacs and XEmacs.
10253
10254         * message.el (message-display-abbrev): Use point-at-bol.
10255
10256         * mail-source.el: Don't require timer/timer-funcs.
10257
10258         * gnus-async.el: Ditto.
10259
10260         * password.el: Ditto.
10261
10262         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
10263
10264         * mm-url.el: Ditto.
10265
10266         * gnus-xmas.el: Don't require timer-funcs.
10267
10268         * mm-util.el: Require timer/timer-funcs.
10269
10270 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10271
10272         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
10273         Close.
10274
10275 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10276
10277         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
10278         unibyte after clear-decrypt function runs.
10279
10280         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
10281         returns as a unibyte string.
10282
10283 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10284
10285         * lpath.el: Revert.
10286
10287         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
10288         (pgg-gpg-process-sentinel): Revert.
10289
10290         * pgg-pgp.el (pgg-pgp-process-region): Revert.
10291         (pgg-pgp-lookup-key): Revert.
10292
10293         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
10294         (pgg-pgp5-lookup-key): Revert.
10295
10296         * pgg.el (pgg-fetch-key): Revert.
10297
10298 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10299
10300         * lpath.el: Fbind string-as-multibyte for XEmacs.
10301
10302         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
10303         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
10304         (mml1991-pgg-encrypt): Ditto.
10305
10306         * pgg-gpg.el (pgg-string-to-multibyte): New function.
10307         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
10308         a multibyte buffer.
10309
10310         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
10311         (pgg-pgp-lookup-key): Ditto.
10312
10313         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
10314         (pgg-pgp5-lookup-key): Ditto.
10315
10316         * pgg.el (pgg-fetch-key): Ditto.
10317
10318 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
10319
10320         * message.el (message-user-organization-file): Check several
10321         locations of the organization file.
10322
10323         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
10324         Add gnus-article-view-part-as-type.
10325
10326         * gnus-art.el (gnus-article-view-part-as-type): New function.
10327
10328         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
10329         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
10330
10331         * mml.el: Simplify autoload.
10332         (mml-mode): defvar dnd-protocol-alist instead of using
10333         symbol-value.
10334         (mml-default-directory): New variable.
10335         (mml-minibuffer-read-file): Use it.
10336         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
10337
10338         * message.el (message-citation-line-format): New variable.
10339         (message-insert-formated-citation-line): New function.
10340         (message-citation-line-function): Add
10341         `message-insert-formated-citation-line' to custom type.
10342
10343         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
10344         to doc string.
10345
10346         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
10347         depending on mm-verify-option.
10348
10349 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10350
10351         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
10352         binding pgg-* variables; reimplement the section which prevents
10353         MIME header from being signed.
10354         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
10355         pgg-text-mode; remove a blank line at the top of body.
10356
10357         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
10358         lines at the top of body; use gnus-newsgroup-charset if there's no
10359         Charset header.
10360
10361 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10362
10363         * message.el (message-self-insert-commands): Doc fix.
10364
10365         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
10366         (mm-uu-pgp-encrypted-test): Ditto.
10367         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
10368         between header and body; return application/pgp-encrypted handle
10369         if decryption failed; decode decrypted body by charset.
10370
10371         * mm-decode.el (mm-automatic-display): Don't make application/pgp
10372         element match to application/pgp-*.
10373
10374 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10375
10376         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
10377         HTML.
10378
10379 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10380
10381         * mail-source.el (mail-source-call-script): Message the error
10382         string.
10383
10384 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10385
10386         * gnus-util.el (gnus-byte-compile): Use it.
10387
10388 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
10389
10390         * gnus-util.el (kill-empty-logs): New function.
10391
10392 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10393
10394         * message.el (message-mail-alias-type): Doc fix.
10395         (message-mail-alias-type-p): New function.
10396         (message-send): Use it.
10397         (message-mode): Ditto.
10398         (message-strip-forbidden-properties): Ditto.
10399
10400         * ecomplete.el (ecomplete-database-file-coding-system): New
10401         variable.
10402         (ecomplete-save): Use it.
10403         (ecomplete-setup): Use it.
10404
10405 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10406
10407         * message.el (message-self-insert-commands): New variable.
10408         (message-strip-forbidden-properties): Use it.
10409
10410 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10411
10412         * message.el (message-put-addresses-in-ecomplete): Use a regexp
10413         that doesn't make XEmacs choke.
10414
10415 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
10416
10417         * gnus-util.el (gnus-replace-in-string):
10418         Prefer replace-regexp-in-string over of replace-in-string.
10419
10420 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10421
10422         * gnus-util.el (gnus-select-frame-set-input-focus):
10423         Use select-frame-set-input-focus if it is available in XEmacs; use
10424         definition defined in Emacs 22 for old Emacsen.
10425
10426         * dgnushack.el: Autoload unmorse-region for XEmacs.
10427
10428         * lpath.el: Bind cursor-in-non-selected-windows and
10429         select-frame-set-input-focus for XEmacs.
10430
10431 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10432
10433         * mm-view.el (mm-inline-text): Use equal instead of equalp.
10434
10435 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
10436
10437         * gnus-registry.el (gnus-registry-cache-save): Remove text
10438         properties when saving via the temp buffer.
10439
10440 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10441
10442         * message.el (message-generate-hashcash): Honor custom type.
10443
10444 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10445
10446         * message.el (message-generate-hashcash): Default to non-nil when
10447         hashcash is found.
10448
10449         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
10450         (gnus-refer-thread-limit): Increase default to 500.
10451
10452         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
10453
10454         * flow-fill.el (fill-flowed): Allow delete-space.
10455
10456 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10457
10458         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10459         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
10460         Remove autoloads.
10461
10462 2006-04-18  Simon Josefsson  <jas@extundo.com>
10463
10464         * message.el (message-generate-hashcash): Default to.
10465
10466 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10467
10468         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10469         concatenating segments rather than before concatenating them.
10470
10471 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10472
10473         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
10474
10475 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10476
10477         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
10478
10479         * message.el (message-forward-make-body-plain): Allow
10480         message-forward-ignored-headers to be a list.
10481         (message-remove-ignored-headers): Factor out into function.
10482         (message-forward-make-body-mml): Use it.
10483
10484         * imap.el (imap-quote-specials): New function.
10485         (imap-login-auth): Quote specials.
10486
10487         * rfc2231.el (rfc2231-parse-string): Remove dead code.
10488         (rfc2231-parse-string): Allow concatanation of parameters that
10489         aren't contiguous.  The test case is
10490           (mail-header-parse-content-type "message/external-body;
10491             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
10492             access-type=LOCAL-FILE;
10493             name*1*=plugh%2fhello-sailor%2fbing.pdf")
10494
10495 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10496
10497         * nntp.el (nntp-accept-process-output): Return the value of
10498         `nnheader-accept-process-output'.
10499
10500 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10501
10502         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
10503         (gnus-button-alist): Recognize more diff formats.
10504         (gnus-button-patch): Strip directory.
10505
10506 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10507
10508         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
10509         Emacs 22 when setting focus.
10510
10511 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10512
10513         * gnus-art.el (gnus-article-treat-types): Do treatment of
10514         text/x-verbatim parts.
10515         (gnus-button-patch): New command.
10516
10517         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
10518         addresses that contain invalid characters.
10519
10520 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10521
10522         * message.el (message-put-addresses-in-ecomplete): Use
10523         gnus-replace-in-string.
10524         (message-is-yours-p): Use the more correct
10525         mail-header-parse-address instead of
10526         mail-extract-address-components.
10527         (message-put-addresses-in-ecomplete): Fix typo.
10528
10529         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
10530         keystroke.
10531
10532         * gnus-art.el (gnus-treatment-function-alist): Change order of
10533         newsgroups/generic header folding to avoid double-folding.
10534
10535         * message.el (message-hidden-headers): Add X-Draft-From.
10536
10537         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
10538         command.
10539         (gnus-summary-repeat-search-article-backward): New command.
10540
10541         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
10542         groups in the parent topic.
10543
10544 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
10545
10546         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
10547         (spam-extra-header-to-number): Return the CRM114 number as a
10548         number instead of a string.
10549
10550 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10551
10552         * gnus-art.el (gnus-face-properties-alist): Moved here from
10553         gnus-fun.
10554
10555         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
10556
10557 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10558
10559         * message.el (message-strip-forbidden-properties): Only display on
10560         self-insert-command.
10561
10562         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
10563         reindent.
10564         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
10565
10566 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
10567
10568         * smiley.el (smiley-style): Fix typo.
10569
10570 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10571
10572         * hashcash.el (hashcash-insert-payment-async-2): Use
10573         message-goto-eoh instead of doing it manually.
10574         (mail-add-payment): Use message-narrow-to-header instead of trying
10575         to do the same itself.
10576
10577         * message.el (message-hidden-headers): Add Face.
10578
10579         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
10580         reparenting code.
10581         (gnus-summary-reparent-children): Refactored out code.
10582         (gnus-summary-thread-map): New keystroke.
10583         (gnus-summary-reparent-children): Make into command.
10584
10585         * smiley.el (smiley-style): Default to `medium' if using a large
10586         font.
10587
10588         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
10589         does it itself.
10590
10591         * message.el (message-point-in-header-p): Simplify definition.
10592
10593 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10594
10595         * nnagent.el (nnagent-request-set-mark): Silence log file
10596         writing.
10597         (nnagent-request-set-mark): Use write-region instead of
10598         append-to-file.
10599
10600         * gnus-sum.el (gnus-read-header): Fudge article number if using a
10601         strange select method.
10602
10603         * ecomplete.el (ecomplete-display-matches): Get highlightling
10604         right.
10605         (ecomplete-display-matches): Use literals.
10606         (ecomplete-display-matches): Disable message logging.
10607
10608         * message.el (message-display-abbrev): Small optimization.
10609
10610         * ecomplete.el (ecomplete-display-matches): Allow automatic
10611         display.
10612
10613         * message.el (message-strip-forbidden-properties): Display
10614         abbrevs.
10615         (message-display-abbrev): Get automatic display right.
10616
10617         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
10618         keystrokes.
10619
10620 2006-04-13  Romain Francoise  <romain@orebokech.com>
10621
10622         TODO: Backport to v5-10!
10623
10624         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
10625         Moved here (and renamed) from gnus-registry.el.
10626
10627         * gnus-registry.el: Require gnus-util.
10628         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
10629
10630 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10631
10632         * gnus-group.el (gnus-group-catchup-current): Change
10633         if-then-else-if-then-else into cond.
10634         (gnus-group-catchup): Indent.
10635         (group-name-at-point): New function.
10636         (gnus-fetch-group): Provide default from thing at point.
10637
10638 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10639
10640         * message.el (message-display-abbrev): Fix regexp.
10641
10642         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
10643         choosing.
10644         (ecomplete-highlight-match-line): Fix up code rewrite, remove
10645         dead variables.
10646
10647         * message.el (message-newline-and-indent): Remove debugging.
10648         (message-display-abbrev): Use new implementation.
10649
10650 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
10651
10652         * gnus-art.el (gnus-article-mode): Set
10653         cursor-in-non-selected-windows to nil.
10654
10655         * smiley.el: Revert previous change.
10656         (smiley-data-directory): defvar it before using it in the
10657         defcustom of `smiley-style'.
10658
10659 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10660
10661         * message.el (message-newline-and-indent): New function.
10662
10663         * ecomplete.el: Implement more bits.
10664
10665         * message.el (message-put-addresses-in-ecomplete): Clean up the
10666         string.
10667
10668         * ecomplete.el (ecomplete-add-item): Chop off decimals.
10669
10670         * gnus-sum.el (gnus-summary-save-parts): Bind
10671         gnus-summary-save-parts-counter and use it to make unique file
10672         names.
10673
10674         * gnus-art.el (gnus-ignored-headers): Add some more headers.
10675
10676         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
10677         parameter to say whether to actually parse the individual
10678         addresses.
10679
10680         * message.el (message-put-addresses-in-ecomplete): New function.
10681         (ecomplete): Require.
10682         (message-mail-alias-type): Add ecomplete as an option.
10683
10684 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
10685
10686         * flow-fill.el (fill-flowed): Remove trailing space from blank
10687         quoted lines.
10688
10689 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10690
10691         * smiley.el (smiley-style): Move definition later to avoid a
10692         compilation warning.
10693
10694 2006-04-12  Kenichi Handa  <handa@m17n.org>
10695
10696         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10697         buffer and then decode the buffer text if necessary.
10698         (rfc2231-encode-string): Be sure to work on multibyte buffer at
10699         first, and after mm-encode-body, change the buffer to unibyte.
10700         Use mm-disable-multibyte instead of set-buffer-multibyte.
10701
10702 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10703
10704         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
10705         Content-Type header instead of Content-Disposition header.
10706         (gnus-mime-inline-part): Ditto.
10707         (gnus-mime-view-part-as-charset): Ignore charset that the part
10708         specifies.
10709
10710         * mm-decode.el (mm-display-part): Work with external parts and
10711         usual parts similarly.
10712
10713         * mm-extern.el (mm-inline-external-body): Use mm-display-part
10714         instead of gnus-display-mime.
10715
10716         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
10717         instead of with-temp-buffer.
10718
10719         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
10720         tag to summarized topics part in order to encode non-ASCII text.
10721
10722 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10723
10724         * smiley.el (smiley-style): New variable.
10725         (smiley-directory): New function.
10726         (smiley-data-directory): Derive from `smiley-style' using
10727         `smiley-directory'.
10728         (smiley-regexp-alist): Add new entries.
10729
10730         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
10731         (gnus-article-browse-delete-temp): Add :version.
10732
10733 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
10734
10735         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
10736         the sieve region.
10737
10738 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10739
10740         * gnus.el (gnus-version-number): Bump version.
10741
10742 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10743
10744         * gnus.el: No Gnus v0.4 is released.
10745
10746 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10747
10748         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
10749         layout.
10750
10751         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
10752         unknown charset.
10753
10754         * message.el (message-header-synonyms): Add Original-To to the
10755         default.
10756
10757         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
10758         optional parameter.
10759
10760 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
10761
10762         * gnus-fun.el (gnus): Require it for gnus-directory.
10763
10764 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10765
10766         * gnus-fun.el (gnus-face-properties-alist): Add :version.
10767
10768 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10769
10770         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
10771
10772 2006-04-05  Simon Josefsson  <jas@extundo.com>
10773
10774         * password.el (password-reset): New function.
10775
10776 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10777
10778         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
10779         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
10780
10781 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10782
10783         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10784         Some whitespace was matched into the url, which broke browsing hits
10785         > 100 when mm-url-use-external was nil.
10786
10787 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10788
10789         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
10790         gnus-extra-headers for 'Newsgroups.
10791
10792         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
10793         bound.
10794
10795 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
10796
10797         * pgg-gpg.el: Clean up process buffers every time gpg processes
10798         complete.
10799
10800 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
10801
10802         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10803         doc string.
10804
10805 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
10806
10807         * pgg-gpg.el (pgg-gpg-process-filter)
10808         (pgg-gpg-wait-for-completion): Check if buffer is alive.
10809
10810         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
10811         lines, temporary fix.
10812
10813 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10814
10815         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
10816
10817 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
10818
10819         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
10820         default-enable-multibyte-characters.  This reverts the change from
10821         revision 6.17 which is no longer necessary because the passphrase
10822         is sent separately now.  GnuPG messages are unreadable under
10823         multibyte locales with default-enable-multibyte-characters set to
10824         nil.
10825
10826 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
10827
10828         * message.el (message-tool-bar-gnome): Move "spell".
10829
10830 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
10831
10832         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
10833         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
10834         instead.
10835
10836 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
10837
10838         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
10839         newsgroups handling for NNTP overviews which don't include
10840         Newsgroups.
10841
10842 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10843
10844         * message.el (message-resend): Bind message-generate-hashcash to nil.
10845
10846 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10847
10848         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
10849         when searching for already-paid recipients.
10850
10851 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
10852
10853         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
10854         passphrases when it is not needed.
10855         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
10856         passphrase stuff from gpg, should only be necessary when you use
10857         gpg with a smartcard.
10858
10859 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10860
10861         * mml.el (mml-insert-mime): Ignore cached contents of
10862         message/external-body part.
10863
10864         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
10865         (mm-insert-part): Ditto.
10866
10867 2006-03-23  Simon Josefsson  <jas@extundo.com>
10868
10869         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
10870         Reiner.
10871         (pgg-gpg-use-agent-p): Use it again.
10872
10873 2006-03-23  Simon Josefsson  <jas@extundo.com>
10874
10875         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
10876         older emacsen.
10877         (pgg-gpg-use-agent-p): Don't use it.
10878
10879 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
10880
10881         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
10882         if we can.
10883
10884 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
10885
10886         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
10887         (pgg-gpg-update-agent): New function.
10888         (pgg-gpg-use-agent-p): New function.
10889         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
10890         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10891         (pgg-gpg-sign-region): Use it.
10892
10893 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10894
10895         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
10896         Reported by Ralf Wachinger <rwachinger@gmx.de>.
10897
10898 2006-03-21  Simon Josefsson  <jas@extundo.com>
10899
10900         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
10901         <wilde@sha-bang.de>.
10902         (pgg-gpg-use-agent): New variable.
10903         (pgg-gpg-process-region): Use it.
10904         (pgg-gpg-encrypt-region): Likewise.
10905         (pgg-gpg-encrypt-symmetric-region): Likewise.
10906         (pgg-gpg-decrypt-region): Likewise.
10907         (pgg-gpg-sign-region): Likewise.
10908         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
10909
10910 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10911
10912         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
10913
10914         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
10915         Add comment on version.
10916
10917 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
10918
10919         * smiley.el: Add missing test smiley.
10920
10921 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10922
10923         * mm-decode.el (mm-with-part): New macro.
10924         (mm-get-part): Use it; work with message/external-body as well.
10925         (mm-save-part): Treat name and filename equally.
10926
10927         * mm-extern.el (mm-extern-cache-contents): New function.
10928         (mm-inline-external-body): Use it; force the part to be displayed;
10929         move undisplayer added to the cached handle to the parent.
10930
10931         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
10932         (gnus-mime-view-part-as-type): Work with message/external-body.
10933
10934         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
10935
10936 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10937
10938         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
10939         images in image-load-path.  [Sync with image.el, revision 1.60, in
10940         Emacs.]
10941
10942 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10943
10944         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
10945         path rather than symbol.  Always return list of directories.
10946         Guarantee that image directory comes first.  [Sync with image.el,
10947         revision 1.59, in Emacs.]
10948
10949         * message.el (message-make-tool-bar): Adjust to new API of
10950         `gmm-image-load-path-for-library'.
10951
10952         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10953
10954         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10955
10956 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10957
10958         * gnus-art.el (gnus-article-only-boring-p):
10959         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
10960         intangible text.
10961         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
10962
10963 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
10964
10965         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
10966         `defun' instead of `gmm-defun-compat'.
10967
10968 2006-03-14  Simon Josefsson  <jas@extundo.com>
10969
10970         * message.el (message-unique-id): Don't use message-number-base36
10971         if (user-uid) is a float.
10972         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
10973
10974 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10975
10976         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
10977
10978         * gnus-art.el (gnus-mime-display-single): Make sure there is an
10979         empty line between a part and a message part.
10980
10981 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
10982
10983         * smiley.el: Add more test smileys.
10984         (smiley-data-directory, smiley-regexp-alist)
10985         (gnus-smiley-file-types): Fix doc strings.
10986         (smiley-update-cache): Clear smiley-cached-regexp-alist before
10987         adding new elements.
10988         (smiley-mouse-map): Unused code.  Make it a comment.
10989
10990 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10991
10992         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
10993         scan latest NoCeM messages instead of old ones.
10994         (gnus-nocem-check-article): Fix regexps so as to match to PGP
10995         delimiters that are recently used.
10996         (gnus-nocem-load-cache): Add autoload cookie.
10997
10998         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
10999
11000         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
11001         level which is larger than gnus-use-nocem is specified.
11002
11003         * gnus-group.el (gnus-group-get-new-news): Ditto.
11004
11005 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
11006
11007         * gnus-util.el (gnus-tool-bar-update): New function.
11008
11009         * gnus-group.el (gnus-group-update-tool-bar): New variable.
11010         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
11011
11012         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
11013
11014         * gnus-group.el (gnus-group-redraw-when-idle)
11015         (gnus-group-redraw-check): Remove.
11016         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
11017
11018 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11019
11020         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
11021         if optional last element is specified in splits (FIELD VALUE...).
11022
11023 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
11024
11025         * message.el (message-make-tool-bar): Rename gmm-image-load-path
11026         to gmm-image-load-path-for-library.  Call with no-error argument.
11027         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
11028
11029         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11030
11031         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11032
11033         * gmm-utils.el (gmm-image-load-path): Remove alias.
11034
11035 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
11036
11037         * gmm-utils.el (gmm-image-load-path): Add alias.
11038
11039         * nnml.el (nnml-generate-nov-databases-directory): Rename from
11040         nnml-generate-nov-databases-1.
11041         (nnml-generate-nov-databases): Use it.
11042         (nnml-generate-nov-databases-directory): Document no-active
11043         argument.
11044
11045         * gmm-utils.el (gmm-image-load-path-for-library): Return single
11046         directory if path is t.  Add no-error.
11047
11048         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
11049         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11050
11051         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
11052         resetting gnus-article-browse-html-temp-list.
11053
11054         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
11055         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
11056         Add example to docstring.  Rename local variables.  Move error
11057         checks to default case in cond and simplify.
11058
11059 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11060
11061         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
11062         handle is multipart when calling it recursively.
11063         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
11064
11065 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
11066
11067         * nnimap.el (nnimap-request-update-info-internal): Optimize.
11068         Don't `gnus-uncompress-range' to avoid excessive memory usage.
11069
11070 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11071
11072         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
11073         is loaded.
11074
11075         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
11076         loaded.
11077
11078 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11079
11080         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
11081         to "Emacs 23 (unicode)" in doc string.
11082
11083         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
11084         "Emacs 23 (unicode)" in comment.
11085
11086 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11087
11088         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
11089
11090         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
11091         characters 160 through 255 in Emacs 23.
11092
11093 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11094
11095         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
11096         gnus-article-browse-html-temp.
11097         (gnus-article-browse-delete-temp): Make it customizable.  Add
11098         `file'.  Adjust doc string.
11099         (gnus-article-browse-delete-temp-files): Add argument.  Allow
11100         query for each file.  Adjust doc string.
11101         (gnus-article-browse-html-parts): Add
11102         `gnus-article-browse-delete-temp-files' to
11103         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
11104
11105 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
11106
11107         * gnus-art.el (gnus-article-browse-html-temp)
11108         (gnus-article-browse-delete-temp): New variables.
11109         (gnus-article-browse-delete-temp-files): New function.
11110         (gnus-article-browse-html-parts): Use it.
11111
11112 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11113
11114         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
11115
11116         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
11117         string.
11118
11119         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
11120         gnus-summary-insert-new-articles when unplugged.  Remove
11121         gnus-summary-search-article-forward.
11122
11123         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
11124         display-visual-class instead of display-color-cells.
11125
11126 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11127
11128         * dgnushack.el: Autoload customize-group for XEmacs.
11129
11130         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
11131         message/* containing non-ASCII text properly.
11132
11133 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11134
11135         * message.el: Require gmm-utils, remove autoloads.
11136         (message-tool-bar): Set default based on
11137         gmm-tool-bar-style.
11138         (message-tool-bar-gnome): Add gmm-customize-mode.
11139
11140         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
11141         gmm-tool-bar-style.
11142         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
11143
11144         * gnus-group.el (gnus-group-tool-bar): Set default based on
11145         gmm-tool-bar-style.
11146         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
11147
11148         * gmm-utils.el (gmm-image-directory): Rename variable from
11149         gmm-image-load-path.
11150         (gmm-image-load-path): Use gmm-image-directory.
11151         (gmm-customize-mode): New function.
11152         (gmm-tool-bar-style): New variable.
11153
11154         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
11155         gnus-group-redraw-line-number.
11156         (gnus-group-redraw-check): Simplify.
11157         (gnus-group-tool-bar-update): Remove redraw check.
11158         (gnus-group-make-tool-bar): Add redraw check.
11159
11160 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
11161
11162         * gnus-art.el (gnus-button): Add missing parentheses.
11163
11164 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11165
11166         * lpath.el: Fbind line-number-at-pos.
11167
11168 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11169
11170         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
11171
11172 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11173
11174         * gnus-art.el (gnus-button): New face.
11175         (gnus-article-button-face): Use it.
11176
11177         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
11178         gnus-summary-next-page.  Re-order.
11179
11180         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
11181         next-node are now included.
11182         (gnus-group-redraw-line-number): New internal variable.
11183         (gnus-group-redraw-check): Helper function for updating the tool
11184         bar.
11185         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
11186
11187         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
11188
11189         * spam.el (spam-spamassassin-score-regexp): New internal variable.
11190         (spam-extra-header-to-number, spam-check-spamassassin-headers):
11191         Use it to match format of Spamassassin 3.0 and later.  Reported by
11192         IRIE Tetsuya <irie@t.email.ne.jp>.
11193         (spam-check-bogofilter)
11194         (spam-bogofilter-register-with-bogofilter): Fix args of
11195         `gnus-error' calls.
11196
11197 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11198
11199         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
11200         unnecessary interaction when sending queued mails.  Reported by
11201         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
11202
11203 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
11204
11205         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
11206         first or last are nil.
11207
11208 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11209
11210         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
11211
11212 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11213
11214         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
11215
11216 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11217
11218         * dns.el (query-dns): Protect more against buggy tcp output.
11219
11220 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11221
11222         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
11223         nov.php.
11224
11225 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11226
11227         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
11228         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
11229         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
11230         output on the server side.
11231         (nnweb-google-create-mapping): Update regexps and add some
11232         progress indication.
11233
11234 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
11235
11236         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
11237         gnus-agent-toggle-plugged.  Re-order icons.
11238         (gnus-group-tool-bar-gnome): Add
11239         gnus-group-{prev,next}-unread-group.
11240         (gnus-group-tool-bar-gnome): Re-order icons.
11241
11242         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
11243         gnus-summary-insert-new-articles.
11244
11245         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
11246         comments.
11247
11248         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
11249         also available in Emacs 21.3.
11250
11251         * message.el (message-fix-before-sending): Change "Emacs 22" to
11252         "Emacs 23 (unicode)" in comment.
11253
11254         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
11255         "Emacs 23 (unicode)" in comment.
11256
11257         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
11258         comment.
11259         (mm-coding-system-p): Add comment about no-MULE XEmacs.
11260
11261         * mm-view.el (mm-fill-flowed): Add :version.
11262
11263 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11264
11265         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
11266         and load-path.
11267
11268 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
11269
11270         * message.el: Autoload gmm-image-load-path.
11271         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
11272         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
11273         consitency.
11274
11275         * gmm-utils.el (gmm-image-load-path): Also search in
11276         "../etc/images".  Don't set gmm-image-load-path if we don't find
11277         the image.
11278
11279 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11280
11281         * gmm-utils.el (gmm-image-load-path): Don't make
11282         `gmm-image-load-path' include subdirectories which the second arg
11283         `image' might specify.
11284
11285         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
11286         subdirectory to icon file names.
11287
11288         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
11289
11290 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11291
11292         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
11293         gmm-image-load-path calls.
11294
11295         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11296
11297         * message.el (message-make-tool-bar): Ditto.
11298
11299         * mml.el (mml-preview): Added comment concerning tool bar icons.
11300
11301         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
11302         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
11303
11304         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
11305         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
11306
11307         * message.el (message-tool-bar-gnome): Use new icon names.
11308         (message-make-tool-bar): Use `gmm-image-load-path'.
11309
11310         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
11311         functions from MH-E.
11312         (gmm-image-load-path): New variable from MH-E.
11313         (gmm-image-load-path): New function from MH-E.  Added arguments
11314         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
11315         *-image-load-path-called-flag.
11316
11317 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
11318
11319         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
11320
11321 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
11322
11323         * nnimap.el (nnimap-request-move-article): Change folder back to
11324         source group before deleting.
11325
11326 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
11327
11328         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
11329
11330         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
11331         mm-url.
11332
11333         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
11334
11335 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11336
11337         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
11338         coding system which mm-charset-to-coding-system returns for a
11339         given charset is valid.
11340
11341 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
11342
11343         * html2text.el (html2text-remove-tag-list):
11344         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
11345
11346 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
11347
11348         * gnus-cus.el: Revert 2005-10-17 change.
11349
11350 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11351
11352         * gnus-art.el (article-strip-banner): Call
11353         article-really-strip-banner only when the regexp match is made.
11354
11355 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11356
11357         * gnus-art.el (article-strip-banner): Use
11358         gnus-extract-address-components instead of
11359         mail-header-parse-addresses to make it work with non-ASCII text;
11360         remove mail-encode-encoded-word-string.
11361
11362         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
11363         values which are surrounded with \"...\"; make it never cause a
11364         Lisp error; give up parsing of parameters if it failed in
11365         extracting type.
11366
11367 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
11368
11369         * smime.el (smime-cert-by-ldap-1): Fix bug where
11370         `smime-ldap-search' returns results without userCertificates.
11371
11372 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11373
11374         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
11375
11376 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11377
11378         * spam.el (spam-check-spamassassin-headers): Adapt format for
11379         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
11380         <ari@mbf.ocn.ne.jp>.
11381         (spam-list-of-processors): Add spam-use-gmane.
11382
11383 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11384
11385         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
11386         make-temp-file; make it work with XEmacs as well.
11387
11388         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
11389         mm-make-temp-file.
11390
11391         * mm-decode.el (mm-display-external): Use the 3rd arg of
11392         mm-make-temp-file.
11393         (mm-create-image-xemacs): Ditto.
11394
11395 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11396
11397         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
11398         with message-narrow-to-headers.
11399         (gnus-draft-setup): Narrow to header to run message-fetch-field.
11400         (gnus-draft-check-draft-articles): New function.
11401         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
11402
11403 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11404
11405         * gnus-art.el (gnus-article-browse-html-parts):
11406         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
11407         Don't use suffix argument for mm-make-temp-file for Emacs 21
11408         compatibility.  Remove useless `format'.
11409
11410 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11411
11412         * nnweb.el (nnweb-google-wash-article): Update regexps.
11413         (nnweb-group-alist): Use defvoo instead of defvar.
11414
11415 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11416
11417         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
11418         re-loading nn* modules.
11419
11420 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
11421
11422         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
11423         for `tool-bar-mode' and don't check it's default-value.
11424
11425         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11426
11427         * message.el (message-make-tool-bar): Ditto.
11428
11429         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
11430         `substring'.  Shorten tmp-file name.
11431
11432         * gnus.el: Remove bogus comment.
11433
11434 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
11435
11436         * gnus-art.el (gnus-article-browse-html-parts): New function.
11437         (gnus-article-browse-html-article): New function for viewing html
11438         articles with a browser.
11439
11440 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
11441
11442         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
11443         in elisp.
11444         (pgg-gpg-encrypt-symmetric-region): Ditto.
11445         (pgg-gpg-sign-region): Ditto.
11446
11447         * pgg-def.el (pgg-text-mode): New variable.
11448
11449         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
11450         (mml2015-pgg-encrypt): Ditto.
11451
11452         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
11453         (mml1991-pgg-encrypt): Ditto.
11454
11455 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11456
11457         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
11458         message-make-date instead of current-time-string.
11459
11460         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
11461         to gnus-decoded which mm-uu might set.
11462
11463 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11464
11465         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
11466         don't decode quoted parameters; remove misimported Emacs code.
11467         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11468         (rfc2231-decode-encoded-string): Don't use split-string which
11469         behaves differently according to Emacs version; use
11470         mm-decode-coding-region to convert charset to coding-system.
11471         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11472         (rfc2231-encode-string): Remove misimported Emacs code.
11473
11474 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11475
11476         * gnus-art.el (article-decode-charset): Don't use ignore-errors
11477         when calling mail-header-parse-content-type.
11478         (article-de-quoted-unreadable): Ditto.
11479         (article-de-base64-unreadable): Ditto.
11480         (article-wash-html): Ditto.
11481
11482         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
11483         calling mail-header-parse-content-type and
11484         mail-header-parse-content-disposition.
11485         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
11486         mail-header-parse-content-type.
11487
11488         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
11489         insert charset and format parameters; encode description after
11490         inserting it to buffer.
11491         (mml-insert-parameter): Fold lines properly even if a parameter is
11492         segmented into two or more lines; change the max column to 76.
11493
11494         * rfc1843.el (rfc1843-decode-article-body): Don't use
11495         ignore-errors when calling mail-header-parse-content-type.
11496
11497         * rfc2231.el (rfc2231-parse-string): Return at least type if
11498         possible; don't cause an error even if it fails in parsing of
11499         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11500         (rfc2231-encode-string): Don't break lines at the beginning, leave
11501         it to mml-insert-parameter.
11502
11503         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
11504         calling mail-header-parse-content-type.
11505
11506 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
11507
11508         * spam-report.el (spam-report-gmane-use-article-number):
11509         Improve doc string.
11510         (spam-report-gmane-internal): Check if a suitable header was found
11511         in the article.
11512
11513 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11514
11515         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
11516         (rfc2231-encode-string): Make param*=value always begin with LWSP.
11517
11518 2006-02-05  Romain Francoise  <romain@orebokech.com>
11519
11520         Update copyright notices of all files in the gnus directory.
11521
11522 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11523
11524         * nnweb.el (nnweb-request-group): Avoid growing overview files.
11525
11526 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11527
11528         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
11529         segmented lines of parameter value to cope with Thunderbird 1.5
11530         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
11531         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11532         (rfc2231-encode-string): Don't make lines exceeding 76 column.
11533
11534 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
11535
11536         * mml.el (mml-generate-mime-1): Correct the order of inline signed
11537         parts.
11538
11539 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11540
11541         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
11542         there's only one active file for all servers.
11543         (nnweb-request-scan): Make sure nnweb-articles is initialized on
11544         solid groups.  Gnus might have used a FAST request to select the group.
11545         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
11546         and nnweb-search redundantly in the active file.
11547         (nnweb-request-list): Don't list bogus groups.  There can only be one.
11548         (nnweb-request-create-group): Don't use ARGS.
11549         (nnweb-possibly-change-server, nnweb-request-group): Remove some
11550         initialisations.  Let nnoo do the work.
11551
11552 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11553
11554         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
11555         Say the part has been decoded.
11556
11557         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
11558
11559 2006-01-31  Kevin Ryde  <user42@zip.com.au>
11560
11561         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
11562         mailcap-viewer-test-cache when there's no 'test clause, since that
11563         will invert the meaning of a "nil" test previously determined by
11564         mailcap-mailcap-entry-passes-test.
11565
11566 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11567
11568         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
11569         compiling.
11570
11571         * gnus-sum.el: Ditto.
11572
11573         * message.el: Don't bind tool-bar-map when compiling.
11574
11575 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
11576
11577         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
11578
11579 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11580
11581         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
11582         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
11583         current Google Groups.
11584
11585 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
11586
11587         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
11588         and tool-bar-mode.
11589
11590         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
11591         and tool-bar-mode.
11592
11593         * message.el (message-tool-bar-update): Simplify.
11594         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
11595
11596         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
11597         gnus-summary-buffer.
11598         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
11599         gnus-summary-reply.
11600
11601         * gmm-utils.el (gmm): Add :version.
11602
11603 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11604
11605         * Makefile.in (clean): New rule.
11606         (distclean): Use it.
11607
11608 2006-01-26  Steve Youngs  <steve@sxemacs.org>
11609
11610         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
11611         autoload.
11612
11613 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11614
11615         * gmm-utils.el (gmm-verbose): Add :group.
11616
11617 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
11618
11619         * message.el: Change some comments WRT tool-bars.
11620
11621         * gnus-sum.el (gnus-summary-tool-bar)
11622         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
11623         (gnus-summary-tool-bar-zap-list): New variables.
11624         (gnus-summary-make-tool-bar): Complete rewrite using
11625         `gmm-tool-bar-from-list'.
11626
11627         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
11628         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
11629         variables.
11630         (gnus-group-make-tool-bar): Complete rewrite using
11631         `gmm-tool-bar-from-list'.
11632         (gnus-group-tool-bar-update): New function.
11633
11634         * message.el (message-mode-field-menu): Add "Show hidden Headers".
11635
11636 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11637
11638         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
11639         is dissected into a single part of which the type is the same as
11640         the given one; decode charset.
11641
11642 2006-01-21  Kevin Ryde  <user42@zip.com.au>
11643
11644         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
11645         into alists as symbol not string, since that's what
11646         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
11647         look for.
11648
11649 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
11650
11651         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
11652         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
11653
11654         * message.el (message-tool-bar-gnome): Use gmm-ignore.
11655
11656 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11657
11658         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
11659         (gnus-xmas-mime-security-button-menu): New function.
11660
11661         * gnus-art.el (gnus-mime-security-button-commands): New variable.
11662         (gnus-mime-security-button-menu): New definition.
11663         (gnus-mime-security-button-map): Use them.
11664         (gnus-mime-security-button-menu): New function.
11665         (gnus-insert-mime-security-button): Addition to help echo.
11666         (gnus-mime-security-run-function, gnus-mime-security-save-part)
11667         (gnus-mime-security-pipe-part): New functions.
11668
11669         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
11670         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
11671
11672         * mm-decode.el (mm-handle-set-disposition): Remove.
11673         (mm-handle-set-description): Remove.
11674
11675 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11676
11677         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
11678         (mm-w3m-standalone-supports-m17n-p): New function.
11679         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
11680         w3m usage.
11681
11682         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
11683         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
11684
11685 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11686
11687         * message.el (message-tool-bar-zap-list): Use
11688         gmm-tool-bar-zap-list as custom type.
11689         (message-tool-bar-update): New function.
11690         (message-tool-bar, message-tool-bar-gnome)
11691         (message-tool-bar-retro): Add message-tool-bar-update.
11692         (message-tool-bar-gnome): Add flyspell-buffer.
11693
11694         * gnus-util.el (gnus-error): Describe `args'.
11695
11696         * gmm-utils.el (gmm-error): Describe `args'.
11697         (gmm-tool-bar-zap-list): New widget.
11698         (gmm-tool-bar-from-list): Improve description of `zap-list'.
11699
11700 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11701
11702         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
11703         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
11704         the number of recursive calls.
11705
11706         * mm-decode.el (mm-handle-set-disposition): New macro.
11707         (mm-handle-set-description): New macro.
11708
11709 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11710
11711         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
11712         encoding.
11713
11714 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11715
11716         * message.el (message-tool-bar-zap-list, message-tool-bar)
11717         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
11718         (message-tool-bar-local-item-from-menu): Remove.
11719         (message-tool-bar-map): Replace by `message-make-tool-bar'.
11720         (message-make-tool-bar): New function.
11721         (message-mode): Use `message-make-tool-bar'.
11722
11723         * gmm-utils.el: New file.
11724         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
11725         (gmm-lazy): New widget copied from `nnmail.el'.
11726         (gmm-tool-bar-from-list): New function for creating customizable
11727         tool bars.
11728         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
11729         output.
11730         (gmm): Add :prefix to defgroup.
11731
11732 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
11733
11734         * gmm-utils.el (gmm-widget-p): New function.
11735
11736 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11737
11738         * mml.el (mml-attach-file): Describe `description' in doc string.
11739         (mml-menu): Add Emacs MIME manual and PGG manual.
11740
11741 2006-01-20  Richard M. Stallman  <rms@gnu.org>
11742
11743         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
11744
11745 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
11746
11747         * nntp.el (nntp-end-of-line): Doc fix.
11748
11749 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
11750
11751         * imap.el (imap-open): Handle case where buffer is a buffer
11752         object.
11753
11754 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11755
11756         * gnus-delay.el (gnus-delay): Don't autoload.
11757         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11758         to be re-loaded when customizing the `gnus-delay' group.
11759
11760 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
11761
11762         * message.el (message-insert-citation-line): Use newlines.
11763
11764 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11765
11766         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
11767         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
11768         these routines, so the passphrase can be managed externally and
11769         passed in to the system.
11770         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
11771         pgg-add-passphrase-to-cache function.
11772
11773         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
11774         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
11775         these routines, so the passphrase can be managed externally and
11776         passed in to the system.
11777         (pgg-pgp5-sign-region): Use new name of
11778         pgg-add-passphrase-to-cache function.
11779
11780 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11781
11782         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11783         part of the decoded armor to find the key-identifier.
11784         (pgg-gpg-lookup-key-owner): New function to return the
11785         human-readable identifier of a key owner.
11786         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
11787         itself.
11788         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11789         the key value) if we have a key and can match it against a secret
11790         key.  Also, added a note pointing out fact that the prompt only
11791         indicates the first matching key.
11792
11793         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
11794         pgg-decrypt-region.
11795         (pgg-add-passphrase-to-cache): Rename from
11796         `pgg-add-passphrase-cache' to reduce confusion (all callers
11797         changed).
11798         (pgg-remove-passphrase-from-cache): Rename from
11799         `pgg-remove-passphrase-cache' to reduce confusion (all callers
11800         changed).
11801         (pgg-read-passphrase, pgg-add-passphrase-cache)
11802         (pgg-remove-passphrase-cache): Add informative docstrings.
11803         (pgg-decrypt): Convey provided passphrase in subordinate call to
11804         pgg-decrypt-region.
11805
11806 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
11807
11808         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11809         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11810         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11811         'passphrase' argument, so the passphrase can be managed externally
11812         and then passed in to the system.
11813
11814         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11815         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
11816         so the passphrase cache can be used reliably with identifiers
11817         besides a pgp packet's key id.
11818
11819         * pgg-gpg.el (pgg-gpg-encrypt-region)
11820         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11821         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
11822         these routines, so the passphrase can be managed externally and
11823         passed in to the system.
11824
11825         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11826         'notruncate' argument, so the passphrase cache can be used
11827         reliably with identifiers besides a pgp packet's key id.
11828
11829 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
11830
11831         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11832         symmetric encryption.
11833         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11834         encrypted session key.
11835         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11836         message ask for the passphrase in a proper way.
11837
11838         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11839         New user commands for symmetric encryption.
11840
11841 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11842
11843         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
11844
11845         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
11846
11847 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
11848
11849         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
11850
11851 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11852
11853         * mm-decode.el (mm-inlined-types): Add application/pgp.
11854         (mm-automatic-display): Ditto.
11855
11856         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
11857         part as text.
11858
11859 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11860
11861         * nnrss.el: Update copyright.
11862         (nnrss-opml-import): Query whether to subscribe to each entry.
11863
11864         * gnus-art.el:
11865         * gnus-sum.el:
11866         * gnus-xmas.el:
11867         * messagexmas.el:
11868         * mm-uu.el:
11869         * mm-view.el: Update copyright.
11870
11871 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
11872
11873         * message.el (message-info): New function.
11874         (message-mode-menu): Add it.
11875         Update copyright.
11876
11877         * ChangeLog: Fix and update copyright.
11878
11879 2006-01-13  Romain Francoise  <romain@orebokech.com>
11880
11881         * message.el (message-forward-subject-name-subject): Prefer the
11882         address to 'nowhere' if the sender has no name.
11883         Fix typo.  Update copyright year.
11884
11885 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11886
11887         * gnus-art.el (article-wash-html): Use
11888         gnus-summary-show-article-charset-alist if a numeric arg is given.
11889         (gnus-article-wash-html-with-w3m-standalone): New function.
11890
11891         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
11892         mm-inline-text-html-render-with-w3m-standalone.
11893         (mm-text-html-washer-alist): Map w3m-standalone to
11894         gnus-article-wash-html-with-w3m-standalone.
11895         (mm-inline-text-html-render-with-w3m-standalone): New function.
11896
11897 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
11898
11899         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
11900         Improve LaTeX.
11901
11902 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11903
11904         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
11905         (nnrss-request-article): Render text/plain parts as HTML.
11906
11907         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
11908         the buffer.
11909
11910 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
11911
11912         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
11913         custom definition of `gnus-posting-styles'.
11914
11915         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
11916         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
11917
11918 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11919
11920         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
11921         Use nntp for bug archive.
11922
11923 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11924
11925         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
11926         parts.
11927         (nnrss-normalize-date): New function converts ISO 8601 date into
11928         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11929         (nnrss-check-group): Use it.
11930
11931 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11932
11933         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
11934
11935         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
11936         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11937         (nnrss-insert-w3): Ditto.
11938
11939 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11940
11941         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
11942         the articles to be forwarded including the case where neither a
11943         number of articles nor a region is specified.
11944
11945 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11946
11947         * nnrss.el (nnrss-request-article): Fix last change; fill
11948         text/plain parts.
11949
11950 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11951
11952         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
11953         in text/plain part.
11954         (nnrss-check-group): Don't add excessive newline to dc:subject.
11955
11956 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
11957
11958         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
11959         article.
11960
11961 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11962
11963         * nnml.el: Don't require gnus-bcklg.  Autoload it.
11964         (nnml-use-compressed-files, nnml-save-mail): Support other
11965         comression programs such as bzip2.
11966
11967 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11968
11969         * dns.el (query-dns): Make sure we check the buffer size before
11970         removing tcp headers.
11971
11972 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11973
11974         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
11975         remove MIME buttons associated with multipart/alternative parts.
11976         (gnus-mime-display-alternative): Tag buttons using `article-type'
11977         text property.
11978
11979         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
11980         associated with multipart/alternative parts.
11981
11982         * gnus-art.el (gnus-signature-separator): Fix custom type.
11983
11984         * mm-decode.el (mm-inlined-types): Fix custom type.
11985         (mm-keep-viewer-alive-types): Ditto.
11986         (mm-automatic-display): Ditto.
11987         (mm-attachment-override-types): Ditto.
11988         (mm-inline-override-types): Ditto.
11989         (mm-automatic-external-display): Ditto.
11990
11991 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11992
11993         * spam-report.el (spam-report-user-mail-address)
11994         (spam-report-user-agent): New variables.
11995         (spam-report-url-ping-plain): Use spam-report-user-agent.
11996
11997 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
11998
11999         * gnus-art.el (gnus-button-handle-custom): Do not just use
12000         `customize-apropos' for any "M-x customize-*" button but the
12001         function called for.  Accept both the function name and its
12002         argument in order to achieve this.
12003         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
12004         function name to `gnus-button-handle-custom' in case of "M-x
12005         customize-*" buttons.
12006
12007 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12008
12009         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
12010         multipart/alternative and add xref to mm-discouraged-alternatives
12011         in doc string.
12012
12013         * mm-decode.el (mm-discouraged-alternatives): Add xref to
12014         gnus-buttonized-mime-types in doc string.
12015
12016 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
12017
12018         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
12019         Suggest image/.* in the doc string.
12020
12021 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12022
12023         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
12024         message-marks (Debian bug #342521).
12025
12026 2005-12-12  Simon Josefsson  <jas@extundo.com>
12027
12028         * password.el (password-read-from-cache): Add.
12029         (password-read): Use it.
12030
12031 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12032
12033         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
12034         us-ascii as a MIME charset.
12035
12036         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
12037         against the case where the 2nd arg TYPE is nil.
12038
12039 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12040
12041         * pop3.el (pop3-stream-type): Fix custom version.
12042
12043         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
12044
12045 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12046
12047         * mm-decode.el (mm-display-external): Add missing cdr.
12048
12049 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12050
12051         * mm-decode.el (mm-display-external): Use nametemplate (defined in
12052         RFC1524) if it is in mailcap or add a suffix according to
12053         mailcap-mime-extensions when generating a temp filename; postpone
12054         deleting a temp file for 2 seconds for some wrappers, shell
12055         scripts, and so on, which might exit right after having started a
12056         viewer command as a background job.
12057
12058 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12059
12060         * nntp.el (nntp-marks-directory): Fix custom group.
12061
12062         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
12063         steps when < 10.
12064
12065         * gnus-start.el (gnus-no-server-1): Mention
12066         `gnus-level-default-subscribed' in doc string.
12067
12068 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12069
12070         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
12071         parens.
12072
12073 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12074
12075         * gnus-xmas.el (gnus-use-toolbar): Revert.
12076         (gnus-xmas-setup-toolbar): Use global default-toolbar if
12077         gnus-use-toolbar is default.
12078
12079         * messagexmas.el (message-use-toolbar): Revert.
12080         (message-setup-toolbar): Use global default-toolbar if
12081         message-use-toolbar is default.
12082
12083 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12084
12085         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
12086         according to default-toolbar-visible-p.
12087
12088         * messagexmas.el (message-use-toolbar): Ditto.
12089
12090 2005-11-26  Dave Love  <fx@gnu.org>
12091
12092         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
12093         (tls-program, tls-success): Provide openssl alternative.
12094
12095         * starttls.el: Doc fixes.
12096         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
12097         SERVICE to PORT.
12098
12099         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
12100         port null or service name.
12101         (starttls-negotiate): Autoload.
12102
12103 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12104
12105         * message.el (message-kill-to-signature): Fix interactive spec.
12106
12107 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12108
12109         * pop3.el (pop3-open-server): Recognize a string as a service name.
12110
12111 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
12112
12113         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
12114
12115 2005-11-23  Dave Love  <fx@gnu.org>
12116
12117         Add pop3s, pop3/starttls.
12118
12119         * pop3.el (pop3-authentication-scheme): Clarify doc.
12120         (open-tls-stream, starttls-open-stream): Autoload.
12121         (pop3-stream-type): New.
12122         (pop3-open-server): Use it.
12123
12124         * mail-source.el (mail-sources): Fix some :types.  Add stream type
12125         for POP.
12126         (mail-source-keyword-map): Add :stream for POP.
12127         (mail-source-fetch-pop): Use pop3-stream-type.
12128
12129 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12130
12131         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
12132         of current-time-string.
12133
12134 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
12135
12136         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
12137         date header.
12138
12139 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12140
12141         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
12142         it can seriously impact performance as it bypasses the agent's
12143         local caches.
12144
12145 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12146
12147         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
12148         must be explicitly online rather than "not explicitly offline" for
12149         its flags to be synchronized.
12150
12151         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
12152         that gnus-uu-unmark-thread will function correctly.
12153
12154         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
12155         1024K is instead displayed as 1M.
12156
12157 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12158
12159         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
12160
12161 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
12162
12163         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
12164
12165 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
12166
12167         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
12168         error message to display actual error condition.
12169         (gnus-agent-save-local): Avoid saving symbols that are bound to
12170         nil as they simply result in a warning message in
12171         gnus-agent-read-local.
12172
12173 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12174
12175         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
12176         rather than make-variable-buffer-local for file-precious-flag.
12177
12178 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12179
12180         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
12181         for duplicates which are removed.  The invalid sort check then
12182         triggers a rescan after the sort as sorting may have moved
12183         duplicate entries such that they can be cheaply detected.
12184
12185 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12186
12187         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
12188
12189 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12190
12191         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
12192         internal variable to a custom variable.  Changed default value
12193         from compressed(2) to uncompressed(1).
12194         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
12195         support for uncompressed agentview files.  Taken together, reading
12196         the agentview file should now be 6-7 times faster.
12197
12198 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12199
12200         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
12201         as a buffer-local variable.  This avoids creating truncated
12202         dribble files as a result of a hang up, eg.
12203
12204 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
12205
12206         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
12207         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
12208         XEmacs.
12209
12210 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12211
12212         * gnus-start.el (gnus-start-draft-setup): Enforce
12213         `gnus-draft-mode' for nndraft:drafts at startup.
12214
12215         * gnus.el (gnus-splash): Change custom group.
12216         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
12217         allow-list argument.
12218
12219         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
12220         string.
12221
12222 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12223
12224         * gnus-art.el (gnus-default-article-saver): Add user-defined
12225         `function' to custom type.
12226
12227 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12228
12229         * imap.el (imap-open): Handle case where buffer is a buffer
12230         object.
12231
12232 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12233
12234         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
12235         long lines.
12236         (gnus-cache-delete-group): Wrap doc strings.
12237
12238         * gnus-agent.el (gnus-agent-rename-group)
12239         (gnus-agent-delete-group): Wrap doc strings.
12240
12241 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12242
12243         * messagexmas.el (message-use-toolbar): Change the valid values
12244         into default, top, bottom, left, and right.
12245         (message-toolbar-thickness): New variable.
12246         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
12247         well.
12248         (message-setup-toolbar): Make it work.
12249
12250         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
12251         (gnus-use-toolbar): Change the valid values into default, top,
12252         bottom, left, and right.
12253         (gnus-toolbar-thickness): New variable.
12254         (gnus-xmas-setup-toolbar): New function.
12255         (gnus-xmas-setup-group-toolbar): Use it.
12256         (gnus-xmas-setup-summary-toolbar): Use it.
12257
12258 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12259
12260         * gnus-start.el (gnus-1): Add "native" to
12261         gnus-predefined-server-alist.
12262
12263         * gnus.el (gnus-method-to-server): Don't add "native" to the
12264         lists here, because that leads to problems when
12265         gnus-select-method is bound.
12266
12267 2005-11-09  Simon Josefsson  <jas@extundo.com>
12268
12269         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
12270         use (not sort-by-date) instead.
12271
12272 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12273
12274         * gnus-delay.el (gnus-delay-group): Don't autoload.
12275         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12276         to be re-loaded when customizing the `gnus-delay' group.
12277
12278 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
12279
12280         * message.el: Revert last changes.
12281         (message-insert-citation-line): Use newlines.
12282
12283 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
12284
12285         * message.el (message-courtesy-message)
12286         (message-mark-insert-begin, message-mark-insert-end)
12287         (message-elide-ellipsis, message-cancel-message)
12288         (message-add-header, message-change-subject)
12289         (message-cross-post-followup-to-header)
12290         (message-cross-post-insert-note, message-reduce-to-to-cc)
12291         (message-widen-reply, message-delete-not-region)
12292         (message-kill-to-signature, message-insert-signature)
12293         (message-insert-importance-high, message-insert-importance-low)
12294         (message-insert-or-toggle-importance)
12295         (message-insert-disposition-notification-to)
12296         (message-indent-citation, message-yank-original)
12297         (message-cite-original-without-signature, message-cite-original)
12298         (message-insert-citation-line, message-position-on-field)
12299         (message-fix-before-sending, message-send-mail-partially)
12300         (message-send-mail, message-send-mail-with-sendmail)
12301         (message-send-mail-with-qmail, message-send-news)
12302         (message-check-news-header-syntax, message-generate-headers)
12303         (message-insert-courtesy-copy, message-fill-address)
12304         (message-fill-header, message-shorten-references)
12305         (message-setup-1, message-cancel-news)
12306         (message-forward-make-body-plain, message-forward-make-body-mime)
12307         (message-forward-make-body-mml, message-encode-message-body)
12308         (message-forward-make-body-digest-plain)
12309         (message-forward-make-body-digest-mime)
12310         (message-use-alternative-email-as-from): Insert `hard-newline'
12311         instead of ordinary newlines.
12312
12313 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12314
12315         * message.el (message-generate-headers): Downcase the argument
12316         given to message-check-element.
12317
12318 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
12319
12320         * nntp.el (nntp-authinfo-rejected): New error condition.
12321         (nntp-wait-for): Use new error condition to signal authentication
12322         error.
12323         (nntp-retrieve-data): Rethrow new error condition to break out of
12324         recursive call to nntp-send-authinfo.
12325
12326 2005-11-08  Romain Francoise  <romain@orebokech.com>
12327
12328         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
12329         (gnus-summary-exit-map): Bind to `Z p'.
12330         (gnus-summary-make-menu-bar): Add menu item.
12331
12332 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
12333
12334         * gnus-art.el (gnus-article-treat-custom): Add `first'.
12335         (gnus-treat-*): Add `first' in all doc strings.
12336
12337         * gnus-group.el (gnus-group-compact-group): Fix typo.
12338
12339 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12340
12341         * gnus.el (gnus-parameters-case-fold-search): New variable.
12342         (gnus-parameters-get-parameter): Use it.
12343
12344         * gnus-score.el (gnus-home-score-file): Doc fix.
12345
12346 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
12347
12348         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
12349
12350 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12351
12352         * mm-util.el (mm-special-display-p): New function.
12353
12354         * mml.el (mml-preview): Use it; doc fix.
12355
12356 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12357
12358         * imap.el (imap-open): Handle case where buffer is a buffer object.
12359
12360 2005-10-29  Romain Francoise  <romain@orebokech.com>
12361
12362         * message.el (message-fix-before-sending): Fix comment.
12363
12364 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12365
12366         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
12367
12368 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12369
12370         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
12371         Used in gnus-score.el.
12372
12373 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12374
12375         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
12376
12377 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
12378
12379         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
12380         whitespace removed in revision 7.8.  Use concatenated string to
12381         protect trailing whitespace.
12382
12383 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
12384
12385         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
12386         (nnimap-request-expire-articles): Use it to avoid sending 'UID
12387         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
12388         Courier IMAP ("some version from 2004").  Mostly based on similar
12389         code in the same function.
12390
12391 2005-10-26  Didier Verna  <didier@xemacs.org>
12392
12393         * gnus-group.el (gnus-group-compact-group): Invalidate original
12394         article buffer.
12395         * gnus-srvr.el (gnus-server-compact-server): Ditto.
12396         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
12397         NOV database and in article itself.
12398         Invalidate article backlog.
12399
12400 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12401
12402         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
12403
12404 2005-10-26  Simon Josefsson  <jas@extundo.com>
12405
12406         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
12407         part of 2004-07-25 change.
12408
12409 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12410
12411         * message.el (message-display-completion-list): New function.
12412         (message-expand-group): Use it; make sure the Completions buffer
12413         is modifiable.
12414 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
12415
12416         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
12417         user-mail-name is an empty string.
12418
12419 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12420
12421         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
12422         depending on gnus-score-decay-constant.
12423
12424         * encrypt.el (encrypt-insert-file-contents)
12425         (encrypt-write-file-contents): Don't use `gnus-message'.
12426
12427         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
12428         arguments.
12429         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
12430         arguments to mm-uu-verbatim-marks-extract.
12431         (mm-uu-hide-markers): New variable.
12432         (mm-uu-extract): Use face similar to `gnus-cite-3'.
12433
12434         * gnus-fun.el (gnus-convert-image-to-x-face-command)
12435         (gnus-convert-image-to-face-command): Use "convert" by default to
12436         allow other input image formats.
12437         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
12438         accordingly.
12439
12440 2005-10-23  Simon Josefsson  <jas@extundo.com>
12441
12442         * imap.el (imap-gssapi-program): Align command line parameters
12443         with latest GNU SASL.
12444         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
12445
12446 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12447
12448         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
12449         HTML.
12450         (nnslashdot-request-article): Ditto.
12451
12452         * lpath.el (featurep): Add nobreak-char-display.
12453
12454 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12455
12456         * mail-source.el (mail-source-fetch-pop): Require pop3.
12457         (mail-source-check-pop): Ditto.
12458
12459 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12460
12461         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
12462         errors.
12463
12464 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12465
12466         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
12467         (gnus-treat-strip-leading-blank-lines): Improve doc string.
12468
12469         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
12470
12471         * mm-bodies.el (mm-decode-string): Call
12472         `mm-charset-to-coding-system' with allow-override argument.
12473
12474 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12475
12476         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
12477         (rfc2047-charset-to-coding-system): New function.
12478         (rfc2047-decode-encoded-words): New function.
12479         (rfc2047-decode-region): Use them.
12480         (rfc2047-decode-cte): Remove.
12481         (rfc2047-parse-and-decode): Remove.
12482         (rfc2047-decode): Remove.
12483
12484 2005-10-15  Kenichi Handa  <handa@m17n.org>
12485
12486         * rfc2047.el (rfc2047-decode-cte): New function.
12487         (rfc2047-decode-region): Change the way to decode successive
12488         encoded-words: decode B- or Q-encoding in each encoded-word,
12489         concatenate them, and decode it as charset.
12490
12491 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12492
12493         * lpath.el: Fbind codepage-setup for XEmacs.
12494
12495 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
12496
12497         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
12498         widget-move-and-invoke.
12499         (gnus-custom-mode): Use gnus-custom-map.
12500
12501 2005-10-15  Bill Wohler  <wohler@newt.com>
12502
12503         * message.el (message-tool-bar-map): Renamed image file from
12504         mail_send to mail/send.
12505
12506 2005-10-16  Masatake YAMATO  <jet@gyve.org>
12507
12508         * message.el (message-expand-group): Pass the common
12509         prefix substring of completion to `display-completion-list'.
12510
12511 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
12512
12513         * mml-sec.el (mml-secure-method): New internal variable.
12514         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
12515         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
12516         functions using mml-secure-method.
12517
12518         * mml.el (mml-mode-map): Add key bindings for those functions.
12519         (mml-menu): Simplify security menu entries.  Suggested by Jesper
12520         Harder <harder@myrealbox.com>.
12521         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
12522         end of message if point is the headers of the message.
12523
12524         * message.el (message-in-body-p): New function.
12525
12526         * assistant.el: Autoload gnus-util and netrc.
12527
12528         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
12529         Use `mm-charset-override-alist' only when decoding.
12530
12531         * mm-bodies.el (mm-decode-body): Call
12532         `mm-charset-to-coding-system' with allow-override argument.
12533
12534         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
12535         `filename' from Content-Disposition if Content-Type doesn't
12536         provide `name'.
12537         (gnus-mime-view-part-as-type): Set default instead of
12538         initial-input.
12539
12540 2005-10-09  Daniel Brockman  <daniel@brockman.se>
12541
12542         * format-spec.el (format-spec): Propagate text properties of % spec.
12543
12544 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12545
12546         * gnus-art.el (gnus-treat-predicate): Add `first'.
12547
12548 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12549
12550         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
12551         (mm-charset-override-alist): New variable.
12552         (mm-charset-to-coding-system): Use it.
12553         (mm-codepage-setup): New helper function.
12554         (mm-charset-eval-alist): New variable.
12555         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
12556         about unknown charsets.
12557
12558         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
12559
12560 2005-10-04  David Hansen  <david.hansen@gmx.net>
12561
12562         * nnrss.el (nnrss-request-article): Add support for the comments tag.
12563         (nnrss-check-group): Ditto.
12564
12565 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12566
12567         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
12568         Rename x-gnus-verbatim to x-verbatim.
12569         (mm-uu-type-alist): Fix regexp for verbatim-marks.
12570
12571         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
12572         x-verbatim.
12573
12574         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
12575
12576         * gnus-util.el (gnus-remove-duplicates): Remove.
12577
12578         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
12579         instead of gnus-remove-duplicates.
12580
12581         * message.el (message-remove-duplicates): Remove.
12582         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
12583         message-remove-duplicates.
12584
12585         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
12586         available, else use implementation from `delete-dups'.
12587
12588         * message.el (message-insert-expires): New function.
12589         (message-mode-map): Add key binding.
12590         (message-mode-field-menu): Add menu entry.
12591         (message-mode): Document it.
12592         (message-make-expires-date): Use `message-make-date'.
12593
12594 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
12595
12596         * message.el (message-make-expires-date): New function.
12597
12598 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12599
12600         * Makefile.in (list-installed-shadows): New entry.
12601         (install): Use it.
12602         (remove-installed-shadows): New entry.
12603
12604         * dgnushack.el (dgnushack-default-load-path): New variable.
12605         (dgnushack-find-lisp-shadows): New function.
12606         (dgnushack-remove-lisp-shadows): New function.
12607
12608 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12609
12610         * Makefile.in (install-el-elc): New entry.
12611         (install): Use it so that .el files are necessarily installed.
12612
12613 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12614
12615         * time-date.el: Autoload parse-time-string, XEmacs needs it.
12616
12617 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12618
12619         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
12620         function rather than the diff-mode.el package.
12621         (mm-display-external): Use with-current-buffer.
12622         (mm-viewer-completion-map, mm-viewer-completion-map):
12623         Move initialization inside declaration.
12624
12625 2005-09-29  Simon Josefsson  <jas@extundo.com>
12626
12627         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
12628         autoload mail-check-payment.
12629         (spam-check-hashcash): Define unconditionally, since hashcash.el
12630         is part of Gnus now.  Ignore errors from payment checking.
12631
12632 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
12633
12634         * message.el (message-bold-region, message-unbold-region): Rename
12635         from `bold-region' and `unbold-region'.
12636
12637         * message.el: Remove useless autoloads.
12638
12639 2005-09-28  Simon Josefsson  <jas@extundo.com>
12640
12641         * message.el (message-use-idna): Default to t.
12642         (message-use-idna): Test whether encoding works too.  Doc fix.
12643
12644 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12645
12646         * nntp.el (nntp-warn-about-losing-connection): Remove.
12647
12648 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
12649
12650         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
12651         customizable.  Change default value.
12652         (mm-uu-diff-groups-regexp): Change default value.
12653         (mm-uu-type-alist): Add doc string.
12654         (mm-uu-configure): Add doc string.  Make it interactive.
12655         (mm-uu-tex-groups-regexp): New variable.
12656         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
12657         (mm-uu-type-alist): Add LaTeX documents.
12658         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
12659         of "text/verbatim".
12660         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
12661
12662         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
12663         instead of "text/verbatim".
12664
12665         * message.el (message-mark-inserted-region)
12666         (message-mark-insert-file): Use slrn style marks when called with
12667         prefix argument.
12668
12669 2005-09-27  Simon Josefsson  <jas@extundo.com>
12670
12671         * message.el (message-idna-to-ascii-rhs-1): Reformat.
12672
12673 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
12674
12675         * message.el (message-remove-duplicates): New function.
12676         Implementation borrowed from `gnus-remove-duplicates'.
12677         (message-idna-to-ascii-rhs): Also encode idna addresses in
12678         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12679         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
12680         only ask about the same idna domain once per header and also tell
12681         in what header to replace the idna domain.
12682
12683         * gnus-art.el (article-decode-idna-rhs): Also decode idna
12684         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12685         (article-decode-idna-rhs): Fix regexp so that all idna-address in
12686         a header is decoded and not just the last one.
12687
12688 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12689
12690         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
12691         has been decoded.
12692
12693         * mm-decode.el (mm-automatic-display): Add text/verbatim.
12694         (mm-insert-part): Don't modify text if it has been decoded.
12695
12696         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
12697         decoded.
12698
12699         * mm-view.el (mm-inline-text): Don't strip text props unless
12700         decoding enriched or richtext parts.
12701
12702 2005-09-25  Romain Francoise  <romain@orebokech.com>
12703
12704         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
12705         * gnus-start.el (gnus-subscribe-interactively):
12706         * gnus-uu.el (gnus-uu-grab-articles):
12707         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
12708         space.
12709
12710 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
12711
12712         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
12713         * mm-view.el (mm-view-pkcs7-decrypt):
12714         * gnus-sum.el (gnus-summary-limit-to-extra)
12715         (gnus-summary-respool-article, gnus-read-move-group-name):
12716         * gnus-score.el (gnus-summary-increase-score):
12717         * gnus-util.el (gnus-completing-read-with-default):
12718         * gnus-art.el (gnus-read-save-file-name)
12719         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
12720         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
12721         * message.el (message-check-news-header-syntax):
12722         Follow convention for reading with the minibuffer.
12723
12724 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
12725
12726         * spam-report.el (spam-report-url-ping-plain):
12727         Use gnus-extended-version as User-Agent.
12728
12729         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
12730         default value is nil.
12731
12732         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
12733         (mm-uu-verbatim-marks-extract): New function.
12734         (mm-uu-extract): New face.
12735         (mm-uu-copy-to-buffer): Use it.
12736
12737         * spam-report.el (spam-report-gmane-ham): Renamed from
12738         `spam-report-gmane-unspam'.
12739         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
12740         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
12741
12742         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
12743         Autoload.
12744         (spam-report-gmane-unregister-routine): Renamed
12745         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
12746
12747 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
12748
12749         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
12750         (spam-report-gmane-unregister-routine): Add support for gmane
12751         unregistration.
12752
12753         * spam-report.el (spam-report-gmane-unspam)
12754         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
12755         (spam-report-gmane): Change to take a single article and do unspam
12756         registration.
12757
12758 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12759
12760         * mm-url.el (mm-url-decode-entities): Fix regexp.
12761
12762 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12763
12764         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
12765         default to nil, to be able to use Gnus at all.  If the default
12766         switches to something else, then the function should be fixed not
12767         be exceedingly slow.
12768
12769 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
12770
12771         * gnus-start.el (gnus-activate-group): If the server is nil, don't
12772         fail hard.
12773
12774         * spam-report.el: Add better Keywords line.
12775
12776         * spam.el: Add Maintainer and better Keywords line.
12777
12778 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12779
12780         * gnus-art.el (gnus-article-replace-part)
12781         (gnus-mime-replace-part): New functions.
12782         (gnus-mime-action-alist, gnus-mime-button-commands)
12783         (gnus-mime-save-part-and-strip): Added file argument.
12784         (gnus-article-part-wrapper): Added interactive argument.
12785
12786         * gnus-sum.el (gnus-summary-mime-map): Add
12787         `gnus-article-replace-part'.
12788
12789 2005-09-19  Didier Verna  <didier@xemacs.org>
12790
12791         The nnml compaction feature:
12792         * nnml.el (nnml-request-compact-group): New function.
12793         * nnml.el (nnml-request-compact): New function.
12794         * gnus-int.el (gnus-request-compact-group): New function.
12795         * gnus-int.el (gnus-request-compact): New function.
12796         * gnus-group.el (gnus-group-compact-group): New function.
12797         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
12798         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
12799         * gnus-srvr.el (gnus-server-compact-server): New function.
12800         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
12801         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
12802
12803 2005-09-18  Deepak Goel  <deego@gnufans.org>
12804
12805         * sieve.el (sieve-help): Fix `message' call: first arg should be a
12806         format spec.
12807
12808 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12809
12810         * gnus.el (gnus-group-startup-message): Bind image-load-path.
12811
12812 2005-09-15  Romain Francoise  <romain@orebokech.com>
12813
12814         * message.el (message-fill-paragraph): Clarify docstring.
12815
12816 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12817
12818         * gnus-art.el (gnus-mime-display-part): Protect against broken
12819         MIME messages.
12820
12821 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12822
12823         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
12824         before parsing header.
12825
12826 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
12827
12828         * html2text.el (html2text-replace-list): Add new entities.
12829
12830 2005-09-11  Romain Francoise  <romain@orebokech.com>
12831
12832         * message.el (message-alternative-emails): Improve docstring.
12833         (message-setup-1): Call `message-use-alternative-email-as-from'
12834         after `message-setup-hook' to give it precedence over posting
12835         styles, etc.
12836         (message-use-alternative-email-as-from): Add docstring.  Remove
12837         the original From header if present.
12838
12839         * nnml.el (nnml-compressed-files-size-threshold): New variable.
12840         (nnml-save-mail): Use it.
12841
12842         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
12843         articles.  Add new argument `silent'.
12844         (gnus-uu-mark-all): Report the total number of marked articles.
12845
12846 2005-09-10  Romain Francoise  <romain@orebokech.com>
12847
12848         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
12849         (gnus-uu-mark-series): Likewise.
12850
12851 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
12852
12853         * spam-report.el (spam-report-gmane): Fix generation of spam
12854         report URL.
12855
12856 2005-09-10  Simon Josefsson  <jas@extundo.com>
12857
12858         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
12859         t, based on discussion on the ding list with Robert Epprecht
12860         <epprecht@solnet.ch>.
12861
12862 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
12863
12864         * spam-report.el (spam-report-gmane): Make it work without
12865         X-Report-Spam header.  Gmane now only provides Archived-At.
12866         This is only used if `spam-report-gmane-use-article-number' is nil.
12867         (spam-report-gmane-spam-header): Remove.  Not used anymore.
12868
12869         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
12870         make `gnus-summary-sort-by-recipient' work with threading.
12871
12872         * nnweb.el (nnweb-google-wash-article): Print a message if article
12873         is not available.
12874
12875 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12876
12877         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
12878         change.  Decode text/* parts content before displaying.
12879
12880 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
12881
12882         * mml-smime.el: Remove defvar of gnus-extract-address-components.
12883
12884 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12885
12886         * mm-view.el (mm-display-inline-fontify): Disable support modes.
12887
12888         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
12889         url-package-name, url-package-version,
12890         w3m-cid-retrieve-function-alist, w3m-current-buffer,
12891         w3m-display-inline-images, and w3m-minor-mode-map.
12892
12893 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
12894
12895         * message.el (message-tab-body-function): Fix mismatched custom type.
12896
12897         * gnus.el (gnus-group-change-level-function): Ditto.
12898
12899         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
12900
12901         * gnus-art.el (gnus-signature-limit)
12902         (gnus-article-mime-part-function): Ditto.
12903
12904 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12905
12906         * mml.el (mml-mode): Silence the byte compiler.
12907
12908         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
12909         using `(sit-for 0)' before moving the point to the specified part;
12910         skip unbuttonized parts.
12911         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
12912         return to the summary window if gnus-auto-select-part is non-nil.
12913
12914 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
12915
12916         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
12917         variables.
12918         (mml-dnd-attach-file, mml-mode): Use them.
12919
12920         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
12921         Make fetching article by MID work again for Google Groups.  Added
12922         FIXME concerning gnus-group-make-web-group.
12923
12924         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
12925         Don't depend on Gnus by using mail-extract-address-components if
12926         gnus-extract-address-components is not bound.
12927
12928 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12929
12930         * gnus-art.el (gnus-mime-display-security): Don't display the
12931         signature, but only the signed part.
12932
12933 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12934
12935         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
12936
12937         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
12938         list, not listp.
12939
12940 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
12941
12942         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
12943         when encoding.
12944
12945         * mm-bodies.el (mm-decode-content-transfer-encoding):
12946         De-canonicalize CRLF for all text content types, not just
12947         text/plain.
12948
12949 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12950
12951         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
12952         valid article; point arrow and cursor at the MIME button.
12953
12954 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12955
12956         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
12957         Suggested by Dan Christensen <jdc@uwo.ca>.
12958
12959         * mm-decode.el (mm-save-part): Enable change of prompt.
12960
12961 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
12962
12963         * gnus-msg.el (gnus-inews-add-send-actions): Made
12964         `message-post-method' lambda parameter ARG `&optional'.
12965
12966 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12967
12968         * gnus-sum.el (gnus-summary-mime-map): Added
12969         gnus-article-save-part-and-strip, gnus-article-delete-part and
12970         gnus-article-jump-to-part.
12971
12972         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
12973         (gnus-article-edit-part): Use it.
12974         (gnus-article-part-wrapper): Added no-handle argument.
12975         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
12976         functions.
12977
12978 2005-08-29  Romain Francoise  <romain@orebokech.com>
12979
12980         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12981         docstring.
12982         (gnus-face-from-file): Likewise.
12983
12984 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12985
12986         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
12987         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
12988         non-nil.
12989         (gnus-auto-select-part): New variable.
12990         (gnus-article-jump-to-part): New function.
12991         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
12992         (gnus-mime-delete-part): Allow selecting specified part after
12993         deleting or stripping parts.
12994         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
12995         part if argument is bogus.
12996
12997 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
12998
12999         * gnus-art.el (w3m-minor-mode-map):
13000         * gnus-spec.el (gnus-newsrc-file-version):
13001         * gnus-util.el (nnmail-active-file-coding-system)
13002         (gnus-original-article-buffer, gnus-user-agent):
13003         * gnus.el (gnus-ham-process-destinations)
13004         (gnus-parameter-ham-marks-alist)
13005         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
13006         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
13007         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
13008         * mm-decode.el (gnus-current-window-configuration):
13009         * mm-extern.el (gnus-article-mime-handles):
13010         * mm-url.el (url-current-object, url-package-name)
13011         (url-package-version):
13012         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
13013         (smime-keys, w3m-cid-retrieve-function-alist)
13014         (w3m-current-buffer, w3m-display-inline-images)
13015         (w3m-minor-mode-map):
13016         * mml-smime.el (gnus-extract-address-components):
13017         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
13018         (gnus-newsrc-hashtb, message-default-charset)
13019         (message-deletable-headers, message-options)
13020         (message-posting-charset, message-required-mail-headers)
13021         (message-required-news-headers):
13022         * mml1991.el (mc-pgp-always-sign):
13023         * mml2015.el (mc-pgp-always-sign):
13024         * nnheader.el (nnmail-extra-headers):
13025         * rfc1843.el (gnus-decode-encoded-word-function)
13026         (gnus-decode-header-function, gnus-newsgroup-name):
13027         * spam-stat.el (gnus-original-article-buffer): Add defvars.
13028
13029 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
13030
13031         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
13032         the end of the date treatments.
13033
13034 2005-08-15  Simon Josefsson  <jas@extundo.com>
13035
13036         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
13037         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
13038         Capello and Romain Francoise.
13039         (pgg-fetch-key-function): Removed, not used?
13040         (pgg-insert-url-with-w3): Require url, to get
13041         url-insert-file-contents regardless of where it is defined.
13042
13043 2005-08-13  Romain Francoise  <romain@orebokech.com>
13044
13045         * message.el (message-cite-original-1): New function.
13046         (message-cite-original): Use it.
13047         (message-cite-original-without-signature): Ditto.
13048
13049 2005-08-08  Romain Francoise  <romain@orebokech.com>
13050
13051         * message.el (message-yank-empty-prefix): New variable.
13052         (message-indent-citation): Use it.
13053         (message-cite-original-without-signature): Respect X-No-Archive.
13054
13055 2005-08-08  Simon Josefsson  <jas@extundo.com>
13056
13057         * pgg.el: Autoload url-insert-file-contents instead of loading
13058         w3/url.
13059         (pgg-insert-url-with-w3): Don't load url here.
13060
13061 2005-08-07  Jesper Harder  <harder@phys.au.dk>
13062
13063         * message.el (message-kill-to-signature): Don't insert newline at
13064         bol.
13065         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
13066
13067 2005-08-06  Romain Francoise  <romain@orebokech.com>
13068
13069         * message.el (message-user-fqdn): Fix typo in docstring.
13070
13071 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
13072
13073         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
13074
13075         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
13076
13077 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13078
13079         * mm-bodies.el (mm-encode-body): Use coding system rather than
13080         charset to encode text.
13081
13082         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
13083         number of charsets if utf-8 is available (XEmacs).
13084
13085 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13086
13087         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
13088         taken from `gnus-button-mid-or-mail-regexp'.
13089         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
13090         (gnus-button-alist): Improve regexp for domain part of the MIDs
13091         for news:localpart@domain buttons.
13092         (gnus-button-ctan-directory-regexp): Update.
13093
13094 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13095
13096         * sieve-manage.el (sieve-manage-interactive-login): Use
13097         make-local-variable rather than make-variable-buffer-local.
13098         (sieve-manage-open): Ditto.
13099         (sieve-manage-authenticate): Ditto.
13100
13101         * mml.el (mml-generate-mime-1): Make the content type default to
13102         text/plain if the filename is not specified.
13103
13104 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13105
13106         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
13107         instead of insert-buffer.
13108
13109         * message.el (message-yank-original): Ditto; set the mark at the
13110         end of the yanked message.
13111
13112 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13113
13114         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
13115         lines to scroll rather than to stop it.
13116
13117         * mml.el (mml-generate-default-type): Add doc string.
13118         (mml-generate-mime-1): Use mm-default-file-encoding or make it
13119         default to application/octet-stream when determining the content
13120         type if it is not specified for the part or the mml contents; add
13121         a comment about mml-generate-default-type.
13122
13123 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
13124
13125         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
13126         make it default to application/octet-stream when determining the
13127         content type if it is not specified for the external contents.
13128
13129 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13130
13131         * rfc2231.el (rfc2231-parse-string): Take care that not only a
13132         segmented parameter but also other parameters might be there.
13133
13134 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13135
13136         * mm-decode.el (mm-display-external): Delete temp file, directory
13137         and buffer immediately if the external process is exited.
13138
13139 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13140
13141         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
13142         fewer lines than that of scroll-margin.
13143         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
13144
13145 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13146
13147         * gnus-art.el (gnus-article-next-page): Revert.
13148         (gnus-article-beginning-of-window): New macro.
13149         (gnus-article-next-page-1): Use it.
13150         (gnus-article-prev-page): Ditto.
13151         (gnus-article-edit-part): Use insert-buffer-substring instead of
13152         insert-buffer.
13153         (gnus-article-edit-exit): Ditto.
13154
13155         * gnus-util.el (gnus-beginning-of-window): Remove.
13156         (gnus-end-of-window): Remove.
13157
13158         * lpath.el: Don't bind header-line-format and scroll-margin.
13159
13160 2005-07-25  Simon Josefsson  <jas@extundo.com>
13161
13162         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
13163         to have the url package without w3.  Reported by Daiki Ueno
13164         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
13165
13166 2005-07-20  Didier Verna  <didier@xemacs.org>
13167
13168         * gnus-diary.el: Remove the description comment (nndiary is now
13169         properly documented in the Gnus manual).
13170         Fix the spelling of "Back End".
13171         * nndiary.el: Ditto.
13172         Fix the copyright notice.
13173
13174 2005-07-18  Romain Francoise  <romain@orebokech.com>
13175
13176         * gnus-sum.el (gnus-summary-to-prefix)
13177         (gnus-summary-newsgroup-prefix): New variables.
13178         (gnus-summary-from-or-to-or-newsgroups): Use them.
13179
13180 2005-07-17  Romain Francoise  <romain@orebokech.com>
13181
13182         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
13183         space as it's generally not especially interesting to the user.
13184
13185 2005-07-16  Romain Francoise  <romain@orebokech.com>
13186
13187         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
13188         nil to avoid prompting and file modification if one of the
13189         messages at the top of the nnfolder file contains a copyright
13190         notice.
13191         Update copyright notice.
13192
13193         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
13194         instead of `current-time-string' as the latter creates a time
13195         string that is not RFC 2822 compliant (it lacks the zone).
13196         Update copyright notice.
13197
13198 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13199
13200         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
13201         for text/rtf.  Display default in prompt.  Pass default for M-n.
13202
13203         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
13204
13205 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13206
13207         * gnus-msg.el (gnus-button-mailto): Remove
13208         save-selected-window-window hackery because it relies on
13209         save-selected-window internals.
13210
13211 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13212
13213         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
13214         (gnus-article-next-page-1): Use gnus-beginning-of-window.
13215         (gnus-article-prev-page): Ditto.
13216
13217         * gnus-util.el (gnus-beginning-of-window): New function.
13218         (gnus-end-of-window): New function.
13219
13220         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
13221
13222 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13223
13224         * gnus-score.el (gnus-score-edit-all-score): Set
13225         gnus-score-edit-exit-function to gnus-score-edit-done and call
13226         gnus-message.
13227
13228 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13229
13230         * gnus-msg.el (gnus-button-mailto): Remove
13231         save-selected-window-window hackery because it relies on
13232         save-selected-window internals.
13233
13234 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13235
13236         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
13237         add-minor-mode.
13238         (gnus-binary-mode): Ditto.
13239
13240         * gnus-topic.el (gnus-topic-mode): Ditto.
13241
13242 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
13243
13244         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
13245         (gnus-article-prev-page): Take scroll-margin into consideration.
13246
13247 2005-07-04  Lute Kamstra  <lute@gnu.org>
13248
13249         Update FSF's address in GPL notices.
13250
13251 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
13252
13253         * gnus.el (gnus-exit):
13254         * gnus-group.el (gnus-group-icons):
13255         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
13256
13257         * gnus-nocem.el (gnus-nocem):
13258         * message.el (message-various, message-buffers, message-sending)
13259         (message-interface, message-forwarding, message-insertion)
13260         (message-headers, message-news, message-mail):
13261         * pgg-gpg.el (pgg-gpg):
13262         * pgg-parse.el (pgg-parse):
13263         * pgg-pgp.el (pgg-pgp):
13264         * pgg-pgp5.el (pgg-pgp5):
13265         * pop3.el (pop3): Finish `defgroup' description with period.
13266
13267 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13268
13269         * gnus-art.el (article-display-face): Improve the efficiency.
13270         (article-display-x-face): Ditto; remove grey x-face stuff.
13271
13272 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13273
13274         * gnus-art.el (article-display-face): Correct the position in
13275         which Faces are inserted.
13276
13277 2005-06-29  Didier Verna  <didier@xemacs.org>
13278
13279         * gnus-art.el (article-display-face): Display faces in correct
13280         order.
13281
13282 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13283
13284         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
13285         (gnus-fill-real-hashtb): Use hash table instead of obarray.
13286         (gnus-nocem-check-article): Fetch the Type header.
13287         (gnus-nocem-message-wanted-p): Fix the way to examine types.
13288         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
13289         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
13290         make sure gnus-nocem-hashtb is initialized.
13291         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
13292         (gnus-nocem-unwanted-article-p): Ditto.
13293
13294         * pgg.el (pgg-verify): Return the verification result.
13295
13296 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13297
13298         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
13299         is ascii.
13300
13301 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
13302
13303         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
13304         `show-nonbreak-escape'.
13305
13306 2005-06-23  Lute Kamstra  <lute@gnu.org>
13307
13308         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
13309
13310         * dig.el (dig-mode):
13311         * smime.el (smime-mode): Use gnus-run-mode-hooks.
13312
13313 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
13314
13315         * nnimap.el (nnimap-split-download-body): Fix spellings.
13316
13317 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
13318
13319         * gnus-art.el (gnus-article-encrypt-body):
13320         * gnus-cus.el (gnus-score-customize):
13321         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
13322         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
13323
13324 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
13325
13326         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
13327         header by looking for magic "MII" at the beginnig.
13328
13329 2005-06-16  Miles Bader  <miles@gnu.org>
13330
13331         * gnus-xmas.el (gnus-xmas-group-startup-message):
13332         Use renamed gnus-splash face.
13333
13334         * assistant.el (assistant-field): Remove "-face" suffix from face name.
13335         (assistant-field-face): New backward-compatibility alias for renamed
13336         face.
13337         (assistant-render-text): Use renamed assistant-field face.
13338
13339         * spam.el (spam): Remove "-face" suffix from face name.
13340         (spam-face): New backward-compatibility alias for renamed face.
13341         (spam-face, spam-initialize): Use renamed spam face.
13342
13343         * message.el (message-header-to, message-header-cc)
13344         (message-header-subject, message-header-newsgroups)
13345         (message-header-other, message-header-name)
13346         (message-header-xheader, message-separator, message-cited-text)
13347         (message-mml): Remove "-face" suffix from face names.
13348         (message-header-to-face, message-header-cc-face)
13349         (message-header-subject-face, message-header-newsgroups-face)
13350         (message-header-other-face, message-header-name-face)
13351         (message-header-xheader-face, message-separator-face)
13352         (message-cited-text-face, message-mml-face):
13353         New backward-compatibility aliases for renamed faces.
13354         (message-font-lock-keywords): Use renamed message faces.
13355
13356         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
13357         (sieve-test-commands, sieve-tagged-arguments):
13358         Remove "-face" suffix from face names.
13359         (sieve-control-commands-face, sieve-action-commands-face)
13360         (sieve-test-commands-face, sieve-tagged-arguments-face):
13361         New backward-compatibility aliases for renamed faces.
13362         (sieve-control-commands-face, sieve-action-commands-face)
13363         (sieve-test-commands-face, sieve-tagged-arguments-face):
13364         Use renamed sieve faces.
13365
13366         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
13367         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
13368         (gnus-group-news-3-empty, gnus-group-news-4)
13369         (gnus-group-news-4-empty, gnus-group-news-5)
13370         (gnus-group-news-5-empty, gnus-group-news-6)
13371         (gnus-group-news-6-empty, gnus-group-news-low)
13372         (gnus-group-news-low-empty, gnus-group-mail-1)
13373         (gnus-group-mail-1-empty, gnus-group-mail-2)
13374         (gnus-group-mail-2-empty, gnus-group-mail-3)
13375         (gnus-group-mail-3-empty, gnus-group-mail-low)
13376         (gnus-group-mail-low-empty, gnus-summary-selected)
13377         (gnus-summary-cancelled, gnus-summary-high-ticked)
13378         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
13379         (gnus-summary-high-ancient, gnus-summary-low-ancient)
13380         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
13381         (gnus-summary-low-undownloaded)
13382         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
13383         (gnus-summary-low-unread, gnus-summary-normal-unread)
13384         (gnus-summary-high-read, gnus-summary-low-read)
13385         (gnus-summary-normal-read, gnus-splash):
13386         Remove "-face" suffix from face names.
13387         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13388         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13389         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13390         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13391         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13392         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13393         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13394         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13395         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13396         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13397         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13398         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13399         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13400         (gnus-summary-normal-ticked-face)
13401         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
13402         (gnus-summary-normal-ancient-face)
13403         (gnus-summary-high-undownloaded-face)
13404         (gnus-summary-low-undownloaded-face)
13405         (gnus-summary-normal-undownloaded-face)
13406         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13407         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13408         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13409         (gnus-splash-face):
13410         New backward-compatibility aliases for renamed faces.
13411         (gnus-group-startup-message): Use renamed gnus faces.
13412
13413         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
13414         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
13415         (gnus-server-agent): Remove "-face" suffix from face names.
13416         (gnus-server-agent-face, gnus-server-opened-face)
13417         (gnus-server-closed-face, gnus-server-denied-face)
13418         (gnus-server-offline-face):
13419         New backward-compatibility aliases for renamed faces.
13420         (gnus-server-agent-face, gnus-server-opened-face)
13421         (gnus-server-closed-face, gnus-server-denied-face)
13422         (gnus-server-offline-face): Use renamed gnus faces.
13423
13424         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
13425         Remove "-face" suffix from face names.
13426         (gnus-picon-xbm-face, gnus-picon-face):
13427         New backward-compatibility aliases for renamed faces.
13428
13429         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
13430         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
13431         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
13432         (gnus-cite-11): Remove "-face" suffix from face names.
13433         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
13434         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
13435         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
13436         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
13437         New backward-compatibility aliases for renamed faces.
13438         (gnus-cite-attribution-face, gnus-cite-face-list)
13439         (gnus-article-boring-faces): Use renamed gnus faces.
13440
13441         * gnus-art.el (gnus-signature, gnus-header-from)
13442         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
13443         (gnus-header-content): Remove "-face" suffix from face names.
13444         (gnus-signature-face, gnus-header-from-face)
13445         (gnus-header-subject-face, gnus-header-newsgroups-face)
13446         (gnus-header-name-face, gnus-header-content-face):
13447         New backward-compatibility aliases for renamed faces.
13448         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
13449
13450         * gnus-sum.el (gnus-summary-selected-face)
13451         (gnus-summary-highlight): Use renamed gnus faces.
13452         * gnus-group.el (gnus-group-highlight): Likewise.
13453
13454 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
13455
13456         * gnus-sieve.el (gnus-sieve-article-add-rule):
13457         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
13458         * spam-stat.el (spam-stat-buffer-change-to-spam)
13459         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
13460
13461         * message.el (message-is-yours-p):
13462         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
13463
13464 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13465
13466         * mm-view.el (mm-inline-text): Withdraw the last change.
13467
13468 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13469
13470         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
13471         executing enriched-decode.
13472
13473 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13474
13475         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
13476         charset of tar files.
13477
13478 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
13479
13480         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
13481
13482 2005-06-04  Lute Kamstra  <lute@gnu.org>
13483
13484         * nnfolder.el (nnfolder-read-folder): Make sure that undo
13485         information is never recorded.
13486
13487 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13488
13489         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
13490
13491 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13492
13493         * pop3.el (pop3-apop): Run md5 in the binary mode.
13494
13495         * starttls.el (starttls-set-process-query-on-exit-flag):
13496         Use eval-and-compile.
13497
13498 2005-05-31  Simon Josefsson  <jas@extundo.com>
13499
13500         * smime.el (smime-replace-in-string): Define.
13501         (smime-cert-by-ldap-1): Use it.
13502
13503 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13504
13505         * gnus-art.el (article-display-x-face): Replace
13506         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13507
13508         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
13509         set-process-query-on-exit-flag or process-kill-without-query.
13510
13511         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
13512         loop instead of replace-regexp.
13513
13514         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
13515         instead of process-kill-without-query if it is available.
13516
13517         * lpath.el: Fbind ldap-search-entries.
13518
13519         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
13520         instead of find-file-hooks if it is available.
13521
13522         * mml1991.el: Bind pgg-default-user-id when compiling.
13523
13524         * mml2015.el: Bind pgg-default-user-id when compiling.
13525
13526         * nndraft.el (nndraft-request-associate-buffer):
13527         Use write-contents-functions instead of write-contents-hooks if it is
13528         available.
13529
13530         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
13531         instead of find-file-hooks if it is available.
13532
13533         * nntp.el (nntp-open-connection): Replace
13534         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13535         (nntp-open-ssl-stream): Ditto.
13536         (nntp-open-tls-stream): Ditto.
13537
13538         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
13539         set-process-query-on-exit-flag or process-kill-without-query.
13540         (starttls-open-stream-gnutls): Use it instead of
13541         process-kill-without-query.
13542         (starttls-open-stream): Ditto.
13543
13544 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
13545
13546         * smime.el (smime-cert-by-ldap-1): Don't use
13547         replace-regexp-in-string.
13548
13549 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
13550
13551         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
13552
13553         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
13554         in PEM format.  Adjust to the XEmacs compability.
13555
13556 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
13557
13558         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
13559         by `string-to-number'.
13560         * gnus-agent.el (gnus-agent-regenerate-group)
13561         (gnus-agent-fetch-articles): Ditto.
13562         * gnus-art.el (gnus-button-fetch-group): Ditto.
13563         * gnus-cache.el (gnus-cache-generate-active)
13564         (gnus-cache-articles-in-group): Ditto.
13565         * gnus-group.el (gnus-group-set-current-level)
13566         (gnus-group-insert-group-line): Ditto.
13567         * gnus-score.el (gnus-score-set-expunge-below)
13568         (gnus-score-set-mark-below, gnus-summary-score-effect)
13569         (gnus-summary-score-entry): Ditto.
13570         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
13571         (gnus-soup-pack): Ditto.
13572         * gnus-spec.el (gnus-xmas-format): Ditto.
13573         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
13574         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
13575         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
13576         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
13577         * nndb.el (nndb-get-remote-expire-response): Ditto.
13578         * nndiary.el (nndiary-parse-schedule-value)
13579         (nndiary-string-to-number, nndiary-request-replace-article)
13580         (nndiary-request-article): Ditto.
13581         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
13582         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
13583         * nneething.el (nneething-make-head): Ditto.
13584         * nnfolder.el (nnfolder-request-article)
13585         (nnfolder-retrieve-headers): Ditto.
13586         * nnheader.el (nnheader-file-to-number): Ditto.
13587         * nnkiboze.el (nnkiboze-request-article): Ditto.
13588         * nnmail.el (nnmail-process-unix-mail-format)
13589         (nnmail-process-babyl-mail-format): Ditto.
13590         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
13591         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
13592         (nnmh-request-create-group, nnmh-request-list-1)
13593         (nnmh-request-group, nnmh-request-article): Ditto.
13594         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
13595         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
13596         * nnsoup.el (nnsoup-make-active): Ditto.
13597         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
13598         * nntp.el (nntp-find-group-and-number)
13599         (nntp-retrieve-headers-with-xover): Ditto.
13600         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
13601         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
13602         (pgg-format-key-identifier): Ditto.
13603         * pop3.el (pop3-last, pop3-stat): Ditto.
13604         * qp.el (quoted-printable-decode-region): Ditto.
13605
13606         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
13607         of concat.
13608
13609 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13610
13611         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
13612
13613         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
13614
13615         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
13616
13617         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
13618
13619         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
13620
13621         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
13622
13623         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
13624         (gnus-carpal-mode): Ditto.
13625
13626         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
13627         (gnus-browse-mode): Ditto.
13628
13629         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
13630
13631         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
13632
13633 2005-05-29  Richard M. Stallman  <rms@gnu.org>
13634
13635         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
13636
13637 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13638
13639         * gnus-util.el (gnus-run-mode-hooks): New function.
13640
13641         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
13642
13643         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
13644         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
13645
13646 2005-05-27  Lute Kamstra  <lute@gnu.org>
13647
13648         * dns-mode.el (dns-mode): Specify customization group.
13649
13650 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
13651
13652         * gnus-agent.el (gnus-agent-make-mode-line-string):
13653         Use mode-line-highlight as mouse-face.
13654
13655 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13656
13657         * canlock.el (canlock): Change the parent group to news.
13658
13659         * deuglify.el (gnus-outlook-deuglify): Add :group.
13660
13661         * dig.el (dig): Add :group.
13662
13663         * dns-mode.el (dns-mode): Add :group.
13664
13665         * encrypt.el (encrypt): Add :group.
13666
13667         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
13668         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
13669         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
13670         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
13671         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
13672
13673         * gnus-diary.el (gnus-diary): Add :group.
13674
13675         * gnus.el (gnus-group-news-1-face): Add :group.
13676         (gnus-group-news-1-empty-face): Ditto.
13677         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
13678         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
13679         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
13680         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
13681         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
13682         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
13683         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
13684         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
13685         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
13686         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
13687         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
13688         (gnus-summary-high-ticked-face): Ditto.
13689         (gnus-summary-low-ticked-face): Ditto.
13690         (gnus-summary-normal-ticked-face): Ditto.
13691         (gnus-summary-high-ancient-face): Ditto.
13692         (gnus-summary-low-ancient-face): Ditto.
13693         (gnus-summary-normal-ancient-face): Ditto.
13694         (gnus-summary-high-undownloaded-face): Ditto.
13695         (gnus-summary-low-undownloaded-face): Ditto.
13696         (gnus-summary-normal-undownloaded-face): Ditto.
13697         (gnus-summary-high-unread-face): Ditto.
13698         (gnus-summary-low-unread-face): Ditto.
13699         (gnus-summary-normal-unread-face): Ditto.
13700         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
13701         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
13702
13703         * hashcash.el (hashcash): New custom group.
13704         (hashcash-default-payment): Add :group.
13705         (hashcash-payment-alist): Ditto.
13706         (hashcash-default-accept-payment): Ditto.
13707         (hashcash-accept-resources): Ditto.
13708         (hashcash-path): Ditto.
13709         (hashcash-extra-generate-parameters): Ditto.
13710         (hashcash-double-spend-database): Ditto.
13711         (hashcash-in-news): Ditto.
13712
13713         * message.el (message-minibuffer-local-map): Add :group.
13714
13715         * netrc.el (netrc): Add :group.
13716
13717         * sieve-manage.el (sieve-manage-log): Add :group.
13718         (sieve-manage-default-user): Diito.
13719         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
13720         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
13721         (sieve-manage-authenticators): Ditto.
13722         (sieve-manage-authenticator-alist): Ditto.
13723         (sieve-manage-default-port): Ditto.
13724
13725         * sieve-mode.el (sieve-control-commands-face): Add :group.
13726         (sieve-action-commands-face): Ditto.
13727         (sieve-test-commands-face): Ditto.
13728         (sieve-tagged-arguments-face): Ditto.
13729
13730         * smime.el (smime): Add :group.
13731
13732         * spam-report.el (spam-report): Add :group.
13733
13734         * spam.el (spam, spam-face): Add :group.
13735
13736 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13737
13738         * nntp.el (nntp-next-result-arrived-p): Some news servers may
13739         return \n.\n.\n at the end of articles.  Protect against that.
13740         (nntp-with-open-group): Allow debugging.
13741
13742         * nnheader.el (mail-header-set-extra): Make into a function
13743         because I just could't understand how to quote the list properly.
13744
13745         * dns.el (query-dns-cached): New function.
13746
13747 2005-05-26  Lute Kamstra  <lute@gnu.org>
13748
13749         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
13750
13751 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13752
13753         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
13754
13755         * gnus-art.el: Don't autoload mail-extract-address-components.
13756
13757         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
13758         eval-and-compile to evaluate it.
13759
13760         * hashcash.el: Don't autoload executable-find.
13761
13762         * nndb.el: Don't declare the nndb back end two or more times; don't
13763         autoload news-reply-mode, news-setup, cancel-timer and telnet.
13764
13765         * nntp.el: Autoload format-spec instead of format; use
13766         eval-and-compile to evaluate autoload forms.
13767
13768 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
13769
13770         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
13771
13772 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13773
13774         * gnus.el (gnus-version-number): Bump version.
13775
13776 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13777
13778         * gnus.el: No Gnus v0.3 is released.
13779
13780 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13781
13782         * lpath.el (featurep): Bind show-nonbreak-escape.
13783
13784 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13785
13786         * gnus-art.el (gnus-article-edit-part): Disable undo.
13787
13788 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13789
13790         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
13791         gnus-article-date-lapsed-new-header is t if date timer is active;
13792         skip headers in which the original date value is empty.
13793         (gnus-article-save-original-date): Redefine it as a macro.
13794         (gnus-display-mime): Use it.
13795
13796 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13797
13798         * gnus-art.el (article-date-ut): Support converting date in
13799         forwarded parts as well.
13800         (gnus-article-save-original-date): New function.
13801         (gnus-display-mime): Use it.
13802
13803 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
13804
13805         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
13806         enclosure element of <item>.
13807
13808 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
13809
13810         * message.el (message-kill-buffer-query): Renamed from
13811         `message-kill-buffer-query-if-modified'.  Added :version.
13812
13813 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13814
13815         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
13816         window layout.
13817
13818 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13819
13820         * mml.el: Autoload dnd when compiling.
13821
13822 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13823
13824         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
13825         x-dnd-*.
13826
13827 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13828
13829         * qp.el (quoted-printable-encode-region): Save excursion.
13830
13831 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
13832
13833         * message.el (message-kill-buffer-query-if-modified): Add new variable
13834         so the user can kill a modified message buffer quickly.
13835         (message-kill-buffer): Use it.
13836
13837 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13838
13839         * lpath.el: Fbind display-time-event-handler; don't fbind
13840         string-to-multibyte.
13841
13842         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
13843
13844 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13845
13846         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
13847         contained in text because xml.el decodes entities) with LFs.
13848
13849 2005-04-11  Lute Kamstra  <lute@gnu.org>
13850
13851         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
13852         differently.
13853
13854 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13855
13856         * mm-util.el (mm-detect-coding-region): Typo.
13857
13858 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13859
13860         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
13861
13862 2005-04-06  Deepak Goel  <deego@gnufans.org>
13863
13864         * spam-stat.el (spam-stat-score-buffer): Add a call to a
13865         user-function allow user modifications of the scores.
13866         (spam-stat-score-buffer-user): New function, to allow
13867         user-computed modifications to the score.
13868         (spam-stat-score-buffer-user-functions): List of additional
13869         scoring functions.
13870         (spam-stat-error-holder): Global temporary error holder.
13871         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
13872         variable.
13873
13874 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
13875
13876         * gnus-registry.el (gnus-registry-clean-empty-function)
13877         (gnus-registry-trim, gnus-registry-fetch-groups)
13878         (gnus-registry-delete-group): Groups that match
13879         `gnus-registry-ignored-groups' are removed from the registry
13880         entries, not just ignored for splitting.  This helps clean up the
13881         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
13882         to get all the groups a message ID is in.
13883
13884         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
13885         (spam-stat-split-fancy): Change "threshhold" to "threshold".
13886         (spam-stat-score-buffer-user-functions): Add :number custom type.
13887
13888 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13889
13890         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
13891         argument in XEmacs.
13892
13893         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
13894         (nnrss-request-group): Decode group name first.
13895         (nnrss-request-article): Make a text/plain article if mml-to-mime
13896         failed.
13897         (nnrss-get-encoding): Return a compatible encoding according to
13898         nnrss-compatible-encoding-alist.
13899         (nnrss-find-el): Use consp instead of listp.
13900         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
13901
13902 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13903
13904         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
13905         which Emacs 20 doesn't support.
13906         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
13907
13908 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13909
13910         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
13911         silence the byte compiler inside the defun.
13912
13913         * gnus-demon.el (parse-time-string): Add autoload.
13914
13915         * gnus-delay.el (parse-time-string): Add autoload.
13916
13917         * gnus-art.el (parse-time-string): Add autoload.
13918
13919         * nnultimate.el (parse-time): Require for `parse-time-string'.
13920
13921 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13922
13923         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
13924
13925         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
13926
13927         * smime.el (smime-ldap-host-list): Add :version.
13928
13929 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13930
13931         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
13932         pass it to `gnus-browse-read-group'.
13933         (gnus-browse-read-group): Add NUMBER argument and pass it to
13934         `gnus-group-read-ephemeral-group'.
13935
13936         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
13937         argument and pass it to `gnus-group-read-group'.
13938
13939 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
13940
13941         * mm-util.el (mm-xemacs-find-mime-charset): Only call
13942         mm-xemacs-find-mime-charset-1 if we have the mule feature
13943         available at runtime.
13944
13945 2005-03-25  Werner Lemberg  <wl@gnu.org>
13946
13947         * nnmaildir.el: Replace `illegal' with `invalid'.
13948
13949 2005-03-23  Lute Kamstra  <lute@gnu.org>
13950
13951         * time-date.el: Add comment on time value formats.
13952         Don't require parse-time.
13953         (with-decoded-time-value): New macro.
13954         (encode-time-value): New function.
13955         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
13956         (days-to-time): Return a valid time value when arg is huge.
13957         (time-since): Use time-subtract.
13958         (time-to-number-of-days): Use time-to-seconds.
13959
13960 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13961
13962         * gnus-start.el (gnus-display-time-event-handler):
13963         Check display-time-timer at runtime rather than only at load time
13964         in case display-time-mode is turned off in the mean time.
13965
13966 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13967
13968         * nnimap.el (nnimap-open-connection): Print which authinfo file is
13969         used.
13970
13971         * nneething.el (nneething-map-file-directory): Derive from
13972         `gnus-directory'.
13973
13974         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
13975         the To/Cc button.
13976
13977 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13978
13979         * nnmaildir.el (nnmaildir-request-accept-article):
13980         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
13981
13982 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13983
13984         * gnus-async.el: Require timer-funcs at compile time when in
13985         XEmacs for `run-with-idle-timer'.
13986
13987 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13988
13989         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
13990         autoloaded function.
13991
13992 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13993
13994         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
13995
13996 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
13997
13998         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
13999
14000 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14001
14002         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
14003         gnus-expert-user to default.
14004
14005 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
14006
14007         * nnimap.el (nnimap-open-server): Ditto.
14008
14009         * imap.el (imap-authenticate): Fix typo.
14010
14011 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
14012
14013         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
14014         buffer (since IMAP server might return FETCH response out of
14015         order, and the nntp buffer must be sorted).
14016
14017 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
14018
14019         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
14020         comparison on string.
14021
14022         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
14023         (gnus-agent-score): Renamed category keywords to match gnus-cus.
14024         (gnus-agent-summary-fetch-series): Modified to protect against
14025         gnus-agent-summary-fetch-group clearing processable flags.
14026         (gnus-agent-synchronize-group-flags): Update live group buffer as
14027         synchronization may occur due to the user toggle the plugged
14028         status.
14029         (gnus-agent-fetch-group-1): Clear downloadable flag when article
14030         successfully downloaded.
14031         (gnus-agent-expire-group-1): Avoid using markers when the overview
14032         is in ascending order; greatly improves performance.
14033         (gnus-agent-regenerate-group): Use
14034         gnus-agent-synchronize-group-flags to reset read status in both
14035         gnus and server.
14036         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
14037
14038 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14039
14040         * message.el: Don't autoload former message-utils variables.
14041         (message-strip-subject-trailing-was): Change doc string.
14042
14043         * nnweb.el: Fixes for `gnus-group-make-web-group'.
14044         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
14045         (nnweb-google-search): Add "hl=en" here.
14046         (nnweb-google-parse-1, nnweb-google-create-mapping):
14047         Don't hardcode URL.
14048
14049 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14050
14051         * message.el (message-get-reply-headers, message-followup):
14052         Mention related variables `message-use-followup-to' and
14053         `message-use-mail-followup-to', in the information buffer.
14054
14055         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
14056         of broken groups(-beta).google.com.
14057
14058 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14059
14060         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
14061         parameter to invoked gnus-request-move-article; remove the
14062         redundant gnus-sum-hint-move-is-internal variable; apply the marks
14063         all at once instead of once per article.
14064         (gnus-summary-remove-process-mark): Accept a list of articles as
14065         well as a single article for processing.
14066
14067         * gnus-int.el (gnus-request-move-article): Add move-is-internal
14068         parameter.
14069
14070         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
14071
14072         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
14073
14074         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
14075         parameter.
14076
14077         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
14078         parameter.
14079
14080         * nnimap.el (nnimap-request-move-article): Add move-is-internal
14081         parameter and remove the gnus-sum-hint-move-is-internal variable.
14082
14083         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
14084         parameter.
14085
14086         * nndraft.el (nndraft-request-move-article): Add move-is-internal
14087         parameter.
14088
14089         * nndiary.el (nndiary-request-move-article): Add move-is-internal
14090         parameter.
14091
14092         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
14093
14094         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
14095         parameter.
14096
14097         * nnagent.el (nnagent-request-move-article): Add move-is-internal
14098         parameter.
14099
14100 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14101
14102         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
14103         a more conservative way.
14104
14105 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14106
14107         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
14108         buffer, so it moves the window's cursor.
14109
14110 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
14111
14112         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
14113         `mm-dissect-multipart' and receive the from field as an (optional)
14114         argument from `mm-dissect-multipart'.
14115         (mm-dissect-multipart): Receive the from field as an argument and
14116         pass it on when we call `mm-dissect-buffer' on MIME parts.
14117         Fixes verification/decryption of signed/encrypted MIME parts.
14118
14119 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
14120
14121         * gnus-sum.el (gnus-summary-move-article): Set
14122         gnus-sum-hint-move-is-internal for gnus-request-move-article and
14123         whatever it calls (right now, only nnimap-request-move article
14124         respects it).
14125
14126         * nnimap.el (nnimap-request-move-article): When
14127         gnus-sum-hint-move-is-internal is set, don't do the extra
14128         nnimap-request-article.
14129
14130 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14131
14132         * nnheader.el (nnheader-find-file-noselect): Add doc string.
14133
14134         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
14135         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
14136
14137         * gnus-sum.el (gnus-summary-caesar-message):
14138         Apply `gnus-treat-article' after rotation.
14139
14140         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
14141         doc string.
14142
14143 2005-02-22  Simon Josefsson  <jas@extundo.com>
14144
14145         * encrypt.el (encrypt-password-cache-expiry): Remove (use
14146         `password-cache-expiry' instead).  Reported by Arne Jørgensen
14147         <arne@arnested.dk>.
14148         (encrypt): Add password-cache and password-cache-expiry as group
14149         members.
14150
14151 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
14152
14153         * smime.el (smime-ldap-host-list): Doc fix.
14154         (smime-ask-passphrase): Use `password-read-and-add' to read (and
14155         cache) password.
14156         (smime-sign-region): Use it.
14157         (smime-decrypt-region): Use it.
14158         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
14159         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
14160         fails.
14161         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
14162         certificate from DER to PEM format rather than calling openssl.
14163
14164         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
14165
14166         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
14167         for signing/encryption.
14168
14169         * mml.el (mml-parse-1): Use them.
14170
14171 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
14172
14173         * nnrss.el (nnrss-verbose): Removed.
14174         (nnrss-request-group): Use `nnheader-message' instead.
14175
14176 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
14177
14178         * nnrss.el (nnrss-verbose): New variable.
14179         (nnrss-request-group): Make it say nnrss is requesting a group.
14180
14181 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14182
14183         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
14184         Handle news URL with given port correctly.
14185
14186 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14187
14188         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
14189         containing special characters.
14190
14191         * gnus-sum.el (gnus-summary-edit-article): Ditto.
14192
14193         * mml.el (mime-to-mml): Ditto.
14194
14195         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
14196         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
14197         (rfc2047-decode-region): Quote decoded words containing special
14198         characters when rfc2047-quote-decoded-words-containing-tspecials
14199         is non-nil.
14200
14201 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
14202
14203         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
14204
14205         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
14206
14207 2005-02-15  Simon Josefsson  <jas@extundo.com>
14208
14209         * nnimap.el (nnimap-debug): Doc fix.
14210
14211         * imap.el (imap-debug): Doc fix.
14212
14213 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14214
14215         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
14216
14217 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
14218
14219         * gnus.el (spam-contents): Improve docs for spam-contents
14220         parameter in its variable incarnation.
14221
14222 2005-02-14  Simon Josefsson  <jas@extundo.com>
14223
14224         * smime-ldap.el: Use require instead of load-library for ldap.
14225         (smime-ldap-search): Indent.
14226         (smime-ldap-search-internal): Shorten line.
14227
14228         * smime.el (smime-cert-by-dns): Add doc-string.
14229         (smime-cert-by-ldap-1): Indent.
14230
14231         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
14232         mml-smime-get-dns-ldap.
14233         (mml-smime-encrypt-query): Use new function.  Default to ldap.
14234
14235 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
14236
14237         * smime.el: Require smime-ldap.
14238         (smime-ldap-host-list): New variable.
14239         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
14240
14241         * mml-smime.el (mml-smime-encrypt-query): New function.
14242         (mml-smime-encrypt-query): Use it.
14243
14244         * smime-ldap.el: New file.
14245
14246 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14247
14248         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
14249
14250 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14251
14252         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
14253         argument in doc string.  Make query for type more clear.
14254
14255 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14256
14257         * gnus.el (gnus-group-startup-message): Search for gnus images in
14258         etc/images/gnus.
14259         * mm-util.el (mm-image-load-path): Likewise.
14260         * smiley.el (smiley-data-directory): Search for smilies in
14261         etc/images/smilies.
14262
14263 2005-02-09  Kim F. Storm  <storm@cua.dk>
14264
14265         Change Emacs release version from 21.4 to 22.1 throughout.
14266         Change Emacs development version from 21.3.50 to 22.0.50.
14267
14268 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14269
14270         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
14271
14272         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
14273         non-Mule XEmacs as well.
14274         (mm-decompress-buffer): Signal an error intentionally if it does
14275         not decompress compressed data because auto-compression-mode is
14276         disabled.
14277
14278 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
14279
14280         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
14281         an ID in the registry even if it has no groups.
14282
14283 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14284
14285         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
14286         merge it into mm-decompress-buffer.
14287         (gnus-mime-copy-part): Use the MIME part charset, the value which
14288         a user specified or gnus-newsgroup-charset for decoding, like
14289         gnus-mime-inline-part does; set buffer-file-coding-system to tell
14290         save-buffer what was used.  Suggested by Kevin Ryde
14291         <user42@zip.com.au>.
14292         (gnus-mime-inline-part): Allow the name parameter as well as the
14293         filename parameter; force decompressing of compressed data; always
14294         display contents being not decoded as unibyte.
14295
14296         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
14297         as well as the filename parameter.
14298
14299         * mm-util.el (mm-decompress-buffer): Merge
14300         gnus-mime-jka-compr-maybe-uncompress.
14301         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
14302         of compressed data.
14303
14304 2005-02-08  Simon Josefsson  <jas@extundo.com>
14305
14306         * imap.el (imap-log): Doc fix.
14307
14308 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14309
14310         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
14311         the coding cookies; decompress compressed parts.
14312
14313         * mml.el (mml-generate-mime-1): Add the charset parameter according
14314         to the value which a user specified manually or the coding cookie.
14315
14316         * mm-util.el (mm-string-to-multibyte): New function.
14317         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
14318         (mm-coding-system-to-mime-charset): New function.
14319         (mm-decompress-buffer): New function.
14320         (mm-find-buffer-file-coding-system): New function.
14321
14322         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
14323         (mm-display-inline-fontify): Rewrite for decoding and decompressing
14324         parts.
14325
14326 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14327
14328         * mm-view.el (mm-display-inline-fontify): Decode a part according
14329         to the charset parameter.
14330
14331 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14332
14333         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
14334         prefix arg is neither nil nor a number, as info specifies.
14335
14336 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14337
14338         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
14339         timestamps.
14340
14341 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
14342
14343         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
14344         groups error checking and notify user.
14345
14346 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
14347
14348         * message.el (message-send-mail-function): Check existence of
14349         sendmail-program first before using default value
14350         `message-send-mail-with-sendmail'.  Otherwise use more generic
14351         `smtpmail-send-it'.
14352
14353 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14354
14355         * nntp.el (nntp-request-update-info): Always return nil.
14356
14357 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14358
14359         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
14360
14361 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14362
14363         * message.el (message-beginning-of-line): Change the behavior when
14364         invoked between BOL and : so that it first moves backward.
14365
14366 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14367
14368         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
14369         article buffer when editing of the article is discarded.
14370         (gnus-article-prepare): Revert.
14371
14372 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14373
14374         * gnus-art.el (gnus-article-prepare):
14375         Remove message-strip-forbidden-properties from the local hook.
14376
14377 2005-01-27  Simon Josefsson  <jas@extundo.com>
14378
14379         * password.el (password-cache-add): Only start one timer per key.
14380         Reported by Derek Atkins <warlord@MIT.EDU>.
14381
14382 2005-01-26  Steve Youngs  <steve@sxemacs.org>
14383
14384         * run-at-time.el: Removed.  It is no longer needed as
14385         timer-funcs.el in the xemacs-base package has a working version of
14386         `run-at-time'.
14387
14388         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
14389
14390         * password.el: Require timer-funcs instead of run-at-time in
14391         XEmacs.
14392         Remove `password-run-at-time' macro.
14393         (password-cache-add): Use `run-at-time' instead of
14394         `password-run-at-time'.
14395
14396         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
14397         Remove `nnheader-cancel-function-timers' alias,
14398         `cancel-function-timers' exists in XEmacs in timer-funcs.
14399
14400         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
14401         for `run-with-idle-timer'.
14402
14403         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
14404         for `run-at-time'.
14405
14406         * mm-url.el: Require timer-funcs at compile time when in XEmacs
14407         for `with-timeout'.
14408
14409         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
14410         the same as for XEmacs 21.4.
14411         No need to ignore `run-with-idle-timer', this function exists in
14412         XEmacs now in timer-funcs.el in the xemacs-base package.
14413         (dgnushack-compile): No need to delete
14414         run-at-time.el from the list of files to compile because it
14415         doesn't exist anymore.
14416
14417 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14418
14419         * mml.el (mml-generate-mime-1): Convert string into unibyte when
14420         inserting " *mml*" buffer's contents into a unibyte temp buffer.
14421
14422 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
14423
14424         * mail-source.el (mail-source-fetch-imap): Search for ^From case
14425         sensitively.
14426
14427 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
14428
14429         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
14430
14431 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14432
14433         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
14434         which will be inserted according to the multibyteness of a buffer
14435         rather than the type of contents.  Suggested by ARISAWA Akihiro
14436         <ari@mbf.ocn.ne.jp>.
14437
14438         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
14439         of string which old xml.el may return rather than a string.
14440
14441 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14442
14443         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
14444
14445 2005-01-16  Simon Josefsson  <jas@extundo.com>
14446
14447         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
14448         idn/idna.el isn't available.
14449         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
14450         <michael@waxrat.com>.
14451
14452         * hashcash.el: Remove non-FSF copyright header.
14453
14454         * hashcash.el (hashcash-extra-generate-parameters): New variable.
14455         (hashcash-generate-payment): Use it.
14456         (hashcash-generate-payment-async): Use it.
14457
14458 2005-01-15  Simon Josefsson  <jas@extundo.com>
14459
14460         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
14461         Suggested by Raymond Scholz <ray-2005@zonix.de>.
14462
14463         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
14464         gnus-summary-idna-message.
14465         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
14466         (gnus-summary-idna-message): New function.
14467
14468 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14469
14470         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
14471         gnus-novice-user.
14472
14473 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14474
14475         * nnrss.el (nnrss-request-delete-group): Delete entries in
14476         nnrss-group-alist as well.
14477         (nnrss-save-server-data): Insert newline.
14478
14479 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
14480
14481         * gnus.el (gnus-user-agent): Use list of symbols instead of
14482         symbols.  Display full version number for (S)XEmacs.  Optionally
14483         display (S)XEmacs codename.
14484
14485         * gnus-util.el (gnus-emacs-version): Update for new
14486         `gnus-user-agent'.
14487
14488         * gnus-msg.el (gnus-extended-version): Make it possible to omit
14489         Gnus version.
14490
14491 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14492
14493         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
14494         which is unreadable in some setups.
14495
14496 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14497
14498         * gnus-spec.el (gnus-update-format-specifications): Flush the
14499         group format spec cache if it doesn't support decoded group names.
14500
14501 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14502
14503         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
14504         Allow to apply decay on score files matching a regexp.
14505
14506 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14507
14508         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
14509         compatibility in %g and %c.
14510
14511 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14512
14513         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
14514         name for only %g and %c.
14515         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
14516         of gnus-tmp-group to decoded group name.
14517         (gnus-group-make-rss-group): Exclude `/'s from group names.
14518
14519 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14520
14521         * nnrss.el (nnrss-get-encoding): Fix regexp.
14522
14523 2004-12-27  Simon Josefsson  <jas@extundo.com>
14524
14525         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
14526         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
14527         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
14528
14529 2004-12-17  Kim F. Storm  <storm@cua.dk>
14530
14531         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
14532
14533         * gnus-sum.el (gnus-summary-mode-map): Likewise.
14534
14535 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14536
14537         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
14538
14539 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14540
14541         * nnrss.el: Require rfc2047 and mml.
14542         (nnrss-file-coding-system): New variable.
14543         (nnrss-format-string): Redefine it as an inline function.
14544         (nnrss-decode-group-name): New function.
14545         (nnrss-string-as-multibyte): Remove.
14546         (nnrss-retrieve-headers): Decode group name; don't use
14547         nnrss-format-string.
14548         (nnrss-request-group): Decode group name.
14549         (nnrss-request-article): Decode group name; allow a Message-ID as
14550         well as an article number; don't use nnrss-format-string; encode a
14551         Message-ID string which may contain non-ASCII characters; use
14552         mml-to-mime to compose a MIME article.
14553         (nnrss-request-expire-articles): Decode group name.
14554         (nnrss-request-delete-group): Decode group name.
14555         (nnrss-fetch): Clarify error message.
14556         (nnrss-read-server-data): Use insert-file-contents instead of load;
14557         bind file-name-coding-system; use multibyte buffer.
14558         (nnrss-save-server-data): Bind coding-system-for-write to the
14559         value of nnrss-file-coding-system; bind file-name-coding-system;
14560         add coding cookie.
14561         (nnrss-read-group-data): Use insert-file-contents instead of load;
14562         bind file-name-coding-system; use multibyte buffer.
14563         (nnrss-save-group-data): Bind coding-system-for-write to the
14564         value of nnrss-file-coding-system; bind file-name-coding-system.
14565         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
14566         make it work with non-ASCII text.
14567         (nnrss-find-el): Make it work with old xml.el as well.
14568
14569 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14570
14571         * nnrss.el (nnrss-get-encoding): New function.
14572         (nnrss-fetch): Use unibyte buffer initially; bind
14573         coding-system-for-read while performing mm-url-insert; remove ^Ms;
14574         decode contents according to the encoding attribute.
14575         (nnrss-save-group-data): Add coding cookie.
14576         (nnrss-mime-encode-string): New function.
14577         (nnrss-check-group): Use it to encode subject and author.
14578
14579 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
14580
14581         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
14582         imaginary variable.
14583
14584 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14585
14586         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
14587         correctly even if there are wide characters.
14588
14589 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14590
14591         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
14592         downcased symbol names; make a new cache instead of reusing
14593         bbdb-hashtable.
14594
14595 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14596
14597         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14598         concatenating segments rather than before concatenating them.
14599         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14600
14601         * message.el (message-get-reply-headers): Bind `extra'.
14602
14603 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14604
14605         * message.el (message-extra-wide-headers): New variable.
14606         (message-get-reply-headers): Use it.
14607
14608 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14609
14610         * gnus-agent.el (gnus-agent-group-path): Decode group name.
14611         (gnus-agent-group-pathname): Ditto.
14612
14613         * gnus-cache.el (gnus-cache-file-name): Decode group name.
14614
14615         * gnus-group.el (gnus-group-make-group): Decode group name.
14616         (gnus-group-make-rss-group): Register the group data after opening
14617         the nnrss group.
14618
14619 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
14620
14621         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
14622         by expiry now get marked as read.
14623
14624 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14625
14626         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
14627
14628 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
14629
14630         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
14631         unify Latin characters in XEmacs.
14632         (mm-find-mime-charset-region): Use it.
14633
14634 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14635
14636         * gnus-util.el (gnus-delete-directory): New function.
14637
14638         * gnus-agent.el (gnus-agent-delete-group): Use it.
14639
14640         * gnus-cache.el (gnus-cache-delete-group): Use it.
14641
14642 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14643
14644         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
14645         names.
14646
14647 2004-12-16  Simon Josefsson  <jas@extundo.com>
14648
14649         * hashcash.el (hashcash-payment-alist): Fix custom :type.
14650
14651 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14652
14653         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
14654
14655         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
14656         (gnus-group-set-current-level): Decode group name.
14657
14658 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
14659
14660         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
14661         failed.
14662
14663 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14664
14665         * gnus-group.el (gnus-group-delete-group): Decode group name.
14666         (gnus-group-make-rss-group): Encode group name.
14667         (gnus-group-catchup-current): Decode group name.
14668         (gnus-group-kill-group): Decode group name.
14669
14670 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14671
14672         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
14673
14674 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14675
14676         * gnus-group.el (gnus-group-make-rss-group):
14677         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
14678
14679         * gnus-start.el (gnus-setup-news): Honor user's setting to
14680         gnus-message-archive-method.  Suggested by Lute Kamstra
14681         <lute@gnu.org>.
14682
14683 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
14684
14685         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
14686         global counterparts of the buffer-local variables.
14687
14688 2004-11-16  Romain Francoise  <romain@orebokech.com>
14689
14690         * gnus-sum.el (gnus-summary-exit): Don't clear the global
14691         counterparts of the buffer-local variables.
14692
14693 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14694
14695         * message.el (message-forbidden-properties): Fixed typo in doc
14696         string.
14697
14698 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14699
14700         * gnus-util.el (gnus-replace-in-string): Added doc string.
14701
14702         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
14703         to avoid problems when splitting mails with many recipients.
14704
14705 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14706
14707         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
14708         pop-to-buffer, covered by the subsequent gnus-configure-windows.
14709
14710 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
14711
14712         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
14713         if there is no hashtable in memory or file modification time is
14714         newer than cached timestamp.
14715
14716 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14717
14718         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
14719         not-matching option.
14720
14721 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
14722
14723         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
14724         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
14725         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14726         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
14727         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
14728         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
14729
14730 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14731
14732         * message.el (message-forward-make-body-mml): Remove headers
14733         according to message-forward-ignored-headers if a message is decoded.
14734
14735 2004-12-02  Romain Francoise  <romain@orebokech.com>
14736
14737         * message.el (message-forward-make-body-plain): Always remove
14738         headers according to message-forward-ignored-headers.
14739
14740 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
14741
14742         * spam.el (spam-summary-prepare-exit): Remove the
14743         gnus-summary-limit pop for now, it has problems with ham marks for
14744         me.
14745
14746 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
14747
14748         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
14749         correctly.
14750
14751 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
14752
14753         * format-spec.el (format-spec): Message the char.
14754
14755 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
14756
14757         * gnus-art.el (gnus-split-methods): Reformat comments.
14758
14759         * spam.el (spam-summary-prepare-exit): Remove article limits
14760         before exiting the summary buffer.
14761
14762 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14763
14764         * lpath.el: Remove bbdb-create-internal, bbdb-records,
14765         spam-BBDB-register-routine and spam-enter-ham-BBDB.
14766
14767         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
14768         order to silence the byte compiler.
14769
14770         * spam.el: Fix the way to silence the byte compiler, which
14771         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
14772         bbdb-search-simple, spam-BBDB-register-routine,
14773         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
14774         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
14775         spam-stat-buffer-is-spam, spam-stat-load,
14776         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
14777         spam-stat-save and spam-stat-split-fancy.
14778
14779 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14780
14781         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
14782         which may confuse users.
14783         (canlock-password-for-verify): Ditto.
14784
14785         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
14786
14787         * gnus-art.el (gnus-emphasis-alist): Ditto.
14788
14789         * gnus-registry.el (gnus-registry-max-entries): Ditto.
14790
14791         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
14792
14793         * gnus-start.el (gnus-save-killed-list): Ditto.
14794
14795         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
14796         (gnus-sum-thread-tree-root): Ditto.
14797         (gnus-sum-thread-tree-false-root): Ditto.
14798         (gnus-sum-thread-tree-single-indent): Ditto.
14799
14800         * message.el (message-courtesy-message): Ditto.
14801         (message-archive-note): Ditto.
14802         (message-subscribed-address-file): Ditto.
14803         (message-user-fqdn): Ditto.
14804
14805         * spam-report.el (spam-report-gmane-regex): Ditto.
14806
14807         * spam.el (spam-blackhole-good-server-regex): Ditto.
14808
14809 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14810
14811         * mml.el (mml-preview): Widen the message buffer before copying
14812         the contents to the preview buffer; sort headers before previewing.
14813
14814         * message.el (message-hidden-headers): Fix the way to avoid a bug
14815         in the `repeat' widget in Emacs 21.3 or earlier.
14816
14817 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14818
14819         * message.el (message-hidden-headers): Default to "^References:".
14820         Improve customization type.  Suggested by Reiner Steib
14821         <Reiner.Steib@gmx.de>.
14822
14823 2004-11-25  Romain Francoise  <romain@orebokech.com>
14824
14825         * message.el (message-strip-forbidden-properties): Remove check for
14826         obsolete `message-hidden' text property, hidden headers are not
14827         accessible in the buffer anymore.
14828
14829 2004-11-22  Romain Francoise  <romain@orebokech.com>
14830
14831         * message.el (message-header-format-alist): Add `From' in list
14832         so that it can be sorted.
14833         (message-fix-before-sending): Widen and sort headers before
14834         sending.
14835         (message-hide-headers): Use narrowing to hide headers by moving
14836         them to the top of the buffer and narrowing to the region
14837         underneath.
14838
14839 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14840
14841         * message.el (message-strip-forbidden-properties): Bind
14842         buffer-read-only (etc) to nil.
14843
14844 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14845
14846         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
14847         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14848
14849 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
14850
14851         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
14852
14853 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14854
14855         * dns.el (query-dns): Use sit-for to time instead of
14856         accept-process-output, since that doesn't seem to work on udp
14857         sockets.
14858
14859 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14860
14861         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
14862
14863 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
14864
14865         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
14866         doc string.  Improve doc string.
14867
14868 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14869
14870         * nntp.el (nntp-request-update-info): Return nil if
14871         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
14872         may not call gnus-activate-group which uselessly issues the GROUP
14873         commands for all nntp groups and wastes time.  Reported by Romain
14874         Francoise <romain@orebokech.com>.
14875
14876         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
14877
14878 2004-11-15  Simon Josefsson  <jas@extundo.com>
14879
14880         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
14881         headers separately.
14882         (gnus-button-openpgp): New function, inspired by Jochen Küpper
14883         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
14884
14885 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
14886
14887         * gnus-start.el (gnus-convert-old-newsrc):
14888         Assign legacy-gnus-agent to 5.10.7.
14889
14890 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14891
14892         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
14893         start of the lines.
14894
14895 2004-11-14  Magnus Henoch  <mange@freemail.hu>
14896
14897         * hashcash.el (hashcash-default-payment): Change default to 20.
14898         (hashcash-default-accept-payment): Change default to 20.
14899         (hashcash-process-alist): New variable.
14900         (hashcash-generate-payment-async): Add.
14901         (hashcash-already-paid-p): Add.
14902         (hashcash-insert-payment): Don't generate payments twice.
14903         (hashcash-insert-payment-async): Add.
14904         (hashcash-insert-payment-async-2): Add.
14905         (hashcash-cancel-async): Add.
14906         (hashcash-wait-async): Add.
14907         (hashcash-processes-running-p): Add.
14908         (hashcash-wait-or-cancel): Add.
14909         (mail-add-payment): New optional argument.  Conditionally start
14910         asynchronous calculation.
14911         (mail-add-payment-async): Add.
14912
14913         * message.el (message-send-mail): Wait for asynchronous hashcash
14914         results.  Don't clobber existing X-Hashcash headers.
14915         (message-setup-1): Call mail-add-payment-async when
14916         message-generate-hashcash is non-nil.
14917
14918 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14919
14920         * message.el (message-use-alternative-email-as-from): Examine the
14921         From header as well; use message-make-from in order to include a
14922         user's full name.
14923
14924 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14925
14926         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
14927         default; improve customization type.
14928         (gnus-emphasis-custom-with-format): New macro.
14929         (gnus-emphasis-custom-value-to-external): New function.
14930         (gnus-emphasis-custom-value-to-internal): New function.
14931
14932 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14933
14934         * dns.el (query-dns): Resolve reverse addresses.
14935
14936 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14937
14938         * gnus-group.el (gnus-group-get-new-news): Use it.
14939
14940         * gnus-start.el (gnus-check-reasonable-setup): New function.
14941
14942 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14943
14944         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
14945         "Args out of range" error.  Reported by Arnaud Giersch
14946         <arnaud.giersch@free.fr>.
14947
14948 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14949
14950         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
14951
14952 2004-11-04  Richard M. Stallman  <rms@gnu.org>
14953
14954         * spam.el (spam group): Add :version.
14955
14956         * pgg-def.el (pgg group): Add :version.
14957
14958 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14959
14960         * gnus-art.el (gnus-article-edit-article): Don't associate the
14961         article buffer with a draft file.  This is a temporary measure
14962         against the 2004-08-22 change to gnus-article-edit-mode.
14963
14964 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14965
14966         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
14967         (html2text-format-tags): Remove unused variable `attr'.
14968
14969 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14970
14971         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
14972
14973         * tls.el (tls-process-connection-type, tls-success)
14974         (tls-certtool-program): Add :version.
14975
14976         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
14977         (starttls-extra-arguments, starttls-process-connection-type)
14978         (starttls-connect, starttls-failure, starttls-success): Add :version.
14979
14980         * spam-stat.el (spam-stat): Add :version.
14981
14982         * sieve.el (sieve): Add :version.
14983
14984         * sha1.el (sha1): Add :version.
14985         (sha1-use-external): Remove redundant version.
14986
14987         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
14988         (nnmail-cache-ignore-groups, nnmail-spool-hook)
14989         (nnmail-split-fancy-match-partial-words)
14990         (nnmail-split-lowercase-expanded): Add :version.
14991
14992         * nndiary.el (nndiary): Add :version.
14993
14994         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
14995
14996         * mml-sec.el (mml-default-sign-method)
14997         (mml-default-encrypt-method, mml-signencrypt-style-alist):
14998         Add :version.
14999
15000         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
15001
15002         * mm-url.el (mm-url-use-external, mm-url-program)
15003         (mm-url-arguments): Add :version.
15004
15005         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
15006         (mm-attachment-file-modes, mm-decrypt-option)
15007         (mm-w3m-safe-url-regexp): Add :version.
15008
15009         * message.el (message-cite-prefix-regexp)
15010         (message-sendmail-envelope-from, message-minibuffer-local-map)
15011         (message-user-fqdn, message-completion-alist): Add :version.
15012
15013         * gnus-win.el (gnus-configure-windows-hook)
15014         (gnus-use-frames-on-any-display): Add :version.
15015
15016         * gnus-art.el (gnus-article-address-banner-alist)
15017         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
15018         (gnus-treat-from-picon, gnus-treat-mail-picon)
15019         (gnus-treat-x-pgp-sig): Add :version.
15020
15021         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
15022         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
15023         (gnus-summary-article-delete-hook)
15024         (gnus-summary-display-while-building): Add :version.
15025
15026         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
15027         (gnus-get-top-new-news-hook): Add :version.
15028
15029         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15030         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
15031
15032         * gnus-registry.el (gnus-registry): Add :version.
15033
15034         * gnus-spec.el (gnus-use-correct-string-widths)
15035         (gnus-make-format-preserve-properties): Add :version.
15036
15037         * gnus.el (gnus-group-charter-alist)
15038         (gnus-group-fetch-control-use-browse-url)
15039         (gnus-install-group-spam-parameters): Add :version.
15040
15041         * gnus-diary.el (gnus-diary): Add :version.
15042
15043         * gnus-delay.el (gnus-delay): Add :version.
15044
15045         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
15046         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
15047         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
15048         Add :version.
15049
15050         * gnus-agent.el (gnus-agent-max-fetch-size)
15051         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
15052         (gnus-agent-prompt-send-queue): Add :version.
15053
15054         * deuglify.el (gnus-outlook-deuglify): Add :version.
15055
15056         * html2text.el: Beautify code.  Improve doc strings.  Some
15057         checkdoc cleanup.
15058         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
15059
15060 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
15061
15062         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
15063
15064 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
15065
15066         * gnus-registry.el (gnus-registry-hashtb): Create the registry
15067         when package is loaded.
15068
15069         * spam.el (spam-summary-score-preferred-header): Add global preference
15070         for people who want to override the default SpamAssassin over
15071         Bogofilter preference (when both are set).
15072         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
15073         (spam-user-format-function-S): Check
15074         spam-summary-score-preferred-header.
15075         (spam-extra-header-to-number): Add X-Bogosity header parsing.
15076         (spam-user-format-function-S): Format the score correctly.
15077
15078 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15079
15080         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
15081         signature file.  Suggested by Manoj Srivastava
15082         <srivasta@golden-gryphon.com>.
15083
15084         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
15085         iso-2022-jp even in the Japanese language environment.
15086         Suggested by Jason Rumney <jasonr@gnu.org>.
15087
15088 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15089
15090         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
15091         use the same characters as the dummy marks; make it free from
15092         getting affected by the language environment.
15093         (gnus-summary-read-group-1): Update mark positions only when the
15094         format spec is updated.
15095
15096         * gnus-spec.el (gnus-update-format-specifications): Return a list
15097         of updated types.
15098
15099 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15100
15101         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
15102         of boundp to check if display-warning is available.
15103
15104 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
15105
15106         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
15107
15108 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15109
15110         * nnspool.el (nnspool-spool-directory): Use news-path if the
15111         news-directory variable is not bound.
15112
15113         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
15114         function instead of display-warning if it is not available.
15115
15116 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15117
15118         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
15119         v5-10: Use `point-at-bol'.
15120
15121 2004-10-26  Simon Josefsson  <jas@extundo.com>
15122
15123         * hashcash.el: Fix URL in comment, reported by Cheng Gao
15124         <chenggao@gmail.com>.
15125
15126 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15127
15128         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
15129         instead.
15130
15131 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
15132
15133         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
15134         to remove a server from the nnimap-server-buffer-alist.
15135         (nnimap-open-connection, nnimap-close-server): Use it.
15136
15137         * gnus-encrypt.el: Remove file in favor of encrypt.el.
15138
15139 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15140
15141         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
15142         running the major-mode function.
15143
15144 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15145
15146         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
15147         dummy marks in the right way.
15148
15149 2004-10-18  David Edmondson  <dme@dme.org>
15150
15151         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
15152         excessively.
15153
15154 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
15155
15156         * gnus-util.el (gnus-split-references): Accept a nil references
15157         string and go on blissfully.
15158
15159         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
15160         cases where the references string is non-nil but has no references.
15161
15162         * encrypt.el: Add autoload tags.
15163
15164         * spam.el (spam-resolve-registrations-routine): Remove article
15165         from unregistration list too.  Reported by David Hanak
15166         <dhanak@isis.vanderbilt.edu>
15167
15168 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
15169
15170         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
15171         nil.  Changed custom type.
15172
15173 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
15174
15175         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
15176
15177         * gnus-sum.el (gnus-summary-move-article): Use it.
15178
15179 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
15180
15181         * encrypt.el: Add autoload cookies.
15182
15183         * spam.el (spam-backend-article-list-property)
15184         (spam-backend-get-article-todo-list)
15185         (spam-backend-put-article-todo-list)
15186         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
15187         Resolve registrations separately.
15188         (spam-register-routine): Format comments.
15189         (spam-unregister-routine, spam-register-routine): Always call with
15190         specific-articles, no default list.
15191         (spam-summary-prepare-exit): Use the spam-classifications function.
15192
15193         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
15194         gnus-encrypt.el.
15195
15196         * encrypt.el: Copied from gnus-encrypt.el.
15197
15198         * gnus-encrypt.el: Commented that it's obsolete.
15199
15200 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15201
15202         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
15203         (gnus-score-save): Use it.
15204
15205         * message.el (message-bury): Use `window-dedicated-p'.
15206
15207 2004-10-15  Simon Josefsson  <jas@extundo.com>
15208
15209         * pop3.el (top-level): Don't require nnheader.
15210         (pop3-read-timeout): Add.
15211         (pop3-accept-process-output): Add.
15212         (pop3-read-response, pop3-retr): Use it.
15213
15214 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
15215
15216         * spam.el (spam-register-routine): Move comment.
15217         (spam-verify-bogofilter): Use 'unknown for the initial
15218         spam-bogofilter-valid state, not 'never.
15219
15220         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
15221         for netrc-machine.
15222
15223         * nnimap.el (nnimap-open-connection): Use
15224         netrc-machine-user-or-password.
15225
15226 2004-10-17  Richard M. Stallman  <rms@gnu.org>
15227
15228         * gnus-registry.el (gnus-registry-unload-hook):
15229         Set as a variable with add-hook.
15230
15231         * nnspool.el (nnspool-spool-directory): Use news-directory instead
15232         of news-path.
15233
15234         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
15235
15236         * spam.el: Delete duplicate `provide'.
15237         (spam-unload-hook): Set as a variable with add-hook.
15238
15239 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15240
15241         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
15242         in the doc string.
15243
15244         * message.el (message-ignored-news-headers)
15245         (message-ignored-supersedes-headers)
15246         (message-ignored-resent-headers)
15247         (message-forward-ignored-headers): Improve custom type.
15248
15249 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15250
15251         * message.el (message-tokenize-header): Fix 2004-09-06 change
15252         which used point-min in the wrong place.
15253
15254 2004-10-12  Simon Josefsson  <jas@extundo.com>
15255
15256         * tls.el (tls-certtool-program): New variable.
15257         (tls-certificate-information): New function, based on
15258         ssl-certificate-information.
15259
15260 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15261
15262         * compface.el: Move the version of ELisp-based uncompface program
15263         to the contrib directory because of the copyright problem.
15264
15265 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15266
15267         * message.el (message-kill-buffer): Raise the current frame.
15268
15269 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15270
15271         * gnus-sum.el: Mention that multibyte characters don't work as marks.
15272
15273         * gnus.el (message-y-or-n-p): Autoload.
15274
15275         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
15276         (pop3-password-required, pop3-authentication-scheme)
15277         (pop3-leave-mail-on-server): Made customizable.
15278         (pop3): New custom group.
15279         (pop3-retr): Remove `sleep-for' statements.
15280         Suggested by Dave Love <fx@gnu.org>.
15281
15282         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
15283         Windows/DOS.
15284
15285         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15286         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
15287         Dave Love <fx@gnu.org>.
15288
15289         * mml.el (mml-minibuffer-read-disposition): Require match.
15290         Suggested by Dave Love <fx@gnu.org>.
15291
15292 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15293
15294         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
15295         doc string.
15296
15297 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15298
15299         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
15300
15301 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15302
15303         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
15304         instead of calling `mm-insert-inline', to decode text/* parts
15305         before displaying them.
15306
15307 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15308
15309         * mm-uu.el (mm-uu-text-plain-type): New variable.
15310         (mm-uu-pgp-signed-extract-1): Use it.
15311         (mm-uu-pgp-encrypted-extract-1): Use it.
15312         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
15313         bind mm-uu-text-plain-type with that value.
15314         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
15315         mm-uu-dissect.
15316
15317 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15318
15319         * gnus-group.el (gnus-update-group-mark-positions):
15320         * gnus-sum.el (gnus-update-summary-mark-positions):
15321         * message.el (message-check-news-body-syntax):
15322         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
15323         of string-as-multibyte.
15324
15325 2004-10-05  Juri Linkov  <juri@jurta.org>
15326
15327         * gnus-group.el (gnus-update-group-mark-positions):
15328         * gnus-sum.el (gnus-update-summary-mark-positions):
15329         * message.el (message-check-news-body-syntax):
15330         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
15331         8-bit unibyte values to a multibyte string for search functions.
15332
15333 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15334
15335         * mm-uu.el (mm-uu-dissect): Allow optional arg.
15336         (mm-uu-dissect-text-parts): New function.
15337
15338         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
15339         dissect text parts.
15340
15341         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
15342         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
15343
15344         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
15345
15346         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
15347         gnus-current-topics instead of gnus-current-topic.
15348
15349 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
15350
15351         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
15352
15353 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
15354
15355         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
15356         where approriate.
15357
15358         * nnml.el (nnml-generate-active-info): do.
15359
15360         * nndiary.el (nndiary-generate-active-info): do.
15361
15362         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
15363         (gnus-topic-move): do.
15364
15365         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
15366         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
15367
15368         * gnus-srvr.el (gnus-server-prepare)
15369         (gnus-server-open-all-servers): do.
15370
15371         * gnus-msg.el (gnus-summary-cancel-article)
15372         (gnus-summary-resend-message)
15373         (gnus-summary-mail-crosspost-complaint): do.
15374
15375         * gnus-move.el (gnus-change-server): do.
15376
15377         * gnus-group.el (gnus-group-unmark-all-groups)
15378         (gnus-group-set-current-level): do.
15379
15380 2004-10-04  Simon Josefsson  <jas@extundo.com>
15381
15382         * message.el (message-generate-hashcash): Doc fix.
15383
15384 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
15385
15386         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
15387         avoid infinite recursion via gnus-get-function.
15388
15389 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
15390
15391         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
15392
15393         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
15394
15395         * nnmail.el (nnmail-split-history): do.
15396
15397         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
15398         (nnml-request-delete-group): do.
15399
15400         * nnslashdot.el (nnslashdot-read-groups): do.
15401
15402         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
15403         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
15404
15405         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
15406         (nnspool-sift-nov-with-sed): Use last.
15407         (nnspool-retrieve-headers-with-nov): Use mapc.
15408         (nnspool-request-newgroups): Use dolist.
15409         (nnspool-request-group): Use last.
15410
15411         * nntp.el (nntp-read-server-type): Use dolist.
15412
15413         * nnvirtual.el (nnvirtual-create-mapping)
15414         (nnvirtual-update-read-and-marked): Use dolist.
15415         (nnvirtual-convert-headers): Simplify.
15416
15417 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15418
15419         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
15420         support for sync'ing tick marks.
15421
15422 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15423
15424         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
15425         there's no visible header.
15426
15427 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15428
15429         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
15430         necessary, pass full group name to gnus-request-set-marks.
15431
15432 2004-10-01  Simon Josefsson  <jas@extundo.com>
15433
15434         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
15435         acroread.
15436
15437 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15438
15439         * spam-report.el (spam-report-gmane): Fix interactive.
15440
15441         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
15442
15443         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
15444         when writing file.
15445         (gnus-agent-synchronize-flags): Don't default to being
15446         interactive.
15447
15448 2004-09-30  Simon Josefsson  <jas@extundo.com>
15449
15450         * message.el (message-generate-hashcash): Add.
15451         (message-send-mail): Use it, call mail-add-payment.
15452
15453 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15454
15455         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
15456
15457 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
15458
15459         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
15460         gnus-requst-update-info with explicit code to sync the in-memory
15461         info read flags with the marks being sync'd to the backend.
15462
15463         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
15464
15465 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15466
15467         * spam.el (spam-verify-bogofilter): Add new function.
15468         (spam-check-bogofilter)
15469         (spam-bogofilter-register-with-bogofilter): Use it.
15470         (spam-verify-bogofilter): Add small fixes.
15471
15472 2004-09-28  Simon Josefsson  <jas@extundo.com>
15473
15474         * hashcash.el (hashcash-generate-payment): Revert.
15475
15476 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15477
15478         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
15479         gnus-extract-references instead of gnus-split-references.
15480
15481         * gnus-util.el (gnus-extract-references): Add new function, analogous
15482         to gnus-split-references but extracts only the message-ID without
15483         anything extra.
15484
15485         * hashcash.el (hashcash-generate-payment)
15486         (hashcash-check-payment): Do the right thing if hashcash-path is
15487         nil (because the hashcash program could not be found).
15488
15489         * spam.el (spam-use-hashcash): Remove comment.
15490
15491 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
15492
15493         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
15494         (gnus-cache-enter-article, gnus-cache-remove-article)
15495         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
15496
15497         * gnus-async.el (gnus-async-prefetch-remove-group): do.
15498
15499         * gnus-art.el (article-hide-boring-headers)
15500         (article-translate-strings, article-display-face)
15501         (gnus-article-mime-match-handle-first)
15502         (gnus-article-highlight-headers)
15503         (gnus-article-add-buttons-to-head): do.
15504
15505 2004-09-27  Simon Josefsson  <jas@extundo.com>
15506
15507         * hashcash.el: New version, from
15508         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
15509         ../contrib/.
15510
15511 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15512
15513         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
15514
15515 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
15516
15517         * gnus-dup.el (gnus-dup-open): Use mapc.
15518         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
15519
15520         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
15521         Reported by Stefan Wiens <s.wi@gmx.net>.
15522
15523         * gnus.el (gnus-shutdown): Use dolist.
15524
15525         * gnus-undo.el (gnus-undo): Use mapc.
15526
15527         * nnrss.el (nnrss-generate-active): do.
15528
15529         * message.el (message-cite-original-without-signature)
15530         (message-cite-original): Use mapc.
15531         (message-do-actions, message-make-forward-subject): Use dolist.
15532
15533 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15534
15535         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
15536         deletion to remove entire duplicate line.  Fixes merged article
15537         number bug.
15538
15539 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15540
15541         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
15542         servers that are offline.  Avoids having gnus-agent-toggle-plugged
15543         first ask if you want to open a server and then, even when you
15544         responded with no, asking if you want to synchronize the server's
15545         flags.
15546         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
15547         multi-line expressions.
15548         (gnus-agent-synchronize-group-flags): New internal function.
15549         Updates marks in memory (in the info structure) AND in the
15550         backend.
15551
15552         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
15553
15554         * nnagent.el (nnagent-request-set-mark): Use
15555         gnus-agent-synchronize-group-flags, not backend's request-set-mark
15556         method, to ensure that synchronization updates marks in the
15557         backend and in the info (in memory) structure.
15558
15559 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15560
15561         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
15562         convention fully; don't miss the root article of a thread; make
15563         the X-Draft-From header with correct article numbers.
15564
15565 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
15566
15567         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
15568         unless plugged.  Disable the agent so that an open failure causes
15569         an error.
15570
15571         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
15572         Reverted 2004-09-21 change.  The backend must be opened while
15573         synchronizing flags even when the backend stores the flags
15574         locally.
15575
15576 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
15577
15578         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
15579         in `header' match.  Reported by Svend Tollak Munkejord.
15580
15581         * message.el (message-cite-original): Fix use of
15582         `message-cite-articles-with-x-no-archive'.
15583
15584 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15585
15586         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
15587         (gnus-window-to-buffer): Ditto.
15588
15589         * mml.el (mml-preview-buffer): New variable.
15590         (mml-preview): Manage window layout with gnus-buffer-configuration.
15591
15592         * gnus-msg.el (gnus-setup-message): Put article numbers into the
15593         X-Draft-From header even if those articles aren't quoted.
15594
15595 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
15596
15597         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
15598         (gnus-request-set-mark, gnus-request-update-mark): Use new
15599         g-s-t-u-l-m to decide to use backend even when unplugged.
15600
15601 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15602
15603         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
15604         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
15605
15606 2004-09-20  Simon Josefsson  <jas@extundo.com>
15607
15608         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
15609         "utf-16-le".
15610
15611 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15612
15613         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
15614
15615 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15616
15617         * uudecode.el (uudecode-use-external): Add :version.
15618
15619         * smime.el (smime-CA-file, smime-encrypt-cipher)
15620         (smime-dns-server): Add :version.
15621
15622         * smiley.el (gnus-smiley-file-types): Add :version.
15623
15624         * sha1.el (sha1-use-external): Add :version.
15625
15626         * pgg-def.el (pgg-query-keyserver): Add :version.
15627
15628         * nnmail.el (nnmail-fancy-expiry-targets)
15629         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
15630         Add :version.
15631
15632         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
15633         (nnimap-retrieve-groups-asynchronous): Add :version.
15634         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
15635
15636         * mml.el (mml-content-disposition-parameters)
15637         (mml-insert-mime-headers-always): Add :version.
15638
15639         * mm-util.el (mm-coding-system-priorities): Add :version.
15640
15641         * mm-decode.el (mm-inline-text-html-with-images)
15642         (mm-keep-viewer-alive-types, mm-external-terminal-program)
15643         (mm-verify-option): Add :version.
15644         (mm-text-html-renderer): Change :version.
15645
15646         * message.el (message-fcc-externalize-attachments)
15647         (message-required-headers, message-draft-headers)
15648         (message-subject-trailing-was-query)
15649         (message-subject-trailing-was-ask-regexp)
15650         (message-subject-trailing-was-regexp, message-mark-insert-begin)
15651         (message-mark-insert-end, message-archive-header)
15652         (message-archive-note, message-cross-post-default)
15653         (message-cross-post-note, message-followup-to-note)
15654         (message-cross-post-note-function, message-use-mail-followup-to)
15655         (message-subscribed-address-functions)
15656         (message-subscribed-address-file, message-subscribed-addresses)
15657         (message-subscribed-regexps, message-allow-no-recipients)
15658         (message-yank-cited-prefix, message-signature-insert-empty-line)
15659         (message-hidden-headers, message-hierarchical-addresses)
15660         (message-mail-user-agent, message-use-idna)
15661         (message-valid-fqdn-regexp)
15662         (message-strip-special-text-properties, message-header-synonyms)
15663         (message-beginning-of-line, message-tab-body-function): Add :version.
15664         (message-insert-canlock, message-wide-reply-confirm-recipients):
15665         Change :version.
15666
15667         * mail-source.el (mail-source-ignore-errors): Add :group, :type
15668         and :version.
15669         (mail-source-delete-old-incoming-confirm)
15670         (mail-source-movemail-program): Add :version.
15671
15672         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
15673         (gnus-agent-cache, gnus-agent): Change :version.
15674
15675         * gnus-util.el (gnus-use-byte-compile): Change :version.
15676
15677         * gnus-sum.el (gnus-summary-make-false-root-always)
15678         (gnus-summary-default-high-score)
15679         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
15680         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
15681         (gnus-read-all-available-headers, gnus-article-emulate-mime)
15682         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
15683         (gnus-sum-thread-tree-single-indent)
15684         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
15685         (gnus-sum-thread-tree-leaf-with-other)
15686         (gnus-sum-thread-tree-single-leaf): Add :version.
15687         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
15688         (gnus-article-loose-mime): Change :version.
15689
15690         * gnus-start.el (gnus-backup-startup-file)
15691         (gnus-save-startup-file-via-temp-buffer): Add :version.
15692
15693         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
15694         (gnus-server-offline-face): Add :version.
15695
15696         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
15697
15698         * gnus-msg.el (gnus-gcc-externalize-attachments)
15699         (gnus-debug-files, gnus-debug-exclude-variables)
15700         (gnus-discouraged-post-methods): Change :version.
15701         (gnus-confirm-mail-reply-to-news)
15702         (gnus-confirm-treat-mail-like-news): Add :version.
15703
15704         * gnus-int.el (gnus-server-unopen-status): Add :version.
15705
15706         * gnus-group.el (gnus-group-jump-to-group-prompt)
15707         (gnus-large-ephemeral-newsgroup)
15708         (gnus-fetch-old-ephemeral-headers): Add :version.
15709
15710         * gnus-fun.el (gnus-x-face-directory)
15711         (gnus-convert-pbm-to-x-face-command)
15712         (gnus-convert-image-to-x-face-command)
15713         (gnus-convert-image-to-face-command): Add :version.
15714
15715         * gnus-delay.el (gnus-delay-default-hour): Add :version.
15716
15717         * gnus-cite.el (gnus-cite-blank-line-after-header)
15718         (gnus-article-boring-faces): Add :version.
15719
15720         * gnus-art.el (gnus-buttonized-mime-types)
15721         (gnus-inhibit-mime-unbuttonizing)
15722         (gnus-treat-display-face)
15723         (gnus-treat-body-boundary): Change :version.
15724         (gnus-body-boundary-delimiter, gnus-picon-databases)
15725         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
15726         (gnus-treat-date-english, gnus-treat-fold-headers)
15727         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
15728         (gnus-treat-mail-picon, gnus-treat-wash-html)
15729         (gnus-article-encrypt-protocol)
15730         (gnus-use-idna, gnus-article-over-scroll)
15731         (gnus-mime-display-multipart-alternative-as-mixed)
15732         (gnus-mime-display-multipart-related-as-mixed)
15733         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
15734         (gnus-ctan-url, gnus-button-ctan-handler)
15735         (gnus-button-handle-ctan-bogus-regexp)
15736         (gnus-button-ctan-directory-regexp)
15737         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
15738         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
15739         (gnus-button-man-level, gnus-button-emacs-level)
15740         (gnus-button-message-level, gnus-button-browse-level): Add :version.
15741
15742         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
15743         (gnus-agent-go-online): Change :version.
15744         (gnus-agent-expire-unagentized-dirs)
15745         (gnus-agent-auto-agentize-methods): Add :version.
15746
15747         * flow-fill.el (fill-flowed-display-column)
15748         (fill-flowed-encode-column): Add :version.
15749
15750         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
15751         (gnus-outlook-deuglify-unwrap-max)
15752         (gnus-outlook-deuglify-cite-marks)
15753         (gnus-outlook-deuglify-unwrap-stop-chars)
15754         (gnus-outlook-deuglify-no-wrap-chars)
15755         (gnus-outlook-deuglify-attrib-cut-regexp)
15756         (gnus-outlook-deuglify-attrib-verb-regexp)
15757         (gnus-outlook-deuglify-attrib-end-regexp)
15758         (gnus-outlook-display-hook): Add :version.
15759
15760         * binhex.el (binhex-use-external): Add :version.
15761
15762 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
15763
15764         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
15765         and `invisible'.
15766
15767 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
15768
15769         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
15770         in gnus-registry-trim.
15771
15772 2004-09-13  Simon Josefsson  <jas@extundo.com>
15773
15774         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
15775
15776         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
15777
15778         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
15779         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15780         <yamaoka@jpl.org>.
15781         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
15782         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15783         <yamaoka@jpl.org>.
15784
15785         * sieve.el (sieve-manage-mode): Ditto.
15786
15787 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
15788
15789         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
15790
15791 2004-09-11  Simon Josefsson  <jas@extundo.com>
15792
15793         * dns-mode.el: Add.
15794
15795         * mm-view.el (mm-display-dns-inline): Add.
15796
15797         * mm-decode.el (mm-inline-media-tests): Add text/dns.
15798         (mm-automatic-display): Ditto.
15799
15800         * mailcap.el (mailcap-mime-data): Add text/dns.
15801         (mailcap-mime-extensions): Map .soa to text/dns.
15802
15803 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
15804
15805         * gnus-art.el (article-decode-mime-words, article-babel)
15806         (gnus-article-highlight-signature, gnus-article-add-buttons)
15807         (gnus-signature-toggle): Remove unnecessary bindings of
15808         `inhibit-read-only' inherited from v5.10 merge.
15809
15810 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
15811
15812         * nntp.el (nntp): New customization group.
15813         (nntp-authinfo-file): Add customization group.
15814
15815         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
15816
15817         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
15818
15819         * gnus.el (to-address, to-list, subscribed)
15820         (large-newsgroup-initial): Ditto.
15821
15822         * flow-fill.el (fill-flowed-display-column)
15823         (fill-flowed-encode-column): Ditto.
15824
15825 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15826
15827         * message.el (message-tokenize-header, message-send-mail-with-qmail):
15828         Use point-min rather than 1.
15829         (message-send-mail): Use buffer-size rather than point-max.
15830
15831         * gnus-sum.el (gnus-summary-search-article-forward):
15832         Signal a specific `search-failed' rather than a generic `error'.
15833
15834         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
15835         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
15836         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
15837
15838 2004-09-10  Simon Josefsson  <jas@extundo.com>
15839
15840         * nndb.el (require): Remove tcp and duplicate cl.
15841
15842 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15843
15844         * gnus-agent.el (directory-files-and-attributes): Move forward.
15845
15846 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15847
15848         * gnus-agent.el (directory-files-and-attributes): Optionally
15849         defined to support XEmacs.
15850
15851 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15852
15853         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
15854         to avoid run-time CL dependencies.
15855         (gnus-agent-unfetch-articles): New function.
15856         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
15857         article numbers even when local .overview file is missing.
15858         (gnus-agent-read-article-number): New function.  Only accepts
15859         27-bit article numbers.
15860         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
15861         gnus-agent-read-article-number.
15862         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
15863         from backend while recognizing that article numbers in .overview
15864         must be valid.
15865         (gnus-agent-update-files-total-fetched-for): Use
15866         directory-files-and-attributes to improve performance.
15867         * gnus-int.el (gnus-request-move-article): Use
15868         gnus-agent-unfetch-articles in place of gnus-agent-expire to
15869         improve performance.
15870
15871         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
15872         some users confused by references to .newsrc when they only have a
15873         .newsrc.eld file.
15874         (gnus-convert-mark-converter-prompt)
15875         (gnus-convert-converter-needs-prompt): Fixed use of property list.
15876         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
15877         New function.  Used internally to only display 'gnus converting
15878         files' message when actually necessary.
15879
15880         * gnus-sum.el (): Removed (require 'gnus-agent) as required
15881         methods now autoloaded.
15882
15883 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15884
15885         * gnus-sum.el (gnus-summary-insert-subject): Remove list
15886         identifiers.
15887
15888 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
15889
15890         * gnus-picon.el: Fix indentation and closing parenthesis.
15891
15892 2004-09-01  Simon Josefsson  <jas@extundo.com>
15893
15894         * message.el (message-canlock-generate): Require sha1, not
15895         sha1-el.  (Can we get rid of this require altogether?  It is ugly
15896         to require within a function.  Sadly, if sha1.el isn't loaded, the
15897         let binding in m-c-g will hide the defcustom definition, which is
15898         bad.)
15899
15900         * canlock.el: Require sha1, not sha1-el.
15901
15902         * message.el: Don't autoload sha1 (there is a autoload cookie in
15903         sha1.el).
15904
15905         * sha1-el.el: Renamed to sha1.el.
15906
15907 2004-08-30  Juanma Barranquero  <lektu@terra.es>
15908
15909         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
15910
15911 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15912
15913         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
15914
15915 2004-08-30  Kim F. Storm  <storm@cua.dk>
15916
15917         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
15918
15919         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
15920         Add :group 'nnimap.
15921
15922 2004-08-30  Andreas Schwab  <schwab@suse.de>
15923
15924         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
15925         ?* and ?\;.
15926
15927         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
15928         and ?\' to symbol instead of whitespace.
15929
15930 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15931
15932         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
15933
15934         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
15935         instead of re-search-forward.
15936
15937         * gnus-uu.el (gnus-uu-save-article): Ditto.
15938         (gnus-uu-post-encode-uuencode): Ditto.
15939
15940         * html2text.el (html2text-clean-list-items): Ditto.
15941         (html2text-clean-dtdd): Ditto.
15942         (html2text-format-tags): Ditto.
15943
15944         * message.el (message-send-mail-with-sendmail): Fix regexp.
15945         (message-fill-field-general): Use search-forward instead of
15946         re-search-forward.
15947         (unbold-region): Ditto.
15948
15949         * nnrss.el (nnrss-request-article): Ditto.
15950
15951         * nnslashdot.el (nnslashdot-request-article): Ditto.
15952
15953         * nnweb.el (nnweb-gmane-wash-article): Ditto.
15954
15955         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
15956         "Unrecognized menu descriptor" error in XEmacs.
15957
15958 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15959
15960         * gnus-sum.el (gnus-read-header): Don't remove a header for the
15961         parent article of a sparse article in the thread hashtb.
15962
15963 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
15964
15965         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
15966         (nnmail-expand-newtext): Lowercase expanded entries if
15967         nnmail-split-lowercase-expanded is non-nil.
15968
15969 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15970
15971         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
15972
15973         * gnus-group.el (gnus-group-line-format-alist): Convert the value
15974         of gnus-tmp-news-method into string under XEmacs.  It will be
15975         passed to gnus-correct-length which takes only a string argument.
15976
15977 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15978
15979         * gnus-util.el (gnus-bind-print-variables): New macro.
15980         (gnus-prin1): Use it.
15981         (gnus-prin1-to-string): Use it.
15982         (gnus-pp): New function.
15983         (gnus-pp-to-string): New function.
15984
15985         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
15986         Replace pp-to-string with gnus-pp-to-string.
15987         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
15988         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
15989         * gnus-msg.el (gnus-debug): Ditto.
15990         * gnus-score.el (gnus-score-save): Ditto.
15991         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
15992         gnus-pp-to-string.
15993         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
15994         with gnus-pp.
15995         * score-mode.el (gnus-score-pretty-print): Ditto.
15996         * webmail.el (webmail-debug): Ditto.
15997
15998 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15999
16000         * gnus-art.el (article-display-face, article-display-x-face):
16001         Use buffer-read-only.
16002
16003 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16004
16005         * gnus-art.el (article-hide-list-identifiers):
16006         Bind inhibit-read-only as t.
16007
16008 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
16009
16010         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
16011
16012 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16013
16014         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
16015         (gnus-narrow-to-page): Don't assume point-min == 1.
16016         (gnus-article-edit-mode): Derive from message-mode.
16017
16018         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
16019         point-min == 1.
16020
16021         * imap.el (imap-parse-address-list, imap-parse-body-ext):
16022         Disable incorrect use of `assert'.
16023
16024         * message.el (message-mode): Set comment-start-skip.
16025
16026
16027 2004-08-22  Sam Steingold  <sds@gnu.org>
16028
16029         * pop3.el (pop3-leave-mail-on-server): New user variable.
16030         (pop3-movemail): Delete mail only when it is nil.
16031
16032 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
16033
16034         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
16035
16036         * mml.el (mml-preview): Use `pop-to-buffer'.
16037
16038         * message.el (message-goto-mail-followup-to): Insert after "To".
16039         (message-carefully-insert-headers): Add comment.
16040
16041         * gnus.el: Remove unused variable `gnus-article-check-size'.
16042
16043         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
16044
16045         * gnus-art.el (gnus-button-alist): Improve
16046         `gnus-button-handle-library' entry.
16047
16048 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
16049
16050         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
16051         downcase, since XEmacs capitalizes error messages differently.
16052
16053 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
16054
16055         * nntp.el: Add (require 'gnus) due to reference to
16056         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
16057
16058 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
16059
16060         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
16061         `mm-fill-flowed'.
16062
16063         * mm-decode.el (mm-dissect-singlepart): Check it.
16064
16065 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
16066
16067         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
16068         'imap' for netrc parsing.
16069
16070 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
16071
16072         * mailcap.el (mailcap-mime-data): Mark as risky.
16073
16074 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16075
16076         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
16077         may be included in the encoded word.
16078         (rfc2047-encode): Don't append a space if the encoded word
16079         includes close parenthesis.
16080
16081 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16082
16083         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
16084         of text within parentheses.
16085
16086 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
16087
16088         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
16089         (gnus-encrypt-write-file-contents): Make the password key the file
16090         name PLUS the cipher, not just the cipher.  Also remove failed
16091         passwords from the cache.
16092
16093 2004-08-06  Simon Josefsson  <jas@extundo.com>
16094
16095         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
16096         fix.
16097
16098 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16099
16100         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
16101         LWSP.
16102
16103 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
16104
16105         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
16106         to append in-reply-to: data to the references: header.
16107
16108         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
16109         (netrc-parse): Use gnus-encrypt.el functions.
16110
16111         * gnus-encrypt.el: Add new file for encryption support; currently
16112         does only a few GPG ciphers and an internal XOR cipher.
16113
16114         * password.el: Add comments on using password-read-and-add.
16115         (password-read-and-add): Add function to read and add the
16116         password to the cache at once.
16117
16118 2004-07-28  Simon Josefsson  <jas@extundo.com>
16119
16120         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
16121         parameter (but don't use it, for now).
16122
16123         * imap.el (imap-ssl-open): Use imap-process-connection-type,
16124         instead of hard coding to nil.
16125
16126 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16127
16128         * mm-view.el (mm-inline-image-emacs): Open lines under an image
16129         as mm-inline-image-xemacs does.
16130
16131 2004-07-26  Simon Josefsson  <jas@extundo.com>
16132
16133         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
16134         Revert part of 2004-07-17 change below.
16135
16136 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16137
16138         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
16139         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16140
16141 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16142
16143         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
16144         quotes that actually start with ">" at the beginning of the
16145         lines.
16146
16147 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16148
16149         * rfc2047.el (rfc2047-encode-region): Fix last change.
16150         (rfc2047-encode-parameter): Remove useless concat.
16151
16152 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16153
16154         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
16155         encode special characters; fix some kind of misconfigured headers;
16156         signal a real error if debug-on-quit or debug-on-error is non-nil.
16157         (rfc2047-encode-max-chars): New variable.
16158         (rfc2047-encode-1): Use it.
16159         (rfc2047-encode-parameter): New function.
16160
16161         * mml.el (mml-insert-parameter): Remove an excessive space.
16162
16163 2004-07-17  Simon Josefsson  <jas@extundo.com>
16164
16165         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
16166         Kai Grossjohann <kai@emptydomain.de>.
16167         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
16168         (gnus-group-make-menu-bar): Ditto.
16169
16170         * gnus-util.el (gnus-group-server): Add.
16171
16172 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
16173
16174         * message.el (message-clone-locals): Clone sendmail and smtp
16175         variables.
16176
16177 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16178
16179         * rfc2047.el (rfc2047-encode-region): Fix last change.
16180
16181 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16182
16183         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
16184         characters as non-special.
16185
16186 2004-07-09  Simon Josefsson  <jas@extundo.com>
16187
16188         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
16189         Users will lose all flag changes made while unplugged with
16190         e.g. nntp unless flag synchronization happens, thus `nil' is not a
16191         good default.  See numerous reports on ding mailing list.
16192
16193 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16194
16195         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
16196         add generate-head-function and generate-article-function to the
16197         rfc822-forward entry.
16198         (nndoc-rfc822-forward-generate-article): New function.
16199         (nndoc-rfc822-forward-generate-head): New function.
16200
16201         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
16202
16203 2004-07-06  Dan Christensen  <jdc@uwo.ca>
16204
16205         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
16206         respect display group parameter and gnus-summary-expunge-below.
16207         (gnus-articles-to-read): Remove unused reference to display group
16208         parameter.
16209
16210 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16211
16212         * nnheader.el (nnheader-uniquify-message-id): New experimental
16213         variable.
16214         (nnheader-nov-read-message-id): Use it.
16215
16216         * spam-report.el (spam-report-gmane): Add interactive.
16217
16218 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16219
16220         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
16221         qp-or-base64 for the application/* types.
16222
16223 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
16224
16225         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
16226
16227 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
16228
16229         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
16230         trim value.
16231
16232 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16233
16234         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
16235         New macro and function.
16236         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
16237
16238 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16239
16240         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
16241         after-load-alist.
16242
16243 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16244
16245         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
16246         update info that isn't there.
16247
16248 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
16249
16250         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
16251         entry.
16252
16253 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16254
16255         * mm-view.el (mm-inline-render-with-function): Use multibyte
16256         buffer; decode html source by charset.
16257
16258         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
16259
16260         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
16261         Mule-UCS is loaded under XEmacs.
16262         (mm-mime-mule-charset-alist): Avoid duplicated entries.
16263
16264 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
16265
16266         * nnheader.el (nnheader-max-head-length): Increase to 8192.
16267
16268 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16269
16270         * mm-util.el (mm-coding-system-p): Return a coding-system.
16271         (mm-mime-mule-charset-alist): Use shift_jis instead of
16272         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
16273         entries for the mime charsets iso-2022-jp-3 and shift_jis.
16274         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
16275         instead of japanese-shift-jis and iso-latin-1 respectively in
16276         order to share the default value with both Emacs and XEmacs-mule.
16277         (mm-mule-charset-to-mime-charset): Make
16278         mm-coding-system-priorities effective.
16279         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
16280         while predicating of candidates upon the priorities.
16281
16282 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
16283
16284         * gnus-sum.el (gnus-summary-make-menu-bar): Add
16285         gnus-uu-invert-processable.
16286
16287         * gnus.el: Autoload gnus-uu-invert-processable.
16288
16289 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16290
16291         * mm-util.el (mm-with-multibyte-buffer): New macro.
16292
16293         * rfc2047.el (rfc2047-encode-string): Use it.
16294         (rfc2047-encode-region): Move point to the end of the region after
16295         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
16296
16297 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16298
16299         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
16300         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
16301
16302 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16303
16304         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
16305         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
16306         Karl Chen <quarl@nospam.quarl.org>.
16307
16308 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
16309
16310         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
16311         invalid addresses.
16312
16313 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
16314
16315         * spam.el: Change section markers, revise TODO list.
16316         (spam-backends): Make new master list of all installed backends.
16317         (spam-summary-exit-behavior): Add new variable to determine how
16318         messages moves are done at summary exit.
16319         (spam-move-spam-nonspam-groups-only)
16320         (spam-process-ham-in-nonham-groups)
16321         (spam-process-ham-in-spam-groups): Remove variables, the
16322         spam-summary-exit-behavior variable should be used to manage this
16323         behavior.
16324         (spam-old-ham-articles, spam-old-spam-articles): Remove.
16325         (spam-old-articles): Add variable, replacing spam-old-ham-articles
16326         and spam-old-spam-articles.
16327         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
16328         Add empty variables, placeholders for the backends they represent.
16329         (spam-set-difference): Move, unchanged.
16330         (spam-list-of-processors): Declare OBSOLETE, not used anymore
16331         unless the user has a processor variable.
16332         (spam-classifications, spam-classification-valid-p)
16333         (spam-backend-properties, spam-backend-property-valid-p)
16334         (spam-backend-function-type-valid-p)
16335         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
16336         (spam-report-articles-gmane, spam-report-articles-resend):
16337         Remove functions, they are not needed.
16338         (spam-install-backend-super, spam-backend-list)
16339         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
16340         (spam-backend-function, spam-backend-ham-registration-function)
16341         (spam-backend-spam-registration-function)
16342         (spam-backend-ham-unregistration-function)
16343         (spam-backend-spam-unregistration-function)
16344         (spam-backend-statistical-p, spam-backend-mover-p)
16345         (spam-install-backend-alias, spam-install-checkonly-backend)
16346         (spam-install-mover-backend, spam-install-nocheck-backend)
16347         (spam-install-backend, spam-install-statistical-backend)
16348         (spam-install-statistical-checkonly-backend): Add backend installation
16349         support.
16350         (spam-summary-prepare-exit): Rewrite to use the new backend code.
16351         (spam-group-processor-p): Use the new backend code and respect the
16352         summary exit behavior.
16353         (spam-mark-spam-as-expired-and-move-routine): Remove.
16354         (spam-summary-prepare): Change to use the new spam-old-articles
16355         variable.
16356         (spam-copy-or-move-routine, spam-copy-spam-routine)
16357         (spam-move-spam-routine, spam-copy-ham-routine)
16358         (spam-move-ham-routine): Add code to copy/move ham or spam.
16359         (spam-fetch-field-fast): Improve doc and code, plus allow the
16360         'number request.
16361         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
16362         variables.
16363         (spam-split, spam-find-spam): Use the new backend code.
16364         (spam-registration-functions): Remove variable.
16365         (spam-unregister-routine): Add convenience wrapper.
16366         (spam-log-undo-registration, spam-register-routine)
16367         (spam-log-processing-to-registry)
16368         (spam-log-unregistration-needed-p): Rename "check" to "backend"
16369         where possible.
16370         (spam-check-gmane-xref, spam-check-regex-headers)
16371         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
16372         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
16373         (spam-check-bogofilter-headers, spam-check-spamoracle)
16374         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
16375         (spam-check-crm114-headers): Use the spam-split-group that
16376         spam-split prepares, no need to determine it every time.
16377
16378         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
16379         to the nnheader-parse-naked-head call.
16380
16381         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
16382
16383         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
16384         the nnheader-nov-read-message-id call.
16385
16386 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16387
16388         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
16389         gnus-activate-group twice.  Suggested by Markus Peter
16390         <warp@spin.de>.
16391
16392 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16393
16394         * gnus-art.el (gnus-article-time-format): Exchange the order of
16395         day and month in the default value; fix customization type.
16396         (article-date-ut): Use add-text-properties.
16397         (article-make-date-line): Use message-make-date instead of
16398         current-time-string.
16399
16400         * message.el (message-fetch-field): Don't use set-text-properties.
16401         (message-make-date): Simplify.
16402
16403         * messagexmas.el (message-xmas-make-date): New function.
16404         (message-xmas-redefine): Defalias message-make-date to it.
16405
16406 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16407
16408         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
16409         (rfc2047-encode-region): Treat text within parentheses as special;
16410         show the original text when error has occurred.
16411
16412         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
16413         already-computed method to gnus-activate-group.
16414
16415         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
16416         same select-methods identical Lisp objects.
16417
16418         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
16419         object when modifying the info.
16420
16421 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16422
16423         * gnus-srvr.el (gnus-server-set-info): Remove the server from
16424         gnus-opened-servers since it has never been opened with the new
16425         configuration yet.
16426
16427 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16428
16429         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
16430         arg to nnheader-generate-fake-message-id.
16431
16432 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
16433
16434         * nnheader.el (nnheader-generate-fake-message-id): Accept a
16435         number and build a fake message ID localized to a group and
16436         article number (so it's repeatable from that point on).
16437         (nnheader-fake-message-id-p): Change regex to accomodate new fake
16438         ID format.
16439
16440         * gnus-sum.el (gnus-get-newsgroup-headers): Call
16441         nnheader-generate-fake-message-id with the article number.
16442
16443 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
16444
16445         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
16446         end-of-buffer.
16447
16448 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16449
16450         * message.el (message-ignored-supersedes-headers): Add Approved.
16451
16452 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16453
16454         * rfc2047.el (rfc2047-encode-message-header): Remove useless
16455         goto-char.
16456         (rfc2047-encode): Fold the line before encoding.
16457
16458 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16459
16460         * rfc2047.el (rfc2047-encode-message-header): Disabled header
16461         folding -- not all headers can be folded, and this should be done
16462         by the message composition mode.  Probably.  I think.
16463
16464 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16465
16466         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
16467         fast.
16468
16469         * gnus-ems.el (gnus-remove-image): Don't use
16470         message-text-with-property; remove only the image found first.
16471
16472         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
16473         found first.
16474
16475 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
16476
16477         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
16478
16479 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16480
16481         * message.el (message-text-with-property): Make it fast and accept
16482         optional arguments.
16483         (message-strip-forbidden-properties): Use it.
16484         (message-fix-before-sending): Follow the m-t-w-p change.
16485
16486         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
16487
16488 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16489
16490         * gnus-art.el (article-hide-headers): Don't change the buffer
16491         mistakenly when performing mml-preview even if
16492         gnus-single-article-buffer is nil.
16493
16494 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
16495
16496         * message.el (message-expand-name-databases): New user option.
16497         (message-expand-name): Use it.
16498
16499 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
16500
16501         * spam.el (spam-report-articles-resend)
16502         (spam-report-resend-register-routine): Allow ham reporting.
16503         (spam-report-resend-register-ham-routine): Add wrapper.
16504         (spam-registration-functions): Add ham resending functions.
16505         (spam-list-of-processors): Add ham resend processor.
16506
16507         * gnus.el (ham-resend-to): Add new group parameter.
16508         (spam-process): Add ham resend option.
16509
16510         * spam-report.el (spam-report-resend): Allow reporting ham.
16511         (spam-report-resend-ham): Add wrapper.
16512
16513 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16514
16515         * message.el (message-cite-articles-with-x-no-archive): New
16516         variable.
16517         (message-cite-original): Use it.
16518
16519 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16520
16521         * message.el (message-cite-original): Respect X-No-Archive.
16522
16523 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16524
16525         * gnus-art.el (article-hide-headers): Refer to the values for
16526         gnus-ignored-headers and gnus-visible-headers in the summary
16527         buffer since a user may have set them as group parameters.
16528
16529 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
16530
16531         * assistant.el (assistant-node-name): Add convenience function.
16532         (assistant-render-text, assistant-render-node): Add error handling,
16533         plus handle multiple next nodes.
16534         (assistant-find-next-node): Comment out for now.
16535         (assistant-find-next-nodes): Add function, returns list of next
16536         nodes.
16537
16538 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
16539
16540         * mail-source.el (mail-source-directory): Fix doc-string.
16541
16542 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
16543
16544         * assistant.el (assistant-render-text, assistant-eval): Add :set
16545         widget type, which is different because it takes and returns a
16546         list.  Much hilarity ensues.
16547
16548 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
16549
16550         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
16551
16552         * gnus-group.el (gnus-group-get-new-news-this-group): Added
16553         doc-string.
16554
16555         * gnus-start.el (gnus-activate-group): Added doc-string.
16556
16557 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16558
16559         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
16560
16561 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
16562
16563         * assistant.el (assistant-render-text): Try to add a :set
16564         widget, more to come.
16565
16566         * spam.el (spam-group-spam-contents-p): Handle empty groupname
16567         strings.
16568         (spam-report-articles-resend)
16569         (spam-register-routine): Do registration iff any articles warrant
16570         it.
16571         (spam-summary-prepare-exit): Change log message for nil group
16572         destinations.
16573
16574 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
16575
16576         * spam.el (spam-report-resend-register-routine): Allow
16577         spam-report-resend-to to be a group parameter or a global value.
16578
16579 2004-05-26  Simon Josefsson  <jas@extundo.com>
16580
16581         * starttls.el: Merge with my GNUTLS based starttls.el.
16582         (starttls-gnutls-program, starttls-use-gnutls)
16583         (starttls-extra-arguments, starttls-process-connection-type)
16584         (starttls-connect, starttls-failure, starttls-success): New
16585         variables.
16586         (starttls-program, starttls-extra-args): Doc fix.
16587         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
16588         functions.
16589         (starttls-negotiate, starttls-open-stream): Check
16590         `starttls-use-gnutls' and pass on to corresponding *-gnutls
16591         function if it is set.
16592
16593 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16594
16595         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
16596         structured fields.
16597
16598 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16599
16600         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
16601
16602 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
16603
16604         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
16605         variable.
16606         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
16607         assigning the spam-mark to new messages.
16608
16609 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
16610
16611         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
16612
16613 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16614
16615         * dgnushack.el: Autoload customize-set-variable for XEmacs.
16616
16617         * rfc2047.el (rfc2047-encodable-p): Don't move point.
16618         (rfc2047-decode): Treat the ascii coding-system as raw-text by
16619         default.
16620
16621 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
16622
16623         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
16624         correct data.
16625
16626 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
16627
16628         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
16629         (spam-group-processor-p): Fix function.
16630         (spam-group-processor-multiple-p)
16631         (spam-group-spam-processor-report-gmane-p)
16632         (spam-group-spam-processor-report-resend-p)
16633         (spam-group-spam-processor-bogofilter-p)
16634         (spam-group-spam-processor-blacklist-p)
16635         (spam-group-spam-processor-ifile-p)
16636         (spam-group-ham-processor-ifile-p)
16637         (spam-group-spam-processor-spamoracle-p)
16638         (spam-group-spam-processor-crm114-p)
16639         (spam-group-ham-processor-bogofilter-p)
16640         (spam-group-spam-processor-stat-p)
16641         (spam-group-ham-processor-stat-p)
16642         (spam-group-ham-processor-whitelist-p)
16643         (spam-group-ham-processor-BBDB-p)
16644         (spam-group-ham-processor-spamoracle-p)
16645         (spam-group-ham-processor-copy-p): Remove functions with some
16646         prejudice against unneeded code.
16647         (spam-report-articles-resend)
16648         (spam-report-resend-register-routine): Allow the group/topic
16649         spam-resend-to value to override spam-report-resend-to.
16650         (spam-summary-prepare-exit): Invoke spam-group-processor-p
16651         properly now.
16652
16653         * gnus.el (spam-resend-to): Add group/topic parameter.
16654         (spam-process): Move the OBSOLETE processors to the end of the
16655         choices.
16656
16657 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
16658
16659         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
16660         with resend-to set to nil, and then ask the user if necessary.
16661         (spam-report-resend): spam-report-resend takes a list of articles, not
16662         separate article numbers.
16663
16664 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16665
16666         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
16667         addition to emacs-w3m.
16668
16669 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16670
16671         * assistant.el (assistant-authinfo-data): New function.
16672         (assistant-eval): Eval for entire assistant.
16673
16674         * netrc.el (netrc-services-file): New variable.
16675         (netrc-parse-services): New function.
16676         (netrc-find-service-name): New function.
16677         (netrc-find-service-number): New function.
16678         (netrc-port-equal): New function.
16679         (netrc-machine): Use it.
16680
16681         * nnimap.el (nnimap-open-connection): Use netrc.
16682
16683         * gnus-util.el (gnus-netrc-get): Remove aliases.
16684
16685         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
16686
16687         * assistant.el (wid-edit): Fix compilation.
16688
16689         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
16690
16691 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
16692
16693         * gnus-util.el (gnus-set-file-modes): New function.  (small
16694         patch).
16695
16696 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16697
16698         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
16699
16700         * assistant.el (assistant-render-node): Fix up rendering and
16701         read-only text.
16702         (assistant-render-node): Reset.
16703         (assistant-make-read-only): Not sticky.
16704
16705 2004-05-20  Danny Siu  <dsiu@adobe.com>
16706
16707         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
16708         centered even when gnus-auto-center-summary is t.
16709
16710 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16711
16712         * dns.el (dns-get-txt-answer): New function.
16713         (dns-read-txt): Ditto.
16714         (query-dns): Use it.
16715
16716 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16717
16718         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
16719         active for foreign groups even if the group level is higher than
16720         the specified value.
16721
16722 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16723
16724         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
16725         non-active groups.
16726
16727         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
16728
16729 2004-05-20  Magnus Henoch  <mange@freemail.hu>
16730
16731         * dns.el (dns-read-type): Add support for SVR.  (small patch)
16732
16733 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
16734
16735         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
16736         (spam-crm114-header, spam-crm114-spam-switch)
16737         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
16738         (spam-crm114-positive-spam-header)
16739         (spam-crm114-database-directory, spam-list-of-processors)
16740         (spam-group-spam-processor-crm114-p)
16741         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
16742         (spam-generic-score, spam-list-of-checks)
16743         (spam-list-of-statistical-checks, spam-registration-functions)
16744         (spam-check-crm114-headers, spam-crm114-score)
16745         (spam-check-crm114, spam-crm114-register-with-crm114)
16746         (spam-crm114-register-spam-routine)
16747         (spam-crm114-unregister-spam-routine)
16748         (spam-crm114-register-ham-routine)
16749         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
16750         asjo@koldfront.dk (Adam Sjøgren).
16751
16752         * gnus.el: Add spam-use-crm114.
16753
16754         * spam.el (spam-list-of-processors, spam-registration-functions):
16755         Add spam-use-resend.
16756         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
16757         (spam-report-articles-gmane): Add doc fix.
16758         (spam-report-articles-resend, spam-report-resend-register-routine):
16759         Add wrappers around spam-report-resend-to.
16760
16761         * spam-report.el (spam-report-resend-to, spam-report-resend):
16762         Add support for resending spam.
16763         (spam-report-gmane): Fix line length >80.
16764
16765         * gnus.el (spam-process): Add spam-use-resend.
16766
16767 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16768
16769         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
16770         number of processed spam messages.
16771         (spam-ham-copy-or-move-routine): Return the number of processed
16772         ham messages.
16773         (spam-summary-prepare-exit): Use the above values to decide
16774         whether status messages shouled be displayed.
16775
16776 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16777
16778         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
16779         `rfc2047-encoding-function-alist' in order to avoid conflicting
16780         with the old version.
16781         (rfc2047-encode-region): Concatenate words containing non-ASCII
16782         characters in structured fields; don't encode space-delimited
16783         ASCII words even in unstructured fields; don't break words at
16784         char-category boundaries.
16785         (rfc2047-encode-1): New function.
16786         (rfc2047-encode): Use it; encode text so that it occupies the
16787         maximum width within 76-column; work correctly on Q encoding for
16788         iso-2022-* charsets.
16789         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
16790         sure not to break a line just after the header name.
16791         (rfc2047-b-encode-region): Removed.
16792         (rfc2047-b-encode-string): New function.
16793         (rfc2047-q-encode-region): Removed.
16794         (rfc2047-q-encode-string): New function.
16795
16796         * mm-util.el (mm-replace-in-string): New function.
16797
16798 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16799
16800         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
16801         get it right.
16802         (gnus-inews-make-draft): Really.
16803
16804 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
16805
16806         * nnmh.el (nnmh-request-list-1): Don't check the link count
16807         before descending.  (small patch)
16808
16809 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16810
16811         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
16812         stuff.
16813
16814         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
16815         on real group name.
16816
16817         * gnus-art.el (gnus-signature-limit): Doc fix.
16818
16819         * gnus-msg.el (gnus-inews-make-draft): Quote list.
16820
16821         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
16822
16823 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
16824
16825         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
16826         isn't a string.
16827
16828 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16829
16830         * gnus-draft.el (gnus-draft-send): Bind
16831         rfc2047-encode-encoded-words.
16832
16833         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
16834         (rfc2047-encodable-p): Say that =? needs encoding.
16835         (rfc2047-encode-encoded-words): New variable.
16836
16837         * gnus-group.el (gnus-group-select-group): Doc fix.
16838
16839         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
16840
16841         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
16842         to nil.
16843
16844         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
16845
16846         * nnheader.el (nnheader-get-lines-and-char): New function.
16847
16848 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
16849
16850         * gnus-msg.el (gnus-summary-followup-with-original): Document
16851         yanking of region when active.
16852
16853 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16854
16855         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
16856         groups if the group level is higher than the specified value.
16857
16858 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16859
16860         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
16861         (gnus-group-jump-to-group): Added prefix argument using
16862         `gnus-group-jump-to-group-prompt'.  Query before jumping to
16863         non-active group.
16864
16865         * compface.el (uncompface): Be verbose when changing
16866         `uncompface-use-external'.
16867
16868         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
16869         handle manual section.
16870
16871 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16872
16873         * gnus-art.el (gnus-button-alist): Revert previous change.
16874
16875 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16876
16877         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
16878
16879 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16880
16881         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
16882         whether backend can accept message.
16883
16884         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
16885
16886 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
16887
16888         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
16889         Avoid creating directory when nntp-marks-is-evil is true.
16890         Reported by Reiner Steib.
16891
16892 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16893
16894         * gnus-picon.el (gnus-picon-style): New variable.
16895         (gnus-picon-insert-glyph): Added optional `nostring' argument.
16896         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
16897         Jesper Harder <harder@ifa.au.dk>.
16898
16899 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16900
16901         * message.el (message-fill-field): Return point.
16902         (message-generate-headers): Go to end of field.
16903
16904         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
16905         stuff for non-living groups.
16906
16907 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
16908
16909         * gnus-art.el (gnus-article-followup-with-original)
16910         (gnus-article-reply-with-original): gnus-mark-active-p ->
16911         gnus-region-active-p.
16912
16913 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
16914
16915         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
16916         only when there is spam or ham to be processed.
16917
16918 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16919
16920         * mail-source.el (mail-source-delete-crash-box): Refactor.
16921         (mail-source-fetch): Use it.
16922         (mail-source-fetch-file): Ditto.
16923         (mail-source-fetch-directory): Run postscript in loop.
16924         (mail-source-fetch-pop): Delete.
16925         (mail-source-fetch-maildir): Ditto.
16926         (mail-source-fetch-imap): Ditto.
16927
16928         * imap.el (imap-authenticators): Comment out sasl.
16929
16930         * message.el (message-skip-to-next-address): New function.
16931         (message-fill-header-address): Refactor.
16932         (message-fill-address): Use it.
16933         (message-delete-address): Use it.
16934         (message-fill-header-general): Refactor.
16935         (message-fill-field-address): Rename.
16936         (message-narrow-to-field): Find the start of the header.
16937         (message-header-format-alist): Don't pre-fill.
16938         (message-fill-header): Removed.
16939         (message-insert-header): New function.
16940         (message-shorten-references): Use it.
16941
16942         * rfc2047.el (rfc2047-field-value): Strip props.
16943
16944         * mail-parse.el (mail-header-make-address): New alias.
16945
16946         * ietf-drums.el (ietf-drums-make-address): New function.
16947
16948         * imap.el: Add compiler directives.
16949
16950         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
16951
16952         * gnus-art.el (article-decode-idna-rhs): Don't use
16953         message-idna-inside-rhs-p.
16954
16955 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16956
16957         * message.el (message-idna-inside-rhs-p): Removed.
16958         (message-idna-to-ascii-rhs-1): Use proper address parsing.
16959
16960         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
16961         false positives.
16962
16963 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
16964
16965         * imap.el (imap-sasl-make-mechanisms): Use sasl.
16966
16967 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16968
16969         * nneething.el (nneething-file-name): Don't create spurious
16970         files.
16971
16972         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
16973         (gnus-inews-do-gcc): Remove sleep.
16974
16975         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
16976         part under point.
16977
16978         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
16979         (gnus-agent-regenerate-group): Using nil messages aren't valid.
16980
16981 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
16982
16983         * spam.el (spam-summary-prepare-exit): Fixed (length).
16984
16985 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
16986
16987         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
16988         as expired without moving it" message when there are spam
16989         messages left.
16990
16991 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
16992
16993         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
16994         header is not nil.
16995
16996 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
16997
16998         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
16999         nntp-possibly-create-directory, not nntp-possibly-change-group.
17000         (nntp-marks-changed-p): New arg SERVER.
17001         (nntp-request-update-info): Adjust caller.
17002
17003 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
17004
17005         * nntp.el (nntp-save-marks): Pass missing arg.
17006
17007 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
17008
17009         * nntp.el: Support marks.
17010         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
17011         (nntp-marks-modtime, nntp-marks-directory): New variables.
17012         (nntp-request-set-mark, nntp-request-update-info)
17013         (nntp-possibly-create-directory, nntp-marks-changed-p)
17014         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
17015         functions.
17016
17017 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
17018
17019         * gnus-xmas.el (gnus-xmas-select-lowest-window)
17020         (gnus-xmas-redefine): Rename.
17021
17022         * gnus-score.el (gnus-score-insert-help): Use
17023         gnus-select-lowest-window.
17024
17025         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
17026         appt-select-lowest-window and rename to gnus-select-lowest-window.
17027
17028         * gnus.el: do.
17029
17030 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17031
17032         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
17033         encodings of MIME-encoded words, in order to improve
17034         interoperability with several broken MUAs.
17035
17036 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17037
17038         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
17039         tags, only when charsets are not specified in headers.
17040         (mm-inline-text-html-render-with-w3m): Ditto.
17041
17042         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
17043         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
17044
17045 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17046
17047         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
17048         instead of MIME-decoded from fields when checking
17049         `gnus-article-address-banner-alist'.
17050
17051 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
17052
17053         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
17054         description rather than subject.
17055
17056 2004-05-02  Steve Youngs  <steve@youngs.au.com>
17057
17058         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
17059
17060 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17061
17062         * gnus.el (gnus-version-number): Bump.
17063
17064 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17065
17066         * gnus.el: No Gnus v0.2 is released.
17067
17068 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17069
17070         * gnus-agent.el (gnus-agent-read-agentview): Inline
17071         gnus-uncompress-range.
17072
17073 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17074
17075         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
17076         `exec-installed-p'.
17077
17078 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17079
17080         * gnus.el (spam-process, spam-autodetect-methods): Add
17081         bsfilter and bsfilter-headers.
17082
17083         * spam.el (spam-bsfilter): New customize group.
17084         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
17085         (spam-bsfilter-header, spam-bsfilter-probability-header)
17086         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
17087         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
17088         (spam-bsfilter-database-directory): New options.
17089         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
17090         (spam-list-of-statistical-checks, spam-registration-functions):
17091         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
17092         (spam-bsfilter-score): New command.
17093         (spam-check-bsfilter-headers, spam-check-bsfilter)
17094         (spam-bsfilter-register-with-bsfilter)
17095         (spam-bsfilter-register-spam-routine)
17096         (spam-bsfilter-unregister-spam-routine)
17097         (spam-bsfilter-register-ham-routine)
17098         (spam-bsfilter-unregister-ham-routine): New functions.
17099         (spam-generic-score): Support bsfilter; Accept an optional argument
17100         to recalcurate spam score even if scoring header has already been
17101         added.
17102         (spam-bogofilter-score, spam-spamassassin-score): Accept an
17103         optional argument to recalcurate spam score even if scoring header
17104         has already been added.
17105
17106 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
17107
17108         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
17109         strings!  Reported by David D. Smith <davidsmith@acm.org>.
17110         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
17111         link is missing.
17112
17113 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
17114
17115         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
17116         (html2text-get-attr): Rewrite.
17117
17118         * message.el (message-setup-1): Remove redundant put-text-property
17119         on mail-header-separator.
17120
17121 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
17122
17123         * gnus-registry.el (gnus-registry-cache-whitespace)
17124         (gnus-registry-action, gnus-registry-spool-action)
17125         (gnus-registry-split-fancy-with-parent): Change message levels
17126         from 5 to 3 or 7, as needed.
17127
17128         * spam.el (spam-summary-prepare-exit)
17129         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
17130         (spam-split, spam-find-spam, spam-log-undo-registration)
17131         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
17132         level from 5 to 6.
17133
17134 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17135
17136         * gnus-ems.el: Autoload appt-select-lowest-window (revert
17137         2004-03-04 change).
17138
17139 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
17140
17141         * sieve-manage.el (sieve-manage-open):
17142         * nnweb.el (nnweb-insert-html):
17143         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
17144         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
17145         * nnspool.el (nnspool-request-group):
17146         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
17147         * nnml.el (nnml-request-update-info):
17148         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
17149         (nnmh-request-create-group, nnmh-update-gnus-unreads):
17150         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
17151         (nnimap-request-set-mark):
17152         * nnfolder.el (nnfolder-request-update-info):
17153         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
17154         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
17155         * gnus-uu.el (gnus-uu-find-articles-matching):
17156         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
17157         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
17158         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
17159         * gnus-nocem.el (gnus-nocem-scan-groups):
17160         * gnus-int.el (gnus-start-news-server):
17161         * gnus-group.el (gnus-group-make-kiboze-group)
17162         (gnus-group-browse-foreign-server):
17163         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
17164         Use mapc when appropriate.
17165
17166 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
17167
17168         FIXME: Make separate entries for each person.
17169
17170         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
17171         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
17172         <shields@msrl.com>:
17173
17174         * spam.el (spam-necessary-extra-headers): Get the extra headers we
17175         may need for spam sorting and scoring.
17176         (spam-user-format-function-S): Add user format function suitable for
17177         general use.
17178         (spam-article-sort-by-spam-status): Add sorting function for summary
17179         sorting.
17180         (spam-extra-header-to-number): Add function to get a score from a
17181         header.
17182         (spam-summary-score): Add function to get a numeric score from the
17183         headers.
17184         (spam-generic-score): Fix function doc, was in wrong place.
17185         (spam-initialize): Take symbols when it's run, and install the
17186         extra headers that spam-necessary-extra-headers thinks we need.
17187
17188 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
17189
17190         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
17191         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17192
17193 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
17194
17195         * gnus-sum.el (gnus-set-global-variables)
17196         (gnus-build-all-threads, gnus-get-newsgroup-headers)
17197         (gnus-article-get-xrefs, gnus-summary-best-group)
17198         (gnus-summary-next-article, gnus-summary-enter-digest-group)
17199         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
17200         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
17201         Use with-current-buffer.
17202
17203 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
17204
17205         * spam.el (spam-summary-prepare-exit): Simplify logic.
17206         (spam-fetch-article-header): Read the article header if it's not
17207         available.
17208         (spam-list-articles): Simplify logic.
17209         (spam-filelist-register-routine): Fix bug with unregister-list.
17210
17211         * gnus-registry.el: Fix comments at beginning.
17212
17213 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
17214
17215         * message.el (message-cater-to-broken-inn): Remove.
17216         (message-shorten-references): Make sure the total folded length of
17217         References is shorter than 998 characters to cater to a bug in INN
17218         2.3.  Also, don't pretend that references aren't folded -- this
17219         hasn't worked for a while.
17220
17221 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17222
17223         * gnus-agent.el (gnus-agentize):
17224         gnus-agent-send-mail-real-function no longer set to current value
17225         of message-send-mail-function but rather a lambda that calls
17226         message-send-mail-function.  The change makes the agent real-time
17227         responsive to user changes to message-send-mail-function.
17228
17229 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17230
17231         * legacy-gnus-agent.el
17232         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
17233         help from Florian Weimer <fw@deneb.enyo.de>
17234
17235 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17236
17237         * nnmail.el (nnmail-cache-insert): Revert last change.
17238
17239 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17240
17241         * nnmail.el (nnmail-cache-insert): Always check whether
17242         nnmail-cache-ignore-groups matches a group name.
17243
17244 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
17245
17246         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
17247         (spam-find-spam, spam-log-processing-to-registry)
17248         (spam-log-registered-p, spam-log-unregistration-needed-p)
17249         (spam-log-undo-registration): Use gnus-message instead of
17250         gnus-error, none of these errors are fatal.
17251
17252         * gnus-registry.el (gnus-registry-clean-empty-function)
17253         (gnus-registry-clean-empty): Remove only empty entries without
17254         extra data.
17255
17256 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
17257
17258         * spam-stat.el (spam-stat-buffer-change-to-spam)
17259         (spam-stat-buffer-change-to-non-spam): Change (error) to
17260         (gnus-message 8) invocation.
17261
17262 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17263
17264         * nntp.el (nntp-via-netcat-command): New variable.
17265         (nntp-via-netcat-switches): New variable.
17266         (nntp-open-via-rlogin-and-netcat): New function.
17267         (nntp-open-connection-function): Doc fix.
17268         (nntp-telnet-command): Doc fix.
17269         (nntp-end-of-line): Doc fix.
17270         (nntp-via-rlogin-command): Doc fix.
17271         (nntp-via-user-name): Doc fix.
17272         (nntp-via-address): Doc fix.
17273
17274 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17275
17276         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
17277         error in Emacs 21.1.
17278
17279 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
17280
17281         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
17282
17283 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17284
17285         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
17286         (gnus-agent-with-refreshed-group): New macro.
17287         (gnus-agent-rename-group): New function.
17288         (gnus-agent-delete-group): New function.
17289         (gnus-agent-save-group-info): Use gnus-command-method when
17290         `method' parameter is nil.  Don't write nil entries into the
17291         active file.
17292         (gnus-agent-get-group-info): New function.
17293         (gnus-agent-fetch-articles): Use
17294         gnus-agent-update-files-total-fetched-for to increment disk space
17295         used.
17296         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
17297         gnus-agent-update-view-total-fetched-for to increment disk space
17298         used.
17299         (gnus-agent-get-local): Added optional parameters to avoid calling
17300         gnus-group-real-name and gnus-find-method-for-group.
17301         (gnus-agent-set-local): Delete stored entry if either min, or max,
17302         are nil.
17303         (gnus-agent-fetch-session): Reworded error/quit messages.  On
17304         quit, use gnus-agent-regenerate-group to record existance of any
17305         articles fetched to disk before the quit occurred.
17306         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
17307         gnus-agent-update-view-total-fetched-for, and
17308         gnus-agent-update-files-total-fetched-for to decrement disk space
17309         used.
17310         (gnus-agent-retrieve-headers): Use
17311         gnus-agent-update-view-total-fetched-for to increment disk space
17312         used.
17313         (gnus-agent-regenerate-group): Replace gnus-group-update-group
17314         with gnus-agent-update-files-total-fetched-for to decrement disk
17315         space and fresh group buffer.
17316         (gnus-agent-inhibit-update-total-fetched-for): New variable.
17317         (gnus-agent-need-update-total-fetched-for): New variable.
17318         (gnus-agent-update-files-total-fetched-for): New function.
17319         (gnus-agent-update-view-total-fetched-for): New function.
17320         (gnus-agent-total-fetched-for): New function.
17321
17322         * gnus-cache.el (gnus-cache-save-buffers): Use
17323         gnus-cache-update-overview-total-fetched-for to change disk space
17324         used by this group.
17325         (gnus-cache-possibly-enter-article): Use
17326         gnus-cache-update-file-total-fetched-for to increment disk space
17327         used by this group.
17328         (gnus-cache-possibly-remove-article): Use
17329         gnus-cache-update-file-total-fetched-for to decrement disk space
17330         used by this group.
17331         (gnus-cache-generate-nov-databases): Purge total fetched cache.
17332         (gnus-cache-rename-group): New function.
17333         (gnus-cache-delete-group): New function.
17334         (gnus-cache-inhibit-update-total-fetched-for): New variable.
17335         (gnus-cache-need-update-total-fetched-for): New variable.
17336         (gnus-cache-with-refreshed-group): New macro.
17337         (gnus-cache-update-file-total-fetched-for): New function.
17338         (gnus-cache-update-overview-total-fetched-for): New function.
17339         (gnus-cache-rename-group-total-fetched-for): New function.
17340         (gnus-cache-delete-group-total-fetched-for): New function.
17341         (gnus-cache-total-fetched-for): New function.
17342
17343         * gnus-group.el: Require gnus-sum and autoload functions to
17344         resolve warnings when gnus-group.el compiled alone.
17345         (gnus-group-line-format): Documented new %F.
17346         (size of Fetched data) group line format; identifies disk space
17347         used by agent and cache.
17348         (gnus-group-line-format-alist): Defined new F format.
17349         (gnus-total-fetched-for): New function.
17350         (gnus-group-delete-group): No longer update
17351         gnus-cache-active-altered as gnus-request-delete-group now keeps
17352         the cache in sync.
17353         (gnus-group-list-active): Let the agent store a server's active
17354         list if currently plugged.
17355
17356         * gnus-int.el (gnus-request-delete-group):
17357         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
17358         local disk in sync with the server.
17359         (gnus-request-rename-group):
17360         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
17361         local disk in sync with the server.
17362
17363         * gnus-start.el (gnus-get-unread-articles):
17364         Cosmetic simplification to logic.
17365
17366         * gnus-util.el (gnus-rename-file): New function.
17367
17368 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
17369
17370         * mm-util.el (mm-image-load-path): Handle nil in load-path.
17371
17372 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
17373
17374         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
17375         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
17376
17377 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
17378
17379         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
17380         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
17381
17382 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
17383
17384         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
17385
17386 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
17387
17388         * spam.el (spam-set-difference): Add function to replace
17389         gnus-set-difference in spam.el.
17390         (spam-summary-prepare-exit): Use spam-set-difference.
17391
17392 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
17393
17394         * gnus-registry.el (gnus-registry-cache-file): Update to use
17395         gnus-dribble-directory OR gnus-home-directory OR ~.
17396         (gnus-registry-split-fancy-with-parent): Fix doc.
17397
17398 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17399
17400         * message.el (message-exchange-point-and-mark): Use
17401         message-mark-active-p.  Suggested by Jesper Harder
17402         <harder@ifa.au.dk>.
17403
17404 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17405
17406         * message.el (message-exchange-point-and-mark): Don't activate
17407         region if it was inactive.  Suggested by Hiroshi Fujishima
17408         <pooh@nature.tsukuba.ac.jp>.
17409
17410 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17411
17412         * gnus-art.el (article-display-face): Display Faces in the same
17413         order as X-Faces.
17414
17415 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17416
17417         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
17418
17419 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17420
17421         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
17422         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
17423         (gnus-article-mime-hierarchy): Remove.
17424         (gnus-article-mime-hierarchy-next): Remove.
17425         (gnus-article-mode): Revert 2004-03-19 change.
17426         (gnus-article-setup-buffer): Revert 2004-03-19 change.
17427         (gnus-insert-mime-button): Revert 2004-03-19 change.
17428         (gnus-mime-accumulate-hierarchy): Remove.
17429         (gnus-mime-enter-multipart): Remove.
17430         (gnus-mime-leave-multipart): Remove.
17431         (gnus-mime-display-part): Revert 2004-03-19 change.
17432         (gnus-mime-display-alternative): Revert 2004-03-19 change.
17433
17434         * mml.el (mml-preview): Revert 2004-03-19 change.
17435
17436 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
17437
17438         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
17439
17440 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17441
17442         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
17443         t while entering a file name using the mm-with-multibyte macro.
17444         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17445
17446         * mm-util.el (mm-with-multibyte): New macro.
17447
17448 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17449
17450         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
17451         user option.
17452         (gnus-mime-multipart-functions): Doc and customization fix.
17453         (gnus-article-mime-hierarchy): New variable.
17454         (gnus-article-mime-hierarchy-next): New variable.
17455         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
17456         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
17457         gnus-article-mime-hierarchy-next to nil.
17458         (gnus-insert-mime-button): Show hierarchy numbers.
17459         (gnus-mime-accumulate-hierarchy): New function.
17460         (gnus-mime-enter-multipart): New function.
17461         (gnus-mime-leave-multipart): New function.
17462         (gnus-mime-display-part): Recompute hierarchical MIME structure.
17463         (gnus-mime-display-alternative): Show hierarchy numbers.
17464
17465         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
17466         gnus-article-mime-hierarchy-next to nil.
17467
17468 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
17469
17470         * dns.el: Don't require gnus-xmas.
17471
17472 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
17473
17474         * mml.el (mml-generate-mime-1): Don't use format=flowed with
17475         inline PGP.
17476         (mml-menu): Disable mml-quote-region if mark is inactive.
17477
17478 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17479
17480         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
17481         when the group's active is not available.
17482
17483 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17484
17485         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
17486         error.
17487
17488 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
17489
17490         * imap.el (imap-store-password): New variable.
17491         (imap-interactive-login): Use it.
17492         Suggested by Mark Plaksin <happy@mcplaksin.org>.
17493
17494 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17495
17496         * gnus-art.el (gnus-article-read-summary-keys): Restore new
17497         window-start and hscroll to summary window.
17498
17499 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17500
17501         * gnus-start.el (gnus-convert-old-newsrc): Only write the
17502         conversion message to newsrc-dribble when an actual conversion is
17503         performed.
17504
17505 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
17506
17507         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
17508
17509 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17510
17511         * mm-decode.el (mm-complicated-handles): New function reviving
17512         former definition of mm-multiple-handles.
17513
17514         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
17515         (gnus-mime-delete-part): Use it.
17516
17517 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17518
17519         * gnus-agent.el (gnus-agent-read-local): Bind
17520         nnheader-file-coding-system to gnus-agent-file-coding-system to
17521         avoid the implicit assumption that they will always be equal.
17522         (gnus-agent-save-local): Bind buffer-file-coding-system, not
17523         coding-system-for-write, as the with-temp-file macro first prints
17524         to a buffer then saves the buffer.
17525
17526 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17527
17528         * gnus-art.el (gnus-article-edit-part): New function.
17529         (gnus-mime-save-part-and-strip): Use it; do query instead of
17530         signaling an error; don't use mm-multiple-handles.
17531         (gnus-mime-delete-part): Ditto.
17532
17533 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17534
17535         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
17536         old file versions.
17537         (gnus-group-prepare-hook): Removed function that converted list
17538         form of gnus-agent-expire-days to group properties.
17539
17540         * gnus-int.el: Autoload gnus-agent-regenerate-group.
17541         (gnus-request-accept-article): Re-indented.
17542
17543         * gnus-start.el (gnus-convert-old-newsrc): Registered new
17544         converters to handle old agent file formats.  Added logic for a
17545         "backup before upgrading warning".
17546         (gnus-convert-mark-converter-prompt): Developers can mark
17547         functions as needing (default), or not needing,
17548         gnus-convert-old-newsrc's "backup before upgrading warning".
17549         (gnus-convert-converter-needs-prompt): Tests whether the user
17550         should be protected from potentially irreversable changes by the
17551         function.
17552
17553         * legacy-gnus-agent.el: New.  Provides converters that are only
17554         loaded when gnus-convert-old-newsrc needs to call them.
17555
17556 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17557
17558         * mail-source.el (mail-source-touch-pop): Doc fix.
17559
17560         * message.el (message-smtpmail-send-it): Doc fix.
17561
17562 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
17563
17564         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
17565
17566         * nnmail.el (nnmail-split-fancy): do.
17567
17568         * gnus-kill.el (gnus-kill, gnus-execute): do.
17569
17570 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
17571
17572         * gnus-sum.el (gnus-widget-reversible-match)
17573         (gnus-widget-reversible-to-internal)
17574         (gnus-widget-reversible-to-external): New functions.
17575         (gnus-widget-reversible): New widget.
17576         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
17577
17578 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
17579
17580         * gnus-sum.el (gnus-thread-sort-functions)
17581         (gnus-article-sort-functions): Document `(not F)' items.
17582
17583 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
17584
17585         * spam.el (spam-use-gmane-xref): Add new backend.
17586         (spam-gmane-xref-spam-group): Add variable to control the name of the
17587         Gmane spam group.
17588         (spam-blackhole-servers, spam-blackhole-good-server-regex)
17589         (spam-regex-headers-spam, spam-regex-headers-ham)
17590         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
17591         (spam-list-of-checks): Add spam-use-gmane-xref to list of
17592         backends and checks.
17593         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
17594
17595         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
17596         an autodetect method.
17597
17598 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17599
17600         * gnus-int.el (gnus-request-accept-article): Inform the agent that
17601         articles are being added to a group.
17602         (gnus-request-replace-article): Inform the agent that articles
17603         need to be uncached as the cached contents are no longer valid.
17604
17605 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17606
17607         * binhex.el: Don't autoload executable-find.
17608
17609         * canlock.el: Don't autoload mail-fetch-field.
17610
17611         * dgnushack.el: Autoload c-mode for XEmacs.
17612
17613         * gnus-ems.el: Don't autoload appt-select-lowest-window.
17614
17615         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
17616         rmail-dont-reply-to and rmail-output.
17617
17618         * gnus-score.el: Don't autoload ffap-string-at-point.
17619
17620         * gnus-setup.el: Don't autoload sc-cite-original.
17621
17622         * imap.el: Don't autoload base64-decode-string,
17623         base64-encode-string and md5.
17624
17625         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
17626         and rmail-msg-restore-non-pruned-header.
17627
17628         * mm-decode.el: Don't autoload executable-find.
17629
17630         * mm-url.el: Don't autoload executable-find.
17631
17632         * mm-view.el: Don't autoload diff-mode.
17633
17634         * nndb.el: Don't autoload news-reply-mode, news-setup,
17635         cancel-timer and telnet.
17636
17637         * password.el: Don't autoload run-at-time for Emacs.
17638
17639         * sha1-el.el: Don't autoload executable-find.
17640
17641         * sieve-mode.el: Don't autoload c-mode.
17642
17643         * uudecode.el: Don't autoload executable-find.
17644
17645 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17646
17647         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
17648         (gnus-agent-possibly-alter-active): Avoid null in numeric
17649         comparison.
17650         (gnus-agent-set-local): Refuse to save null in local object table.
17651         (gnus-agent-regenerate-group): The REREAD parameter can now be a
17652         list of articles that will be marked as unread.
17653
17654 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17655
17656         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
17657
17658 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
17659
17660         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
17661         language tags.
17662
17663 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
17664
17665         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
17666         Don't bind "obarray".
17667
17668         * gnus-sum.el (gnus-thread-sort-functions): Added
17669         `gnus-thread-sort-by-most-recent-number' and
17670         `gnus-thread-sort-by-most-recent-date'.
17671         Reported by Kai Grossjohann <kai@emptydomain.de>.
17672
17673 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17674
17675         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
17676
17677 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17678
17679         * gnus-cus.el (gnus-agent-customize-category): Removed
17680         ignore-errors macro reference that required cl to be loaded at
17681         run-time.
17682
17683         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
17684         single-interval range of the form (min . max).  Previously the
17685         range had to look like ((min . max)).  Likewise, return
17686         (min . max) rather than ((min . max)).
17687         (gnus-range-map): Use gnus-range-normalize to accept
17688         single-interval range.
17689
17690         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
17691         the cache, but not the agent, now appear with their usual face.
17692
17693         * dgnushack.el (loaddir): New variable that is bound to the
17694         directory containing the dgnushack.el file. Use loaddir, rather
17695         than srcdir, to update load-path. Change lets dgnushack compile
17696         code in directories other than GNUS/lisp.
17697
17698 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17699
17700         * lpath.el: Don't bind w3m-safe-url-regexp.
17701
17702         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
17703         w3m-safe-url-regexp variable buffer-local.
17704
17705         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17706
17707 2004-02-27  Simon Josefsson  <jas@extundo.com>
17708
17709         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
17710         gnus-group-real-prefix.
17711         (gnus-summary-move-article): Use it, instead of
17712         gnus-group-real-prefix.
17713
17714 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17715
17716         * lpath.el: Bind w3m-safe-url-regexp.
17717
17718         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
17719         w3m-safe-url-regexp variable buffer-local and set it as the value
17720         of mm-w3m-safe-url-regexp.
17721
17722         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17723
17724         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
17725         parsing gnus-posting-styles when the message is not for replying.
17726
17727         * dgnushack.el: Autoload sgml-mode for XEmacs.
17728
17729         * nnrss.el (nnrss-opml-export): Use
17730         mm-set-buffer-file-coding-system instead of
17731         set-buffer-file-coding-system.
17732
17733 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
17734
17735         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
17736         of checkdoc.el).
17737         * nnrss.el: do.
17738         * gnus-mlspl.el: do.
17739         * gnus-ml.el: do.
17740         * gnus-srvr.el: do.
17741
17742         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
17743
17744 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
17745
17746         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
17747         Corrections to custom-manual links.
17748
17749         * gnus-art.el (gnus-article): Ditto.
17750
17751         * mm-decode.el (mime-display, mime-security): Ditto.
17752
17753 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17754
17755         * flow-fill.el: Typo.
17756
17757 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
17758
17759         * spam-wash.el: New file.
17760
17761 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
17762
17763         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
17764
17765 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
17766
17767         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
17768         to be run with new-articles as LIST1, not LIST2.
17769         (spam-registration-functions): Add spam-use-ham-copy as a nil
17770         registration backend.
17771
17772 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17773
17774         * spam-stat.el (spam-stat-washing-hook): New option.
17775         (spam-stat-buffer-words): Use it.
17776         (spam-stat-process-directory, spam-stat-test-directory): Use
17777         insert-file-contents-literally.
17778         (spam-stat-coding-system): New variable.
17779         (spam-stat-load, spam-stat-save): Use it.
17780
17781 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17782
17783         * spam-report.el (spam-report-plug-agent): Quote
17784         spam-report-url-to-file and spam-report-url-ping-plain.
17785
17786 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
17787
17788         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
17789         / in mailto URLs.
17790
17791 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17792
17793         * spam-report.el (spam-report-process-queue): Fix interactive use.
17794         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
17795         (spam-report-unplug-agent): Doc fixes.
17796         (spam-report-url-ping-mm-url, spam-report-url-to-file)
17797         (spam-report-agentize, spam-report-deagentize): Autoload.
17798
17799 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17800
17801         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
17802
17803         * message.el (message-setup-fill-variables): Add mml tags to
17804         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
17805         <ajk@iu.edu>.
17806         (message-mode): Don't modify paragraph-separate there.
17807
17808 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17809
17810         * compface.el (uncompface-use-external): Default to undecided.
17811         (uncompface-use-external-threshold): New variable.
17812         (uncompface-float-time): New macro.
17813         (uncompface): Determine whether to use the external decoder if
17814         uncompface-use-external is undecided.
17815
17816 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17817
17818         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
17819         after images.
17820
17821         * gnus-art.el (gnus-mime-display-single): Remove dead code.
17822
17823 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
17824
17825         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
17826
17827         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
17828
17829         * gnus-sum.el (gnus-summary-limit-to-age)
17830         (gnus-summary-limit-children): do.
17831
17832         * gnus-int.el (gnus-request-scan): do.
17833
17834         * gnus-group.el (gnus-group-suspend): do.
17835
17836         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
17837
17838         * gnus-cite.el (gnus-cite-parse-attributions): do.
17839
17840         * gnus-agent.el (gnus-summary-set-agent-mark)
17841         (gnus-agent-regenerate-group): do.
17842
17843         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
17844
17845         * binhex.el (binhex-decode-region-internal): do.
17846
17847 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17848
17849         * gnus-fun.el (gnus-face-properties-alist): New user option.
17850         (gnus-display-x-face-in-from): Use it.
17851
17852         * gnus-art.el (article-display-face): Ditto.
17853
17854         * compface.el (uncompface-use-external): Default to nil.
17855
17856 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
17857
17858         * nntp.el (nntp-erase-buffer): New function.
17859         (nntp-retrieve-data, nntp-send-command)
17860         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
17861         (nntp-possibly-change-group): Use it.
17862
17863         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
17864         with-current-buffer.
17865
17866 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
17867
17868         * compface.el: Merge the ELisp-based uncompface program.
17869         (compface): New customization group.
17870         (uncompface-use-external): New user option.
17871         (uncompface): Call uncompface-internal if uncompface-use-external
17872         is nil.
17873         (uncompface-internal): New function.  Note that there are also
17874         some other functions and variables added for this function.
17875
17876 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
17877
17878         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
17879         if necessary.
17880
17881 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
17882
17883         * spam-report.el (spam-report-unplug-agent)
17884         (spam-report-plug-agent, spam-report-deagentize)
17885         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
17886         Add support for the Agent in spam-report: when unplugged, report to a
17887         file; when plugged, submit all the requests.
17888
17889         * spam.el (spam-register-routine): Fix message about
17890         registration.
17891
17892 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
17893
17894         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
17895         dependencies.
17896         (rfc2047-encode): Use it.
17897
17898         * gnus-art.el (gnus-button-marker-list): Move before first
17899         reference.
17900
17901         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17902         (imap-parse-body): Fix format string mismatch.
17903
17904         * gnus-score.el (gnus-summary-increase-score): do.
17905
17906         * nnrss.el (nnrss-close): New function.
17907
17908 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
17909
17910         * nnrss.el (nnrss-make-filename): New function.
17911         (nnrss-request-delete-group, nnrss-read-server-data)
17912         (nnrss-save-server-data, nnrss-read-group-data)
17913         (nnrss-save-group-data): Use it.
17914         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
17915         (nnrss-read-server-data, nnrss-read-group-data): Use load.
17916         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
17917
17918 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
17919
17920         * mml.el (mml-compute-boundary-1): Don't uncompress files.
17921
17922 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
17923
17924         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
17925         files.
17926
17927         * message.el (message-generate-headers-first): Don't quote nil
17928         and t in docstrings.
17929
17930         * imap.el (imap-id): do.
17931
17932         * gnus-agent.el (gnus-agent-consider-all-articles)
17933         (gnus-agent-queue-mail): do.
17934
17935 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
17936
17937         * spam-report.el (spam-report-process-queue): New function.
17938         Process requests from `spam-report-requests-file'.
17939         (spam-report-process-queue): Doc fix.
17940
17941 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
17942
17943         * spam.el (spam-register-routine)
17944         (spam-log-processing-to-registry, spam-log-registered-p)
17945         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17946         Change "check" to "spam-check" for semi-clarity.
17947
17948 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
17949
17950         * pop3.el: Require nnheader.
17951
17952         * mml-smime.el: Require cl.  Autoload message-fetch-field.
17953
17954         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
17955
17956         * gnus-picon.el: Require cl.
17957
17958         * gnus-fun.el: Require gnus-ems and gnus-util.
17959
17960         * gnus.el (gnus-method-to-server): Move defsubst before first use.
17961
17962         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
17963
17964         * gnus-art.el (gnus-article-edit-mode): Define before first
17965         reference.
17966
17967 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
17968
17969         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
17970         (gnus-uu-post-encoded): Use point-at-bol.
17971
17972         * gnus-topic.el (gnus-group-active-topic-p): do.
17973
17974         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
17975
17976         * gnus-group.el (gnus-group-kill-region): do.
17977
17978         * gnus-art.el (article-date-ut): do.
17979
17980         * message.el (message-fetch-field): Remove redundant
17981         case-fold-search binding.
17982         (message-narrow-to-field): Simplify.
17983
17984 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
17985
17986         * spam.el (spam-directory): Derive from `gnus-directory'.
17987
17988         * spam-report.el (spam-report-url-to-file)
17989         (spam-report-requests-file): New function and variable for offline
17990         reporting.
17991         (spam-report-url-ping-function): Add `spam-report-url-to-file'
17992         and user defined function.
17993         (spam-report-url-ping-mm-url): Remove doubled slash.
17994
17995 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
17996
17997         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
17998
17999 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
18000
18001         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
18002         format string mismatch.
18003
18004         * sieve.el (sieve-deactivate-all): do.
18005
18006         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
18007
18008         * nnlistserv.el (nnlistserv-kk-wash-article): do.
18009
18010         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
18011
18012         * mm-bodies.el (mm-7bit-chars): Don't include \r.
18013
18014 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
18015
18016         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
18017         the list of checks.
18018
18019 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
18020
18021         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
18022         padding.
18023
18024 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
18025
18026         * mm-view.el (mm-fill-flowed): New variable.
18027         (mm-inline-text): Use it.
18028
18029 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
18030
18031         * spam.el (spam-spamassassin-register-ham-routine)
18032         (spam-spamassassin-register-spam-routine): Fix function names.
18033
18034 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18035
18036         * gnus.el (gnus-tmp-grouplens): Remove.
18037         (gnus-summary-line-format): Remove grouplens.
18038
18039         * gnus-group.el (gnus-group-line-format): Ditto.
18040
18041         * gnus-spec.el (gnus-format-specs): Ditto.
18042         (gnus-update-format-specifications): Flush the group format spec
18043         cache if there's the grouplens stuff.
18044         (gnus-parse-simple-format): Replace %l with the empty string.
18045
18046 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
18047
18048         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
18049         omission.
18050
18051 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18052
18053         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
18054         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18055
18056 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18057
18058         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
18059         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
18060         New macros and functions.
18061         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
18062         Handle > NLINK_MAX messages.
18063         * nnmaildir.el (nnmaildir-request-set-mark): Use
18064         nnmaildir--emlink-p and nnmaildir--eexist-p.
18065
18066 2004-01-25  Alex Schroeder  <alex@gnu.org>
18067
18068         * spam-stat.el (spam-stat-process-directory-age): New option.
18069         (spam-stat-process-directory): Use it.
18070
18071 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
18072
18073         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
18074         (spam-stat-save): Accept prefix argument.
18075
18076 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
18077
18078         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
18079         links" error.
18080
18081 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18082
18083         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
18084         the rest of the and/or forms.
18085
18086 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18087
18088         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
18089         compatibility with old .newsrc.eld files.
18090
18091         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
18092
18093         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
18094
18095         * gnus-start.el (gnus-1): do.
18096
18097         * gnus-group.el (gnus-group-line-format-alist): do.
18098
18099         * gnus.el (gnus-use-grouplens, gnus-visual): do.
18100
18101         * gnus-gl.el: Remove.
18102
18103 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18104
18105         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
18106         marks consisting of a single range {for example, (3 . 5)} rather
18107         than a list of a single range { ((3 . 5)) }.
18108
18109 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18110
18111         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
18112         with-current-buffer.
18113         (spam-stat-store-current-buffer): Use insert-buffer-substring to
18114         avoid consing a string.
18115
18116         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
18117         Remove obsolete entries for big5 and gb2312.
18118
18119 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18120
18121         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
18122         uncompressed list.
18123
18124 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
18125
18126         * spam-stat.el (spam-stat-strip-xref): New function.
18127         (spam-stat-process-directory): Use it.
18128
18129         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
18130         here -- it's done in message-fetch-field.
18131
18132 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18133
18134         * gnus-agent.el (gnus-agent-queue-mail)
18135         (gnus-agent-prompt-send-queue): New variables.
18136         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
18137         * gnus-draft.el (gnus-group-send-queue): Pass the group name
18138         "nndraft:queue" along to gnus-draft-send.  Use
18139         gnus-agent-prompt-send-queue.
18140         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
18141         is "nndraft:queue".  Suggested by Gaute Strokkenes
18142         <gs234@srcf.ucam.org>
18143
18144         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
18145         (agent-enable-undownloaded-faces): Added.
18146         (gnus-agent-cat-groups): Use eval-and-compile, not
18147         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
18148         method of gnus-agent-cat-groups even when the buffer has been
18149         evaled.
18150         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
18151         delete gnus-agent-save-active-1.
18152         (gnus-agent-save-groups): Deleted.  Identical to
18153         gnus-agent-save-active.
18154         (gnus-agent-write-active): No longer adjust agent's copy of active
18155         file as agent's adjustments are now stored in their own
18156         file.  Removed optional parameter.
18157         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
18158         servers.  Add use of min/max range limits from server's local
18159         file.
18160         (gnus-agent-save-alist): Removed unused optional argument.
18161         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
18162         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
18163         (gnus-agent-set-local): A per-server file that keeps min/max range
18164         limits for articles known to the agent.  Provides a fast mechanism
18165         for altering many active ranges.
18166         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
18167         active file (local makes it unnecessary).
18168         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
18169
18170         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
18171         (agent-enable-undownloaded-faces): Added.
18172
18173         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
18174         disable it when sending to "nndraft:queue".
18175         (gnus-group-send-queue): Add safety check to avoid sending queue
18176         when unplugged.
18177
18178         * gnus-group.el (gnus-group-catchup): Use new
18179         gnus-sequence-of-unread-articles, not
18180         gnus-list-of-unread-articles, to avoid exhausting memory with huge
18181         numbers of articles.  Use gnus-range-map to avoid having to
18182         uncompress the unread list.
18183         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
18184         Fixed invalid ange-ftp reference.
18185
18186         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
18187         (gnus-sorted-range-intersection): Intersection of two ranges
18188         without requiring that they first be uncompressed.
18189
18190         * gnus-start.el (gnus-activate-group): Unless blocked by the
18191         caller, possibly expand the active range to include both cached
18192         and agentized articles.
18193         (gnus-convert-old-newsrc): Rewrote in anticipation of having
18194         multiple version-dependent converters.
18195         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
18196         gnus-agent-save-active.
18197         (gnus-save-newsrc-file): Save dirty agent range limits.
18198
18199         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
18200         gnus-agent-possibly-alter-active.
18201         (gnus-adjust-marked-articles): Faster handling of simple lists.
18202
18203 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
18204
18205         * spam-stat.el (spam-stat-test-directory): New optional argument
18206         displays a list of files detected.  Suggested by Andrew Cohen
18207         <cohen@andy.bu.edu>.
18208         (spam-stat-buffer-words-with-scores): Don't narrow and change
18209         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
18210
18211 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
18212
18213         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
18214         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
18215         (spam-spamassassin-arguments)
18216         (spam-spamassassin-spam-flag-header)
18217         (spam-spamassassin-positive-spam-flag-header)
18218         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
18219         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
18220         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
18221         (spam-list-of-processors, spam-list-of-checks)
18222         (spam-list-of-statistical-checks, spam-registration-functions)
18223         (spam-check-spamassassin-headers, spam-check-spamassassin)
18224         (spam-spamassassin-score)
18225         (spam-spamassassin-register-with-sa-learn)
18226         (spam-spamassassin-register-spam-routine)
18227         (spam-spamassassin-register-ham-routine)
18228         (spam-assassin-register-spam-routine)
18229         (spam-assassin-register-ham-routine): Add SpamAssassin support.
18230         (spam-bogofilter-score): Fix to show article before scoring.
18231
18232 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
18233
18234         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
18235         default scoring function.
18236         (spam-generic-score): Call spam-spamassassin-score if
18237         spam-use-spamassassin or spam-use-spamassassin-headers is on;
18238         spam-bogofilter-score otherwise.
18239
18240         * gnus.el (spam-process, spam-autodetect-methods): Add
18241         spamassassin and spamassassin-headers.
18242
18243 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
18244
18245         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18246         Suppress unnecessary messages.
18247
18248 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
18249
18250         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
18251         make-hash-table.
18252
18253 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18254
18255         * canlock.el (base64-encode-string): Don't autoload it.
18256
18257 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18258
18259         * run-at-time.el: Remove useless (require 'itimer),
18260         eval-and-compile and (featurep 'xemacs).
18261
18262 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
18263
18264         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
18265         GROUP is a virtual group.
18266
18267 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
18268
18269         * gnus.el: Autoload `message-y-or-n-p'.
18270
18271 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
18272
18273         * pgg-parse.el: Remove unnecessary (require 'custom).
18274
18275         * pgg-def.el: do.
18276
18277         * nnmail.el: do.
18278
18279         * gnus-undo.el: do.
18280
18281         * gnus-picon.el: do.
18282
18283         * gnus-util.el: do.
18284
18285 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
18286
18287         * gnus-sum.el (gnus-pick-line-number): Add autoload.
18288
18289 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18290
18291         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
18292         handle, as well as a list.
18293
18294         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
18295         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
18296         (mm-w3m-cid-retrieve): Simplify.
18297
18298 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
18299
18300         * message.el (message-kill-to-signature): Allow prefix arg to
18301         specify number of lines to keep before signature.
18302
18303 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
18304
18305         * message.el (message-kill-to-signature): Change docstring.
18306
18307 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18308
18309         * canlock.el: Always require sha1-el.
18310         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
18311
18312         * message.el: Autoload sha1 only when compiling.
18313
18314         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
18315         eudc-expand-inline for XEmacs.
18316
18317 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18318
18319         * message.el (message-canlock-generate): Require sha1-el.
18320
18321 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
18322
18323         * message.el (message-expand-name): Silence the byte compiler.
18324
18325         * lpath.el: Add detect-coding-system.
18326
18327         * dgnushack.el (dgnushack-compile): Remove obsolete check for
18328         cus-edit.
18329
18330 2004-01-13  Simon Josefsson  <jas@extundo.com>
18331
18332         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
18333         Invoke gnus-score-mode.  Reported by
18334         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18335
18336         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
18337         Jim Blandy <jimb@redhat.com> (tiny change).
18338
18339 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18340
18341         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
18342
18343 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
18344
18345         * spam.el (spam-get-article-as-string): Update to use
18346         gnus-request-article-this-buffer, much simpler.
18347         (spam-get-article-as-buffer): Remove.
18348
18349 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
18350
18351         * message.el (message-expand-name): Use EUDC if the user uses that.
18352
18353 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18354
18355         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
18356         character for the encoding to avoid consing a string.
18357
18358         * rfc2047.el (rfc2047-decode-string): Don't cons a string
18359         unnecessarily.
18360
18361         * mm-util.el (mm-replace-chars-in-string): Remove.
18362
18363         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
18364         of mm-replace-chars-in-string.
18365
18366 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
18367
18368         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
18369
18370         * mm-util.el (mm-subst-char-in-string): Support inplace.
18371
18372         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
18373         a new string in every iteration.  Use shy groups.
18374
18375 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
18376
18377         * gnus-srvr.el (gnus-browse-unsubscribe-group):
18378         * gnus-soup.el (gnus-soup-group-brew):
18379         * gnus-msg.el (gnus-put-message):
18380         * gnus-move.el (gnus-group-move-group-to-server):
18381         * gnus-kill.el (gnus-batch-score):
18382         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
18383         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
18384         (gnus-group-update-group, gnus-group-read-group)
18385         (gnus-group-make-group, gnus-group-make-help-group)
18386         (gnus-group-make-archive-group, gnus-group-make-directory-group)
18387         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
18388         (gnus-group-sort-by-unread, gnus-group-catchup)
18389         (gnus-group-unsubscribe-group, gnus-group-kill-group)
18390         (gnus-group-yank-group, gnus-group-set-info)
18391         (gnus-group-list-groups):
18392         * gnus.el (gnus-generate-new-group-name):
18393         * gnus-delay.el (gnus-delay-send-queue):
18394         * nnvirtual.el (nnvirtual-catchup-group):
18395         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
18396         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
18397         (gnus-group-prepare-topics, gnus-topic-check-topology):
18398         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
18399         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
18400         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
18401         (gnus-group-make-articles-read):
18402         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
18403         (gnus-group-change-level, gnus-kill-newsgroup)
18404         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
18405         (gnus-get-unread-articles, gnus-make-articles-unread)
18406         (gnus-make-ascending-articles-unread): Use accessor
18407         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
18408         to get group information for improved readability.
18409
18410
18411 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18412
18413         * gnus-art.el (article-decode-mime-words, article-babel)
18414         (gnus-article-highlight-signature, gnus-article-add-buttons)
18415         (gnus-signature-toggle): Use gnus-with-article-buffer.
18416
18417         * gnus-art.el (gnus-article-highlight-headers)
18418         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
18419
18420         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
18421         (gnus-article-set-globals, gnus-request-article-this-buffer)
18422         (gnus-button-message-id, gnus-article-maybe-hide-headers)
18423         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
18424         (gnus-mime-display-alternative): Use with-current-buffer.
18425
18426 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18427
18428         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
18429         also under 80 char limit, and call gnus-error if needed.
18430         (spam-fetch-article-header): Fix - it was a
18431         buffer-local variable (gnus-newsgroup-data).
18432         (spam-find-spam): Use spam-generate-fake-headers, forget about
18433         spam-insert-fake-headers.
18434         (spam-insert-fake-headers): Remove.
18435
18436 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18437
18438         * deuglify.el (gnus-article-outlook-unwrap-lines)
18439         (gnus-outlook-rearrange-article)
18440         (gnus-outlook-repair-attribution-outlook)
18441         (gnus-outlook-repair-attribution-block)
18442         (gnus-outlook-repair-attribution-other): Remove redundant
18443         save-excursion.
18444
18445 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18446
18447         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
18448         (spam-fetch-field-subject-fast)
18449         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
18450         (spam-fetch-article-header): Add functions to deal with Gnus
18451         internals for fast retrieval of article header data.
18452         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
18453
18454 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18455
18456         * pop3.el (pop3-md5): Remove.
18457         (pop3-apop): Replace pop3-md5 with md5.
18458
18459         * mm-bodies.el: base64 is always built-in.
18460
18461         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
18462         with-current-buffer.
18463
18464 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18465
18466         * canlock.el (canlock-insert-header): Remove excessive grouping in
18467         regexp.
18468
18469         * gnus-sum.el (gnus-summary-read-document): Ditto.
18470
18471         * gnus-uu.el (gnus-uu-part-number): Ditto.
18472
18473         * html2text.el (html2text-remove-tags): Ditto.
18474         (html2text-format-tags): Ditto.
18475         (html2text-format-single-elements): Ditto.
18476
18477         * mml.el (mml-parse-1): Ditto.
18478
18479 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18480
18481         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
18482
18483         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
18484
18485         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
18486
18487         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
18488
18489 2003-11-15  Simon Josefsson  <jas@extundo.com>
18490
18491         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
18492         (pgg-gpg-lookup-key): Use regexp match instead of
18493         split-string (split-string is different between emacs 21.2 and
18494         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
18495
18496 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18497
18498         * gnus-art.el (gnus-mime-view-all-parts)
18499         (gnus-article-part-wrapper, gnus-article-view-part): Use
18500         with-current-buffer.
18501
18502 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18503
18504         * spam.el (spam-disable-spam-split-during-ham-respool)
18505         (spam-spamoracle-database, spam-cache-lookups)
18506         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
18507         (spam-group-ham-mark-p, spam-group-spam-mark-p)
18508         (spam-group-ham-marks, spam-group-spam-marks)
18509         (spam-group-spam-contents-p, spam-group-ham-contents-p)
18510         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
18511         also add spam-use-blackholes to the statistical checks.
18512         (spam-fetch-field-fast): Add interface to fetching fields, may
18513         become a macro.
18514         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
18515         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
18516         (spam-insert-fake-headers): Fake an article when needed.
18517         (spam-find-spam): Fake article when possible.
18518         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
18519         (spam-check-bogofilter-headers): Use message-fetch-field instead
18520         of nnmail-fetch-field.
18521
18522 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18523
18524         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
18525
18526 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18527
18528         * spam.el (spam-split): Do not require spam-use-CHECK to be
18529         enabled if that check is passed to spam-split explicitly; also
18530         fix so 'spam doesn't get converted to spam-split-group when
18531         spam-split-symbolic-return is t.
18532         (spam-find-spam): Find registrations of the article and use those
18533         instead of re-running spam-split to find the spam/ham
18534         classification of the article.
18535         (spam-log-processing-to-registry, spam-log-registered-p)
18536         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18537         Use gnus-error instead of gnus-message.
18538         (spam-log-registration-type): Add function to determine the
18539         classification of a message based on registry entries; will
18540         return nil if both 'spam and 'ham are found.
18541         (spam-check-BBDB): Expand all the BBDB macros here so we can have
18542         a reasonably fast local cache without the loading errors.
18543         (spam-cache-lookups): Set to t by default.
18544         (spam-find-spam): Don't try to guess spam-cache-lookups.
18545         (spam-enter-whitelist, spam-enter-blacklist): Clear the
18546         spam-caches entry.
18547         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
18548         caching of whitelist/blacklist entries.
18549         (spam-check-whitelist, spam-check-blacklist): Invoke
18550         spam-from-listed-p with a type, not a cache variable.
18551         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
18552
18553 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18554
18555         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
18556
18557         * nnmail.el (nnmail-split-fancy): do.
18558
18559         * mml.el (mml-parse): do.
18560
18561         * gnus-score.el (gnus-enter-score-words-into-hashtb)
18562         (gnus-score-adaptive): do.
18563
18564 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18565
18566         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
18567         (gnus-mime-button-map): Don't set keymap parent.
18568         (gnus-button-ctan-directory-regexp): Use shy grouping.
18569         (gnus-prev-page-map): Don't set keymap parent.
18570         (gnus-prev-page-map): Remove duplicated one.
18571         (gnus-next-page-map): Don't set keymap parent.
18572         (gnus-mime-security-button-map): Ditto.
18573
18574         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
18575         version number.
18576
18577         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
18578
18579 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18580
18581         * canlock.el (canlock-sha1-function): Remove.
18582         (canlock-sha1-function-for-verify): Remove.
18583         (canlock-openssl-program): Remove.
18584         (canlock-openssl-args): Remove.
18585         (canlock-ignore-errors): Remove.
18586         (canlock-sha1-with-openssl): Remove.
18587         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
18588         (canlock-verify): Don't use canlock-ignore-errors.
18589
18590         * sha1-el.el (sha1-string-external): Make it can return a string
18591         in binary form.
18592         (sha1-region-external): Ditto.
18593         (sha1-string-internal): Ditto.
18594         (sha1-region-internal): Ditto.
18595         (sha1-region): Ditto.
18596         (sha1-string): Ditto.
18597         (sha1): Ditto.
18598
18599 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18600
18601         * spam.el (spam-report-articles-gmane): New command.
18602
18603 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18604
18605         * gnus.el: Don't make unnecessary *Group* buffer when loading.
18606
18607         * run-at-time.el (run-at-time-saved): Remove.
18608         (run-at-time): Doc fix.
18609
18610 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18611
18612         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
18613         (gnus-summary-limit-map): Add it.
18614         (gnus-summary-make-menu-bar): do.
18615
18616 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
18617
18618         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
18619         Make attempt at some caching support (done for BBDB only now).
18620         (spam-find-spam): Set spam-cache-lookups if there are more than 2
18621         addresses to be checked.
18622         (spam-clear-cache-BBDB): Add function, to be invoked by
18623         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
18624         (spam-check-BBDB): Check and use the caches, if
18625         spam-cache-lookups is on, remove superfluous (provide).
18626
18627 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
18628
18629         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
18630
18631 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
18632
18633         * run-at-time.el (run-at-time-saved): Move to after the definition
18634         of `run-at-time'.
18635
18636         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
18637
18638 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18639
18640         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
18641         mm-w3m-local-map-property.
18642
18643         * mm-view.el (mm-w3m-mode-map): Remove.
18644         (mm-w3m-local-map-property): Remove.
18645         (mm-inline-text-html-render-with-w3m): Don't use
18646         mm-w3m-local-map-property.
18647
18648 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18649
18650         * run-at-time.el: New file.
18651
18652         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
18653         under Emacs.
18654
18655         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
18656         of gnus-set-text-properties.
18657
18658         * gnus-uu.el (gnus-uu-save-article): Ditto.
18659
18660         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
18661
18662         * gnus-cite.el (gnus-cite-parse): Ditto.
18663
18664         * gnus-art.el (gnus-button-push): Use set-text-properties instead
18665         of gnus-.
18666
18667         * gnus-xmas.el (run-at-time): Require run-at-time.
18668
18669         * gnus.el: Changed calls to nnheader-run-at-time and
18670         password-run-at-time throughout to use run-at-time directly.
18671
18672         * password.el: Removed definition of run-at-time.
18673
18674         * nnheaderxm.el: Remove definition of run-at-time.
18675
18676 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
18677
18678         * mml.el (mml-minibuffer-read-disposition): Show attachment type
18679         in prompt.
18680
18681 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18682
18683         * messagexmas.el (message-xmas-redefine): Alias
18684         `message-make-caesar-translation-table' to
18685         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
18686         version.
18687
18688         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
18689         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
18690         `gnus-xmas-set-text-properties'.
18691         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
18692         `gnus-xmas-completing-read'.
18693         (gnus-xmas-completing-read): Removed.
18694         (gnus-xmas-open-network-stream): Removed.
18695
18696         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
18697         XEmacs version.
18698
18699         * dns.el (dns-make-network-process): Use `open-network-stream'
18700         instead of `gnus-xmas-open-network-stream'.
18701
18702         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
18703
18704         * .cvsignore: Add auto-autoloads.el, custom-load.el.
18705
18706 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18707
18708         * gnus-art.el (gnus-mime-display-alternative)
18709         (gnus-insert-mime-button, gnus-insert-mime-security-button)
18710         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
18711         Don't use gnus-local-map-property.
18712
18713         * gnus-util.el (gnus-local-map-property): Remove.
18714
18715         * mm-view.el (mm-view-pkcs7-decrypt): Replace
18716         gnus-completing-read-maybe-default with completing-read.
18717
18718         * gnus-util.el (gnus-completing-read): do.
18719         (gnus-completing-read-maybe-default): Remove.
18720
18721 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18722
18723         * password.el: Only autoload `run-at-time' if not XEmacs.
18724         Only autoload the itimer functions if XEmacs.
18725
18726 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18727
18728         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
18729         XEmacsen.
18730
18731         * dgnushack.el: Autoload executable-find for XEmacs.
18732
18733 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18734
18735         * gnus-art.el (gnus-read-string): Remove.
18736         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
18737         read-string.
18738
18739 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
18740
18741         * netrc.el: Autoload password-read.
18742         (netrc): Add configuration group.
18743         (netrc-encoding-method, netrc-openssl-path): Add
18744         variables for encoding and decoding of files with symmetric
18745         ciphers.
18746         (netrc-encode): Add assistant function to encode a file with
18747         netrc-encoding-method.
18748         (netrc-parse): Add interactive parameter, added optional
18749         decoding if netrc-encoding-method is non-nil but otherwise
18750         behavior is standard.
18751         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
18752         Do s/encode/encrypt/ everywhere.
18753
18754         * spam.el: Remove executable-find autoload.
18755
18756 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18757
18758         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
18759
18760         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
18761
18762 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18763
18764         * gnus-art.el (gnus-treat-ansi-sequences)
18765         (article-treat-ansi-sequences): New variable and function.
18766         Suggested by Dan Jacobson <jidanni@jidanni.org>.
18767
18768         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18769         Use it.
18770
18771 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18772
18773         * mm-util.el (mm-quote-arg): Remove.
18774
18775         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
18776         shell-quote-argument.
18777
18778         * gnus-uu.el (gnus-uu-command): do.
18779
18780         * gnus-sum.el (gnus-summary-insert-pseudos): do.
18781
18782         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
18783         with make-char.
18784
18785         * mm-util.el (mm-make-char): Remove.
18786
18787         * mml.el (mml-mode): Replace gnus-add-minor-mode with
18788         add-minor-mode.
18789
18790         * gnus-undo.el (gnus-undo-mode): do.
18791
18792         * gnus-topic.el (gnus-topic-mode): do.
18793
18794         * gnus-sum.el (gnus-dead-summary-mode): do.
18795
18796         * gnus-start.el (gnus-slave-mode): do.
18797
18798         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
18799
18800         * gnus-ml.el (gnus-mailing-list-mode): do.
18801
18802         * gnus-gl.el (gnus-grouplens-mode): do.
18803
18804         * gnus-draft.el (gnus-draft-mode): do.
18805
18806         * gnus-dired.el (gnus-dired-mode): do.
18807
18808         * gnus-ems.el (gnus-add-minor-mode): Remove.
18809
18810         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18811         Replace gnus-char-width with char-width.
18812
18813         * gnus-ems.el (gnus-char-width): 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         * spam-stat.el (with-syntax-table): Remove with-syntax-table
18821         definition.
18822         Remove Emacs 20 hash table compatibility code.
18823
18824         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
18825         20 compatibility code.
18826
18827         * spam.el (spam-point-at-eol): Replace with point-at-eol.
18828
18829         * smime.el (smime-point-at-eol): Replace with point-at-eol.
18830
18831         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
18832         with point-at-{eol,bol}.
18833
18834         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
18835
18836         * imap.el (imap-point-at-eol): Replace with point-at-eol.
18837
18838         * flow-fill.el (fill-flowed-point-at-bol)
18839         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
18840
18841         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
18842         Replace with point-at-{eol,bol} throughout all files.
18843
18844 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18845
18846         * ntlm.el (ntlm-string-as-unibyte): New macro.
18847         (ntlm-build-auth-response): Use it.
18848
18849         Remove Emacs 20 stuff:
18850         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
18851         (butlast, mapc, remove): Remove the compiler macros.
18852         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
18853         of delq and copy-sequence.
18854         * gnus-art.el (popup-menu): Remove the compiler macro.
18855         * nnmail.el (nnmail-split-fancy): Don't support customizing with
18856         Emacs 20.
18857
18858 2004-01-05  Simon Josefsson  <jas@extundo.com>
18859
18860         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
18861         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
18862         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
18863         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
18864         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
18865         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
18866         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
18867         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
18868         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
18869         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
18870         ntlm-string-permute, string-lshift into ntlm-string-lshift,
18871         string-xor into ntlm-string-xor.  Suggested by
18872         Jesper Harder <harder@myrealbox.com>.
18873
18874         * ntlm.el: Don't include poem.
18875
18876         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
18877         Jesper Harder <harder@myrealbox.com>.
18878
18879         * sasl-ntlm.el, ntlm.el, md4.el: New files.
18880
18881         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
18882         probably breaks emacs with DL patch, but do we care? Is anyone
18883         still using the DL stuff?)
18884
18885         * sieve-manage.el: Use the password package.
18886         (sieve-manage-read-passwd): Remove.
18887         (sieve-manage-interactive-login): Use password.  Re-add
18888         condition-case around loop.
18889
18890         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
18891         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
18892         the password package.
18893
18894 2003-02-19  Simon Josefsson  <jas@extundo.com>
18895
18896         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
18897         token.
18898
18899 2002-08-07  Simon Josefsson  <jas@extundo.com>
18900
18901         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
18902         (sieve-manage-authenticators):
18903         (sieve-manage-authenticator-alist): Add some SASL mechs.
18904         (sieve-sasl-auth): New function.
18905         (sieve-manage-cram-md5-auth):
18906         (sieve-manage-plain-auth): Rewrite using SASL library.
18907         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
18908         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
18909         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
18910         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
18911
18912 2004-01-05  Simon Josefsson  <jas@extundo.com>
18913
18914         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
18915         New files.
18916
18917 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18918
18919         * gnus-group.el (gnus-no-groups-message): Update.
18920
18921         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
18922
18923 2003-11-09  Simon Josefsson  <jas@extundo.com>
18924
18925         * imap.el: Support for ID IMAP extension (RFC 2971).
18926         (imap-local-variables): Add imap-id.
18927         (imap-id): New variable.
18928         (imap-id): New function.
18929         (imap-parse-response): Parse untagged ID response.
18930         * nnimap.el (nnimap-id): New variable.
18931         (nnimap-open-connection): Use it.
18932
18933 2003-12-28  Simon Josefsson  <jas@extundo.com>
18934
18935         * gnus-score.el (gnus-score-edit-all-score): New.
18936         * gnus-group.el (gnus-group-score-map): Bind it to W e.
18937
18938 2004-01-04  Simon Josefsson  <jas@extundo.com>
18939
18940         * password.el: Add.
18941
18942 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
18943
18944         * dns.el (dns-query-types): Fix typo.
18945         (dns-query-types): New function.
18946         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
18947         PTR and SOA replies, see RFC 1035.
18948
18949 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18950
18951         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
18952
18953         * Moved to Changelog.2.
18954
18955 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18956
18957         * gnus.el (gnus-version-number): Bump version.
18958
18959 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18960
18961         * gnus.el: No Gnus v0.1 is released.
18962
18963 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18964
18965         * gnus.el: No Gnus v0.0 is released.
18966
18967 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18968
18969         * gnus.el (gnus-version-number): Bump.
18970         (gnus-version): No.
18971
18972 See ChangeLog.2 for earlier changes.
18973
18974     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
18975       Free Software Foundation, Inc.
18976
18977   This file is part of GNU Emacs.
18978
18979   GNU Emacs is free software: you can redistribute it and/or modify
18980   it under the terms of the GNU General Public License as published by
18981   the Free Software Foundation, either version 3 of the License, or
18982   (at your option) any later version.
18983
18984   GNU Emacs is distributed in the hope that it will be useful,
18985   but WITHOUT ANY WARRANTY; without even the implied warranty of
18986   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18987   GNU General Public License for more details.
18988
18989   You should have received a copy of the GNU General Public License
18990   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
18991
18992 ;; Local Variables:
18993 ;; coding: utf-8
18994 ;; fill-column: 79
18995 ;; add-log-time-zone-rule: t
18996 ;; End: