(gnus-read-active-file): Ditto.
[gnus] / lisp / ChangeLog
1 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
4         methods.
5         (gnus-read-active-file): Ditto.
6
7         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
8         ": " from the prompt.
9         (gnus-group-make-group): Ditto.
10
11 2010-11-07  Glenn Morris  <rgm@gnu.org>
12
13         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
14         (gnus-bookmark-kill-line): Use point-at-eol.
15
16 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17
18         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
19         asterisks in From header.
20
21 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22
23         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
24         string to avoid making the From headers syntactically invalid.
25
26         * message.el (message-send-mail): Don't insert courtesy messages if the
27         message already has List-Post and List-ID messages.
28
29 2010-11-06  Glenn Morris  <rgm@gnu.org>
30
31         * gnus-art.el (gnus-treat-article): Give dynamic local variables
32         `condition', `type', `length' a prefix.
33         (gnus-treat-predicate): Update for above name changes.
34
35 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
36
37         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
38         binding.  Handled by `gnus-summary-refer-thread' instead.
39         (nnir-warp-to-article): New backend function.
40
41         * nnimap.el (nnimap-request-thread): Force dependency updating.
42
43         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
44         (gnus-summary-refer-thread): Rework to improve thread-referral.
45
46         * gnus-int.el (gnus-warp-to-article): New function.
47
48         * gnus-sum.el (gnus-summary-article-map): Bind it.
49
50 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
51
52         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
53         gnus-summary-refer-thread.
54
55         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
56         headers.
57         (gnus-summary-limit-include-thread): Prevent articles in thread from
58         being cut in gnus-cut-threads.
59         (gnus-summary-refer-thread): Limit retrieved headers to those in
60         thread.
61
62 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
63
64         * message.el (message-send-mail): Use the value of
65         message-courtesy-message from the message buffer.
66
67         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
68
69         * shr.el (shr-browse-url): Implement mailto: URLs.
70
71         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
72         "raw".
73
74         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
75         if it's already selected.
76
77         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
78
79 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
80
81         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
82         to measure the length and truncate alt text.
83
84 2010-11-03  Glenn Morris  <rgm@gnu.org>
85
86         * nndiary.el (nndiary-generate-nov-databases-1)
87         (nndiary-generate-active-info): Rename dynamic variable `files' to
88         something less generic.
89
90 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
91
92         * nnir.el (nnir-request-move-article): Call the underlying backend to
93         move articles from nnir.
94
95 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
96
97         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
98
99 2010-11-02  Julien Danjou  <julien@danjou.info>
100
101         * nnir.el: Remove wais support.
102
103 2010-11-02  Glenn Morris  <rgm@gnu.org>
104
105         * gnus-html.el: Reorder requirements to quieten compiler.
106
107 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
108
109         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
110         properly for XEmacs as well.
111         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
112         (gnus-article-natural-long-line-p): Use window-width rather than
113         frame-width.
114
115 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
116
117         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
118         (nnir-read-parms): Don't modify query.
119         (nnir-run-query): Add ability to search topic on current line.
120         (nnir-get-active): Clean up.
121
122 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
123
124         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
125         degenerate articles.
126
127         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
128         (gnus-print-buffer): Just print the buffer as is, without any copying
129         to a buffer and then re-highlighting.
130
131         * nnimap.el (nnimap-request-group): Store the new updated info.
132         (nnimap-request-group): Select the group when we don't know whether it
133         exists or not.
134
135         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
136         groups.
137
138         * gnus-group.el (gnus-group-find-new-groups): Display all the new
139         groups.
140
141         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
142         groups.
143
144         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
145         long-lines case by only filling the long lines.
146
147         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
148         (bug #7311).
149
150 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
151
152         * shr.el: No need to declare `declare-function' since shr.el is for
153         only Emacsen that provide `libxml-parse-html-region'.
154
155         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
156         effective only in a file it is referred to.
157
158 2010-11-01  Glenn Morris  <rgm@gnu.org>
159
160         * mm-util.el (gnus-completing-read): Autoload.
161         (mm-read-coding-system): Simplify Emacs definition.
162
163         * nnmail.el (gnus-activate-group):
164         * nnimap.el (gnutls-negotiate):
165         * nntp.el (netrc-parse): Fix declarations.
166
167 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
168
169         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
170         string-match-p in Emacs >=23.
171
172         * gnus-msg.el (gnus-configure-posting-styles)
173         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
174
175 2010-11-01  Glenn Morris  <rgm@gnu.org>
176
177         * nnir.el (declare-function): Add compat stub.
178         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
179         (nnir-run-gmane): Require 'mm-url.
180
181         * mm-util.el (mm-string-to-multibyte): Simplify.
182
183         * shr.el (declare-function): Add compat stub.
184         (url-cache-create-filename): Declare.
185         (mm-disable-multibyte, widget-convert-button): Autoload.
186
187         * smime.el (ldap-search): Declare.
188         (smime-cert-by-ldap-1): Require ldap on Emacs.
189
190         * nnimap.el: Require nnmail, and gnus-sum when compiling.
191         (nnimap-keepalive): Use gnus-float-time.
192
193         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
194         (mail-source-delete-crash-box): Use gnus-float-time.
195
196         * gnus-dired.el (gnus-completing-read): Autoload.
197
198         * mm-view.el (gnus-rescale-image): Autoload.
199
200         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
201
202         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
203
204         * sieve-manage.el: Require 'cl when compiling.
205
206         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
207         (gnus-iswitchb-completing-read): Require iswitchb.
208         (gnus-select-frame-set-input-focus): Silence compiler.
209
210 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
211
212         * message.el (message-subject-trailing-was-query): Change default to t,
213         since I think that's what most people want.
214
215         * nnimap.el (nnimap-request-accept-article): Erase buffer before
216         appending for easier debugging.
217         (nnimap-wait-for-connection): Take a regexp.
218         (nnimap-request-accept-article): Wait for the continuation line before
219         sending anything unless we're streaming.
220
221         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
222         leave the header washing to take place.
223
224 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
225
226         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
227         regular expression match and replace in posting styles.
228
229 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
230
231         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
232         an entire server.
233         (nnir-get-active): New function.
234         (nnir-run-imap): Use it.
235         (nnir-run-gmane): Who knew, gmane search returns an article score!
236
237         * gnus-srvr.el (gnus-server-mode-map): add binding "G" to search the
238         server on the current line with nnir.
239
240 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
241
242         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
243         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
244         left edge.
245         (gnus-article-foldable-buffer): Skip past the prefix when determining
246         raggedness.
247
248         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
249         the raw article, and change `C-u g' to show the article without doing
250         treatments.
251
252         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
253         on to `gnus-treat-article'.
254         (gnus-inhibit-article-treatments): New variable.
255
256         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
257
258         * gnus-art.el (gnus-treatment-function-alist): Have
259         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
260         (gnus-treat-fill-long-lines): Change default to fill all text/plain
261         sections.
262
263         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
264         parameter.
265         (gnus-article-fill-cited-long-lines): New function.
266         (gnus-article-fill-cited-article): Allow filling only long sections.
267
268         * shr.el (shr-find-fill-point): Don't break lines between punctuation
269         and non-punctuation (like after the apostrophe in "'We").
270
271         * gnus-sum.el (gnus-summary-select-article): Make sure
272         gnus-original-article-buffer is alive.
273
274         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
275         reflect the order they're in in the digest.
276
277         * gnus.el (gnus-group-startup-message): Move point to the start of the
278         buffer.
279
280         * nnimap.el (nnimap-capability): New function.
281         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
282         is set.
283
284 2010-10-31  David Engster  <dengste@eml.cc>
285
286         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
287         conform with changes to gnus-completing-read.
288
289 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
290
291         * shr.el (shr-tag-img): Output "*" instead of "[img]".
292
293 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
294
295         * nnir.el move defvar, defcustom around to keep file organized and keep
296         byte-compiler quiet.
297         (nnir-read-parms): accept search-engine as arg.
298         (nnir-run-query): pass search-engine as arg.
299         (nnir-search-engine): remove.
300
301 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
302
303         * shr.el (shr-generic): The text nodes should be text, not :text.
304
305         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
306         later in the file.
307
308 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
309
310         * nnir.el: general clean up. allow searching with multiple
311         engines. allow separate extra-parameters for each engine. batch queries
312         when possible.
313         (nnir-imap-default-search-key,nnir-method-default-engines): add
314         customize interface.
315         (nnir-run-gmane): new engine.
316         (nnir-engines): use it. qualify all prompts with engine name.
317         (nnir-search-engine): remove global variable.
318         (nnir-run-hyrex): restore for now.
319         (nnir-extra-parms,nnir-search-history): new variables.
320         (gnus-group-make-nnir-group): use them.
321         (nnir-group-server): remove in favor of gnus-group-server.
322         (nnir-request-group): avoid searching twice.
323         (nnir-sort-groups-by-server): new function.
324
325 2010-10-30  Julien Danjou  <julien@danjou.info>
326
327         * gnus-group.el: Remove gnus-group-fetch-control.
328
329         * gnus-start.el (gnus-find-new-newsgroups): Remove
330         gnus-check-first-time-used.
331
332         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
333
334 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
335
336         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
337         set on groups that don't have \* permanentflags.
338
339 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
340
341         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
342         control the background color.
343         (shr-tag-img): Ignore very small web bug type images.
344         (shr-put-image): Add help-echo alt texts to the images.
345         (shr-tag-video): Show the video poster image.
346
347 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
348
349         * shr.el (shr-table-depth): New variable.
350         (shr-tag-table-1): Only insert the images after the top-level table.
351
352         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
353
354         * gnus-util.el (gnus-list-memq-of-list): New function.
355
356         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
357         selected.
358         (nnimap-unsplittable-articles): New slot.
359         (nnimap-new-articles): Use it.
360
361 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
362
363         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
364         move to the previous line on `M-g'.
365
366 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
367
368         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
369         *-request-group, which seems unnecessary.
370
371         * nnimap.el (nnimap-quote-specials): Function copied over from
372         imap.el.
373         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
374         they support that.  Suggested by Tom Regner.
375
376 2010-10-29  Julien Danjou  <julien@danjou.info>
377
378         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
379         defalias.
380         (gnus-summary-delete-marked-with): Remove obsolete defalias.
381
382         * gnus.el: Remove `gnus-nntp-service' variable.
383         (gnus-secondary-servers): Make obsolete.
384         (gnus-nntp-server): Make obsolete.
385
386         * gnus-start.el (gnus-1): Remove x-splash calls.
387
388         * gnus-ems.el (gnus-x-splash): Remove.
389
390         * gnus.el (gnus-group-startup-message): Simplify/update code.
391
392         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
393         definition.
394
395         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
396         capability before doing anything.
397         (gnus-group-insert-group-line): Remove useless
398         gnus-group-remove-excess-properties.
399
400 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
401
402         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
403
404 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
405
406         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
407         config after reselecting.
408
409 2010-10-28  Julien Danjou  <julien@danjou.info>
410
411         * shr.el (shr-put-image): Use point even if only inserting text.
412         (shr-put-image): Save excursion when inserting alt text on non-graphic
413         display, so the behaviour is the same when we are on a graphic display.
414
415         * nnir.el (nnir-run-swish-e): Remove hyrex support.
416
417 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
418
419         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
420         (gnus-mime-copy-part): Check coding system, not charset.
421         (gnus-mime-view-part-externally): Never remove part.
422         (gnus-mime-view-part-internally): Don't remove part here.
423         (gnus-article-part-wrapper): Make sure MIME tag is visible.
424         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
425         multipart/alternative.
426
427         * mm-decode.el (mm-display-part): Take optional arg `force'.
428
429 2010-10-26  Julien Danjou  <julien@danjou.info>
430
431         * gnus-group.el (gnus-group-default-list-level): Add this function to
432         compute the default list level.
433         (gnus-group-default-list-level): Add possibility to use a function.
434
435 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
436
437         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
438
439         * gnus-group.el (gnus-group-completing-read)
440         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
441         gnus-replace-in-string.
442
443 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
444
445         * shr.el (shr-tag-div): Added.
446
447         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
448
449 2010-10-25  Julien Danjou  <julien@danjou.info>
450
451         * gnus-util.el: Remove `gnus-with-local-quit'.
452
453         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
454
455 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
456
457         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
458         the original article buffer.
459
460 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
461
462         * nnimap.el (nnimap-request-head): New function.
463         (nnimap-request-move-article): Try to be slighly faster by not
464         requesting the entire message when moving.
465         (nnimap-transform-headers): Don't bug out on bodiless articles.
466         (nnimap-send-command): Have no outstanding messages if the IMAP server
467         doesn't support streaming.
468         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
469
470 2010-10-24  Julien Danjou  <julien@danjou.info>
471
472         * message.el (message-default-headers): Fix type.
473
474 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
475
476         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
477         prefetching images.
478
479         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
480         backend for unknown groups.  This is mainly useful for nnimap groups.
481
482         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
483         group isn't covered by the agent.
484
485 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
486
487         * nnir.el (nnir-method-default-engines): new variable.
488         (nnir-run-query): use it.
489         (nnir-group-mode-hook): remove key binding and move to gnus-group.el.
490         (gnus-summary-nnir-goto-thread): change group if needed.
491
492         * gnus-group.el (gnus-group-group-map): add key binding for
493         gnus-group-make-nnir-group.
494
495 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
496
497         * shr.el (shr-tag-object): Added.
498
499         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
500         original article buffer live.
501         (gnus-summary-select-article-buffer): Mention
502         gnus-widen-article-buffer.
503
504 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
505
506         * shr.el (shr-tag-strong): Added.
507
508 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
509
510         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
511         group names.  They mess up the group buffer badly.
512
513         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
514
515         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
516         instead of the summary one.
517
518 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
519
520         * mml.el (mml-preview): Work properly when editing article.
521
522         * gnus-start.el (gnus-read-active-file-1): Don't add method to
523         gnus-have-read-active-file if it's already been in.
524
525 2010-10-22  Tom Tromey  <tromey@redhat.com>
526
527         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
528         gnus-group-completing-read.
529
530 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
531
532         * message.el (message-mode-map): Don't bind M-; to comment region, to
533         allow the global comment-dwim to work.
534
535 2010-10-21  Julien Danjou  <julien@danjou.info>
536
537         * message.el (message-setup-1): Allow message-default-headers to be a
538         function.
539
540 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
541
542         * shr.el (shr-tag-table): Simplify.
543
544 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
545
546         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
547         to avoid trying to snarf invalid stuff.
548
549         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
550
551         * gnus.el (gnus-message-archive-group): Quote value.
552         (gnus-message-archive-group): Mark as changed.
553
554         * shr.el (shr-add-font): Don't put the font properties on the newline
555         or the indentation.
556
557         * message.el (message-fix-before-sending): Change options when sending
558         non-printable characters.
559
560         * gnus.el (gnus-message-archive-method): Change the default to
561         monthly outgoing groups.
562
563         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
564         that have gotten new numbers.
565
566         * nnimap.el (nnimap-request-replace-article): New function.
567
568 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
569
570         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
571         (nnrss-request-article): Don't use special html washing code.
572
573 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
574
575         * shr.el (shr-tag-table): Remove useless nconc.
576
577 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
578
579         * gnus-art.el (article-wash-html): Simplify and remove the charset
580         stuff.  Use the normal html rendering code instead of the special html
581         washing code.
582
583         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
584         `gnus-w3m' symbols.
585         (mm-text-html-washer-alist): Removed.
586
587         * mm-decode.el (mm-inline-text-html-renderer): Removed.
588         (mm-inline-media-tests): Removed use.
589         (mm-text-html-renderer): Change default to the `shr' symbol.
590
591         * mm-view.el (mm-inline-text-html): Removed use.
592
593         * gnus-art.el (gnus-blocked-images): New function.  Allow the
594         `gnus-blocked-images' to be a function.
595         (gnus-article-wash-function): Removed.
596
597 2010-10-20  Julien Danjou  <julien@danjou.info>
598
599         * spam.el (spam-list-of-processors): Mark as obsolete.
600
601         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
602         (nnimap-insert-partial-structure): Fix boundary detection.
603
604 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
605
606         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
607         run file-truename on remote files.  This can be expensive and even
608         prevent one from editing drafts if some unrelated buffer has a stale
609         connection.
610
611 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
612
613         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
614         kinsoku-eol regardless of shr-kinsoku-shorten.
615         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
616         (shr-tag-table): Support caption, thead, and tfoot.
617
618 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
619
620         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
621         lines.
622         (shr-save-contents): New command and keystroke.
623
624         * nndoc.el (nndoc-type-alist): Add git support.
625         (nndoc-git-type-p): New function.
626         (nndoc-transform-git-article): Ditto.
627         (nndoc-transform-git-headers): Ditto.
628         (nndoc-transform-git-headers): Generate Subject headers.
629
630         * shr.el (shr-parse-style): New function.
631         (shr-tag-span): Ditto.
632
633         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
634         to `G G' to avoid collisions.
635
636 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
637
638         * shr.el: Load kinsoku if necessary.
639         (shr-kinsoku-shorten): New internal variable.
640         (shr-find-fill-point): Make kinsoku shorten text line if
641         shr-kinsoku-shorten is bound to non-nil.
642         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
643         shr-indentation too when testing if table is wider than frame width.
644         (shr-insert-table): Use `string-width' instead of `length' to measure
645         text width.
646         (shr-insert-table-ruler): Make sure indentation is done at bol.
647
648 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
649
650         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
651         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
652         undecoded network data.
653
654 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
655
656         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
657         name in the mode line spec so that the mode line menu works
658         (bug #2431).
659
660         * message.el (message-get-reply-headers): If we're fed `to-address',
661         then always use that.
662
663         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
664         aren't so wide as to need to switch off the edit menu.
665
666         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
667         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
668
669         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
670         `M-g'.
671         (nnimap-update-info): Update flags/read marks even if \* isn't part of
672         the permanent marks.
673
674 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
675
676         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
677         Splitting according to references/in-reply-to obeys the ignore-groups
678         variable, while splitting by sender and subject do not.
679
680 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
681
682         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
683         alist, so that we can look for non-Unicode chars.
684         (article-translate-strings): Allow both character and string maps.
685
686 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
687
688         * shr.el (shr-insert): Don't insert space behind a wide character
689         categorized as kinsoku-bol, or between characters both categorized as
690         nospace.
691
692 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
693
694         * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
695         headers to gnus-newsgroup-headers.
696
697 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
698
699         * shr.el (shr-tag-img): Don't align images -- since we're not
700         rescaling, this often leads to ugly displays.
701
702 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
703
704         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
705         duplicates.
706
707 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
708
709         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
710         call.
711
712 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
713
714         * gnus.el: Autoload gnus-html-show-images.
715
716         * nnimap.el: Use nnheader-message throughout.
717
718         * shr.el (shr-tag-img): Ignore images with no data.
719
720 2010-10-15  Julien Danjou  <julien@danjou.info>
721
722         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
723         a possibility to disable format=flow encoding when using hard newlines.
724
725 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
726
727         * shr.el (shr-insert): Remove space inserted before or after a
728         breakable character or at the beginning or the end of a line.
729         (shr-find-fill-point): Do kinsoku; find the second best point or give
730         it up if there's no breakable point.
731
732 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
733
734         * nnimap.el (nnimap-open-connection): Message when opening connection
735         for debugging purposes.
736
737         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
738         on every setup buffer call to allow this to change from article to
739         article.
740
741         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
742         buffers where we have a wide table.
743
744 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
745
746         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
747         uses *-request-thread.
748
749 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
750
751         * nnimap.el (nnimap-open-connection): Remove %s from openssl
752         incantation, which is no longer valid.
753
754 2010-10-14  Julien Danjou  <julien@danjou.info>
755
756         * shr.el: Fix defcustom type (char -> character).
757
758 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
759
760         * nnimap.el (nnimap-open-connection): tls-program should be a list of
761         programs.
762
763 2010-10-14  Julien Danjou  <julien@danjou.info>
764
765         * shr.el (shr-tag-a): Use url-link as widget type.
766
767         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
768         `gnus-group-get-icon'.
769
770 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
771
772         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
773         This should make server editing work better.
774
775         * shr.el (shr-find-fill-point): Don't inloop on indented text.
776
777         * tls.el (tls-program): Remove spurious %s from openssl.
778
779         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
780         (nnimap-parse-flags): Fix regexp.
781
782         * shr.el (shr-find-fill-point): Use a filling algorithm that should
783         probably work for CJVK text, too.
784
785         * nnimap.el (nnimap-extend-tls-programs): Removed.
786         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
787
788         * tls.el (tls-starttls-switches): Remove starttls hack.
789         (open-tls-stream): Ditto.
790         (tls-find-starttls-argument): Ditto.
791
792 2010-10-13  Julien Danjou  <julien@danjou.info>
793
794         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
795         responses.
796
797 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
798
799         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
800
801         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
802         anything in Emacs.
803
804         * shr.el (shr-current-column): Remove buggy and unnecessary function.
805
806 2010-10-13  Julien Danjou  <julien@danjou.info>
807
808         * shr.el (shr-width): Make shr-width a defcustom with default to
809         fill-column.
810         (shr-tag-img): Use shr-width rather than fill-column.
811
812 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
813
814         * dgnushack.el (byte-optimize-apply)
815         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
816
817         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
818         position when (X-)Faces exist.
819         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
820         avatars when called interactively.
821
822 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
823
824         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
825         gnus-article-x-face-too-ugly is bound.
826
827 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
828
829         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
830
831         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
832         mailbox that doesn't exist.
833
834 2010-10-12  Julien Danjou  <julien@danjou.info>
835
836         * shr.el (shr-tag-img): Encode URL properly when retrieving.
837         (shr-get-image-data): Encode URL properly when fetching from cache.
838         (shr-tag-img): Use aligned-to spaces to align correctly images.
839
840         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
841         before inserting the Gravatar.
842
843         * shr.el (shr-tag-img): Add align attribute support for <img>.
844
845 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
846
847         * gnus-gravatar.el (gnus-art): Required.
848
849         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
850         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
851         Remove long obsoleted functions.
852
853 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
854
855         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
856
857         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
858
859         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
860         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
861         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
862         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
863         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
864         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
865         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
866
867 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
868
869         * nnimap.el (nnimap-request-rename-group): Select group read-only
870         before renaming it.
871
872         * shr.el (shr-insert): Fix up the white space only regexp.
873
874         * nnimap.el (nnimap-transform-split-mail): Not all articles have
875         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
876
877         * shr.el (shr-current-column): New function.
878         (shr-find-fill-point): New function.
879
880 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
881
882         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
883         numbers.
884
885 2010-10-11  Julien Danjou  <julien@danjou.info>
886
887         * shr.el (shr-hr-line): Add.
888         (shr-tag-hr): Use shr-hr-line to specify which character to use to
889         display hr lines.
890         (shr-max-columns): Do not change state to nil if we just inserting
891         spaces.
892
893 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
894
895         * gnus-topic.el (gnus-topic-read-group): If after the last group,
896         select the last group.
897
898 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
899
900         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
901
902 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
903
904         * dig.el (dig-mode-map): Declare and define in one step.
905
906 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
907
908         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
909         for Gnus.
910         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
911         (nnimap-update-qresync-info): Mark \Seen articles as read.
912
913         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
914         non-variable, too.
915
916         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
917         available.
918         (nnimap-update-info): Rely more on the current active than the param
919         active to avoid marking articles as read too much.
920
921         * auth-source.el (auth-source-create): Use (user-login-name) for the
922         user name default.
923
924         * nnimap.el (nnimap-update-info): If the server doesn't return any
925         useful info, just use the previous info.
926         (nnimap-update-info): Prefer old info over start-article.
927         (nnimap-update-qresync-info): Finish implementing QRESYNC.
928
929 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
930
931         * nnir.el (autoload): Clean up autoloads.
932         (nnir-imap-default-search-key): Renamed from
933         nnir-imap-search-field. Use key rather than value.
934         (nnir-imap-search-other): New variable.
935         (nnir-read-parm): Use it.
936         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
937         (gnus-summary-nnir-goto-thread): Modify to work with imap.
938
939 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
940
941         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
942         the process, too.
943
944 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
945
946         * spam.el (gnus-summary-mode-map): Bind to "$".  Suggested by Russ
947         Allbery.
948
949         * shr.el: Rework the way things are indented by <li> slightly.
950
951         * gnus.el (gnus-group-set-parameter): Fix typo.
952
953         * nnimap.el: Start implementing QRESYNC support.
954
955 2010-10-09  Julien Danjou  <julien@danjou.info>
956
957         * nnir.el (nnir-engines): Fix too many arguments.
958
959 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
960
961         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
962         group is the "last", so that the backends like nnfolder actually save
963         their folders.
964
965         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
966         try to use that for the tls stream.
967         (nnimap-retrieve-group-data-early): Rework the marks code to heed
968         UIDVALIDITY and find out which groups are read-only and not.
969         (nnimap-get-flags): Use the same marks parsing code as the rest of
970         nnimap.
971
972 2010-10-09  Julien Danjou  <julien@danjou.info>
973
974         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
975
976         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
977         retrieving gravatars.
978
979         * shr.el (shr-table-corner): Add.
980         (shr-table-line): Add.
981         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
982
983 2010-10-08  Julien Danjou  <julien@danjou.info>
984
985         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
986
987 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
988
989         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
990
991         * gnus-sum.el (gnus-mark-article-as-unread)
992         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
993         (gnus-summary-set-bookmark): Use it.
994
995         * gnus-msg.el (gnus-setup-message): Use it.
996
997         * gnus-demon.el (gnus-demon-remove-handler): Use it.
998
999         * gnus.el (gnus-group-remove-parameter): Use it.
1000
1001         * gnus-group.el (gnus-group-make-web-group): Use it.
1002
1003         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1004
1005         * nnregistry.el: Update docs to mention manual.
1006
1007         * gnus-registry.el: Update docs to mention nnregistry.el.
1008         (gnus-registry-initialize): Don't install nnregistry refer method
1009         automatically.
1010         (gnus-registry-install-nnregistry): Remove it.
1011
1012 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1013
1014         * shr.el (shr-insert): Don't insert double spaces.
1015
1016 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1017
1018         * gnus-gravatar.el (gnus-treat-from-gravatar)
1019         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
1020         called interactively.
1021
1022         * gnus-art.el (gnus-mime-view-part-externally)
1023         (gnus-mime-view-part-internally): Make predicate function passed to
1024         gnus-mime-view-part-as-type assume argument is a mime type, not a list
1025         of a mime type.
1026
1027         * shr.el (shr-table-widths): Don't use cl function `reduce'.
1028
1029 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1030
1031         * shr.el (require): Require cl when compiling.
1032         (shr-tag-hr): New function.
1033
1034         * nnimap.el (nnimap-update-info): Remove double setting of high.
1035         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.  This
1036         makes nnimap work properly on Courier again.
1037
1038         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
1039         the variable for backwards compatability.
1040
1041         * mm-decode.el (mm-save-part): If given a non-directory result, expand
1042         the file name before using to avoid setting mm-default-directory to
1043         nil.
1044
1045         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
1046         bidning gnus-agent variables.
1047
1048         * shr.el (shr-render-td): Use a cache for the table rendering function
1049         to avoid getting an exponential rendering behaviour in nested tables.
1050         (shr-insert): Rework the line-breaking algorithm.
1051         (shr-insert): Don't leave trailing spaces.
1052         (shr-insert-table): Also insert empty TDs.
1053         (shr-tag-blockquote): Ensure paragraphs after </ul>.
1054
1055 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1056
1057         * gnus-sum.el (gnus-number): Rename from `number'.
1058         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
1059         (gnus-summary-limit-children): Update uses correspondingly.
1060
1061 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1062
1063         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
1064         (gnus-gravatar-transform-address): Don't show avatars of people of
1065         which mail addresses match gnus-gravatar-too-ugly.
1066
1067 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1068
1069         * shr.el (shr-table-widths): Expand TD elements to fill available
1070         space.
1071
1072 2010-10-07  Julien Danjou  <julien@danjou.info>
1073
1074         * nnimap.el (nnimap-request-rename-group): Add this method.
1075
1076 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1077
1078         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
1079         name from XEmacs' function-arglist.
1080
1081         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
1082         gravatar under XEmacs.
1083
1084 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
1085
1086         * auth-source.el: Update docs with TODO items.
1087
1088         * gnus-sync.el: Update docs to explain state and plans.
1089
1090         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
1091         Hooks for mark updates.
1092         (gnus-request-set-mark, gnus-request-update-mark): Use them.
1093
1094         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
1095         hooks with arguments, which is needed for mark update hooks.
1096
1097 2010-10-06  Julien Danjou  <julien@danjou.info>
1098
1099         * gnus.el (gnus-expand-group-parameter): Only return and act on what
1100         was matched.
1101
1102         * sieve-manage.el: Update example in `Commentary'.
1103
1104         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
1105
1106         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
1107         not 2000.
1108         (sieve-manage-authenticate): Re-add function.
1109
1110 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1111
1112         * shr.el (shr-insert): Get 'space transition right.
1113         (shr-render-td): Only delete space at the end of the TD.
1114
1115         * nnimap.el (nnimap-open-connection): Prepare to support
1116         open-gnutls-stream.
1117
1118         * shr.el: Rearrange function order to be more logical.
1119
1120 2010-10-06  Julien Danjou  <julien@danjou.info>
1121
1122         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
1123         (nnrss-discover-feed): Remove 404 URL in docstring.
1124
1125         * nnir.el: Fix Swish-E URL.
1126         Fix Namazu URL.
1127
1128         * message.el (message-change-subject): Remove 404 URL in a comment.
1129
1130 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1131
1132         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
1133         called interactively.
1134
1135         * gnus-util.el (gnus-remove-if): Allow hash table.
1136         (gnus-remove-if-not): New function.
1137
1138         * gnus-art.el (gnus-mime-view-part-as-type)
1139         * gnus-score.el (gnus-summary-score-effect)
1140         * gnus-sum.el (gnus-read-move-group-name):
1141         Replace remove-if-not with gnus-remove-if-not.
1142
1143         * gnus-group.el (gnus-group-completing-read):
1144         Regard collection as a hash table if it is not a list.
1145
1146 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1147
1148         * shr.el (shr-render-td): Allow blank/missing <TD>s.
1149
1150         * shr.el: Document the table-rendering algorithm.
1151
1152 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1153
1154         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
1155         for Emacsen having no `libxml-parse-html-region' support.
1156
1157 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1158
1159         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
1160         invalid URLs.
1161
1162         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
1163         line-broken.
1164         (shr-tag-img): Ignore image fetching errors.
1165         (shr-overlays-in-region): Compute overlay positions correctly.
1166
1167         * mm-decode.el (mm-shr): Require shr.
1168
1169         * gnus-art.el (gnus-blocked-images): Move variable here.
1170
1171         * shr.el (shr-insert-table): Bind free variable.
1172
1173         * mm-decode.el (mm-shr): Bind shr-content-function.
1174
1175         * shr.el (shr-content-function): New variable.
1176
1177         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
1178         added for symmetry.
1179
1180         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
1181
1182         * gnus-group.el (gnus-group-make-group): Doc fix.
1183
1184         * nnimap.el (nnimap-request-newgroups): Return success.
1185
1186         * shr.el (shr-find-elements): New function.
1187         (shr-tag-table): Put all the images after the table.
1188         (shr-tag-table): Really inhibit images inside the table.
1189         (shr-collect-overlays): Copy over overlays from the TD elements to the
1190         main document.
1191
1192         * mm-decode.el (mm-shr): Bind shr-blocked-images to
1193         gnus-blocked-images.
1194
1195 2010-10-05  Julien Danjou  <julien@danjou.info>
1196
1197         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
1198
1199         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
1200         (gnus-html-maximum-image-size): Add this function.
1201         (gnus-html-put-image): Use gnus-html-maximum-image-size.
1202
1203         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
1204         server-value of the capability is nil.
1205
1206 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1207
1208         * shr.el (shr-tag-em): Add <EM> tag.
1209
1210 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
1211
1212         * sieve-manage.el (sieve-manage-default-stream): Make default stream
1213         customizable.
1214
1215         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
1216         handing broken links to browse-url.
1217
1218 2010-10-05  Julien Danjou  <julien@danjou.info>
1219
1220         * gnus-util.el (gnus-emacs-completing-read)
1221         (gnus-iswitchb-completing-read): Use autoload rather than require.
1222
1223 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1224
1225         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
1226         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
1227         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
1228         iswitchb-temp-buflist for XEmacs.
1229
1230         * gnus-util.el (gnus-completing-read-function): Exclude
1231         gnus-icompleting-read and gnus-ido-completing-read from candidates for
1232         XEmacs since iswitchb.el is very old and ido.el is unavailable in
1233         XEmacs.
1234
1235         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
1236         not to use `delete-dups' that is unavailable in XEmacs 21.4.
1237
1238         * gnus-html.el: Don't require help-fns under XEmacs.
1239         (gnus-html-schedule-image-fetching): Work for XEmacs.
1240
1241         * mm-decode.el (mm-shr): Decode contents by charset.
1242
1243 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1244
1245         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
1246         unknown.
1247
1248         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
1249         (shr-get-image-data): Ensure against the cache file missing.
1250
1251         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
1252         for data.
1253
1254         * spam-report.el (spam-report-url-ping-plain): Don't query about
1255         killing the process.
1256
1257         * shr.el (shr-render-td): Protect against too-wide text.
1258
1259 2010-10-04  Julien Danjou  <julien@danjou.info>
1260
1261         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
1262         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
1263
1264         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
1265         retrieved.
1266
1267 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1268
1269         * shr.el (browse-url): Required.
1270         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
1271         lines.
1272         (shr-show-alt-text, shr-browse-image): New commands.
1273         (shr-browse-url, shr-copy-url): New commands.
1274
1275         * gnus-sum.el (gnus-widen-article-window): New variable.
1276         (gnus-summary-select-article-buffer): Use it.
1277
1278         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
1279         without @ signs.
1280
1281 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1282
1283         * nnir.el (nnir-run-imap): Remove spurious space in search string.
1284
1285 2010-10-04  Julien Danjou  <julien@danjou.info>
1286
1287         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
1288         for XEmacs.
1289
1290 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1291
1292         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
1293
1294         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
1295         (nnimap-close-server): Implement.
1296
1297         * dgnushack.el (iswitchb): Require to shut up the compiler.
1298
1299         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
1300         (shr-insert): Tweak line breaking.
1301         (shr-insert): Handle <pre> better.
1302         (shr-tag-li): Get <li> indentation right.
1303         (shr-tag-li): Get <li> indentation even righter.
1304         (shr-tag-blockquote): Ensure paragraph start.
1305         (shr-make-table): Tweak table generation.
1306         (shr-make-table): Fix typo.
1307
1308         * shr.el: Implement table rendering.
1309
1310 2010-10-04  Julien Danjou  <julien@danjou.info>
1311
1312         * gnus-html.el (gnus-html-put-image): Fix resize image code.
1313
1314 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1315
1316         * shr.el (shr-insert): Use string anchors instead of line anchors.
1317
1318 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1319
1320         * shr.el: Add headings.
1321         (shr-ensure-paragraph): Actually work.
1322         (shr-tag-li): Make <ul> prettier.
1323         (shr-insert): Get white space at the beginning/end of elements right.
1324         (shr-tag-p): Collapse subsequent <p>s.
1325         (shr-ensure-paragraph): Don't insert double line feeds after blank
1326         lines.
1327         (shr-insert): \t is also space.
1328         (shr-tag-s): Fix "s" tag name function.
1329         (shr-tag-s): Fix face prop name.
1330
1331 2010-10-03  Julien Danjou  <julien@danjou.info>
1332
1333         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
1334
1335         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
1336         gnus-window-inside-pixel-edges.
1337
1338         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
1339         gnus-ems.
1340
1341         * mm-view.el (mm-inline-image-emacs): Support image resizing.
1342
1343         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
1344         function.
1345
1346         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
1347         resize choice.
1348
1349 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1350
1351         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
1352         beginning of the buffer.
1353
1354         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
1355         article buffer again.
1356
1357         * shr.el (shr-tag-p): Don't insert newlines at the start of the
1358         buffer.
1359
1360         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
1361         when it's at the start of the buffer.
1362
1363         * shr.el (shr-tag-blockquote): Convert name.
1364         (shr-rescale-image): Use the right image-size variant.
1365
1366         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
1367         buffer isn't shown, then select the current article first instead of
1368         bugging out.
1369         (gnus-summary-select-article-buffer): Show both the article and summary
1370         buffers again.
1371
1372         * shr.el (shr-fontize-cont): Protect against regions with no text.
1373         Rename tag functions to shr-tag-* for enhanced security.
1374         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
1375
1376 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
1377
1378         * shr.el (shr-insert):
1379         * pop3.el (pop3-movemail):
1380         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
1381         loaded.
1382
1383 2010-10-03  Glenn Morris  <rgm@gnu.org>
1384
1385         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
1386
1387         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
1388
1389         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
1390
1391         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
1392
1393         * gnus-util.el (gnus-make-local-hook): Simplify.
1394
1395 2010-10-02  Julien Danjou  <julien@danjou.info>
1396
1397         * gnus-util.el (gnus-iswitchb-completing-read): New function.
1398         (gnus-ido-completing-read): New function.
1399         (gnus-emacs-completing-read): New function.
1400         (gnus-completing-read): Use gnus-completing-read-function.
1401         Add gnus-completing-read-function.
1402
1403 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1404
1405         * shr.el (shr-insert-document): Autoload.
1406         (shr-img): Be silent.
1407         (shr-insert): Add a newline after every picture before text.
1408         (shr-add-font): Use overlays for combining faces.
1409         (shr-insert): Pass upwards the text start point.
1410
1411         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
1412         possible.
1413         (mm-shr): New function.
1414
1415 2010-10-02  Julien Danjou  <julien@danjou.info>
1416
1417         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
1418         should go backward.
1419
1420 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
1421
1422         * shr.el (shr): Fix typo in provide call.
1423
1424 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1425
1426         * shr.el: New file.
1427
1428         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
1429
1430         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
1431         completing read.
1432
1433 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1434
1435         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
1436         we're being queried about.  Suggested by Dan Jacobson.
1437
1438         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
1439         by Jason Eisner.
1440
1441         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
1442         table, too.  Suggested by Stefan Wiens.
1443         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
1444         the table unnecessary.  Suggested by Stefan Wiens.
1445
1446         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
1447         longer needed, and probably doesn't work either, as pointed out by
1448         Stefan Wiens.
1449         (gnus-summary-exit): Remove call to the clearing function.
1450         (gnus-summary-exit-no-update): Ditto.
1451
1452         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
1453         instead of gnus-eval-in-buffer-window to avoid popping up frames.
1454         Reported by Stefan Monnier.
1455         (gnus-summary-save-in-rmail): Ditto.
1456
1457         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
1458         article buffer, instead of both the article buffer and the summary
1459         buffer.  Sort of suggested by Dan Jacobson.
1460
1461         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
1462
1463         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
1464         Suggested by Dan Jacobson.
1465
1466         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
1467         documentation clearer.
1468
1469         * message.el (message-shorten-references): Comment on the number "21".
1470         Suggested by Stefan Monnier.
1471
1472         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
1473         Suggested by Dan Jacobson.
1474
1475         * gnus.el (gnus-large-newsgroup): Mention
1476         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
1477
1478         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
1479         externalize attachments.  Bug reported by Steve Wen.
1480
1481         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
1482         really message anything to the user.
1483
1484         * nnmail.el (nnmail-article-group): Allow using the fancy split method
1485         directly.
1486
1487         * nnimap.el (nnimap-request-group): Low higher than high to signal no
1488         messages in empty groups.
1489
1490 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
1491
1492         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
1493         non-UIDNEXT group.
1494
1495 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1496
1497         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
1498         not the value from the collection.
1499
1500         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
1501         values.  This sometimes happens on some groups that have no info.
1502         (nnimap-request-newgroups): New function.
1503
1504 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
1505
1506         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
1507         check into `gnus-registry-initialize'.
1508         (gnus-registry-initialize): Ditto.
1509         Fix and extend header docs.
1510
1511 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1512
1513         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
1514         regexp backtrace overflows.
1515
1516         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
1517         for starttls that tls.el implements; i.e. openssl.
1518
1519         * tls.el (tls-starttls-switches): Give up on using starttls with
1520         gnutls-cli.
1521         (tls-program): Add --insecure to be consistent with the defaults from
1522         openssl s_client.  Now all three commands are insecure.
1523
1524 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1525
1526         * lpath.el: Bind completion-styles-alist for XEmacs.
1527
1528         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
1529         (gravatar-create-image): New function that's an alias to
1530         gnus-xmas-create-image, gnus-create-image, or create-image.
1531         (gravatar-data->image): Use it.
1532
1533 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
1534
1535         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
1536         install the nnregistry refer method.
1537         (gnus-registry-install-hooks): Use it.
1538         (gnus-registry-unfollowed-groups): Add nnmairix to the default
1539         unfollowed groups.
1540
1541 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
1542
1543         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
1544         expanding threads.
1545
1546 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1547
1548         * nnir.el: Use the server names without suffixes (bug #7009).
1549
1550         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
1551         unencrypted to STARTTLS, if possible.
1552
1553 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1554
1555         * message.el (message-ignored-supersedes-headers): Strip Injection-*
1556         headers before superseding.
1557
1558 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1559
1560         * nnrss.el (nnrss-use-local): Add documentation.
1561
1562         * nnimap.el (nnimap-extend-tls-programs): New function.
1563         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
1564         (nnimap-wait-for-connection): Accept the greeting from the stupid
1565         output from openssl s_client -starttls, too.
1566
1567         * tls.el (tls-starttls-switches): New variable.
1568         (tls-find-starttls-argument): Use it.
1569         (open-tls-stream): Ditto.
1570
1571         * netrc.el (netrc-credentials): Return the value of the "default"
1572         entry.
1573         (netrc-machine): Ditto.
1574
1575         * nnimap.el (nnimap-find-article-by-message-id): Really return the
1576         article number.
1577         (nnimap-split-fancy): New variable.
1578         (nnimap-split-incoming-mail): Use it.
1579
1580         * nntp.el (nntp-server-list-active-group): Document.
1581
1582         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
1583         SELECT to get the message-id.
1584
1585         * mail-source.el (mail-sources): Removed webmail support.
1586         (defvar): Ditto.
1587         (mail-source-fetcher-alist): Ditto.
1588         (mail-source-fetch-webmail): Removed.
1589
1590         * webmail.el: Removed -- doesn't seem relevant any more.
1591
1592         * gnus.el: Fix up make-obsolete-variable declarations throughout.
1593
1594         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
1595         the \r.
1596
1597 2010-09-30  Julien Danjou  <julien@danjou.info>
1598
1599         * gnus-agent.el (gnus-agent-add-group): Fix call to
1600         gnus-completing-read.
1601
1602 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1603
1604         * nndoc.el (nndoc-retrieve-groups): New function.
1605
1606         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
1607         `default', use nnmail-split-methods.
1608         (nnimap-request-article): Downcase the NILs so that they are nil.
1609
1610         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
1611         symbol.
1612
1613         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
1614         code, since if the user has requested network, that's what they ought
1615         to get.
1616         (nnimap-request-set-mark): Erase the buffer before issuing commands.
1617         (nnimap-split-rule): Mark as obsolete.
1618
1619         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
1620         variable.
1621
1622         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
1623         correct slot, too.
1624
1625 2010-09-29  Julien Danjou  <julien@danjou.info>
1626
1627         * gnus.el (gnus-local-domain): Declare variable obsolete.
1628
1629         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
1630         computing.
1631         (gnus-ido-completing-read): Require ido.
1632
1633 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1634
1635         * gnus-registry.el: Don't prompt on load, which makes it impossible to
1636         build Gnus.
1637
1638         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
1639         when interpreting the structures.
1640         (nnimap-request-accept-article): Add \r\n to the lines to make this
1641         work with Cyrus.
1642
1643         * nndraft.el (nndraft-request-expire-articles): Use the group name
1644         instead if "nndraft".  Fix found by Nils Ackermann.
1645
1646 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
1647
1648         * nnregistry.el: Added.
1649
1650 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1651
1652         * nnmail.el (group, group-art-list, group-art):
1653         Remove unneeded directives.
1654
1655 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1656
1657         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
1658         (mm-mime-charset)
1659         * rfc2047.el (rfc2047-syntax-table)
1660         * utf7.el (utf7-utf-16-coding-system): Comment fix.
1661
1662         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
1663         rather than `insert-file-contents' and `eval-region'.
1664
1665         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
1666         construction.
1667
1668         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
1669
1670         * time-date.el: No need to require cl for Emacs 21.
1671
1672 2010-09-29  Julien Danjou  <julien@danjou.info>
1673
1674         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
1675         replacement of `gnus-gravatar-relief' to mimic
1676         `gnus-faces-properties-alist'.
1677         Add :version property.
1678
1679 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1680
1681         * mail-source.el (mail-source-report-new-mail)
1682         * message.el (message-default-mail-headers)
1683         * mm-decode.el (mm-valid-image-format-p): Comment fix.
1684
1685         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
1686
1687 2010-09-28  Julien Danjou  <julien@danjou.info>
1688
1689         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
1690         mail-address contains the same string as real-name.
1691
1692         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
1693         non-blank in header, otherwise it'll get stripped.
1694
1695         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
1696         real-name, and then for mail address rather than doing : or , search.
1697
1698 2010-09-27  Julien Danjou  <julien@danjou.info>
1699
1700         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
1701         (gnus-server-goto-server): Use gnus-completing-read.
1702
1703         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
1704
1705         * mm-util.el (defalias): Use gnus-completing-read.
1706         (mm-codepage-setup): Use gnus-completing-read.
1707
1708         * smime.el (smime-sign-buffer): Use gnus-completing-read.
1709         (smime-decrypt-buffer): Use gnus-completing-read.
1710
1711         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
1712
1713         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
1714         (mml-minibuffer-read-disposition): Use gnus-completing-read.
1715         (mml-insert-multipart): Use gnus-completing-read.
1716
1717         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
1718
1719         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
1720
1721         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
1722
1723         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
1724
1725         * gnus.el (gnus-read-method): Use gnus-completing-read.
1726
1727         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
1728
1729         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
1730         (gnus-mime-action-on-part): Use gnus-completing-read.
1731         (gnus-article-encrypt-body): Use gnus-completing-read.
1732
1733         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
1734         (gnus-topic-move-matching): Use gnus-completing-read.
1735         (gnus-topic-copy-matching): Use gnus-completing-read.
1736         (gnus-topic-sort-topics): Use gnus-completing-read.
1737         (gnus-topic-move): Use gnus-completing-read.
1738
1739         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
1740         (gnus-agent-add-group): Use gnus-completing-read.
1741
1742         * nnmairix.el (nnmairix-create-server-and-default-group): Use
1743         gnus-completing-read.
1744         (nnmairix-update-groups): Use gnus-completing-read.
1745         (nnmairix-get-server): Use gnus-completing-read.
1746         (nnmairix-backend-to-server): Use gnus-completing-read.
1747         (nnmairix-goto-original-article): Use gnus-completing-read.
1748         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
1749
1750         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
1751
1752         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
1753         (gnus-group-make-useful-group): Use gnus-completing-read.
1754         (gnus-group-make-web-group): Use gnus-completing-read.
1755         (gnus-group-add-to-virtual): Use gnus-completing-read.
1756         (gnus-group-browse-foreign-server): Use gnus-completing-read.
1757
1758         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
1759         (gnus-summary-limit-to-extra): Use gnus-completing-read.
1760         (gnus-summary-execute-command): Use gnus-completing-read.
1761         (gnus-summary-respool-article): Use gnus-completing-read.
1762         (gnus-read-move-group-name): Use gnus-completing-read.
1763
1764         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
1765         (gnus-summary-score-effect): Use gnus-completing-read.
1766
1767         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
1768
1769         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
1770         right completing-read function.
1771         (gnus-use-ido): New variable
1772         (gnus-completing-read-with-default): Remove.
1773
1774 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1775
1776         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
1777         x-focus-frame.
1778
1779         * nnimap.el (auth-source-forget-user-or-password)
1780         (auth-source-user-or-password): Autoload.
1781
1782         * message.el (message-from-style, message-interactive)
1783         (message-cite-prefix-regexp, message-sendmail-envelope-from)
1784         (message-yank-prefix, message-indentation-spaces, message-signature)
1785         (message-signature-file): Add comment.
1786
1787 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1788
1789         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
1790         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
1791         new articles.
1792
1793         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
1794         parts.
1795         (nnimap-request-article): Work with the t setting, too.
1796
1797         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
1798         that you don't get flashes of other buffers.
1799         (gnus-summary-show-complete-article): Intern before setting.
1800
1801 2010-09-27  David Engster  <dengste@eml.cc>
1802
1803         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
1804         well as HEADERS.
1805         (nnmairix-retrieve-headers): Provide new argument for the above.
1806
1807 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1808
1809         * gnus-sum.el (gnus-summary-move-article): Don't alter
1810         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
1811         group.
1812
1813         * nnimap.el (nnimap-update-info): Don't destructively alter active.
1814
1815         * message.el (message-cite-prefix-regexp): Revert my last edit.
1816
1817         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
1818         variable instead of the Gnus variable.
1819
1820         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
1821
1822         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
1823         again.
1824
1825         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
1826         since some servers don't like it.
1827         (nnimap-open-connection): Forget credentials if the server says the
1828         password was wrong.
1829         (nnimap-parse-line): Protect against invalid data.
1830
1831         * gnus-sum.el (gnus-summary-move-article): Add comment.
1832         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
1833         nothing alters it while scanning for new messages.
1834
1835         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
1836         which may or may not help.
1837         (nnimap-open-connection): If we're doing a stream connection, and then
1838         discover we're on a STARTTLS-capable server, then open a STARTTLS
1839         connection instead.
1840
1841 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1842
1843         * nnimap.el (utf7): Required.
1844
1845         * message.el (message-cite-prefix-regexp): Remove "}" from citation
1846         prefix.
1847
1848 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
1849
1850         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
1851
1852 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1853
1854         * nnimap.el (nnimap-request-accept-article): Message the error on
1855         error.
1856
1857 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1858
1859         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
1860
1861 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1862
1863         * nndoc.el (nndoc-request-list): Return success always.
1864
1865         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
1866         `fetch-old' -- we only want to fetch the articles we've requested.  The
1867         rest are in the agent, probably.
1868         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
1869         disappeared server" to something low.  It's not important.
1870
1871         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
1872         arrived before the FETCH data.
1873
1874         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
1875         target here, because we don't know the Gnus name of the group.
1876
1877         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
1878         for the correct group.
1879
1880         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
1881
1882         * gnus.el (gnus): Give a final warning after startup.
1883
1884         * gnus-util.el (gnus-action-message-log): New variable.
1885         (gnus-message): Use it.
1886         (gnus-final-warning): New function.
1887
1888         * nnimap.el (nnimap-open-connection): Record the greeting.
1889         (nnimap): Add greeting.
1890
1891 2010-09-26  Julien Danjou  <julien@danjou.info>
1892
1893         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
1894         arguments.
1895         (gnus-html-wash-images): Fix spec computing to include start/end.
1896
1897         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
1898
1899 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1900
1901         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
1902         deletion.
1903         (nnimap-retrieve-headers): Don't select the group, because that's
1904         already done by nnimap-possibly-change-group.
1905
1906         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
1907         (gnus-picon-transform-address): Use it.
1908
1909         * mail-source.el (mail-source-value): Revert previous patch.
1910
1911         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
1912         on failure.
1913         (nnimap-open-connection): Look up both virtual and physical server name
1914         credentials.
1915
1916         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
1917
1918 2009-02-07  Dave Love  <fx@gnu.org>
1919
1920         * tls.el (open-tls-stream): Don't query killing process.
1921
1922 2009-02-08  Dave Love  <fx@gnu.org>
1923
1924         * gnus-win.el (gnus-window-to-buffer-helper,
1925         gnus-all-windows-visible-p): Function needn't be a symbol.
1926
1927         * mail-source.el (mail-source-value): Function needn't be a symbol.
1928
1929 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1930
1931         * message.el (message-cite-prefix-regexp): Remove } from the cite
1932         prefix.
1933
1934         * gnus-art.el (gnus-treatment-function-alist): Do picons before
1935         highlight again, so that the highlight is correct.
1936
1937         * gnus-picon.el (gnus-picon): Remove again.
1938         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
1939
1940         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
1941         doing the header highlightling, so that the background colour of the
1942         picon is correct.
1943
1944         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
1945         (gnus-picon): Ditto.
1946         (gnus-picon): Reinstate.  The background colour for picons is white.
1947         (gnus-picon-insert-glyph): Make the background white.
1948
1949         * nnml.el (nnml-open-nov): Don't return dead buffers.
1950
1951         * auth-source.el (auth-source-create): Query the user for whether to
1952         store the credentials.
1953
1954         * netrc.el (netrc-store-data): New function.
1955
1956         * auth-source.el (auth-source-user-or-password): Use the existing auth
1957         sources, if any, for creation.
1958
1959         * gnus.el (gnus-group-fast-parameter): Return the last matching
1960         parameter instead of the first matching parameter.
1961
1962 2010-09-26  Julien Danjou  <julien@danjou.info>
1963
1964         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
1965
1966 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1967
1968         * mml2015.el (mml2015-use): Remove gpg support.
1969
1970         * mml1991.el (mml1991-function-alist): Remove gpg function.
1971         (mml1991-gpg-sign): Removed.
1972
1973 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
1974
1975         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
1976         (gnus-browse-unsubscribe-current-group): Document it.
1977         (gnus-browse-unsubscribe-group): Use it.
1978
1979 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1980
1981         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
1982         address to the To list for easier response.
1983
1984         * gnus.el (gnus-play-startup-jingle): Removed.
1985         (gnus-splash): Don't play jingle.
1986         (gnus): Silence gnus-load message.
1987
1988         * gnus-art.el (gnus-treat-play-sounds): Removed.
1989
1990         * gnus.el (gnus-play-jingle): Remove audio support.
1991
1992         * gnus-cus.el (gnus-score-customize): Remove audio reference.
1993
1994         * earcon.el: Removed -- no users.
1995
1996         * gnus-audio.el: Removed -- no users of this package.
1997
1998         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
1999
2000         * gnus-start.el (gnus-setup-news): Remove nocem support.
2001
2002         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
2003
2004         * gnus.el (gnus-use-nocem): Removed.
2005
2006         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
2007         Removed.
2008
2009         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
2010         uses NoCeM any more.
2011
2012         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
2013         (gnus-button-ctan-handler): Ditto.
2014         (gnus-button-handle-ctan-bogus-regexp): Ditto.
2015         (gnus-button-ctan-directory-regexp): Ditto.
2016         (gnus-button-handle-ctan): Ditto.
2017         (gnus-button-tex-level): Ditto.
2018         (gnus-button-alist): Removed CTAN stuff.
2019
2020 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2021
2022         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
2023         nnimap-streaming test.
2024
2025         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
2026         servers twice.
2027
2028         * nnimap.el (nnimap-open-connection): Add more error reporting when
2029         nnimap fails early.
2030
2031         * nnheader.el (nnheader-get-report-string): New function.
2032         (nnheader-get-report): Use it.
2033
2034         * gnus-int.el (gnus-check-server): Say what the error was when opening
2035         failed.
2036
2037         * nnimap.el (nnimap-wait-for-response): Search further when we're not
2038         using streaming.
2039
2040 2010-09-25  Julien Danjou  <julien@danjou.info>
2041
2042         * gnus-html.el (gnus-html-rescale-image): Use our defalias
2043         gnus-window-inside-pixel-edges.
2044
2045 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2046
2047         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
2048
2049         * mm-decode.el (mm-save-part): Allow saving to other directories the
2050         normal Emacs way.
2051
2052         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
2053         by Jay Berkenbilt.
2054
2055         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
2056         there isn't a single byte.
2057
2058         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
2059         just do it.  It doesn't really seem to matter what the user responds
2060         here, I think, so it's just a confusing question.
2061
2062         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
2063         non-streaming case.
2064
2065         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
2066         (gnus-article-encrypt-body): Use it.
2067
2068         * gnus-sum.el (gnus-summary-show-complete-article): New command and
2069         keystroke.
2070
2071         * nnimap.el (nnimap-find-wanted-parts-1): Use
2072         gnus-fetch-partial-articles.
2073
2074         * gnus-art.el (gnus-fetch-partial-articles): New variable.
2075
2076         * nnimap.el (nnimap-insert-partial-structure): New function.
2077         (nnimap-get-partial-article): New function.
2078         (nnimap-request-article): Use it.
2079         (nnimap-wait-for-response): Return whether the wait was successful.
2080         (nnimap-finish-retrieve-group-infos): Don't do anything if the
2081         retrieval wasn't successful.
2082         (nnimap-retrieve-group-data-early): Allow throttling servers.
2083         (nnimap-streaming): New variable.
2084         (nnimap-fetch-partial-articles): Removed.
2085
2086         * mm-decode.el (mm-with-part): Protect against killed buffers.
2087
2088         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
2089         for prettier summary display.
2090
2091 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
2092
2093         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
2094         directly.
2095
2096 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2097
2098         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
2099         apparently third-party libraries depend on it.
2100
2101         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
2102         before starting negotiation.
2103
2104         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
2105         privacy reasons.
2106         (gnus-treat-mail-gravatar): Ditto.
2107
2108         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
2109         buffer when inserting images.  Inserting text into the headers, for
2110         instance, can make them invalid.
2111
2112 2010-09-25  Julien Danjou  <julien@danjou.info>
2113
2114         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
2115         variables.
2116
2117         * nnheader.el: Remove useless variables news-reply-yank-from and
2118         news-reply-yank-message-id.
2119
2120         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
2121         variables.
2122
2123         * mml1991.el: Remove useless mml1991-verbose.
2124
2125         * gnus.el: Remove useless variable gnus-use-generic-from.
2126         Remove obsolete variable gnus-topic-indentation.
2127
2128         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
2129
2130         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
2131
2132         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
2133
2134         * gnus-group.el: Remove useless gnus-group-icon-cache.
2135         Remove useless gnus-ephemeral-group-server.
2136
2137         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
2138
2139         * mml2015.el: Remove useless mml2015-verbose.
2140
2141         * mml-smime.el: Remove useless mml-smime-verbose.
2142
2143         * gnus.el: Remove useless gnus-local-domain.
2144
2145         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
2146         gnus-gravatar-size.
2147
2148         * gnus-art.el: Remove useless gnus-treat-translate.
2149
2150 2010-09-24  Julien Danjou  <julien@danjou.info>
2151
2152         * gnus-sum.el: Add support for Gravatars.
2153
2154         * gnus-art.el: Add support for Gravatars.
2155
2156         * gnus-gravatar.el: Add this file.
2157
2158         * gravatar.el: Add this file.
2159
2160 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2161
2162         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
2163
2164         * gnus-group.el (gnus-group-fetch-faq): Removed.
2165
2166         * gnus.el (gnus-group-faq-directory): Removed.
2167
2168         * gnus-group.el (gnus-group-fetch-charter): Removed.
2169
2170         * gnus.el (gnus-group-charter-alist): Removed.
2171
2172         * gnus-group.el (gnus-group-archive-directory): Removed.
2173         (gnus-group-recent-archive-directory): Ditto.
2174         (gnus-group-make-archive-group): Removed.
2175
2176         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
2177
2178         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
2179         use the same article number for all the cached articles.
2180
2181         * nnimap.el (nnimap-command): Register the last command time so
2182         that we can use it for idling NOOPs.
2183         (nnimap-open-connection): Start the keeplive timer.
2184         (nnimap-make-process-buffer): Store all the process buffers.
2185         (nnimap-keepalive): New function.
2186
2187         * starttls.el (starttls-open-stream): Add autoload cookie.
2188
2189 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2190
2191         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
2192         handling.
2193
2194 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2195
2196         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
2197         its data structures.
2198
2199         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
2200         instead of the cl.el copy-list.
2201         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
2202         equalp.
2203
2204 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2205
2206         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
2207         and tool-bar-local-item-from-menu.
2208
2209         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
2210         mode-line-highlight face for Emacs.
2211
2212         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
2213         loading gnus-sum.elc; fix comment for canlock-verify.
2214         (gnus-article-jump-to-part): Use read-number.
2215         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
2216         Emacs pre-21 compatible code for help-echo.
2217         (gnus-article-next-page-1): No need to adjust the number of lines.
2218         (gnus-article-describe-bindings): Always use help-buffer.
2219
2220         * gnus-audio.el (gnus-audio-inline-sound)
2221         * gnus-cus.el (gnus-custom-mode)
2222         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
2223
2224         * gnus-sum.el (gnus-remove-overlays): Doc fix.
2225
2226         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
2227         compatible code.
2228
2229 2010-09-24  Glenn Morris  <rgm@gnu.org>
2230
2231         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
2232         visiting the fcc file in rmail-mode.
2233
2234         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
2235
2236 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2237
2238         * nnir.el: Silence the byte compiler.
2239
2240         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
2241         alias to browse-url-url-encode-chars if any.
2242         (gnus-html-encode-url): Use it.
2243
2244 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2245
2246         * gnus-start.el (gnus-use-backend-marks): New variable.
2247         (gnus-get-unread-articles-in-group): Use it.
2248
2249         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
2250         makeover.
2251
2252 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2253
2254         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
2255
2256 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2257
2258         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
2259         Removed.
2260         (gnus-setup-news-hook): Removed
2261         gnus-fixup-nnimap-unread-after-getting-new-news.
2262
2263         * gnus-int.el (gnus-request-update-info): Protect against backends not
2264         having the function.
2265
2266         * nnimap.el (nnimap-stream): Mention starttls.
2267         (nnimap-open-connection): Add starttls support.
2268
2269 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2270
2271         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
2272
2273 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2274
2275         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
2276         BODYSTRUCTUREs.
2277         (nnimap-transform-headers): Unfold quoted {42} headers.
2278
2279         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
2280         the info.
2281         (gnus-get-unread-articles): Only call updatep on backends that support
2282         it.
2283
2284         * nnweb.el (nnweb-request-update-info): NOOP.
2285
2286         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
2287
2288         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
2289         since it only deals with marks.
2290
2291         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
2292         gnus-request-marks, and make a new gnus-request-update-info.
2293
2294         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
2295         the active instead of the high number, which is usually too low.
2296
2297 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
2298
2299         * netrc.el (netrc-parse): Remove encrypt.el mentions.
2300         * encrypt.el: Removed.
2301
2302 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2303
2304         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
2305         server in symbolic form.
2306
2307         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
2308         0.9.
2309
2310 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2311
2312         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
2313         (nnimap-update-info): Fix up code slightly.
2314
2315         * gnus-int.el (gnus-open-server): Add tracing for performance
2316         debugging.
2317
2318         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
2319         (gnus-group-insert-group-line): Pass the real group name so that it
2320         gets the right data.
2321
2322         * gnus-start.el (gnus-get-unread-articles): Don't have
2323         `gnus-get-unread-articles-in-group' update info, since that can be
2324         really slow and doesn't seem to be needed?
2325
2326 2010-09-22  Dan Christensen  <jdc@uwo.ca>
2327
2328         * time-date.el (date-to-time): Try using parse-time-string first before
2329         using the slower timezone-make-date-arpa-standard.
2330
2331 2010-09-22  Julien Danjou  <julien@danjou.info>
2332
2333         * gnus-group.el (gnus-group-insert-group-line): Call
2334         gnus-group-highlight-line.
2335         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
2336         default hook list.
2337         (gnus-group-update-eval-form): Add new function.
2338         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
2339         (gnus-group-get-icon): Use gnus-group-update-eval-form.
2340
2341 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2342
2343         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
2344         immediate, then expire all articles.
2345         (nnimap-update-info): Fix off-by-one errors.
2346         (nnimap-flags-to-marks): Would return no marks lists for group with no
2347         flags.  Instead return the other data.
2348
2349 2010-09-22  Julien Danjou  <julien@danjou.info>
2350
2351         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
2352         Only return an icon.
2353         (gnus-group-insert-group-line): Compute icon to return.
2354
2355         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
2356         variable.
2357         (gnus-html-image-fetched): Only cache if
2358         gnus-html-image-automatic-caching is set.
2359         (gnus-html-image-fetched): Check for errors.
2360
2361 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2362
2363         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
2364         once per method on `g'.  This ensures that backends like nnfolder don't
2365         open all their folders.
2366
2367         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
2368         (nnimap-request-list): Nix out group in the correct buffer.
2369         (nnimap-parse-flags): Implement by using `read' instead of
2370         hand-parsing.
2371         (nnimap-flags-to-marks): Pass on permanent-flags.
2372         (nnimap-make-process-buffer): Record the server name.
2373         (nnimap-parse-flags): Fix typo.
2374         (nnimap-request-scan): Run split on the server in general, not just a
2375         single group.
2376
2377         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
2378         parameter, and propagate this downwards.
2379
2380         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
2381         since EXAMINE changes it on the server.
2382
2383         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
2384         this command might take a while.
2385
2386 2010-09-22  Julien Danjou  <julien@danjou.info>
2387
2388         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
2389         harmful if you have 2 images side-by-side, they can't be properly
2390         update on text deletion.  Using text-property is safer here.
2391         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
2392         data.
2393
2394 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2395
2396         * nnimap.el (nnimap-expunge-inbox): Removed.
2397         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
2398         (nnimap-expunge): Flip default to t.
2399
2400         * gnus.el (gnus-method-to-server): Don't push things to the cache
2401         unless it's unique.
2402         (gnus-server-to-method): Ditto.
2403
2404 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2405
2406         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
2407
2408 2010-09-22  Julien Danjou  <julien@danjou.info>
2409
2410         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
2411         get the start of data.
2412         (gnus-html-encode-url): Add this function to encode special chars in
2413         URL.
2414         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
2415         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
2416
2417         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
2418         default.
2419         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
2420
2421         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
2422         images alt-text.
2423         (gnus-html-put-image): Put alt-text as help-echo.
2424
2425 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2426
2427         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
2428         * mm-util.el (mm-decompress-buffer)
2429         * nnir.el (nnir-run-find-grep)
2430         * pop3.el (pop3-list): Use 3rd arg of split-string.
2431
2432         * time-date.el (format-seconds): Comment fix.
2433
2434         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
2435         and byte-optimize-form-code-walker.
2436         (dgnushack-make-auto-load): Don't advise make-autoload.
2437
2438         * lpath.el: Remove Emacs 21 stuff.
2439
2440 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2441
2442         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
2443         outside the active range.  Suggested by Dan Christensen.
2444
2445         * gnus-start.el (gnus-get-unread-articles): Get the extended method
2446         slightly later to avoid double-getting it.
2447
2448         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
2449         previous patch.
2450
2451         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
2452
2453 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
2454
2455         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
2456
2457 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2458
2459         * gnus-int.el (gnus-open-server): Give a better error message in the
2460         "go offline" case.
2461
2462         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
2463         marks for nnimap, which is seldom the right thing to do.
2464
2465         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
2466         (gnus-same-method-different-name): New function.
2467
2468         * nnimap.el (parse-time): Require.
2469
2470         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
2471         method in the presence of many similar methods.
2472
2473         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
2474
2475         * nnimap.el (nnimap-find-expired-articles): Don't refer to
2476         nnml-inhibit-expiry.
2477
2478         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
2479         find out whether methods are equal.
2480
2481         * nnimap.el (nnimap-find-expired-articles): New function.
2482         (nnimap-process-expiry-targets): New function.
2483         (nnimap-request-move-article): Request the article before looking at
2484         what the Message-ID is.  Fix found by Andrew Cohen.
2485         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
2486
2487         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
2488         for oldness in addition to being a predicate.
2489
2490         * nnimap.el (nnimap-request-group): When we have zero articles, return
2491         the right data to Gnus.
2492         (nnimap-request-expire-articles): Only delete articles immediately if
2493         the target is 'delete.
2494
2495         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
2496         method, this would bug out.
2497
2498         * gnus-group.el (gnus-group-expunge-group): Renamed from
2499         gnus-group-nnimap-expunge, and implemented as a normal interface
2500         function.
2501
2502         * gnus-int.el (gnus-request-expunge-group): New function.
2503
2504         * nnimap.el (nnimap-request-create-group): Implement.
2505         (nnimap-request-expunge-group): New function.
2506
2507 2010-09-21  Julien Danjou  <julien@danjou.info>
2508
2509         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
2510         (gnus-html-cache-expired): Add new function.
2511         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
2512         wethever we should display image for fetch it.
2513         Compute alt-text earlier to pass it to the fetching function too.
2514         (gnus-html-schedule-image-fetching): Change function argument to only
2515         get one image at a time, not a list.
2516         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
2517         cache.
2518         (gnus-html-get-image-data): New function to retrieve image data from
2519         cache.
2520         (gnus-html-put-image): Change buffer argument to use image data rather
2521         than file, and place image above region rather than inserting a new
2522         one. Do not take alt-text as argument, since it's useless now: we place
2523         the image above alt-text.
2524         (gnus-html-prune-cache): Remove.
2525         (gnus-html-show-images): Start to fetch image when we find one, do not
2526         push into a temporary list.
2527         (gnus-html-prefetch-images): Only fetch image if they have expired.
2528         (gnus-html-browse-image): Fix, use 'gnus-image-url.
2529         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
2530
2531 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2532
2533         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
2534
2535 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2536
2537         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
2538         spec inser "*" if the group isn't active instead of 0.
2539
2540         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
2541         opening the server.
2542         (nnimap-request-delete-group): Implement group deletion.
2543         (nnimap-transform-headers): Return the size of the entire message in
2544         the Bytes header, not just the size of the first part.
2545         (nnimap-request-move-article): When moving an article from nnimap,
2546         request the article first so the accepting form has an article to
2547         accept.  Reported by Dan Christensen.
2548         (nnimap-command): Make sure that the error message doesn't error out.
2549
2550 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
2551
2552         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
2553         we haven't requested anything.
2554
2555 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2556
2557         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
2558         "".  Fix found by Andrew Cohen.
2559
2560         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
2561         instead of -encode-string.
2562
2563 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2564
2565         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
2566
2567         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
2568         by mm-subst-char-in-string.
2569
2570 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2571
2572         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
2573         waiting for the connection string.
2574
2575         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
2576         arriving.
2577
2578         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
2579         bogus characters.  This allows selecting certain Gmail groups.
2580
2581         * nnimap.el (nnimap-find-wanted-parts-1): New function.
2582         (nnimap-fetch-partial-articles): New variable.
2583         (nnimap-open-connection): When looking for credentials, also use the
2584         nnimap-server-port.
2585         (nnimap-request-article): Return the group/article number, so that Gnus
2586         `^' works as expected.
2587         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
2588         them.
2589
2590         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
2591         comments.
2592         (gnus-methods-sloppily-equal): New function.
2593         (gnus): When using the development version of Gnus, load the gnus-load
2594         file.
2595
2596         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
2597         `gnus-open-server' on each method before trying to scan them etc.  This
2598         ensures that all the backend parameters are set correctly.
2599
2600         * nnimap.el (nnimap-authenticator): New variable.
2601         (nnimap-open-connection): Allow anonymous login.
2602         (nnimap-transform-headers): The chars header is called Chars not
2603         Bytes.
2604         (nnimap-wait-for-response): Don't infloop if the IMAP connection
2605         drops.
2606
2607         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
2608         patch, found by Knut Anders Hatlen.
2609
2610 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
2611
2612         * gnus-agent.el (gnus-agent-batch-confirmation)
2613         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
2614         to gnus-message.
2615         * gnus-art.el (gnus-article-describe-briefly): Likewise.
2616         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
2617         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
2618         * gnus-int.el (gnus-open-server): Likewise.
2619         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
2620         (gnus-score-check-syntax): Likewise.
2621         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
2622         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
2623         Likewise.
2624         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
2625
2626 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2627
2628         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
2629         calling conventions so that prefetch doesn't bug out.
2630
2631 2010-09-19  Julien Danjou  <julien@danjou.info>
2632
2633         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
2634         rather than `subst-char-in-region' in order to be able to replace ASCII
2635         char by UTF-8 ones.
2636
2637         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
2638         than curl.
2639         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
2640         the right URL and ALT text on images.
2641         (gnus-html-wash-tags): Fix tag case.
2642         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
2643         (gnus-article-html): Add -o display_ins_del=2 option.
2644         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
2645
2646 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2647
2648         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
2649         the extra mail headers, which sometimes seem to happen for unknown
2650         reasons.
2651
2652         * mail-parse.el (mail-header-encode-parameter): Define as
2653         rfc2045-encode-string instead of as rfc2231-encode-string, since some
2654         (or most, perhaps?) mail readers don't understand the latter, but do
2655         understand the former.
2656
2657         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
2658         to nil, so that no methods are automatically agentized.  I think this
2659         is probably what most users want.
2660
2661         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
2662         from url-retrieve, for instance about invalid URLs.
2663
2664         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
2665         groups that have no articles.
2666         (nnimap-request-article): Check that we really got an article when we
2667         requested one.
2668
2669         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
2670         doesn't exist.
2671
2672         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
2673         nntp buffer so the agent can save it.
2674         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
2675         that CRLF doesn't get translated to \n.
2676         (nnimap-open-connection): Don't make 'shell commands only send \n.
2677
2678 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2679
2680         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
2681         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
2682         Update var name.
2683         (nnml-generate-nov-file): Use dolist.
2684         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
2685         Use with-current-buffer.
2686
2687 2010-09-18  Julien Danjou  <julien@danjou.info>
2688
2689         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
2690         parallel.
2691
2692 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2693
2694         * nnimap.el (nnimap-update-info): When doing partial marks update, get
2695         the range update right.
2696         (nnimap-request-group): Don't make `M-g' bug out on group with no
2697         marks.
2698         (nnoo): Required, so that other packages can require nnimap.
2699         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
2700         command we're looking for.  This helps when the server sends more
2701         responses after we've gotten everything we expected.
2702         (nnimap): Add a `newlinep' field to keep track of end-of-line
2703         conventions.
2704         Don't send CRLF to things that don't want it.
2705         (nnimap-request-accept-article): Ditto.
2706
2707 2010-09-18  Julien Danjou  <julien@danjou.info>
2708
2709         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
2710         than curl to retrieve images.
2711
2712 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2713
2714         * nnimap.el (nnimap-update-info): Extend the info so that we can set
2715         the marks.
2716         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
2717         (nnimap-wait-for-connection): New function.
2718         (nnimap-open-connection): If we have PREAUTH, don't query for login
2719         credentials.
2720         (nnimap-update-info): Fix off-by-one error when concatenating ranges
2721         when doing a partial update.
2722
2723 2010-09-18  Julien Danjou  <julien@danjou.info>
2724
2725         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
2726         tags.
2727
2728 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2729
2730         * nnimap.el (nnimap-credentials): New function.
2731         (nnimap-open-connection): Use the new function to look for credentials
2732         also on the numeric equivalents of "imap" and "imaps".
2733
2734         * gnus-start.el (gnus-activate-group): Send the info to
2735         gnus-request-group.
2736
2737         * nnimap.el (nnimap-request-group): Have the "check" version of the
2738         function parse flags and update the info, so that a `M-g' get a total
2739         resync of all flags from the group.
2740
2741         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
2742         to allow backends to alter the info on group selection.  Also alter all
2743         the backend -request-group functions to take the parameter.
2744
2745         * nnimap.el (nnimap-store-info): New function.
2746         (nnimap-update-info): Store the info for later usage.
2747         (nnimap-request-group): Use the stored info for the dont-check case, so
2748         that we don't retrieve all marks when we enter a group.
2749
2750         * nnimap.el: Use deffoo instead of defun for interface functions.
2751
2752         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
2753         update the group info.  This makes the nndraft groups, for instance, go
2754         back to their old behaviour.
2755
2756         * gnus-sum.el (gnus-select-newsgroup): Indent.
2757
2758         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
2759         in.
2760         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
2761         nothing.
2762
2763         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
2764         from methods that are denied.
2765
2766         * gnus-int.el (gnus-method-denied-p): New function.
2767
2768         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
2769         store the password instead of netrc.
2770         (nnimap-open-connection): Don't error out when we can't make a
2771         connections.
2772
2773         * auth-source.el (auth-source-create): In the password prompt, say what
2774         we're querying for.  Also prompt for user name if that hasn't been
2775         given.
2776
2777         * nnimap.el (nnimap-with-process-buffer): Removed.
2778
2779 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2780
2781         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
2782         method when we're reading from the agent.
2783
2784         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
2785
2786         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
2787         that's probably most useful for users.
2788
2789         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
2790         "failed" all the time.
2791
2792         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
2793         ...)) with (with-current-buffer ... ).
2794
2795         * nntp.el (nntp-open-server): Return whether the open was successful or
2796         not.
2797
2798         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
2799         select an unread unseen article first.
2800
2801         * nnimap.el (nnimap-open-connection): If the user doesn't have a
2802         /etc/services, supply some sensible port defaults.
2803
2804         * dgnushack.el: Define netrc-credentials.
2805
2806 2010-09-17  Julien Danjou  <julien@danjou.info>
2807
2808         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
2809
2810 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2811
2812         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
2813         doesn't have any parameters.
2814
2815 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2816
2817         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
2818         only upcased checks.
2819
2820         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
2821
2822         * nnimap.el (nnimap-open-shell-stream): New function.
2823         (nnimap-open-connection): Use it.
2824         (nnimap-transform-headers): Get the number of lines in each message.
2825         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
2826         number of lines.
2827         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
2828         problem.
2829
2830         * utf7.el (utf7-encode): Autoload.
2831
2832         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
2833         to allow the mail splitting to not return a default group.  This is
2834         useful for nnimap, which will leave unmatched mail in the inbox.
2835
2836         * nnimap.el: Rewritten.
2837
2838         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
2839         nnimap usage.
2840
2841         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
2842         if the move is internal, so that nnimap can do fast internal moves.
2843
2844         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
2845         data.
2846         (gnus-read-active-for-groups): Support finishing the early retrieval of
2847         data.
2848
2849         * gnus-range.el (gnus-range-nconcat): New function.
2850
2851         * gnus-int.el (gnus-finish-retrieve-group-infos)
2852         (gnus-retrieve-group-data-early): New functions.
2853
2854 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2855
2856         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
2857         (nnrss-retrieve-groups):
2858         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
2859         (pop3-quit): Use with-current-buffer.
2860
2861 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2862
2863         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
2864         instead of nnheader-accept-process-output.
2865
2866         * dgnushack.el (dgnushack-compile): Add comment.
2867
2868         * lpath.el: No need to fbind propertize for XEmacs 21.4.
2869
2870         * gnus-html.el (gnus-html-schedule-image-fetching)
2871         (gnus-html-prefetch-images): Replace process-kill-without-query by
2872         gnus-set-process-query-on-exit-flag.
2873
2874 2010-09-16  Romain Francoise  <romain@orebokech.com>
2875
2876         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
2877
2878 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2879
2880         * gnus-registry.el (gnus-registry-install-shortcuts): The second
2881         parameter to unintern is mandatory-ish in Emacs 24.
2882
2883         * gnus-html.el (gnus-html-schedule-image-fetching)
2884         (gnus-html-prefetch-images): Check for curl before using it.
2885
2886         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
2887         depend on curl, which isn't essential.
2888
2889         * imap.el: Revert back to version
2890         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
2891         seem problematic.
2892
2893 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2894
2895         * gnus-registry.el (gnus-registry-install-shortcuts):
2896         Explicitly pass `obarray' to `unintern' to avoid a warning.
2897
2898 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2899
2900         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
2901         change.
2902
2903         * nnrss.el (nnrss-request-list): Removed this function and related
2904         functions, including the moreover stuff.
2905
2906 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2907
2908         * nnrss.el (nnrss-retrieve-groups): New function.
2909
2910 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2911
2912         * .dir-locals.el: Add no-byte-compile cookie.
2913
2914 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2915
2916         * time-date.el (format-seconds): Comment fix.
2917
2918         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
2919         for back end that doesn't support request-scan.
2920
2921 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2922
2923         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
2924         then do request scans from the backends.
2925
2926         * netrc.el (netrc-credentials): New conveniency function.
2927
2928         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
2929         avoid running a hook per line, since this takes a lot of time,
2930         profiling shows.
2931         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
2932         directly if gnus-visual-p is true.
2933
2934 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2935
2936         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
2937         groups; replace mapcar with dolist which is a bit faster; pass groups
2938         info to gnus-read-active-file-1.
2939         (gnus-read-active-file-1): Scan only specified groups if the new
2940         optional arg `infos' is given.
2941
2942 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2943
2944         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
2945
2946         * pop3.el (pop3-movemail): Removed.
2947         (pop3-streaming-movemail): Renamed to pop3-movemail.
2948
2949         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
2950         don't restrict end-tag searches to the end of the line.
2951
2952 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2953
2954         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
2955         articles of every unchecked group to t, which means unknown since the
2956         server has never been opened.
2957
2958 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2959
2960         * gnus-html.el (gnus-html-show-alt-text): New command.
2961         (gnus-html-browse-image): Ditto.
2962         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
2963         to browse the image directly.
2964         (gnus-html-wash-tags): Search for images first, so that <a><img> works
2965         better.
2966
2967         * gnus-async.el (gnus-async-article-callback): Call
2968         `gnus-html-prefetch-images' unconditionally.
2969
2970         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
2971         before feeding URLs to curl.
2972
2973 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2974
2975         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
2976         internal images as deletable by `W D D'.
2977
2978         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
2979         (gnus-async-article-callback): Fix typo.
2980
2981 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2982
2983         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
2984         current line to work around bugs in the output from w3m.
2985
2986         * gnus-async.el (gnus-async-article-callback): Always prefetch images
2987         for groups that want that.
2988
2989         * nntp.el (nntp-wait-for-string): Supply a timeout for
2990         accept-process-output to ensure progress.
2991
2992         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
2993         level to get unread articles from, then use that for foreign groups,
2994         too.
2995
2996         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
2997         confuses the rest of the function.
2998
2999         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
3000         for the methods that support -retrieve-groups, too.
3001
3002         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
3003
3004 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3005
3006         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
3007         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
3008
3009         * pop3.el: Require cl when compiling.
3010         (pop3-number-of-responses): Search for "+OK", not "+OK ".
3011
3012 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3013
3014         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
3015         that aren't going to be activated.
3016         (gnus-get-unread-articles): Fix up the last commit.
3017
3018         * gnus-html.el (gnus-article-html): Allow calling without specifying
3019         the handle.  In that case, dissect the buffer first.
3020
3021         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
3022
3023         * nnimap.el (nnimap-open-connection): Revert the change that would look
3024         into authinfo for imaps instead of imap.
3025
3026         * gnus-start.el (gnus-activate-group): Take an optional parameter to
3027         say that you don't want to call gnus-request-group with don-check, but
3028         do check the reponse.  This is for virtual groups only.
3029         (gnus-get-unread-articles): Count the archive groups as secondary, so
3030         that they're activated the same way as before.
3031
3032         * imap.el (imap-message-map): Removed optional buffer parameter, since
3033         no callers use it.
3034         (imap-message-get): Ditto.
3035         (imap-message-put): Ditto.
3036         (imap-mailbox-map): Ditto.
3037         (imap-mailbox-put): Ditto.
3038         (imap-mailbox-get): Ditto.
3039         (imap-mailbox-get): Revert last change for this function.
3040
3041         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
3042         case-insensitively.
3043         (nnimap-debug): Removed.
3044
3045         * imap.el (imap-fetch-safe): Removed function, and altered all callers
3046         to use `imap-fetch' instead.  According to the comments, this should be
3047         safe, since all other IMAP clients use the 1:* syntax.
3048         (imap-enable-exchange-bug-workaround): Removed.
3049         (imap-debug): Removed -- doesn't seem very useful.
3050
3051         * mail-source.el (mail-source-fetch): Don't message if we're fetching
3052         mail from a file, and the file doesn't exist.
3053
3054         * imap.el (imap-log): New convenience function used throughout instead
3055         of repeating the same code all over the place.
3056
3057         * pop3.el (pop3-streaming-movemail): Return t for success.
3058
3059         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
3060         .authinfo if we're using ssl connection.
3061
3062         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
3063         already have if we're in a main Gnus `g' run.
3064
3065         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
3066
3067 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3068
3069         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
3070
3071         * nnmh.el (nnmh-request-list-1): Bind `file'.
3072
3073         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
3074         alias to set-process-query-on-exit-flag or process-kill-without-query.
3075         (pop3-open-server): Use it.
3076
3077 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3078
3079         * mail-source.el (mail-source-delete-crash-box): Always move the crash
3080         box to the Incoming file.  Fixes mistake in previous checkin.
3081
3082         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
3083         request loop (for debugging purposes) removed.
3084
3085         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
3086         culprit is more visible.
3087         (nnml-save-incremental-nov, nnml-open-incremental-nov)
3088         (nnml-add-incremental-nov): New functions to do "incremental" nov
3089         updates, where we just append to the end of the existing nov files
3090         without reading/writing them in full.
3091
3092         * mail-source.el (mail-source-delete-crash-box): Really only check the
3093         incoming files once in a while.
3094
3095         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
3096
3097         * mail-source.el (mail-source-delete-crash-box): Only check the
3098         incoming files for deletion once per day to save a lot of file
3099         accesses.
3100
3101         * pop3.el (pop3-logon): Fix up unbound variable typo.
3102
3103         * mail-source.el (pop3-streaming-movemail): Autoload.
3104
3105         * pop3.el (pop3-streaming-movemail): Respect
3106         pop3-leave-mail-on-server.
3107
3108         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
3109         retrieval.
3110
3111         * pop3.el (pop3-process-filter): Removed unused function.
3112         (pop3-streaming-movemail, pop3-send-streaming-command)
3113         (pop3-wait-for-messages, pop3-write-to-file)
3114         (pop3-number-of-responses): New functions for streaming pop3
3115         retrieval.
3116
3117         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
3118         come from no known methods.
3119         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
3120         list.
3121
3122         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
3123         message sizes.
3124         (pop3-movemail): Use erase-buffer instead of looping and deleting
3125         regions, which seems rather odd.
3126
3127         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
3128         file once per `g' run.
3129
3130         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
3131         directories.  This makes the draft queue directory work.
3132
3133         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
3134         data from the backends, so that we only request the list of groups from
3135         each method once.  This should speed things up considerably.
3136
3137         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
3138         detect that it's not implemented.
3139
3140         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
3141         we actually do recurse down into the tree, but don't stat all leaf
3142         nodes.
3143
3144         * gnus-html.el (gnus-html-show-images): If there are no images to show,
3145         then say so instead of bugging out.
3146
3147         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
3148         files exist before trying to read them.
3149
3150         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
3151         around <pre_int>.
3152
3153         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
3154
3155         * nnmh.el (nnmh-request-list-1): Optimize for speed.
3156
3157 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3158
3159         * mm-util.el (mm-image-load-path): Just return the image directories,
3160         not all directories in the path in addition to the image directories.
3161         (mm-image-load-path): Maintain a cache of the image directories so that
3162         the `g' command in Gnus doesn't have to stat dozens of directories each
3163         time.
3164
3165         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
3166         (gnus-html-wash-tags): Add a new `i' command to insert images.
3167         (gnus-html-insert-image): New command and keystroke.
3168         (gnus-html-redisplay-with-images): New command and keystroke.
3169         (gnus-html-show-images): Renamed command.
3170         (gnus-html-wash-tags): Remove more white space before <pre_int> image
3171         spacers.
3172         (gnus-html-wash-tags): Decode entities at the end, so that entities
3173         inside the tags don't mess up the rest of the "parsing".
3174
3175         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
3176         so that nnimap methods aren't agentized by default.  There's apparently
3177         many problems related to agent/imap behaviour.
3178
3179         * gnus-art.el (gnus-article-copy-string): New command and key binding.
3180
3181         * gnus-html.el: Doc fix.
3182
3183 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3184
3185         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
3186         specifier-spec-list for Emacs 21.
3187
3188         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
3189         glyph-width and glyph-height instead of display-graphic-p and
3190         image-size; make avoidance of displaying small images work for XEmacs.
3191
3192         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
3193         for XEmacs.
3194
3195         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
3196         of symbol that holds plist data.
3197         (gnus-process-plist): Remove plist of process after getting it.
3198
3199 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3200
3201         * message.el (message-generate-hashcash): Change default to
3202         'opportunistic if hashcash is installed.
3203
3204         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
3205         (gnus-html-put-image): Only call image-size once, since it's somewhat
3206         time-consuming on remote X servers.
3207
3208 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3209
3210         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
3211         type on data, not a file name.
3212
3213         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
3214         window-pixel-edges for Emacs 21.
3215
3216         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
3217         decoded contents.
3218         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
3219
3220 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3221
3222         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
3223         group line format, since it isn't very interesting.
3224
3225         * gnus-agent.el (gnus-agent-short-article),
3226         (gnus-agent-long-article): Increase values for these two variables,
3227         since most people are likely to have more network connection and
3228         storage than before.
3229
3230         * gnus.el (gnus-refer-article-method): Change default to 'current.
3231         When referring an article, the common behaviour is to refer it from the
3232         current select method, not the native select method.  The chances of
3233         the native select method having the message in question is rather slim
3234         these days.
3235
3236         * gnus-sum.el (gnus-auto-select-subject): Change default to
3237         `unseen-or-unread'.  I think it's likely that most people want to
3238         select an unseen article over a previously seen, but unread one.
3239
3240         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
3241         means that in the article buffer none of the minor mode elements will
3242         be shown, usually, and this is not desirable in most cases.
3243
3244         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
3245         that commands like `d' (and the like) go to the next line in the
3246         buffer, instead of the next unread article.  I think this is the
3247         behaviour that is most natural for most users.
3248         (gnus-single-article-buffer): Change default to nil, so that people can
3249         have as many article buffers open as they have summary buffer.  I think
3250         this is the most natural way for the groups to behave.
3251
3252         * message.el (message-generate-new-buffers): Change default to
3253         `unsent', so that all new message buffers start their names with the
3254         string "*unsent", and it's easier to find the buffers if you move from
3255         them.
3256
3257 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3258
3259         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
3260         small.  They're probably tracking images.
3261         (gnus-html-wash-tags): Remove all <pre_int> place holders.
3262         (gnus-html-rescale-image): Yet another try at getting the image sizing
3263         right.
3264
3265         * nntp.el (nntp-request-set-mark): Refuse to do marks if
3266         nntp-marks-file-name is nil.
3267
3268 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3269
3270         * gnus-html.el (gnus-html-wash-tags)
3271         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
3272         Better logging.
3273
3274 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3275
3276         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
3277
3278         * gnus-html.el (gnus-html-wash-tags): Check the value of
3279         gnus-blocked-images in the summary buffer.
3280
3281 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3282
3283         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
3284
3285 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3286
3287         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
3288         like "a", it seems like.
3289         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
3290         since it needs to be picked from the correct buffer.
3291
3292         * nnwfm.el: Removed.
3293
3294         * nnlistserv.el: Removed.
3295
3296 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3297
3298         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
3299         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
3300
3301 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3302
3303         * nnkiboze.el: Removed.
3304
3305         * nndb.el: Removed.
3306
3307         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
3308         alt text.
3309         (gnus-html-rescale-image): Try to get the rescaling logic right for
3310         images that are just wide and not tall.
3311
3312         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
3313         overshadow variable bindings.
3314
3315 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3316
3317         * gnus-html.el (gnus-html-wash-tags)
3318         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
3319         extra logging.
3320
3321 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3322
3323         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
3324         (gnus-max-image-proportion): New variable.
3325         (gnus-html-rescale-image): New function.
3326         (gnus-html-put-image): Rescale images.
3327
3328 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3329
3330         Fix up some byte-compiler warnings.
3331         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
3332         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
3333         (gnus-article-fill-cited-article, gnus-article-hide-citation)
3334         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
3335         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
3336         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
3337         (gnus-group-update-group): Use save-excursion and with-current-buffer.
3338
3339 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3340
3341         * gnus-html.el (gnus-article-html): Decode contents by charset.
3342
3343 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3344
3345         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
3346         (gnus-html-frame-width, gnus-blocked-images)
3347         * message.el (message-prune-recipient-rules): Add custom version.
3348         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
3349
3350         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
3351         functions.
3352
3353         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
3354         gnus-process-get.
3355
3356 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
3357
3358         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
3359         instead of lsub directly.
3360
3361 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3362
3363         * nnwarchive.el: Removed.
3364
3365         * gnus-soup.el: Removed.
3366
3367         * nnsoup.el: Removed.
3368
3369         * nnultimate.el: Removed.
3370
3371         * gnus-html.el (gnus-blocked-images): New variable.
3372
3373         * message.el (message-prune-recipients): New function.
3374         (message-prune-recipient-rules): New variable.
3375
3376         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
3377         guess whether a long line is natural text or not.
3378
3379         * gnus-html.el (gnus-html-schedule-image-fetching): Use
3380         gnus-process-plist and friends for compatibility.
3381
3382 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3383
3384         * gnus-html.el: Require packages that define macros used in this file.
3385         (gnus-article-mouse-face): Declare to silence byte-compiler.
3386         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
3387         process-get.
3388         (gnus-html-put-image): Use plist-get to avoid getf.
3389         (gnus-html-prefetch-images): Use with-current-buffer.
3390
3391 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3392
3393         * gnus-ems.el: Provide compatibility functions for
3394         gnus-set-process-plist.
3395
3396         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
3397         header-line-format for XEmacs 21.4.
3398
3399         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
3400         * gnus.el (gnus-valid-select-methods)
3401         * message.el (message-send-mail-partially-limit)
3402         * mm-decode.el (mm-text-html-renderer)
3403         * mml.el (mml-insert-mime-headers-always)
3404         * smiley.el (smiley-regexp-alist): Bump custom version.
3405
3406 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3407
3408         * gnus-html.el: require mm-url.
3409         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
3410         with the url to `url'.
3411         (gnus-html-wash-tags): Support cid: URLs/images.
3412
3413 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3414
3415         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
3416         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
3417         bindings, as they aren't useful at all.  `w' is moved to `W w'.
3418
3419         * gnus-move.el: Removed file, since it doesn't really work.
3420
3421         * gnus-html.el (gnus-article-html): Tell w3m that the input is
3422         UTF-8.  This seems to fix problems with some German web feeds.
3423
3424         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
3425         at the top so that the proper colours are applied.
3426
3427         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
3428         don't have dots in their names.
3429
3430         * gnus-art.el (gnus-article-view-part): Doc fix.
3431
3432         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
3433         XEmacs-compatible.
3434         (gnus-html-put-image): Don't do images on non-graphic displays.
3435
3436         * nnslashdot.el: Removed this unused backend.
3437
3438         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
3439         actions.
3440         (gnus-undo-register-1): Revert last change.
3441
3442         * gnus-group.el (gnus-group-completing-read): Protect against not
3443         having completion-styles bound.
3444
3445         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
3446         make broken recipients happier.
3447
3448         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
3449
3450         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
3451         point parameter.
3452
3453         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
3454
3455         * gnus-group.el (gnus-group-completing-read): Add 'substring to
3456         completion-styles for group selection.
3457
3458 2009-02-04  Andreas Schwab  <schwab@suse.de>
3459
3460         * gnus-score.el (gnus-score-string): Fix regex for matching extra
3461         headers and regexp-quote the match if necessary.
3462
3463 2009-03-24  Miles Bader  <miles@gnu.org>
3464
3465         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
3466         the blinking smiley.
3467
3468 2009-03-24  Simon Josefsson  <simon@josefsson.org>
3469
3470         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
3471         blink smiley.
3472
3473 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3474
3475         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
3476         where the dribbel file lives exists.
3477
3478         * message.el (message-send-mail-partially-limit): Change the default to
3479         nil, since most people don't want this.
3480
3481         * mm-url.el (mm-url-decode-entities): Also decode entities like
3482         &#x3212.
3483
3484 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
3485
3486         * gnus-sum.el (gnus-summary-idna-message):
3487         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
3488         Hyperlink urls in docstrings with URL `...'.
3489
3490 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
3491
3492         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
3493         functions.
3494
3495 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3496
3497         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
3498         say what the mouseover text should be.
3499
3500         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
3501         version of the mm-w3m-safe-url-regexp variable to only download images
3502         in the groups where we want that to happen.
3503
3504         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
3505
3506         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
3507         easier debugging.
3508         (gnus-article-beginning-of-window): Add kludge to allow spacing past
3509         big pictures in the article buffer.
3510
3511         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
3512         gnus-article-html.
3513         (mm-text-html-renderer): gnus-article-html needs curl in addition to
3514         w3m.
3515
3516         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
3517
3518 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3519
3520         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
3521         which doesn't exist.
3522
3523         * message.el (message-inhibit-ecomplete): New variable to allow some
3524         function to inhibit ecomplete address storage.
3525         (message-resend): Disable ecomplete message storage when resending
3526         messages.
3527
3528         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
3529
3530 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3531
3532         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
3533         Save excursion while copying, moving, and deleting articles in order to
3534         prevent the cursor from jumping to unforeseen place.
3535
3536 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3537
3538         * lpath.el: No need to bind bookmark-current-buffer,
3539         bookmark-yank-point and bookmark-make-record-function.
3540
3541 2010-08-17  Glenn Morris  <rgm@gnu.org>
3542
3543         * gnus-sync.el: Require gnus components whose functions are used.
3544
3545         * gnus-art.el (bookmark-make-record-function):
3546         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
3547         Declare for compiler.
3548
3549         * mm-url.el (mml-compute-boundary): Autoload.
3550
3551 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3552
3553         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
3554
3555 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
3556
3557         Typo fix "hoo4a" -> "hook".
3558
3559         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
3560
3561 2010-08-14  Glenn Morris  <rgm@gnu.org>
3562
3563         * gnus-sync.el (gnus-sync): Fix defgroup version.
3564
3565 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
3566
3567         Doc fixes and keep unknown groups (ammended for nunion bug fix).
3568
3569         * gnus-sync.el: Fix docs.
3570         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
3571         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
3572
3573 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3574
3575         Optimizations for gnus-sync.el.
3576
3577         * gnus-sync.el: Add docs about gnus-sync-backend
3578         possibilities.
3579         (gnus-sync-save): Remove unnecessary message.
3580         (gnus-sync-read): Optimize and show what groups were skipped.
3581
3582 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3583
3584         Minor bug fixes for gnus-sync.el.
3585
3586         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
3587         read the sync on get-new-news.
3588
3589         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
3590         quiet.
3591
3592         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
3593
3594 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
3595
3596         Make saving and restoring of hidden threads work with overlays.
3597         Patch applied by Ted Zlatanov.
3598
3599         * gnus-sum.el (gnus-hidden-threads-configuration)
3600         (gnus-restore-hidden-threads-configuration): Update to deal with text
3601         properties, rather than searching for a magic character.
3602
3603 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3604
3605         New gnus-sync.el library for synchronization of marks.
3606
3607         * gnus-sync.el: New library for synchronization of marks.
3608
3609         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
3610         renamed from `gnus-registry-grep-in-list'.
3611
3612         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
3613
3614         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
3615
3616 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3617
3618         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
3619         determining charset of text fails.
3620
3621 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3622
3623         * nnmail.el (nnmail-get-new-mail-1): Revert.
3624
3625         * nnml.el (nnml-active-number): Make sure names of newly created groups
3626         in nnml-group-alist are encoded.
3627
3628 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3629
3630         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
3631         containing non-ASCII characters in active file for nnml back end.
3632
3633 2010-07-24  David Engster  <dengste@eml.cc>
3634
3635         * mml-smime.el (mml-smime-epg-verify): Also accept the older
3636         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
3637
3638 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
3639
3640         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
3641         tag (Bug#6654).
3642
3643 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3644
3645         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
3646         the article buffer, not the summary buffer.
3647
3648 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3649
3650         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
3651         Emacs 23 as well.
3652
3653 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3654
3655         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
3656         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
3657
3658 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3659
3660         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
3661         Patch applied by Karl Fogel.
3662
3663         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
3664         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
3665
3666 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3667
3668         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
3669         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
3670         C-w still not working correctly from Article buffers; Thierry's
3671         patch to fix that will be applied after this.
3672
3673         * gnus-art.el (bookmark-make-record-function): New local variable.
3674
3675         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
3676         article buffer.
3677         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
3678
3679 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
3680
3681         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
3682         on changes in bookmark.el.
3683
3684 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3685
3686         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
3687         `no-log' instead of message not to log prompt string.
3688
3689 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
3690
3691         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
3692         the *other* type of HTML form submission.
3693
3694 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
3695
3696         * auth-source.el (auth-source-pick): If choice does not contain a
3697         questioned keyword, set the check to t.
3698
3699 2010-06-12  Romain Francoise  <romain@orebokech.com>
3700
3701         * gnus-util.el (gnus-date-get-time): Move up before first use.
3702
3703 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3704
3705         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
3706         (gnus-article-edit-part): Bind it to make last part that is substituted
3707         or deleted visible.
3708         (gnus-mime-display-single): Buttonize part of which id equals to
3709         gnus-mime-buttonized-part-id.
3710
3711 2010-06-10  Dan Christensen  <jdc@uwo.ca>
3712
3713         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
3714         (gnus-dd-mmm): Use gnus-date-get-time.
3715         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
3716         simplify logic.
3717         (gnus-summary-limit-to-age): Use gnus-date-get-time.
3718         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
3719
3720 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
3721
3722         * auth-source.el (top): Autoload `secrets-list-collections',
3723         `secrets-create-item', `secrets-delete-item'.
3724         (auth-sources): Fix tag string.
3725         (auth-get-source, auth-source-retrieve, auth-source-create)
3726         (auth-source-delete): New defuns.
3727         (auth-source-pick): Rewrite in order to avoid 2 passes.
3728         (auth-source-forget-user-or-password): New parameter USERNAME.
3729         (auth-source-user-or-password): New parameters CREATE-MISSING and
3730         DELETE-EXISTING.  Retrieve password interactively, if needed.
3731
3732 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3733
3734         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
3735         deleting unused directories when gnus-expert-user is t.
3736
3737 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3738
3739         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
3740         for each temp file when gnus-article-browse-delete-temp is ask.
3741
3742 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3743
3744         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
3745         Lisp calls to delete-backward-char by calls to delete-char.
3746
3747 2010-05-20  Kevin Ryde  <user42@zip.com.au>
3748
3749         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
3750
3751 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
3752
3753         * password-cache.el (password-cache-remove): Fix docstring.
3754
3755 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3756
3757         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
3758         article unless decoding article to be saved.
3759
3760 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3761
3762         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
3763         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
3764         generated within the mm-with-unibyte-current-buffer macro.
3765
3766 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3767
3768         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
3769         to nil when we're in a mml-preview buffer and no group is selected.
3770
3771 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
3772
3773         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
3774         when catching the `C-g'.  Reported by "Leo".
3775
3776 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3777
3778         * message.el (message-forward-make-body-plain)
3779         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
3780         multibyte-string-p.
3781
3782         * lpath.el: Revert.
3783
3784 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3785
3786         * message.el (message-forward-make-body-mml): Assume original message
3787         is multibyte string; error on unibyte.
3788         (message-forward-make-body-plain): Ditto; don't add excessive newline
3789         in body end.
3790
3791         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
3792
3793 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
3794
3795         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
3796         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
3797
3798 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3799
3800         * mm-extern.el (mm-extern-url): Don't use
3801         mm-with-unibyte-current-buffer.
3802         (mm-extern-cache-contents): Use with-current-buffer instead of
3803         save-excursion + set-buffer.
3804
3805 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3806
3807         * mm-util.el (mm-emacs-mule): Remove.
3808
3809 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
3810
3811         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
3812         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
3813         change.
3814
3815 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3816
3817         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
3818         bind the default value of enable-multibyte-characters to nil.
3819
3820 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3821
3822         * message.el (message-forward-make-body-plain)
3823         (message-forward-make-body-mml):
3824         Don't use mm-with-unibyte-current-buffer.
3825
3826 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3827
3828         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
3829
3830 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
3831
3832         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
3833         (Bug#5592).
3834
3835 2010-05-07  Julien Danjou  <julien@danjou.info>
3836
3837         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
3838         it to mm-pipe-part.
3839
3840         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
3841         it is given.
3842
3843 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3844
3845         * binhex.el (binhex-decode-region-internal)
3846         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
3847         (dns-query)
3848         * nnweb.el (nnweb-gmane-search)
3849         * pgg-parse.el (pgg-parse-armor)
3850         * pgg.el (pgg-verify-region)
3851         * sha1.el (sha1-string-external)
3852         * uudecode.el (uudecode-decode-region-internal)
3853         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
3854         XEmacs.
3855
3856         * gnus-art.el (gnus-article-browse-html-parts)
3857         * gnus-group.el (gnus-read-ephemeral-gmane-group)
3858         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
3859         make-temp-file.
3860
3861         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
3862         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
3863         compiling.
3864
3865         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
3866         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
3867         XEmacs when compiling.
3868
3869         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
3870         gnus-pick-mode-off-hook for XEmacs when compiling.
3871         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
3872         gnus-binary-mode-off-hook for XEmacs when compiling.
3873
3874         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
3875         nil if char-charset is not available.
3876
3877         * imap.el (imap-disable-multibyte)
3878         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
3879         macros.
3880
3881         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
3882         instead of encode-coding-string.
3883
3884         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
3885         'xemacs) instead of mm-emacs-mule to switch function definitions.
3886         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
3887
3888         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
3889         bind temporary-file-directory for XEmacs;
3890         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
3891         timer-set-function for XEmacs 21.4 and SXEmacs;
3892         bind timer-list for XEmacs 21.4 and SXEmacs;
3893         fbind char-charset and find-charset-region for non-Mule XEmacs;
3894         fbind decode-coding-region, decode-coding-string, detect-coding-region,
3895         encode-coding-region and encode-coding-string for XEmacs having no
3896         file-coding feature.
3897
3898 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
3899
3900         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
3901
3902 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3903
3904         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
3905         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
3906
3907 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
3908
3909         * mm-util.el (mm-decompress-buffer): Use `delete-file';
3910         alias `jka-compr-delete-temp-file' no longer exists.
3911
3912 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3913
3914         Use define-minor-mode in Gnus where applicable.
3915         * mml.el (mml-mode): Use define-minor-mode.
3916         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
3917         (gnus-undo-mode): Use define-minor-mode.
3918         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
3919         (gnus-dead-summary-mode): Use define-minor-mode.
3920         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
3921         Initialize in declaration.
3922         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
3923         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
3924         (gnus-mailing-list-mode): Use define-minor-mode.
3925         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
3926         (gnus-draft-mode): Use define-minor-mode.
3927         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
3928         (gnus-dired-mode): Use define-minor-mode.
3929
3930 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
3931
3932         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
3933         handles on recursive mml-to-mime translation and check them for
3934         boundary delimiter collisions.  Reported by Greg Troxel.
3935
3936 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3937
3938         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
3939
3940 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3941
3942         * mm-util.el (mm-find-buffer-file-coding-system):
3943         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
3944
3945 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
3946
3947         * message.el (message-generate-headers): Record insertion of optional
3948         headers as well.  Otherwise the check to prevent repeated insertion of
3949         optional headers is a no-op.
3950
3951 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
3952
3953         * smime.el: Don't mention CVS.
3954
3955         * nnrss.el (nnrss-fetch): Don't mention CVS.
3956
3957         * nnir.el: Don't mention CVS.
3958
3959 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3960
3961         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
3962
3963 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3964
3965         * lpath.el: Fbind bookmark-default-handler,
3966         bookmark-get-bookmark-record, bookmark-make-record-default,
3967         bookmark-prop-get for Emacs <23 and XEmacs.
3968
3969 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3970
3971         * gnus-sum.el: Add bookmark declarations to silence the compiler.
3972         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
3973         Use with-current-buffer to silence the byte-compiler.
3974         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
3975         bother to require `gnus'.
3976         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
3977
3978 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3979
3980         * gnus-sum.el (gnus-summary-bookmark-make-record)
3981         (gnus-summary-bookmark-jump): New functions.
3982         (gnus-summary-mode): Setup bookmark support.
3983
3984 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
3985
3986         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
3987         if set.
3988
3989 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3990
3991         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
3992         gnus-article-browse-html-save-cid-image; make it work recursively for
3993         forwarded messages as well.
3994         (gnus-article-browse-html-parts): Work when prefix arg is given.
3995         (gnus-article-browse-html-article): Doc fix.
3996
3997 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
3998
3999         * message.el (message-default-mail-headers):
4000         (message-default-headers): Carry the value mail-default-headers over
4001         into message-default-mail-headers, rather than message-default-headers.
4002
4003 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
4004
4005         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
4006         charset.
4007
4008         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
4009         charset into the <meta> tag when the article is encoded to utf-8.
4010
4011 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4012
4013         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
4014         directories as well.
4015         (gnus-article-browse-html-parts): Work for images that do not specify
4016         file names; delete temp directory when quitting; insert header at the
4017         right place; use file: scheme for image files.
4018
4019 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
4020
4021         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
4022         (gnus-article-browse-html-parts): Use it to make temporary cid image
4023         files in addition to html file so that browser may display them.
4024
4025 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4026
4027         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
4028
4029 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4030
4031         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
4032
4033 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
4034
4035         * auth-source.el (auth-sources): Change default to be simpler.  Explain
4036         about Secret Service API sources.  Improve Customize options.
4037         (auth-source-pick): Change to accept any number of search parameters.
4038         Implement fallbacks iteratively, not recursively.  Add scoring on the
4039         second pass and sort by score.  Call Secret Service API when needed.
4040         (auth-source-user-or-password): Use it.  Call Secret Service API
4041         directly when needed to get the user name and the password.
4042
4043 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4044
4045         * message.el (message-interactive): Doc fix.
4046         (message-qmail-inject-args): Reflow.
4047         (message-kill-to-signature): Fix typo in docstring.
4048
4049         * smiley.el (smiley-buffer): Fix typo in docstring.
4050
4051 2010-03-24  Glenn Morris  <rgm@gnu.org>
4052
4053         * mail-source.el (gnus-message): Declare.
4054         (mail-source-delete-old-incoming): Require gnus-util.
4055
4056 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4057
4058         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
4059
4060         * message.el (ecomplete-setup): Autoload it for Emacs <23.
4061
4062         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
4063         password-cache's default if it is not bound.
4064         (mml-secure-passphrase-cache-expiry): Default to 16 that is
4065         password-cache-expiry's default if it is not bound.
4066
4067         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
4068         available in Emacs 21.
4069
4070         * lpath.el: Suppress compiler warnings for:
4071         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
4072         XEmacs;
4073         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
4074         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
4075         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
4076
4077 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
4078
4079         * auth-source.el (auth-sources): Fix up definition so extra parameters
4080         are always inline.
4081
4082 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
4083
4084         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
4085         wasn't updated after mismatch.  Clear cached mailbox info correctly
4086         when uidvalidity changes.
4087         (nnimap-group-prefixed-name): New function to avoid some code
4088         duplication.
4089         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
4090         (nnimap-request-group): Use it.
4091         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
4092         (nnimap-update-unseen): Significantly improved speed of Gnus startup
4093         with many imap folders.  This is done by caching the group status from
4094         the imap server persistently in a group parameter `imap-status'.  (This
4095         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
4096         but not persistently, so every Gnus startup was still very slow.)
4097
4098 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
4099
4100         * assistant.el (assistant-render-text): Run `widget-setup' and don't
4101         delete the extra newline.  Otherwise editing of :string and :number
4102         types don't work.
4103
4104 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4105
4106         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
4107         secrets.el dependency.
4108         (auth-sources): Add optional user name.  Add secrets.el configuration
4109         choice (unused right now).
4110
4111 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4112
4113         * gnus-sum.el (gnus-summary-make-menu-bar): Let
4114         `gnus-registry-install-shortcuts' fill in the functions.
4115
4116         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
4117         warnings.
4118         (gnus-registry-misc-menus): Variable to hold registry mark menus.
4119         (gnus-registry-install-shortcuts): Populate and use it in a
4120         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
4121
4122 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
4123
4124         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
4125         In-place substitutions for the group name encoding/decoding.
4126         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
4127         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
4128         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
4129         (nnimap-update-unseen, nnimap-request-list)
4130         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
4131         (nnimap-request-set-mark, nnimap-split-to-groups)
4132         (nnimap-split-articles, nnimap-request-newgroups)
4133         (nnimap-request-create-group, nnimap-request-accept-article)
4134         (nnimap-request-delete-group, nnimap-request-rename-group)
4135         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
4136         `encoded-mbx' for consistency.
4137         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
4138         variable `imap-current-mailbox'.
4139
4140         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
4141         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
4142
4143 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
4144
4145         * pop3.el (pop3-display-message-size-flag): Display message size byte
4146         counts during POP3 download.
4147         (pop3-movemail): Use it.
4148         (pop3-list): Implement listing of available messages.
4149
4150 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
4151
4152         * nnir.el (nnir-get-article-nov-override-function): New function to
4153         override the normal NOV retrieval.
4154         (nnir-retrieve-headers): Use it.
4155
4156 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
4157
4158         * auth-source.el (netrc-machine-user-or-password): Autoload.
4159
4160 2010-03-19  Glenn Morris  <rgm@gnu.org>
4161
4162         Stop message.el from loading about 40 libraries it doesn't always need.
4163         The general approach is to autoload rather than require, and to
4164         require in the specific functions rather than the file.  (Bug#5642)
4165
4166         * gmm-utils.el: Don't require wid-edit.
4167         (widget-create-child-value, widget-convert, widget-default-get):
4168         Autoload.
4169
4170         * gnus-util.el: Don't require time-date, netrc.
4171         (message-fetch-field, gnus-group-name-decode): Declare rather than
4172         autoloading.
4173         (gnus-fetch-field): Require message.
4174         (gnus-decode-newsgroups): Require gnus-group.
4175
4176         * ietf-drums.el: Don't require time-date.
4177
4178         * message.el: Don't require hashcash, canlock, ecomplete.
4179         Do require mail-utils.  Require nnheader only when compiling.
4180         (smtpmail-default-smtp-server): Remove declaration.
4181         (message-send-mail-function): Check smtpmail-default-smtp-server
4182         is bound rather than requiring smtpmail.
4183         (message-auto-save-directory, message-insert-signature): Use
4184         expand-file-name rather than nnheader-concat.
4185         (nnheader-insert-file-contents): Autoload.
4186         (hashcash-wait-async): Declare.
4187         (message-send-mail): Only call gnus-setup-posting-charset if
4188         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
4189         (message-send-mail-with-sendmail): Require sendmail.
4190         (canlock-password, canlock-password-for-verify): Declare.
4191         (message-canlock-password): Require canlock.
4192         (nnheader-get-report): Autoload.
4193         (gnus-setup-posting-charset): Declare.
4194         (message-send-news): Require gnus-msg.
4195         (message-make-references, message-make-in-reply-to): Use mail-header-id
4196         rather than the alias mail-header-message-id.
4197         (ecomplete-add-item, ecomplete-save): Declare.
4198         (message-put-addresses-in-ecomplete): Require ecomplete.
4199         (ecomplete-display-matches): Autoload.
4200
4201         * mm-decode.el: Don't require mailcap, gnus-util.
4202         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
4203         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
4204         Autoload.
4205         (mailcap-mime-extensions): Declare.
4206
4207         * mm-encode.el: Don't require mailcap.
4208         (mailcap-extension-to-mime): Autoload.
4209
4210         * mml-sec.el: Don't require password-cache.
4211
4212         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
4213         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
4214         (mml-minibuffer-read-type): Require mailcap.
4215         (mml-preview): Require gnus-msg.
4216
4217         * mml1991.el: Require password-cache.
4218         (password-cache-expiry): Remove declaration.
4219
4220         * mml2015.el: Require password-cache.
4221         (password-cache-expiry): Remove declaration.
4222
4223         * nneething.el (mailcap): Require mailcap.
4224
4225         * nnheader.el (declare-function): Add compatibility stub.
4226         (message-remove-header): Declare rather than autoload.
4227         (nnheader-replace-header): Require message.
4228
4229         * nnimap.el (declare-function): Add compatibility stub.
4230         (netrc-parse, netrc-machine-user-or-password): Declare.
4231         (nnimap-open-connection): Require netrc.
4232
4233         * nntp.el (declare-function): Add compatibility stub.
4234         (netrc-parse, netrc-machine, netrc-get): Declare.
4235         (nntp-send-authinfo): Require netrc.
4236
4237         * rfc2047.el: Don't require qp.
4238         (quoted-printable-encode-region, quoted-printable-decode-string):
4239         Autoload.
4240
4241         * sieve-mode.el: Don't require easymenu.
4242         (easy-menu-add-item): Autoload it.
4243
4244         * spam-stat.el (time-to-number-of-days): Autoload it.
4245
4246 2010-03-19  Glenn Morris  <rgm@gnu.org>
4247
4248         * password-cache.el (password-cache, password-cache-expiry): Autoload.
4249
4250 2010-03-18  Glenn Morris  <rgm@gnu.org>
4251
4252         * hashcash.el (declare-function): Remove duplicate definition.
4253
4254 2010-03-17  Kevin Ryde  <user42@zip.com.au>
4255
4256         * mml.el (mml-read-tag): Unquote values with `read' to reverse
4257         prin1 in mml-insert-tag (just stripping the quotes gave wrong
4258         value if any backslash escapes).
4259
4260 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4261
4262         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
4263         if it is available.  (bug#5647)
4264
4265         * lpath.el: Suppress compiler warning for coding-system-from-name for
4266         Emacs 21 and XEmacs.
4267
4268 2010-03-14  Juri Linkov  <juri@jurta.org>
4269
4270         * hmac-def.el:
4271         * hmac-md5.el:
4272         * netrc.el: Fix keywords.
4273
4274 2010-02-26  Glenn Morris  <rgm@gnu.org>
4275
4276         * message.el (message-send-mail-function): Change the default, so that
4277         it inherits from a customized send-mail-function.  (Bug#5643)
4278
4279 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4280
4281         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
4282         shell-command-to-string signals an error (bug#5299).
4283
4284 2010-02-24  Glenn Morris  <rgm@gnu.org>
4285
4286         * message.el (message-smtpmail-send-it)
4287         (message-send-mail-with-mailclient): Doc fixes.
4288
4289 2010-02-16  Glenn Morris  <rgm@gnu.org>
4290
4291         * message.el (message-default-mail-headers): Change the default value
4292         to ease the transition from mail-mode to message-mode.  (Bug#5555)
4293
4294 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4295
4296         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
4297         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
4298
4299 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
4300
4301         * time-date.el (date-to-time): Doc fix (Bug#5408).
4302
4303 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
4304
4305         * message.el (message-mail): Just pass yank-action on to message-setup.
4306         (message-setup): Handle (FUN . ARGS) form of yank-action.
4307         (message-with-reply-buffer, message-widen-reply)
4308         (message-yank-original): Handle non-buffer values of
4309         message-reply-buffer (Bug#4080).
4310         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
4311
4312 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
4313
4314         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
4315         Fix typo in docstring.
4316
4317 2010-01-08  Jason Rumney  <jasonr@gnu.org>
4318
4319         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
4320         response.
4321
4322 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4323
4324         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
4325
4326         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4327
4328         * message.el (message-check-news-header-syntax): Protect against a
4329         string that `rfc822-addresses' returns when parsing fails.
4330
4331 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4332
4333         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
4334         (gnus-previous-char-property-change): New functions.
4335
4336         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
4337
4338 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
4339
4340         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
4341         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
4342
4343 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
4344
4345         * message.el (message-exchange-point-and-mark): Rework last change to
4346         avoid using optional arg of exchange-point-and-mark, for backward
4347         compatibility.
4348
4349 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
4350
4351         * message.el (message-exchange-point-and-mark): Call
4352         exchange-point-and-mark with an argument rather than setting
4353         mark-active by hand (Bug#5175).
4354
4355 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4356
4357         * nntp.el (nntp-service-to-port): Work for service expressed with
4358         numeric string; replace [:digit:] with [0-9] for XEmacs.
4359
4360 2009-12-17  Glenn Morris  <rgm@gnu.org>
4361
4362         * gnus-group.el (gnus-bug-group-download-format-alist):
4363         Change emacs entry to debbugs.gnu.org.  Bump :version.
4364
4365 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
4366
4367         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
4368
4369 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
4370
4371         * message.el (message-info): Explain why we use `Info-goto-node'.
4372
4373 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4374
4375         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
4376
4377 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4378
4379         * message.el (message-completion-in-region): New compatibility function.
4380         (message-expand-group): Use it.
4381
4382 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4383
4384         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
4385         with no unread article should be listed if the 2nd arg `predicate' is
4386         given.
4387
4388 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4389
4390         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
4391
4392 2009-11-29  Juri Linkov  <juri@jurta.org>
4393
4394         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
4395         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
4396         on `gnus-recenter'. (Bug#4698, Bug#4981)
4397
4398 2009-11-26  Kevin Ryde  <user42@zip.com.au>
4399
4400         * sha1.el (sha1-string-external): default-directory "/" in case
4401         otherwise non-existent.  process-connection-type pipe for touch of
4402         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
4403
4404 2009-11-25  Kevin Ryde  <user42@zip.com.au>
4405
4406         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
4407         it's comms related and sgml-mode.el has "comm" on that basis too.
4408
4409 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4410
4411         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
4412         containing tspecial characters if they have been already quoted.
4413
4414 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
4415
4416         * dns-mode.el (auto-mode-alist): Purecopy string.
4417
4418 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4419
4420         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
4421
4422 2009-10-24  Glenn Morris  <rgm@gnu.org>
4423
4424         * gnus-art.el (help-xref-stack-item): Define for compiler.
4425
4426 2009-10-21  Kevin Ryde  <user42@zip.com.au>
4427
4428         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
4429
4430 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4431
4432         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
4433
4434 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4435
4436         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
4437         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
4438
4439 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4440
4441         * gnus.el (gnus-overlay-get): New alias to overlay-get.
4442         (gnus-overlays-in): New alias to overlays-in.
4443
4444         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
4445         gnus-overlay-get, and gnus-delete-overlay.
4446         (gnus-summary-show-thread): Make it work as well for systems in which
4447         next-single-char-property-change is not available.
4448         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
4449
4450         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
4451         (gnus-overlay-get): New alias to extent-property.
4452         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
4453
4454         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
4455         SXEmacs.
4456
4457         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
4458         SXEmacs.
4459
4460 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
4461
4462         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
4463
4464 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
4465
4466         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
4467         and XEmacs that don't have `remove-overlays'.
4468
4469 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4470
4471         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
4472         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
4473         selective display.  Use overlays instead.
4474
4475 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
4476
4477         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
4478
4479 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
4480
4481         * spam-stat.el (spam-stat-load): Fix typo in message.
4482
4483 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
4484
4485         * dig.el (dig-invoke): Fix typo in docstring.
4486         (query-dig): Reflow docstring.
4487
4488 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
4489
4490         * gnus-art.el (gnus-article-encrypt-body):
4491         * message.el (message-check-recipients):
4492         * mm-util.el (mm-codepage-setup):
4493         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
4494         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
4495
4496 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
4497
4498         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
4499         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
4500         keys from the menu if mm-{sign,encrypt}-option is 'guided.
4501         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
4502         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
4503
4504 2009-09-21  Kevin Ryde  <user42@zip.com.au>
4505
4506         * dig.el: Add "Keywords: comm", as per net-utils.el.
4507
4508 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4509
4510         * dig.el (dig-mode): Use define-derived-mode.
4511
4512 2009-09-19  Glenn Morris  <rgm@gnu.org>
4513
4514         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
4515
4516 2009-09-18  Glenn Morris  <rgm@gnu.org>
4517
4518         * gnus-diary.el (gnus-diary-check-message):
4519         * message.el (message-insert-formatted-citation-line):
4520         * nnbabyl.el (top-level):
4521         * nndiary.el (nndiary-schedule):
4522         Fix typos in condition-case handlers.
4523
4524 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4525
4526         * gnus-art.el (gnus-article-edit-part): Work for the buffer
4527         configuration that provides the sole article window in a frame;
4528         position point correctly after deleting a part.
4529
4530 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
4531
4532         * spam.el (spam-unregister-on-reregister): Add boolean variable.
4533         (spam-resolve-registrations-routine): Use it to unregister articles
4534         that change status.
4535
4536 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4537
4538         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
4539         with XEmacs.
4540         (parse-time-string-chars): Use it.
4541
4542 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
4543
4544         * imap.el (imap-interactive-login): Better messages.
4545         (imap-open): Fix bug with renamed buffer on reconnect.
4546         (imap-authenticate): Add buffer-local imap-last-authenticator variable
4547         for easier debugging and cleaner code.  On successful (guessed based on
4548         server capabilities) secondary authentication, set imap-state
4549         correctly.
4550         (imap-last-authenticator): Define imap-last-authenticator as a variable
4551         to avoid warnings.
4552
4553 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4554
4555         * nnrss.el (nnrss-request-article): Remove binding of
4556         default-enable-multibyte-characters that has gotten needless by
4557         the 2007-07-13 change in rfc2047-encode-message-header.
4558
4559         * mml.el (mml-insert-multipart): Error on the message header.
4560         (mml-insert-part): Error on the message header; position point at
4561         the end of a MIME tag.
4562
4563 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4564
4565         * time-date.el (autoload): Expand define-obsolete-function-alias into
4566         defalias and make-obsolete for old Emacsen that Gnus supports.
4567         (with-no-warnings): Define it for old Emacsen.
4568         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
4569         is available.
4570         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
4571         float-time is available; suppress compile warning for time-to-seconds.
4572
4573         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
4574         (gnus-float-time): Alias to float-time if it exists.
4575
4576         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
4577         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
4578         float-time is available; suppress compile warning for time-to-seconds.
4579
4580         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
4581         XEmacs.
4582
4583 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
4584
4585         * imap.el (imap-message-map): Docstring fix.
4586
4587 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4588
4589         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
4590         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
4591         Add the optional argument `encoding' that overrides the default.
4592
4593         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
4594         mm-encode-buffer.
4595
4596 2009-09-04  Glenn Morris  <rgm@gnu.org>
4597
4598         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
4599         mm-disable-multibyte, rather than default-enable-multibyte-characters.
4600         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
4601         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
4602         * mm-util.el (mm-with-unibyte-current-buffer)
4603         (mm-find-buffer-file-coding-system):
4604         * yenc.el (yenc-decode-region): Use default-value rather than
4605         default-enable-multibyte-characters.
4606
4607 2009-09-03  Glenn Morris  <rgm@gnu.org>
4608
4609         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
4610         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
4611         than default-enable-multibyte-characters.
4612
4613 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
4614
4615         * gnus-art.el (gnus-article-read-summary-keys):
4616         Fix gnus-buffer-configuration's value temporarily used.
4617
4618 2009-09-02  Glenn Morris  <rgm@gnu.org>
4619
4620         * gnus-util.el (gnus-float-time): New function.
4621         * gnus-delay.el (gnus-delay-article):
4622         * gnus-sum.el (gnus-thread-latest-date):
4623         * gnus-util.el (gnus-user-date): Use gnus-float-time.
4624         * nnspool.el (nnspool-request-newgroups):
4625         Use gnus-float-time rather than time-to-seconds.
4626         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
4627
4628         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
4629         (gnus-header-subject-face, gnus-header-newsgroups-face)
4630         (gnus-header-name-face, gnus-header-content-face):
4631         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
4632         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
4633         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
4634         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
4635         (gnus-cite-face-11):
4636         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
4637         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4638         (gnus-server-closed-face, gnus-server-denied-face)
4639         (gnus-server-offline-face):
4640         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
4641         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
4642         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
4643         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
4644         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
4645         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
4646         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
4647         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
4648         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
4649         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
4650         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
4651         (gnus-summary-selected-face, gnus-summary-cancelled-face)
4652         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
4653         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
4654         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
4655         (gnus-summary-high-undownloaded-face)
4656         (gnus-summary-low-undownloaded-face)
4657         (gnus-summary-normal-undownloaded-face)
4658         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
4659         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
4660         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
4661         (gnus-splash-face):
4662         * message.el (message-header-to-face, message-header-cc-face)
4663         (message-header-subject-face, message-header-newsgroups-face)
4664         (message-header-other-face, message-header-name-face)
4665         (message-header-xheader-face, message-separator-face)
4666         (message-cited-text-face, message-mml-face):
4667         * sieve-mode.el (sieve-control-commands-face)
4668         (sieve-action-commands-face, sieve-test-commands-face)
4669         (sieve-tagged-arguments-face):
4670         * spam.el (spam-face):
4671         Mark face aliases with "-face" in the name as obsolete.
4672
4673 2009-09-01  Glenn Morris  <rgm@gnu.org>
4674
4675         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
4676         than goto-line.
4677
4678 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4679
4680         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4681         Don't move point if the command is invoked inside the message header.
4682
4683 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4684
4685         * imap.el (imap-send-command): Simplify.
4686         (imap-wait-for-tag): point-max -> buffer-size.
4687
4688 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4689
4690         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
4691         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
4692         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
4693         * nnir.el (nnir-swish-e-index-file):
4694         * gnus-sum.el (gnus-summary-delete-marked-as-read)
4695         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
4696         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4697         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
4698         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
4699         (gnus-treat-display-xface): Add Emacs version of obsolescence.
4700
4701 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4702
4703         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4704         Don't save excursion.
4705
4706 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4707
4708         * nnheader.el (nnheader-find-file-noselect):
4709         * mm-util.el (mm-insert-file-contents):
4710         Use (default-value 'major-mode) instead of default-major-mode.
4711
4712 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4713
4714         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
4715
4716 2009-08-26  Glenn Morris  <rgm@gnu.org>
4717
4718         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
4719         than placing in files.el.
4720
4721 2009-08-25  Glenn Morris  <rgm@gnu.org>
4722
4723         * nnir.el (top-level): Don't require cl at run-time.
4724         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
4725         Replace cl-function substitute with gnus-replace-in-string.
4726         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
4727         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
4728         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
4729         simplified expansions.
4730
4731 2009-08-25  Kevin Ryde  <user42@zip.com.au>
4732
4733         * dig.el (dig): Add autoload cookie.
4734
4735 2009-08-22  Glenn Morris  <rgm@gnu.org>
4736
4737         * gnus-art.el (gnus-button-patch): Use forward-line rather than
4738         goto-line.
4739
4740 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
4741
4742         * parse-time.el (parse-time-string-chars): Save match data.
4743
4744 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
4745
4746         * parse-time.el (parse-time-string-chars): Compute using character
4747         classes, to handle non-ascii characters (Bug#3190).
4748
4749 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4750
4751         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
4752
4753         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
4754         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
4755         (gnus-mm-display-part, gnus-mime-display-single)
4756         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
4757         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
4758
4759         * gnus-sum.el
4760         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
4761         (gnus-summary-move-article): Add expirable mark to articles copied or
4762         moved to group that has auto-expire turned on if the option is non-nil.
4763
4764 2009-07-24  Glenn Morris  <rgm@gnu.org>
4765
4766         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
4767         Fix typo.  (Bug#3903)
4768
4769 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4770
4771         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
4772         gnus-article-read-summary-keys rather than gnus-summary-edit-article
4773         that should not be used for draft articles.
4774         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
4775         that has no concern in minor mode keys.
4776         (gnus-article-summary-command, gnus-article-summary-command-nosave):
4777         Abolish.
4778
4779 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4780
4781         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
4782         article without making inquiry to a user for unknown encoding.
4783
4784         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
4785         (nnmaildir--scan): Assume i-node and device number that file-attributes
4786         returns might be cons-cell.
4787
4788         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
4789
4790         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
4791
4792 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
4793
4794         * auth-source.el: Remove docs now in auth.texi.  Don't use
4795         `gnus-message' for logging.  Add new variables `auth-source-debug' and
4796         `auth-source-hide-passwords' and use them.
4797
4798 2009-07-15  Glenn Morris  <rgm@gnu.org>
4799
4800         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
4801
4802 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4803
4804         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
4805         excessive whitespace from the default values of title and description.
4806
4807 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4808
4809         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
4810         mail-fetch-field to fetch Content-Description header in order to
4811         exclude newlines.
4812
4813 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
4814
4815         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
4816         format used by GnuPG 2.0.11.
4817
4818 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4819
4820         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
4821         to deleted part.
4822
4823 2009-05-30  David Engster  <dengste@eml.cc>
4824
4825         * nnmairix.el: Remove old documentation in the commentary block.
4826         (nnmairix-request-group): Do not update active file for nnml back ends.
4827         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
4828         end so that overview files are ignored.
4829         (nnmairix-update-groups): Make updating the groups more robust by using
4830         marks.
4831         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
4832         with dollar characters in message-id.
4833
4834 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
4835
4836         * spam.el: Use dns-query instead of query-dns.  Was renamed on
4837         2008-12-25 in dns.el.
4838
4839 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4840
4841         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
4842         could happen if the text is only composed of spaces and/or tabs.
4843
4844 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
4845
4846         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
4847         when sending a queued message to avoid extra mml tags.
4848
4849 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4850
4851         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
4852
4853 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4854
4855         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
4856         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
4857         rmail-toggle-header for XEmacs;
4858         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
4859
4860 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4861
4862         * gnus-dired.el: Remove autoload for gnus-setup-message.
4863         (gnus-dired-attach): Fake this-command value to prevent Gnus from
4864         displaying Gnus logo; always use compose-mail.
4865
4866 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4867
4868         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
4869
4870 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4871
4872         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
4873         (gnus-nocem-issuers): List currently active issuers; fix custom type.
4874         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
4875         available.
4876         (gnus-nocem-epg-verify): New function.
4877
4878 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
4879
4880         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
4881
4882 2009-02-15  Glenn Morris  <rgm@gnu.org>
4883
4884         * gnus-util.el (rmail-insert-rmail-file-header)
4885         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
4886         autoloads.
4887         (rmail-default-rmail-file): Remove unnecessary declaration.
4888         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
4889
4890 2009-02-14  Glenn Morris  <rgm@gnu.org>
4891
4892         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
4893         variable (only used in gnus-util, which declares it anyway).
4894         (rmail-output-to-rmail-file): Remove autoload of deleted function,
4895         which was only needed by gnus-art (changed to not use it any more).
4896         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
4897         only used in gnus-util, which autoloads it itself.
4898         (rmail-update-summary): Fix autoload.
4899
4900         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
4901         rather than rmail-output-to-rmail-file.
4902
4903 2009-02-07  Glenn Morris  <rgm@gnu.org>
4904
4905         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
4906         autoload of function that no longer exists.
4907         (rmail-toggle-header): Declare.
4908         (message-forward-rmail-make-body): Handle mbox Rmail.
4909
4910 2009-01-31  Glenn Morris  <rgm@gnu.org>
4911
4912         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
4913         2009-01-09 change.
4914
4915 2009-01-31  Dave Love  <fx@gnu.org>
4916
4917         * imap.el (imap-fetch-safe): Bind debug-on-error.
4918         (imap-debug): Add imap-fetch-safe.
4919
4920 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
4921
4922         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
4923         (auth-source-forget-all-cached): New convenience function.
4924         (auth-source-user-or-password): Accept list of modes or a single mode.
4925
4926         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
4927         auth-source modes.
4928
4929         * netrc.el (netrc-machine-user-or-password): Use list of
4930         auth-source modes.
4931
4932         * nnimap.el (nnimap-open-connection): Use list of
4933         auth-source modes.
4934
4935         * nntp.el (nntp-send-authinfo): Use list of
4936         auth-source modes.
4937
4938 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4939
4940         * auth-source.el: Update docs to reflect epa-file-enable is to be used
4941         now.
4942
4943 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4944
4945         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
4946         coding system in XEmacs; add a workaround for XEmacs.
4947
4948         * lpath.el: Fbind coding-system-aliasee.
4949
4950 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4951
4952         * mm-util.el (mm-coding-system-priorities): Protect against nil value
4953         of current-language-environment.
4954
4955 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
4956
4957         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
4958         available at runtime.
4959
4960 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4961
4962         * gnus-art.el (article-date-ut): Fix end point of narrowing.
4963
4964 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
4965
4966         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
4967         the greatest positive fixnum value doesn't work under an XEmacs with
4968         bignum support; use the most-positive-fixnum constant instead,
4969         available since Emacs 21.1 with cl and XEmacs 21.1.
4970
4971 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4972
4973         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
4974         XEmacs gets not to work.
4975
4976 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4977
4978         * mm-util.el (mm-coding-system-priorities): Allow the value like
4979         "Japanese (UTF-8)" of current-language-environment.
4980
4981 2009-01-09  Glenn Morris  <rgm@gnu.org>
4982
4983         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
4984         with last-command-event.
4985
4986 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
4987
4988         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
4989         in the doc string.
4990
4991         * message.el (message-fix-before-sending): Amend comment.
4992
4993 2009-01-08  Dave Love  <fx@gnu.org>
4994
4995         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
4996
4997 2009-01-07  David Engster  <dengste@eml.cc>
4998
4999         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
5000         simplified server definitions by converting it via
5001         gnus-server-to-method.
5002
5003 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5004
5005         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
5006         parameter's operands.
5007
5008 2009-01-06  David Engster  <dengste@eml.cc>
5009
5010         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
5011         primary select method (for gnus-group-mark-article-as-read).
5012
5013 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
5014
5015         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
5016         `(gnus)Face', not `(gnus)X-Face'.
5017
5018 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5019
5020         * mm-util.el (mm-ucs-to-char): New function.
5021
5022         * mm-url.el (mm-url-decode-entities): Use it.
5023
5024         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
5025         unicode-to-char.
5026
5027 2009-01-05  Dave Love  <fx@gnu.org>
5028
5029         * time-date.el: Require cl for `declare'.
5030
5031 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5032
5033         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
5034         Dave Love.
5035
5036 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5037
5038         * message.el (message-fix-before-sending): Add `eight-bit' to
5039         illegible-text check.
5040
5041 2009-01-03  Michael Olson  <mwolson@gnu.org>
5042
5043         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
5044         `headers' is nil.  This can occur if the IMAP server does not have
5045         permissions to read messages from a folder, but can write new messages
5046         to the folder.
5047         (nnimap-request-article-part): Do not insert `data' if it is nil.
5048
5049         * imap.el (imap-parse-fetch): Courier can insert spurious blank
5050         characters which will confuse `read', so skip past them.
5051
5052 2009-01-01  Dave Love  <fx@gnu.org>
5053
5054         * imap.el (imap-string-to-integer): Fix typo.
5055         (imap-fetch-safe): New function.
5056         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
5057
5058         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
5059
5060         * imap.el (imap-process-connection-type, imap-debug, imap-open):
5061         (imap-parse-greeting): Fix doc strings.
5062         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
5063         (imap-parse-flag-list): Make messages unique.
5064         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
5065
5066         * nnimap.el: Fix author email.
5067         (nnimap-split-rule): Add FIXME comment.
5068         (nnimap-debug): Fix doc string.
5069
5070 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5071
5072         * dns.el (dns-set-servers): Check "Address".  Fix typo.
5073
5074 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
5075
5076         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
5077         nslookup if resolv.conf isn't available.
5078         (dns-query): Rename from query-dns.
5079         (dns-query-cached): Rename from query-dns-cached.
5080
5081 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5082
5083         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
5084         overlay-arrow-position and overlay-arrow-string buffer-local; no need
5085         to check if those variables exist (first appeared in Emacs 18.50).
5086
5087 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5088
5089         * mm-util.el (mm-line-number-at-pos): New function.
5090
5091         * spam-report.el (spam-report-process-queue): Use it.
5092
5093 2008-12-24  David Engster  <dengste@eml.cc>
5094
5095         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
5096         parameters that haven't existed as variables as buffer-local variables.
5097
5098 2008-12-23  Dave Love  <fx@gnu.org>
5099
5100         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
5101         cadar.
5102
5103         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
5104         imap-starttls-p.
5105         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
5106
5107 2008-12-22  Dave Love  <fx@gnu.org>
5108
5109         * imap.el: Fix author email.  Doc fixes.
5110         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
5111         reply.
5112
5113 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
5114
5115         * spam-report.el (spam-report-gmane-max-requests): New constant.
5116         (spam-report-gmane-wait): New variable.
5117         (spam-report-gmane-ham, spam-report-gmane-spam)
5118         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
5119         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
5120         the server.
5121
5122         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
5123         Add explanations.
5124
5125         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
5126         nnheader-accept-process-output and nnheader-read-timeout if available.
5127         (pop3-movemail): Use it.
5128
5129         * message.el (message-check-news-body-syntax): Fix signature check if
5130         there's an attachment.
5131
5132 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5133
5134         * mm-util.el: Add comments to the mm- emulating functions.
5135
5136 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
5137
5138         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
5139         by Stephen Berman <stephen.berman@gmx.net>.
5140
5141 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5142
5143         * mm-util.el (mm-substring-no-properties): New function.
5144         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
5145         (mm-special-display-p): Enable those lambda forms to be byte compiled.
5146         (mm-string-to-multibyte): Doc fix.
5147
5148         * mml.el (mml-attach-file): Use mm-substring-no-properties.
5149
5150 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5151
5152         * mml.el (mml-attach-file): Strip text properties from file name.
5153         (Bug#1574)
5154
5155 2008-12-16  Glenn Morris  <rgm@gnu.org>
5156
5157         * mm-util.el (mm-charset-override-alist): Declare for compiler.
5158
5159 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5160
5161         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
5162         knows since the charset specified might be a bogus alias that
5163         mm-charset-synonym-alist provides.
5164
5165 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5166
5167         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
5168         "ISO_8859-1".
5169
5170         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
5171
5172 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5173
5174         * mm-util.el (mm-charset-eval-alist):
5175         Define it before mm-charset-to-coding-system.
5176         (mm-charset-to-coding-system): Add optional argument `silent';
5177         define it before mm-charset-override-alist.
5178         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
5179         default value if it can be used in Emacs currently running;
5180         silence mm-charset-to-coding-system.
5181
5182 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5183
5184         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
5185         `allow-override' which says whether to use `mm-charset-override-alist'.
5186         (rfc2047-decode-encoded-words): Use it.
5187
5188         * mm-util.el (mm-charset-override-alist): Fix custom type;
5189         add `(gb2312 . gbk)' to choices.
5190
5191 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5192
5193         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
5194         fast.
5195
5196         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5197
5198         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
5199
5200 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
5201
5202         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
5203         on links.
5204
5205         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5206
5207 2008-12-03  Lute Kamstra  <lute@gnu.org>
5208
5209         * sha1.el: Remove leading * from docstrings of defcustoms,
5210         deffaces, defconsts and defuns.
5211
5212 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5213
5214         * message.el (message-idna-to-ascii-rhs-1): Protect against local
5215         users' addresses that don't have domain parts.
5216         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
5217         rather than message-narrow-to-head since there will be the message
5218         header separator.
5219
5220 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5221
5222         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
5223         since the result is inserted in a unibyte buffer anyway.
5224         (nnimap-demule-use-string-to-multibyte): Remove.
5225         (nnimap-demule): Alias it to mm-string-to-multibyte.
5226
5227 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
5228
5229         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
5230         variable for debugging bug#464 and bug#1174.
5231         (nnimap-demule): Use it.
5232
5233 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5234
5235         * gnus-score.el (gnus-score-find-trace): Handle default score in total
5236         score calculation correctly.
5237
5238 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5239
5240         * message.el (message-send-mail): Just set the buffer to unibyte
5241         rather than use mm-with-unibyte-current-buffer which does a lot more.
5242         (message-send-mail-partially): Don't bother with
5243         mm-with-unibyte-current-buffer since it's already been made unibyte by
5244         message-send-mail.
5245
5246 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
5247
5248         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
5249
5250 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
5251
5252         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
5253
5254 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5255
5256         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
5257         require itself and to remove `with-no-warnings'.
5258
5259 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5260
5261         * starttls.el (starttls-any-program-available): Get the name of the
5262         available TLS layer program.
5263         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
5264         well as the host name in the "opening" message.
5265
5266         * auth-source.el (auth-source-cache, auth-source-do-cache)
5267         (auth-source-user-or-password): Cache passwords and logins by default,
5268         allow override with `auth-source-do-cache'.
5269         (auth-source-forget-user-or-password): Allow users to remove cache
5270         entries if needed.
5271
5272 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
5273
5274         * md4.el (md4-buffer): Fix typo in docstring.
5275         (md4, md4-64): Doc fixes.
5276         (md4-pack-int32): Reflow docstring.
5277
5278 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5279
5280         * ietf-drums.el (ietf-drums-remove-comments): Localize second
5281         condition-case to only the forward-sexp call.
5282
5283 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5284
5285         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
5286         quotes contained.  Make it more robust regardless by an extra
5287         condition-case wrapper.
5288
5289 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5290
5291         * lpath.el: No need to fbind codepage-setup for Emacs 23.
5292
5293 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5294
5295         * nnml.el (nnml-request-expire-articles): Check if the function set to
5296         `nnmail-expiry-target' returns the symbol `delete'.
5297
5298         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
5299
5300         * nnmail.el (nnmail-expiry-target): Fix custom type.
5301
5302 2008-10-02  Glenn Morris  <rgm@gnu.org>
5303
5304         * mm-util.el (mm-codepage-setup): Tweak codepage error.
5305         Silence compiler warning.
5306
5307 2008-10-01  Magnus Henoch  <mange@freemail.hu>
5308
5309         * tls.el (open-tls-stream): Show the actual command being
5310         executed, instead of the format string.
5311
5312 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5313
5314         * lpath.el: Fbind codepage-setup for Emacs 23.
5315
5316 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
5317
5318         * mml.el (mml-menu): Don't assume mml2015 is bound.
5319
5320 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5321
5322         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
5323         exists.
5324
5325 2008-09-27  Glenn Morris  <rgm@gnu.org>
5326
5327         * gnus-util.el (mail-header-remove-comments): Autoload it.
5328
5329 2008-09-27  Andreas Schwab  <schwab@suse.de>
5330
5331         * gnus-util.el (gnus-split-references): Strip comments.
5332         (gnus-parent-id): Likewise.
5333
5334 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
5335
5336         * message.el (message-confirm-send): Fix version.
5337
5338 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5339
5340         * message.el (message-idna-to-ascii-rhs-1): Use
5341         mail-extract-address-components rather than mail-header-parse-addresses
5342         that is an alias by default to ietf-drums-parse-addresses that does not
5343         support non-ASCII names in headers' contents.
5344
5345 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5346
5347         * message.el (message-confirm-send): Fixed variable documentation to
5348         avoid the "y/n" wording.
5349
5350 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
5351
5352         * message.el (message-set-auto-save-file-name): Save to a different
5353         filename so multiple messages (especially drafts) can be recovered.
5354
5355 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
5356
5357         * message.el (message-confirm-send): Add appropriate version.
5358
5359 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5360
5361         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
5362         defvar.
5363
5364 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
5365
5366         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
5367         (mm-pkcs7-enveloped-magic): Ditto.
5368
5369 2008-09-17  Simon Josefsson  <simon@josefsson.org>
5370
5371         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
5372         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
5373
5374 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
5375
5376         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
5377         default, it's better.
5378
5379 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
5380
5381         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
5382         summary line gnus-number property and ignore them (with a warning
5383         message).
5384
5385 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5386
5387         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
5388         macro caddr in the interactive form since it won't be expanded.
5389
5390 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5391
5392         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
5393         `charset'; fix name of function called recursively.
5394         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
5395
5396 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5397
5398         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
5399         (gnus-mime-set-charset-parameters): New function.
5400         (gnus-mime-view-part-as-charset): Use it to correctly display part
5401         specifying wrong charset.
5402
5403 2008-09-08  David Engster  <dengste@eml.cc>
5404
5405         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
5406         in completing-read for back end server.
5407
5408 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
5409
5410         * message.el (message-confirm-send): New variable to confirm sending a
5411         message.
5412         (message-send): Use it.
5413
5414 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
5415
5416         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
5417
5418 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5419
5420         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
5421
5422 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
5423
5424         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
5425         prevent tracking too many groups.
5426         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
5427         Use it.
5428
5429 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
5430
5431         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
5432         moving point to the bottom of the window in order to avoid recentering.
5433
5434 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5435
5436         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
5437
5438         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
5439         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
5440         (gnus-article-beginning-of-window): Fix calculation.
5441
5442 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5443
5444         * gnus-msg.el (gnus-summary-supersede-article)
5445         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
5446         value of gnus-newsgroup-charset to decode non-MIME encoded text in
5447         message header.
5448
5449 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
5450
5451         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
5452         pending output coming after the status change.
5453
5454 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
5455
5456         * message.el:
5457         * gnus-start.el:
5458         * gnus-registry.el: Remove VMS support.
5459
5460 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5461
5462         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
5463         macro.
5464         (rfc2104-hash): Use it.
5465
5466 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
5467
5468         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
5469         (gnus-summary-sort-by-most-recent-date): New commands.
5470         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
5471         and menu entries.
5472
5473 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5474
5475         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
5476         don't redisplay article for raw contents; remove plural articles stuff.
5477
5478         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
5479         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
5480         on gnus-summary-save-article; display results properly.
5481
5482 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5483
5484         * lpath.el: No need to fbind ns-focus-frame.
5485
5486 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5487
5488         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
5489
5490 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5491
5492         * gnus-art.el (gnus-summary-save-in-pipe): Consider
5493         gnus-save-all-headers.
5494
5495 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
5496
5497         * gnus-util.el (ns-focus-frame): Remove declaration.
5498         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
5499         like x.
5500
5501 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
5502
5503         * rfc2104.el (rfc2104-zero): Delete defconst.
5504         (rfc2104-hex-alist): Likewise.
5505         (rfc2104-hex-to-int): Delete func.
5506         (rfc2104-hexstring-to-bitstring): Likewise.
5507         (rfc2104-nybbles): New defconst.
5508         (rfc2104-hash): Rewrite for speed.
5509
5510 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5511
5512         * tls.el (open-tls-stream): Make it work with the 2nd argument
5513         BUFFER that is a string but does not exist as a buffer object, as
5514         mentioned in the doc-string.
5515
5516 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5517
5518         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
5519         SXEmacs.
5520
5521 2008-07-16  Glenn Morris  <rgm@gnu.org>
5522
5523         * gnus-util.el (ns-focus-frame): Declare for compiler.
5524
5525 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5526
5527         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
5528         set as a group parameter.
5529         (gnus-summary-save-in-pipe): Work when it is called independently.
5530         (gnus-summary-pipe-to-muttprint): Don't modify
5531         gnus-summary-pipe-output-default-command.
5532
5533 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5534
5535         * message.el (message-send-mail-with-sendmail):
5536         Display the error message.
5537
5538 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5539
5540         * gnus-art.el (gnus-default-article-saver):
5541         Add gnus-summary-save-in-pipe to choices.
5542         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
5543         gnus-summary-pipe-output-default-command as the default command.
5544         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
5545         instead of gnus-last-shell-command.
5546
5547         * gnus-sum.el (gnus-summary-pipe-output-default-command):
5548         New user option.
5549         (gnus-summary-muttprint-program): Mention the value will be changed.
5550         (gnus-summary-save-article): Force showing of all headers.
5551         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
5552
5553 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
5554
5555         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
5556
5557 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
5558
5559         * nnimap.el (nnimap-id):
5560         * sieve-manage.el (sieve-manage-open): Doc fixes.
5561
5562 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
5563
5564         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
5565         if available.
5566
5567 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5568
5569         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
5570
5571         * nnkiboze.el (nnkiboze-generate-group):
5572         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
5573
5574         * nnmairix.el: Require CL.
5575
5576 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5577
5578         * dgnushack.el: Autoload get-display-table and put-display-table for
5579         XEmacs 21.5.
5580
5581         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
5582         21.4 and SXEmacs.
5583
5584 2008-06-15  David Engster  <dengste@eml.cc>
5585
5586         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
5587
5588 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
5589
5590         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
5591         New macros that expand to an `aset'/`aref' call under Emacs, and to a
5592         runtime choice under XEmacs.
5593
5594         * gnus-sum.el (gnus-summary-set-display-table):
5595         Use `gnus-put-display-table', `gnus-get-display-table',
5596         `gnus-set-display-table' for the display table, instead of `aset'.
5597
5598         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
5599         Use `gnus-put-display-table', `gnus-get-display-table',
5600         `gnus-set-display-table' for the display table.
5601
5602 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5603
5604         * nnmairix.el: Add autoloads.
5605
5606 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5607
5608         * nnmairix.el (nnmairix-delete-recreate-group)
5609         (nnmairix-update-and-clear-marks): Fix error messages.
5610
5611 2008-06-14  David Engster  <dengste@eml.cc>
5612
5613         * nnmairix.el: Upgrade to version 0.6.
5614         (nnmairix-group-toggle-propmarks-this-group)
5615         (nnmairix-group-toggle-readmarks-this-group)
5616         (nnmairix-group-delete-recreate-this-group)
5617         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
5618         (nnmairix-remove-tick-mark-original-article): New commands.
5619         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
5620         (nnmairix-propagate-marks-to-nnmairix-groups)
5621         (nnmairix-only-use-registry, nnmairix-allowfast-default)
5622         (nnmairix-marks-cache, nnmairix-version-output): New variables.
5623         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
5624         functions needed for marks propagation and manipulation of read marks.
5625         (nnmairix-update-groups): New function.
5626         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
5627         (nnmairix-determine-original-group-from-registry)
5628         (nnmairix-determine-original-group-from-path)
5629         (nnmairix-get-group-from-file-path, nnmairix-map-range)
5630         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
5631         New helper functions.
5632         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
5633         keystrokes for new commands.
5634         (nnmairix-delete-and-create-on-change): Doc string cleanup.
5635         (nnmairix-request-group): Check allow-fast group parameter.
5636         (nnmairix-request-create-group): Set allow-fast group parameter if
5637         nnmairix-allowfast-default is set.
5638         (nnmairix-close-group): Propagate marks upon closing if needed.
5639         (nnmairix-group-toggle-threads-this-group): Use new.
5640         nnmairix-group-toggle-parameter helper function.
5641         (nnmairix-search): Better check for empty search result.
5642         (nnmairix-goto-original-article): Use new helper functions for
5643         determining original article.
5644         (nnmairix-show-original-article): Make sure message-id is in brackets.
5645         (nnmairix-call-mairix-binary): Change variable name.
5646         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
5647         helper function.
5648         (nnmairix-widget-toggle-activate): Fix doc string.
5649
5650 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5651
5652         * nnir.el: Require edmacro when compiling with XEmacs.
5653         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
5654         available in Emacs 21.
5655
5656 2008-06-11  Glenn Morris  <rgm@gnu.org>
5657
5658         * gnus-util.el (x-focus-frame):
5659         * gnus.el (image-size):
5660         * mm-decode.el (image-size): Declare.
5661
5662         * gnus-picon.el (declare-function): Add compat definition.
5663         (image-size): Declare.
5664
5665         * gnus-group.el (tool-bar-map):
5666         * gnus-sum.el (tool-bar-map): Define for compiler.
5667
5668         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
5669
5670         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
5671
5672         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
5673         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
5674         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
5675         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
5676         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
5677         * sieve-manage.el, spam-report.el, spam.el:
5678         Remove unnecessary eval-and-compile of autoloads.
5679
5680 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
5681
5682         * auth-source.el: Precise Tramp doc.
5683
5684 2008-06-07  Glenn Morris  <rgm@gnu.org>
5685
5686         * nnmairix.el: Remove unnecessary eval-when-compile.
5687
5688 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5689
5690         * lpath.el: Fbind propertize for XEmacs 21.4.
5691
5692 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
5693
5694         * nnir.el: Move here from ../contrib.
5695
5696 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5697
5698         * gnus-util.el (gnus-read-shell-command): New function.
5699         * mm-decode.el (mm-pipe-part):
5700         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
5701
5702 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5703
5704         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
5705
5706 2008-06-03  Glenn Morris  <rgm@gnu.org>
5707
5708         * pop3.el (nnheader-accept-process-output): Autoload it.
5709
5710 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5711
5712         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
5713         are not 2-digit hexadecimal characters that follow `%'s.
5714
5715 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
5716
5717         * message.el (message-bogus-recipient-p): Fix type in doc string.
5718         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
5719         (message-bogus-addresses): Rename from message-bogus-address-regexp.
5720         Improve custom options.
5721         (message-bogus-recipient-p): Adjust accordingly.
5722
5723 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
5724
5725         * parse-time.el (parse-time-months, parse-time-weekdays): Add
5726         long-form month and day names.
5727
5728 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5729
5730         * dgnushack.el: Autoload debug, eudc-expand-inline and
5731         pgg-snarf-keys-region for XEmacs.
5732
5733         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
5734
5735         * nnmairix.el: Require edmacro when compiling with XEmacs.
5736
5737 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
5738
5739         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
5740         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
5741
5742 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5743
5744         * auth-source.el: Add more docs.
5745
5746         * netrc.el (netrc-machine): Always match if the port is not given.
5747
5748 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5749
5750         * nnheader.el (nnheader-read-timeout): Change the default timeout from
5751         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
5752         retrieval faster in some cases, but might make CPU usage larger.  If
5753         this has any bad side effects, we might revert this change.
5754
5755         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
5756         seems to make mail retrieval much, much faster.
5757         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
5758         unconditionally.
5759
5760         * gnus-draft.el (gnus-group-send-queue): Bind
5761         message-send-mail-partially-limit to nil to avoid being prompted.
5762
5763 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
5764
5765         * mml.el (mml-attach-buffer): Prompt for `disposition'.
5766
5767         * message.el (message-bogus-address-regexp): Fix and improve custom
5768         type.
5769         (message-setup-hook): Add message-check-recipients as custom option.
5770
5771 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
5772
5773         * message.el (message-cite-function): Remove bogus autoload which crept
5774         in during merge from v5-10.
5775
5776 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
5777
5778         * nnimap.el (nnimap-open-connection): Fix login/password bug.
5779
5780         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
5781
5782         * auth-source.el: Preliminary Tramp docs.
5783         (auth-sources): Change the default auth-sources to use
5784         EPA .gpg files.
5785
5786 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
5787
5788         * nntp.el: Autoload `auth-source-user-or-password'.
5789         (nntp-send-authinfo): Use it.
5790
5791         * nnimap.el: Autoload `auth-source-user-or-password'.
5792         (nnimap-open-connection): Use it.
5793
5794         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
5795         for the gnus-message function.
5796         (auth-source-user-or-password): Use it.
5797
5798 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5799
5800         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
5801         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
5802         (rfc2104-hash): Use it.
5803
5804 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
5805
5806         * gnus-art.el (gnus-article-toggle-truncate-lines):
5807         Don't use `iff' in docstring.
5808
5809 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
5810
5811         * gnus-registry.el: Adjusted copyright dates and added a keyword.
5812
5813         * gnus-util.el (gnus-extract-address-component-name)
5814         (gnus-extract-address-component-email): Convenience functions around
5815         `gnus-extract-address-components'.
5816
5817         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
5818         Use `gnus-extract-address-component-email' to fix bug of comparing full
5819         sender name to `user-mail-address'.
5820
5821 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
5822
5823         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
5824         catch/throw to optimize.
5825         (gnus-registry-find-keywords): Just use member to find a keyword.
5826
5827 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5828
5829         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
5830         is current before calling gnus-server-prepare.
5831         (gnus-server-setup-buffer, gnus-server-update-server)
5832         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
5833
5834 2008-05-04  Juri Linkov  <juri@jurta.org>
5835
5836         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
5837         (mailcap-file-default-commands): Use mailcap-replace-in-string
5838         instead of replace-regexp-in-string, and mailcap-delete-duplicates
5839         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
5840
5841 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
5842
5843         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
5844
5845 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5846
5847         * gnus.el: Bump version to 0.11.
5848
5849 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5850
5851         * gnus.el: No Gnus v0.10 is released.
5852
5853 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5854
5855         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
5856         hooks.
5857         (gnus-update-read-articles): Speed up non-marks-using users.
5858         (gnus-use-marks): Define gnus-use-marks.
5859         (gnus-propagate-marks): Rename variable to something more sensible.
5860
5861 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
5862
5863         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
5864         (gmm-image-load-path-for-library): Fix typos in docstrings.
5865         (gmm-message): Reflow docstring.
5866
5867 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
5868
5869         * mail-source.el (mail-source-set-1, mail-source-bind):
5870         Move auth-source code out of the macro to clean it up and fix bugs.
5871
5872 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
5873
5874         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
5875         by sender if it's equal to user-mail-address, it's likely to be
5876         useless.
5877
5878         * mail-source.el (mail-source-bind): Don't use user or password if they
5879         are not bound.  Unintern them if they are nil.  Don't use server unless
5880         it's bound, and default it to empty string otherwise.
5881
5882 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
5883
5884         * mail-source.el: Load auth-source.el.
5885         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
5886         get user name or password, if auth-sources is set up.
5887
5888         * gnus-registry.el (gnus-registry-split-strategy): New variable for
5889         strategy of splitting with parent.
5890         (gnus-registry-split-fancy-with-parent)
5891         (gnus-registry-post-process-groups): Use it and fix prior
5892         bug (returning a list as the split result).
5893
5894         * auth-source.el (auth-sources): Remove server parameter.
5895         (auth-source-pick, auth-source-user-or-password)
5896         (auth-source-user-or-password-imap)
5897         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5898         (auth-source-user-or-password-sftp)
5899         (auth-source-user-or-password-smtp): Remove server parameter.
5900
5901 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
5902
5903         * smime.el (smime-sign-region, smime-encrypt-region)
5904         (smime-decrypt-region):
5905         Remove redundant calls to `generate-new-buffer-name'.
5906
5907 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
5908
5909         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
5910         Don't use QP for message/rfc822.
5911         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
5912
5913 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5914
5915         * sieve-manage.el (sieve-string-bytes): Remove.
5916         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
5917         correct byte-length only if the process's coding-system is the same as
5918         the one used internally by Emacs to represent strings.
5919
5920 2008-04-22  Juri Linkov  <juri@jurta.org>
5921
5922         * mailcap.el (mailcap-file-default-commands): New function.
5923
5924 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5925
5926         * message.el (message-signature-separator, message-cite-function):
5927         Change custom version.
5928
5929 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
5930
5931         * tls.el (tls-program): Add -ign_eof argument to call the openssl
5932         commands.
5933         (tls-checktrust): Ditto.
5934
5935 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5936
5937         * mm-decode.el (mm-display-external): Make temp file read-only.
5938
5939 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
5940
5941         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
5942         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
5943         `C-c C-f d'.
5944
5945 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
5946
5947         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
5948
5949 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5950
5951         * gnus.el: Bump version to 0.9.
5952
5953 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
5954
5955         * gnus.el: No Gnus v0.8 is released.
5956
5957 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5958
5959         * mail-source.el (mail-source-value):
5960         Prefer fboundp to functionp so it works with macros as well.
5961
5962 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5963
5964         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5965         Fix last change in case the element is not even a symbol.
5966
5967 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5968
5969         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5970         Prefer fboundp to functionp so it works with macros as well.
5971
5972 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
5973
5974         * auth-source.el: Added docs.
5975         (auth-sources): Modify format to support server.
5976         (auth-source-pick, auth-source-user-or-password)
5977         (auth-source-user-or-password-imap)
5978         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5979         (auth-source-user-or-password-sftp)
5980         (auth-source-user-or-password-smtp): Add server parameter.
5981
5982 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
5983
5984         * gnus-registry.el: Initialize the registry when gnus-registry-install
5985         is t.
5986
5987 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5988
5989         * compface.el (uncompface): Make buffer unibyte.
5990
5991 2008-04-05  Glenn Morris  <rgm@gnu.org>
5992
5993         * gnus-ems.el (mm-disable-multibyte): Autoload it.
5994
5995 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5996
5997         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
5998         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
5999
6000         * nnheader.el (nnheader-init-server-buffer): Change buffer's
6001         multibyteness after rather than before erasing it.
6002
6003         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
6004         mm-with-multibyte.
6005         (gnus-request-article-this-buffer): Make sure the proper decoding is
6006         used if gnus-original-article-buffer happens to be unibyte.
6007
6008         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
6009         default-enable-multibyte-characters.
6010
6011         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
6012         default-enable-multibyte-characters.
6013
6014         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
6015
6016         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
6017
6018 2008-04-02  Simon Josefsson  <simon@josefsson.org>
6019
6020         * imap.el (imap-enable-exchange-bug-workaround): New variable.
6021         (imap-message-copyuid-1): Use it.
6022         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
6023         J. Williams in
6024         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
6025
6026         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
6027         imap-enable-exchange-bug-workaround.
6028         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
6029
6030 2008-04-01  Simon Josefsson  <simon@josefsson.org>
6031
6032         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
6033         a 100 byte status-checks into a 2-3MB transfer for each group.
6034         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
6035         to enable bug workaround or not.
6036         (nnimap-find-minmax-uid): Only enable workaround conditionally.
6037
6038 2008-03-31  Glenn Morris  <rgm@gnu.org>
6039
6040         * message.el (mml2015-use): Declare for compiler.
6041         (message-info): Require mml2015 when appropriate.
6042
6043 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6044
6045         * Makefile.in (EMACS_COMP): Quote directory name that might contain
6046         whitespace.
6047
6048 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6049
6050         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
6051         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
6052         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
6053         (nntp-service-to-port): New function.
6054         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
6055         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
6056         (nntp-open-netcat-stream): New function.
6057         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
6058
6059 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
6060
6061         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
6062
6063 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6064
6065         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
6066
6067 2008-03-28  Magnus Henoch  <mange@freemail.hu>
6068
6069         * dns.el (dns-write): Use set-buffer-multibyte.
6070
6071 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
6072
6073         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
6074
6075 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6076
6077         * message.el (message-signature-separator): Change default.
6078         Improve custom type.
6079         (message-cite-function): Change default to
6080         message-cite-original-without-signature.
6081
6082         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
6083         toggle.
6084
6085         * message.el (message-check-news-body-syntax): Fix signature check.
6086         (message-setup-1): Mark buffer as unmodified _after_ running
6087         message-setup-hook and handling message-alternative-emails.
6088         (message-shorten-references): Be more strict when building list of
6089         valid references to comply with GNKSA.
6090
6091         * gnus-group.el (gnus-read-ephemeral-bug-group)
6092         (gnus-read-ephemeral-debian-bug-group)
6093         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
6094
6095         * message.el (message-info): Don't use booleanp which isn't supported
6096         in Emacs 21 and XEmacs.
6097
6098 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
6099
6100         * gnus-group.el (gnus-gmane-group-download-format): Rename from
6101         gnus-group-gmane-group-download-format.
6102         (gnus-group-read-ephemeral-gmane-group): Rename from
6103         gnus-group-read-ephemeral-gmane-group.
6104         (gnus-read-ephemeral-gmane-group-url): Rename from
6105         gnus-group-read-ephemeral-gmane-group-url.
6106         (gnus-bug-group-download-format-alist): New variable.
6107         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
6108         (gnus-read-ephemeral-emacs-bug-group): New commands.
6109
6110 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6111
6112         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
6113         (gnus-visible-headers): Improve custom type.
6114
6115 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6116
6117         * mml.el (mml-menu): Add workarounds for XEmacs.
6118
6119         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
6120         X-Boundary header.
6121
6122         * message.el (message-simplify-recipients): Fix previous commit.
6123
6124 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6125
6126         * mm-util.el (mm-set-buffer-multibyte): New function.
6127         * mm-decode.el (mm-copy-to-buffer): Use it.
6128
6129 2008-03-19  Glenn Morris  <rgm@gnu.org>
6130
6131         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
6132         Accidentally removed in the sync process with Emacs.
6133
6134 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
6135
6136         * message.el (message-alter-recipients-discard-bogus-full-name):
6137         New function.
6138         (message-alter-recipients-function): New variable.
6139         (message-get-reply-headers): Use it.
6140         (message-replace-header): New helper function.
6141         (message-recipients-without-full-name): New variable.
6142         (message-simplify-recipients): New command.
6143
6144         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
6145
6146         * message.el (message-info): Handle EasyPG manual.
6147
6148         * mml.el (mml-menu): Add entry for EasyPG.
6149
6150 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
6151
6152         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
6153         parameter.
6154
6155         * message.el (message-disassociate-draft): Specify drafts group name
6156         fully.
6157
6158 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
6159
6160         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
6161         unnecessary duplicates from the match list.
6162
6163 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6164
6165         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
6166
6167         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
6168
6169         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
6170         args of `how-many' of which the XEmacs version doesn't take; declare
6171         Info-index-next as function.
6172
6173 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6174
6175         * gnus-score.el (gnus-score-headers): Fix handling of
6176         gnus-inhibit-slow-scoring.
6177
6178         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
6179         string.
6180         (gnus-button-url-regexp): Improve handling of parenthesis.
6181         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
6182         (gnus-button-handle-info-keystrokes): Handle index entries.
6183
6184 2008-03-15  Glenn Morris  <rgm@gnu.org>
6185
6186         * parse-time.el (parse-time-string): Simplify.
6187
6188 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6189
6190         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
6191         Incoming* files.
6192
6193 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6194
6195         * auth-source.el (auth-sources): Renamed from auth-source-choices.
6196         (auth-source-pick): Use it.
6197
6198 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6199
6200         * binhex.el (binhex-decode-region-internal):
6201         * uudecode.el (uudecode-decode-region-internal):
6202         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
6203         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
6204         setting default-enable-multibyte-characters.
6205
6206 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6207
6208         * auth-source.el (auth-source-protocols)
6209         (auth-source-protocols-customize, auth-source-choices): Added and
6210         modified variable customizations and defaults.
6211         (auth-source-pick, auth-source-user-or-password)
6212         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6213         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6214         (auth-source-user-or-password-sftp)
6215         (auth-source-user-or-password-smtp): Use new variables and provide an
6216         interface to netrc.el.
6217
6218 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6219
6220         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
6221         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
6222         Make sure the nntp port to specify is a string.
6223
6224 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6225
6226         * nntp.el: Use with-current-buffer.
6227         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
6228         dubious mm-with-unibyte-current-buffer.
6229         (nntp-with-open-group-function): New function extracted from
6230         nntp-with-open-group macro.
6231         (nntp-with-open-group): Use the function, so it's easier to debug.
6232         Add indentation and debugging info.
6233         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
6234         the use of the netcat alternatives.
6235
6236         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
6237         Avoid mm-string-as-multibyte as well.
6238
6239         * nnweb.el (nnweb-insert-html):
6240         Remove use of nnheader-string-as-multibyte.
6241
6242         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
6243         (nnheader-string-as-multibyte): Remove.
6244
6245         * mm-view.el: Use inhibit-read-only.
6246         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
6247         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
6248         or unibyte-string.
6249
6250         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
6251         (mm-uu-yenc-extract): Use with-current-buffer.
6252
6253         * gnus-soup.el (gnus-soup-send-packet): Don't use
6254         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
6255
6256         * nnmh.el: Use with-current-buffer.
6257         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
6258         mm-string-as-multibyte on the output of mm-encode-coding-string.
6259
6260         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
6261         (nnimap-request-move-article): Use with-current-buffer.
6262
6263         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
6264         inserting the handle-buffer's text, so the implicit multibyte->unibyte
6265         conversion uses string-make-unibyte rather than string-as-unibyte.
6266
6267         * gnus-msg.el: Use with-current-buffer.
6268
6269         * message.el (message-ignored-resent-headers): Add "Delivered-To".
6270
6271 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
6272
6273         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
6274         string for caching if it is 'PIN.
6275
6276 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6277
6278         * lpath.el: Consider the case without Emacs/W3.
6279
6280 2008-03-08  Glenn Morris  <rgm@gnu.org>
6281
6282         * time-date.el (date-to-time, time-subtract, time-add)
6283         (safe-date-to-time): Doc fixes.
6284
6285 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
6286
6287         * mail-source.el (mail-source-delete-old-incoming-confirm):
6288         Change default to nil.
6289         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
6290
6291 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6292
6293         * lpath.el: Rearrange.
6294
6295         * gnus-art.el (gnus-narrow-to-page): Position point properly.
6296         (gnus-article-goto-prev-page): Work for articles having ^L's.
6297
6298         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
6299
6300         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
6301
6302 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
6303
6304         * gnus-bookmark.el: Adjust for renames in bookmark.el.
6305         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
6306         (gnus-bookmark-jump): Adjust some variable names.
6307
6308 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
6309
6310         * auth-source.el: New package.
6311         (auth-source-choices): Add customization entry point variable.
6312
6313         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
6314         bug.
6315
6316 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
6317
6318         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
6319         (gnus-registry-initialize, gnus-registry-install-p): Use it.
6320         (gnus-registry-install-shortcuts): Rename from
6321         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
6322         the `gnus-registry-mark-map' keymap dynamically from
6323         `gnus-registry-marks'.  The generated functions update the summary line
6324         when a registry mark is added or deleted, and will call
6325         `gnus-registry-install-p' (see the comments in the code).
6326         (gnus-registry-user-format-function-M): Use concat intelligently.
6327
6328         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
6329         the registry mark functions.
6330
6331 2008-03-05  Glenn Morris  <rgm@gnu.org>
6332
6333         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
6334         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
6335         gnus-art.
6336         (top-level): No need to load own source when compiling.
6337
6338 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6339
6340         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
6341         Suggested by <chris.anderton@zetnet.co.uk>.
6342
6343 2008-03-04  Glenn Morris  <rgm@gnu.org>
6344
6345         * gnus-sum.el (top-level): No need to require gnus when compiling,
6346         since unconditionally required near start of file.
6347         (gnus-summary-display-while-building): Move definition before use.
6348
6349 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
6350
6351         * gnus-registry.el (gnus-registry-user-format-function-M): Add
6352         formatting function.
6353
6354 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6355
6356         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
6357         with plists.
6358         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
6359         Use new format.
6360
6361 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6362
6363         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
6364         `where-is-internal' that returns a range of key sequences.
6365
6366 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6367
6368         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
6369
6370         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
6371         (gnus-summary-jump-to-group): Consider windows on other displayed
6372         frames as well.  Similar changes might be needed elsewhere, but that's
6373         the one I've bumped into during my use.
6374
6375         * nndoc.el (nndoc-oe-dbx-type-p):
6376         * gnus-msg.el (gnus-debug):
6377         * gnus-group.el (gnus-update-group-mark-positions):
6378         Use mm-string-to-multibyte.
6379
6380 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6381
6382         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
6383         doesn't handle NotDashEscaped.
6384
6385         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
6386         (mml-dnd-attach-options): Fix typo in custom choice.
6387
6388         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
6389         nndoc-article-type to mbox.
6390         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
6391
6392         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
6393         to nil, instead of html2text.
6394
6395         * imap.el (imap-debug): Add `imap-ping-server'.
6396
6397         * gnus-bookmark.el: Add FIXMEs.
6398
6399         * message.el (message-form-letter-separator)
6400         (message-send-form-letter-delay): New variables.
6401         (message-send-form-letter): Use them.  New command to send form
6402         letters.  Requested by Uwe Siart.
6403         (message-send-mail-function): Doc fix.  Add "Other" custom option.
6404
6405 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6406
6407         * Update copyright years.
6408
6409 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6410
6411         Sync from EMACS_22_BASE.
6412
6413         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
6414
6415 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
6416
6417         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
6418         empty author.
6419
6420 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
6421
6422         * gnus-registry.el (gnus-registry-marks): Add variable for
6423         customization of marks and their appearance.
6424         (gnus-registry-read-mark): Use it.
6425         (gnus-registry-do-marks): Add utility function to loop through
6426         `gnus-registry-marks'.
6427         (gnus-registry-install-shortcuts-and-menus): Add function to install
6428         shortcuts and menus.
6429         (gnus-registry-initialize): Use it.
6430         (gnus-registry-default-mark): Clarify documentation.
6431
6432 2008-02-29  Glenn Morris  <rgm@gnu.org>
6433
6434         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
6435         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
6436         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
6437         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
6438         Change defcustom :version from 23.0 to 23.1.
6439
6440 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
6441
6442         * gnus-registry.el (gnus-registry-follow-group-p)
6443         (gnus-registry-post-process-groups): Add functions to aid registry
6444         splitting and improve logging.  Clarify behavior in function
6445         documentation.
6446         (gnus-registry-split-fancy-with-parent): Use them.
6447
6448 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6449
6450         * gnus-art.el: Use with-current-buffer.
6451
6452 2008-02-27  David Engster  <dengste@eml.cc>
6453
6454         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
6455         Express real group name in the response.
6456
6457 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6458
6459         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
6460         (nnmairix-last-server, nnmairix-current-server): Defvar them.
6461         (nnmairix-goto-original-article): Defvar gnus-registry-install and
6462         autoload gnus-registry-fetch-group when compiling.
6463         (nnmairix-request-group-with-article-number-correction): Remove
6464         unreferenced argument passed to nnmairix-call-backend.
6465
6466 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
6467
6468         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
6469         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
6470         Wilde.
6471
6472 2008-02-27  Glenn Morris  <rgm@gnu.org>
6473
6474         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
6475         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
6476         variables to defconsts.  Convert comments to doc-strings.
6477         (nnmairix-last-server, nnmairix-current-server): Convert from free
6478         variables to defvars.  Convert comments to doc-strings.
6479         (gnus-registry-fetch-group): Autoload.
6480         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
6481         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
6482         (nnmairix-widget-build-editable-fields): Use car cddr rather than
6483         caddr.
6484         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
6485         nnmairix-request-group-with-article-number-correction call.
6486         (nnmairix-fast, nnmairix-group): New, less general names, for free
6487         variables passed from nnmairix-request-group to
6488         nnmairix-request-group-with-article-number-correction.  Declare.
6489         (nnmairix-request-group-with-article-number-correction):
6490         Use nnmairix-fast, nnmairix-group rather than fast, group.
6491
6492 2008-02-26  David Engster  <dengste@eml.cc>
6493
6494         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
6495         version 0.5.
6496
6497 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
6498
6499         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
6500         instead of making an extra function call.  Don't add the current group
6501         to articles only when they have the group.  Use
6502         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
6503         Reported by David <de_bb@arcor.de>.
6504
6505 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6506
6507         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
6508         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
6509
6510 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
6511
6512         * mail-source.el (mail-source-delete-incoming): Change default.
6513         Supplement doc string.
6514
6515         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
6516
6517 2008-02-14  Glenn Morris  <rgm@gnu.org>
6518
6519         * time-date.el (format-seconds): New function.
6520
6521 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6522
6523         * nnmail.el (nnmail-message-id-cache-file): Derive from
6524         `gnus-home-directory'.
6525
6526 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
6527
6528         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
6529         Document negative prefix.
6530
6531         * gnus-group.el (gnus-group-read-group): Document negative prefix.
6532
6533 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6534
6535         * message.el (message-unsent-separator): Add the Exim bounce
6536         separator.
6537
6538 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
6539
6540         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
6541         list.
6542         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
6543         recipient/signer list.
6544
6545 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6546
6547         * Makefile.in (datarootdir): Define.
6548         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
6549         name that might contain whitespace.
6550
6551 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
6552
6553         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
6554         fbound (Emacs 23 unicode), signal an error.
6555
6556 2008-02-08  Glenn Morris  <rgm@gnu.org>
6557
6558         * gnus-art.el (pgg-display-output-buffer): Declare as function.
6559
6560 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
6561
6562         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
6563         ports to the calls to `netrc-machine-user-or-password' in addition to
6564         "imap" and "imaps".
6565
6566 2008-02-01  Zhang Wei  <id.brep@gmail.com>
6567
6568         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
6569
6570         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
6571
6572 2008-02-01  Kenichi Handa  <handa@m17n.org>
6573
6574         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
6575         rfc2104-hexstring-to-bitstring and changed to return a byte list.
6576         (rfc2104-hash): Convert the result of concat to unibyte string.
6577
6578 2008-02-01  Dave Love  <fx@gnu.org>
6579
6580         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
6581         coding-system-for-read.
6582         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
6583
6584 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
6585
6586         * gnus.el (gnus-group-startup-message): Add `find-image' call before
6587         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
6588         <hanche@math.ntnu.no>.
6589
6590 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6591
6592         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
6593
6594         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6595
6596 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
6597
6598         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
6599         * message.el (message-beginning-of-line): Use featurep instead of bound
6600         tests in order to resolve conditionals at compile time.
6601
6602 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
6603
6604         * mail-source.el (mail-sources): Add `group' choice.
6605
6606         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
6607         parameter `in-group' to control into which group the articles go.
6608         Add treatment of `group' mail-source.
6609
6610 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6611
6612         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
6613
6614         * mm-decode.el (mm-dissect-buffer): Decode description.
6615
6616         * mml.el (mml-to-mime): Encode message header first.
6617
6618 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6619
6620         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
6621         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
6622
6623         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
6624         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
6625
6626 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
6627
6628         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
6629
6630 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6631
6632         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
6633         prefix keys.
6634         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
6635         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
6636         gnus-xmas.el.
6637
6638         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
6639         (gnus-xmas-article-describe-bindings): New function.
6640         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
6641         gnus-xmas-article-describe-bindings.
6642
6643         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
6644
6645 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6646
6647         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
6648         Add new variables for article mark management.
6649         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
6650         list of extra data entries which, when present, will indicate that the
6651         article ID should not be trimmed from the registry.
6652         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
6653         functions.
6654         (gnus-registry-read-mark): New function to read a mark name from the
6655         user.
6656         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
6657         (gnus-registry-set-article-mark-internal): New functions to add and
6658         remove marks.
6659         (gnus-registry-get-article-marks): New function to show the marks for
6660         an article, or retrieve them for further use.
6661
6662 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6663
6664         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
6665         keys when no argument is given.
6666
6667 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6668
6669         * imap.el (imap-ping-server): New variable.
6670         (imap-opened): On add extra ping if imap-ping-server is non-nil.
6671         (imap-ping-server): Minor doc string fixes.
6672
6673 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6674
6675         * imap.el (imap-ping-server): New function.
6676         (imap-opened): Call imap-ping-server.
6677
6678 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
6679
6680         * gnus-sum.el (gnus-article-sort-by-random)
6681         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
6682         jidanni@jidanni.org.
6683
6684 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6685
6686         * gnus-art.el (gnus-article-describe-bindings): New function.
6687         (gnus-article-read-summary-keys): Use it.
6688         (gnus-article-mode-map): Bind `C-h b' to it.
6689
6690 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6691
6692         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
6693         XEmacs.
6694         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
6695         against non-character events.
6696
6697         * lpath.el: Fbind map-keymap for Emacs 21.
6698
6699 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
6700
6701         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
6702         command.
6703         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
6704         instead of END.  Change name of the temp file.
6705         (gnus-group-gmane-group-download-format): Add doc string.  Make it
6706         customizable.
6707
6708 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6709
6710         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
6711         bind `S W' to gnus-article-wide-reply-with-original; set default
6712         binding to gnus-article-read-summary-send-keys.
6713         (gnus-article-read-summary-keys): Fix the order of keys; display
6714         continuation keys correctly in the echo area; describe bindings
6715         correctly when keys end with `C-h'.
6716         (gnus-article-read-summary-send-keys): New function.
6717         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
6718         for gnus-article-read-summary-send-keys; display continuation keys
6719         correctly in the echo area.
6720         (gnus-article-reply-with-original): Ignore prefix argument.
6721         (gnus-article-wide-reply-with-original): New function.
6722
6723         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
6724         Emacs 21.
6725
6726 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6727
6728         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
6729         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
6730
6731 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
6732
6733         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
6734         (gnus-group-read-ephemeral-gmane-group): New command.
6735
6736 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
6737
6738         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
6739
6740 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6741
6742         * message.el (message-send-mail-function): Increase custom version.
6743
6744         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
6745         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
6746
6747 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
6748
6749         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
6750         for the cases where imap-authenticate is called with a nil buffer
6751         parameter.
6752
6753 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6754
6755         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
6756         html parts correctly; support forwarded messages.
6757         (gnus-article-browse-html-article): Remove work buffers.
6758
6759         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
6760         compiling.
6761         (netrc-bound-and-true-p): New macro.
6762         (netrc-parse): Use it instead of bound-and-true-p that is not available
6763         in XEmacs 21.4.
6764
6765 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
6766
6767         * gnus-registry.el (gnus-registry-mark-article)
6768         (gnus-registry-article-marks): Add functionality to mark articles
6769         through the Gnus registry.
6770
6771         * encrypt.el: Clarify documentation for the new pgg method.
6772         (encrypt-file-alist): Add PGG option.
6773         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
6774         functionality.  Abstract password key and messaging to external
6775         functions.
6776         (encrypt-password-key, encrypt-get-passphrase-if-needed)
6777         (encrypt-message-method-and-cipher): Add new convenience external
6778         functions.
6779         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
6780         (encrypt-pgg-process-buffer): Add PGG functionality glue.
6781
6782         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
6783         (netrc-parse): Use encrypt-file-alist to determine if
6784         encrypt-find-model or encrypt-insert-file-contents should be used.
6785
6786         * encrypt.el: Clarify documentation.  Load password-cache or
6787         password, whichever one is found first, instead of autoloading.
6788
6789 2007-12-19  Glenn Morris  <rgm@gnu.org>
6790
6791         * mml.el (message-options-set, message-narrow-to-head)
6792         (message-in-body-p, message-mail-p, message-encode-message-body):
6793         Autoload.
6794         (message-remove-header, message-narrow-to-headers-or-head)
6795         (message-subscribed-p, message-make-mail-followup-to)
6796         (message-position-on-field, message-news-p)
6797         (message-options-set-recipient, message-generate-headers)
6798         (message-sort-headers): Declare as functions.
6799
6800 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6801
6802         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
6803         convention in doc string.
6804
6805 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6806
6807         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
6808         title to html parts.
6809         (gnus-article-browse-html-article): Pass message header to it.
6810
6811         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
6812
6813 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
6814
6815         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
6816         or password compatible with XEmacs.
6817
6818 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6819
6820         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
6821         format document.
6822         (gnus-mime-delete-part): Don't write description line if empty.
6823         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
6824
6825 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
6826
6827         * gnus-sum.el (gnus-summary-mark-unread-as-read)
6828         (gnus-summary-mark-read-and-unread-as-read)
6829         (gnus-summary-mark-current-read-and-unread-as-read)
6830         (gnus-summary-mark-unread-as-ticked): Doc fix.
6831         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
6832
6833 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6834
6835         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
6836         Christoph Conrad <christoph.conrad@gmx.de>.
6837
6838 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6839
6840         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
6841         yes-or-no-p.
6842
6843 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6844
6845         * mm-decode.el (mm-add-meta-html-tag): New function.
6846         (mm-save-part-to-file, mm-pipe-part): Use it.
6847
6848         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
6849         gnus-y-or-n-p instead of y-or-n-p.
6850         (gnus-article-browse-html-parts): Work with message/external-body; use
6851         mm-add-meta-html-tag.
6852
6853 2007-12-11  Glenn Morris  <rgm@gnu.org>
6854
6855         * gnus-cache.el: Require gnus-sum not just when compiling.
6856
6857         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
6858
6859         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
6860         definitions before use.
6861
6862         * mm-decode.el: Require gnus-util.
6863         (mm-remove-part): Only call delete-annotation on XEmacs.
6864
6865         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
6866
6867         * nnmail.el: Require gnus-int.
6868
6869         * spam.el: Move `require's before `eval-when-compile's.
6870
6871         * gnus-ems.el (gnus-alive-p):
6872         * gnus-fun.el (message-goto-eoh):
6873         * gnus-util.el (gnus-group-name-decode):
6874         * mail-source.el (gnus-compress-sequence):
6875         * message.el (Info-goto-node, format-spec):
6876         * mm-bodies.el (message-options-get):
6877         * mm-decode.el (mm-view-pkcs7):
6878         * mm-util.el (gmm-write-region):
6879         * mml-smime.el (mml-compute-boundary)
6880         (gnus-completing-read-with-default):
6881         * mml.el (widget-button-press, gnus-make-hashtable):
6882         * mml1991.el (mm-decode-content-transfer-encoding)
6883         (mm-encode-content-transfer-encoding)
6884         (message-options-get, message-options-set):
6885         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
6886         * nnfolder.el (gnus-request-group):
6887         * nnheader.el (ietf-drums-unfold-fws):
6888         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
6889         * smime.el (gnus-run-mode-hooks):
6890         * spam-stat.el (gnus-message): Autoload.
6891
6892         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
6893         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
6894         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
6895         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
6896         Add declare-function compatibility definition.
6897
6898         * gnus-cache.el (nnvirtual-find-group-art):
6899         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
6900         (gnus-add-image, gnus-add-wash-type):
6901         * gnus-group.el (nnkiboze-score-file):
6902         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
6903         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
6904         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
6905         (message-tokenize-header, gnus-get-buffer-create)
6906         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
6907         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
6908         * gnus.el (gnus-group-decoded-name):
6909         * mail-source.el (imap-capability):
6910         * mm-bodies.el (message-options-set):
6911         * mm-decode.el (gnus-configure-windows):
6912         * mm-extern.el (message-goto-body):
6913         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
6914         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
6915         (epg-sub-key-validity, message-options-set):
6916         * mml.el (widget-event-point, gnus-configure-windows):
6917         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
6918         * mml2015.el (epg-check-configuration, epg-configuration)
6919         (message-options-set):
6920         * nndb.el (nndb-request-article):
6921         * nnfolder.el (gnus-request-create-group):
6922         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
6923         * nnmaildir.el (gnus-group-mark-article-read):
6924         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
6925         * rfc1843.el (message-fetch-field):
6926         * spam.el (gnus-extract-address-components):
6927         Declare as functions.
6928
6929 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6930
6931         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
6932
6933         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
6934
6935         * lpath.el: Fbind run-mode-hooks for Emacs 21;
6936         bind show-trailing-whitespace for XEmacs.
6937
6938 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6939
6940         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
6941         new no-op macro for backward compatibility.
6942
6943         * imap.el (imap-string-to-integer): New function.
6944
6945 2007-12-09  Glenn Morris  <rgm@gnu.org>
6946
6947         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
6948
6949         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
6950         * message.el, mm-view.el, sieve-manage.el, smime.el:
6951         Add declare-function compatibility definition.
6952
6953         * gnus-art.el (w3-region, w3m-region, Info-menu):
6954         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
6955         * gnus-sum.el (gnus-get-predicate):
6956         * gnus-util.el (mm-append-to-file, w32-focus-frame):
6957         * message.el (mail-abbrev-in-expansion-header-p):
6958         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
6959         (w3m-detect-meta-charset, w3m-region):
6960         * sieve-manage.el (password-read, password-cache-add)
6961         (password-cache-remove):
6962         * smime.el (password-read-and-add): Declare as functions.
6963
6964 2007-12-08  David Kastrup  <dak@gnu.org>
6965
6966         * gnus-sum.el (gnus-summary-simplify-subject-query):
6967         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
6968         `message'.
6969
6970 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6971
6972         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
6973         it to bind idna-program, installation-directory, defined-colors, and
6974         face-attribute for XEmacs of the version that compiles defcustom forms.
6975
6976 2007-12-07  Glenn Morris  <rgm@gnu.org>
6977
6978         * gnus-art.el (article-make-date-line): Revert previous change.
6979
6980 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6981
6982         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
6983
6984 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
6985
6986         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
6987         Call gnus-add-to-range ranges only once with a prepared article-list.
6988
6989 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
6990
6991         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
6992         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
6993         group names with backslashes.  Reported by Tassilo Horn
6994         <tassilo@member.fsf.org>.
6995
6996 2007-12-06  Deepak Goel  <deego3@gmail.com>
6997
6998         * gnus-art.el (article-make-date-line):
6999         * gnus-start.el (gnus-load):
7000         * pop3.el (pop3-read-response): Fix buggy call to `error'.
7001
7002 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7003
7004         * gnus-art.el (gnus-use-idna)
7005         * gnus-start.el (gnus-site-init-file)
7006         * message.el (message-use-idna)
7007         * mm-uu.el (mm-uu-hide-markers)
7008         * smiley.el (smiley-style): Revert changes that suppress warnings.
7009
7010 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7011
7012         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
7013         specify charset to html source.  Reported by Christoph Conrad
7014         <christoph.conrad@gmx.de>.
7015
7016 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7017
7018         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
7019         idna-program in order to suppress byte compile warning issued by XEmacs
7020         that came to byte compile the default value section of defcustom forms
7021         recently.
7022
7023         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
7024         value of installation-directory.
7025
7026         * message.el (message-use-idna): Don't directly refer to the value of
7027         idna-program.
7028
7029         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
7030
7031         * smiley.el (smiley-style): Don't directly call face-attribute.
7032
7033 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
7034
7035         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
7036
7037         * gnus-dired.el: Reduce Gnus dependencies.
7038         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
7039         require.  Use autoloads instead.
7040         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
7041         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
7042         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
7043         (gnus-dired-mode): Adjust doc string.
7044         (gnus-dired-mail-mode): New variable.
7045         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
7046         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
7047         (gnus-dired-mail-buffers): New function.  Return mail or message
7048         composition buffers.
7049         (gnus-dired-attach): Use it.
7050         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
7051         NO-DECODE.
7052         (gnus-dired-print): Use `gnus-print-buffer' depending on
7053         `gnus-dired-mail-mode'.
7054
7055 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7056
7057         * rfc2047.el (rfc2047-encoded-word-regexp)
7058         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
7059         explaining what regexp patterns are for.
7060
7061 2007-12-04  Glenn Morris  <rgm@gnu.org>
7062
7063         * password.el: Move to password-cache.el.
7064
7065         * mml1991.el (password-read, password-cache-add, password-cache-remove):
7066         * mml2015.el (password-read, password-cache-add, password-cache-remove):
7067         * mml-smime.el (password-read, password-cache-add)
7068         (password-cache-remove):
7069         No need to autoload, since mml-sec requires password.
7070
7071         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
7072         * message.el (gnus-extract-address-components):
7073         * mml-smime.el (gnus-extract-address-components): Define for compiler.
7074
7075         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
7076         password.
7077
7078 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7079
7080         * mailcap.el: Reduce dependencies.
7081         (mail-header-parse-content-type): Autoload.
7082         (mailcap-delete-duplicates): New alias.
7083         (mailcap-mime-info): Add optional argument NO-DECODE.
7084         (mailcap-mime-types): Use mailcap-delete-duplicates.
7085
7086         * message.el (message-ignored-supersedes-headers): Add "X-ID".
7087
7088 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
7089
7090         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
7091         (imap-parse-status): Upcase status-att for servers that sends them
7092         lower-case (e.g., MS Exchange 2007).
7093
7094 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7095
7096         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
7097         function.
7098
7099         * gnus-uu.el (gnus-uu-decode-yenc): New command.
7100         (gnus-uu-yenc-article): New function.
7101
7102         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
7103
7104         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
7105         buffer.
7106
7107 2007-12-02  Glenn Morris  <rgm@gnu.org>
7108
7109         * binhex.el (binhex): New custom group.
7110         (binhex-decoder-program, binhex-decoder-switches)
7111         (binhex-use-external): Move to the binhex custom group.
7112
7113         * uudecode.el (uudecode): New custom group.
7114         (uudecode-decoder-program, uudecode-decoder-switches)
7115         (uudecode-use-external): Move to the uudecode custom group.
7116
7117         * netrc.el (top-level): Don't load `encrypt' features.
7118         (netrc-parse): Don't use encrypt.
7119         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
7120
7121         * encrypt.el: Remove file.
7122
7123 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
7124
7125         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
7126         matches on patches.
7127
7128         * gnus-art.el (gnus-article-browse-html-article): Mention
7129         `mm-text-html-renderer' in the doc string.
7130
7131         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
7132         string.  Add comments.
7133
7134         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
7135         if rhs is ASCII.
7136
7137 2007-12-01  Glenn Morris  <rgm@gnu.org>
7138
7139         * mail-source.el (top-level): Require format-spec before
7140         eval-when-compile.
7141
7142 2007-11-30  Glenn Morris  <rgm@gnu.org>
7143
7144         * encrypt.el: Require password, rather than autoloading password-read.
7145
7146 2007-11-29  Glenn Morris  <rgm@gnu.org>
7147
7148         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
7149         (sasl-make-client, sasl-next-step, sasl-step-data)
7150         (sasl-step-set-data): Declare as functions.
7151
7152 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
7153
7154         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
7155
7156 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
7157
7158         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
7159         certs should be verified and what is to be done in the event of a
7160         verification failure.
7161
7162         * gnus.el (gnus-method-to-server): Add an optional parameter so the
7163         caller can indicate whether the cache should be disregarded for this
7164         call.  This way the result of the call is reproducible at all times and
7165         can be considered a canonical server name for the supplied method.
7166         (gnus-agent-method-p): Canonicalize server names by pushing their
7167         method through `gnus-method-to-server' using the no-cache argument.
7168
7169         * gnus-srvr.el (gnus-server-insert-server-line): Call
7170         `gnus-method-to-server' with `no-cache' argument.
7171
7172         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
7173         gnus-agent-possibly-synchronize-flags as this should be called when the
7174         server is actually being opened.
7175         (gnus-agent-possibly-synchronize-flags)
7176         (gnus-agent-possibly-synchronize-flags-server): Move check for the
7177         flags file of an agentized server to the latter function.
7178
7179         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
7180         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
7181         after a connection has been established successfully.
7182
7183 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7184
7185         * gnus-art.el (article-display-face): Force to display face if called
7186         interactively; check if gnus-article-x-face-too-ugly matches author.
7187         (article-display-x-face): Display face even if From header is missing
7188         as article-display-face does.
7189
7190 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
7191
7192         * hashcash.el (message-narrow-to-headers-or-head)
7193         (message-fetch-field, message-goto-eoh)
7194         (message-narrow-to-headers): Declare as functions.
7195
7196 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
7197
7198         * mail-source.el (mail-sources): Default to fetch from file for
7199         compatibility with default of nnmail-spool-file.
7200
7201 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7202
7203         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
7204         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
7205         to look for encoded word that should be encoded again.
7206         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
7207         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
7208         encoding pattern.
7209         (rfc2047-decode-region): Switch strict regexp and loose one according
7210         to rfc2047-allow-irregular-q-encoded-words.
7211
7212 2007-11-25  Romain Francoise  <romain@orebokech.com>
7213
7214         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
7215
7216 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7217
7218         * tls.el (tls-program): Provide more custom choices from
7219         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
7220         (tls-process-connection-type, tls-success): Remove "*" in doc string.
7221
7222 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7223
7224         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
7225         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
7226
7227         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
7228         `nnmail-spool-file'.
7229
7230         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
7231         `nnmail-spool-file'.
7232
7233         * gnus-move.el (gnus-change-server): Ditto.
7234
7235         * gnus-kill.el (gnus-batch-score): Ditto.
7236
7237         * gnus-cache.el (gnus-jog-cache): Ditto.
7238
7239         * gnus-msg.el (gnus-summary-reply):
7240         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
7241
7242 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7243
7244         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
7245         version.  Minor improvement to doc strings.
7246         (tls-program): Add comment.
7247
7248 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
7249
7250         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
7251         (tls-checktrust): New variable.  Check if GNU TLS complained about a
7252         mismatch between the hostname provided in the certificate and the name
7253         of the host connnecting to.
7254         (open-tls-stream): Use them.  Check certificates against trusted root
7255         certificates.
7256
7257 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7258
7259         * gnus-cache.el (gnus-cache-generate-nov-databases):
7260         Use nnml-generate-nov-databases-directory instead of
7261         nnml-generate-nov-databases-1.
7262
7263 2007-11-24  Glenn Morris  <rgm@gnu.org>
7264
7265         * message.el (message-tool-bar-retro): Update for rename
7266         mail_send.xpm->mail-send.xpm.
7267
7268 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
7269
7270         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7271         `smime-ldap-search' for Emacs 22 and up.
7272
7273 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7274
7275         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
7276
7277         * message.el (message-send-mail-function): Fix error convention.
7278         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
7279         (message-widen-reply, message-send-mail, message-talkative-question)
7280         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
7281         (message-clone-locals, message-send-news): Use with-current-buffer.
7282         (message-insert-or-toggle-importance): Remove unused var `valid'.
7283         (message-make-references): Remove unused var `new-references'.
7284         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
7285
7286 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
7287
7288         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
7289         (spam-split-symbolic-return-positive): Reflow docstring.
7290         (spam-backends, spam-summary-exit-behavior)
7291         (spam-mark-ham-unread-before-move-from-spam-group)
7292         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
7293         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
7294         (spam-clear-cache, spam-backend-check, spam-install-backend)
7295         (spam-install-statistical-backend, spam-list-of-processors)
7296         (spam-group-processor-p, spam-split, spam-bogofilter-score)
7297         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
7298         (spam-check-crm114, spam-initialize, spam-unload-hook):
7299         Fix typos in docstrings.
7300
7301 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7302
7303         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
7304         been checked if they have never been read and those group levels are
7305         higher than the one that a user specified.
7306
7307 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7308
7309         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
7310         foreign groups unless a group level is specified by a user.
7311         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
7312
7313 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
7314
7315         * message.el (message-send-mail-function): Require sendmail.
7316
7317 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
7318
7319         * message.el (message-send-mail-function): Check for smtpmail too.
7320
7321         * utf7.el (utf7-encode, utf7-decode): Use coding system
7322         `utf-7'/`utf-7-imap' from utf-7.el' if available.
7323
7324         * message.el (message-send-mail-function): New function.
7325         (message-send-mail-function): Set default using
7326         message-send-mail-function.  Adjust doc string.
7327         (message-send-mail-with-mailclient): New function.
7328
7329 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
7330
7331         * smime.el (from):
7332         * rfc2047.el (message-posting-charset):
7333         * qp.el (mm-use-ultra-safe-encoding):
7334         * pop3.el (parse-time-months):
7335         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
7336         * nnml.el (files):
7337         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
7338         (jka-compr-compression-info-list, ange-ftp-path-format)
7339         (efs-path-regexp):
7340         * nndiary.el (files):
7341         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
7342         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
7343         (epg-digest-algorithm-alist, inhibit-redisplay)
7344         (password-cache-expiry):
7345         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
7346         (pgg-output-buffer, password-cache-expiry):
7347         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
7348         (efs-path-regexp):
7349         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
7350         (inhibit-redisplay):
7351         * mm-uu.el (file-name, start-point, end-point, entry)
7352         (gnus-newsgroup-name, gnus-newsgroup-charset):
7353         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
7354         (latin-unity-ucs-list):
7355         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
7356         (mm-uu-binhex-decode-function):
7357         * message.el (gnus-message-group-art, gnus-list-identifiers)
7358         (rmail-enable-mime-composing, gnus-local-organization)
7359         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
7360         (gnus-read-active-file, facemenu-add-face-function)
7361         (facemenu-remove-face-function, gnus-article-decoded-p)
7362         (tool-bar-mode):
7363         * mail-source.el (display-time-mail-function):
7364         * gnus-util.el (nnmail-pathname-coding-system)
7365         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
7366         (gnus-original-article-buffer, gnus-user-agent)
7367         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
7368         (xemacs-codename, sxemacs-codename, emacs-program-version):
7369         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
7370         * gnus-start.el (gnus-agent-covered-methods)
7371         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
7372         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
7373         (gnus-newsgroup-headers, gnus-group-list-mode)
7374         (gnus-group-mark-positions, gnus-newsgroup-data)
7375         (gnus-newsgroup-unreads, nnoo-state-alist)
7376         (gnus-current-select-method, mail-sources)
7377         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
7378         (nnmail-spool-file, gnus-cache-active-hashtb):
7379         * gnus-mh.el (mh-lib-progs):
7380         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
7381         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
7382         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
7383         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
7384         (gnus-group-buffer):
7385         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
7386         (font-lock-set-defaults):
7387         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
7388         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
7389         (gnus-summary-post-menu, total-parts, type, condition, length):
7390         * gnus-agent.el (gnus-agent-read-agentview):
7391         * flow-fill.el (show-trailing-whitespace):
7392         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
7393         eval-and-compile wrappers for byte compiler pacifiers.
7394
7395         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
7396         (mm-display-inline-fontify): Check for featurep 'xemacs not
7397         extent-list.
7398
7399         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
7400         itimer-list.
7401         (mm-create-image-xemacs): Only do something for XEmacs.
7402         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
7403
7404         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
7405
7406         * gnus-registry.el (gnus-adaptive-word-syntax-table):
7407         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
7408
7409 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
7410
7411         * nnimap.el (nnimap-split-download-body):
7412         * gnus-demon.el (gnus-demon):
7413         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
7414
7415 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7416
7417         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
7418         macros.
7419         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
7420         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
7421         copy data from unibyte buffer to multibyte current buffer.
7422         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
7423         to copy data from unibyte current buffer to multibyte buffer.
7424         (nntp-make-process-buffer): Make process buffer unibyte.
7425
7426         * pop3.el (pop3-open-server): Fix typo in Lisp code.
7427
7428 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
7429
7430         * pop3.el (pop3-open-server): Accept and process data more robustly at
7431         connexion start to avoid spurious "POP SSL connexion failed" errors.
7432
7433 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7434
7435         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
7436         read group names.
7437
7438 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
7439
7440         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
7441
7442 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7443
7444         * nnmail.el (nnmail-parse-active): Make group names unibyte.
7445         (nnmail-save-active): Use a unibyte buffer when saving active file,
7446         which may contain non-ASCII group names.
7447
7448         * nnml.el (nnml-request-group): Decode group names in messages.
7449
7450 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
7451
7452         * message.el (message-citation-line-function)
7453         (message-insert-formatted-citation-line): Fix spelling of
7454         `message-insert-formated-citation-line'.
7455
7456 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
7457
7458         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
7459
7460 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7461
7462         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
7463         nnmail-pathname-coding-system.
7464
7465         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
7466         that a user enters; decode group names in messages.
7467
7468         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
7469
7470 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7471
7472         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
7473
7474         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
7475
7476         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
7477         risky local variable.
7478
7479         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
7480
7481 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
7482
7483         * encrypt.el: Improve documentation to fix function name typo.
7484         Reported by Daiki Ueno <ueno@unixuser.org>.
7485
7486 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7487
7488         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
7489         even if the point is not in the last page of an article.
7490         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
7491         back to the previous page.
7492
7493 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
7494
7495         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
7496
7497 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7498
7499         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
7500
7501 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7502
7503         * message.el (message-check-news-body-syntax): Avoid
7504         mm-string-as-multibyte.
7505         (message-hide-headers): Don't assume (point-min)==1.
7506
7507 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7508
7509         * message.el (message-remove-blank-cited-lines): Fix if remove is
7510         given.
7511         (message-bogus-address-regexp): New variable.
7512         (message-bogus-recipient-p): New function.
7513         (message-check-recipients): New command.
7514         (message-syntax-checks): Add `bogus-recipient'.
7515         (message-fix-before-sending): Add `bogus-recipient'.
7516
7517         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
7518         (gnus-treat-body-boundary): Don't test window-system.
7519
7520 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
7521
7522         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
7523
7524 2007-10-28  Miles Bader  <miles@gnu.org>
7525
7526         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
7527         at compile-time too.
7528
7529 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
7530
7531         * gnus-msg.el (gnus-message-setup-hook): Add
7532         `message-remove-blank-cited-lines' to options.
7533
7534 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7535
7536         * message.el (message-remove-blank-cited-lines): New function.
7537         Suggested by Karl Plästerer.
7538
7539 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7540
7541         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
7542         mapc.
7543
7544         * imap.el (imap-open): Replace mapcar called for effect with mapc.
7545         (top-level): Use mapc to set functions to be traced for debugging.
7546
7547         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
7548         called for effect with while loop.
7549
7550         * message.el (message-talkative-question): Replace mapcar called for
7551         effect with mapc.
7552
7553         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
7554         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
7555         called for effect with dolist.
7556
7557         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
7558
7559         * nndiary.el: Use dolist instead of mapcar to add diary headers to
7560         gnus-extra-headers and nnmail-extra-headers.
7561
7562         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
7563         called for effect with dolist.
7564         (top-level): Use mapc to set functions to be traced for debugging.
7565
7566         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
7567         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
7568         dolist.
7569
7570         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
7571         Replace mapcar called for effect with mapc.
7572         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
7573         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
7574         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
7575         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
7576
7577         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
7578         remove-if that's a cl function.
7579
7580         * webmail.el (webmail-debug): Replace mapcar called for effect with
7581         dolist.
7582
7583         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
7584         with mapc.
7585
7586 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7587
7588         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
7589         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
7590         with while loop.
7591
7592         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
7593         functions from article-* functions.
7594         (gnus-multi-decode-header): Replace mapcar called for effect with
7595         dolist.
7596
7597         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
7598         (gnus-bookmark-show-details): Replace mapcar called for effect with
7599         while loop.
7600
7601         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
7602         called for effect with while loop.
7603
7604         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
7605         with dolist.
7606
7607         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
7608         mapcar called for effect with dolist.
7609
7610         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
7611
7612         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
7613         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
7614         Replace mapcar called for effect with dolist.
7615         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
7616         mapc.
7617
7618         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
7619         Replace mapcar called for effect with dolist.
7620         (gnus-topic-list): Replace mapcar called for effect with mapc.
7621
7622         * gnus.el: Use mapc instead of mapcar to add autoloads.
7623
7624 2007-10-23  Richard Stallman  <rms@gnu.org>
7625
7626         * gnus-group.el (gnus-group-highlight): Mark as risky.
7627
7628 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7629
7630         * gnus.el (gnus-server-to-method): Return method found first in
7631         gnus-newsrc-alist.
7632
7633         * gnus-art.el (gnus-article-highlight-signature)
7634         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
7635         button overlay without the front stickiness.
7636
7637 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
7638
7639         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
7640         overview buffer needed a catch to receive its throw.
7641         (gnus-agent-flush-cache): Declared as interactive to make this function
7642         easier to use.
7643
7644 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
7645
7646         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
7647         `next-line'.
7648
7649 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7650
7651         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
7652         exclude address matching message-dont-reply-to-names.
7653
7654 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7655
7656         * gnus-util.el (gnus-string<): New function.
7657
7658         * gnus-sum.el (gnus-article-sort-by-author)
7659         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
7660
7661 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7662
7663         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
7664         the frame-focus tag is set in gnus-buffer-configuration.
7665
7666 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7667
7668         * gnus-art.el (gnus-article-add-button): Make a button overlay without
7669         the front stickiness.
7670
7671 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7672
7673         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
7674         url pattern; remove duplicate one.
7675         (gnus-article-extend-url-button): New function.
7676         (gnus-article-add-buttons): Use it.
7677         (gnus-button-push): Use concatenated url that it makes.
7678
7679 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
7680
7681         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
7682
7683 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7684
7685         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
7686         Don't hardcode point-min==1.
7687
7688 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
7689
7690         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
7691         Fix comment about "iso8859-1".
7692
7693 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
7694
7695         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
7696         ones returned from the verify-function.
7697
7698         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
7699         mml2015-extract-cleartext-signature if extraction failed.
7700
7701 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
7702
7703         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
7704         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
7705         failed.
7706
7707 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7708
7709         * Relicense "GPLv2 or later" files to "GPLv3 or later".
7710
7711 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
7712
7713         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
7714         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
7715         recommends to use EasyPG instead of PGG.
7716
7717         * pgg.el: Revert to revision 6.23.2.16.
7718
7719         * pgg-def.el: Revert to revision 6.6.2.14.
7720
7721         * pgg-gpg.el: Revert to revision 6.23.2.34.
7722
7723 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
7724
7725         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
7726         to mark a thread as expirable.  Add variable `hide' to handle hiding of
7727         thread for both the null and zero (kill/expire thread) universal prefix
7728         cases.
7729         (gnus-summary-expire-thread): Add new function to expire a thread,
7730         using gnus-summary-kill-thread.
7731         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
7732         shortcuts for gnus-summary-expire-thread.
7733         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
7734         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
7735
7736 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7737
7738         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
7739         extras value, so an extras entry can be deleted.
7740         (gnus-registry-delete-extra-entry): Use it.
7741         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
7742         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
7743         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
7744         storage through the gnus-registry, and provide an appropriate API for
7745         it.
7746
7747 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7748
7749         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
7750         Suggested by Leo <sdl.web@gmail.com>.
7751
7752         * gnus.el: Do.
7753
7754 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7755
7756         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
7757         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
7758
7759         * gnus-agent.el (gnus-agent-fetch-headers): Do.
7760
7761         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7762         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
7763
7764 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7765
7766         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
7767         newline.
7768         (nnmbox-request-accept-article): Don't change article in source buffer;
7769         narrow to header to use message-fetch-field rather than
7770         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
7771         (nnmbox-request-replace-article): Quote lines that'll be misidentified
7772         as delimiters; make sure article ends with newline.
7773         (nnmbox-delete-mail): Correct last position of article to be deleted;
7774         ignore X-Gnus-Newsgroup header in article body.
7775         (nnmbox-save-mail): Quote lines looking like delimiters at the right
7776         positions; make sure article ends with newline.
7777
7778         * message.el (message-display-abbrev): Don't infloop when a user
7779         inserts SPC in the beginning of header.
7780
7781         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
7782         coding-system-for-read and coding-system-for-write for XEmacs having no
7783         file-coding feature.
7784
7785         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
7786
7787 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
7788
7789         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
7790         list of groups not followed by default.  Fix type to be regexp.
7791         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
7792
7793 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
7794
7795         * hmac-def.el (define-hmac-function): Switch from old-style to
7796         new-style backquotes.
7797
7798         * md4.el (md4-make-step): Likewise.
7799
7800 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7801
7802         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
7803         raw-text coding system when saving .newsrc file, which may contain
7804         non-ASCII group names.
7805
7806 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7807
7808         * gnus-cus.el (gnus-score-extra): New widget.
7809         (gnus-score-extra-convert): New function.
7810         (gnus-score-customize): Use it for Extra.
7811
7812 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
7813
7814         * mml2015.el (mml2015-extract-cleartext-signature): New function.
7815         (mml2015-mailcrypt-clear-verify): Use it.
7816         (mml2015-gpg-clear-verify): Use it.
7817         (mml2015-pgg-clear-verify): Use it.
7818         (mml2015-epg-clear-verify): Replace the current part with the output
7819         from GnuPG; don't extract the plaintext by itself.
7820
7821         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
7822         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
7823         mml2015-clear-verify-function; don't touch the armor headers or
7824         dash-escaped text here.
7825
7826 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7827
7828         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
7829         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
7830         parts, or application/octet-stream as a last resort.
7831         (gnus-mime-view-part-as-type): Don't toggle display.
7832         (gnus-mime-view-part-as-charset): Don't turn off display before
7833         querying charset.
7834
7835         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
7836         stuff to undisplayer function in Emacs.
7837         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
7838
7839         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
7840         text/calendar parts.
7841
7842 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7843
7844         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
7845         decoding text/calendar parts.
7846
7847         * message.el (message-forward-make-body-mime): Always mark body as
7848         having no illegible text; remove signed-or-encrypted argument.
7849         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
7850
7851         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
7852         (mml-generate-mime-1): Don't encode body if it is specified to be in
7853         raw form; don't make buffer be unibyte when inserting multibyte string.
7854
7855 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7856
7857         * sha1.el: Fix up comment style.
7858         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
7859         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
7860
7861         * hex-util.el: Fix up comment style.
7862         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
7863
7864         * gnus-salt.el: Use with-current-buffer.
7865         (gnus-pick-setup-message): Fix long-standing typo.
7866
7867 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7868
7869         * imap.el (imap-logout-timeout): New variable.
7870         (imap-logout, imap-logout-wait): New functions.
7871         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
7872
7873         * nnimap.el (nnimap-logout-timeout): New server variable.
7874         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
7875         nnimap-logout-timeout.
7876
7877         * gnus-art.el (gnus-article-summary-command-nosave)
7878         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
7879
7880 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7881
7882         * gnus.el (gnus-maximum-newsgroup): New variable.
7883
7884         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
7885         according to gnus-maximum-newsgroup.
7886
7887         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7888         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
7889         Limit the range of articles according to gnus-maximum-newsgroup.
7890
7891 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
7892
7893         * gnus-art.el (gnus-sticky-article): Fixed problems described in
7894         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
7895         Don't perform gnus-configure-windows here; reuse existing sticky
7896         article buffer.
7897
7898         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
7899         it doesn't exist in gnus-article-mode.
7900
7901 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7902
7903         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
7904         (gnus-agent-decoded-group-name): New function.
7905         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
7906         (gnus-agent-expire-group-1): Use it; decode group name in messages.
7907
7908 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
7909
7910         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
7911         Add binding for gnus-sticky-article.
7912         (gnus-summary-exit): Don't kill sticky article buffers.
7913
7914         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
7915         article buffer.
7916         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
7917         (gnus-kill-sticky-article-buffers): New commands.
7918
7919 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7920
7921         * nntp.el (nntp-xref-number-is-evil): New server variable.
7922         (nntp-find-group-and-number): If it is non-nil, don't trust article
7923         numbers in the Xref header.
7924
7925 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7926
7927         * gnus-agent.el (gnus-agent-read-group): New function.
7928         (gnus-agent-flush-group, gnus-agent-expire-group)
7929         (gnus-agent-regenerate-group): Use it.
7930         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
7931         nnmail-pathname-coding-system.
7932
7933 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7934
7935         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
7936
7937         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
7938         that are unread as unread, and also as selected so that information of
7939         marks having been changed by a user may be updated when exiting group.
7940
7941 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7942
7943         * gnus-art.el (gnus-mime-display-single): Pass part number that is
7944         calculated ignoring signature parts to gnus-treat-article.
7945
7946 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7947
7948         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
7949         a point here in order to keep the window start.
7950         (gnus-insert-mime-security-button): Make a button overlay without the
7951         front stickiness.
7952         (gnus-mime-display-security): Goto the end of a button.
7953
7954         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
7955
7956 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7957
7958         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
7959         group-name-at-point.
7960         (gnus-group-completing-read): New function that offers decoded
7961         non-ASCII group names for completion.
7962         (gnus-fetch-group, gnus-group-read-ephemeral-group)
7963         (gnus-group-jump-to-group, gnus-group-make-group-simple)
7964         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
7965         (gnus-group-fetch-control): Use it.
7966         (gnus-fetch-group): Use group-name-at-point for the initial value
7967         rather than the default value; use gnus-alive-p.
7968
7969         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
7970         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
7971         (gnus-summary-post-news): Use gnus-group-completing-read.
7972
7973         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
7974         (gnus-read-move-group-name): Decode group name for completion.
7975
7976 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
7977
7978         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
7979         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
7980         Yamaoka slightly modified the code).
7981
7982 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7983
7984         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
7985         (nnmail-split-incoming): Bind it.
7986
7987         * nnml.el (nnml-group-name-charset): New function.
7988         (nnml-decoded-group-name): Use it; don't decode group name if
7989         nnmail-group-names-not-encoded-p is non-nil.
7990         (nnml-encoded-group-name): New function.
7991         (nnml-group-pathname): Inline nnml-decoded-group-name.
7992         (nnml-request-expire-articles): Decode group name in message.
7993         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
7994         nnmail-pathname-coding-system.
7995         (nnml-save-mail, nnml-active-number): Work with decoded group names and
7996         not decoded ones according to nnmail-group-names-not-encoded-p.
7997         (nnml-generate-active-info): Use nnml-encoded-group-name.
7998
7999 2007-08-08  Glenn Morris  <rgm@gnu.org>
8000
8001         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
8002         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
8003         doc-strings and comments.
8004
8005 2007-07-25  Glenn Morris  <rgm@gnu.org>
8006
8007         * Relicense all FSF files to GPLv3 or later.
8008
8009 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8010
8011         * gnus-sum.el (gnus-summary-move-article): Make
8012         gnus-summary-respool-article work.
8013
8014 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
8015
8016         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
8017         string.
8018
8019 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
8020
8021         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
8022         that should be ignored when comparing distant RSS articles with local
8023         ones.
8024         (nnrss-make-hash-index): New function.  Create a hash index according
8025         to the ignored fields.
8026         (nnrss-check-group): Use it.
8027
8028 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8029
8030         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
8031
8032         * gnus-art.el (article-decode-group-name): Decode Xref header too.
8033
8034         * gnus-group.el (gnus-group-make-group): Encode group name here unless
8035         the new optional argument ENCODED is non-nil.
8036         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
8037         coding system for encoding group name.
8038         (gnus-group-make-rss-group): Pass un-encoded group name to
8039         gnus-group-make-group.
8040         (gnus-group-set-info): Tell gnus-group-make-group that group name is
8041         encoded.
8042
8043         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
8044         Encode group name to which articles are moved or copied.
8045         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
8046         coding system for encoding Newsgroup, Followup-To and Xref headers.
8047
8048         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
8049         marks; use nnheader-file-coding-system to write a file.
8050         (nnagent-retrieve-headers): Bind file-name-coding-system to
8051         nnmail-pathname-coding-system.
8052
8053         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
8054
8055         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
8056         (nnml-request-article, nnml-request-create-group)
8057         (nnml-request-rename-group, nnml-find-id)
8058         (nnml-possibly-change-directory, nnml-possibly-create-directory)
8059         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
8060         (nnml-save-marks): Use nnml-group-pathname instead of
8061         nnmail-group-pathname.
8062
8063         (nnml-request-create-group, nnml-request-expire-articles)
8064         (nnml-request-move-article, nnml-request-delete-group)
8065         (nnml-deletable-article-p, nnml-possibly-create-directory)
8066         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
8067         (nnml-open-marks): Bind file-name-coding-system to
8068         nnmail-pathname-coding-system.
8069
8070         (nnml-request-article): Pass server argument to nnml-find-group-number.
8071         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
8072         server argument to nnml-possibly-create-directory.
8073         (nnml-request-accept-article): Pass server argument to
8074         nnml-active-number and nnml-save-mail.
8075         (nnml-find-group-number): Pass server argument to nnml-find-id.
8076         (nnml-request-update-info): Pass server argument to
8077         nnml-marks-changed-p.
8078
8079         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
8080         (nnml-save-mail, nnml-active-number): Add server argument.
8081
8082         (nnml-request-delete-group): Warn if group is missing.
8083         (nnml-get-nov-buffer): Decode group name.
8084         (nnml-generate-active-info): Encode group name.
8085         (nnml-open-marks): Decode group name in messages.
8086
8087 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8088
8089         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
8090         if it is not specified.
8091         (gnus-article-pipe-part, gnus-article-save-part)
8092         (gnus-article-interactively-view-part, gnus-article-copy-part)
8093         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
8094         (gnus-article-inline-part, gnus-article-save-part-and-strip)
8095         (gnus-article-replace-part, gnus-article-delete-part)
8096         (gnus-article-view-part-as-type): Pass raw prefix argument to
8097         gnus-article-part-wrapper.
8098
8099 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8100
8101         * gnus-agent.el (gnus-agent-save-active): Bind
8102         nnheader-file-coding-system to gnus-agent-file-coding-system.
8103
8104         * gnus-cache.el (gnus-cache-save-buffers)
8105         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
8106         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
8107         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
8108         (gnus-cache-braid-nov, gnus-cache-braid-heads)
8109         (gnus-cache-generate-active, gnus-cache-rename-group)
8110         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
8111         (gnus-cache-update-overview-total-fetched-for): Bind
8112         file-name-coding-system to nnmail-pathname-coding-system.
8113         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
8114         variables.
8115         (gnus-cache-decoded-group-name): New function.
8116         (gnus-cache-file-name): Use it.
8117         (gnus-cache-generate-active): Use non-decoded group name for active.
8118
8119         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
8120         right place.
8121         (gnus-write-active-file): Don't break non-ASCII group names.
8122
8123         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
8124         nnmail-pathname-coding-system.
8125
8126         * lpath.el: Bind default-file-name-coding-system,
8127         file-name-coding-system and language-info-alist for XEmacs.
8128
8129         * gnus-uu.el (gnus-uu-decode-save): Typo.
8130
8131 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8132
8133         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
8134
8135 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8136
8137         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
8138         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
8139         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
8140         (gnus-agent-flush-group, gnus-agent-flush-cache)
8141         (gnus-agent-fetch-headers, gnus-agent-load-alist)
8142         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
8143         (gnus-agent-retrieve-headers, gnus-agent-request-article)
8144         (gnus-agent-regenerate-group)
8145         (gnus-agent-update-files-total-fetched-for)
8146         (gnus-agent-update-view-total-fetched-for): Bind
8147         file-name-coding-system to nnmail-pathname-coding-system.
8148         (gnus-agent-group-pathname): Don't encode file names by
8149         nnmail-pathname-coding-system.
8150         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
8151         coding-system-for-write instead of buffer-file-coding-system to
8152         gnus-agent-file-coding-system.
8153
8154         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
8155         Decode group name.
8156
8157         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
8158
8159         * gnus-start.el (gnus-update-active-hashtb-from-killed)
8160         (gnus-read-newsrc-el-file): Make group names unibyte.
8161
8162         * nnmail.el (nnmail-group-pathname): Don't encode file names by
8163         nnmail-pathname-coding-system.
8164
8165         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
8166         (nnrss-request-delete-group): Bind file-name-coding-system to
8167         nnmail-pathname-coding-system.
8168         (nnrss-read-server-data, nnrss-read-group-data): Bind
8169         file-name-coding-system correctly.
8170         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
8171
8172         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
8173         (nntp-server-to-method-cache): New variable.
8174         (nntp-group-pathname): New function that decodes non-ASCII group names.
8175         (nntp-possibly-create-directory, nntp-marks-changed-p)
8176         (nntp-save-marks, nntp-open-marks): Use it.
8177         (nntp-possibly-create-directory, nntp-open-marks):
8178         Bind file-name-coding-system to nnmail-pathname-coding-system.
8179         (nntp-open-marks): Decode group names when bootstrapping marks.
8180
8181         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
8182         Newsgroups and Folowup-To headers.
8183
8184 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8185
8186         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8187         (gnus-server-closed-face, gnus-server-denied-face)
8188         (gnus-server-offline-face): Remove variable.
8189         (gnus-server-font-lock-keywords): Use faces that are not aliases.
8190
8191         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
8192         of modifying message-stack directly for XEmacs.
8193
8194         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
8195         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
8196         if the coding-system argument is nil for XEmacs.
8197
8198         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
8199         mm-charset-override-alist.
8200
8201         * rfc2047.el: Don't require base64; require rfc2045 for the function
8202         rfc2045-encode-string.
8203         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
8204         to quote the parameter value.
8205
8206 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8207
8208         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
8209         form in gnus-group-name-charset-method-alist.
8210
8211         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
8212         overrides the default layout edit-form.
8213
8214         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
8215
8216         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
8217
8218 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8219
8220         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
8221         as unfetched articles.
8222
8223 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
8224
8225         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
8226
8227 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8228
8229         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
8230         original back end that keeps marks in the local system.
8231
8232 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8233
8234         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
8235         arg of pop-to-buffer for XEmacs.
8236         (gnus-article-read-summary-keys): Ditto; don't restore window
8237         configuration if summary command ends up with neither article buffer
8238         nor summary buffer; describe bindings if summary keys end with C-h.
8239
8240 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8241
8242         * message.el (message-fix-before-sending): Skip raw message part to be
8243         forwarded while checking illegible text.
8244         (message-forward-make-body-mime, message-forward-make-body): Mark
8245         signed or encrypted raw message as having no illegible text.
8246
8247 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8248
8249         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
8250         (gnus-message-with-timestamp-1): New macro.
8251         (gnus-message-with-timestamp): New function.
8252         (gnus-message): Use them.
8253
8254         * nnheader.el (nnheader-message): Use them.
8255
8256 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
8257
8258         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
8259         .newsrc.eld file.
8260
8261 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8262
8263         * gnus-agent.el (gnus-agent-fetch-headers)
8264         (gnus-agent-retrieve-headers): Bind
8265         gnus-decode-encoded-address-function to identity.
8266
8267         * nntp.el (nntp-send-xover-command): Recognize an xover command is
8268         available also when the server returns simply a dot.
8269
8270         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
8271
8272 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8273
8274         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
8275
8276 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8277
8278         * gnus-ems.el (gnus-x-splash): Make it work.
8279
8280         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
8281         from being used.
8282
8283         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
8284
8285 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8286
8287         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
8288         4th and the 5th arguments.
8289
8290         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
8291         the front stickiness.
8292         (gnus-article-summary-command-nosave): Correct the order of the
8293         arguments passed to pop-to-buffer.
8294         (gnus-article-read-summary-keys): Ditto; make it work properly when the
8295         summary command ends up with the article buffer.
8296
8297         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
8298         the same faces.
8299
8300 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
8301
8302         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
8303
8304 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
8305
8306         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
8307         * gnus-sum.el (gnus-summary-highlight):
8308         * pgg.el (pgg-sign-region, pgg-sign):
8309         * mail-source.el (mail-source-delete-old-incoming-confirm):
8310         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
8311
8312 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8313
8314         * gnus-art.el (gnus-mime-view-part-externally)
8315         (gnus-mime-view-part-internally): Fix predicate function passed to
8316         completing-read.
8317
8318         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
8319
8320         * gnus.el (gnus-update-message-archive-method): Add :version.
8321
8322 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8323
8324         * gnus.el (gnus-update-message-archive-method): New variable.
8325
8326         * gnus-start.el (gnus-setup-news): Update saved "archive" method
8327         according to gnus-message-archive-method if
8328         gnus-update-message-archive-method is non-nil.
8329
8330 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8331
8332         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
8333         by Loic Dachary <loic@dachary.org>.
8334         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8335
8336 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8337
8338         * message.el (message-pop-to-buffer): Add switch-function argument.
8339         (message-mail): Pass switch-function argument to it.
8340
8341 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
8342
8343         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
8344         Improve doc string.
8345
8346 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8347
8348         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
8349         (gnus-header-content)
8350         * gnus-cite.el (gnus-cite-10)
8351         * gnus-srvr.el (gnus-server-closed)
8352         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
8353         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
8354         (gnus-group-mail-3-empty, gnus-group-mail-low)
8355         (gnus-group-mail-low-empty, gnus-splash)
8356         * message.el (message-header-to, message-header-cc)
8357         (message-header-subject, message-header-other, message-header-name)
8358         (message-header-xheader, message-separator, message-cited-text)
8359         (message-mml): Lighten colors of faces used for dark background.
8360
8361 2007-05-24  Simon Josefsson  <simon@josefsson.org>
8362
8363         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
8364         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
8365
8366 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8367
8368         * message.el (message-narrow-to-headers-or-head):
8369         Ignore mail-header-separator in the body.
8370
8371 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8372
8373         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
8374         same as window size.
8375
8376 2007-05-22  Kevin Ryde  <user42@zip.com.au>
8377
8378         * message.el (message-font-lock-keywords): Use message-header-xheader
8379         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
8380         ahead of the anything pattern, to get it recognised.
8381
8382 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8383
8384         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
8385         spam.el loads uses it in the compiled defadvice form.
8386
8387 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
8388
8389         * gnus-sum.el (gnus-articles-to-read)
8390         (gnus-summary-insert-old-articles): Don't truncate group name for
8391         `read-string'.
8392
8393         * gnus-util.el (gnus-limit-string): Delete this function.
8394
8395         * gnus-sum.el (gnus-simplify-subject-fully): Use
8396         `truncate-string-to-width' instead.
8397
8398 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
8399
8400         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
8401         if, on summary exit, the next group has to be selected.
8402         (gnus-summary-exit): Use it.
8403
8404 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
8405
8406         * gnus-art.el (gnus-article-mode): Fix comment about displaying
8407         non-break space.
8408
8409 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8410
8411         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
8412         Check if group is not a directory.
8413         (nnfolder-request-expire-articles): Don't delete articles if the target
8414         group is not available.
8415
8416         * nnml.el (nnml-request-create-group): Properly check if group is not a
8417         file.
8418         (nnml-request-expire-articles): Don't delete articles if the target
8419         group is not available.
8420
8421         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8422         Don't quote characters that are within parentheses.
8423
8424 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8425
8426         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
8427         (gnus-handle-ephemeral-exit): Select article according to it.
8428
8429 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8430
8431         * message.el (message-insert-formated-citation-line): Remove newline.
8432         (message-citation-line-format): Add final \n here so that the user can
8433         avoid a blank line.
8434
8435 2007-05-03  Dan Christensen  <jdc@uwo.ca>
8436
8437         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
8438         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
8439         Update lanl/arXiv support.
8440
8441 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8442
8443         * gnus.el: Bump version number.
8444
8445 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8446
8447         * gnus.el (gnus-version-number): Bump version.
8448
8449 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8450
8451         * gnus.el: No Gnus v0.6 is released.
8452
8453 2007-04-27  Didier Verna  <didier@xemacs.org>
8454
8455         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
8456         * gmm-utils.el (gmm-regexp-concat): here.
8457         * message.el: Don't require 'gnus-util.
8458         (message-dont-reply-to-names): Handle name change above.
8459         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
8460
8461 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8462
8463         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
8464         since the initial value varies according to the system.
8465
8466 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8467
8468         * mm-util.el (mm-charset-synonym-alist): Defcustom.
8469
8470 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
8471
8472         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
8473
8474 2007-04-24  Didier Verna  <didier@xemacs.org>
8475
8476         Improve the type of gnus-ignored-from-addresses.
8477         * gnus-util.el (gnus-orify-regexp): New function.
8478         * message.el (gnus-util): Require it.
8479         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
8480         * gnus-sum.el (gnus-ignored-from-addresses): New function.
8481         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
8482
8483 2007-04-24  Didier Verna  <didier@xemacs.org>
8484
8485         * gnus-sum.el:
8486         * gnus-utils.el: Fix some trailing whitespaces.
8487
8488 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8489
8490         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
8491         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
8492         article's Message-ID; refer parent article in summary buffer.
8493
8494         * message.el (message-bounce): Call mime-to-mml.
8495
8496         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
8497         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
8498         optimize and/or forms properly.
8499
8500 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
8501
8502         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
8503         URL.
8504
8505 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8506
8507         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
8508
8509 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8510
8511         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
8512         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
8513         displayed of multipart/alternative part if it is invoked from summary
8514         buffer.
8515
8516         * mm-view.el (mm-inline-text-html-render-with-w3m)
8517         (mm-inline-text-html-render-with-w3m-standalone)
8518         (mm-inline-render-with-function): Use mail-parse-charset by default.
8519
8520 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
8521
8522         * parse-time.el (parse-time-string-chars): Check if CHAR
8523         is less than the length of parse-time-syntax.
8524
8525 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8526
8527         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
8528         from gnus-newsgroup-processable.
8529
8530 2007-04-16  Didier Verna  <didier@xemacs.org>
8531
8532         * gnus-msg.el (gnus-configure-posting-styles): Handle
8533         message-signature-directory properly with :file syntax.  Reported by
8534         "Leo".
8535
8536 2007-04-11  Didier Verna  <didier@xemacs.org>
8537
8538         New user option: message-signature-directory.
8539         * gnus-msg.el (gnus-configure-posting-styles): Support it.
8540         * message.el (message-insert-signature): Ditto.
8541         * message.el (message-signature-file): Doc update.
8542         * message.el (message-signature-directory): New.
8543
8544 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8545
8546         * gnus-msg.el (gnus-inews-yank-articles): Use
8547         message-exchange-point-and-mark instead of exchange-point-and-mark.
8548
8549 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8550
8551         * message.el (message-yank-original): Make sure cited text ends with
8552         newline; don't exchange point and mark.
8553
8554 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
8555
8556         * tls.el (open-tls-stream): Properly handle case where there
8557         is no associated buffer.
8558
8559 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
8560
8561         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
8562         message-yank-original, make sure (< mark TEXT point).
8563
8564 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8565
8566         * message.el (message-fill-column): New variable.
8567         (message-mode): Use it.  Add comment on a possible new hook.
8568
8569         * nnmail.el (nnmail-spool-file): Mark as obsolete.
8570         (nnmail-get-new-mail): Reformat.
8571
8572         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
8573
8574         * gmm-utils.el: Fix Commentary.
8575         (gmm-tool-bar-from-list): Fix typo in doc string.
8576
8577 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
8578
8579         * message.el (message-yank-original): Don't switch point and mark
8580         unnecessarily to put point and mark as documented.
8581
8582 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8583
8584         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
8585         from the message heads.
8586
8587 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
8588
8589         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
8590         article buffer does not have a window.  This may not be the best
8591         solution but is certainly better than setting the start of the null,
8592         that is the current, window.
8593
8594 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8595
8596         * gnus-draft.el (gnus-draft-setup-hook): New hook.
8597         (gnus-draft-setup): Run it.
8598
8599         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
8600         gnus-score-fast-scoring.  Allow regexp.
8601         (gnus-score-headers): Use it.
8602
8603         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
8604         XEmacs.
8605
8606         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
8607         string.
8608         (gnus-button-alist): Also catch `<f1> k ...'.
8609         (gnus-treat-display-x-face): Fix doc string.
8610
8611 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8612
8613         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
8614         evaluation of gnus-extended-version to ensure correct generation of the
8615         User-Agent header when message-generate-headers-first is used.
8616
8617 2007-03-24  Simon Josefsson  <simon@josefsson.org>
8618
8619         * hashcash.el (hashcash-generate-payment-async): Don't crash if
8620         hashcash-path is nil.  Don't call callback with incorrect number of
8621         parameters if val is 0.
8622
8623 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8624
8625         * message.el (message-required-news-headers):
8626         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
8627
8628 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
8629
8630         * tls.el (open-tls-stream): In handshake-waiting loop,
8631         don't wait more if there is output available to process.
8632
8633 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
8634
8635         * tls.el (tls-program): Doc fix.
8636
8637 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8638
8639         * message.el (message-generate-new-buffers): Change the meaning of the
8640         nil value; add `standard' to the choices; treat t as `unique'; improve
8641         doc string.
8642         (gnus-select-frame-set-input-focus): Autoload.
8643         (message-buffer-name): Search for the existing message buffer if
8644         message-generate-new-buffers is nil or `standard'; treat the value t of
8645         message-generate-new-buffers as `unique'.
8646         (message-pop-to-buffer): Raise the frame already displaying the message
8647         buffer; clear the echo area after querying.
8648         (message-setup): Pass the `continue' argument to compose-mail.
8649         (message-mail): Prefer `switch-function' if it is given; search for the
8650         existing message buffer if the `continue' argument is non-nil; pass
8651         continue and switch-function arguments to compose-mail by way of
8652         message-setup.
8653         (message-mail-other-window): Adjust argument of message-setup.
8654         (message-mail-other-frame): Ditto.
8655
8656 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8657
8658         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
8659         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
8660         to turn font-lock on when turning gnus-message-citation-mode on.
8661
8662 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
8663
8664         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
8665         (mml-smime-function-alist): New variable; add epg as the backend.
8666         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
8667         mml-smime- functions instead.
8668         * mm-view.el: Require smime.
8669
8670 2007-03-05  Didier Verna  <didier@xemacs.org>
8671
8672         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
8673         instead of just inheritance for posting styles.
8674         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
8675
8676 2007-02-24  Chris Moore  <dooglus@gmail.com>
8677
8678         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
8679         * pgg-pgp.el (pgg-pgp-encrypt-region):
8680         * pgg-gpg.el (pgg-gpg-encrypt-region):
8681         Check pgg-encrypt-for-me if no other recipients.
8682
8683 2007-02-24  John Paul Wallington  <jpw@pobox.com>
8684
8685         * tls.el (tls-certtool-program): Fix custom type.
8686
8687 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8688
8689         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
8690         and point-at-eol instead of line-(beginning|end)-position.
8691
8692         * assistant.el (assistant-parse-buffer): Ditto.
8693
8694         * netrc.el (netrc-parse-services): Ditto.
8695
8696 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
8697
8698         * mml2015.el (mml2015-epg-find-usable-key): New function.
8699         (mml2015-epg-sign): Use it.
8700         (mml2015-epg-encrypt): Use it.
8701
8702 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8703
8704         * message.el (message-make-in-reply-to): Quote name containing
8705         non-ASCII characters.  It will make the RFC2047 encoder cause an error
8706         if there are special characters.  Reported by NAKAJI Hiroyuki
8707         <nakaji@jp.freebsd.org>.
8708
8709 2007-02-27  Didier Verna  <didier@xemacs.org>
8710
8711         Include the group parameters as well as the topic ones in the
8712         inheritance filter process.
8713         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
8714         argument GROUP-PARAMS-LIST.
8715         * gnus-topic.el (gnus-group-topic-parameters): Use it.
8716
8717 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8718
8719         * nntp.el (nntp-never-echoes-commands)
8720         (nntp-open-connection-functions-never-echo-commands): New variables.
8721         (nntp-send-command): Use them.
8722
8723 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
8724
8725         * mml2015.el (mml2015-epg-verify): Simplified.
8726
8727 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8728
8729         * mml.el (mml-content-disposition-alist): New user option.
8730         (mml-content-disposition): New function.
8731         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
8732         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
8733
8734 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
8735
8736         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
8737         verification.
8738
8739 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8740
8741         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
8742         articles posted in the last 24 hours.
8743
8744 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
8745
8746         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
8747
8748 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
8749
8750         * nntp.el (nntp-send-command): Don't wait for echoes when
8751         nntp-open-ssl-stream is used.
8752
8753 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8754
8755         * gnus-cite.el (gnus-test-font-lock-add-keywords)
8756         (gnus-message-add-citation-keywords)
8757         (gnus-message-remove-citation-keywords): Remove.
8758         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
8759         directly, make the variables in font-lock-defaults buffer-local, add
8760         gnus-message-citation-keywords to them and then update the value of
8761         font-lock-keywords.
8762
8763 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8764
8765         * message.el (message-cite-original-1): Don't call
8766         gnus-article-highlight-citation.
8767
8768         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
8769         citations; fix line count.
8770
8771 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8772
8773         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
8774         (gnus-message-add-citation-keywords)
8775         (gnus-message-remove-citation-keywords): Use it; fix the emulating
8776         versions of font-lock-add-keywords and font-lock-remove-keywords to
8777         work with XEmacs correctly.
8778
8779 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8780
8781         * gnus-cite.el (gnus-cite-face-list): Set the values of
8782         gnus-message-max-citation-depth and gnus-message-citation-keywords.
8783         (gnus-message-max-citation-depth): Use defvar rather than defconst.
8784         (gnus-message-cite-prefix-regexp): New variable.
8785         (gnus-message-search-citation-line): Use it; protect against long
8786         citation prefix; fill match data with nil rather than 0 for XEmacs; set
8787         the 0th match data for Emacs.
8788         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
8789         (gnus-message-add-citation-keywords): Append keywords rather than
8790         prepending; emulate font-lock-add-keywords if it is not available.
8791         (gnus-message-remove-citation-keywords): Emulate
8792         font-lock-remove-keywords if it is not available.
8793
8794         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
8795
8796         * message.el (message-cite-prefix-regexp): Set the value of
8797         gnus-message-cite-prefix-regexp.
8798
8799 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8800
8801         * nnweb.el (nnweb-google-parse-1): Update parser.
8802
8803 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
8804
8805         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
8806
8807 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8808
8809         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8810         regexp.
8811
8812 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8813
8814         * uudecode.el (uudecode-string-to-multibyte): New function emulating
8815         string-to-multibyte.
8816         (uudecode-decode-region-internal): Use it.
8817
8818         * lpath.el: Fbind string-as-multibyte for XEmacs.
8819
8820 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8821
8822         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
8823         custom choice.
8824
8825         * gnus-art.el (gnus-signature-limit): Fix custom choice.
8826
8827 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
8828
8829         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
8830
8831         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
8832         `write-region' to respect `mm-inhibit-file-name-handlers'.
8833
8834 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
8835
8836         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
8837         Use gnus-home-directory instead of "~/" or "$HOME".
8838
8839 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
8840
8841         * encrypt.el (encrypt-insert-file-contents): Add better prompt
8842         to mention filename.
8843         Add comments at beginning regarding usage.
8844         (encrypt-write-file-contents): Change interactive so a string is
8845         acceptable.  If the file has no associated model, show an error instead
8846         of a nonsense prompt.
8847
8848 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8849
8850         * spam.el (spam-bsfilter-ham-switch): Fix typo.
8851         Thanks to Yoshihiko Yamada for kind notification of this typo.
8852
8853 2007-01-12  Kenichi Handa  <handa@m17n.org>
8854
8855         * uudecode.el (uudecode-decode-region-internal): Make it work in a
8856         multibyte buffer.
8857
8858 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8859
8860         * gnus-score.el (gnus-score-fast-scoring): New variable.
8861         (gnus-score-headers): Use it.
8862
8863         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
8864
8865         * message.el (message-cite-original-1): Call
8866         gnus-article-highlight-citation if requested.
8867         (message-make-from): Allow name and address as optional arguments.
8868
8869         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
8870
8871         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
8872         bugs to doc string.
8873         (gnus-button-alist): Add mid\\|message-id.
8874         (gnus-button-fetch-group): Extend for use in
8875         `browse-url-browser-function'.
8876         (gnus-button-url-regexp): Try to catch paired parentheses like in
8877         Wikipedia URLs.
8878
8879         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
8880         Suggested by Simon Krahnke <overlord@gmx.li>.
8881
8882 2007-01-13  Romain Francoise  <romain@orebokech.com>
8883
8884         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
8885         Update copyright.
8886
8887 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
8888
8889         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
8890
8891 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
8892
8893         * gnus-registry.el (gnus-registry-unfollowed-groups)
8894         (gnus-registry-split-fancy-with-parent): Fix documentation.
8895
8896 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8897
8898         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
8899         from nnweb groups.
8900
8901 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8902
8903         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
8904         Xref urls.  Erase buffer before requesting head.
8905
8906 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
8907
8908         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
8909         customizable.
8910
8911 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
8912
8913         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
8914         no signing key is found.
8915         (mml2015-epg-encrypt): Ask user whether to skip or abort if
8916         no encrypting and/or signing key is found.
8917
8918 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8919
8920         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
8921
8922 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8923
8924         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
8925         headers read from disk with the ones newly found in the current search.
8926         This should no longer cause problems, because the article numbers in
8927         Gmane's `nov.php' output are ignored since the previous change.
8928
8929 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8930
8931         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
8932
8933 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8934
8935         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
8936         replace-regexp-in-string; bind url-version; fbind display-images-p and
8937         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
8938         find-face and set-itimer-function for Emacs; bind itimer-list for
8939         Emacs.
8940
8941         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
8942
8943 2007-01-01  Romain Francoise  <romain@orebokech.com>
8944
8945         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
8946
8947 2006-12-31  Steve Youngs  <steve@sxemacs.org>
8948
8949         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
8950         `define-minor-mode' macro definition expanded properly.
8951         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
8952         exclude it there.
8953
8954         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
8955         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
8956         `fboundp' test.
8957         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
8958         This is OK to autoload in (S)XEmacs now.
8959
8960 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8961
8962         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
8963         keystroke.
8964         (gnus-summary-limit-to-singletons): Fix typo.
8965
8966         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
8967         else fails.
8968
8969 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8970
8971         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
8972         docstring.
8973
8974         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
8975         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
8976         (gnus-summary-insert-dormant-articles): Fix typo in message.
8977
8978 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
8979
8980         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
8981         nil for XEmacs.
8982         (gnus-message-citation-mode): Don't autoload in XEmacs.
8983
8984         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
8985
8986 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
8987
8988         * nnimap.el (nnimap-expunge-search-string): Mention
8989         nnimap-search-uids-not-since-is-evil in docstring.
8990
8991 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8992
8993         * spam.el: Revert to make-obsolete-variable because
8994         define-obsolete-variable-alias is not supported in Emacs 21.
8995
8996         * spam.el (spam-ifile-path, spam-ifile-database-path)
8997         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
8998         make-obsolete-variable.
8999         (spam-bsfilter-path, spam-bsfilter-program)
9000         (spam-spamassassin-path, spam-spamassassin-program)
9001         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
9002         use "path" inappropriately.
9003         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
9004         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
9005         variable names.
9006
9007 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
9008
9009         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
9010         summary buffer.
9011
9012         * password.el (password-cache-remove): Use clear-string to burn
9013         password, if available.
9014
9015 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9016
9017         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
9018
9019         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
9020
9021         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
9022         (gnus-message-highlight-citation): Move defcustom here from
9023         gnus-cite.el.
9024         (gnus-message-citation-mode): Autoload.
9025
9026         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
9027         checks to make it compile with XEmacs.
9028         (gnus-message-citation-mode): New minor mode.
9029         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
9030         (gnus-message-highlight-citation): New variables.
9031         (gnus-message-search-citation-line)
9032         (gnus-message-add-citation-keywords)
9033         (gnus-message-remove-citation-keywords)
9034         (turn-on-gnus-message-citation-mode)
9035         (turn-off-gnus-message-citation-mode): New functions.
9036
9037 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
9038
9039         * gnus-cite.el: Enable highlighting of different citation levels in
9040         message-mode.
9041
9042 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9043
9044         * message.el (message-make-fqdn): Fix comment.
9045         (message-bogus-system-names): Add ".local".
9046
9047         * spam.el (spam-ifile-path, spam-ifile-program)
9048         (spam-ifile-database-path, spam-ifile-database)
9049         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
9050         Don't use "path" inappropriately.
9051         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
9052         strings.
9053         (spam-check-ifile, spam-ifile-register-with-ifile)
9054         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
9055         new variable names.
9056
9057         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
9058         (gnus-treat-display-smileys): Simplify using
9059         gnus-image-type-available-p.
9060
9061         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
9062         available.
9063
9064         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
9065         `display-images-p' if available.
9066
9067 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9068
9069         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
9070         one after turning on the buffer's multibyteness instead of decoding
9071         them directly in the unibyte buffer that causes unexpected conversion
9072         in Emacs 23 (unicode).
9073
9074 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9075
9076         * message.el (message-generate-hashcash): Fix custom type.
9077
9078 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9079
9080         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
9081
9082 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9083
9084         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
9085         disconnect icons.  Add help text.
9086
9087 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
9088
9089         * spam.el (spam-extra-header-to-number): CRM114 spam score is
9090         negated to be consistent with the others we handle.
9091
9092 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9093
9094         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
9095         version of gnus-summary-buffer to something, so that we can use two
9096         article buffers at the same time.
9097
9098 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
9099
9100         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
9101         trigger all the extra headers.
9102         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
9103         sorting.
9104
9105 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9106
9107         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
9108         solid groups.
9109
9110 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
9111
9112         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
9113
9114 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
9115
9116         * legacy-gnus-agent.el: Add Copyright notice.
9117
9118 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
9119
9120         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
9121
9122 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9123
9124         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
9125
9126         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
9127         to make it work reliably in CVS Emacs.
9128         (gnus-summary-limit-strange-charsets-predicate)
9129         (gnus-summary-limit-to-predicate): New functions.
9130
9131 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
9132
9133         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
9134         specifying array size.
9135         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
9136         array if it is too small.
9137         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
9138         (gnus-sort-threads-loop): New function.
9139
9140 2006-12-06  Chris Moore  <dooglus@gmail.com>
9141
9142         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
9143         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
9144
9145 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
9146
9147         * mm-url.el (mm-url-predefined-programs): Call curl with correct
9148         options.
9149
9150 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9151
9152         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
9153         DOS-ing the recipient.
9154
9155         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
9156         the headers when creating the mapping to avoid mismappings.
9157         (nnweb-gmane-create-mapping): Always nix out old mapping.
9158
9159 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9160
9161         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
9162         and mm-verify-option to never.
9163
9164 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9165
9166         * message.el (message-signed-or-encrypted-p): New function.
9167         (message-forward-make-body): Use it.
9168
9169         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
9170         Replace encode-coding-string with mm-encode-coding-string.
9171
9172 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9173
9174         * nneething.el (nneething-decode-file-name): Replace
9175         decode-coding-string with mm-decode-coding-string.
9176
9177         * gnus-int.el (gnus-open-server): Say failed server's name.
9178
9179 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9180
9181         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
9182         strings to a single string.  Quote `errors-file-name'.
9183         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
9184         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
9185         Adjust calls.  Use `shell-quote-argument'.
9186
9187 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
9188
9189         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
9190         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
9191
9192         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
9193         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
9194         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
9195         (gnus-group-make-directory-group, gnus-group-transpose-groups):
9196         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
9197         (gnus-subscribe-newsgroup, gnus-1):
9198         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
9199         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
9200         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
9201         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
9202
9203 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9204
9205         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
9206         keystroke.
9207         (gnus-summary-limit-to-bodies): Implement headersp.
9208
9209 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9210
9211         * dns.el (query-dns): Protect against "Process dns deleted" strings.
9212
9213 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9214
9215         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
9216
9217 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9218
9219         * message.el (message-generate-hashcash): Expand range of values to
9220         include `opportunistic'.
9221         (message-send-mail): Use it.
9222
9223 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9224
9225         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
9226         and comment it.
9227
9228         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
9229
9230 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
9231
9232         * gnus-util.el (gnus-extract-address-components): Improve comment.
9233
9234 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9235
9236         * gnus-util.el (gnus-extract-address-components): Work with address in
9237         which the name portion contains @.
9238
9239         * lpath.el: Fbind custom-autoload.
9240
9241 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9242
9243         * gnus.el (gnus-start): Move custom group up.
9244         (gnus-select-method): Don't autoload, but make it available for
9245         `customize-variable'.
9246         (gnus-getenv-nntpserver): Don't autoload.
9247
9248 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
9249
9250         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
9251
9252 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9253
9254         * message.el (message-sendmail-extra-arguments): New variable.
9255         (message-send-mail-with-sendmail): Use it.
9256
9257 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9258
9259         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
9260         mm-with-unibyte-current-buffer to make string unibyte.
9261
9262         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
9263         mm-string-as-multibyte.
9264
9265 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
9266
9267         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
9268         Reported by Werner Koch <wk@gnupg.org>.
9269
9270 2006-11-14  Daiki Ueno  <ueno@p360>
9271
9272         * mml2015.el: Autoload epa-select-keys when compiling.
9273
9274 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9275
9276         * mml2015.el (mml2015-epg-sign): Save the signing keys in
9277         message-options.
9278         (mml2015-epg-encrypt): Save the recipient keys in message-options.
9279
9280 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9281
9282         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
9283         EasyPG (< 0.0.6).
9284         (mml2015-always-trust): New user option.
9285         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
9286         prompt.
9287
9288 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9289
9290         * nntp.el (nntp-authinfo-force): New variable.
9291         (nntp-send-authinfo): Use it.
9292
9293 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
9294
9295         * message.el (message-strip-subject-encoded-words): Allow _not_ to
9296         decode encoded words.  Improve prompt.  Add comment about forwarding.
9297         (message-replacement-char): Move up.
9298
9299 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
9300
9301         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
9302         instead of gnus-intersection because arguments of gnus-sorted-nunion
9303         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
9304
9305 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
9306
9307         * message.el (message-strip-subject-encoded-words): Reformat prompt.
9308         (message-simplify-subject-functions): Enable
9309         message-strip-subject-encoded-words by default.
9310
9311 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
9312
9313         * message.el (message-strip-subject-encoded-words): New function.
9314         (message-simplify-subject-functions): New variable.
9315         (message-simplify-subject): Use it.  Fix typo in doc string.
9316         Support message-strip-subject-encoded-words.
9317
9318 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
9319
9320         * gnus-diary.el (gnus-diary-delay-format-function):
9321         * nndiary.el (nndiary-reminders):
9322         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
9323
9324 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9325
9326         * gnus-art.el (article-hide-boring-headers): Fetch date from
9327         gnus-original-article-buffer to avoid problems with localized date
9328         strings.
9329
9330 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9331
9332         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
9333
9334 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
9335
9336         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9337         New variables.
9338         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9339         (mm-charset-synonym-alist): Move some entries to
9340         mm-codepage-iso-8859-list.
9341         (mm-charset-synonym-alist, mm-charset-override-alist): Add
9342         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9343
9344 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9345
9346         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
9347
9348 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9349
9350         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
9351         with Emacs 21 and XEmacs.
9352
9353 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
9354
9355         * spam.el (spam-parse-address): New function for better parsing,
9356         catching errors, etc.
9357         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
9358
9359 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9360
9361         * mm-view.el: Add interactive arg to html2text autoload.
9362
9363 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9364
9365         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
9366
9367 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
9368
9369         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
9370         variables.
9371         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9372         (mm-charset-synonym-alist): Move some entries to
9373         mm-codepage-iso-8859-list.
9374
9375         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
9376
9377 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
9378
9379         * message.el (message-citation-line-format)
9380         (message-insert-formated-citation-line): Fix implementation of %E, %N
9381         and %n according to the doc string.
9382
9383 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
9384
9385         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
9386         car-safe to avoid bad parses.
9387
9388 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9389
9390         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
9391         names.
9392
9393         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
9394
9395 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9396
9397         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
9398         header.
9399
9400         * message.el (message-draft-headers): Add Date.
9401         (message-headers-to-generate): Fix typo in docstring.
9402
9403         * nndraft.el (nndraft-required-headers): New variable.
9404         (nndraft-generate-headers): Use it.
9405
9406         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
9407
9408 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9409
9410         * gnus-registry.el (gnus-registry-wash-for-keywords)
9411         (gnus-registry-find-keywords): New functions to allow easy searching of
9412         articles that are in the registry.
9413
9414 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9415
9416         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
9417         ietf-drums-parse-address instead of gnus-extract-address-components.
9418         Reported by Damien Elmes <damien@repose.cx>.
9419
9420 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9421
9422         * gnus.el (gnus-mime): Remove unused custom group.
9423
9424 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9425
9426         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
9427         "blank line" when searching for end of armor headers.
9428
9429 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9430
9431         * gmm-utils.el (gmm-write-region): Fix variable name.
9432
9433 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
9434
9435         * gmm-utils.el (gmm-write-region): New function based on compatibility
9436         code from `mm-make-temp-file'.
9437
9438         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
9439
9440         * nnmaildir.el (nnmaildir--update-nov)
9441         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
9442         Use `gmm-write-region'.
9443
9444 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9445
9446         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
9447         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9448
9449         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
9450
9451         * message.el (message-replacement-char): New variable.
9452         (message-fix-before-sending): Use it.
9453         (message-simplify-subject): New function to remove duplicate code.
9454         (message-reply, message-followup): Use it.
9455
9456         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
9457         gnus-summary-limit-to-articles.
9458
9459 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9460
9461         * gnus-util.el (gnus-with-local-quit): New macro.
9462
9463         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
9464
9465 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
9466
9467         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
9468         ignore non-string data.
9469
9470 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
9471
9472         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
9473         non-string data (needs to be done in the registry too).
9474
9475 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9476
9477         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
9478         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
9479         (gnus-registry-split-fancy-with-parent)
9480         (gnus-registry-fetch-simplified-message-subject-fast)
9481         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
9482         Remove text properties on ingress into the registry and when it's saved.
9483         (gnus-registry-clean-empty-function): Fix bug with cleaning the
9484         registry from entries with no groups.
9485
9486 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9487
9488         * gnus-util.el (gnus-string-remove-all-properties): Add utility
9489         function to remove string properties.
9490
9491 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9492
9493         * gmm-utils.el (gmm): Adjust custom version.
9494
9495         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
9496         custom version.
9497
9498         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
9499
9500 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9501
9502         * gnus-art.el (gnus-insert-prev-page-button)
9503         (gnus-insert-next-page-button): Simplify.  Reformat.
9504
9505 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9506
9507         * gnus-art.el (gnus-insert-prev-page-button)
9508         (gnus-insert-next-page-button): Apply gnus-article-button-face.
9509
9510 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
9511
9512         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
9513
9514 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9515
9516         * gnus-art.el (gnus-insert-mime-button)
9517         (gnus-insert-mime-security-button):
9518         Apply gnus-article-button-face to MIME and security buttons.
9519
9520 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
9521
9522         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
9523         readable.
9524
9525 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9526
9527         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
9528
9529 2006-09-20  Steve Youngs  <steve@sxemacs.org>
9530
9531         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
9532         `browse-url-of-file' instead of `browse-url'.
9533
9534 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9535
9536         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9537         regexp.  Articles containing quotation were cut prematurely.
9538
9539 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9540
9541         * message.el (message-cite-original-1): Use nobody by default for the
9542         value of From header.
9543         (message-reply): Ditto.
9544
9545 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
9546
9547         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
9548         to the gnus-info.  This fixes a bug of inline-PGP message verification.
9549         Reported by Michael Piotrowski <mxp@dynalabs.de>.
9550
9551 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
9552
9553         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
9554         mails in the doc string.  Add some URLs in comment.
9555         (pop3-movemail): Warn about pop3-leave-mail-on-server.
9556
9557 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9558
9559         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
9560         backslashes handling and the way to find boundaries of quoted strings.
9561
9562 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
9563
9564         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
9565         mml1991-encrypt-to-self is set and mml1991-signers is not set.
9566         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
9567         mml2015-encrypt-to-self is set and mml2015-signers is not set.
9568
9569 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9570
9571         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
9572         doc string.
9573         (gnus-button-regexp, gnus-button-last): Remove unused variables.
9574
9575 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9576
9577         * lpath.el: Fbind epg-check-configuration.
9578
9579 2006-09-06  Simon Josefsson  <jas@extundo.com>
9580
9581         * mml2015.el (mml2015-use): Doc fix, mention epg.
9582
9583 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9584
9585         * mml2015.el (mml2015-use): Default to epg, if available.
9586
9587 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9588
9589         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
9590         message-sender.
9591         (mml1991-epg-encrypt): Ditto.
9592         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
9593         message-sender.
9594         (mml2015-epg-encrypt): Ditto.
9595
9596 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
9597
9598         * message.el (message-send-mail-with-sendmail): Look for sendmail in
9599         several common directories.
9600
9601 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
9602
9603         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
9604         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
9605
9606 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9607
9608         * gnus-art.el (article-decode-encoded-words): Make it fast.
9609
9610 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9611
9612         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
9613
9614         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
9615         in quoted string into `\'.
9616
9617 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9618
9619         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9620         Use standard-syntax-table.
9621
9622 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9623
9624         * gnus-art.el (gnus-decode-address-function): New variable.
9625         (article-decode-encoded-words): Use it to decode headers which are
9626         assumed to contain addresses.
9627         (gnus-mime-delete-part): Remove useless `or'.
9628
9629         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
9630         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
9631         (gnus-nov-parse-line): Use it to decode From header.
9632         (gnus-get-newsgroup-headers): Ditto.
9633         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
9634
9635         * mail-parse.el (mail-decode-encoded-address-region): New alias.
9636         (mail-decode-encoded-address-string): New alias.
9637
9638         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9639         New function.
9640         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
9641         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
9642         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
9643         (rfc2047-decode-string): Ditto.
9644         (rfc2047-decode-address-region): New function.
9645         (rfc2047-decode-address-string): New function.
9646
9647 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
9648
9649         * message.el (message-caesar-buffer-body): Allow rotating headers.
9650
9651         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
9652
9653         * message.el (message-insert-formated-citation-line): Fix %f.
9654         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
9655
9656 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9657
9658         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
9659         (gnus-bookmark-mouse-available-p): New macro.
9660         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
9661         (gnus-bookmark-bmenu-show-infos): Use it.
9662         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
9663         (gnus-bookmark-bmenu-hide-infos): Ditto.
9664         (gnus-bookmark-remove-properties): New function.
9665         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
9666         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
9667         (gnus-bookmark-write-file): Bind coding-system-for-write.
9668         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
9669         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
9670         group before selecting it.
9671         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
9672         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
9673         quit-window if it is not available; use gnus-mouse-2 and bind it to
9674         gnus-bookmark-bmenu-select-by-mouse.
9675         (gnus-bookmark-show-details): Remove unused variable `details-list'.
9676         (gnus-bookmark-bmenu-select-by-mouse): New function.
9677
9678 2006-08-13  Romain Francoise  <romain@orebokech.com>
9679
9680         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
9681         space.
9682
9683 2006-08-10  Romain Francoise  <romain@orebokech.com>
9684
9685         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
9686         (dns-mode-soa-auto-increment-serial): New user option.
9687         (dns-mode-soa-maybe-increment-serial): New function.
9688         (dns-mode): Add the latter to `write-contents-functions'.
9689
9690 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9691
9692         * compface.el (uncompface): Use binary rather than raw-text-unix.
9693
9694 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9695
9696         * compface.el (uncompface): Make sure the eol conversion doesn't take
9697         place when communicating with the external programs.  Reported by
9698         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9699
9700 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9701
9702         * nnheader.el (nnheader-insert-head): Fix typo in comment.
9703
9704 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9705
9706         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9707         Make it more robust by parsing author and date independently.
9708
9709 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9710
9711         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
9712
9713 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
9714
9715         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
9716         first matching secret key.
9717         (mml2015-epg-encrypt): Ditto.
9718
9719         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
9720         first matching secret key.
9721         (mml1991-epg-encrypt): Ditto.
9722
9723         * mml2015.el (mml2015-encrypt-to-self): New user option.
9724         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
9725         mml2015-epg-encrypt-to-self is set.
9726
9727         * mml1991.el (mml1991-encrypt-to-self): New variable.
9728         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
9729         mml1991-epg-encrypt-to-self is set.
9730
9731         * mml2015.el (mml2015-signers): New user option.
9732         (mml2015-epg-sign): Reflect the value of mml2015-signers.
9733         (mml2015-epg-encrypt): Allow to select signing keys.
9734
9735         * mml1991.el (mml1991-signers): New variable.
9736         (mml1991-epg-sign): Reflect the value of mml1991-signers.
9737         (mml1991-epg-encrypt): Allow to select signing keys.
9738
9739 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9740
9741         * nnheader.el (nnheader-insert-head): Make it work even if the file
9742         uses CRLF for the line-break code.
9743
9744 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
9745
9746         * mml2015.el: Require mml-sec instead of password.
9747         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
9748         (mml2015-cache-passphrase): Inherit the default value from
9749         mml-secure-cache-passphrase.
9750         (mml2015-passphrase-cache-expiry): Inherit the default value from
9751         mml-secure-passphrase-cache-expiry.
9752
9753         * mml1991.el: Require mml-sec instead of password.
9754         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
9755         (mml1991-cache-passphrase): Inherit the default value from
9756         mml-secure-cache-passphrase.
9757         (mml1991-passphrase-cache-expiry): Inherit the default value from
9758         mml-secure-passphrase-cache-expiry.
9759
9760         * mml-sec.el: Require password.
9761         (mml-secure-verbose): New user option.
9762         (mml-secure-cache-passphrase): New user option.
9763         (mml-secure-passphrase-cache-expiry): New user option.
9764
9765 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
9766
9767         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
9768         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
9769         andreas@altroot.de (Andreas Vögele).
9770
9771         FIXME: Use `tiny change'?
9772
9773 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9774
9775         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
9776         workaround for the url package included with Emacs.
9777
9778         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9779
9780 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9781
9782         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
9783         correctly.  This fixes a bug caused by the 2006-05-12 change.
9784
9785 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
9786
9787         * nnmail.el (nnmail-article-group): If splitting raises an error, give
9788         some information about the error when saying that the `bogus' mail
9789         group will be used.
9790
9791 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
9792
9793         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
9794         string.
9795
9796 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
9797
9798         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
9799
9800 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9801
9802         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
9803
9804 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9805
9806         * mml1991.el (mml1991-function-alist): Add epg.
9807         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
9808         (mml1991-epg-encrypt): New functions.
9809
9810 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9811
9812         * mml2015.el (mml2015-verbose): New variable.
9813         (mml2015-cache-passphrase): Ditto.
9814         (mml2015-passphrase-cache-expiry): Ditto.
9815         (mml2015-function-alist): Add epg.
9816         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
9817         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
9818         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
9819         functions.
9820
9821 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9822
9823         * message.el (message-cite-original-1): Preserve region when removing
9824         quoted text due to X-No-Archive in order to avoid bogus attribution
9825         when citing multiple messages.
9826
9827 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9828
9829         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
9830         Kenneth Jacker <khj@be.cs.appstate.edu>.
9831
9832 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
9833
9834         * gnus-diary.el (gnus-user-format-function-d)
9835         (gnus-user-format-function-D): Autoload.
9836
9837         * imap.el (Commentary): Fix typo.
9838
9839         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
9840         2006-04-22 contribution.
9841
9842 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9843
9844         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
9845         It didn't really fix the bogosity I'm seeing with solid web groups.
9846
9847 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9848
9849         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
9850         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
9851         created using server names.  If we use the feature without declaring
9852         it, Gnus does not properly manage server and group state.
9853
9854         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
9855         bound.
9856
9857 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9858
9859         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
9860         looking up the method using GROUP's prefix before inventing a new one.
9861         It is used on killed/unknown groups in various places where returning
9862         an all-new method isn't expected by the caller.
9863
9864         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
9865         and match semantics of gnus-group-real-prefix.
9866
9867 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
9868
9869         * nnmail.el (nnmail-broken-references-mailers): New variable.
9870         (nnmail-ignore-broken-references): New function generalizing
9871         nnmail-fix-eudora-headers.
9872         (nnmail-fix-eudora-headers): Now obsolete.
9873
9874         * gnus-art.el (gnus-button-handle-custom): Support
9875         `customize-apropos*'.
9876
9877 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9878
9879         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
9880
9881         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
9882         articles.
9883
9884 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
9885
9886         * message.el (message-cite-reply-above): New variable.
9887         (message-yank-original): Use it.
9888
9889 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9890
9891         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
9892
9893 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
9894
9895         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
9896         as read.
9897
9898         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
9899
9900 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
9901
9902         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
9903         (gnus-bookmark-default-file): Use gnus-directory.
9904         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
9905         Remove "*" in doc string.
9906         (gnus-bookmark-write-file): Simplify.
9907         (gnus-bookmark-maybe-sort-alist): Use `when'.
9908         (gnus-bookmark-get-bookmark): Fix typo in doc string.
9909         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
9910         FIXME about Emacs 21 and XEmacs compatibility.
9911         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
9912         compatibility.
9913         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
9914         compatibility.
9915         (gnus-bookmark-menu-heading): Fix version.
9916
9917 2006-06-19  Bastien Guerry  <bzg@altern.org>
9918
9919         * gnus-bookmark.el: New file.
9920
9921 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9922
9923         * message.el (message-syntax-checks): Doc fix.
9924
9925 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9926
9927         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
9928         unsubscribed groups as if they were killed ones.  It causes duplicate
9929         entries in gnus-newsrc-alist.
9930
9931 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9932
9933         * message.el (message-syntax-checks): Doc fix.
9934         (message-send-mail): Add check for continuation headers.
9935         (message-check-news-header-syntax): Fix regexp used to check for
9936         continuation headers.
9937
9938 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9939
9940         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
9941
9942 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
9943
9944         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
9945
9946 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9947
9948         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
9949         default-truncate-lines.
9950
9951 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9952
9953         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
9954         to fill the utf-8 entry.
9955
9956         * lpath.el: Fbind unicode-precedence-list.
9957
9958 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9959
9960         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9961
9962 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
9963
9964         * gnus-agent.el (directory-files-and-attributes): Move all the way
9965         forward (the third and final move).
9966         (gnus-agent-read-agentview): Trap reconstruction errors due to
9967         nonexistant directory.  Handle by returning nil.
9968
9969 2006-05-30  Didier Verna  <didier@xemacs.org>
9970
9971         * message.el (message-dont-reply-to-names): Update the custom type.
9972         * message.el (message-dont-reply-to-names): New defsubst: potentially
9973         convert a list of regexps into a single one.
9974         * message.el (message-get-reply-headers): Use it.
9975         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
9976
9977 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9978
9979         * gnus-agent.el (directory-files-and-attributes): Move forward.
9980
9981 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9982
9983         * gnus-ml.el (gnus-mailing-list-subscribe)
9984         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
9985         (gnus-mailing-list-message): Fix doc strings.
9986
9987 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9988
9989         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
9990         of doing it manually.
9991
9992 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9993
9994         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
9995         comment.
9996
9997 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
9998
9999         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
10000         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
10001         (gnus-agent-read-local): All symbols allocated in my-obarray.
10002         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
10003         (gnus-agent-regenerate-group): Check numeric names to see if they are
10004         messages or groups.
10005         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
10006         better way of do this...)
10007
10008         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
10009         'dummy.group' (there should be a better way of do this...)
10010
10011 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10012
10013         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
10014         (gnus-saved-headers): Ditto.
10015         (gnus-default-article-saver): Mention functions may have properties.
10016         (gnus-article-save): Override gnus-save-all-headers and
10017         gnus-saved-headers by :headers property which saver function may have.
10018         (gnus-summary-save-in-file): Add :headers property.
10019         (gnus-summary-write-to-file): Ditto.
10020
10021         * gnus-sum.el (gnus-summary-save-article): Bind
10022         gnus-prompt-before-saving to t when saving many articles in a file;
10023         always show all headers.
10024
10025         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
10026
10027 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10028
10029         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
10030         marks.
10031
10032         * message.el (message-indent-citation): Add optional arguments to allow
10033         using it outside of message buffers.
10034
10035         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
10036         (gnus-article-treat-unfold-headers): Use it.
10037         (gnus-article-truncate-lines): New variable.
10038         (gnus-article-mode): Use it.
10039         (gnus-article-toggle-truncate-lines): New function.
10040
10041         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
10042         gnus-article-toggle-truncate-lines.
10043
10044         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
10045         coding system in XEmacs, use binary.
10046
10047 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10048
10049         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
10050         after-load-alist.
10051
10052         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
10053         this function should save decoded articles.
10054         (gnus-summary-write-to-file): Use property to specify this function
10055         should save decoded articles and specify gnus-summary-save-in-file
10056         should be used to save articles other than the first one when saving
10057         many articles.
10058         (gnus-summary-save-body-in-file): Use property to specify this
10059         function should save decoded articles.
10060         (gnus-summary-write-body-to-file): Use property to specify this
10061         function should save decoded articles and specify
10062         gnus-summary-save-body-in-file should be used to save articles other
10063         than the first one when saving many articles.
10064
10065         * gnus-sum.el (gnus-summary-save-article): Simplify.
10066
10067 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10068
10069         * gnus-art.el (gnus-default-article-saver): Add
10070         gnus-summary-write-body-to-file.
10071         (gnus-article-save-coding-system): Don't use coding system object
10072         in XEmacs.
10073         (gnus-read-save-file-name): Add optional `dir-var' argument which
10074         specifies directory in which files are saved; work even if optional
10075         `variable' argument is not specified.
10076         (gnus-summary-write-to-file): Read file name.
10077         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
10078         (gnus-summary-write-body-to-file): New function.
10079
10080         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
10081         (gnus-summary-local-variables): Add it.
10082         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
10083         (gnus-summary-save-article): Remove optional `decode' argument;
10084         determine whether to decode articles by the value of
10085         gnus-default-article-saver; when saving many files using
10086         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
10087         it first and use gnus-summary-save-in-file or
10088         gnus-summary-save-body-in-file thereafter unless
10089         gnus-prompt-before-saving is always; move point to article which
10090         will be saved.
10091         (gnus-summary-save-article-file): Revert.
10092         (gnus-summary-write-article-file): Revert.
10093         (gnus-summary-save-article-body-file): Revert.
10094         (gnus-summary-write-article-body-file): New function.
10095
10096 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10097
10098         * gnus-art.el (gnus-default-article-saver): Doc fix.
10099         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
10100         from gnus-summary-save-article-coding-system, and default to a
10101         certain coding system.
10102         (gnus-output-to-file): Add coding cookie and encode text according
10103         to gnus-article-save-coding-system; don't use mm-append-to-file.
10104
10105         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
10106         gnus-art.el and rename to gnus-article-save-coding-system.
10107         (gnus-summary-save-article): Require gnus-art; don't show all
10108         headers if it decodes articles; don't add coding cookie here;
10109         don't bind mm-text-coding-system-for-write.
10110         (gnus-summary-save-article-file): Save decoded articles.
10111         (gnus-summary-write-article-file): When saving many files, use
10112         gnus-summary-write-to-file first and gnus-summary-save-in-file
10113         thereafter unless gnus-prompt-before-saving is always.
10114         (gnus-summary-save-article-body-file): Save decoded articles.
10115
10116         * lpath.el: Fbind select-safe-coding-system for XEmacs.
10117
10118 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10119
10120         * nnrss.el (nnrss-check-group): Bind hash-index.
10121
10122 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
10123
10124         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
10125         its hash index.  Store this hash in `nnrss-group-data'.
10126         (nnrss-read-group-data): Update accordingly.
10127
10128 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10129
10130         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
10131         entry.
10132
10133         * gnus-sum.el (gnus-summary-make-menu-bar): Add
10134         gnus-article-browse-html-article.
10135
10136 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
10137
10138         * gnus-sum.el (gnus-summary-mime-map): Add
10139         gnus-article-browse-html-article.
10140
10141         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
10142
10143 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10144
10145         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
10146         suitable coding systems in customize.
10147
10148 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
10149
10150         * mail-source.el (mail-sources): Fix custom type.
10151
10152 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
10153
10154         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
10155         (gnus-summary-expire-articles-now): Shorten prompt.
10156
10157         * gmm-utils.el (wid-edit): Require.
10158         (defun-gmm): Renamed from `gmm-defun-compat'.
10159         (gmm-image-search-load-path): Use it.
10160         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
10161
10162 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10163
10164         * gnus-sum.el (gnus-summary-save-article-coding-system): New
10165         variable.
10166         (gnus-summary-save-article): Add optional `decode' argument.  If
10167         it is set and gnus-summary-save-article-coding-system is non-nil,
10168         save decoded article.
10169         (gnus-summary-write-article-file): Save decoded article if
10170         gnus-summary-save-article-coding-system is non-nil.
10171
10172         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
10173         type.
10174
10175 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10176
10177         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
10178
10179 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10180
10181         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
10182         first to test gnus-single-article-buffer which may be buffer-local.
10183
10184         * gnus-sum.el (gnus-summary-setup-buffer): Make
10185         gnus-single-article-buffer buffer-local and nil in ephemeral
10186         group; make gnus-article-buffer, gnus-article-current, and
10187         gnus-original-article-buffer always buffer-local.
10188         (gnus-summary-exit): Kill article buffer belonging to ephemeral
10189         group.
10190         (gnus-handle-ephemeral-exit): Don't move to next summary line.
10191
10192 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10193
10194         * nnml.el (nnml-request-compact-group): Compressed files might not
10195         have .gz extension.
10196
10197 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10198
10199         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
10200         (mm-copy-to-buffer): Use with-current-buffer.
10201         (mm-display-part): Simplify.
10202         (mm-inlinable-p): Add optional arg `type'.
10203
10204 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10205
10206         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
10207         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
10208         Try harder to show the attachment internally or externally using
10209         gnus-mime-view-part-as-type.
10210
10211 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10212
10213         * message.el (message-from-style, message-signature-separator)
10214         (message-user-organization-file, message-send-mail-function)
10215         (message-citation-line-function, message-yank-prefix)
10216         (message-indent-citation-function, message-signature)
10217         (message-signature-file, message-signature-insert-empty-line):
10218         Remove autoloads.
10219
10220         * gnus-art.el (gnus-buttonized-mime-types): Remove
10221         "multipart/signed".  Revert 2006-04-26 change.
10222
10223 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10224
10225         * gnus.el (gnus-version-number): Bump version.
10226
10227 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10228
10229         * gnus.el: No Gnus v0.5 is released.
10230
10231 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10232
10233         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
10234         fetching articles by message-id.
10235
10236 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10237
10238         * message.el (hashcash): Require hashcash as normal.
10239
10240         * ecomplete.el (ecomplete-highlight-match-line): Use
10241         point-at-eol.
10242         (ecomplete-highlight-match-line): Use `highlight', because that
10243         face exists in both Emacs and XEmacs.
10244
10245         * message.el (message-display-abbrev): Use point-at-bol.
10246
10247         * mail-source.el: Don't require timer/timer-funcs.
10248
10249         * gnus-async.el: Ditto.
10250
10251         * password.el: Ditto.
10252
10253         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
10254
10255         * mm-url.el: Ditto.
10256
10257         * gnus-xmas.el: Don't require timer-funcs.
10258
10259         * mm-util.el: Require timer/timer-funcs.
10260
10261 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10262
10263         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
10264         Close.
10265
10266 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10267
10268         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
10269         unibyte after clear-decrypt function runs.
10270
10271         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
10272         returns as a unibyte string.
10273
10274 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10275
10276         * lpath.el: Revert.
10277
10278         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
10279         (pgg-gpg-process-sentinel): Revert.
10280
10281         * pgg-pgp.el (pgg-pgp-process-region): Revert.
10282         (pgg-pgp-lookup-key): Revert.
10283
10284         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
10285         (pgg-pgp5-lookup-key): Revert.
10286
10287         * pgg.el (pgg-fetch-key): Revert.
10288
10289 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10290
10291         * lpath.el: Fbind string-as-multibyte for XEmacs.
10292
10293         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
10294         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
10295         (mml1991-pgg-encrypt): Ditto.
10296
10297         * pgg-gpg.el (pgg-string-to-multibyte): New function.
10298         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
10299         a multibyte buffer.
10300
10301         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
10302         (pgg-pgp-lookup-key): Ditto.
10303
10304         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
10305         (pgg-pgp5-lookup-key): Ditto.
10306
10307         * pgg.el (pgg-fetch-key): Ditto.
10308
10309 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
10310
10311         * message.el (message-user-organization-file): Check several
10312         locations of the organization file.
10313
10314         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
10315         Add gnus-article-view-part-as-type.
10316
10317         * gnus-art.el (gnus-article-view-part-as-type): New function.
10318
10319         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
10320         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
10321
10322         * mml.el: Simplify autoload.
10323         (mml-mode): defvar dnd-protocol-alist instead of using
10324         symbol-value.
10325         (mml-default-directory): New variable.
10326         (mml-minibuffer-read-file): Use it.
10327         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
10328
10329         * message.el (message-citation-line-format): New variable.
10330         (message-insert-formated-citation-line): New function.
10331         (message-citation-line-function): Add
10332         `message-insert-formated-citation-line' to custom type.
10333
10334         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
10335         to doc string.
10336
10337         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
10338         depending on mm-verify-option.
10339
10340 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10341
10342         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
10343         binding pgg-* variables; reimplement the section which prevents
10344         MIME header from being signed.
10345         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
10346         pgg-text-mode; remove a blank line at the top of body.
10347
10348         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
10349         lines at the top of body; use gnus-newsgroup-charset if there's no
10350         Charset header.
10351
10352 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10353
10354         * message.el (message-self-insert-commands): Doc fix.
10355
10356         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
10357         (mm-uu-pgp-encrypted-test): Ditto.
10358         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
10359         between header and body; return application/pgp-encrypted handle
10360         if decryption failed; decode decrypted body by charset.
10361
10362         * mm-decode.el (mm-automatic-display): Don't make application/pgp
10363         element match to application/pgp-*.
10364
10365 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10366
10367         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
10368         HTML.
10369
10370 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10371
10372         * mail-source.el (mail-source-call-script): Message the error
10373         string.
10374
10375 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10376
10377         * gnus-util.el (gnus-byte-compile): Use it.
10378
10379 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
10380
10381         * gnus-util.el (kill-empty-logs): New function.
10382
10383 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10384
10385         * message.el (message-mail-alias-type): Doc fix.
10386         (message-mail-alias-type-p): New function.
10387         (message-send): Use it.
10388         (message-mode): Ditto.
10389         (message-strip-forbidden-properties): Ditto.
10390
10391         * ecomplete.el (ecomplete-database-file-coding-system): New
10392         variable.
10393         (ecomplete-save): Use it.
10394         (ecomplete-setup): Use it.
10395
10396 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10397
10398         * message.el (message-self-insert-commands): New variable.
10399         (message-strip-forbidden-properties): Use it.
10400
10401 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10402
10403         * message.el (message-put-addresses-in-ecomplete): Use a regexp
10404         that doesn't make XEmacs choke.
10405
10406 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
10407
10408         * gnus-util.el (gnus-replace-in-string):
10409         Prefer replace-regexp-in-string over of replace-in-string.
10410
10411 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10412
10413         * gnus-util.el (gnus-select-frame-set-input-focus):
10414         Use select-frame-set-input-focus if it is available in XEmacs; use
10415         definition defined in Emacs 22 for old Emacsen.
10416
10417         * dgnushack.el: Autoload unmorse-region for XEmacs.
10418
10419         * lpath.el: Bind cursor-in-non-selected-windows and
10420         select-frame-set-input-focus for XEmacs.
10421
10422 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10423
10424         * mm-view.el (mm-inline-text): Use equal instead of equalp.
10425
10426 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
10427
10428         * gnus-registry.el (gnus-registry-cache-save): Remove text
10429         properties when saving via the temp buffer.
10430
10431 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10432
10433         * message.el (message-generate-hashcash): Honor custom type.
10434
10435 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10436
10437         * message.el (message-generate-hashcash): Default to non-nil when
10438         hashcash is found.
10439
10440         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
10441         (gnus-refer-thread-limit): Increase default to 500.
10442
10443         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
10444
10445         * flow-fill.el (fill-flowed): Allow delete-space.
10446
10447 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10448
10449         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10450         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
10451         Remove autoloads.
10452
10453 2006-04-18  Simon Josefsson  <jas@extundo.com>
10454
10455         * message.el (message-generate-hashcash): Default to.
10456
10457 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10458
10459         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10460         concatenating segments rather than before concatenating them.
10461
10462 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10463
10464         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
10465
10466 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10467
10468         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
10469
10470         * message.el (message-forward-make-body-plain): Allow
10471         message-forward-ignored-headers to be a list.
10472         (message-remove-ignored-headers): Factor out into function.
10473         (message-forward-make-body-mml): Use it.
10474
10475         * imap.el (imap-quote-specials): New function.
10476         (imap-login-auth): Quote specials.
10477
10478         * rfc2231.el (rfc2231-parse-string): Remove dead code.
10479         (rfc2231-parse-string): Allow concatanation of parameters that
10480         aren't contiguous.  The test case is
10481           (mail-header-parse-content-type "message/external-body;
10482             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
10483             access-type=LOCAL-FILE;
10484             name*1*=plugh%2fhello-sailor%2fbing.pdf")
10485
10486 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10487
10488         * nntp.el (nntp-accept-process-output): Return the value of
10489         `nnheader-accept-process-output'.
10490
10491 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10492
10493         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
10494         (gnus-button-alist): Recognize more diff formats.
10495         (gnus-button-patch): Strip directory.
10496
10497 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10498
10499         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
10500         Emacs 22 when setting focus.
10501
10502 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10503
10504         * gnus-art.el (gnus-article-treat-types): Do treatment of
10505         text/x-verbatim parts.
10506         (gnus-button-patch): New command.
10507
10508         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
10509         addresses that contain invalid characters.
10510
10511 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10512
10513         * message.el (message-put-addresses-in-ecomplete): Use
10514         gnus-replace-in-string.
10515         (message-is-yours-p): Use the more correct
10516         mail-header-parse-address instead of
10517         mail-extract-address-components.
10518         (message-put-addresses-in-ecomplete): Fix typo.
10519
10520         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
10521         keystroke.
10522
10523         * gnus-art.el (gnus-treatment-function-alist): Change order of
10524         newsgroups/generic header folding to avoid double-folding.
10525
10526         * message.el (message-hidden-headers): Add X-Draft-From.
10527
10528         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
10529         command.
10530         (gnus-summary-repeat-search-article-backward): New command.
10531
10532         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
10533         groups in the parent topic.
10534
10535 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
10536
10537         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
10538         (spam-extra-header-to-number): Return the CRM114 number as a
10539         number instead of a string.
10540
10541 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10542
10543         * gnus-art.el (gnus-face-properties-alist): Moved here from
10544         gnus-fun.
10545
10546         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
10547
10548 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10549
10550         * message.el (message-strip-forbidden-properties): Only display on
10551         self-insert-command.
10552
10553         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
10554         reindent.
10555         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
10556
10557 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
10558
10559         * smiley.el (smiley-style): Fix typo.
10560
10561 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10562
10563         * hashcash.el (hashcash-insert-payment-async-2): Use
10564         message-goto-eoh instead of doing it manually.
10565         (mail-add-payment): Use message-narrow-to-header instead of trying
10566         to do the same itself.
10567
10568         * message.el (message-hidden-headers): Add Face.
10569
10570         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
10571         reparenting code.
10572         (gnus-summary-reparent-children): Refactored out code.
10573         (gnus-summary-thread-map): New keystroke.
10574         (gnus-summary-reparent-children): Make into command.
10575
10576         * smiley.el (smiley-style): Default to `medium' if using a large
10577         font.
10578
10579         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
10580         does it itself.
10581
10582         * message.el (message-point-in-header-p): Simplify definition.
10583
10584 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10585
10586         * nnagent.el (nnagent-request-set-mark): Silence log file
10587         writing.
10588         (nnagent-request-set-mark): Use write-region instead of
10589         append-to-file.
10590
10591         * gnus-sum.el (gnus-read-header): Fudge article number if using a
10592         strange select method.
10593
10594         * ecomplete.el (ecomplete-display-matches): Get highlightling
10595         right.
10596         (ecomplete-display-matches): Use literals.
10597         (ecomplete-display-matches): Disable message logging.
10598
10599         * message.el (message-display-abbrev): Small optimization.
10600
10601         * ecomplete.el (ecomplete-display-matches): Allow automatic
10602         display.
10603
10604         * message.el (message-strip-forbidden-properties): Display
10605         abbrevs.
10606         (message-display-abbrev): Get automatic display right.
10607
10608         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
10609         keystrokes.
10610
10611 2006-04-13  Romain Francoise  <romain@orebokech.com>
10612
10613         TODO: Backport to v5-10!
10614
10615         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
10616         Moved here (and renamed) from gnus-registry.el.
10617
10618         * gnus-registry.el: Require gnus-util.
10619         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
10620
10621 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10622
10623         * gnus-group.el (gnus-group-catchup-current): Change
10624         if-then-else-if-then-else into cond.
10625         (gnus-group-catchup): Indent.
10626         (group-name-at-point): New function.
10627         (gnus-fetch-group): Provide default from thing at point.
10628
10629 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10630
10631         * message.el (message-display-abbrev): Fix regexp.
10632
10633         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
10634         choosing.
10635         (ecomplete-highlight-match-line): Fix up code rewrite, remove
10636         dead variables.
10637
10638         * message.el (message-newline-and-indent): Remove debugging.
10639         (message-display-abbrev): Use new implementation.
10640
10641 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
10642
10643         * gnus-art.el (gnus-article-mode): Set
10644         cursor-in-non-selected-windows to nil.
10645
10646         * smiley.el: Revert previous change.
10647         (smiley-data-directory): defvar it before using it in the
10648         defcustom of `smiley-style'.
10649
10650 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10651
10652         * message.el (message-newline-and-indent): New function.
10653
10654         * ecomplete.el: Implement more bits.
10655
10656         * message.el (message-put-addresses-in-ecomplete): Clean up the
10657         string.
10658
10659         * ecomplete.el (ecomplete-add-item): Chop off decimals.
10660
10661         * gnus-sum.el (gnus-summary-save-parts): Bind
10662         gnus-summary-save-parts-counter and use it to make unique file
10663         names.
10664
10665         * gnus-art.el (gnus-ignored-headers): Add some more headers.
10666
10667         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
10668         parameter to say whether to actually parse the individual
10669         addresses.
10670
10671         * message.el (message-put-addresses-in-ecomplete): New function.
10672         (ecomplete): Require.
10673         (message-mail-alias-type): Add ecomplete as an option.
10674
10675 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
10676
10677         * flow-fill.el (fill-flowed): Remove trailing space from blank
10678         quoted lines.
10679
10680 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10681
10682         * smiley.el (smiley-style): Move definition later to avoid a
10683         compilation warning.
10684
10685 2006-04-12  Kenichi Handa  <handa@m17n.org>
10686
10687         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10688         buffer and then decode the buffer text if necessary.
10689         (rfc2231-encode-string): Be sure to work on multibyte buffer at
10690         first, and after mm-encode-body, change the buffer to unibyte.
10691         Use mm-disable-multibyte instead of set-buffer-multibyte.
10692
10693 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10694
10695         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
10696         Content-Type header instead of Content-Disposition header.
10697         (gnus-mime-inline-part): Ditto.
10698         (gnus-mime-view-part-as-charset): Ignore charset that the part
10699         specifies.
10700
10701         * mm-decode.el (mm-display-part): Work with external parts and
10702         usual parts similarly.
10703
10704         * mm-extern.el (mm-inline-external-body): Use mm-display-part
10705         instead of gnus-display-mime.
10706
10707         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
10708         instead of with-temp-buffer.
10709
10710         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
10711         tag to summarized topics part in order to encode non-ASCII text.
10712
10713 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10714
10715         * smiley.el (smiley-style): New variable.
10716         (smiley-directory): New function.
10717         (smiley-data-directory): Derive from `smiley-style' using
10718         `smiley-directory'.
10719         (smiley-regexp-alist): Add new entries.
10720
10721         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
10722         (gnus-article-browse-delete-temp): Add :version.
10723
10724 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
10725
10726         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
10727         the sieve region.
10728
10729 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10730
10731         * gnus.el (gnus-version-number): Bump version.
10732
10733 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10734
10735         * gnus.el: No Gnus v0.4 is released.
10736
10737 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10738
10739         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
10740         layout.
10741
10742         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
10743         unknown charset.
10744
10745         * message.el (message-header-synonyms): Add Original-To to the
10746         default.
10747
10748         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
10749         optional parameter.
10750
10751 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
10752
10753         * gnus-fun.el (gnus): Require it for gnus-directory.
10754
10755 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10756
10757         * gnus-fun.el (gnus-face-properties-alist): Add :version.
10758
10759 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10760
10761         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
10762
10763 2006-04-05  Simon Josefsson  <jas@extundo.com>
10764
10765         * password.el (password-reset): New function.
10766
10767 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10768
10769         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
10770         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
10771
10772 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10773
10774         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10775         Some whitespace was matched into the url, which broke browsing hits
10776         > 100 when mm-url-use-external was nil.
10777
10778 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10779
10780         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
10781         gnus-extra-headers for 'Newsgroups.
10782
10783         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
10784         bound.
10785
10786 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
10787
10788         * pgg-gpg.el: Clean up process buffers every time gpg processes
10789         complete.
10790
10791 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
10792
10793         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10794         doc string.
10795
10796 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
10797
10798         * pgg-gpg.el (pgg-gpg-process-filter)
10799         (pgg-gpg-wait-for-completion): Check if buffer is alive.
10800
10801         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
10802         lines, temporary fix.
10803
10804 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10805
10806         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
10807
10808 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
10809
10810         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
10811         default-enable-multibyte-characters.  This reverts the change from
10812         revision 6.17 which is no longer necessary because the passphrase
10813         is sent separately now.  GnuPG messages are unreadable under
10814         multibyte locales with default-enable-multibyte-characters set to
10815         nil.
10816
10817 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
10818
10819         * message.el (message-tool-bar-gnome): Move "spell".
10820
10821 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
10822
10823         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
10824         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
10825         instead.
10826
10827 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
10828
10829         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
10830         newsgroups handling for NNTP overviews which don't include
10831         Newsgroups.
10832
10833 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10834
10835         * message.el (message-resend): Bind message-generate-hashcash to nil.
10836
10837 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10838
10839         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
10840         when searching for already-paid recipients.
10841
10842 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
10843
10844         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
10845         passphrases when it is not needed.
10846         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
10847         passphrase stuff from gpg, should only be necessary when you use
10848         gpg with a smartcard.
10849
10850 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10851
10852         * mml.el (mml-insert-mime): Ignore cached contents of
10853         message/external-body part.
10854
10855         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
10856         (mm-insert-part): Ditto.
10857
10858 2006-03-23  Simon Josefsson  <jas@extundo.com>
10859
10860         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
10861         Reiner.
10862         (pgg-gpg-use-agent-p): Use it again.
10863
10864 2006-03-23  Simon Josefsson  <jas@extundo.com>
10865
10866         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
10867         older emacsen.
10868         (pgg-gpg-use-agent-p): Don't use it.
10869
10870 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
10871
10872         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
10873         if we can.
10874
10875 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
10876
10877         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
10878         (pgg-gpg-update-agent): New function.
10879         (pgg-gpg-use-agent-p): New function.
10880         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
10881         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10882         (pgg-gpg-sign-region): Use it.
10883
10884 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10885
10886         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
10887         Reported by Ralf Wachinger <rwachinger@gmx.de>.
10888
10889 2006-03-21  Simon Josefsson  <jas@extundo.com>
10890
10891         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
10892         <wilde@sha-bang.de>.
10893         (pgg-gpg-use-agent): New variable.
10894         (pgg-gpg-process-region): Use it.
10895         (pgg-gpg-encrypt-region): Likewise.
10896         (pgg-gpg-encrypt-symmetric-region): Likewise.
10897         (pgg-gpg-decrypt-region): Likewise.
10898         (pgg-gpg-sign-region): Likewise.
10899         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
10900
10901 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10902
10903         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
10904
10905         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
10906         Add comment on version.
10907
10908 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
10909
10910         * smiley.el: Add missing test smiley.
10911
10912 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10913
10914         * mm-decode.el (mm-with-part): New macro.
10915         (mm-get-part): Use it; work with message/external-body as well.
10916         (mm-save-part): Treat name and filename equally.
10917
10918         * mm-extern.el (mm-extern-cache-contents): New function.
10919         (mm-inline-external-body): Use it; force the part to be displayed;
10920         move undisplayer added to the cached handle to the parent.
10921
10922         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
10923         (gnus-mime-view-part-as-type): Work with message/external-body.
10924
10925         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
10926
10927 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10928
10929         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
10930         images in image-load-path.  [Sync with image.el, revision 1.60, in
10931         Emacs.]
10932
10933 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10934
10935         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
10936         path rather than symbol.  Always return list of directories.
10937         Guarantee that image directory comes first.  [Sync with image.el,
10938         revision 1.59, in Emacs.]
10939
10940         * message.el (message-make-tool-bar): Adjust to new API of
10941         `gmm-image-load-path-for-library'.
10942
10943         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10944
10945         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10946
10947 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10948
10949         * gnus-art.el (gnus-article-only-boring-p):
10950         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
10951         intangible text.
10952         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
10953
10954 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
10955
10956         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
10957         `defun' instead of `gmm-defun-compat'.
10958
10959 2006-03-14  Simon Josefsson  <jas@extundo.com>
10960
10961         * message.el (message-unique-id): Don't use message-number-base36
10962         if (user-uid) is a float.
10963         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
10964
10965 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10966
10967         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
10968
10969         * gnus-art.el (gnus-mime-display-single): Make sure there is an
10970         empty line between a part and a message part.
10971
10972 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
10973
10974         * smiley.el: Add more test smileys.
10975         (smiley-data-directory, smiley-regexp-alist)
10976         (gnus-smiley-file-types): Fix doc strings.
10977         (smiley-update-cache): Clear smiley-cached-regexp-alist before
10978         adding new elements.
10979         (smiley-mouse-map): Unused code.  Make it a comment.
10980
10981 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10982
10983         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
10984         scan latest NoCeM messages instead of old ones.
10985         (gnus-nocem-check-article): Fix regexps so as to match to PGP
10986         delimiters that are recently used.
10987         (gnus-nocem-load-cache): Add autoload cookie.
10988
10989         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
10990
10991         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
10992         level which is larger than gnus-use-nocem is specified.
10993
10994         * gnus-group.el (gnus-group-get-new-news): Ditto.
10995
10996 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
10997
10998         * gnus-util.el (gnus-tool-bar-update): New function.
10999
11000         * gnus-group.el (gnus-group-update-tool-bar): New variable.
11001         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
11002
11003         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
11004
11005         * gnus-group.el (gnus-group-redraw-when-idle)
11006         (gnus-group-redraw-check): Remove.
11007         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
11008
11009 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11010
11011         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
11012         if optional last element is specified in splits (FIELD VALUE...).
11013
11014 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
11015
11016         * message.el (message-make-tool-bar): Rename gmm-image-load-path
11017         to gmm-image-load-path-for-library.  Call with no-error argument.
11018         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
11019
11020         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11021
11022         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11023
11024         * gmm-utils.el (gmm-image-load-path): Remove alias.
11025
11026 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
11027
11028         * gmm-utils.el (gmm-image-load-path): Add alias.
11029
11030         * nnml.el (nnml-generate-nov-databases-directory): Rename from
11031         nnml-generate-nov-databases-1.
11032         (nnml-generate-nov-databases): Use it.
11033         (nnml-generate-nov-databases-directory): Document no-active
11034         argument.
11035
11036         * gmm-utils.el (gmm-image-load-path-for-library): Return single
11037         directory if path is t.  Add no-error.
11038
11039         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
11040         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11041
11042         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
11043         resetting gnus-article-browse-html-temp-list.
11044
11045         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
11046         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
11047         Add example to docstring.  Rename local variables.  Move error
11048         checks to default case in cond and simplify.
11049
11050 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11051
11052         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
11053         handle is multipart when calling it recursively.
11054         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
11055
11056 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
11057
11058         * nnimap.el (nnimap-request-update-info-internal): Optimize.
11059         Don't `gnus-uncompress-range' to avoid excessive memory usage.
11060
11061 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11062
11063         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
11064         is loaded.
11065
11066         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
11067         loaded.
11068
11069 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11070
11071         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
11072         to "Emacs 23 (unicode)" in doc string.
11073
11074         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
11075         "Emacs 23 (unicode)" in comment.
11076
11077 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11078
11079         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
11080
11081         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
11082         characters 160 through 255 in Emacs 23.
11083
11084 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11085
11086         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
11087         gnus-article-browse-html-temp.
11088         (gnus-article-browse-delete-temp): Make it customizable.  Add
11089         `file'.  Adjust doc string.
11090         (gnus-article-browse-delete-temp-files): Add argument.  Allow
11091         query for each file.  Adjust doc string.
11092         (gnus-article-browse-html-parts): Add
11093         `gnus-article-browse-delete-temp-files' to
11094         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
11095
11096 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
11097
11098         * gnus-art.el (gnus-article-browse-html-temp)
11099         (gnus-article-browse-delete-temp): New variables.
11100         (gnus-article-browse-delete-temp-files): New function.
11101         (gnus-article-browse-html-parts): Use it.
11102
11103 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11104
11105         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
11106
11107         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
11108         string.
11109
11110         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
11111         gnus-summary-insert-new-articles when unplugged.  Remove
11112         gnus-summary-search-article-forward.
11113
11114         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
11115         display-visual-class instead of display-color-cells.
11116
11117 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11118
11119         * dgnushack.el: Autoload customize-group for XEmacs.
11120
11121         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
11122         message/* containing non-ASCII text properly.
11123
11124 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11125
11126         * message.el: Require gmm-utils, remove autoloads.
11127         (message-tool-bar): Set default based on
11128         gmm-tool-bar-style.
11129         (message-tool-bar-gnome): Add gmm-customize-mode.
11130
11131         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
11132         gmm-tool-bar-style.
11133         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
11134
11135         * gnus-group.el (gnus-group-tool-bar): Set default based on
11136         gmm-tool-bar-style.
11137         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
11138
11139         * gmm-utils.el (gmm-image-directory): Rename variable from
11140         gmm-image-load-path.
11141         (gmm-image-load-path): Use gmm-image-directory.
11142         (gmm-customize-mode): New function.
11143         (gmm-tool-bar-style): New variable.
11144
11145         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
11146         gnus-group-redraw-line-number.
11147         (gnus-group-redraw-check): Simplify.
11148         (gnus-group-tool-bar-update): Remove redraw check.
11149         (gnus-group-make-tool-bar): Add redraw check.
11150
11151 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
11152
11153         * gnus-art.el (gnus-button): Add missing parentheses.
11154
11155 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11156
11157         * lpath.el: Fbind line-number-at-pos.
11158
11159 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11160
11161         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
11162
11163 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11164
11165         * gnus-art.el (gnus-button): New face.
11166         (gnus-article-button-face): Use it.
11167
11168         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
11169         gnus-summary-next-page.  Re-order.
11170
11171         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
11172         next-node are now included.
11173         (gnus-group-redraw-line-number): New internal variable.
11174         (gnus-group-redraw-check): Helper function for updating the tool
11175         bar.
11176         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
11177
11178         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
11179
11180         * spam.el (spam-spamassassin-score-regexp): New internal variable.
11181         (spam-extra-header-to-number, spam-check-spamassassin-headers):
11182         Use it to match format of Spamassassin 3.0 and later.  Reported by
11183         IRIE Tetsuya <irie@t.email.ne.jp>.
11184         (spam-check-bogofilter)
11185         (spam-bogofilter-register-with-bogofilter): Fix args of
11186         `gnus-error' calls.
11187
11188 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11189
11190         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
11191         unnecessary interaction when sending queued mails.  Reported by
11192         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
11193
11194 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
11195
11196         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
11197         first or last are nil.
11198
11199 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11200
11201         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
11202
11203 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11204
11205         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
11206
11207 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11208
11209         * dns.el (query-dns): Protect more against buggy tcp output.
11210
11211 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11212
11213         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
11214         nov.php.
11215
11216 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11217
11218         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
11219         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
11220         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
11221         output on the server side.
11222         (nnweb-google-create-mapping): Update regexps and add some
11223         progress indication.
11224
11225 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
11226
11227         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
11228         gnus-agent-toggle-plugged.  Re-order icons.
11229         (gnus-group-tool-bar-gnome): Add
11230         gnus-group-{prev,next}-unread-group.
11231         (gnus-group-tool-bar-gnome): Re-order icons.
11232
11233         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
11234         gnus-summary-insert-new-articles.
11235
11236         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
11237         comments.
11238
11239         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
11240         also available in Emacs 21.3.
11241
11242         * message.el (message-fix-before-sending): Change "Emacs 22" to
11243         "Emacs 23 (unicode)" in comment.
11244
11245         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
11246         "Emacs 23 (unicode)" in comment.
11247
11248         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
11249         comment.
11250         (mm-coding-system-p): Add comment about no-MULE XEmacs.
11251
11252         * mm-view.el (mm-fill-flowed): Add :version.
11253
11254 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11255
11256         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
11257         and load-path.
11258
11259 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
11260
11261         * message.el: Autoload gmm-image-load-path.
11262         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
11263         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
11264         consitency.
11265
11266         * gmm-utils.el (gmm-image-load-path): Also search in
11267         "../etc/images".  Don't set gmm-image-load-path if we don't find
11268         the image.
11269
11270 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11271
11272         * gmm-utils.el (gmm-image-load-path): Don't make
11273         `gmm-image-load-path' include subdirectories which the second arg
11274         `image' might specify.
11275
11276         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
11277         subdirectory to icon file names.
11278
11279         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
11280
11281 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11282
11283         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
11284         gmm-image-load-path calls.
11285
11286         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11287
11288         * message.el (message-make-tool-bar): Ditto.
11289
11290         * mml.el (mml-preview): Added comment concerning tool bar icons.
11291
11292         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
11293         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
11294
11295         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
11296         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
11297
11298         * message.el (message-tool-bar-gnome): Use new icon names.
11299         (message-make-tool-bar): Use `gmm-image-load-path'.
11300
11301         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
11302         functions from MH-E.
11303         (gmm-image-load-path): New variable from MH-E.
11304         (gmm-image-load-path): New function from MH-E.  Added arguments
11305         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
11306         *-image-load-path-called-flag.
11307
11308 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
11309
11310         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
11311
11312 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
11313
11314         * nnimap.el (nnimap-request-move-article): Change folder back to
11315         source group before deleting.
11316
11317 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
11318
11319         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
11320
11321         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
11322         mm-url.
11323
11324         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
11325
11326 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11327
11328         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
11329         coding system which mm-charset-to-coding-system returns for a
11330         given charset is valid.
11331
11332 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
11333
11334         * html2text.el (html2text-remove-tag-list):
11335         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
11336
11337 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
11338
11339         * gnus-cus.el: Revert 2005-10-17 change.
11340
11341 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11342
11343         * gnus-art.el (article-strip-banner): Call
11344         article-really-strip-banner only when the regexp match is made.
11345
11346 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11347
11348         * gnus-art.el (article-strip-banner): Use
11349         gnus-extract-address-components instead of
11350         mail-header-parse-addresses to make it work with non-ASCII text;
11351         remove mail-encode-encoded-word-string.
11352
11353         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
11354         values which are surrounded with \"...\"; make it never cause a
11355         Lisp error; give up parsing of parameters if it failed in
11356         extracting type.
11357
11358 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
11359
11360         * smime.el (smime-cert-by-ldap-1): Fix bug where
11361         `smime-ldap-search' returns results without userCertificates.
11362
11363 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11364
11365         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
11366
11367 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11368
11369         * spam.el (spam-check-spamassassin-headers): Adapt format for
11370         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
11371         <ari@mbf.ocn.ne.jp>.
11372         (spam-list-of-processors): Add spam-use-gmane.
11373
11374 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11375
11376         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
11377         make-temp-file; make it work with XEmacs as well.
11378
11379         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
11380         mm-make-temp-file.
11381
11382         * mm-decode.el (mm-display-external): Use the 3rd arg of
11383         mm-make-temp-file.
11384         (mm-create-image-xemacs): Ditto.
11385
11386 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11387
11388         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
11389         with message-narrow-to-headers.
11390         (gnus-draft-setup): Narrow to header to run message-fetch-field.
11391         (gnus-draft-check-draft-articles): New function.
11392         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
11393
11394 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11395
11396         * gnus-art.el (gnus-article-browse-html-parts):
11397         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
11398         Don't use suffix argument for mm-make-temp-file for Emacs 21
11399         compatibility.  Remove useless `format'.
11400
11401 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11402
11403         * nnweb.el (nnweb-google-wash-article): Update regexps.
11404         (nnweb-group-alist): Use defvoo instead of defvar.
11405
11406 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11407
11408         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
11409         re-loading nn* modules.
11410
11411 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
11412
11413         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
11414         for `tool-bar-mode' and don't check it's default-value.
11415
11416         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11417
11418         * message.el (message-make-tool-bar): Ditto.
11419
11420         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
11421         `substring'.  Shorten tmp-file name.
11422
11423         * gnus.el: Remove bogus comment.
11424
11425 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
11426
11427         * gnus-art.el (gnus-article-browse-html-parts): New function.
11428         (gnus-article-browse-html-article): New function for viewing html
11429         articles with a browser.
11430
11431 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
11432
11433         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
11434         in elisp.
11435         (pgg-gpg-encrypt-symmetric-region): Ditto.
11436         (pgg-gpg-sign-region): Ditto.
11437
11438         * pgg-def.el (pgg-text-mode): New variable.
11439
11440         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
11441         (mml2015-pgg-encrypt): Ditto.
11442
11443         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
11444         (mml1991-pgg-encrypt): Ditto.
11445
11446 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11447
11448         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
11449         message-make-date instead of current-time-string.
11450
11451         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
11452         to gnus-decoded which mm-uu might set.
11453
11454 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11455
11456         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
11457         don't decode quoted parameters; remove misimported Emacs code.
11458         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11459         (rfc2231-decode-encoded-string): Don't use split-string which
11460         behaves differently according to Emacs version; use
11461         mm-decode-coding-region to convert charset to coding-system.
11462         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11463         (rfc2231-encode-string): Remove misimported Emacs code.
11464
11465 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11466
11467         * gnus-art.el (article-decode-charset): Don't use ignore-errors
11468         when calling mail-header-parse-content-type.
11469         (article-de-quoted-unreadable): Ditto.
11470         (article-de-base64-unreadable): Ditto.
11471         (article-wash-html): Ditto.
11472
11473         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
11474         calling mail-header-parse-content-type and
11475         mail-header-parse-content-disposition.
11476         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
11477         mail-header-parse-content-type.
11478
11479         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
11480         insert charset and format parameters; encode description after
11481         inserting it to buffer.
11482         (mml-insert-parameter): Fold lines properly even if a parameter is
11483         segmented into two or more lines; change the max column to 76.
11484
11485         * rfc1843.el (rfc1843-decode-article-body): Don't use
11486         ignore-errors when calling mail-header-parse-content-type.
11487
11488         * rfc2231.el (rfc2231-parse-string): Return at least type if
11489         possible; don't cause an error even if it fails in parsing of
11490         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11491         (rfc2231-encode-string): Don't break lines at the beginning, leave
11492         it to mml-insert-parameter.
11493
11494         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
11495         calling mail-header-parse-content-type.
11496
11497 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
11498
11499         * spam-report.el (spam-report-gmane-use-article-number):
11500         Improve doc string.
11501         (spam-report-gmane-internal): Check if a suitable header was found
11502         in the article.
11503
11504 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11505
11506         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
11507         (rfc2231-encode-string): Make param*=value always begin with LWSP.
11508
11509 2006-02-05  Romain Francoise  <romain@orebokech.com>
11510
11511         Update copyright notices of all files in the gnus directory.
11512
11513 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11514
11515         * nnweb.el (nnweb-request-group): Avoid growing overview files.
11516
11517 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11518
11519         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
11520         segmented lines of parameter value to cope with Thunderbird 1.5
11521         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
11522         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11523         (rfc2231-encode-string): Don't make lines exceeding 76 column.
11524
11525 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
11526
11527         * mml.el (mml-generate-mime-1): Correct the order of inline signed
11528         parts.
11529
11530 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11531
11532         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
11533         there's only one active file for all servers.
11534         (nnweb-request-scan): Make sure nnweb-articles is initialized on
11535         solid groups.  Gnus might have used a FAST request to select the group.
11536         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
11537         and nnweb-search redundantly in the active file.
11538         (nnweb-request-list): Don't list bogus groups.  There can only be one.
11539         (nnweb-request-create-group): Don't use ARGS.
11540         (nnweb-possibly-change-server, nnweb-request-group): Remove some
11541         initialisations.  Let nnoo do the work.
11542
11543 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11544
11545         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
11546         Say the part has been decoded.
11547
11548         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
11549
11550 2006-01-31  Kevin Ryde  <user42@zip.com.au>
11551
11552         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
11553         mailcap-viewer-test-cache when there's no 'test clause, since that
11554         will invert the meaning of a "nil" test previously determined by
11555         mailcap-mailcap-entry-passes-test.
11556
11557 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11558
11559         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
11560         compiling.
11561
11562         * gnus-sum.el: Ditto.
11563
11564         * message.el: Don't bind tool-bar-map when compiling.
11565
11566 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
11567
11568         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
11569
11570 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11571
11572         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
11573         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
11574         current Google Groups.
11575
11576 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
11577
11578         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
11579         and tool-bar-mode.
11580
11581         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
11582         and tool-bar-mode.
11583
11584         * message.el (message-tool-bar-update): Simplify.
11585         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
11586
11587         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
11588         gnus-summary-buffer.
11589         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
11590         gnus-summary-reply.
11591
11592         * gmm-utils.el (gmm): Add :version.
11593
11594 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11595
11596         * Makefile.in (clean): New rule.
11597         (distclean): Use it.
11598
11599 2006-01-26  Steve Youngs  <steve@sxemacs.org>
11600
11601         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
11602         autoload.
11603
11604 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11605
11606         * gmm-utils.el (gmm-verbose): Add :group.
11607
11608 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
11609
11610         * message.el: Change some comments WRT tool-bars.
11611
11612         * gnus-sum.el (gnus-summary-tool-bar)
11613         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
11614         (gnus-summary-tool-bar-zap-list): New variables.
11615         (gnus-summary-make-tool-bar): Complete rewrite using
11616         `gmm-tool-bar-from-list'.
11617
11618         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
11619         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
11620         variables.
11621         (gnus-group-make-tool-bar): Complete rewrite using
11622         `gmm-tool-bar-from-list'.
11623         (gnus-group-tool-bar-update): New function.
11624
11625         * message.el (message-mode-field-menu): Add "Show hidden Headers".
11626
11627 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11628
11629         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
11630         is dissected into a single part of which the type is the same as
11631         the given one; decode charset.
11632
11633 2006-01-21  Kevin Ryde  <user42@zip.com.au>
11634
11635         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
11636         into alists as symbol not string, since that's what
11637         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
11638         look for.
11639
11640 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
11641
11642         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
11643         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
11644
11645         * message.el (message-tool-bar-gnome): Use gmm-ignore.
11646
11647 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11648
11649         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
11650         (gnus-xmas-mime-security-button-menu): New function.
11651
11652         * gnus-art.el (gnus-mime-security-button-commands): New variable.
11653         (gnus-mime-security-button-menu): New definition.
11654         (gnus-mime-security-button-map): Use them.
11655         (gnus-mime-security-button-menu): New function.
11656         (gnus-insert-mime-security-button): Addition to help echo.
11657         (gnus-mime-security-run-function, gnus-mime-security-save-part)
11658         (gnus-mime-security-pipe-part): New functions.
11659
11660         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
11661         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
11662
11663         * mm-decode.el (mm-handle-set-disposition): Remove.
11664         (mm-handle-set-description): Remove.
11665
11666 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11667
11668         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
11669         (mm-w3m-standalone-supports-m17n-p): New function.
11670         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
11671         w3m usage.
11672
11673         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
11674         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
11675
11676 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11677
11678         * message.el (message-tool-bar-zap-list): Use
11679         gmm-tool-bar-zap-list as custom type.
11680         (message-tool-bar-update): New function.
11681         (message-tool-bar, message-tool-bar-gnome)
11682         (message-tool-bar-retro): Add message-tool-bar-update.
11683         (message-tool-bar-gnome): Add flyspell-buffer.
11684
11685         * gnus-util.el (gnus-error): Describe `args'.
11686
11687         * gmm-utils.el (gmm-error): Describe `args'.
11688         (gmm-tool-bar-zap-list): New widget.
11689         (gmm-tool-bar-from-list): Improve description of `zap-list'.
11690
11691 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11692
11693         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
11694         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
11695         the number of recursive calls.
11696
11697         * mm-decode.el (mm-handle-set-disposition): New macro.
11698         (mm-handle-set-description): New macro.
11699
11700 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11701
11702         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
11703         encoding.
11704
11705 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11706
11707         * message.el (message-tool-bar-zap-list, message-tool-bar)
11708         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
11709         (message-tool-bar-local-item-from-menu): Remove.
11710         (message-tool-bar-map): Replace by `message-make-tool-bar'.
11711         (message-make-tool-bar): New function.
11712         (message-mode): Use `message-make-tool-bar'.
11713
11714         * gmm-utils.el: New file.
11715         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
11716         (gmm-lazy): New widget copied from `nnmail.el'.
11717         (gmm-tool-bar-from-list): New function for creating customizable
11718         tool bars.
11719         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
11720         output.
11721         (gmm): Add :prefix to defgroup.
11722
11723 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
11724
11725         * gmm-utils.el (gmm-widget-p): New function.
11726
11727 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11728
11729         * mml.el (mml-attach-file): Describe `description' in doc string.
11730         (mml-menu): Add Emacs MIME manual and PGG manual.
11731
11732 2006-01-20  Richard M. Stallman  <rms@gnu.org>
11733
11734         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
11735
11736 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
11737
11738         * nntp.el (nntp-end-of-line): Doc fix.
11739
11740 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
11741
11742         * imap.el (imap-open): Handle case where buffer is a buffer
11743         object.
11744
11745 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11746
11747         * gnus-delay.el (gnus-delay): Don't autoload.
11748         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11749         to be re-loaded when customizing the `gnus-delay' group.
11750
11751 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
11752
11753         * message.el (message-insert-citation-line): Use newlines.
11754
11755 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11756
11757         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
11758         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
11759         these routines, so the passphrase can be managed externally and
11760         passed in to the system.
11761         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
11762         pgg-add-passphrase-to-cache function.
11763
11764         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
11765         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
11766         these routines, so the passphrase can be managed externally and
11767         passed in to the system.
11768         (pgg-pgp5-sign-region): Use new name of
11769         pgg-add-passphrase-to-cache function.
11770
11771 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11772
11773         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11774         part of the decoded armor to find the key-identifier.
11775         (pgg-gpg-lookup-key-owner): New function to return the
11776         human-readable identifier of a key owner.
11777         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
11778         itself.
11779         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11780         the key value) if we have a key and can match it against a secret
11781         key.  Also, added a note pointing out fact that the prompt only
11782         indicates the first matching key.
11783
11784         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
11785         pgg-decrypt-region.
11786         (pgg-add-passphrase-to-cache): Rename from
11787         `pgg-add-passphrase-cache' to reduce confusion (all callers
11788         changed).
11789         (pgg-remove-passphrase-from-cache): Rename from
11790         `pgg-remove-passphrase-cache' to reduce confusion (all callers
11791         changed).
11792         (pgg-read-passphrase, pgg-add-passphrase-cache)
11793         (pgg-remove-passphrase-cache): Add informative docstrings.
11794         (pgg-decrypt): Convey provided passphrase in subordinate call to
11795         pgg-decrypt-region.
11796
11797 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
11798
11799         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11800         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11801         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11802         'passphrase' argument, so the passphrase can be managed externally
11803         and then passed in to the system.
11804
11805         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11806         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
11807         so the passphrase cache can be used reliably with identifiers
11808         besides a pgp packet's key id.
11809
11810         * pgg-gpg.el (pgg-gpg-encrypt-region)
11811         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11812         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
11813         these routines, so the passphrase can be managed externally and
11814         passed in to the system.
11815
11816         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11817         'notruncate' argument, so the passphrase cache can be used
11818         reliably with identifiers besides a pgp packet's key id.
11819
11820 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
11821
11822         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11823         symmetric encryption.
11824         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11825         encrypted session key.
11826         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11827         message ask for the passphrase in a proper way.
11828
11829         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11830         New user commands for symmetric encryption.
11831
11832 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11833
11834         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
11835
11836         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
11837
11838 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
11839
11840         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
11841
11842 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11843
11844         * mm-decode.el (mm-inlined-types): Add application/pgp.
11845         (mm-automatic-display): Ditto.
11846
11847         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
11848         part as text.
11849
11850 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11851
11852         * nnrss.el: Update copyright.
11853         (nnrss-opml-import): Query whether to subscribe to each entry.
11854
11855         * gnus-art.el:
11856         * gnus-sum.el:
11857         * gnus-xmas.el:
11858         * messagexmas.el:
11859         * mm-uu.el:
11860         * mm-view.el: Update copyright.
11861
11862 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
11863
11864         * message.el (message-info): New function.
11865         (message-mode-menu): Add it.
11866         Update copyright.
11867
11868         * ChangeLog: Fix and update copyright.
11869
11870 2006-01-13  Romain Francoise  <romain@orebokech.com>
11871
11872         * message.el (message-forward-subject-name-subject): Prefer the
11873         address to 'nowhere' if the sender has no name.
11874         Fix typo.  Update copyright year.
11875
11876 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11877
11878         * gnus-art.el (article-wash-html): Use
11879         gnus-summary-show-article-charset-alist if a numeric arg is given.
11880         (gnus-article-wash-html-with-w3m-standalone): New function.
11881
11882         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
11883         mm-inline-text-html-render-with-w3m-standalone.
11884         (mm-text-html-washer-alist): Map w3m-standalone to
11885         gnus-article-wash-html-with-w3m-standalone.
11886         (mm-inline-text-html-render-with-w3m-standalone): New function.
11887
11888 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
11889
11890         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
11891         Improve LaTeX.
11892
11893 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11894
11895         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
11896         (nnrss-request-article): Render text/plain parts as HTML.
11897
11898         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
11899         the buffer.
11900
11901 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
11902
11903         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
11904         custom definition of `gnus-posting-styles'.
11905
11906         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
11907         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
11908
11909 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11910
11911         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
11912         Use nntp for bug archive.
11913
11914 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11915
11916         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
11917         parts.
11918         (nnrss-normalize-date): New function converts ISO 8601 date into
11919         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11920         (nnrss-check-group): Use it.
11921
11922 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11923
11924         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
11925
11926         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
11927         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11928         (nnrss-insert-w3): Ditto.
11929
11930 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11931
11932         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
11933         the articles to be forwarded including the case where neither a
11934         number of articles nor a region is specified.
11935
11936 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11937
11938         * nnrss.el (nnrss-request-article): Fix last change; fill
11939         text/plain parts.
11940
11941 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11942
11943         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
11944         in text/plain part.
11945         (nnrss-check-group): Don't add excessive newline to dc:subject.
11946
11947 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
11948
11949         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
11950         article.
11951
11952 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11953
11954         * nnml.el: Don't require gnus-bcklg.  Autoload it.
11955         (nnml-use-compressed-files, nnml-save-mail): Support other
11956         comression programs such as bzip2.
11957
11958 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11959
11960         * dns.el (query-dns): Make sure we check the buffer size before
11961         removing tcp headers.
11962
11963 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11964
11965         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
11966         remove MIME buttons associated with multipart/alternative parts.
11967         (gnus-mime-display-alternative): Tag buttons using `article-type'
11968         text property.
11969
11970         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
11971         associated with multipart/alternative parts.
11972
11973         * gnus-art.el (gnus-signature-separator): Fix custom type.
11974
11975         * mm-decode.el (mm-inlined-types): Fix custom type.
11976         (mm-keep-viewer-alive-types): Ditto.
11977         (mm-automatic-display): Ditto.
11978         (mm-attachment-override-types): Ditto.
11979         (mm-inline-override-types): Ditto.
11980         (mm-automatic-external-display): Ditto.
11981
11982 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11983
11984         * spam-report.el (spam-report-user-mail-address)
11985         (spam-report-user-agent): New variables.
11986         (spam-report-url-ping-plain): Use spam-report-user-agent.
11987
11988 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
11989
11990         * gnus-art.el (gnus-button-handle-custom): Do not just use
11991         `customize-apropos' for any "M-x customize-*" button but the
11992         function called for.  Accept both the function name and its
11993         argument in order to achieve this.
11994         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
11995         function name to `gnus-button-handle-custom' in case of "M-x
11996         customize-*" buttons.
11997
11998 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11999
12000         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
12001         multipart/alternative and add xref to mm-discouraged-alternatives
12002         in doc string.
12003
12004         * mm-decode.el (mm-discouraged-alternatives): Add xref to
12005         gnus-buttonized-mime-types in doc string.
12006
12007 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
12008
12009         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
12010         Suggest image/.* in the doc string.
12011
12012 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12013
12014         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
12015         message-marks (Debian bug #342521).
12016
12017 2005-12-12  Simon Josefsson  <jas@extundo.com>
12018
12019         * password.el (password-read-from-cache): Add.
12020         (password-read): Use it.
12021
12022 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12023
12024         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
12025         us-ascii as a MIME charset.
12026
12027         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
12028         against the case where the 2nd arg TYPE is nil.
12029
12030 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12031
12032         * pop3.el (pop3-stream-type): Fix custom version.
12033
12034         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
12035
12036 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12037
12038         * mm-decode.el (mm-display-external): Add missing cdr.
12039
12040 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12041
12042         * mm-decode.el (mm-display-external): Use nametemplate (defined in
12043         RFC1524) if it is in mailcap or add a suffix according to
12044         mailcap-mime-extensions when generating a temp filename; postpone
12045         deleting a temp file for 2 seconds for some wrappers, shell
12046         scripts, and so on, which might exit right after having started a
12047         viewer command as a background job.
12048
12049 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12050
12051         * nntp.el (nntp-marks-directory): Fix custom group.
12052
12053         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
12054         steps when < 10.
12055
12056         * gnus-start.el (gnus-no-server-1): Mention
12057         `gnus-level-default-subscribed' in doc string.
12058
12059 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12060
12061         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
12062         parens.
12063
12064 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12065
12066         * gnus-xmas.el (gnus-use-toolbar): Revert.
12067         (gnus-xmas-setup-toolbar): Use global default-toolbar if
12068         gnus-use-toolbar is default.
12069
12070         * messagexmas.el (message-use-toolbar): Revert.
12071         (message-setup-toolbar): Use global default-toolbar if
12072         message-use-toolbar is default.
12073
12074 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12075
12076         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
12077         according to default-toolbar-visible-p.
12078
12079         * messagexmas.el (message-use-toolbar): Ditto.
12080
12081 2005-11-26  Dave Love  <fx@gnu.org>
12082
12083         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
12084         (tls-program, tls-success): Provide openssl alternative.
12085
12086         * starttls.el: Doc fixes.
12087         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
12088         SERVICE to PORT.
12089
12090         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
12091         port null or service name.
12092         (starttls-negotiate): Autoload.
12093
12094 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12095
12096         * message.el (message-kill-to-signature): Fix interactive spec.
12097
12098 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12099
12100         * pop3.el (pop3-open-server): Recognize a string as a service name.
12101
12102 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
12103
12104         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
12105
12106 2005-11-23  Dave Love  <fx@gnu.org>
12107
12108         Add pop3s, pop3/starttls.
12109
12110         * pop3.el (pop3-authentication-scheme): Clarify doc.
12111         (open-tls-stream, starttls-open-stream): Autoload.
12112         (pop3-stream-type): New.
12113         (pop3-open-server): Use it.
12114
12115         * mail-source.el (mail-sources): Fix some :types.  Add stream type
12116         for POP.
12117         (mail-source-keyword-map): Add :stream for POP.
12118         (mail-source-fetch-pop): Use pop3-stream-type.
12119
12120 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12121
12122         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
12123         of current-time-string.
12124
12125 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
12126
12127         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
12128         date header.
12129
12130 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12131
12132         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
12133         it can seriously impact performance as it bypasses the agent's
12134         local caches.
12135
12136 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12137
12138         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
12139         must be explicitly online rather than "not explicitly offline" for
12140         its flags to be synchronized.
12141
12142         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
12143         that gnus-uu-unmark-thread will function correctly.
12144
12145         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
12146         1024K is instead displayed as 1M.
12147
12148 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12149
12150         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
12151
12152 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
12153
12154         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
12155
12156 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
12157
12158         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
12159         error message to display actual error condition.
12160         (gnus-agent-save-local): Avoid saving symbols that are bound to
12161         nil as they simply result in a warning message in
12162         gnus-agent-read-local.
12163
12164 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12165
12166         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
12167         rather than make-variable-buffer-local for file-precious-flag.
12168
12169 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12170
12171         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
12172         for duplicates which are removed.  The invalid sort check then
12173         triggers a rescan after the sort as sorting may have moved
12174         duplicate entries such that they can be cheaply detected.
12175
12176 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12177
12178         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
12179
12180 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12181
12182         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
12183         internal variable to a custom variable.  Changed default value
12184         from compressed(2) to uncompressed(1).
12185         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
12186         support for uncompressed agentview files.  Taken together, reading
12187         the agentview file should now be 6-7 times faster.
12188
12189 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12190
12191         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
12192         as a buffer-local variable.  This avoids creating truncated
12193         dribble files as a result of a hang up, eg.
12194
12195 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
12196
12197         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
12198         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
12199         XEmacs.
12200
12201 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12202
12203         * gnus-start.el (gnus-start-draft-setup): Enforce
12204         `gnus-draft-mode' for nndraft:drafts at startup.
12205
12206         * gnus.el (gnus-splash): Change custom group.
12207         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
12208         allow-list argument.
12209
12210         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
12211         string.
12212
12213 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12214
12215         * gnus-art.el (gnus-default-article-saver): Add user-defined
12216         `function' to custom type.
12217
12218 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12219
12220         * imap.el (imap-open): Handle case where buffer is a buffer
12221         object.
12222
12223 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12224
12225         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
12226         long lines.
12227         (gnus-cache-delete-group): Wrap doc strings.
12228
12229         * gnus-agent.el (gnus-agent-rename-group)
12230         (gnus-agent-delete-group): Wrap doc strings.
12231
12232 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12233
12234         * messagexmas.el (message-use-toolbar): Change the valid values
12235         into default, top, bottom, left, and right.
12236         (message-toolbar-thickness): New variable.
12237         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
12238         well.
12239         (message-setup-toolbar): Make it work.
12240
12241         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
12242         (gnus-use-toolbar): Change the valid values into default, top,
12243         bottom, left, and right.
12244         (gnus-toolbar-thickness): New variable.
12245         (gnus-xmas-setup-toolbar): New function.
12246         (gnus-xmas-setup-group-toolbar): Use it.
12247         (gnus-xmas-setup-summary-toolbar): Use it.
12248
12249 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12250
12251         * gnus-start.el (gnus-1): Add "native" to
12252         gnus-predefined-server-alist.
12253
12254         * gnus.el (gnus-method-to-server): Don't add "native" to the
12255         lists here, because that leads to problems when
12256         gnus-select-method is bound.
12257
12258 2005-11-09  Simon Josefsson  <jas@extundo.com>
12259
12260         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
12261         use (not sort-by-date) instead.
12262
12263 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12264
12265         * gnus-delay.el (gnus-delay-group): Don't autoload.
12266         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12267         to be re-loaded when customizing the `gnus-delay' group.
12268
12269 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
12270
12271         * message.el: Revert last changes.
12272         (message-insert-citation-line): Use newlines.
12273
12274 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
12275
12276         * message.el (message-courtesy-message)
12277         (message-mark-insert-begin, message-mark-insert-end)
12278         (message-elide-ellipsis, message-cancel-message)
12279         (message-add-header, message-change-subject)
12280         (message-cross-post-followup-to-header)
12281         (message-cross-post-insert-note, message-reduce-to-to-cc)
12282         (message-widen-reply, message-delete-not-region)
12283         (message-kill-to-signature, message-insert-signature)
12284         (message-insert-importance-high, message-insert-importance-low)
12285         (message-insert-or-toggle-importance)
12286         (message-insert-disposition-notification-to)
12287         (message-indent-citation, message-yank-original)
12288         (message-cite-original-without-signature, message-cite-original)
12289         (message-insert-citation-line, message-position-on-field)
12290         (message-fix-before-sending, message-send-mail-partially)
12291         (message-send-mail, message-send-mail-with-sendmail)
12292         (message-send-mail-with-qmail, message-send-news)
12293         (message-check-news-header-syntax, message-generate-headers)
12294         (message-insert-courtesy-copy, message-fill-address)
12295         (message-fill-header, message-shorten-references)
12296         (message-setup-1, message-cancel-news)
12297         (message-forward-make-body-plain, message-forward-make-body-mime)
12298         (message-forward-make-body-mml, message-encode-message-body)
12299         (message-forward-make-body-digest-plain)
12300         (message-forward-make-body-digest-mime)
12301         (message-use-alternative-email-as-from): Insert `hard-newline'
12302         instead of ordinary newlines.
12303
12304 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12305
12306         * message.el (message-generate-headers): Downcase the argument
12307         given to message-check-element.
12308
12309 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
12310
12311         * nntp.el (nntp-authinfo-rejected): New error condition.
12312         (nntp-wait-for): Use new error condition to signal authentication
12313         error.
12314         (nntp-retrieve-data): Rethrow new error condition to break out of
12315         recursive call to nntp-send-authinfo.
12316
12317 2005-11-08  Romain Francoise  <romain@orebokech.com>
12318
12319         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
12320         (gnus-summary-exit-map): Bind to `Z p'.
12321         (gnus-summary-make-menu-bar): Add menu item.
12322
12323 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
12324
12325         * gnus-art.el (gnus-article-treat-custom): Add `first'.
12326         (gnus-treat-*): Add `first' in all doc strings.
12327
12328         * gnus-group.el (gnus-group-compact-group): Fix typo.
12329
12330 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12331
12332         * gnus.el (gnus-parameters-case-fold-search): New variable.
12333         (gnus-parameters-get-parameter): Use it.
12334
12335         * gnus-score.el (gnus-home-score-file): Doc fix.
12336
12337 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
12338
12339         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
12340
12341 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12342
12343         * mm-util.el (mm-special-display-p): New function.
12344
12345         * mml.el (mml-preview): Use it; doc fix.
12346
12347 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12348
12349         * imap.el (imap-open): Handle case where buffer is a buffer object.
12350
12351 2005-10-29  Romain Francoise  <romain@orebokech.com>
12352
12353         * message.el (message-fix-before-sending): Fix comment.
12354
12355 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12356
12357         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
12358
12359 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12360
12361         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
12362         Used in gnus-score.el.
12363
12364 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12365
12366         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
12367
12368 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
12369
12370         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
12371         whitespace removed in revision 7.8.  Use concatenated string to
12372         protect trailing whitespace.
12373
12374 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
12375
12376         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
12377         (nnimap-request-expire-articles): Use it to avoid sending 'UID
12378         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
12379         Courier IMAP ("some version from 2004").  Mostly based on similar
12380         code in the same function.
12381
12382 2005-10-26  Didier Verna  <didier@xemacs.org>
12383
12384         * gnus-group.el (gnus-group-compact-group): Invalidate original
12385         article buffer.
12386         * gnus-srvr.el (gnus-server-compact-server): Ditto.
12387         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
12388         NOV database and in article itself.
12389         Invalidate article backlog.
12390
12391 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12392
12393         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
12394
12395 2005-10-26  Simon Josefsson  <jas@extundo.com>
12396
12397         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
12398         part of 2004-07-25 change.
12399
12400 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12401
12402         * message.el (message-display-completion-list): New function.
12403         (message-expand-group): Use it; make sure the Completions buffer
12404         is modifiable.
12405 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
12406
12407         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
12408         user-mail-name is an empty string.
12409
12410 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12411
12412         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
12413         depending on gnus-score-decay-constant.
12414
12415         * encrypt.el (encrypt-insert-file-contents)
12416         (encrypt-write-file-contents): Don't use `gnus-message'.
12417
12418         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
12419         arguments.
12420         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
12421         arguments to mm-uu-verbatim-marks-extract.
12422         (mm-uu-hide-markers): New variable.
12423         (mm-uu-extract): Use face similar to `gnus-cite-3'.
12424
12425         * gnus-fun.el (gnus-convert-image-to-x-face-command)
12426         (gnus-convert-image-to-face-command): Use "convert" by default to
12427         allow other input image formats.
12428         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
12429         accordingly.
12430
12431 2005-10-23  Simon Josefsson  <jas@extundo.com>
12432
12433         * imap.el (imap-gssapi-program): Align command line parameters
12434         with latest GNU SASL.
12435         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
12436
12437 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12438
12439         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
12440         HTML.
12441         (nnslashdot-request-article): Ditto.
12442
12443         * lpath.el (featurep): Add nobreak-char-display.
12444
12445 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12446
12447         * mail-source.el (mail-source-fetch-pop): Require pop3.
12448         (mail-source-check-pop): Ditto.
12449
12450 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12451
12452         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
12453         errors.
12454
12455 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12456
12457         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
12458         (gnus-treat-strip-leading-blank-lines): Improve doc string.
12459
12460         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
12461
12462         * mm-bodies.el (mm-decode-string): Call
12463         `mm-charset-to-coding-system' with allow-override argument.
12464
12465 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12466
12467         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
12468         (rfc2047-charset-to-coding-system): New function.
12469         (rfc2047-decode-encoded-words): New function.
12470         (rfc2047-decode-region): Use them.
12471         (rfc2047-decode-cte): Remove.
12472         (rfc2047-parse-and-decode): Remove.
12473         (rfc2047-decode): Remove.
12474
12475 2005-10-15  Kenichi Handa  <handa@m17n.org>
12476
12477         * rfc2047.el (rfc2047-decode-cte): New function.
12478         (rfc2047-decode-region): Change the way to decode successive
12479         encoded-words: decode B- or Q-encoding in each encoded-word,
12480         concatenate them, and decode it as charset.
12481
12482 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12483
12484         * lpath.el: Fbind codepage-setup for XEmacs.
12485
12486 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
12487
12488         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
12489         widget-move-and-invoke.
12490         (gnus-custom-mode): Use gnus-custom-map.
12491
12492 2005-10-15  Bill Wohler  <wohler@newt.com>
12493
12494         * message.el (message-tool-bar-map): Renamed image file from
12495         mail_send to mail/send.
12496
12497 2005-10-16  Masatake YAMATO  <jet@gyve.org>
12498
12499         * message.el (message-expand-group): Pass the common
12500         prefix substring of completion to `display-completion-list'.
12501
12502 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
12503
12504         * mml-sec.el (mml-secure-method): New internal variable.
12505         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
12506         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
12507         functions using mml-secure-method.
12508
12509         * mml.el (mml-mode-map): Add key bindings for those functions.
12510         (mml-menu): Simplify security menu entries.  Suggested by Jesper
12511         Harder <harder@myrealbox.com>.
12512         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
12513         end of message if point is the headers of the message.
12514
12515         * message.el (message-in-body-p): New function.
12516
12517         * assistant.el: Autoload gnus-util and netrc.
12518
12519         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
12520         Use `mm-charset-override-alist' only when decoding.
12521
12522         * mm-bodies.el (mm-decode-body): Call
12523         `mm-charset-to-coding-system' with allow-override argument.
12524
12525         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
12526         `filename' from Content-Disposition if Content-Type doesn't
12527         provide `name'.
12528         (gnus-mime-view-part-as-type): Set default instead of
12529         initial-input.
12530
12531 2005-10-09  Daniel Brockman  <daniel@brockman.se>
12532
12533         * format-spec.el (format-spec): Propagate text properties of % spec.
12534
12535 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12536
12537         * gnus-art.el (gnus-treat-predicate): Add `first'.
12538
12539 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12540
12541         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
12542         (mm-charset-override-alist): New variable.
12543         (mm-charset-to-coding-system): Use it.
12544         (mm-codepage-setup): New helper function.
12545         (mm-charset-eval-alist): New variable.
12546         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
12547         about unknown charsets.
12548
12549         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
12550
12551 2005-10-04  David Hansen  <david.hansen@gmx.net>
12552
12553         * nnrss.el (nnrss-request-article): Add support for the comments tag.
12554         (nnrss-check-group): Ditto.
12555
12556 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12557
12558         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
12559         Rename x-gnus-verbatim to x-verbatim.
12560         (mm-uu-type-alist): Fix regexp for verbatim-marks.
12561
12562         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
12563         x-verbatim.
12564
12565         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
12566
12567         * gnus-util.el (gnus-remove-duplicates): Remove.
12568
12569         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
12570         instead of gnus-remove-duplicates.
12571
12572         * message.el (message-remove-duplicates): Remove.
12573         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
12574         message-remove-duplicates.
12575
12576         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
12577         available, else use implementation from `delete-dups'.
12578
12579         * message.el (message-insert-expires): New function.
12580         (message-mode-map): Add key binding.
12581         (message-mode-field-menu): Add menu entry.
12582         (message-mode): Document it.
12583         (message-make-expires-date): Use `message-make-date'.
12584
12585 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
12586
12587         * message.el (message-make-expires-date): New function.
12588
12589 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12590
12591         * Makefile.in (list-installed-shadows): New entry.
12592         (install): Use it.
12593         (remove-installed-shadows): New entry.
12594
12595         * dgnushack.el (dgnushack-default-load-path): New variable.
12596         (dgnushack-find-lisp-shadows): New function.
12597         (dgnushack-remove-lisp-shadows): New function.
12598
12599 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12600
12601         * Makefile.in (install-el-elc): New entry.
12602         (install): Use it so that .el files are necessarily installed.
12603
12604 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12605
12606         * time-date.el: Autoload parse-time-string, XEmacs needs it.
12607
12608 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12609
12610         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
12611         function rather than the diff-mode.el package.
12612         (mm-display-external): Use with-current-buffer.
12613         (mm-viewer-completion-map, mm-viewer-completion-map):
12614         Move initialization inside declaration.
12615
12616 2005-09-29  Simon Josefsson  <jas@extundo.com>
12617
12618         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
12619         autoload mail-check-payment.
12620         (spam-check-hashcash): Define unconditionally, since hashcash.el
12621         is part of Gnus now.  Ignore errors from payment checking.
12622
12623 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
12624
12625         * message.el (message-bold-region, message-unbold-region): Rename
12626         from `bold-region' and `unbold-region'.
12627
12628         * message.el: Remove useless autoloads.
12629
12630 2005-09-28  Simon Josefsson  <jas@extundo.com>
12631
12632         * message.el (message-use-idna): Default to t.
12633         (message-use-idna): Test whether encoding works too.  Doc fix.
12634
12635 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12636
12637         * nntp.el (nntp-warn-about-losing-connection): Remove.
12638
12639 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
12640
12641         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
12642         customizable.  Change default value.
12643         (mm-uu-diff-groups-regexp): Change default value.
12644         (mm-uu-type-alist): Add doc string.
12645         (mm-uu-configure): Add doc string.  Make it interactive.
12646         (mm-uu-tex-groups-regexp): New variable.
12647         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
12648         (mm-uu-type-alist): Add LaTeX documents.
12649         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
12650         of "text/verbatim".
12651         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
12652
12653         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
12654         instead of "text/verbatim".
12655
12656         * message.el (message-mark-inserted-region)
12657         (message-mark-insert-file): Use slrn style marks when called with
12658         prefix argument.
12659
12660 2005-09-27  Simon Josefsson  <jas@extundo.com>
12661
12662         * message.el (message-idna-to-ascii-rhs-1): Reformat.
12663
12664 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
12665
12666         * message.el (message-remove-duplicates): New function.
12667         Implementation borrowed from `gnus-remove-duplicates'.
12668         (message-idna-to-ascii-rhs): Also encode idna addresses in
12669         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12670         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
12671         only ask about the same idna domain once per header and also tell
12672         in what header to replace the idna domain.
12673
12674         * gnus-art.el (article-decode-idna-rhs): Also decode idna
12675         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12676         (article-decode-idna-rhs): Fix regexp so that all idna-address in
12677         a header is decoded and not just the last one.
12678
12679 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12680
12681         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
12682         has been decoded.
12683
12684         * mm-decode.el (mm-automatic-display): Add text/verbatim.
12685         (mm-insert-part): Don't modify text if it has been decoded.
12686
12687         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
12688         decoded.
12689
12690         * mm-view.el (mm-inline-text): Don't strip text props unless
12691         decoding enriched or richtext parts.
12692
12693 2005-09-25  Romain Francoise  <romain@orebokech.com>
12694
12695         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
12696         * gnus-start.el (gnus-subscribe-interactively):
12697         * gnus-uu.el (gnus-uu-grab-articles):
12698         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
12699         space.
12700
12701 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
12702
12703         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
12704         * mm-view.el (mm-view-pkcs7-decrypt):
12705         * gnus-sum.el (gnus-summary-limit-to-extra)
12706         (gnus-summary-respool-article, gnus-read-move-group-name):
12707         * gnus-score.el (gnus-summary-increase-score):
12708         * gnus-util.el (gnus-completing-read-with-default):
12709         * gnus-art.el (gnus-read-save-file-name)
12710         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
12711         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
12712         * message.el (message-check-news-header-syntax):
12713         Follow convention for reading with the minibuffer.
12714
12715 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
12716
12717         * spam-report.el (spam-report-url-ping-plain):
12718         Use gnus-extended-version as User-Agent.
12719
12720         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
12721         default value is nil.
12722
12723         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
12724         (mm-uu-verbatim-marks-extract): New function.
12725         (mm-uu-extract): New face.
12726         (mm-uu-copy-to-buffer): Use it.
12727
12728         * spam-report.el (spam-report-gmane-ham): Renamed from
12729         `spam-report-gmane-unspam'.
12730         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
12731         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
12732
12733         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
12734         Autoload.
12735         (spam-report-gmane-unregister-routine): Renamed
12736         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
12737
12738 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
12739
12740         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
12741         (spam-report-gmane-unregister-routine): Add support for gmane
12742         unregistration.
12743
12744         * spam-report.el (spam-report-gmane-unspam)
12745         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
12746         (spam-report-gmane): Change to take a single article and do unspam
12747         registration.
12748
12749 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12750
12751         * mm-url.el (mm-url-decode-entities): Fix regexp.
12752
12753 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12754
12755         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
12756         default to nil, to be able to use Gnus at all.  If the default
12757         switches to something else, then the function should be fixed not
12758         be exceedingly slow.
12759
12760 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
12761
12762         * gnus-start.el (gnus-activate-group): If the server is nil, don't
12763         fail hard.
12764
12765         * spam-report.el: Add better Keywords line.
12766
12767         * spam.el: Add Maintainer and better Keywords line.
12768
12769 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12770
12771         * gnus-art.el (gnus-article-replace-part)
12772         (gnus-mime-replace-part): New functions.
12773         (gnus-mime-action-alist, gnus-mime-button-commands)
12774         (gnus-mime-save-part-and-strip): Added file argument.
12775         (gnus-article-part-wrapper): Added interactive argument.
12776
12777         * gnus-sum.el (gnus-summary-mime-map): Add
12778         `gnus-article-replace-part'.
12779
12780 2005-09-19  Didier Verna  <didier@xemacs.org>
12781
12782         The nnml compaction feature:
12783         * nnml.el (nnml-request-compact-group): New function.
12784         * nnml.el (nnml-request-compact): New function.
12785         * gnus-int.el (gnus-request-compact-group): New function.
12786         * gnus-int.el (gnus-request-compact): New function.
12787         * gnus-group.el (gnus-group-compact-group): New function.
12788         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
12789         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
12790         * gnus-srvr.el (gnus-server-compact-server): New function.
12791         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
12792         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
12793
12794 2005-09-18  Deepak Goel  <deego@gnufans.org>
12795
12796         * sieve.el (sieve-help): Fix `message' call: first arg should be a
12797         format spec.
12798
12799 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12800
12801         * gnus.el (gnus-group-startup-message): Bind image-load-path.
12802
12803 2005-09-15  Romain Francoise  <romain@orebokech.com>
12804
12805         * message.el (message-fill-paragraph): Clarify docstring.
12806
12807 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12808
12809         * gnus-art.el (gnus-mime-display-part): Protect against broken
12810         MIME messages.
12811
12812 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12813
12814         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
12815         before parsing header.
12816
12817 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
12818
12819         * html2text.el (html2text-replace-list): Add new entities.
12820
12821 2005-09-11  Romain Francoise  <romain@orebokech.com>
12822
12823         * message.el (message-alternative-emails): Improve docstring.
12824         (message-setup-1): Call `message-use-alternative-email-as-from'
12825         after `message-setup-hook' to give it precedence over posting
12826         styles, etc.
12827         (message-use-alternative-email-as-from): Add docstring.  Remove
12828         the original From header if present.
12829
12830         * nnml.el (nnml-compressed-files-size-threshold): New variable.
12831         (nnml-save-mail): Use it.
12832
12833         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
12834         articles.  Add new argument `silent'.
12835         (gnus-uu-mark-all): Report the total number of marked articles.
12836
12837 2005-09-10  Romain Francoise  <romain@orebokech.com>
12838
12839         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
12840         (gnus-uu-mark-series): Likewise.
12841
12842 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
12843
12844         * spam-report.el (spam-report-gmane): Fix generation of spam
12845         report URL.
12846
12847 2005-09-10  Simon Josefsson  <jas@extundo.com>
12848
12849         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
12850         t, based on discussion on the ding list with Robert Epprecht
12851         <epprecht@solnet.ch>.
12852
12853 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
12854
12855         * spam-report.el (spam-report-gmane): Make it work without
12856         X-Report-Spam header.  Gmane now only provides Archived-At.
12857         This is only used if `spam-report-gmane-use-article-number' is nil.
12858         (spam-report-gmane-spam-header): Remove.  Not used anymore.
12859
12860         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
12861         make `gnus-summary-sort-by-recipient' work with threading.
12862
12863         * nnweb.el (nnweb-google-wash-article): Print a message if article
12864         is not available.
12865
12866 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12867
12868         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
12869         change.  Decode text/* parts content before displaying.
12870
12871 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
12872
12873         * mml-smime.el: Remove defvar of gnus-extract-address-components.
12874
12875 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12876
12877         * mm-view.el (mm-display-inline-fontify): Disable support modes.
12878
12879         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
12880         url-package-name, url-package-version,
12881         w3m-cid-retrieve-function-alist, w3m-current-buffer,
12882         w3m-display-inline-images, and w3m-minor-mode-map.
12883
12884 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
12885
12886         * message.el (message-tab-body-function): Fix mismatched custom type.
12887
12888         * gnus.el (gnus-group-change-level-function): Ditto.
12889
12890         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
12891
12892         * gnus-art.el (gnus-signature-limit)
12893         (gnus-article-mime-part-function): Ditto.
12894
12895 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12896
12897         * mml.el (mml-mode): Silence the byte compiler.
12898
12899         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
12900         using `(sit-for 0)' before moving the point to the specified part;
12901         skip unbuttonized parts.
12902         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
12903         return to the summary window if gnus-auto-select-part is non-nil.
12904
12905 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
12906
12907         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
12908         variables.
12909         (mml-dnd-attach-file, mml-mode): Use them.
12910
12911         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
12912         Make fetching article by MID work again for Google Groups.  Added
12913         FIXME concerning gnus-group-make-web-group.
12914
12915         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
12916         Don't depend on Gnus by using mail-extract-address-components if
12917         gnus-extract-address-components is not bound.
12918
12919 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12920
12921         * gnus-art.el (gnus-mime-display-security): Don't display the
12922         signature, but only the signed part.
12923
12924 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12925
12926         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
12927
12928         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
12929         list, not listp.
12930
12931 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
12932
12933         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
12934         when encoding.
12935
12936         * mm-bodies.el (mm-decode-content-transfer-encoding):
12937         De-canonicalize CRLF for all text content types, not just
12938         text/plain.
12939
12940 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12941
12942         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
12943         valid article; point arrow and cursor at the MIME button.
12944
12945 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12946
12947         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
12948         Suggested by Dan Christensen <jdc@uwo.ca>.
12949
12950         * mm-decode.el (mm-save-part): Enable change of prompt.
12951
12952 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
12953
12954         * gnus-msg.el (gnus-inews-add-send-actions): Made
12955         `message-post-method' lambda parameter ARG `&optional'.
12956
12957 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12958
12959         * gnus-sum.el (gnus-summary-mime-map): Added
12960         gnus-article-save-part-and-strip, gnus-article-delete-part and
12961         gnus-article-jump-to-part.
12962
12963         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
12964         (gnus-article-edit-part): Use it.
12965         (gnus-article-part-wrapper): Added no-handle argument.
12966         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
12967         functions.
12968
12969 2005-08-29  Romain Francoise  <romain@orebokech.com>
12970
12971         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12972         docstring.
12973         (gnus-face-from-file): Likewise.
12974
12975 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12976
12977         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
12978         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
12979         non-nil.
12980         (gnus-auto-select-part): New variable.
12981         (gnus-article-jump-to-part): New function.
12982         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
12983         (gnus-mime-delete-part): Allow selecting specified part after
12984         deleting or stripping parts.
12985         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
12986         part if argument is bogus.
12987
12988 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
12989
12990         * gnus-art.el (w3m-minor-mode-map):
12991         * gnus-spec.el (gnus-newsrc-file-version):
12992         * gnus-util.el (nnmail-active-file-coding-system)
12993         (gnus-original-article-buffer, gnus-user-agent):
12994         * gnus.el (gnus-ham-process-destinations)
12995         (gnus-parameter-ham-marks-alist)
12996         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
12997         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
12998         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
12999         * mm-decode.el (gnus-current-window-configuration):
13000         * mm-extern.el (gnus-article-mime-handles):
13001         * mm-url.el (url-current-object, url-package-name)
13002         (url-package-version):
13003         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
13004         (smime-keys, w3m-cid-retrieve-function-alist)
13005         (w3m-current-buffer, w3m-display-inline-images)
13006         (w3m-minor-mode-map):
13007         * mml-smime.el (gnus-extract-address-components):
13008         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
13009         (gnus-newsrc-hashtb, message-default-charset)
13010         (message-deletable-headers, message-options)
13011         (message-posting-charset, message-required-mail-headers)
13012         (message-required-news-headers):
13013         * mml1991.el (mc-pgp-always-sign):
13014         * mml2015.el (mc-pgp-always-sign):
13015         * nnheader.el (nnmail-extra-headers):
13016         * rfc1843.el (gnus-decode-encoded-word-function)
13017         (gnus-decode-header-function, gnus-newsgroup-name):
13018         * spam-stat.el (gnus-original-article-buffer): Add defvars.
13019
13020 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
13021
13022         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
13023         the end of the date treatments.
13024
13025 2005-08-15  Simon Josefsson  <jas@extundo.com>
13026
13027         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
13028         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
13029         Capello and Romain Francoise.
13030         (pgg-fetch-key-function): Removed, not used?
13031         (pgg-insert-url-with-w3): Require url, to get
13032         url-insert-file-contents regardless of where it is defined.
13033
13034 2005-08-13  Romain Francoise  <romain@orebokech.com>
13035
13036         * message.el (message-cite-original-1): New function.
13037         (message-cite-original): Use it.
13038         (message-cite-original-without-signature): Ditto.
13039
13040 2005-08-08  Romain Francoise  <romain@orebokech.com>
13041
13042         * message.el (message-yank-empty-prefix): New variable.
13043         (message-indent-citation): Use it.
13044         (message-cite-original-without-signature): Respect X-No-Archive.
13045
13046 2005-08-08  Simon Josefsson  <jas@extundo.com>
13047
13048         * pgg.el: Autoload url-insert-file-contents instead of loading
13049         w3/url.
13050         (pgg-insert-url-with-w3): Don't load url here.
13051
13052 2005-08-07  Jesper Harder  <harder@phys.au.dk>
13053
13054         * message.el (message-kill-to-signature): Don't insert newline at
13055         bol.
13056         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
13057
13058 2005-08-06  Romain Francoise  <romain@orebokech.com>
13059
13060         * message.el (message-user-fqdn): Fix typo in docstring.
13061
13062 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
13063
13064         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
13065
13066         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
13067
13068 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13069
13070         * mm-bodies.el (mm-encode-body): Use coding system rather than
13071         charset to encode text.
13072
13073         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
13074         number of charsets if utf-8 is available (XEmacs).
13075
13076 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13077
13078         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
13079         taken from `gnus-button-mid-or-mail-regexp'.
13080         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
13081         (gnus-button-alist): Improve regexp for domain part of the MIDs
13082         for news:localpart@domain buttons.
13083         (gnus-button-ctan-directory-regexp): Update.
13084
13085 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13086
13087         * sieve-manage.el (sieve-manage-interactive-login): Use
13088         make-local-variable rather than make-variable-buffer-local.
13089         (sieve-manage-open): Ditto.
13090         (sieve-manage-authenticate): Ditto.
13091
13092         * mml.el (mml-generate-mime-1): Make the content type default to
13093         text/plain if the filename is not specified.
13094
13095 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13096
13097         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
13098         instead of insert-buffer.
13099
13100         * message.el (message-yank-original): Ditto; set the mark at the
13101         end of the yanked message.
13102
13103 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13104
13105         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
13106         lines to scroll rather than to stop it.
13107
13108         * mml.el (mml-generate-default-type): Add doc string.
13109         (mml-generate-mime-1): Use mm-default-file-encoding or make it
13110         default to application/octet-stream when determining the content
13111         type if it is not specified for the part or the mml contents; add
13112         a comment about mml-generate-default-type.
13113
13114 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
13115
13116         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
13117         make it default to application/octet-stream when determining the
13118         content type if it is not specified for the external contents.
13119
13120 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13121
13122         * rfc2231.el (rfc2231-parse-string): Take care that not only a
13123         segmented parameter but also other parameters might be there.
13124
13125 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13126
13127         * mm-decode.el (mm-display-external): Delete temp file, directory
13128         and buffer immediately if the external process is exited.
13129
13130 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13131
13132         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
13133         fewer lines than that of scroll-margin.
13134         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
13135
13136 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13137
13138         * gnus-art.el (gnus-article-next-page): Revert.
13139         (gnus-article-beginning-of-window): New macro.
13140         (gnus-article-next-page-1): Use it.
13141         (gnus-article-prev-page): Ditto.
13142         (gnus-article-edit-part): Use insert-buffer-substring instead of
13143         insert-buffer.
13144         (gnus-article-edit-exit): Ditto.
13145
13146         * gnus-util.el (gnus-beginning-of-window): Remove.
13147         (gnus-end-of-window): Remove.
13148
13149         * lpath.el: Don't bind header-line-format and scroll-margin.
13150
13151 2005-07-25  Simon Josefsson  <jas@extundo.com>
13152
13153         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
13154         to have the url package without w3.  Reported by Daiki Ueno
13155         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
13156
13157 2005-07-20  Didier Verna  <didier@xemacs.org>
13158
13159         * gnus-diary.el: Remove the description comment (nndiary is now
13160         properly documented in the Gnus manual).
13161         Fix the spelling of "Back End".
13162         * nndiary.el: Ditto.
13163         Fix the copyright notice.
13164
13165 2005-07-18  Romain Francoise  <romain@orebokech.com>
13166
13167         * gnus-sum.el (gnus-summary-to-prefix)
13168         (gnus-summary-newsgroup-prefix): New variables.
13169         (gnus-summary-from-or-to-or-newsgroups): Use them.
13170
13171 2005-07-17  Romain Francoise  <romain@orebokech.com>
13172
13173         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
13174         space as it's generally not especially interesting to the user.
13175
13176 2005-07-16  Romain Francoise  <romain@orebokech.com>
13177
13178         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
13179         nil to avoid prompting and file modification if one of the
13180         messages at the top of the nnfolder file contains a copyright
13181         notice.
13182         Update copyright notice.
13183
13184         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
13185         instead of `current-time-string' as the latter creates a time
13186         string that is not RFC 2822 compliant (it lacks the zone).
13187         Update copyright notice.
13188
13189 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13190
13191         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
13192         for text/rtf.  Display default in prompt.  Pass default for M-n.
13193
13194         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
13195
13196 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13197
13198         * gnus-msg.el (gnus-button-mailto): Remove
13199         save-selected-window-window hackery because it relies on
13200         save-selected-window internals.
13201
13202 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13203
13204         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
13205         (gnus-article-next-page-1): Use gnus-beginning-of-window.
13206         (gnus-article-prev-page): Ditto.
13207
13208         * gnus-util.el (gnus-beginning-of-window): New function.
13209         (gnus-end-of-window): New function.
13210
13211         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
13212
13213 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13214
13215         * gnus-score.el (gnus-score-edit-all-score): Set
13216         gnus-score-edit-exit-function to gnus-score-edit-done and call
13217         gnus-message.
13218
13219 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13220
13221         * gnus-msg.el (gnus-button-mailto): Remove
13222         save-selected-window-window hackery because it relies on
13223         save-selected-window internals.
13224
13225 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13226
13227         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
13228         add-minor-mode.
13229         (gnus-binary-mode): Ditto.
13230
13231         * gnus-topic.el (gnus-topic-mode): Ditto.
13232
13233 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
13234
13235         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
13236         (gnus-article-prev-page): Take scroll-margin into consideration.
13237
13238 2005-07-04  Lute Kamstra  <lute@gnu.org>
13239
13240         Update FSF's address in GPL notices.
13241
13242 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
13243
13244         * gnus.el (gnus-exit):
13245         * gnus-group.el (gnus-group-icons):
13246         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
13247
13248         * gnus-nocem.el (gnus-nocem):
13249         * message.el (message-various, message-buffers, message-sending)
13250         (message-interface, message-forwarding, message-insertion)
13251         (message-headers, message-news, message-mail):
13252         * pgg-gpg.el (pgg-gpg):
13253         * pgg-parse.el (pgg-parse):
13254         * pgg-pgp.el (pgg-pgp):
13255         * pgg-pgp5.el (pgg-pgp5):
13256         * pop3.el (pop3): Finish `defgroup' description with period.
13257
13258 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13259
13260         * gnus-art.el (article-display-face): Improve the efficiency.
13261         (article-display-x-face): Ditto; remove grey x-face stuff.
13262
13263 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13264
13265         * gnus-art.el (article-display-face): Correct the position in
13266         which Faces are inserted.
13267
13268 2005-06-29  Didier Verna  <didier@xemacs.org>
13269
13270         * gnus-art.el (article-display-face): Display faces in correct
13271         order.
13272
13273 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13274
13275         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
13276         (gnus-fill-real-hashtb): Use hash table instead of obarray.
13277         (gnus-nocem-check-article): Fetch the Type header.
13278         (gnus-nocem-message-wanted-p): Fix the way to examine types.
13279         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
13280         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
13281         make sure gnus-nocem-hashtb is initialized.
13282         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
13283         (gnus-nocem-unwanted-article-p): Ditto.
13284
13285         * pgg.el (pgg-verify): Return the verification result.
13286
13287 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13288
13289         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
13290         is ascii.
13291
13292 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
13293
13294         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
13295         `show-nonbreak-escape'.
13296
13297 2005-06-23  Lute Kamstra  <lute@gnu.org>
13298
13299         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
13300
13301         * dig.el (dig-mode):
13302         * smime.el (smime-mode): Use gnus-run-mode-hooks.
13303
13304 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
13305
13306         * nnimap.el (nnimap-split-download-body): Fix spellings.
13307
13308 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
13309
13310         * gnus-art.el (gnus-article-encrypt-body):
13311         * gnus-cus.el (gnus-score-customize):
13312         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
13313         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
13314
13315 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
13316
13317         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
13318         header by looking for magic "MII" at the beginnig.
13319
13320 2005-06-16  Miles Bader  <miles@gnu.org>
13321
13322         * gnus-xmas.el (gnus-xmas-group-startup-message):
13323         Use renamed gnus-splash face.
13324
13325         * assistant.el (assistant-field): Remove "-face" suffix from face name.
13326         (assistant-field-face): New backward-compatibility alias for renamed
13327         face.
13328         (assistant-render-text): Use renamed assistant-field face.
13329
13330         * spam.el (spam): Remove "-face" suffix from face name.
13331         (spam-face): New backward-compatibility alias for renamed face.
13332         (spam-face, spam-initialize): Use renamed spam face.
13333
13334         * message.el (message-header-to, message-header-cc)
13335         (message-header-subject, message-header-newsgroups)
13336         (message-header-other, message-header-name)
13337         (message-header-xheader, message-separator, message-cited-text)
13338         (message-mml): Remove "-face" suffix from face names.
13339         (message-header-to-face, message-header-cc-face)
13340         (message-header-subject-face, message-header-newsgroups-face)
13341         (message-header-other-face, message-header-name-face)
13342         (message-header-xheader-face, message-separator-face)
13343         (message-cited-text-face, message-mml-face):
13344         New backward-compatibility aliases for renamed faces.
13345         (message-font-lock-keywords): Use renamed message faces.
13346
13347         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
13348         (sieve-test-commands, sieve-tagged-arguments):
13349         Remove "-face" suffix from face names.
13350         (sieve-control-commands-face, sieve-action-commands-face)
13351         (sieve-test-commands-face, sieve-tagged-arguments-face):
13352         New backward-compatibility aliases for renamed faces.
13353         (sieve-control-commands-face, sieve-action-commands-face)
13354         (sieve-test-commands-face, sieve-tagged-arguments-face):
13355         Use renamed sieve faces.
13356
13357         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
13358         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
13359         (gnus-group-news-3-empty, gnus-group-news-4)
13360         (gnus-group-news-4-empty, gnus-group-news-5)
13361         (gnus-group-news-5-empty, gnus-group-news-6)
13362         (gnus-group-news-6-empty, gnus-group-news-low)
13363         (gnus-group-news-low-empty, gnus-group-mail-1)
13364         (gnus-group-mail-1-empty, gnus-group-mail-2)
13365         (gnus-group-mail-2-empty, gnus-group-mail-3)
13366         (gnus-group-mail-3-empty, gnus-group-mail-low)
13367         (gnus-group-mail-low-empty, gnus-summary-selected)
13368         (gnus-summary-cancelled, gnus-summary-high-ticked)
13369         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
13370         (gnus-summary-high-ancient, gnus-summary-low-ancient)
13371         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
13372         (gnus-summary-low-undownloaded)
13373         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
13374         (gnus-summary-low-unread, gnus-summary-normal-unread)
13375         (gnus-summary-high-read, gnus-summary-low-read)
13376         (gnus-summary-normal-read, gnus-splash):
13377         Remove "-face" suffix from face names.
13378         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13379         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13380         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13381         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13382         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13383         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13384         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13385         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13386         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13387         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13388         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13389         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13390         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13391         (gnus-summary-normal-ticked-face)
13392         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
13393         (gnus-summary-normal-ancient-face)
13394         (gnus-summary-high-undownloaded-face)
13395         (gnus-summary-low-undownloaded-face)
13396         (gnus-summary-normal-undownloaded-face)
13397         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13398         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13399         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13400         (gnus-splash-face):
13401         New backward-compatibility aliases for renamed faces.
13402         (gnus-group-startup-message): Use renamed gnus faces.
13403
13404         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
13405         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
13406         (gnus-server-agent): Remove "-face" suffix from face names.
13407         (gnus-server-agent-face, gnus-server-opened-face)
13408         (gnus-server-closed-face, gnus-server-denied-face)
13409         (gnus-server-offline-face):
13410         New backward-compatibility aliases for renamed faces.
13411         (gnus-server-agent-face, gnus-server-opened-face)
13412         (gnus-server-closed-face, gnus-server-denied-face)
13413         (gnus-server-offline-face): Use renamed gnus faces.
13414
13415         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
13416         Remove "-face" suffix from face names.
13417         (gnus-picon-xbm-face, gnus-picon-face):
13418         New backward-compatibility aliases for renamed faces.
13419
13420         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
13421         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
13422         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
13423         (gnus-cite-11): Remove "-face" suffix from face names.
13424         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
13425         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
13426         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
13427         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
13428         New backward-compatibility aliases for renamed faces.
13429         (gnus-cite-attribution-face, gnus-cite-face-list)
13430         (gnus-article-boring-faces): Use renamed gnus faces.
13431
13432         * gnus-art.el (gnus-signature, gnus-header-from)
13433         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
13434         (gnus-header-content): Remove "-face" suffix from face names.
13435         (gnus-signature-face, gnus-header-from-face)
13436         (gnus-header-subject-face, gnus-header-newsgroups-face)
13437         (gnus-header-name-face, gnus-header-content-face):
13438         New backward-compatibility aliases for renamed faces.
13439         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
13440
13441         * gnus-sum.el (gnus-summary-selected-face)
13442         (gnus-summary-highlight): Use renamed gnus faces.
13443         * gnus-group.el (gnus-group-highlight): Likewise.
13444
13445 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
13446
13447         * gnus-sieve.el (gnus-sieve-article-add-rule):
13448         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
13449         * spam-stat.el (spam-stat-buffer-change-to-spam)
13450         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
13451
13452         * message.el (message-is-yours-p):
13453         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
13454
13455 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13456
13457         * mm-view.el (mm-inline-text): Withdraw the last change.
13458
13459 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13460
13461         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
13462         executing enriched-decode.
13463
13464 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13465
13466         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
13467         charset of tar files.
13468
13469 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
13470
13471         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
13472
13473 2005-06-04  Lute Kamstra  <lute@gnu.org>
13474
13475         * nnfolder.el (nnfolder-read-folder): Make sure that undo
13476         information is never recorded.
13477
13478 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13479
13480         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
13481
13482 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13483
13484         * pop3.el (pop3-apop): Run md5 in the binary mode.
13485
13486         * starttls.el (starttls-set-process-query-on-exit-flag):
13487         Use eval-and-compile.
13488
13489 2005-05-31  Simon Josefsson  <jas@extundo.com>
13490
13491         * smime.el (smime-replace-in-string): Define.
13492         (smime-cert-by-ldap-1): Use it.
13493
13494 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13495
13496         * gnus-art.el (article-display-x-face): Replace
13497         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13498
13499         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
13500         set-process-query-on-exit-flag or process-kill-without-query.
13501
13502         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
13503         loop instead of replace-regexp.
13504
13505         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
13506         instead of process-kill-without-query if it is available.
13507
13508         * lpath.el: Fbind ldap-search-entries.
13509
13510         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
13511         instead of find-file-hooks if it is available.
13512
13513         * mml1991.el: Bind pgg-default-user-id when compiling.
13514
13515         * mml2015.el: Bind pgg-default-user-id when compiling.
13516
13517         * nndraft.el (nndraft-request-associate-buffer):
13518         Use write-contents-functions instead of write-contents-hooks if it is
13519         available.
13520
13521         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
13522         instead of find-file-hooks if it is available.
13523
13524         * nntp.el (nntp-open-connection): Replace
13525         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13526         (nntp-open-ssl-stream): Ditto.
13527         (nntp-open-tls-stream): Ditto.
13528
13529         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
13530         set-process-query-on-exit-flag or process-kill-without-query.
13531         (starttls-open-stream-gnutls): Use it instead of
13532         process-kill-without-query.
13533         (starttls-open-stream): Ditto.
13534
13535 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
13536
13537         * smime.el (smime-cert-by-ldap-1): Don't use
13538         replace-regexp-in-string.
13539
13540 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
13541
13542         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
13543
13544         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
13545         in PEM format.  Adjust to the XEmacs compability.
13546
13547 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
13548
13549         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
13550         by `string-to-number'.
13551         * gnus-agent.el (gnus-agent-regenerate-group)
13552         (gnus-agent-fetch-articles): Ditto.
13553         * gnus-art.el (gnus-button-fetch-group): Ditto.
13554         * gnus-cache.el (gnus-cache-generate-active)
13555         (gnus-cache-articles-in-group): Ditto.
13556         * gnus-group.el (gnus-group-set-current-level)
13557         (gnus-group-insert-group-line): Ditto.
13558         * gnus-score.el (gnus-score-set-expunge-below)
13559         (gnus-score-set-mark-below, gnus-summary-score-effect)
13560         (gnus-summary-score-entry): Ditto.
13561         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
13562         (gnus-soup-pack): Ditto.
13563         * gnus-spec.el (gnus-xmas-format): Ditto.
13564         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
13565         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
13566         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
13567         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
13568         * nndb.el (nndb-get-remote-expire-response): Ditto.
13569         * nndiary.el (nndiary-parse-schedule-value)
13570         (nndiary-string-to-number, nndiary-request-replace-article)
13571         (nndiary-request-article): Ditto.
13572         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
13573         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
13574         * nneething.el (nneething-make-head): Ditto.
13575         * nnfolder.el (nnfolder-request-article)
13576         (nnfolder-retrieve-headers): Ditto.
13577         * nnheader.el (nnheader-file-to-number): Ditto.
13578         * nnkiboze.el (nnkiboze-request-article): Ditto.
13579         * nnmail.el (nnmail-process-unix-mail-format)
13580         (nnmail-process-babyl-mail-format): Ditto.
13581         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
13582         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
13583         (nnmh-request-create-group, nnmh-request-list-1)
13584         (nnmh-request-group, nnmh-request-article): Ditto.
13585         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
13586         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
13587         * nnsoup.el (nnsoup-make-active): Ditto.
13588         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
13589         * nntp.el (nntp-find-group-and-number)
13590         (nntp-retrieve-headers-with-xover): Ditto.
13591         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
13592         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
13593         (pgg-format-key-identifier): Ditto.
13594         * pop3.el (pop3-last, pop3-stat): Ditto.
13595         * qp.el (quoted-printable-decode-region): Ditto.
13596
13597         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
13598         of concat.
13599
13600 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13601
13602         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
13603
13604         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
13605
13606         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
13607
13608         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
13609
13610         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
13611
13612         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
13613
13614         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
13615         (gnus-carpal-mode): Ditto.
13616
13617         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
13618         (gnus-browse-mode): Ditto.
13619
13620         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
13621
13622         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
13623
13624 2005-05-29  Richard M. Stallman  <rms@gnu.org>
13625
13626         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
13627
13628 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13629
13630         * gnus-util.el (gnus-run-mode-hooks): New function.
13631
13632         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
13633
13634         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
13635         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
13636
13637 2005-05-27  Lute Kamstra  <lute@gnu.org>
13638
13639         * dns-mode.el (dns-mode): Specify customization group.
13640
13641 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
13642
13643         * gnus-agent.el (gnus-agent-make-mode-line-string):
13644         Use mode-line-highlight as mouse-face.
13645
13646 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13647
13648         * canlock.el (canlock): Change the parent group to news.
13649
13650         * deuglify.el (gnus-outlook-deuglify): Add :group.
13651
13652         * dig.el (dig): Add :group.
13653
13654         * dns-mode.el (dns-mode): Add :group.
13655
13656         * encrypt.el (encrypt): Add :group.
13657
13658         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
13659         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
13660         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
13661         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
13662         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
13663
13664         * gnus-diary.el (gnus-diary): Add :group.
13665
13666         * gnus.el (gnus-group-news-1-face): Add :group.
13667         (gnus-group-news-1-empty-face): Ditto.
13668         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
13669         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
13670         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
13671         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
13672         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
13673         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
13674         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
13675         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
13676         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
13677         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
13678         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
13679         (gnus-summary-high-ticked-face): Ditto.
13680         (gnus-summary-low-ticked-face): Ditto.
13681         (gnus-summary-normal-ticked-face): Ditto.
13682         (gnus-summary-high-ancient-face): Ditto.
13683         (gnus-summary-low-ancient-face): Ditto.
13684         (gnus-summary-normal-ancient-face): Ditto.
13685         (gnus-summary-high-undownloaded-face): Ditto.
13686         (gnus-summary-low-undownloaded-face): Ditto.
13687         (gnus-summary-normal-undownloaded-face): Ditto.
13688         (gnus-summary-high-unread-face): Ditto.
13689         (gnus-summary-low-unread-face): Ditto.
13690         (gnus-summary-normal-unread-face): Ditto.
13691         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
13692         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
13693
13694         * hashcash.el (hashcash): New custom group.
13695         (hashcash-default-payment): Add :group.
13696         (hashcash-payment-alist): Ditto.
13697         (hashcash-default-accept-payment): Ditto.
13698         (hashcash-accept-resources): Ditto.
13699         (hashcash-path): Ditto.
13700         (hashcash-extra-generate-parameters): Ditto.
13701         (hashcash-double-spend-database): Ditto.
13702         (hashcash-in-news): Ditto.
13703
13704         * message.el (message-minibuffer-local-map): Add :group.
13705
13706         * netrc.el (netrc): Add :group.
13707
13708         * sieve-manage.el (sieve-manage-log): Add :group.
13709         (sieve-manage-default-user): Diito.
13710         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
13711         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
13712         (sieve-manage-authenticators): Ditto.
13713         (sieve-manage-authenticator-alist): Ditto.
13714         (sieve-manage-default-port): Ditto.
13715
13716         * sieve-mode.el (sieve-control-commands-face): Add :group.
13717         (sieve-action-commands-face): Ditto.
13718         (sieve-test-commands-face): Ditto.
13719         (sieve-tagged-arguments-face): Ditto.
13720
13721         * smime.el (smime): Add :group.
13722
13723         * spam-report.el (spam-report): Add :group.
13724
13725         * spam.el (spam, spam-face): Add :group.
13726
13727 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13728
13729         * nntp.el (nntp-next-result-arrived-p): Some news servers may
13730         return \n.\n.\n at the end of articles.  Protect against that.
13731         (nntp-with-open-group): Allow debugging.
13732
13733         * nnheader.el (mail-header-set-extra): Make into a function
13734         because I just could't understand how to quote the list properly.
13735
13736         * dns.el (query-dns-cached): New function.
13737
13738 2005-05-26  Lute Kamstra  <lute@gnu.org>
13739
13740         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
13741
13742 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13743
13744         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
13745
13746         * gnus-art.el: Don't autoload mail-extract-address-components.
13747
13748         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
13749         eval-and-compile to evaluate it.
13750
13751         * hashcash.el: Don't autoload executable-find.
13752
13753         * nndb.el: Don't declare the nndb back end two or more times; don't
13754         autoload news-reply-mode, news-setup, cancel-timer and telnet.
13755
13756         * nntp.el: Autoload format-spec instead of format; use
13757         eval-and-compile to evaluate autoload forms.
13758
13759 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
13760
13761         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
13762
13763 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13764
13765         * gnus.el (gnus-version-number): Bump version.
13766
13767 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13768
13769         * gnus.el: No Gnus v0.3 is released.
13770
13771 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13772
13773         * lpath.el (featurep): Bind show-nonbreak-escape.
13774
13775 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13776
13777         * gnus-art.el (gnus-article-edit-part): Disable undo.
13778
13779 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13780
13781         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
13782         gnus-article-date-lapsed-new-header is t if date timer is active;
13783         skip headers in which the original date value is empty.
13784         (gnus-article-save-original-date): Redefine it as a macro.
13785         (gnus-display-mime): Use it.
13786
13787 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13788
13789         * gnus-art.el (article-date-ut): Support converting date in
13790         forwarded parts as well.
13791         (gnus-article-save-original-date): New function.
13792         (gnus-display-mime): Use it.
13793
13794 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
13795
13796         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
13797         enclosure element of <item>.
13798
13799 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
13800
13801         * message.el (message-kill-buffer-query): Renamed from
13802         `message-kill-buffer-query-if-modified'.  Added :version.
13803
13804 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13805
13806         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
13807         window layout.
13808
13809 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13810
13811         * mml.el: Autoload dnd when compiling.
13812
13813 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13814
13815         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
13816         x-dnd-*.
13817
13818 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13819
13820         * qp.el (quoted-printable-encode-region): Save excursion.
13821
13822 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
13823
13824         * message.el (message-kill-buffer-query-if-modified): Add new variable
13825         so the user can kill a modified message buffer quickly.
13826         (message-kill-buffer): Use it.
13827
13828 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13829
13830         * lpath.el: Fbind display-time-event-handler; don't fbind
13831         string-to-multibyte.
13832
13833         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
13834
13835 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13836
13837         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
13838         contained in text because xml.el decodes entities) with LFs.
13839
13840 2005-04-11  Lute Kamstra  <lute@gnu.org>
13841
13842         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
13843         differently.
13844
13845 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13846
13847         * mm-util.el (mm-detect-coding-region): Typo.
13848
13849 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13850
13851         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
13852
13853 2005-04-06  Deepak Goel  <deego@gnufans.org>
13854
13855         * spam-stat.el (spam-stat-score-buffer): Add a call to a
13856         user-function allow user modifications of the scores.
13857         (spam-stat-score-buffer-user): New function, to allow
13858         user-computed modifications to the score.
13859         (spam-stat-score-buffer-user-functions): List of additional
13860         scoring functions.
13861         (spam-stat-error-holder): Global temporary error holder.
13862         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
13863         variable.
13864
13865 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
13866
13867         * gnus-registry.el (gnus-registry-clean-empty-function)
13868         (gnus-registry-trim, gnus-registry-fetch-groups)
13869         (gnus-registry-delete-group): Groups that match
13870         `gnus-registry-ignored-groups' are removed from the registry
13871         entries, not just ignored for splitting.  This helps clean up the
13872         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
13873         to get all the groups a message ID is in.
13874
13875         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
13876         (spam-stat-split-fancy): Change "threshhold" to "threshold".
13877         (spam-stat-score-buffer-user-functions): Add :number custom type.
13878
13879 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13880
13881         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
13882         argument in XEmacs.
13883
13884         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
13885         (nnrss-request-group): Decode group name first.
13886         (nnrss-request-article): Make a text/plain article if mml-to-mime
13887         failed.
13888         (nnrss-get-encoding): Return a compatible encoding according to
13889         nnrss-compatible-encoding-alist.
13890         (nnrss-find-el): Use consp instead of listp.
13891         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
13892
13893 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13894
13895         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
13896         which Emacs 20 doesn't support.
13897         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
13898
13899 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13900
13901         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
13902         silence the byte compiler inside the defun.
13903
13904         * gnus-demon.el (parse-time-string): Add autoload.
13905
13906         * gnus-delay.el (parse-time-string): Add autoload.
13907
13908         * gnus-art.el (parse-time-string): Add autoload.
13909
13910         * nnultimate.el (parse-time): Require for `parse-time-string'.
13911
13912 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13913
13914         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
13915
13916         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
13917
13918         * smime.el (smime-ldap-host-list): Add :version.
13919
13920 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13921
13922         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
13923         pass it to `gnus-browse-read-group'.
13924         (gnus-browse-read-group): Add NUMBER argument and pass it to
13925         `gnus-group-read-ephemeral-group'.
13926
13927         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
13928         argument and pass it to `gnus-group-read-group'.
13929
13930 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
13931
13932         * mm-util.el (mm-xemacs-find-mime-charset): Only call
13933         mm-xemacs-find-mime-charset-1 if we have the mule feature
13934         available at runtime.
13935
13936 2005-03-25  Werner Lemberg  <wl@gnu.org>
13937
13938         * nnmaildir.el: Replace `illegal' with `invalid'.
13939
13940 2005-03-23  Lute Kamstra  <lute@gnu.org>
13941
13942         * time-date.el: Add comment on time value formats.
13943         Don't require parse-time.
13944         (with-decoded-time-value): New macro.
13945         (encode-time-value): New function.
13946         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
13947         (days-to-time): Return a valid time value when arg is huge.
13948         (time-since): Use time-subtract.
13949         (time-to-number-of-days): Use time-to-seconds.
13950
13951 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13952
13953         * gnus-start.el (gnus-display-time-event-handler):
13954         Check display-time-timer at runtime rather than only at load time
13955         in case display-time-mode is turned off in the mean time.
13956
13957 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13958
13959         * nnimap.el (nnimap-open-connection): Print which authinfo file is
13960         used.
13961
13962         * nneething.el (nneething-map-file-directory): Derive from
13963         `gnus-directory'.
13964
13965         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
13966         the To/Cc button.
13967
13968 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13969
13970         * nnmaildir.el (nnmaildir-request-accept-article):
13971         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
13972
13973 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13974
13975         * gnus-async.el: Require timer-funcs at compile time when in
13976         XEmacs for `run-with-idle-timer'.
13977
13978 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13979
13980         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
13981         autoloaded function.
13982
13983 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13984
13985         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
13986
13987 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
13988
13989         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
13990
13991 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13992
13993         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
13994         gnus-expert-user to default.
13995
13996 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
13997
13998         * nnimap.el (nnimap-open-server): Ditto.
13999
14000         * imap.el (imap-authenticate): Fix typo.
14001
14002 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
14003
14004         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
14005         buffer (since IMAP server might return FETCH response out of
14006         order, and the nntp buffer must be sorted).
14007
14008 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
14009
14010         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
14011         comparison on string.
14012
14013         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
14014         (gnus-agent-score): Renamed category keywords to match gnus-cus.
14015         (gnus-agent-summary-fetch-series): Modified to protect against
14016         gnus-agent-summary-fetch-group clearing processable flags.
14017         (gnus-agent-synchronize-group-flags): Update live group buffer as
14018         synchronization may occur due to the user toggle the plugged
14019         status.
14020         (gnus-agent-fetch-group-1): Clear downloadable flag when article
14021         successfully downloaded.
14022         (gnus-agent-expire-group-1): Avoid using markers when the overview
14023         is in ascending order; greatly improves performance.
14024         (gnus-agent-regenerate-group): Use
14025         gnus-agent-synchronize-group-flags to reset read status in both
14026         gnus and server.
14027         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
14028
14029 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14030
14031         * message.el: Don't autoload former message-utils variables.
14032         (message-strip-subject-trailing-was): Change doc string.
14033
14034         * nnweb.el: Fixes for `gnus-group-make-web-group'.
14035         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
14036         (nnweb-google-search): Add "hl=en" here.
14037         (nnweb-google-parse-1, nnweb-google-create-mapping):
14038         Don't hardcode URL.
14039
14040 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14041
14042         * message.el (message-get-reply-headers, message-followup):
14043         Mention related variables `message-use-followup-to' and
14044         `message-use-mail-followup-to', in the information buffer.
14045
14046         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
14047         of broken groups(-beta).google.com.
14048
14049 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14050
14051         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
14052         parameter to invoked gnus-request-move-article; remove the
14053         redundant gnus-sum-hint-move-is-internal variable; apply the marks
14054         all at once instead of once per article.
14055         (gnus-summary-remove-process-mark): Accept a list of articles as
14056         well as a single article for processing.
14057
14058         * gnus-int.el (gnus-request-move-article): Add move-is-internal
14059         parameter.
14060
14061         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
14062
14063         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
14064
14065         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
14066         parameter.
14067
14068         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
14069         parameter.
14070
14071         * nnimap.el (nnimap-request-move-article): Add move-is-internal
14072         parameter and remove the gnus-sum-hint-move-is-internal variable.
14073
14074         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
14075         parameter.
14076
14077         * nndraft.el (nndraft-request-move-article): Add move-is-internal
14078         parameter.
14079
14080         * nndiary.el (nndiary-request-move-article): Add move-is-internal
14081         parameter.
14082
14083         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
14084
14085         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
14086         parameter.
14087
14088         * nnagent.el (nnagent-request-move-article): Add move-is-internal
14089         parameter.
14090
14091 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14092
14093         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
14094         a more conservative way.
14095
14096 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14097
14098         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
14099         buffer, so it moves the window's cursor.
14100
14101 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
14102
14103         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
14104         `mm-dissect-multipart' and receive the from field as an (optional)
14105         argument from `mm-dissect-multipart'.
14106         (mm-dissect-multipart): Receive the from field as an argument and
14107         pass it on when we call `mm-dissect-buffer' on MIME parts.
14108         Fixes verification/decryption of signed/encrypted MIME parts.
14109
14110 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
14111
14112         * gnus-sum.el (gnus-summary-move-article): Set
14113         gnus-sum-hint-move-is-internal for gnus-request-move-article and
14114         whatever it calls (right now, only nnimap-request-move article
14115         respects it).
14116
14117         * nnimap.el (nnimap-request-move-article): When
14118         gnus-sum-hint-move-is-internal is set, don't do the extra
14119         nnimap-request-article.
14120
14121 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14122
14123         * nnheader.el (nnheader-find-file-noselect): Add doc string.
14124
14125         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
14126         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
14127
14128         * gnus-sum.el (gnus-summary-caesar-message):
14129         Apply `gnus-treat-article' after rotation.
14130
14131         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
14132         doc string.
14133
14134 2005-02-22  Simon Josefsson  <jas@extundo.com>
14135
14136         * encrypt.el (encrypt-password-cache-expiry): Remove (use
14137         `password-cache-expiry' instead).  Reported by Arne Jørgensen
14138         <arne@arnested.dk>.
14139         (encrypt): Add password-cache and password-cache-expiry as group
14140         members.
14141
14142 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
14143
14144         * smime.el (smime-ldap-host-list): Doc fix.
14145         (smime-ask-passphrase): Use `password-read-and-add' to read (and
14146         cache) password.
14147         (smime-sign-region): Use it.
14148         (smime-decrypt-region): Use it.
14149         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
14150         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
14151         fails.
14152         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
14153         certificate from DER to PEM format rather than calling openssl.
14154
14155         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
14156
14157         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
14158         for signing/encryption.
14159
14160         * mml.el (mml-parse-1): Use them.
14161
14162 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
14163
14164         * nnrss.el (nnrss-verbose): Removed.
14165         (nnrss-request-group): Use `nnheader-message' instead.
14166
14167 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
14168
14169         * nnrss.el (nnrss-verbose): New variable.
14170         (nnrss-request-group): Make it say nnrss is requesting a group.
14171
14172 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14173
14174         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
14175         Handle news URL with given port correctly.
14176
14177 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14178
14179         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
14180         containing special characters.
14181
14182         * gnus-sum.el (gnus-summary-edit-article): Ditto.
14183
14184         * mml.el (mime-to-mml): Ditto.
14185
14186         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
14187         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
14188         (rfc2047-decode-region): Quote decoded words containing special
14189         characters when rfc2047-quote-decoded-words-containing-tspecials
14190         is non-nil.
14191
14192 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
14193
14194         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
14195
14196         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
14197
14198 2005-02-15  Simon Josefsson  <jas@extundo.com>
14199
14200         * nnimap.el (nnimap-debug): Doc fix.
14201
14202         * imap.el (imap-debug): Doc fix.
14203
14204 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14205
14206         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
14207
14208 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
14209
14210         * gnus.el (spam-contents): Improve docs for spam-contents
14211         parameter in its variable incarnation.
14212
14213 2005-02-14  Simon Josefsson  <jas@extundo.com>
14214
14215         * smime-ldap.el: Use require instead of load-library for ldap.
14216         (smime-ldap-search): Indent.
14217         (smime-ldap-search-internal): Shorten line.
14218
14219         * smime.el (smime-cert-by-dns): Add doc-string.
14220         (smime-cert-by-ldap-1): Indent.
14221
14222         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
14223         mml-smime-get-dns-ldap.
14224         (mml-smime-encrypt-query): Use new function.  Default to ldap.
14225
14226 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
14227
14228         * smime.el: Require smime-ldap.
14229         (smime-ldap-host-list): New variable.
14230         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
14231
14232         * mml-smime.el (mml-smime-encrypt-query): New function.
14233         (mml-smime-encrypt-query): Use it.
14234
14235         * smime-ldap.el: New file.
14236
14237 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14238
14239         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
14240
14241 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14242
14243         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
14244         argument in doc string.  Make query for type more clear.
14245
14246 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14247
14248         * gnus.el (gnus-group-startup-message): Search for gnus images in
14249         etc/images/gnus.
14250         * mm-util.el (mm-image-load-path): Likewise.
14251         * smiley.el (smiley-data-directory): Search for smilies in
14252         etc/images/smilies.
14253
14254 2005-02-09  Kim F. Storm  <storm@cua.dk>
14255
14256         Change Emacs release version from 21.4 to 22.1 throughout.
14257         Change Emacs development version from 21.3.50 to 22.0.50.
14258
14259 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14260
14261         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
14262
14263         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
14264         non-Mule XEmacs as well.
14265         (mm-decompress-buffer): Signal an error intentionally if it does
14266         not decompress compressed data because auto-compression-mode is
14267         disabled.
14268
14269 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
14270
14271         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
14272         an ID in the registry even if it has no groups.
14273
14274 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14275
14276         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
14277         merge it into mm-decompress-buffer.
14278         (gnus-mime-copy-part): Use the MIME part charset, the value which
14279         a user specified or gnus-newsgroup-charset for decoding, like
14280         gnus-mime-inline-part does; set buffer-file-coding-system to tell
14281         save-buffer what was used.  Suggested by Kevin Ryde
14282         <user42@zip.com.au>.
14283         (gnus-mime-inline-part): Allow the name parameter as well as the
14284         filename parameter; force decompressing of compressed data; always
14285         display contents being not decoded as unibyte.
14286
14287         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
14288         as well as the filename parameter.
14289
14290         * mm-util.el (mm-decompress-buffer): Merge
14291         gnus-mime-jka-compr-maybe-uncompress.
14292         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
14293         of compressed data.
14294
14295 2005-02-08  Simon Josefsson  <jas@extundo.com>
14296
14297         * imap.el (imap-log): Doc fix.
14298
14299 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14300
14301         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
14302         the coding cookies; decompress compressed parts.
14303
14304         * mml.el (mml-generate-mime-1): Add the charset parameter according
14305         to the value which a user specified manually or the coding cookie.
14306
14307         * mm-util.el (mm-string-to-multibyte): New function.
14308         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
14309         (mm-coding-system-to-mime-charset): New function.
14310         (mm-decompress-buffer): New function.
14311         (mm-find-buffer-file-coding-system): New function.
14312
14313         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
14314         (mm-display-inline-fontify): Rewrite for decoding and decompressing
14315         parts.
14316
14317 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14318
14319         * mm-view.el (mm-display-inline-fontify): Decode a part according
14320         to the charset parameter.
14321
14322 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14323
14324         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
14325         prefix arg is neither nil nor a number, as info specifies.
14326
14327 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14328
14329         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
14330         timestamps.
14331
14332 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
14333
14334         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
14335         groups error checking and notify user.
14336
14337 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
14338
14339         * message.el (message-send-mail-function): Check existence of
14340         sendmail-program first before using default value
14341         `message-send-mail-with-sendmail'.  Otherwise use more generic
14342         `smtpmail-send-it'.
14343
14344 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14345
14346         * nntp.el (nntp-request-update-info): Always return nil.
14347
14348 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14349
14350         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
14351
14352 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14353
14354         * message.el (message-beginning-of-line): Change the behavior when
14355         invoked between BOL and : so that it first moves backward.
14356
14357 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14358
14359         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
14360         article buffer when editing of the article is discarded.
14361         (gnus-article-prepare): Revert.
14362
14363 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14364
14365         * gnus-art.el (gnus-article-prepare):
14366         Remove message-strip-forbidden-properties from the local hook.
14367
14368 2005-01-27  Simon Josefsson  <jas@extundo.com>
14369
14370         * password.el (password-cache-add): Only start one timer per key.
14371         Reported by Derek Atkins <warlord@MIT.EDU>.
14372
14373 2005-01-26  Steve Youngs  <steve@sxemacs.org>
14374
14375         * run-at-time.el: Removed.  It is no longer needed as
14376         timer-funcs.el in the xemacs-base package has a working version of
14377         `run-at-time'.
14378
14379         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
14380
14381         * password.el: Require timer-funcs instead of run-at-time in
14382         XEmacs.
14383         Remove `password-run-at-time' macro.
14384         (password-cache-add): Use `run-at-time' instead of
14385         `password-run-at-time'.
14386
14387         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
14388         Remove `nnheader-cancel-function-timers' alias,
14389         `cancel-function-timers' exists in XEmacs in timer-funcs.
14390
14391         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
14392         for `run-with-idle-timer'.
14393
14394         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
14395         for `run-at-time'.
14396
14397         * mm-url.el: Require timer-funcs at compile time when in XEmacs
14398         for `with-timeout'.
14399
14400         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
14401         the same as for XEmacs 21.4.
14402         No need to ignore `run-with-idle-timer', this function exists in
14403         XEmacs now in timer-funcs.el in the xemacs-base package.
14404         (dgnushack-compile): No need to delete
14405         run-at-time.el from the list of files to compile because it
14406         doesn't exist anymore.
14407
14408 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14409
14410         * mml.el (mml-generate-mime-1): Convert string into unibyte when
14411         inserting " *mml*" buffer's contents into a unibyte temp buffer.
14412
14413 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
14414
14415         * mail-source.el (mail-source-fetch-imap): Search for ^From case
14416         sensitively.
14417
14418 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
14419
14420         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
14421
14422 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14423
14424         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
14425         which will be inserted according to the multibyteness of a buffer
14426         rather than the type of contents.  Suggested by ARISAWA Akihiro
14427         <ari@mbf.ocn.ne.jp>.
14428
14429         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
14430         of string which old xml.el may return rather than a string.
14431
14432 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14433
14434         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
14435
14436 2005-01-16  Simon Josefsson  <jas@extundo.com>
14437
14438         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
14439         idn/idna.el isn't available.
14440         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
14441         <michael@waxrat.com>.
14442
14443         * hashcash.el: Remove non-FSF copyright header.
14444
14445         * hashcash.el (hashcash-extra-generate-parameters): New variable.
14446         (hashcash-generate-payment): Use it.
14447         (hashcash-generate-payment-async): Use it.
14448
14449 2005-01-15  Simon Josefsson  <jas@extundo.com>
14450
14451         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
14452         Suggested by Raymond Scholz <ray-2005@zonix.de>.
14453
14454         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
14455         gnus-summary-idna-message.
14456         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
14457         (gnus-summary-idna-message): New function.
14458
14459 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14460
14461         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
14462         gnus-novice-user.
14463
14464 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14465
14466         * nnrss.el (nnrss-request-delete-group): Delete entries in
14467         nnrss-group-alist as well.
14468         (nnrss-save-server-data): Insert newline.
14469
14470 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
14471
14472         * gnus.el (gnus-user-agent): Use list of symbols instead of
14473         symbols.  Display full version number for (S)XEmacs.  Optionally
14474         display (S)XEmacs codename.
14475
14476         * gnus-util.el (gnus-emacs-version): Update for new
14477         `gnus-user-agent'.
14478
14479         * gnus-msg.el (gnus-extended-version): Make it possible to omit
14480         Gnus version.
14481
14482 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14483
14484         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
14485         which is unreadable in some setups.
14486
14487 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14488
14489         * gnus-spec.el (gnus-update-format-specifications): Flush the
14490         group format spec cache if it doesn't support decoded group names.
14491
14492 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14493
14494         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
14495         Allow to apply decay on score files matching a regexp.
14496
14497 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14498
14499         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
14500         compatibility in %g and %c.
14501
14502 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14503
14504         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
14505         name for only %g and %c.
14506         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
14507         of gnus-tmp-group to decoded group name.
14508         (gnus-group-make-rss-group): Exclude `/'s from group names.
14509
14510 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14511
14512         * nnrss.el (nnrss-get-encoding): Fix regexp.
14513
14514 2004-12-27  Simon Josefsson  <jas@extundo.com>
14515
14516         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
14517         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
14518         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
14519
14520 2004-12-17  Kim F. Storm  <storm@cua.dk>
14521
14522         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
14523
14524         * gnus-sum.el (gnus-summary-mode-map): Likewise.
14525
14526 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14527
14528         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
14529
14530 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14531
14532         * nnrss.el: Require rfc2047 and mml.
14533         (nnrss-file-coding-system): New variable.
14534         (nnrss-format-string): Redefine it as an inline function.
14535         (nnrss-decode-group-name): New function.
14536         (nnrss-string-as-multibyte): Remove.
14537         (nnrss-retrieve-headers): Decode group name; don't use
14538         nnrss-format-string.
14539         (nnrss-request-group): Decode group name.
14540         (nnrss-request-article): Decode group name; allow a Message-ID as
14541         well as an article number; don't use nnrss-format-string; encode a
14542         Message-ID string which may contain non-ASCII characters; use
14543         mml-to-mime to compose a MIME article.
14544         (nnrss-request-expire-articles): Decode group name.
14545         (nnrss-request-delete-group): Decode group name.
14546         (nnrss-fetch): Clarify error message.
14547         (nnrss-read-server-data): Use insert-file-contents instead of load;
14548         bind file-name-coding-system; use multibyte buffer.
14549         (nnrss-save-server-data): Bind coding-system-for-write to the
14550         value of nnrss-file-coding-system; bind file-name-coding-system;
14551         add coding cookie.
14552         (nnrss-read-group-data): Use insert-file-contents instead of load;
14553         bind file-name-coding-system; use multibyte buffer.
14554         (nnrss-save-group-data): Bind coding-system-for-write to the
14555         value of nnrss-file-coding-system; bind file-name-coding-system.
14556         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
14557         make it work with non-ASCII text.
14558         (nnrss-find-el): Make it work with old xml.el as well.
14559
14560 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14561
14562         * nnrss.el (nnrss-get-encoding): New function.
14563         (nnrss-fetch): Use unibyte buffer initially; bind
14564         coding-system-for-read while performing mm-url-insert; remove ^Ms;
14565         decode contents according to the encoding attribute.
14566         (nnrss-save-group-data): Add coding cookie.
14567         (nnrss-mime-encode-string): New function.
14568         (nnrss-check-group): Use it to encode subject and author.
14569
14570 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
14571
14572         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
14573         imaginary variable.
14574
14575 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14576
14577         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
14578         correctly even if there are wide characters.
14579
14580 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14581
14582         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
14583         downcased symbol names; make a new cache instead of reusing
14584         bbdb-hashtable.
14585
14586 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14587
14588         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14589         concatenating segments rather than before concatenating them.
14590         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14591
14592         * message.el (message-get-reply-headers): Bind `extra'.
14593
14594 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14595
14596         * message.el (message-extra-wide-headers): New variable.
14597         (message-get-reply-headers): Use it.
14598
14599 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14600
14601         * gnus-agent.el (gnus-agent-group-path): Decode group name.
14602         (gnus-agent-group-pathname): Ditto.
14603
14604         * gnus-cache.el (gnus-cache-file-name): Decode group name.
14605
14606         * gnus-group.el (gnus-group-make-group): Decode group name.
14607         (gnus-group-make-rss-group): Register the group data after opening
14608         the nnrss group.
14609
14610 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
14611
14612         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
14613         by expiry now get marked as read.
14614
14615 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14616
14617         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
14618
14619 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
14620
14621         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
14622         unify Latin characters in XEmacs.
14623         (mm-find-mime-charset-region): Use it.
14624
14625 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14626
14627         * gnus-util.el (gnus-delete-directory): New function.
14628
14629         * gnus-agent.el (gnus-agent-delete-group): Use it.
14630
14631         * gnus-cache.el (gnus-cache-delete-group): Use it.
14632
14633 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14634
14635         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
14636         names.
14637
14638 2004-12-16  Simon Josefsson  <jas@extundo.com>
14639
14640         * hashcash.el (hashcash-payment-alist): Fix custom :type.
14641
14642 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14643
14644         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
14645
14646         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
14647         (gnus-group-set-current-level): Decode group name.
14648
14649 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
14650
14651         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
14652         failed.
14653
14654 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14655
14656         * gnus-group.el (gnus-group-delete-group): Decode group name.
14657         (gnus-group-make-rss-group): Encode group name.
14658         (gnus-group-catchup-current): Decode group name.
14659         (gnus-group-kill-group): Decode group name.
14660
14661 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14662
14663         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
14664
14665 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14666
14667         * gnus-group.el (gnus-group-make-rss-group):
14668         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
14669
14670         * gnus-start.el (gnus-setup-news): Honor user's setting to
14671         gnus-message-archive-method.  Suggested by Lute Kamstra
14672         <lute@gnu.org>.
14673
14674 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
14675
14676         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
14677         global counterparts of the buffer-local variables.
14678
14679 2004-11-16  Romain Francoise  <romain@orebokech.com>
14680
14681         * gnus-sum.el (gnus-summary-exit): Don't clear the global
14682         counterparts of the buffer-local variables.
14683
14684 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14685
14686         * message.el (message-forbidden-properties): Fixed typo in doc
14687         string.
14688
14689 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14690
14691         * gnus-util.el (gnus-replace-in-string): Added doc string.
14692
14693         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
14694         to avoid problems when splitting mails with many recipients.
14695
14696 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14697
14698         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
14699         pop-to-buffer, covered by the subsequent gnus-configure-windows.
14700
14701 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
14702
14703         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
14704         if there is no hashtable in memory or file modification time is
14705         newer than cached timestamp.
14706
14707 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14708
14709         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
14710         not-matching option.
14711
14712 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
14713
14714         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
14715         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
14716         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14717         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
14718         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
14719         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
14720
14721 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14722
14723         * message.el (message-forward-make-body-mml): Remove headers
14724         according to message-forward-ignored-headers if a message is decoded.
14725
14726 2004-12-02  Romain Francoise  <romain@orebokech.com>
14727
14728         * message.el (message-forward-make-body-plain): Always remove
14729         headers according to message-forward-ignored-headers.
14730
14731 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
14732
14733         * spam.el (spam-summary-prepare-exit): Remove the
14734         gnus-summary-limit pop for now, it has problems with ham marks for
14735         me.
14736
14737 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
14738
14739         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
14740         correctly.
14741
14742 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
14743
14744         * format-spec.el (format-spec): Message the char.
14745
14746 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
14747
14748         * gnus-art.el (gnus-split-methods): Reformat comments.
14749
14750         * spam.el (spam-summary-prepare-exit): Remove article limits
14751         before exiting the summary buffer.
14752
14753 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14754
14755         * lpath.el: Remove bbdb-create-internal, bbdb-records,
14756         spam-BBDB-register-routine and spam-enter-ham-BBDB.
14757
14758         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
14759         order to silence the byte compiler.
14760
14761         * spam.el: Fix the way to silence the byte compiler, which
14762         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
14763         bbdb-search-simple, spam-BBDB-register-routine,
14764         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
14765         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
14766         spam-stat-buffer-is-spam, spam-stat-load,
14767         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
14768         spam-stat-save and spam-stat-split-fancy.
14769
14770 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14771
14772         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
14773         which may confuse users.
14774         (canlock-password-for-verify): Ditto.
14775
14776         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
14777
14778         * gnus-art.el (gnus-emphasis-alist): Ditto.
14779
14780         * gnus-registry.el (gnus-registry-max-entries): Ditto.
14781
14782         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
14783
14784         * gnus-start.el (gnus-save-killed-list): Ditto.
14785
14786         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
14787         (gnus-sum-thread-tree-root): Ditto.
14788         (gnus-sum-thread-tree-false-root): Ditto.
14789         (gnus-sum-thread-tree-single-indent): Ditto.
14790
14791         * message.el (message-courtesy-message): Ditto.
14792         (message-archive-note): Ditto.
14793         (message-subscribed-address-file): Ditto.
14794         (message-user-fqdn): Ditto.
14795
14796         * spam-report.el (spam-report-gmane-regex): Ditto.
14797
14798         * spam.el (spam-blackhole-good-server-regex): Ditto.
14799
14800 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14801
14802         * mml.el (mml-preview): Widen the message buffer before copying
14803         the contents to the preview buffer; sort headers before previewing.
14804
14805         * message.el (message-hidden-headers): Fix the way to avoid a bug
14806         in the `repeat' widget in Emacs 21.3 or earlier.
14807
14808 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14809
14810         * message.el (message-hidden-headers): Default to "^References:".
14811         Improve customization type.  Suggested by Reiner Steib
14812         <Reiner.Steib@gmx.de>.
14813
14814 2004-11-25  Romain Francoise  <romain@orebokech.com>
14815
14816         * message.el (message-strip-forbidden-properties): Remove check for
14817         obsolete `message-hidden' text property, hidden headers are not
14818         accessible in the buffer anymore.
14819
14820 2004-11-22  Romain Francoise  <romain@orebokech.com>
14821
14822         * message.el (message-header-format-alist): Add `From' in list
14823         so that it can be sorted.
14824         (message-fix-before-sending): Widen and sort headers before
14825         sending.
14826         (message-hide-headers): Use narrowing to hide headers by moving
14827         them to the top of the buffer and narrowing to the region
14828         underneath.
14829
14830 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14831
14832         * message.el (message-strip-forbidden-properties): Bind
14833         buffer-read-only (etc) to nil.
14834
14835 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14836
14837         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
14838         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14839
14840 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
14841
14842         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
14843
14844 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14845
14846         * dns.el (query-dns): Use sit-for to time instead of
14847         accept-process-output, since that doesn't seem to work on udp
14848         sockets.
14849
14850 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14851
14852         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
14853
14854 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
14855
14856         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
14857         doc string.  Improve doc string.
14858
14859 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14860
14861         * nntp.el (nntp-request-update-info): Return nil if
14862         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
14863         may not call gnus-activate-group which uselessly issues the GROUP
14864         commands for all nntp groups and wastes time.  Reported by Romain
14865         Francoise <romain@orebokech.com>.
14866
14867         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
14868
14869 2004-11-15  Simon Josefsson  <jas@extundo.com>
14870
14871         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
14872         headers separately.
14873         (gnus-button-openpgp): New function, inspired by Jochen Küpper
14874         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
14875
14876 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
14877
14878         * gnus-start.el (gnus-convert-old-newsrc):
14879         Assign legacy-gnus-agent to 5.10.7.
14880
14881 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14882
14883         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
14884         start of the lines.
14885
14886 2004-11-14  Magnus Henoch  <mange@freemail.hu>
14887
14888         * hashcash.el (hashcash-default-payment): Change default to 20.
14889         (hashcash-default-accept-payment): Change default to 20.
14890         (hashcash-process-alist): New variable.
14891         (hashcash-generate-payment-async): Add.
14892         (hashcash-already-paid-p): Add.
14893         (hashcash-insert-payment): Don't generate payments twice.
14894         (hashcash-insert-payment-async): Add.
14895         (hashcash-insert-payment-async-2): Add.
14896         (hashcash-cancel-async): Add.
14897         (hashcash-wait-async): Add.
14898         (hashcash-processes-running-p): Add.
14899         (hashcash-wait-or-cancel): Add.
14900         (mail-add-payment): New optional argument.  Conditionally start
14901         asynchronous calculation.
14902         (mail-add-payment-async): Add.
14903
14904         * message.el (message-send-mail): Wait for asynchronous hashcash
14905         results.  Don't clobber existing X-Hashcash headers.
14906         (message-setup-1): Call mail-add-payment-async when
14907         message-generate-hashcash is non-nil.
14908
14909 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14910
14911         * message.el (message-use-alternative-email-as-from): Examine the
14912         From header as well; use message-make-from in order to include a
14913         user's full name.
14914
14915 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14916
14917         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
14918         default; improve customization type.
14919         (gnus-emphasis-custom-with-format): New macro.
14920         (gnus-emphasis-custom-value-to-external): New function.
14921         (gnus-emphasis-custom-value-to-internal): New function.
14922
14923 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14924
14925         * dns.el (query-dns): Resolve reverse addresses.
14926
14927 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14928
14929         * gnus-group.el (gnus-group-get-new-news): Use it.
14930
14931         * gnus-start.el (gnus-check-reasonable-setup): New function.
14932
14933 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14934
14935         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
14936         "Args out of range" error.  Reported by Arnaud Giersch
14937         <arnaud.giersch@free.fr>.
14938
14939 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14940
14941         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
14942
14943 2004-11-04  Richard M. Stallman  <rms@gnu.org>
14944
14945         * spam.el (spam group): Add :version.
14946
14947         * pgg-def.el (pgg group): Add :version.
14948
14949 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14950
14951         * gnus-art.el (gnus-article-edit-article): Don't associate the
14952         article buffer with a draft file.  This is a temporary measure
14953         against the 2004-08-22 change to gnus-article-edit-mode.
14954
14955 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14956
14957         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
14958         (html2text-format-tags): Remove unused variable `attr'.
14959
14960 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14961
14962         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
14963
14964         * tls.el (tls-process-connection-type, tls-success)
14965         (tls-certtool-program): Add :version.
14966
14967         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
14968         (starttls-extra-arguments, starttls-process-connection-type)
14969         (starttls-connect, starttls-failure, starttls-success): Add :version.
14970
14971         * spam-stat.el (spam-stat): Add :version.
14972
14973         * sieve.el (sieve): Add :version.
14974
14975         * sha1.el (sha1): Add :version.
14976         (sha1-use-external): Remove redundant version.
14977
14978         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
14979         (nnmail-cache-ignore-groups, nnmail-spool-hook)
14980         (nnmail-split-fancy-match-partial-words)
14981         (nnmail-split-lowercase-expanded): Add :version.
14982
14983         * nndiary.el (nndiary): Add :version.
14984
14985         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
14986
14987         * mml-sec.el (mml-default-sign-method)
14988         (mml-default-encrypt-method, mml-signencrypt-style-alist):
14989         Add :version.
14990
14991         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
14992
14993         * mm-url.el (mm-url-use-external, mm-url-program)
14994         (mm-url-arguments): Add :version.
14995
14996         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
14997         (mm-attachment-file-modes, mm-decrypt-option)
14998         (mm-w3m-safe-url-regexp): Add :version.
14999
15000         * message.el (message-cite-prefix-regexp)
15001         (message-sendmail-envelope-from, message-minibuffer-local-map)
15002         (message-user-fqdn, message-completion-alist): Add :version.
15003
15004         * gnus-win.el (gnus-configure-windows-hook)
15005         (gnus-use-frames-on-any-display): Add :version.
15006
15007         * gnus-art.el (gnus-article-address-banner-alist)
15008         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
15009         (gnus-treat-from-picon, gnus-treat-mail-picon)
15010         (gnus-treat-x-pgp-sig): Add :version.
15011
15012         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
15013         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
15014         (gnus-summary-article-delete-hook)
15015         (gnus-summary-display-while-building): Add :version.
15016
15017         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
15018         (gnus-get-top-new-news-hook): Add :version.
15019
15020         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15021         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
15022
15023         * gnus-registry.el (gnus-registry): Add :version.
15024
15025         * gnus-spec.el (gnus-use-correct-string-widths)
15026         (gnus-make-format-preserve-properties): Add :version.
15027
15028         * gnus.el (gnus-group-charter-alist)
15029         (gnus-group-fetch-control-use-browse-url)
15030         (gnus-install-group-spam-parameters): Add :version.
15031
15032         * gnus-diary.el (gnus-diary): Add :version.
15033
15034         * gnus-delay.el (gnus-delay): Add :version.
15035
15036         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
15037         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
15038         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
15039         Add :version.
15040
15041         * gnus-agent.el (gnus-agent-max-fetch-size)
15042         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
15043         (gnus-agent-prompt-send-queue): Add :version.
15044
15045         * deuglify.el (gnus-outlook-deuglify): Add :version.
15046
15047         * html2text.el: Beautify code.  Improve doc strings.  Some
15048         checkdoc cleanup.
15049         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
15050
15051 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
15052
15053         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
15054
15055 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
15056
15057         * gnus-registry.el (gnus-registry-hashtb): Create the registry
15058         when package is loaded.
15059
15060         * spam.el (spam-summary-score-preferred-header): Add global preference
15061         for people who want to override the default SpamAssassin over
15062         Bogofilter preference (when both are set).
15063         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
15064         (spam-user-format-function-S): Check
15065         spam-summary-score-preferred-header.
15066         (spam-extra-header-to-number): Add X-Bogosity header parsing.
15067         (spam-user-format-function-S): Format the score correctly.
15068
15069 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15070
15071         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
15072         signature file.  Suggested by Manoj Srivastava
15073         <srivasta@golden-gryphon.com>.
15074
15075         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
15076         iso-2022-jp even in the Japanese language environment.
15077         Suggested by Jason Rumney <jasonr@gnu.org>.
15078
15079 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15080
15081         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
15082         use the same characters as the dummy marks; make it free from
15083         getting affected by the language environment.
15084         (gnus-summary-read-group-1): Update mark positions only when the
15085         format spec is updated.
15086
15087         * gnus-spec.el (gnus-update-format-specifications): Return a list
15088         of updated types.
15089
15090 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15091
15092         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
15093         of boundp to check if display-warning is available.
15094
15095 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
15096
15097         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
15098
15099 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15100
15101         * nnspool.el (nnspool-spool-directory): Use news-path if the
15102         news-directory variable is not bound.
15103
15104         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
15105         function instead of display-warning if it is not available.
15106
15107 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15108
15109         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
15110         v5-10: Use `point-at-bol'.
15111
15112 2004-10-26  Simon Josefsson  <jas@extundo.com>
15113
15114         * hashcash.el: Fix URL in comment, reported by Cheng Gao
15115         <chenggao@gmail.com>.
15116
15117 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15118
15119         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
15120         instead.
15121
15122 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
15123
15124         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
15125         to remove a server from the nnimap-server-buffer-alist.
15126         (nnimap-open-connection, nnimap-close-server): Use it.
15127
15128         * gnus-encrypt.el: Remove file in favor of encrypt.el.
15129
15130 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15131
15132         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
15133         running the major-mode function.
15134
15135 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15136
15137         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
15138         dummy marks in the right way.
15139
15140 2004-10-18  David Edmondson  <dme@dme.org>
15141
15142         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
15143         excessively.
15144
15145 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
15146
15147         * gnus-util.el (gnus-split-references): Accept a nil references
15148         string and go on blissfully.
15149
15150         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
15151         cases where the references string is non-nil but has no references.
15152
15153         * encrypt.el: Add autoload tags.
15154
15155         * spam.el (spam-resolve-registrations-routine): Remove article
15156         from unregistration list too.  Reported by David Hanak
15157         <dhanak@isis.vanderbilt.edu>
15158
15159 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
15160
15161         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
15162         nil.  Changed custom type.
15163
15164 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
15165
15166         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
15167
15168         * gnus-sum.el (gnus-summary-move-article): Use it.
15169
15170 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
15171
15172         * encrypt.el: Add autoload cookies.
15173
15174         * spam.el (spam-backend-article-list-property)
15175         (spam-backend-get-article-todo-list)
15176         (spam-backend-put-article-todo-list)
15177         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
15178         Resolve registrations separately.
15179         (spam-register-routine): Format comments.
15180         (spam-unregister-routine, spam-register-routine): Always call with
15181         specific-articles, no default list.
15182         (spam-summary-prepare-exit): Use the spam-classifications function.
15183
15184         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
15185         gnus-encrypt.el.
15186
15187         * encrypt.el: Copied from gnus-encrypt.el.
15188
15189         * gnus-encrypt.el: Commented that it's obsolete.
15190
15191 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15192
15193         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
15194         (gnus-score-save): Use it.
15195
15196         * message.el (message-bury): Use `window-dedicated-p'.
15197
15198 2004-10-15  Simon Josefsson  <jas@extundo.com>
15199
15200         * pop3.el (top-level): Don't require nnheader.
15201         (pop3-read-timeout): Add.
15202         (pop3-accept-process-output): Add.
15203         (pop3-read-response, pop3-retr): Use it.
15204
15205 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
15206
15207         * spam.el (spam-register-routine): Move comment.
15208         (spam-verify-bogofilter): Use 'unknown for the initial
15209         spam-bogofilter-valid state, not 'never.
15210
15211         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
15212         for netrc-machine.
15213
15214         * nnimap.el (nnimap-open-connection): Use
15215         netrc-machine-user-or-password.
15216
15217 2004-10-17  Richard M. Stallman  <rms@gnu.org>
15218
15219         * gnus-registry.el (gnus-registry-unload-hook):
15220         Set as a variable with add-hook.
15221
15222         * nnspool.el (nnspool-spool-directory): Use news-directory instead
15223         of news-path.
15224
15225         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
15226
15227         * spam.el: Delete duplicate `provide'.
15228         (spam-unload-hook): Set as a variable with add-hook.
15229
15230 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15231
15232         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
15233         in the doc string.
15234
15235         * message.el (message-ignored-news-headers)
15236         (message-ignored-supersedes-headers)
15237         (message-ignored-resent-headers)
15238         (message-forward-ignored-headers): Improve custom type.
15239
15240 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15241
15242         * message.el (message-tokenize-header): Fix 2004-09-06 change
15243         which used point-min in the wrong place.
15244
15245 2004-10-12  Simon Josefsson  <jas@extundo.com>
15246
15247         * tls.el (tls-certtool-program): New variable.
15248         (tls-certificate-information): New function, based on
15249         ssl-certificate-information.
15250
15251 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15252
15253         * compface.el: Move the version of ELisp-based uncompface program
15254         to the contrib directory because of the copyright problem.
15255
15256 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15257
15258         * message.el (message-kill-buffer): Raise the current frame.
15259
15260 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15261
15262         * gnus-sum.el: Mention that multibyte characters don't work as marks.
15263
15264         * gnus.el (message-y-or-n-p): Autoload.
15265
15266         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
15267         (pop3-password-required, pop3-authentication-scheme)
15268         (pop3-leave-mail-on-server): Made customizable.
15269         (pop3): New custom group.
15270         (pop3-retr): Remove `sleep-for' statements.
15271         Suggested by Dave Love <fx@gnu.org>.
15272
15273         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
15274         Windows/DOS.
15275
15276         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15277         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
15278         Dave Love <fx@gnu.org>.
15279
15280         * mml.el (mml-minibuffer-read-disposition): Require match.
15281         Suggested by Dave Love <fx@gnu.org>.
15282
15283 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15284
15285         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
15286         doc string.
15287
15288 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15289
15290         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
15291
15292 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15293
15294         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
15295         instead of calling `mm-insert-inline', to decode text/* parts
15296         before displaying them.
15297
15298 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15299
15300         * mm-uu.el (mm-uu-text-plain-type): New variable.
15301         (mm-uu-pgp-signed-extract-1): Use it.
15302         (mm-uu-pgp-encrypted-extract-1): Use it.
15303         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
15304         bind mm-uu-text-plain-type with that value.
15305         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
15306         mm-uu-dissect.
15307
15308 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15309
15310         * gnus-group.el (gnus-update-group-mark-positions):
15311         * gnus-sum.el (gnus-update-summary-mark-positions):
15312         * message.el (message-check-news-body-syntax):
15313         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
15314         of string-as-multibyte.
15315
15316 2004-10-05  Juri Linkov  <juri@jurta.org>
15317
15318         * gnus-group.el (gnus-update-group-mark-positions):
15319         * gnus-sum.el (gnus-update-summary-mark-positions):
15320         * message.el (message-check-news-body-syntax):
15321         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
15322         8-bit unibyte values to a multibyte string for search functions.
15323
15324 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15325
15326         * mm-uu.el (mm-uu-dissect): Allow optional arg.
15327         (mm-uu-dissect-text-parts): New function.
15328
15329         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
15330         dissect text parts.
15331
15332         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
15333         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
15334
15335         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
15336
15337         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
15338         gnus-current-topics instead of gnus-current-topic.
15339
15340 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
15341
15342         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
15343
15344 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
15345
15346         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
15347         where approriate.
15348
15349         * nnml.el (nnml-generate-active-info): do.
15350
15351         * nndiary.el (nndiary-generate-active-info): do.
15352
15353         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
15354         (gnus-topic-move): do.
15355
15356         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
15357         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
15358
15359         * gnus-srvr.el (gnus-server-prepare)
15360         (gnus-server-open-all-servers): do.
15361
15362         * gnus-msg.el (gnus-summary-cancel-article)
15363         (gnus-summary-resend-message)
15364         (gnus-summary-mail-crosspost-complaint): do.
15365
15366         * gnus-move.el (gnus-change-server): do.
15367
15368         * gnus-group.el (gnus-group-unmark-all-groups)
15369         (gnus-group-set-current-level): do.
15370
15371 2004-10-04  Simon Josefsson  <jas@extundo.com>
15372
15373         * message.el (message-generate-hashcash): Doc fix.
15374
15375 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
15376
15377         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
15378         avoid infinite recursion via gnus-get-function.
15379
15380 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
15381
15382         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
15383
15384         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
15385
15386         * nnmail.el (nnmail-split-history): do.
15387
15388         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
15389         (nnml-request-delete-group): do.
15390
15391         * nnslashdot.el (nnslashdot-read-groups): do.
15392
15393         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
15394         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
15395
15396         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
15397         (nnspool-sift-nov-with-sed): Use last.
15398         (nnspool-retrieve-headers-with-nov): Use mapc.
15399         (nnspool-request-newgroups): Use dolist.
15400         (nnspool-request-group): Use last.
15401
15402         * nntp.el (nntp-read-server-type): Use dolist.
15403
15404         * nnvirtual.el (nnvirtual-create-mapping)
15405         (nnvirtual-update-read-and-marked): Use dolist.
15406         (nnvirtual-convert-headers): Simplify.
15407
15408 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15409
15410         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
15411         support for sync'ing tick marks.
15412
15413 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15414
15415         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
15416         there's no visible header.
15417
15418 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15419
15420         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
15421         necessary, pass full group name to gnus-request-set-marks.
15422
15423 2004-10-01  Simon Josefsson  <jas@extundo.com>
15424
15425         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
15426         acroread.
15427
15428 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15429
15430         * spam-report.el (spam-report-gmane): Fix interactive.
15431
15432         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
15433
15434         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
15435         when writing file.
15436         (gnus-agent-synchronize-flags): Don't default to being
15437         interactive.
15438
15439 2004-09-30  Simon Josefsson  <jas@extundo.com>
15440
15441         * message.el (message-generate-hashcash): Add.
15442         (message-send-mail): Use it, call mail-add-payment.
15443
15444 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15445
15446         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
15447
15448 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
15449
15450         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
15451         gnus-requst-update-info with explicit code to sync the in-memory
15452         info read flags with the marks being sync'd to the backend.
15453
15454         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
15455
15456 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15457
15458         * spam.el (spam-verify-bogofilter): Add new function.
15459         (spam-check-bogofilter)
15460         (spam-bogofilter-register-with-bogofilter): Use it.
15461         (spam-verify-bogofilter): Add small fixes.
15462
15463 2004-09-28  Simon Josefsson  <jas@extundo.com>
15464
15465         * hashcash.el (hashcash-generate-payment): Revert.
15466
15467 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15468
15469         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
15470         gnus-extract-references instead of gnus-split-references.
15471
15472         * gnus-util.el (gnus-extract-references): Add new function, analogous
15473         to gnus-split-references but extracts only the message-ID without
15474         anything extra.
15475
15476         * hashcash.el (hashcash-generate-payment)
15477         (hashcash-check-payment): Do the right thing if hashcash-path is
15478         nil (because the hashcash program could not be found).
15479
15480         * spam.el (spam-use-hashcash): Remove comment.
15481
15482 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
15483
15484         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
15485         (gnus-cache-enter-article, gnus-cache-remove-article)
15486         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
15487
15488         * gnus-async.el (gnus-async-prefetch-remove-group): do.
15489
15490         * gnus-art.el (article-hide-boring-headers)
15491         (article-translate-strings, article-display-face)
15492         (gnus-article-mime-match-handle-first)
15493         (gnus-article-highlight-headers)
15494         (gnus-article-add-buttons-to-head): do.
15495
15496 2004-09-27  Simon Josefsson  <jas@extundo.com>
15497
15498         * hashcash.el: New version, from
15499         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
15500         ../contrib/.
15501
15502 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15503
15504         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
15505
15506 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
15507
15508         * gnus-dup.el (gnus-dup-open): Use mapc.
15509         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
15510
15511         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
15512         Reported by Stefan Wiens <s.wi@gmx.net>.
15513
15514         * gnus.el (gnus-shutdown): Use dolist.
15515
15516         * gnus-undo.el (gnus-undo): Use mapc.
15517
15518         * nnrss.el (nnrss-generate-active): do.
15519
15520         * message.el (message-cite-original-without-signature)
15521         (message-cite-original): Use mapc.
15522         (message-do-actions, message-make-forward-subject): Use dolist.
15523
15524 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15525
15526         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
15527         deletion to remove entire duplicate line.  Fixes merged article
15528         number bug.
15529
15530 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15531
15532         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
15533         servers that are offline.  Avoids having gnus-agent-toggle-plugged
15534         first ask if you want to open a server and then, even when you
15535         responded with no, asking if you want to synchronize the server's
15536         flags.
15537         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
15538         multi-line expressions.
15539         (gnus-agent-synchronize-group-flags): New internal function.
15540         Updates marks in memory (in the info structure) AND in the
15541         backend.
15542
15543         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
15544
15545         * nnagent.el (nnagent-request-set-mark): Use
15546         gnus-agent-synchronize-group-flags, not backend's request-set-mark
15547         method, to ensure that synchronization updates marks in the
15548         backend and in the info (in memory) structure.
15549
15550 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15551
15552         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
15553         convention fully; don't miss the root article of a thread; make
15554         the X-Draft-From header with correct article numbers.
15555
15556 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
15557
15558         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
15559         unless plugged.  Disable the agent so that an open failure causes
15560         an error.
15561
15562         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
15563         Reverted 2004-09-21 change.  The backend must be opened while
15564         synchronizing flags even when the backend stores the flags
15565         locally.
15566
15567 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
15568
15569         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
15570         in `header' match.  Reported by Svend Tollak Munkejord.
15571
15572         * message.el (message-cite-original): Fix use of
15573         `message-cite-articles-with-x-no-archive'.
15574
15575 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15576
15577         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
15578         (gnus-window-to-buffer): Ditto.
15579
15580         * mml.el (mml-preview-buffer): New variable.
15581         (mml-preview): Manage window layout with gnus-buffer-configuration.
15582
15583         * gnus-msg.el (gnus-setup-message): Put article numbers into the
15584         X-Draft-From header even if those articles aren't quoted.
15585
15586 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
15587
15588         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
15589         (gnus-request-set-mark, gnus-request-update-mark): Use new
15590         g-s-t-u-l-m to decide to use backend even when unplugged.
15591
15592 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15593
15594         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
15595         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
15596
15597 2004-09-20  Simon Josefsson  <jas@extundo.com>
15598
15599         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
15600         "utf-16-le".
15601
15602 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15603
15604         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
15605
15606 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15607
15608         * uudecode.el (uudecode-use-external): Add :version.
15609
15610         * smime.el (smime-CA-file, smime-encrypt-cipher)
15611         (smime-dns-server): Add :version.
15612
15613         * smiley.el (gnus-smiley-file-types): Add :version.
15614
15615         * sha1.el (sha1-use-external): Add :version.
15616
15617         * pgg-def.el (pgg-query-keyserver): Add :version.
15618
15619         * nnmail.el (nnmail-fancy-expiry-targets)
15620         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
15621         Add :version.
15622
15623         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
15624         (nnimap-retrieve-groups-asynchronous): Add :version.
15625         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
15626
15627         * mml.el (mml-content-disposition-parameters)
15628         (mml-insert-mime-headers-always): Add :version.
15629
15630         * mm-util.el (mm-coding-system-priorities): Add :version.
15631
15632         * mm-decode.el (mm-inline-text-html-with-images)
15633         (mm-keep-viewer-alive-types, mm-external-terminal-program)
15634         (mm-verify-option): Add :version.
15635         (mm-text-html-renderer): Change :version.
15636
15637         * message.el (message-fcc-externalize-attachments)
15638         (message-required-headers, message-draft-headers)
15639         (message-subject-trailing-was-query)
15640         (message-subject-trailing-was-ask-regexp)
15641         (message-subject-trailing-was-regexp, message-mark-insert-begin)
15642         (message-mark-insert-end, message-archive-header)
15643         (message-archive-note, message-cross-post-default)
15644         (message-cross-post-note, message-followup-to-note)
15645         (message-cross-post-note-function, message-use-mail-followup-to)
15646         (message-subscribed-address-functions)
15647         (message-subscribed-address-file, message-subscribed-addresses)
15648         (message-subscribed-regexps, message-allow-no-recipients)
15649         (message-yank-cited-prefix, message-signature-insert-empty-line)
15650         (message-hidden-headers, message-hierarchical-addresses)
15651         (message-mail-user-agent, message-use-idna)
15652         (message-valid-fqdn-regexp)
15653         (message-strip-special-text-properties, message-header-synonyms)
15654         (message-beginning-of-line, message-tab-body-function): Add :version.
15655         (message-insert-canlock, message-wide-reply-confirm-recipients):
15656         Change :version.
15657
15658         * mail-source.el (mail-source-ignore-errors): Add :group, :type
15659         and :version.
15660         (mail-source-delete-old-incoming-confirm)
15661         (mail-source-movemail-program): Add :version.
15662
15663         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
15664         (gnus-agent-cache, gnus-agent): Change :version.
15665
15666         * gnus-util.el (gnus-use-byte-compile): Change :version.
15667
15668         * gnus-sum.el (gnus-summary-make-false-root-always)
15669         (gnus-summary-default-high-score)
15670         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
15671         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
15672         (gnus-read-all-available-headers, gnus-article-emulate-mime)
15673         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
15674         (gnus-sum-thread-tree-single-indent)
15675         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
15676         (gnus-sum-thread-tree-leaf-with-other)
15677         (gnus-sum-thread-tree-single-leaf): Add :version.
15678         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
15679         (gnus-article-loose-mime): Change :version.
15680
15681         * gnus-start.el (gnus-backup-startup-file)
15682         (gnus-save-startup-file-via-temp-buffer): Add :version.
15683
15684         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
15685         (gnus-server-offline-face): Add :version.
15686
15687         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
15688
15689         * gnus-msg.el (gnus-gcc-externalize-attachments)
15690         (gnus-debug-files, gnus-debug-exclude-variables)
15691         (gnus-discouraged-post-methods): Change :version.
15692         (gnus-confirm-mail-reply-to-news)
15693         (gnus-confirm-treat-mail-like-news): Add :version.
15694
15695         * gnus-int.el (gnus-server-unopen-status): Add :version.
15696
15697         * gnus-group.el (gnus-group-jump-to-group-prompt)
15698         (gnus-large-ephemeral-newsgroup)
15699         (gnus-fetch-old-ephemeral-headers): Add :version.
15700
15701         * gnus-fun.el (gnus-x-face-directory)
15702         (gnus-convert-pbm-to-x-face-command)
15703         (gnus-convert-image-to-x-face-command)
15704         (gnus-convert-image-to-face-command): Add :version.
15705
15706         * gnus-delay.el (gnus-delay-default-hour): Add :version.
15707
15708         * gnus-cite.el (gnus-cite-blank-line-after-header)
15709         (gnus-article-boring-faces): Add :version.
15710
15711         * gnus-art.el (gnus-buttonized-mime-types)
15712         (gnus-inhibit-mime-unbuttonizing)
15713         (gnus-treat-display-face)
15714         (gnus-treat-body-boundary): Change :version.
15715         (gnus-body-boundary-delimiter, gnus-picon-databases)
15716         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
15717         (gnus-treat-date-english, gnus-treat-fold-headers)
15718         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
15719         (gnus-treat-mail-picon, gnus-treat-wash-html)
15720         (gnus-article-encrypt-protocol)
15721         (gnus-use-idna, gnus-article-over-scroll)
15722         (gnus-mime-display-multipart-alternative-as-mixed)
15723         (gnus-mime-display-multipart-related-as-mixed)
15724         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
15725         (gnus-ctan-url, gnus-button-ctan-handler)
15726         (gnus-button-handle-ctan-bogus-regexp)
15727         (gnus-button-ctan-directory-regexp)
15728         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
15729         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
15730         (gnus-button-man-level, gnus-button-emacs-level)
15731         (gnus-button-message-level, gnus-button-browse-level): Add :version.
15732
15733         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
15734         (gnus-agent-go-online): Change :version.
15735         (gnus-agent-expire-unagentized-dirs)
15736         (gnus-agent-auto-agentize-methods): Add :version.
15737
15738         * flow-fill.el (fill-flowed-display-column)
15739         (fill-flowed-encode-column): Add :version.
15740
15741         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
15742         (gnus-outlook-deuglify-unwrap-max)
15743         (gnus-outlook-deuglify-cite-marks)
15744         (gnus-outlook-deuglify-unwrap-stop-chars)
15745         (gnus-outlook-deuglify-no-wrap-chars)
15746         (gnus-outlook-deuglify-attrib-cut-regexp)
15747         (gnus-outlook-deuglify-attrib-verb-regexp)
15748         (gnus-outlook-deuglify-attrib-end-regexp)
15749         (gnus-outlook-display-hook): Add :version.
15750
15751         * binhex.el (binhex-use-external): Add :version.
15752
15753 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
15754
15755         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
15756         and `invisible'.
15757
15758 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
15759
15760         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
15761         in gnus-registry-trim.
15762
15763 2004-09-13  Simon Josefsson  <jas@extundo.com>
15764
15765         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
15766
15767         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
15768
15769         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
15770         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15771         <yamaoka@jpl.org>.
15772         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
15773         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15774         <yamaoka@jpl.org>.
15775
15776         * sieve.el (sieve-manage-mode): Ditto.
15777
15778 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
15779
15780         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
15781
15782 2004-09-11  Simon Josefsson  <jas@extundo.com>
15783
15784         * dns-mode.el: Add.
15785
15786         * mm-view.el (mm-display-dns-inline): Add.
15787
15788         * mm-decode.el (mm-inline-media-tests): Add text/dns.
15789         (mm-automatic-display): Ditto.
15790
15791         * mailcap.el (mailcap-mime-data): Add text/dns.
15792         (mailcap-mime-extensions): Map .soa to text/dns.
15793
15794 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
15795
15796         * gnus-art.el (article-decode-mime-words, article-babel)
15797         (gnus-article-highlight-signature, gnus-article-add-buttons)
15798         (gnus-signature-toggle): Remove unnecessary bindings of
15799         `inhibit-read-only' inherited from v5.10 merge.
15800
15801 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
15802
15803         * nntp.el (nntp): New customization group.
15804         (nntp-authinfo-file): Add customization group.
15805
15806         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
15807
15808         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
15809
15810         * gnus.el (to-address, to-list, subscribed)
15811         (large-newsgroup-initial): Ditto.
15812
15813         * flow-fill.el (fill-flowed-display-column)
15814         (fill-flowed-encode-column): Ditto.
15815
15816 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15817
15818         * message.el (message-tokenize-header, message-send-mail-with-qmail):
15819         Use point-min rather than 1.
15820         (message-send-mail): Use buffer-size rather than point-max.
15821
15822         * gnus-sum.el (gnus-summary-search-article-forward):
15823         Signal a specific `search-failed' rather than a generic `error'.
15824
15825         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
15826         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
15827         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
15828
15829 2004-09-10  Simon Josefsson  <jas@extundo.com>
15830
15831         * nndb.el (require): Remove tcp and duplicate cl.
15832
15833 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15834
15835         * gnus-agent.el (directory-files-and-attributes): Move forward.
15836
15837 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15838
15839         * gnus-agent.el (directory-files-and-attributes): Optionally
15840         defined to support XEmacs.
15841
15842 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15843
15844         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
15845         to avoid run-time CL dependencies.
15846         (gnus-agent-unfetch-articles): New function.
15847         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
15848         article numbers even when local .overview file is missing.
15849         (gnus-agent-read-article-number): New function.  Only accepts
15850         27-bit article numbers.
15851         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
15852         gnus-agent-read-article-number.
15853         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
15854         from backend while recognizing that article numbers in .overview
15855         must be valid.
15856         (gnus-agent-update-files-total-fetched-for): Use
15857         directory-files-and-attributes to improve performance.
15858         * gnus-int.el (gnus-request-move-article): Use
15859         gnus-agent-unfetch-articles in place of gnus-agent-expire to
15860         improve performance.
15861
15862         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
15863         some users confused by references to .newsrc when they only have a
15864         .newsrc.eld file.
15865         (gnus-convert-mark-converter-prompt)
15866         (gnus-convert-converter-needs-prompt): Fixed use of property list.
15867         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
15868         New function.  Used internally to only display 'gnus converting
15869         files' message when actually necessary.
15870
15871         * gnus-sum.el (): Removed (require 'gnus-agent) as required
15872         methods now autoloaded.
15873
15874 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15875
15876         * gnus-sum.el (gnus-summary-insert-subject): Remove list
15877         identifiers.
15878
15879 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
15880
15881         * gnus-picon.el: Fix indentation and closing parenthesis.
15882
15883 2004-09-01  Simon Josefsson  <jas@extundo.com>
15884
15885         * message.el (message-canlock-generate): Require sha1, not
15886         sha1-el.  (Can we get rid of this require altogether?  It is ugly
15887         to require within a function.  Sadly, if sha1.el isn't loaded, the
15888         let binding in m-c-g will hide the defcustom definition, which is
15889         bad.)
15890
15891         * canlock.el: Require sha1, not sha1-el.
15892
15893         * message.el: Don't autoload sha1 (there is a autoload cookie in
15894         sha1.el).
15895
15896         * sha1-el.el: Renamed to sha1.el.
15897
15898 2004-08-30  Juanma Barranquero  <lektu@terra.es>
15899
15900         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
15901
15902 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15903
15904         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
15905
15906 2004-08-30  Kim F. Storm  <storm@cua.dk>
15907
15908         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
15909
15910         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
15911         Add :group 'nnimap.
15912
15913 2004-08-30  Andreas Schwab  <schwab@suse.de>
15914
15915         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
15916         ?* and ?\;.
15917
15918         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
15919         and ?\' to symbol instead of whitespace.
15920
15921 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15922
15923         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
15924
15925         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
15926         instead of re-search-forward.
15927
15928         * gnus-uu.el (gnus-uu-save-article): Ditto.
15929         (gnus-uu-post-encode-uuencode): Ditto.
15930
15931         * html2text.el (html2text-clean-list-items): Ditto.
15932         (html2text-clean-dtdd): Ditto.
15933         (html2text-format-tags): Ditto.
15934
15935         * message.el (message-send-mail-with-sendmail): Fix regexp.
15936         (message-fill-field-general): Use search-forward instead of
15937         re-search-forward.
15938         (unbold-region): Ditto.
15939
15940         * nnrss.el (nnrss-request-article): Ditto.
15941
15942         * nnslashdot.el (nnslashdot-request-article): Ditto.
15943
15944         * nnweb.el (nnweb-gmane-wash-article): Ditto.
15945
15946         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
15947         "Unrecognized menu descriptor" error in XEmacs.
15948
15949 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15950
15951         * gnus-sum.el (gnus-read-header): Don't remove a header for the
15952         parent article of a sparse article in the thread hashtb.
15953
15954 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
15955
15956         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
15957         (nnmail-expand-newtext): Lowercase expanded entries if
15958         nnmail-split-lowercase-expanded is non-nil.
15959
15960 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15961
15962         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
15963
15964         * gnus-group.el (gnus-group-line-format-alist): Convert the value
15965         of gnus-tmp-news-method into string under XEmacs.  It will be
15966         passed to gnus-correct-length which takes only a string argument.
15967
15968 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15969
15970         * gnus-util.el (gnus-bind-print-variables): New macro.
15971         (gnus-prin1): Use it.
15972         (gnus-prin1-to-string): Use it.
15973         (gnus-pp): New function.
15974         (gnus-pp-to-string): New function.
15975
15976         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
15977         Replace pp-to-string with gnus-pp-to-string.
15978         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
15979         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
15980         * gnus-msg.el (gnus-debug): Ditto.
15981         * gnus-score.el (gnus-score-save): Ditto.
15982         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
15983         gnus-pp-to-string.
15984         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
15985         with gnus-pp.
15986         * score-mode.el (gnus-score-pretty-print): Ditto.
15987         * webmail.el (webmail-debug): Ditto.
15988
15989 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15990
15991         * gnus-art.el (article-display-face, article-display-x-face):
15992         Use buffer-read-only.
15993
15994 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15995
15996         * gnus-art.el (article-hide-list-identifiers):
15997         Bind inhibit-read-only as t.
15998
15999 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
16000
16001         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
16002
16003 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16004
16005         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
16006         (gnus-narrow-to-page): Don't assume point-min == 1.
16007         (gnus-article-edit-mode): Derive from message-mode.
16008
16009         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
16010         point-min == 1.
16011
16012         * imap.el (imap-parse-address-list, imap-parse-body-ext):
16013         Disable incorrect use of `assert'.
16014
16015         * message.el (message-mode): Set comment-start-skip.
16016
16017
16018 2004-08-22  Sam Steingold  <sds@gnu.org>
16019
16020         * pop3.el (pop3-leave-mail-on-server): New user variable.
16021         (pop3-movemail): Delete mail only when it is nil.
16022
16023 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
16024
16025         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
16026
16027         * mml.el (mml-preview): Use `pop-to-buffer'.
16028
16029         * message.el (message-goto-mail-followup-to): Insert after "To".
16030         (message-carefully-insert-headers): Add comment.
16031
16032         * gnus.el: Remove unused variable `gnus-article-check-size'.
16033
16034         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
16035
16036         * gnus-art.el (gnus-button-alist): Improve
16037         `gnus-button-handle-library' entry.
16038
16039 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
16040
16041         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
16042         downcase, since XEmacs capitalizes error messages differently.
16043
16044 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
16045
16046         * nntp.el: Add (require 'gnus) due to reference to
16047         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
16048
16049 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
16050
16051         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
16052         `mm-fill-flowed'.
16053
16054         * mm-decode.el (mm-dissect-singlepart): Check it.
16055
16056 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
16057
16058         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
16059         'imap' for netrc parsing.
16060
16061 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
16062
16063         * mailcap.el (mailcap-mime-data): Mark as risky.
16064
16065 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16066
16067         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
16068         may be included in the encoded word.
16069         (rfc2047-encode): Don't append a space if the encoded word
16070         includes close parenthesis.
16071
16072 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16073
16074         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
16075         of text within parentheses.
16076
16077 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
16078
16079         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
16080         (gnus-encrypt-write-file-contents): Make the password key the file
16081         name PLUS the cipher, not just the cipher.  Also remove failed
16082         passwords from the cache.
16083
16084 2004-08-06  Simon Josefsson  <jas@extundo.com>
16085
16086         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
16087         fix.
16088
16089 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16090
16091         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
16092         LWSP.
16093
16094 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
16095
16096         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
16097         to append in-reply-to: data to the references: header.
16098
16099         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
16100         (netrc-parse): Use gnus-encrypt.el functions.
16101
16102         * gnus-encrypt.el: Add new file for encryption support; currently
16103         does only a few GPG ciphers and an internal XOR cipher.
16104
16105         * password.el: Add comments on using password-read-and-add.
16106         (password-read-and-add): Add function to read and add the
16107         password to the cache at once.
16108
16109 2004-07-28  Simon Josefsson  <jas@extundo.com>
16110
16111         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
16112         parameter (but don't use it, for now).
16113
16114         * imap.el (imap-ssl-open): Use imap-process-connection-type,
16115         instead of hard coding to nil.
16116
16117 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16118
16119         * mm-view.el (mm-inline-image-emacs): Open lines under an image
16120         as mm-inline-image-xemacs does.
16121
16122 2004-07-26  Simon Josefsson  <jas@extundo.com>
16123
16124         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
16125         Revert part of 2004-07-17 change below.
16126
16127 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16128
16129         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
16130         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16131
16132 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16133
16134         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
16135         quotes that actually start with ">" at the beginning of the
16136         lines.
16137
16138 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16139
16140         * rfc2047.el (rfc2047-encode-region): Fix last change.
16141         (rfc2047-encode-parameter): Remove useless concat.
16142
16143 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16144
16145         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
16146         encode special characters; fix some kind of misconfigured headers;
16147         signal a real error if debug-on-quit or debug-on-error is non-nil.
16148         (rfc2047-encode-max-chars): New variable.
16149         (rfc2047-encode-1): Use it.
16150         (rfc2047-encode-parameter): New function.
16151
16152         * mml.el (mml-insert-parameter): Remove an excessive space.
16153
16154 2004-07-17  Simon Josefsson  <jas@extundo.com>
16155
16156         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
16157         Kai Grossjohann <kai@emptydomain.de>.
16158         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
16159         (gnus-group-make-menu-bar): Ditto.
16160
16161         * gnus-util.el (gnus-group-server): Add.
16162
16163 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
16164
16165         * message.el (message-clone-locals): Clone sendmail and smtp
16166         variables.
16167
16168 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16169
16170         * rfc2047.el (rfc2047-encode-region): Fix last change.
16171
16172 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16173
16174         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
16175         characters as non-special.
16176
16177 2004-07-09  Simon Josefsson  <jas@extundo.com>
16178
16179         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
16180         Users will lose all flag changes made while unplugged with
16181         e.g. nntp unless flag synchronization happens, thus `nil' is not a
16182         good default.  See numerous reports on ding mailing list.
16183
16184 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16185
16186         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
16187         add generate-head-function and generate-article-function to the
16188         rfc822-forward entry.
16189         (nndoc-rfc822-forward-generate-article): New function.
16190         (nndoc-rfc822-forward-generate-head): New function.
16191
16192         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
16193
16194 2004-07-06  Dan Christensen  <jdc@uwo.ca>
16195
16196         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
16197         respect display group parameter and gnus-summary-expunge-below.
16198         (gnus-articles-to-read): Remove unused reference to display group
16199         parameter.
16200
16201 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16202
16203         * nnheader.el (nnheader-uniquify-message-id): New experimental
16204         variable.
16205         (nnheader-nov-read-message-id): Use it.
16206
16207         * spam-report.el (spam-report-gmane): Add interactive.
16208
16209 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16210
16211         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
16212         qp-or-base64 for the application/* types.
16213
16214 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
16215
16216         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
16217
16218 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
16219
16220         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
16221         trim value.
16222
16223 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16224
16225         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
16226         New macro and function.
16227         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
16228
16229 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16230
16231         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
16232         after-load-alist.
16233
16234 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16235
16236         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
16237         update info that isn't there.
16238
16239 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
16240
16241         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
16242         entry.
16243
16244 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16245
16246         * mm-view.el (mm-inline-render-with-function): Use multibyte
16247         buffer; decode html source by charset.
16248
16249         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
16250
16251         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
16252         Mule-UCS is loaded under XEmacs.
16253         (mm-mime-mule-charset-alist): Avoid duplicated entries.
16254
16255 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
16256
16257         * nnheader.el (nnheader-max-head-length): Increase to 8192.
16258
16259 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16260
16261         * mm-util.el (mm-coding-system-p): Return a coding-system.
16262         (mm-mime-mule-charset-alist): Use shift_jis instead of
16263         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
16264         entries for the mime charsets iso-2022-jp-3 and shift_jis.
16265         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
16266         instead of japanese-shift-jis and iso-latin-1 respectively in
16267         order to share the default value with both Emacs and XEmacs-mule.
16268         (mm-mule-charset-to-mime-charset): Make
16269         mm-coding-system-priorities effective.
16270         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
16271         while predicating of candidates upon the priorities.
16272
16273 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
16274
16275         * gnus-sum.el (gnus-summary-make-menu-bar): Add
16276         gnus-uu-invert-processable.
16277
16278         * gnus.el: Autoload gnus-uu-invert-processable.
16279
16280 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16281
16282         * mm-util.el (mm-with-multibyte-buffer): New macro.
16283
16284         * rfc2047.el (rfc2047-encode-string): Use it.
16285         (rfc2047-encode-region): Move point to the end of the region after
16286         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
16287
16288 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16289
16290         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
16291         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
16292
16293 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16294
16295         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
16296         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
16297         Karl Chen <quarl@nospam.quarl.org>.
16298
16299 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
16300
16301         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
16302         invalid addresses.
16303
16304 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
16305
16306         * spam.el: Change section markers, revise TODO list.
16307         (spam-backends): Make new master list of all installed backends.
16308         (spam-summary-exit-behavior): Add new variable to determine how
16309         messages moves are done at summary exit.
16310         (spam-move-spam-nonspam-groups-only)
16311         (spam-process-ham-in-nonham-groups)
16312         (spam-process-ham-in-spam-groups): Remove variables, the
16313         spam-summary-exit-behavior variable should be used to manage this
16314         behavior.
16315         (spam-old-ham-articles, spam-old-spam-articles): Remove.
16316         (spam-old-articles): Add variable, replacing spam-old-ham-articles
16317         and spam-old-spam-articles.
16318         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
16319         Add empty variables, placeholders for the backends they represent.
16320         (spam-set-difference): Move, unchanged.
16321         (spam-list-of-processors): Declare OBSOLETE, not used anymore
16322         unless the user has a processor variable.
16323         (spam-classifications, spam-classification-valid-p)
16324         (spam-backend-properties, spam-backend-property-valid-p)
16325         (spam-backend-function-type-valid-p)
16326         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
16327         (spam-report-articles-gmane, spam-report-articles-resend):
16328         Remove functions, they are not needed.
16329         (spam-install-backend-super, spam-backend-list)
16330         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
16331         (spam-backend-function, spam-backend-ham-registration-function)
16332         (spam-backend-spam-registration-function)
16333         (spam-backend-ham-unregistration-function)
16334         (spam-backend-spam-unregistration-function)
16335         (spam-backend-statistical-p, spam-backend-mover-p)
16336         (spam-install-backend-alias, spam-install-checkonly-backend)
16337         (spam-install-mover-backend, spam-install-nocheck-backend)
16338         (spam-install-backend, spam-install-statistical-backend)
16339         (spam-install-statistical-checkonly-backend): Add backend installation
16340         support.
16341         (spam-summary-prepare-exit): Rewrite to use the new backend code.
16342         (spam-group-processor-p): Use the new backend code and respect the
16343         summary exit behavior.
16344         (spam-mark-spam-as-expired-and-move-routine): Remove.
16345         (spam-summary-prepare): Change to use the new spam-old-articles
16346         variable.
16347         (spam-copy-or-move-routine, spam-copy-spam-routine)
16348         (spam-move-spam-routine, spam-copy-ham-routine)
16349         (spam-move-ham-routine): Add code to copy/move ham or spam.
16350         (spam-fetch-field-fast): Improve doc and code, plus allow the
16351         'number request.
16352         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
16353         variables.
16354         (spam-split, spam-find-spam): Use the new backend code.
16355         (spam-registration-functions): Remove variable.
16356         (spam-unregister-routine): Add convenience wrapper.
16357         (spam-log-undo-registration, spam-register-routine)
16358         (spam-log-processing-to-registry)
16359         (spam-log-unregistration-needed-p): Rename "check" to "backend"
16360         where possible.
16361         (spam-check-gmane-xref, spam-check-regex-headers)
16362         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
16363         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
16364         (spam-check-bogofilter-headers, spam-check-spamoracle)
16365         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
16366         (spam-check-crm114-headers): Use the spam-split-group that
16367         spam-split prepares, no need to determine it every time.
16368
16369         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
16370         to the nnheader-parse-naked-head call.
16371
16372         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
16373
16374         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
16375         the nnheader-nov-read-message-id call.
16376
16377 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16378
16379         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
16380         gnus-activate-group twice.  Suggested by Markus Peter
16381         <warp@spin.de>.
16382
16383 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16384
16385         * gnus-art.el (gnus-article-time-format): Exchange the order of
16386         day and month in the default value; fix customization type.
16387         (article-date-ut): Use add-text-properties.
16388         (article-make-date-line): Use message-make-date instead of
16389         current-time-string.
16390
16391         * message.el (message-fetch-field): Don't use set-text-properties.
16392         (message-make-date): Simplify.
16393
16394         * messagexmas.el (message-xmas-make-date): New function.
16395         (message-xmas-redefine): Defalias message-make-date to it.
16396
16397 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16398
16399         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
16400         (rfc2047-encode-region): Treat text within parentheses as special;
16401         show the original text when error has occurred.
16402
16403         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
16404         already-computed method to gnus-activate-group.
16405
16406         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
16407         same select-methods identical Lisp objects.
16408
16409         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
16410         object when modifying the info.
16411
16412 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16413
16414         * gnus-srvr.el (gnus-server-set-info): Remove the server from
16415         gnus-opened-servers since it has never been opened with the new
16416         configuration yet.
16417
16418 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16419
16420         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
16421         arg to nnheader-generate-fake-message-id.
16422
16423 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
16424
16425         * nnheader.el (nnheader-generate-fake-message-id): Accept a
16426         number and build a fake message ID localized to a group and
16427         article number (so it's repeatable from that point on).
16428         (nnheader-fake-message-id-p): Change regex to accomodate new fake
16429         ID format.
16430
16431         * gnus-sum.el (gnus-get-newsgroup-headers): Call
16432         nnheader-generate-fake-message-id with the article number.
16433
16434 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
16435
16436         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
16437         end-of-buffer.
16438
16439 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16440
16441         * message.el (message-ignored-supersedes-headers): Add Approved.
16442
16443 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16444
16445         * rfc2047.el (rfc2047-encode-message-header): Remove useless
16446         goto-char.
16447         (rfc2047-encode): Fold the line before encoding.
16448
16449 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16450
16451         * rfc2047.el (rfc2047-encode-message-header): Disabled header
16452         folding -- not all headers can be folded, and this should be done
16453         by the message composition mode.  Probably.  I think.
16454
16455 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16456
16457         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
16458         fast.
16459
16460         * gnus-ems.el (gnus-remove-image): Don't use
16461         message-text-with-property; remove only the image found first.
16462
16463         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
16464         found first.
16465
16466 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
16467
16468         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
16469
16470 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16471
16472         * message.el (message-text-with-property): Make it fast and accept
16473         optional arguments.
16474         (message-strip-forbidden-properties): Use it.
16475         (message-fix-before-sending): Follow the m-t-w-p change.
16476
16477         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
16478
16479 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16480
16481         * gnus-art.el (article-hide-headers): Don't change the buffer
16482         mistakenly when performing mml-preview even if
16483         gnus-single-article-buffer is nil.
16484
16485 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
16486
16487         * message.el (message-expand-name-databases): New user option.
16488         (message-expand-name): Use it.
16489
16490 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
16491
16492         * spam.el (spam-report-articles-resend)
16493         (spam-report-resend-register-routine): Allow ham reporting.
16494         (spam-report-resend-register-ham-routine): Add wrapper.
16495         (spam-registration-functions): Add ham resending functions.
16496         (spam-list-of-processors): Add ham resend processor.
16497
16498         * gnus.el (ham-resend-to): Add new group parameter.
16499         (spam-process): Add ham resend option.
16500
16501         * spam-report.el (spam-report-resend): Allow reporting ham.
16502         (spam-report-resend-ham): Add wrapper.
16503
16504 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16505
16506         * message.el (message-cite-articles-with-x-no-archive): New
16507         variable.
16508         (message-cite-original): Use it.
16509
16510 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16511
16512         * message.el (message-cite-original): Respect X-No-Archive.
16513
16514 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16515
16516         * gnus-art.el (article-hide-headers): Refer to the values for
16517         gnus-ignored-headers and gnus-visible-headers in the summary
16518         buffer since a user may have set them as group parameters.
16519
16520 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
16521
16522         * assistant.el (assistant-node-name): Add convenience function.
16523         (assistant-render-text, assistant-render-node): Add error handling,
16524         plus handle multiple next nodes.
16525         (assistant-find-next-node): Comment out for now.
16526         (assistant-find-next-nodes): Add function, returns list of next
16527         nodes.
16528
16529 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
16530
16531         * mail-source.el (mail-source-directory): Fix doc-string.
16532
16533 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
16534
16535         * assistant.el (assistant-render-text, assistant-eval): Add :set
16536         widget type, which is different because it takes and returns a
16537         list.  Much hilarity ensues.
16538
16539 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
16540
16541         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
16542
16543         * gnus-group.el (gnus-group-get-new-news-this-group): Added
16544         doc-string.
16545
16546         * gnus-start.el (gnus-activate-group): Added doc-string.
16547
16548 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16549
16550         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
16551
16552 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
16553
16554         * assistant.el (assistant-render-text): Try to add a :set
16555         widget, more to come.
16556
16557         * spam.el (spam-group-spam-contents-p): Handle empty groupname
16558         strings.
16559         (spam-report-articles-resend)
16560         (spam-register-routine): Do registration iff any articles warrant
16561         it.
16562         (spam-summary-prepare-exit): Change log message for nil group
16563         destinations.
16564
16565 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
16566
16567         * spam.el (spam-report-resend-register-routine): Allow
16568         spam-report-resend-to to be a group parameter or a global value.
16569
16570 2004-05-26  Simon Josefsson  <jas@extundo.com>
16571
16572         * starttls.el: Merge with my GNUTLS based starttls.el.
16573         (starttls-gnutls-program, starttls-use-gnutls)
16574         (starttls-extra-arguments, starttls-process-connection-type)
16575         (starttls-connect, starttls-failure, starttls-success): New
16576         variables.
16577         (starttls-program, starttls-extra-args): Doc fix.
16578         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
16579         functions.
16580         (starttls-negotiate, starttls-open-stream): Check
16581         `starttls-use-gnutls' and pass on to corresponding *-gnutls
16582         function if it is set.
16583
16584 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16585
16586         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
16587         structured fields.
16588
16589 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16590
16591         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
16592
16593 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
16594
16595         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
16596         variable.
16597         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
16598         assigning the spam-mark to new messages.
16599
16600 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
16601
16602         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
16603
16604 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16605
16606         * dgnushack.el: Autoload customize-set-variable for XEmacs.
16607
16608         * rfc2047.el (rfc2047-encodable-p): Don't move point.
16609         (rfc2047-decode): Treat the ascii coding-system as raw-text by
16610         default.
16611
16612 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
16613
16614         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
16615         correct data.
16616
16617 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
16618
16619         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
16620         (spam-group-processor-p): Fix function.
16621         (spam-group-processor-multiple-p)
16622         (spam-group-spam-processor-report-gmane-p)
16623         (spam-group-spam-processor-report-resend-p)
16624         (spam-group-spam-processor-bogofilter-p)
16625         (spam-group-spam-processor-blacklist-p)
16626         (spam-group-spam-processor-ifile-p)
16627         (spam-group-ham-processor-ifile-p)
16628         (spam-group-spam-processor-spamoracle-p)
16629         (spam-group-spam-processor-crm114-p)
16630         (spam-group-ham-processor-bogofilter-p)
16631         (spam-group-spam-processor-stat-p)
16632         (spam-group-ham-processor-stat-p)
16633         (spam-group-ham-processor-whitelist-p)
16634         (spam-group-ham-processor-BBDB-p)
16635         (spam-group-ham-processor-spamoracle-p)
16636         (spam-group-ham-processor-copy-p): Remove functions with some
16637         prejudice against unneeded code.
16638         (spam-report-articles-resend)
16639         (spam-report-resend-register-routine): Allow the group/topic
16640         spam-resend-to value to override spam-report-resend-to.
16641         (spam-summary-prepare-exit): Invoke spam-group-processor-p
16642         properly now.
16643
16644         * gnus.el (spam-resend-to): Add group/topic parameter.
16645         (spam-process): Move the OBSOLETE processors to the end of the
16646         choices.
16647
16648 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
16649
16650         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
16651         with resend-to set to nil, and then ask the user if necessary.
16652         (spam-report-resend): spam-report-resend takes a list of articles, not
16653         separate article numbers.
16654
16655 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16656
16657         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
16658         addition to emacs-w3m.
16659
16660 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16661
16662         * assistant.el (assistant-authinfo-data): New function.
16663         (assistant-eval): Eval for entire assistant.
16664
16665         * netrc.el (netrc-services-file): New variable.
16666         (netrc-parse-services): New function.
16667         (netrc-find-service-name): New function.
16668         (netrc-find-service-number): New function.
16669         (netrc-port-equal): New function.
16670         (netrc-machine): Use it.
16671
16672         * nnimap.el (nnimap-open-connection): Use netrc.
16673
16674         * gnus-util.el (gnus-netrc-get): Remove aliases.
16675
16676         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
16677
16678         * assistant.el (wid-edit): Fix compilation.
16679
16680         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
16681
16682 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
16683
16684         * gnus-util.el (gnus-set-file-modes): New function.  (small
16685         patch).
16686
16687 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16688
16689         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
16690
16691         * assistant.el (assistant-render-node): Fix up rendering and
16692         read-only text.
16693         (assistant-render-node): Reset.
16694         (assistant-make-read-only): Not sticky.
16695
16696 2004-05-20  Danny Siu  <dsiu@adobe.com>
16697
16698         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
16699         centered even when gnus-auto-center-summary is t.
16700
16701 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16702
16703         * dns.el (dns-get-txt-answer): New function.
16704         (dns-read-txt): Ditto.
16705         (query-dns): Use it.
16706
16707 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16708
16709         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
16710         active for foreign groups even if the group level is higher than
16711         the specified value.
16712
16713 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16714
16715         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
16716         non-active groups.
16717
16718         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
16719
16720 2004-05-20  Magnus Henoch  <mange@freemail.hu>
16721
16722         * dns.el (dns-read-type): Add support for SVR.  (small patch)
16723
16724 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
16725
16726         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
16727         (spam-crm114-header, spam-crm114-spam-switch)
16728         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
16729         (spam-crm114-positive-spam-header)
16730         (spam-crm114-database-directory, spam-list-of-processors)
16731         (spam-group-spam-processor-crm114-p)
16732         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
16733         (spam-generic-score, spam-list-of-checks)
16734         (spam-list-of-statistical-checks, spam-registration-functions)
16735         (spam-check-crm114-headers, spam-crm114-score)
16736         (spam-check-crm114, spam-crm114-register-with-crm114)
16737         (spam-crm114-register-spam-routine)
16738         (spam-crm114-unregister-spam-routine)
16739         (spam-crm114-register-ham-routine)
16740         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
16741         asjo@koldfront.dk (Adam Sjøgren).
16742
16743         * gnus.el: Add spam-use-crm114.
16744
16745         * spam.el (spam-list-of-processors, spam-registration-functions):
16746         Add spam-use-resend.
16747         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
16748         (spam-report-articles-gmane): Add doc fix.
16749         (spam-report-articles-resend, spam-report-resend-register-routine):
16750         Add wrappers around spam-report-resend-to.
16751
16752         * spam-report.el (spam-report-resend-to, spam-report-resend):
16753         Add support for resending spam.
16754         (spam-report-gmane): Fix line length >80.
16755
16756         * gnus.el (spam-process): Add spam-use-resend.
16757
16758 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16759
16760         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
16761         number of processed spam messages.
16762         (spam-ham-copy-or-move-routine): Return the number of processed
16763         ham messages.
16764         (spam-summary-prepare-exit): Use the above values to decide
16765         whether status messages shouled be displayed.
16766
16767 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16768
16769         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
16770         `rfc2047-encoding-function-alist' in order to avoid conflicting
16771         with the old version.
16772         (rfc2047-encode-region): Concatenate words containing non-ASCII
16773         characters in structured fields; don't encode space-delimited
16774         ASCII words even in unstructured fields; don't break words at
16775         char-category boundaries.
16776         (rfc2047-encode-1): New function.
16777         (rfc2047-encode): Use it; encode text so that it occupies the
16778         maximum width within 76-column; work correctly on Q encoding for
16779         iso-2022-* charsets.
16780         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
16781         sure not to break a line just after the header name.
16782         (rfc2047-b-encode-region): Removed.
16783         (rfc2047-b-encode-string): New function.
16784         (rfc2047-q-encode-region): Removed.
16785         (rfc2047-q-encode-string): New function.
16786
16787         * mm-util.el (mm-replace-in-string): New function.
16788
16789 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16790
16791         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
16792         get it right.
16793         (gnus-inews-make-draft): Really.
16794
16795 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
16796
16797         * nnmh.el (nnmh-request-list-1): Don't check the link count
16798         before descending.  (small patch)
16799
16800 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16801
16802         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
16803         stuff.
16804
16805         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
16806         on real group name.
16807
16808         * gnus-art.el (gnus-signature-limit): Doc fix.
16809
16810         * gnus-msg.el (gnus-inews-make-draft): Quote list.
16811
16812         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
16813
16814 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
16815
16816         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
16817         isn't a string.
16818
16819 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16820
16821         * gnus-draft.el (gnus-draft-send): Bind
16822         rfc2047-encode-encoded-words.
16823
16824         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
16825         (rfc2047-encodable-p): Say that =? needs encoding.
16826         (rfc2047-encode-encoded-words): New variable.
16827
16828         * gnus-group.el (gnus-group-select-group): Doc fix.
16829
16830         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
16831
16832         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
16833         to nil.
16834
16835         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
16836
16837         * nnheader.el (nnheader-get-lines-and-char): New function.
16838
16839 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
16840
16841         * gnus-msg.el (gnus-summary-followup-with-original): Document
16842         yanking of region when active.
16843
16844 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16845
16846         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
16847         groups if the group level is higher than the specified value.
16848
16849 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16850
16851         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
16852         (gnus-group-jump-to-group): Added prefix argument using
16853         `gnus-group-jump-to-group-prompt'.  Query before jumping to
16854         non-active group.
16855
16856         * compface.el (uncompface): Be verbose when changing
16857         `uncompface-use-external'.
16858
16859         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
16860         handle manual section.
16861
16862 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16863
16864         * gnus-art.el (gnus-button-alist): Revert previous change.
16865
16866 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16867
16868         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
16869
16870 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16871
16872         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
16873         whether backend can accept message.
16874
16875         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
16876
16877 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
16878
16879         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
16880         Avoid creating directory when nntp-marks-is-evil is true.
16881         Reported by Reiner Steib.
16882
16883 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16884
16885         * gnus-picon.el (gnus-picon-style): New variable.
16886         (gnus-picon-insert-glyph): Added optional `nostring' argument.
16887         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
16888         Jesper Harder <harder@ifa.au.dk>.
16889
16890 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16891
16892         * message.el (message-fill-field): Return point.
16893         (message-generate-headers): Go to end of field.
16894
16895         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
16896         stuff for non-living groups.
16897
16898 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
16899
16900         * gnus-art.el (gnus-article-followup-with-original)
16901         (gnus-article-reply-with-original): gnus-mark-active-p ->
16902         gnus-region-active-p.
16903
16904 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
16905
16906         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
16907         only when there is spam or ham to be processed.
16908
16909 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16910
16911         * mail-source.el (mail-source-delete-crash-box): Refactor.
16912         (mail-source-fetch): Use it.
16913         (mail-source-fetch-file): Ditto.
16914         (mail-source-fetch-directory): Run postscript in loop.
16915         (mail-source-fetch-pop): Delete.
16916         (mail-source-fetch-maildir): Ditto.
16917         (mail-source-fetch-imap): Ditto.
16918
16919         * imap.el (imap-authenticators): Comment out sasl.
16920
16921         * message.el (message-skip-to-next-address): New function.
16922         (message-fill-header-address): Refactor.
16923         (message-fill-address): Use it.
16924         (message-delete-address): Use it.
16925         (message-fill-header-general): Refactor.
16926         (message-fill-field-address): Rename.
16927         (message-narrow-to-field): Find the start of the header.
16928         (message-header-format-alist): Don't pre-fill.
16929         (message-fill-header): Removed.
16930         (message-insert-header): New function.
16931         (message-shorten-references): Use it.
16932
16933         * rfc2047.el (rfc2047-field-value): Strip props.
16934
16935         * mail-parse.el (mail-header-make-address): New alias.
16936
16937         * ietf-drums.el (ietf-drums-make-address): New function.
16938
16939         * imap.el: Add compiler directives.
16940
16941         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
16942
16943         * gnus-art.el (article-decode-idna-rhs): Don't use
16944         message-idna-inside-rhs-p.
16945
16946 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16947
16948         * message.el (message-idna-inside-rhs-p): Removed.
16949         (message-idna-to-ascii-rhs-1): Use proper address parsing.
16950
16951         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
16952         false positives.
16953
16954 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
16955
16956         * imap.el (imap-sasl-make-mechanisms): Use sasl.
16957
16958 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16959
16960         * nneething.el (nneething-file-name): Don't create spurious
16961         files.
16962
16963         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
16964         (gnus-inews-do-gcc): Remove sleep.
16965
16966         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
16967         part under point.
16968
16969         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
16970         (gnus-agent-regenerate-group): Using nil messages aren't valid.
16971
16972 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
16973
16974         * spam.el (spam-summary-prepare-exit): Fixed (length).
16975
16976 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
16977
16978         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
16979         as expired without moving it" message when there are spam
16980         messages left.
16981
16982 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
16983
16984         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
16985         header is not nil.
16986
16987 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
16988
16989         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
16990         nntp-possibly-create-directory, not nntp-possibly-change-group.
16991         (nntp-marks-changed-p): New arg SERVER.
16992         (nntp-request-update-info): Adjust caller.
16993
16994 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
16995
16996         * nntp.el (nntp-save-marks): Pass missing arg.
16997
16998 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
16999
17000         * nntp.el: Support marks.
17001         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
17002         (nntp-marks-modtime, nntp-marks-directory): New variables.
17003         (nntp-request-set-mark, nntp-request-update-info)
17004         (nntp-possibly-create-directory, nntp-marks-changed-p)
17005         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
17006         functions.
17007
17008 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
17009
17010         * gnus-xmas.el (gnus-xmas-select-lowest-window)
17011         (gnus-xmas-redefine): Rename.
17012
17013         * gnus-score.el (gnus-score-insert-help): Use
17014         gnus-select-lowest-window.
17015
17016         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
17017         appt-select-lowest-window and rename to gnus-select-lowest-window.
17018
17019         * gnus.el: do.
17020
17021 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17022
17023         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
17024         encodings of MIME-encoded words, in order to improve
17025         interoperability with several broken MUAs.
17026
17027 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17028
17029         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
17030         tags, only when charsets are not specified in headers.
17031         (mm-inline-text-html-render-with-w3m): Ditto.
17032
17033         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
17034         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
17035
17036 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17037
17038         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
17039         instead of MIME-decoded from fields when checking
17040         `gnus-article-address-banner-alist'.
17041
17042 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
17043
17044         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
17045         description rather than subject.
17046
17047 2004-05-02  Steve Youngs  <steve@youngs.au.com>
17048
17049         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
17050
17051 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17052
17053         * gnus.el (gnus-version-number): Bump.
17054
17055 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17056
17057         * gnus.el: No Gnus v0.2 is released.
17058
17059 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17060
17061         * gnus-agent.el (gnus-agent-read-agentview): Inline
17062         gnus-uncompress-range.
17063
17064 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17065
17066         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
17067         `exec-installed-p'.
17068
17069 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17070
17071         * gnus.el (spam-process, spam-autodetect-methods): Add
17072         bsfilter and bsfilter-headers.
17073
17074         * spam.el (spam-bsfilter): New customize group.
17075         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
17076         (spam-bsfilter-header, spam-bsfilter-probability-header)
17077         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
17078         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
17079         (spam-bsfilter-database-directory): New options.
17080         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
17081         (spam-list-of-statistical-checks, spam-registration-functions):
17082         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
17083         (spam-bsfilter-score): New command.
17084         (spam-check-bsfilter-headers, spam-check-bsfilter)
17085         (spam-bsfilter-register-with-bsfilter)
17086         (spam-bsfilter-register-spam-routine)
17087         (spam-bsfilter-unregister-spam-routine)
17088         (spam-bsfilter-register-ham-routine)
17089         (spam-bsfilter-unregister-ham-routine): New functions.
17090         (spam-generic-score): Support bsfilter; Accept an optional argument
17091         to recalcurate spam score even if scoring header has already been
17092         added.
17093         (spam-bogofilter-score, spam-spamassassin-score): Accept an
17094         optional argument to recalcurate spam score even if scoring header
17095         has already been added.
17096
17097 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
17098
17099         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
17100         strings!  Reported by David D. Smith <davidsmith@acm.org>.
17101         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
17102         link is missing.
17103
17104 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
17105
17106         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
17107         (html2text-get-attr): Rewrite.
17108
17109         * message.el (message-setup-1): Remove redundant put-text-property
17110         on mail-header-separator.
17111
17112 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
17113
17114         * gnus-registry.el (gnus-registry-cache-whitespace)
17115         (gnus-registry-action, gnus-registry-spool-action)
17116         (gnus-registry-split-fancy-with-parent): Change message levels
17117         from 5 to 3 or 7, as needed.
17118
17119         * spam.el (spam-summary-prepare-exit)
17120         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
17121         (spam-split, spam-find-spam, spam-log-undo-registration)
17122         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
17123         level from 5 to 6.
17124
17125 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17126
17127         * gnus-ems.el: Autoload appt-select-lowest-window (revert
17128         2004-03-04 change).
17129
17130 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
17131
17132         * sieve-manage.el (sieve-manage-open):
17133         * nnweb.el (nnweb-insert-html):
17134         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
17135         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
17136         * nnspool.el (nnspool-request-group):
17137         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
17138         * nnml.el (nnml-request-update-info):
17139         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
17140         (nnmh-request-create-group, nnmh-update-gnus-unreads):
17141         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
17142         (nnimap-request-set-mark):
17143         * nnfolder.el (nnfolder-request-update-info):
17144         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
17145         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
17146         * gnus-uu.el (gnus-uu-find-articles-matching):
17147         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
17148         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
17149         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
17150         * gnus-nocem.el (gnus-nocem-scan-groups):
17151         * gnus-int.el (gnus-start-news-server):
17152         * gnus-group.el (gnus-group-make-kiboze-group)
17153         (gnus-group-browse-foreign-server):
17154         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
17155         Use mapc when appropriate.
17156
17157 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
17158
17159         FIXME: Make separate entries for each person.
17160
17161         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
17162         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
17163         <shields@msrl.com>:
17164
17165         * spam.el (spam-necessary-extra-headers): Get the extra headers we
17166         may need for spam sorting and scoring.
17167         (spam-user-format-function-S): Add user format function suitable for
17168         general use.
17169         (spam-article-sort-by-spam-status): Add sorting function for summary
17170         sorting.
17171         (spam-extra-header-to-number): Add function to get a score from a
17172         header.
17173         (spam-summary-score): Add function to get a numeric score from the
17174         headers.
17175         (spam-generic-score): Fix function doc, was in wrong place.
17176         (spam-initialize): Take symbols when it's run, and install the
17177         extra headers that spam-necessary-extra-headers thinks we need.
17178
17179 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
17180
17181         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
17182         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17183
17184 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
17185
17186         * gnus-sum.el (gnus-set-global-variables)
17187         (gnus-build-all-threads, gnus-get-newsgroup-headers)
17188         (gnus-article-get-xrefs, gnus-summary-best-group)
17189         (gnus-summary-next-article, gnus-summary-enter-digest-group)
17190         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
17191         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
17192         Use with-current-buffer.
17193
17194 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
17195
17196         * spam.el (spam-summary-prepare-exit): Simplify logic.
17197         (spam-fetch-article-header): Read the article header if it's not
17198         available.
17199         (spam-list-articles): Simplify logic.
17200         (spam-filelist-register-routine): Fix bug with unregister-list.
17201
17202         * gnus-registry.el: Fix comments at beginning.
17203
17204 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
17205
17206         * message.el (message-cater-to-broken-inn): Remove.
17207         (message-shorten-references): Make sure the total folded length of
17208         References is shorter than 998 characters to cater to a bug in INN
17209         2.3.  Also, don't pretend that references aren't folded -- this
17210         hasn't worked for a while.
17211
17212 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17213
17214         * gnus-agent.el (gnus-agentize):
17215         gnus-agent-send-mail-real-function no longer set to current value
17216         of message-send-mail-function but rather a lambda that calls
17217         message-send-mail-function.  The change makes the agent real-time
17218         responsive to user changes to message-send-mail-function.
17219
17220 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17221
17222         * legacy-gnus-agent.el
17223         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
17224         help from Florian Weimer <fw@deneb.enyo.de>
17225
17226 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17227
17228         * nnmail.el (nnmail-cache-insert): Revert last change.
17229
17230 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17231
17232         * nnmail.el (nnmail-cache-insert): Always check whether
17233         nnmail-cache-ignore-groups matches a group name.
17234
17235 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
17236
17237         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
17238         (spam-find-spam, spam-log-processing-to-registry)
17239         (spam-log-registered-p, spam-log-unregistration-needed-p)
17240         (spam-log-undo-registration): Use gnus-message instead of
17241         gnus-error, none of these errors are fatal.
17242
17243         * gnus-registry.el (gnus-registry-clean-empty-function)
17244         (gnus-registry-clean-empty): Remove only empty entries without
17245         extra data.
17246
17247 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
17248
17249         * spam-stat.el (spam-stat-buffer-change-to-spam)
17250         (spam-stat-buffer-change-to-non-spam): Change (error) to
17251         (gnus-message 8) invocation.
17252
17253 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17254
17255         * nntp.el (nntp-via-netcat-command): New variable.
17256         (nntp-via-netcat-switches): New variable.
17257         (nntp-open-via-rlogin-and-netcat): New function.
17258         (nntp-open-connection-function): Doc fix.
17259         (nntp-telnet-command): Doc fix.
17260         (nntp-end-of-line): Doc fix.
17261         (nntp-via-rlogin-command): Doc fix.
17262         (nntp-via-user-name): Doc fix.
17263         (nntp-via-address): Doc fix.
17264
17265 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17266
17267         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
17268         error in Emacs 21.1.
17269
17270 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
17271
17272         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
17273
17274 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17275
17276         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
17277         (gnus-agent-with-refreshed-group): New macro.
17278         (gnus-agent-rename-group): New function.
17279         (gnus-agent-delete-group): New function.
17280         (gnus-agent-save-group-info): Use gnus-command-method when
17281         `method' parameter is nil.  Don't write nil entries into the
17282         active file.
17283         (gnus-agent-get-group-info): New function.
17284         (gnus-agent-fetch-articles): Use
17285         gnus-agent-update-files-total-fetched-for to increment disk space
17286         used.
17287         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
17288         gnus-agent-update-view-total-fetched-for to increment disk space
17289         used.
17290         (gnus-agent-get-local): Added optional parameters to avoid calling
17291         gnus-group-real-name and gnus-find-method-for-group.
17292         (gnus-agent-set-local): Delete stored entry if either min, or max,
17293         are nil.
17294         (gnus-agent-fetch-session): Reworded error/quit messages.  On
17295         quit, use gnus-agent-regenerate-group to record existance of any
17296         articles fetched to disk before the quit occurred.
17297         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
17298         gnus-agent-update-view-total-fetched-for, and
17299         gnus-agent-update-files-total-fetched-for to decrement disk space
17300         used.
17301         (gnus-agent-retrieve-headers): Use
17302         gnus-agent-update-view-total-fetched-for to increment disk space
17303         used.
17304         (gnus-agent-regenerate-group): Replace gnus-group-update-group
17305         with gnus-agent-update-files-total-fetched-for to decrement disk
17306         space and fresh group buffer.
17307         (gnus-agent-inhibit-update-total-fetched-for): New variable.
17308         (gnus-agent-need-update-total-fetched-for): New variable.
17309         (gnus-agent-update-files-total-fetched-for): New function.
17310         (gnus-agent-update-view-total-fetched-for): New function.
17311         (gnus-agent-total-fetched-for): New function.
17312
17313         * gnus-cache.el (gnus-cache-save-buffers): Use
17314         gnus-cache-update-overview-total-fetched-for to change disk space
17315         used by this group.
17316         (gnus-cache-possibly-enter-article): Use
17317         gnus-cache-update-file-total-fetched-for to increment disk space
17318         used by this group.
17319         (gnus-cache-possibly-remove-article): Use
17320         gnus-cache-update-file-total-fetched-for to decrement disk space
17321         used by this group.
17322         (gnus-cache-generate-nov-databases): Purge total fetched cache.
17323         (gnus-cache-rename-group): New function.
17324         (gnus-cache-delete-group): New function.
17325         (gnus-cache-inhibit-update-total-fetched-for): New variable.
17326         (gnus-cache-need-update-total-fetched-for): New variable.
17327         (gnus-cache-with-refreshed-group): New macro.
17328         (gnus-cache-update-file-total-fetched-for): New function.
17329         (gnus-cache-update-overview-total-fetched-for): New function.
17330         (gnus-cache-rename-group-total-fetched-for): New function.
17331         (gnus-cache-delete-group-total-fetched-for): New function.
17332         (gnus-cache-total-fetched-for): New function.
17333
17334         * gnus-group.el: Require gnus-sum and autoload functions to
17335         resolve warnings when gnus-group.el compiled alone.
17336         (gnus-group-line-format): Documented new %F.
17337         (size of Fetched data) group line format; identifies disk space
17338         used by agent and cache.
17339         (gnus-group-line-format-alist): Defined new F format.
17340         (gnus-total-fetched-for): New function.
17341         (gnus-group-delete-group): No longer update
17342         gnus-cache-active-altered as gnus-request-delete-group now keeps
17343         the cache in sync.
17344         (gnus-group-list-active): Let the agent store a server's active
17345         list if currently plugged.
17346
17347         * gnus-int.el (gnus-request-delete-group):
17348         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
17349         local disk in sync with the server.
17350         (gnus-request-rename-group):
17351         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
17352         local disk in sync with the server.
17353
17354         * gnus-start.el (gnus-get-unread-articles):
17355         Cosmetic simplification to logic.
17356
17357         * gnus-util.el (gnus-rename-file): New function.
17358
17359 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
17360
17361         * mm-util.el (mm-image-load-path): Handle nil in load-path.
17362
17363 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
17364
17365         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
17366         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
17367
17368 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
17369
17370         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
17371         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
17372
17373 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
17374
17375         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
17376
17377 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
17378
17379         * spam.el (spam-set-difference): Add function to replace
17380         gnus-set-difference in spam.el.
17381         (spam-summary-prepare-exit): Use spam-set-difference.
17382
17383 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
17384
17385         * gnus-registry.el (gnus-registry-cache-file): Update to use
17386         gnus-dribble-directory OR gnus-home-directory OR ~.
17387         (gnus-registry-split-fancy-with-parent): Fix doc.
17388
17389 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17390
17391         * message.el (message-exchange-point-and-mark): Use
17392         message-mark-active-p.  Suggested by Jesper Harder
17393         <harder@ifa.au.dk>.
17394
17395 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17396
17397         * message.el (message-exchange-point-and-mark): Don't activate
17398         region if it was inactive.  Suggested by Hiroshi Fujishima
17399         <pooh@nature.tsukuba.ac.jp>.
17400
17401 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17402
17403         * gnus-art.el (article-display-face): Display Faces in the same
17404         order as X-Faces.
17405
17406 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17407
17408         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
17409
17410 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17411
17412         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
17413         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
17414         (gnus-article-mime-hierarchy): Remove.
17415         (gnus-article-mime-hierarchy-next): Remove.
17416         (gnus-article-mode): Revert 2004-03-19 change.
17417         (gnus-article-setup-buffer): Revert 2004-03-19 change.
17418         (gnus-insert-mime-button): Revert 2004-03-19 change.
17419         (gnus-mime-accumulate-hierarchy): Remove.
17420         (gnus-mime-enter-multipart): Remove.
17421         (gnus-mime-leave-multipart): Remove.
17422         (gnus-mime-display-part): Revert 2004-03-19 change.
17423         (gnus-mime-display-alternative): Revert 2004-03-19 change.
17424
17425         * mml.el (mml-preview): Revert 2004-03-19 change.
17426
17427 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
17428
17429         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
17430
17431 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17432
17433         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
17434         t while entering a file name using the mm-with-multibyte macro.
17435         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17436
17437         * mm-util.el (mm-with-multibyte): New macro.
17438
17439 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17440
17441         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
17442         user option.
17443         (gnus-mime-multipart-functions): Doc and customization fix.
17444         (gnus-article-mime-hierarchy): New variable.
17445         (gnus-article-mime-hierarchy-next): New variable.
17446         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
17447         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
17448         gnus-article-mime-hierarchy-next to nil.
17449         (gnus-insert-mime-button): Show hierarchy numbers.
17450         (gnus-mime-accumulate-hierarchy): New function.
17451         (gnus-mime-enter-multipart): New function.
17452         (gnus-mime-leave-multipart): New function.
17453         (gnus-mime-display-part): Recompute hierarchical MIME structure.
17454         (gnus-mime-display-alternative): Show hierarchy numbers.
17455
17456         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
17457         gnus-article-mime-hierarchy-next to nil.
17458
17459 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
17460
17461         * dns.el: Don't require gnus-xmas.
17462
17463 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
17464
17465         * mml.el (mml-generate-mime-1): Don't use format=flowed with
17466         inline PGP.
17467         (mml-menu): Disable mml-quote-region if mark is inactive.
17468
17469 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17470
17471         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
17472         when the group's active is not available.
17473
17474 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17475
17476         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
17477         error.
17478
17479 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
17480
17481         * imap.el (imap-store-password): New variable.
17482         (imap-interactive-login): Use it.
17483         Suggested by Mark Plaksin <happy@mcplaksin.org>.
17484
17485 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17486
17487         * gnus-art.el (gnus-article-read-summary-keys): Restore new
17488         window-start and hscroll to summary window.
17489
17490 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17491
17492         * gnus-start.el (gnus-convert-old-newsrc): Only write the
17493         conversion message to newsrc-dribble when an actual conversion is
17494         performed.
17495
17496 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
17497
17498         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
17499
17500 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17501
17502         * mm-decode.el (mm-complicated-handles): New function reviving
17503         former definition of mm-multiple-handles.
17504
17505         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
17506         (gnus-mime-delete-part): Use it.
17507
17508 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17509
17510         * gnus-agent.el (gnus-agent-read-local): Bind
17511         nnheader-file-coding-system to gnus-agent-file-coding-system to
17512         avoid the implicit assumption that they will always be equal.
17513         (gnus-agent-save-local): Bind buffer-file-coding-system, not
17514         coding-system-for-write, as the with-temp-file macro first prints
17515         to a buffer then saves the buffer.
17516
17517 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17518
17519         * gnus-art.el (gnus-article-edit-part): New function.
17520         (gnus-mime-save-part-and-strip): Use it; do query instead of
17521         signaling an error; don't use mm-multiple-handles.
17522         (gnus-mime-delete-part): Ditto.
17523
17524 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17525
17526         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
17527         old file versions.
17528         (gnus-group-prepare-hook): Removed function that converted list
17529         form of gnus-agent-expire-days to group properties.
17530
17531         * gnus-int.el: Autoload gnus-agent-regenerate-group.
17532         (gnus-request-accept-article): Re-indented.
17533
17534         * gnus-start.el (gnus-convert-old-newsrc): Registered new
17535         converters to handle old agent file formats.  Added logic for a
17536         "backup before upgrading warning".
17537         (gnus-convert-mark-converter-prompt): Developers can mark
17538         functions as needing (default), or not needing,
17539         gnus-convert-old-newsrc's "backup before upgrading warning".
17540         (gnus-convert-converter-needs-prompt): Tests whether the user
17541         should be protected from potentially irreversable changes by the
17542         function.
17543
17544         * legacy-gnus-agent.el: New.  Provides converters that are only
17545         loaded when gnus-convert-old-newsrc needs to call them.
17546
17547 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17548
17549         * mail-source.el (mail-source-touch-pop): Doc fix.
17550
17551         * message.el (message-smtpmail-send-it): Doc fix.
17552
17553 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
17554
17555         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
17556
17557         * nnmail.el (nnmail-split-fancy): do.
17558
17559         * gnus-kill.el (gnus-kill, gnus-execute): do.
17560
17561 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
17562
17563         * gnus-sum.el (gnus-widget-reversible-match)
17564         (gnus-widget-reversible-to-internal)
17565         (gnus-widget-reversible-to-external): New functions.
17566         (gnus-widget-reversible): New widget.
17567         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
17568
17569 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
17570
17571         * gnus-sum.el (gnus-thread-sort-functions)
17572         (gnus-article-sort-functions): Document `(not F)' items.
17573
17574 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
17575
17576         * spam.el (spam-use-gmane-xref): Add new backend.
17577         (spam-gmane-xref-spam-group): Add variable to control the name of the
17578         Gmane spam group.
17579         (spam-blackhole-servers, spam-blackhole-good-server-regex)
17580         (spam-regex-headers-spam, spam-regex-headers-ham)
17581         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
17582         (spam-list-of-checks): Add spam-use-gmane-xref to list of
17583         backends and checks.
17584         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
17585
17586         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
17587         an autodetect method.
17588
17589 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17590
17591         * gnus-int.el (gnus-request-accept-article): Inform the agent that
17592         articles are being added to a group.
17593         (gnus-request-replace-article): Inform the agent that articles
17594         need to be uncached as the cached contents are no longer valid.
17595
17596 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17597
17598         * binhex.el: Don't autoload executable-find.
17599
17600         * canlock.el: Don't autoload mail-fetch-field.
17601
17602         * dgnushack.el: Autoload c-mode for XEmacs.
17603
17604         * gnus-ems.el: Don't autoload appt-select-lowest-window.
17605
17606         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
17607         rmail-dont-reply-to and rmail-output.
17608
17609         * gnus-score.el: Don't autoload ffap-string-at-point.
17610
17611         * gnus-setup.el: Don't autoload sc-cite-original.
17612
17613         * imap.el: Don't autoload base64-decode-string,
17614         base64-encode-string and md5.
17615
17616         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
17617         and rmail-msg-restore-non-pruned-header.
17618
17619         * mm-decode.el: Don't autoload executable-find.
17620
17621         * mm-url.el: Don't autoload executable-find.
17622
17623         * mm-view.el: Don't autoload diff-mode.
17624
17625         * nndb.el: Don't autoload news-reply-mode, news-setup,
17626         cancel-timer and telnet.
17627
17628         * password.el: Don't autoload run-at-time for Emacs.
17629
17630         * sha1-el.el: Don't autoload executable-find.
17631
17632         * sieve-mode.el: Don't autoload c-mode.
17633
17634         * uudecode.el: Don't autoload executable-find.
17635
17636 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17637
17638         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
17639         (gnus-agent-possibly-alter-active): Avoid null in numeric
17640         comparison.
17641         (gnus-agent-set-local): Refuse to save null in local object table.
17642         (gnus-agent-regenerate-group): The REREAD parameter can now be a
17643         list of articles that will be marked as unread.
17644
17645 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17646
17647         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
17648
17649 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
17650
17651         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
17652         language tags.
17653
17654 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
17655
17656         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
17657         Don't bind "obarray".
17658
17659         * gnus-sum.el (gnus-thread-sort-functions): Added
17660         `gnus-thread-sort-by-most-recent-number' and
17661         `gnus-thread-sort-by-most-recent-date'.
17662         Reported by Kai Grossjohann <kai@emptydomain.de>.
17663
17664 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17665
17666         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
17667
17668 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17669
17670         * gnus-cus.el (gnus-agent-customize-category): Removed
17671         ignore-errors macro reference that required cl to be loaded at
17672         run-time.
17673
17674         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
17675         single-interval range of the form (min . max).  Previously the
17676         range had to look like ((min . max)).  Likewise, return
17677         (min . max) rather than ((min . max)).
17678         (gnus-range-map): Use gnus-range-normalize to accept
17679         single-interval range.
17680
17681         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
17682         the cache, but not the agent, now appear with their usual face.
17683
17684         * dgnushack.el (loaddir): New variable that is bound to the
17685         directory containing the dgnushack.el file. Use loaddir, rather
17686         than srcdir, to update load-path. Change lets dgnushack compile
17687         code in directories other than GNUS/lisp.
17688
17689 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17690
17691         * lpath.el: Don't bind w3m-safe-url-regexp.
17692
17693         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
17694         w3m-safe-url-regexp variable buffer-local.
17695
17696         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17697
17698 2004-02-27  Simon Josefsson  <jas@extundo.com>
17699
17700         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
17701         gnus-group-real-prefix.
17702         (gnus-summary-move-article): Use it, instead of
17703         gnus-group-real-prefix.
17704
17705 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17706
17707         * lpath.el: Bind w3m-safe-url-regexp.
17708
17709         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
17710         w3m-safe-url-regexp variable buffer-local and set it as the value
17711         of mm-w3m-safe-url-regexp.
17712
17713         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17714
17715         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
17716         parsing gnus-posting-styles when the message is not for replying.
17717
17718         * dgnushack.el: Autoload sgml-mode for XEmacs.
17719
17720         * nnrss.el (nnrss-opml-export): Use
17721         mm-set-buffer-file-coding-system instead of
17722         set-buffer-file-coding-system.
17723
17724 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
17725
17726         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
17727         of checkdoc.el).
17728         * nnrss.el: do.
17729         * gnus-mlspl.el: do.
17730         * gnus-ml.el: do.
17731         * gnus-srvr.el: do.
17732
17733         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
17734
17735 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
17736
17737         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
17738         Corrections to custom-manual links.
17739
17740         * gnus-art.el (gnus-article): Ditto.
17741
17742         * mm-decode.el (mime-display, mime-security): Ditto.
17743
17744 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17745
17746         * flow-fill.el: Typo.
17747
17748 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
17749
17750         * spam-wash.el: New file.
17751
17752 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
17753
17754         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
17755
17756 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
17757
17758         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
17759         to be run with new-articles as LIST1, not LIST2.
17760         (spam-registration-functions): Add spam-use-ham-copy as a nil
17761         registration backend.
17762
17763 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17764
17765         * spam-stat.el (spam-stat-washing-hook): New option.
17766         (spam-stat-buffer-words): Use it.
17767         (spam-stat-process-directory, spam-stat-test-directory): Use
17768         insert-file-contents-literally.
17769         (spam-stat-coding-system): New variable.
17770         (spam-stat-load, spam-stat-save): Use it.
17771
17772 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17773
17774         * spam-report.el (spam-report-plug-agent): Quote
17775         spam-report-url-to-file and spam-report-url-ping-plain.
17776
17777 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
17778
17779         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
17780         / in mailto URLs.
17781
17782 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17783
17784         * spam-report.el (spam-report-process-queue): Fix interactive use.
17785         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
17786         (spam-report-unplug-agent): Doc fixes.
17787         (spam-report-url-ping-mm-url, spam-report-url-to-file)
17788         (spam-report-agentize, spam-report-deagentize): Autoload.
17789
17790 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17791
17792         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
17793
17794         * message.el (message-setup-fill-variables): Add mml tags to
17795         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
17796         <ajk@iu.edu>.
17797         (message-mode): Don't modify paragraph-separate there.
17798
17799 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17800
17801         * compface.el (uncompface-use-external): Default to undecided.
17802         (uncompface-use-external-threshold): New variable.
17803         (uncompface-float-time): New macro.
17804         (uncompface): Determine whether to use the external decoder if
17805         uncompface-use-external is undecided.
17806
17807 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17808
17809         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
17810         after images.
17811
17812         * gnus-art.el (gnus-mime-display-single): Remove dead code.
17813
17814 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
17815
17816         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
17817
17818         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
17819
17820         * gnus-sum.el (gnus-summary-limit-to-age)
17821         (gnus-summary-limit-children): do.
17822
17823         * gnus-int.el (gnus-request-scan): do.
17824
17825         * gnus-group.el (gnus-group-suspend): do.
17826
17827         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
17828
17829         * gnus-cite.el (gnus-cite-parse-attributions): do.
17830
17831         * gnus-agent.el (gnus-summary-set-agent-mark)
17832         (gnus-agent-regenerate-group): do.
17833
17834         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
17835
17836         * binhex.el (binhex-decode-region-internal): do.
17837
17838 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17839
17840         * gnus-fun.el (gnus-face-properties-alist): New user option.
17841         (gnus-display-x-face-in-from): Use it.
17842
17843         * gnus-art.el (article-display-face): Ditto.
17844
17845         * compface.el (uncompface-use-external): Default to nil.
17846
17847 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
17848
17849         * nntp.el (nntp-erase-buffer): New function.
17850         (nntp-retrieve-data, nntp-send-command)
17851         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
17852         (nntp-possibly-change-group): Use it.
17853
17854         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
17855         with-current-buffer.
17856
17857 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
17858
17859         * compface.el: Merge the ELisp-based uncompface program.
17860         (compface): New customization group.
17861         (uncompface-use-external): New user option.
17862         (uncompface): Call uncompface-internal if uncompface-use-external
17863         is nil.
17864         (uncompface-internal): New function.  Note that there are also
17865         some other functions and variables added for this function.
17866
17867 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
17868
17869         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
17870         if necessary.
17871
17872 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
17873
17874         * spam-report.el (spam-report-unplug-agent)
17875         (spam-report-plug-agent, spam-report-deagentize)
17876         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
17877         Add support for the Agent in spam-report: when unplugged, report to a
17878         file; when plugged, submit all the requests.
17879
17880         * spam.el (spam-register-routine): Fix message about
17881         registration.
17882
17883 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
17884
17885         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
17886         dependencies.
17887         (rfc2047-encode): Use it.
17888
17889         * gnus-art.el (gnus-button-marker-list): Move before first
17890         reference.
17891
17892         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17893         (imap-parse-body): Fix format string mismatch.
17894
17895         * gnus-score.el (gnus-summary-increase-score): do.
17896
17897         * nnrss.el (nnrss-close): New function.
17898
17899 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
17900
17901         * nnrss.el (nnrss-make-filename): New function.
17902         (nnrss-request-delete-group, nnrss-read-server-data)
17903         (nnrss-save-server-data, nnrss-read-group-data)
17904         (nnrss-save-group-data): Use it.
17905         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
17906         (nnrss-read-server-data, nnrss-read-group-data): Use load.
17907         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
17908
17909 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
17910
17911         * mml.el (mml-compute-boundary-1): Don't uncompress files.
17912
17913 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
17914
17915         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
17916         files.
17917
17918         * message.el (message-generate-headers-first): Don't quote nil
17919         and t in docstrings.
17920
17921         * imap.el (imap-id): do.
17922
17923         * gnus-agent.el (gnus-agent-consider-all-articles)
17924         (gnus-agent-queue-mail): do.
17925
17926 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
17927
17928         * spam-report.el (spam-report-process-queue): New function.
17929         Process requests from `spam-report-requests-file'.
17930         (spam-report-process-queue): Doc fix.
17931
17932 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
17933
17934         * spam.el (spam-register-routine)
17935         (spam-log-processing-to-registry, spam-log-registered-p)
17936         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17937         Change "check" to "spam-check" for semi-clarity.
17938
17939 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
17940
17941         * pop3.el: Require nnheader.
17942
17943         * mml-smime.el: Require cl.  Autoload message-fetch-field.
17944
17945         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
17946
17947         * gnus-picon.el: Require cl.
17948
17949         * gnus-fun.el: Require gnus-ems and gnus-util.
17950
17951         * gnus.el (gnus-method-to-server): Move defsubst before first use.
17952
17953         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
17954
17955         * gnus-art.el (gnus-article-edit-mode): Define before first
17956         reference.
17957
17958 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
17959
17960         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
17961         (gnus-uu-post-encoded): Use point-at-bol.
17962
17963         * gnus-topic.el (gnus-group-active-topic-p): do.
17964
17965         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
17966
17967         * gnus-group.el (gnus-group-kill-region): do.
17968
17969         * gnus-art.el (article-date-ut): do.
17970
17971         * message.el (message-fetch-field): Remove redundant
17972         case-fold-search binding.
17973         (message-narrow-to-field): Simplify.
17974
17975 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
17976
17977         * spam.el (spam-directory): Derive from `gnus-directory'.
17978
17979         * spam-report.el (spam-report-url-to-file)
17980         (spam-report-requests-file): New function and variable for offline
17981         reporting.
17982         (spam-report-url-ping-function): Add `spam-report-url-to-file'
17983         and user defined function.
17984         (spam-report-url-ping-mm-url): Remove doubled slash.
17985
17986 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
17987
17988         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
17989
17990 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
17991
17992         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
17993         format string mismatch.
17994
17995         * sieve.el (sieve-deactivate-all): do.
17996
17997         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
17998
17999         * nnlistserv.el (nnlistserv-kk-wash-article): do.
18000
18001         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
18002
18003         * mm-bodies.el (mm-7bit-chars): Don't include \r.
18004
18005 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
18006
18007         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
18008         the list of checks.
18009
18010 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
18011
18012         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
18013         padding.
18014
18015 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
18016
18017         * mm-view.el (mm-fill-flowed): New variable.
18018         (mm-inline-text): Use it.
18019
18020 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
18021
18022         * spam.el (spam-spamassassin-register-ham-routine)
18023         (spam-spamassassin-register-spam-routine): Fix function names.
18024
18025 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18026
18027         * gnus.el (gnus-tmp-grouplens): Remove.
18028         (gnus-summary-line-format): Remove grouplens.
18029
18030         * gnus-group.el (gnus-group-line-format): Ditto.
18031
18032         * gnus-spec.el (gnus-format-specs): Ditto.
18033         (gnus-update-format-specifications): Flush the group format spec
18034         cache if there's the grouplens stuff.
18035         (gnus-parse-simple-format): Replace %l with the empty string.
18036
18037 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
18038
18039         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
18040         omission.
18041
18042 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18043
18044         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
18045         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18046
18047 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18048
18049         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
18050         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
18051         New macros and functions.
18052         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
18053         Handle > NLINK_MAX messages.
18054         * nnmaildir.el (nnmaildir-request-set-mark): Use
18055         nnmaildir--emlink-p and nnmaildir--eexist-p.
18056
18057 2004-01-25  Alex Schroeder  <alex@gnu.org>
18058
18059         * spam-stat.el (spam-stat-process-directory-age): New option.
18060         (spam-stat-process-directory): Use it.
18061
18062 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
18063
18064         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
18065         (spam-stat-save): Accept prefix argument.
18066
18067 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
18068
18069         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
18070         links" error.
18071
18072 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18073
18074         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
18075         the rest of the and/or forms.
18076
18077 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18078
18079         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
18080         compatibility with old .newsrc.eld files.
18081
18082         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
18083
18084         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
18085
18086         * gnus-start.el (gnus-1): do.
18087
18088         * gnus-group.el (gnus-group-line-format-alist): do.
18089
18090         * gnus.el (gnus-use-grouplens, gnus-visual): do.
18091
18092         * gnus-gl.el: Remove.
18093
18094 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18095
18096         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
18097         marks consisting of a single range {for example, (3 . 5)} rather
18098         than a list of a single range { ((3 . 5)) }.
18099
18100 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18101
18102         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
18103         with-current-buffer.
18104         (spam-stat-store-current-buffer): Use insert-buffer-substring to
18105         avoid consing a string.
18106
18107         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
18108         Remove obsolete entries for big5 and gb2312.
18109
18110 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18111
18112         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
18113         uncompressed list.
18114
18115 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
18116
18117         * spam-stat.el (spam-stat-strip-xref): New function.
18118         (spam-stat-process-directory): Use it.
18119
18120         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
18121         here -- it's done in message-fetch-field.
18122
18123 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18124
18125         * gnus-agent.el (gnus-agent-queue-mail)
18126         (gnus-agent-prompt-send-queue): New variables.
18127         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
18128         * gnus-draft.el (gnus-group-send-queue): Pass the group name
18129         "nndraft:queue" along to gnus-draft-send.  Use
18130         gnus-agent-prompt-send-queue.
18131         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
18132         is "nndraft:queue".  Suggested by Gaute Strokkenes
18133         <gs234@srcf.ucam.org>
18134
18135         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
18136         (agent-enable-undownloaded-faces): Added.
18137         (gnus-agent-cat-groups): Use eval-and-compile, not
18138         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
18139         method of gnus-agent-cat-groups even when the buffer has been
18140         evaled.
18141         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
18142         delete gnus-agent-save-active-1.
18143         (gnus-agent-save-groups): Deleted.  Identical to
18144         gnus-agent-save-active.
18145         (gnus-agent-write-active): No longer adjust agent's copy of active
18146         file as agent's adjustments are now stored in their own
18147         file.  Removed optional parameter.
18148         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
18149         servers.  Add use of min/max range limits from server's local
18150         file.
18151         (gnus-agent-save-alist): Removed unused optional argument.
18152         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
18153         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
18154         (gnus-agent-set-local): A per-server file that keeps min/max range
18155         limits for articles known to the agent.  Provides a fast mechanism
18156         for altering many active ranges.
18157         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
18158         active file (local makes it unnecessary).
18159         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
18160
18161         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
18162         (agent-enable-undownloaded-faces): Added.
18163
18164         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
18165         disable it when sending to "nndraft:queue".
18166         (gnus-group-send-queue): Add safety check to avoid sending queue
18167         when unplugged.
18168
18169         * gnus-group.el (gnus-group-catchup): Use new
18170         gnus-sequence-of-unread-articles, not
18171         gnus-list-of-unread-articles, to avoid exhausting memory with huge
18172         numbers of articles.  Use gnus-range-map to avoid having to
18173         uncompress the unread list.
18174         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
18175         Fixed invalid ange-ftp reference.
18176
18177         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
18178         (gnus-sorted-range-intersection): Intersection of two ranges
18179         without requiring that they first be uncompressed.
18180
18181         * gnus-start.el (gnus-activate-group): Unless blocked by the
18182         caller, possibly expand the active range to include both cached
18183         and agentized articles.
18184         (gnus-convert-old-newsrc): Rewrote in anticipation of having
18185         multiple version-dependent converters.
18186         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
18187         gnus-agent-save-active.
18188         (gnus-save-newsrc-file): Save dirty agent range limits.
18189
18190         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
18191         gnus-agent-possibly-alter-active.
18192         (gnus-adjust-marked-articles): Faster handling of simple lists.
18193
18194 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
18195
18196         * spam-stat.el (spam-stat-test-directory): New optional argument
18197         displays a list of files detected.  Suggested by Andrew Cohen
18198         <cohen@andy.bu.edu>.
18199         (spam-stat-buffer-words-with-scores): Don't narrow and change
18200         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
18201
18202 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
18203
18204         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
18205         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
18206         (spam-spamassassin-arguments)
18207         (spam-spamassassin-spam-flag-header)
18208         (spam-spamassassin-positive-spam-flag-header)
18209         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
18210         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
18211         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
18212         (spam-list-of-processors, spam-list-of-checks)
18213         (spam-list-of-statistical-checks, spam-registration-functions)
18214         (spam-check-spamassassin-headers, spam-check-spamassassin)
18215         (spam-spamassassin-score)
18216         (spam-spamassassin-register-with-sa-learn)
18217         (spam-spamassassin-register-spam-routine)
18218         (spam-spamassassin-register-ham-routine)
18219         (spam-assassin-register-spam-routine)
18220         (spam-assassin-register-ham-routine): Add SpamAssassin support.
18221         (spam-bogofilter-score): Fix to show article before scoring.
18222
18223 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
18224
18225         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
18226         default scoring function.
18227         (spam-generic-score): Call spam-spamassassin-score if
18228         spam-use-spamassassin or spam-use-spamassassin-headers is on;
18229         spam-bogofilter-score otherwise.
18230
18231         * gnus.el (spam-process, spam-autodetect-methods): Add
18232         spamassassin and spamassassin-headers.
18233
18234 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
18235
18236         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18237         Suppress unnecessary messages.
18238
18239 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
18240
18241         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
18242         make-hash-table.
18243
18244 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18245
18246         * canlock.el (base64-encode-string): Don't autoload it.
18247
18248 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18249
18250         * run-at-time.el: Remove useless (require 'itimer),
18251         eval-and-compile and (featurep 'xemacs).
18252
18253 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
18254
18255         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
18256         GROUP is a virtual group.
18257
18258 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
18259
18260         * gnus.el: Autoload `message-y-or-n-p'.
18261
18262 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
18263
18264         * pgg-parse.el: Remove unnecessary (require 'custom).
18265
18266         * pgg-def.el: do.
18267
18268         * nnmail.el: do.
18269
18270         * gnus-undo.el: do.
18271
18272         * gnus-picon.el: do.
18273
18274         * gnus-util.el: do.
18275
18276 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
18277
18278         * gnus-sum.el (gnus-pick-line-number): Add autoload.
18279
18280 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18281
18282         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
18283         handle, as well as a list.
18284
18285         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
18286         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
18287         (mm-w3m-cid-retrieve): Simplify.
18288
18289 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
18290
18291         * message.el (message-kill-to-signature): Allow prefix arg to
18292         specify number of lines to keep before signature.
18293
18294 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
18295
18296         * message.el (message-kill-to-signature): Change docstring.
18297
18298 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18299
18300         * canlock.el: Always require sha1-el.
18301         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
18302
18303         * message.el: Autoload sha1 only when compiling.
18304
18305         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
18306         eudc-expand-inline for XEmacs.
18307
18308 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18309
18310         * message.el (message-canlock-generate): Require sha1-el.
18311
18312 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
18313
18314         * message.el (message-expand-name): Silence the byte compiler.
18315
18316         * lpath.el: Add detect-coding-system.
18317
18318         * dgnushack.el (dgnushack-compile): Remove obsolete check for
18319         cus-edit.
18320
18321 2004-01-13  Simon Josefsson  <jas@extundo.com>
18322
18323         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
18324         Invoke gnus-score-mode.  Reported by
18325         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18326
18327         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
18328         Jim Blandy <jimb@redhat.com> (tiny change).
18329
18330 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18331
18332         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
18333
18334 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
18335
18336         * spam.el (spam-get-article-as-string): Update to use
18337         gnus-request-article-this-buffer, much simpler.
18338         (spam-get-article-as-buffer): Remove.
18339
18340 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
18341
18342         * message.el (message-expand-name): Use EUDC if the user uses that.
18343
18344 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18345
18346         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
18347         character for the encoding to avoid consing a string.
18348
18349         * rfc2047.el (rfc2047-decode-string): Don't cons a string
18350         unnecessarily.
18351
18352         * mm-util.el (mm-replace-chars-in-string): Remove.
18353
18354         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
18355         of mm-replace-chars-in-string.
18356
18357 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
18358
18359         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
18360
18361         * mm-util.el (mm-subst-char-in-string): Support inplace.
18362
18363         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
18364         a new string in every iteration.  Use shy groups.
18365
18366 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
18367
18368         * gnus-srvr.el (gnus-browse-unsubscribe-group):
18369         * gnus-soup.el (gnus-soup-group-brew):
18370         * gnus-msg.el (gnus-put-message):
18371         * gnus-move.el (gnus-group-move-group-to-server):
18372         * gnus-kill.el (gnus-batch-score):
18373         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
18374         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
18375         (gnus-group-update-group, gnus-group-read-group)
18376         (gnus-group-make-group, gnus-group-make-help-group)
18377         (gnus-group-make-archive-group, gnus-group-make-directory-group)
18378         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
18379         (gnus-group-sort-by-unread, gnus-group-catchup)
18380         (gnus-group-unsubscribe-group, gnus-group-kill-group)
18381         (gnus-group-yank-group, gnus-group-set-info)
18382         (gnus-group-list-groups):
18383         * gnus.el (gnus-generate-new-group-name):
18384         * gnus-delay.el (gnus-delay-send-queue):
18385         * nnvirtual.el (nnvirtual-catchup-group):
18386         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
18387         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
18388         (gnus-group-prepare-topics, gnus-topic-check-topology):
18389         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
18390         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
18391         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
18392         (gnus-group-make-articles-read):
18393         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
18394         (gnus-group-change-level, gnus-kill-newsgroup)
18395         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
18396         (gnus-get-unread-articles, gnus-make-articles-unread)
18397         (gnus-make-ascending-articles-unread): Use accessor
18398         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
18399         to get group information for improved readability.
18400
18401
18402 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18403
18404         * gnus-art.el (article-decode-mime-words, article-babel)
18405         (gnus-article-highlight-signature, gnus-article-add-buttons)
18406         (gnus-signature-toggle): Use gnus-with-article-buffer.
18407
18408         * gnus-art.el (gnus-article-highlight-headers)
18409         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
18410
18411         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
18412         (gnus-article-set-globals, gnus-request-article-this-buffer)
18413         (gnus-button-message-id, gnus-article-maybe-hide-headers)
18414         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
18415         (gnus-mime-display-alternative): Use with-current-buffer.
18416
18417 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18418
18419         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
18420         also under 80 char limit, and call gnus-error if needed.
18421         (spam-fetch-article-header): Fix - it was a
18422         buffer-local variable (gnus-newsgroup-data).
18423         (spam-find-spam): Use spam-generate-fake-headers, forget about
18424         spam-insert-fake-headers.
18425         (spam-insert-fake-headers): Remove.
18426
18427 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18428
18429         * deuglify.el (gnus-article-outlook-unwrap-lines)
18430         (gnus-outlook-rearrange-article)
18431         (gnus-outlook-repair-attribution-outlook)
18432         (gnus-outlook-repair-attribution-block)
18433         (gnus-outlook-repair-attribution-other): Remove redundant
18434         save-excursion.
18435
18436 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18437
18438         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
18439         (spam-fetch-field-subject-fast)
18440         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
18441         (spam-fetch-article-header): Add functions to deal with Gnus
18442         internals for fast retrieval of article header data.
18443         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
18444
18445 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18446
18447         * pop3.el (pop3-md5): Remove.
18448         (pop3-apop): Replace pop3-md5 with md5.
18449
18450         * mm-bodies.el: base64 is always built-in.
18451
18452         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
18453         with-current-buffer.
18454
18455 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18456
18457         * canlock.el (canlock-insert-header): Remove excessive grouping in
18458         regexp.
18459
18460         * gnus-sum.el (gnus-summary-read-document): Ditto.
18461
18462         * gnus-uu.el (gnus-uu-part-number): Ditto.
18463
18464         * html2text.el (html2text-remove-tags): Ditto.
18465         (html2text-format-tags): Ditto.
18466         (html2text-format-single-elements): Ditto.
18467
18468         * mml.el (mml-parse-1): Ditto.
18469
18470 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18471
18472         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
18473
18474         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
18475
18476         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
18477
18478         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
18479
18480 2003-11-15  Simon Josefsson  <jas@extundo.com>
18481
18482         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
18483         (pgg-gpg-lookup-key): Use regexp match instead of
18484         split-string (split-string is different between emacs 21.2 and
18485         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
18486
18487 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18488
18489         * gnus-art.el (gnus-mime-view-all-parts)
18490         (gnus-article-part-wrapper, gnus-article-view-part): Use
18491         with-current-buffer.
18492
18493 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18494
18495         * spam.el (spam-disable-spam-split-during-ham-respool)
18496         (spam-spamoracle-database, spam-cache-lookups)
18497         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
18498         (spam-group-ham-mark-p, spam-group-spam-mark-p)
18499         (spam-group-ham-marks, spam-group-spam-marks)
18500         (spam-group-spam-contents-p, spam-group-ham-contents-p)
18501         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
18502         also add spam-use-blackholes to the statistical checks.
18503         (spam-fetch-field-fast): Add interface to fetching fields, may
18504         become a macro.
18505         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
18506         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
18507         (spam-insert-fake-headers): Fake an article when needed.
18508         (spam-find-spam): Fake article when possible.
18509         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
18510         (spam-check-bogofilter-headers): Use message-fetch-field instead
18511         of nnmail-fetch-field.
18512
18513 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18514
18515         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
18516
18517 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18518
18519         * spam.el (spam-split): Do not require spam-use-CHECK to be
18520         enabled if that check is passed to spam-split explicitly; also
18521         fix so 'spam doesn't get converted to spam-split-group when
18522         spam-split-symbolic-return is t.
18523         (spam-find-spam): Find registrations of the article and use those
18524         instead of re-running spam-split to find the spam/ham
18525         classification of the article.
18526         (spam-log-processing-to-registry, spam-log-registered-p)
18527         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18528         Use gnus-error instead of gnus-message.
18529         (spam-log-registration-type): Add function to determine the
18530         classification of a message based on registry entries; will
18531         return nil if both 'spam and 'ham are found.
18532         (spam-check-BBDB): Expand all the BBDB macros here so we can have
18533         a reasonably fast local cache without the loading errors.
18534         (spam-cache-lookups): Set to t by default.
18535         (spam-find-spam): Don't try to guess spam-cache-lookups.
18536         (spam-enter-whitelist, spam-enter-blacklist): Clear the
18537         spam-caches entry.
18538         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
18539         caching of whitelist/blacklist entries.
18540         (spam-check-whitelist, spam-check-blacklist): Invoke
18541         spam-from-listed-p with a type, not a cache variable.
18542         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
18543
18544 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18545
18546         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
18547
18548         * nnmail.el (nnmail-split-fancy): do.
18549
18550         * mml.el (mml-parse): do.
18551
18552         * gnus-score.el (gnus-enter-score-words-into-hashtb)
18553         (gnus-score-adaptive): do.
18554
18555 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18556
18557         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
18558         (gnus-mime-button-map): Don't set keymap parent.
18559         (gnus-button-ctan-directory-regexp): Use shy grouping.
18560         (gnus-prev-page-map): Don't set keymap parent.
18561         (gnus-prev-page-map): Remove duplicated one.
18562         (gnus-next-page-map): Don't set keymap parent.
18563         (gnus-mime-security-button-map): Ditto.
18564
18565         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
18566         version number.
18567
18568         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
18569
18570 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18571
18572         * canlock.el (canlock-sha1-function): Remove.
18573         (canlock-sha1-function-for-verify): Remove.
18574         (canlock-openssl-program): Remove.
18575         (canlock-openssl-args): Remove.
18576         (canlock-ignore-errors): Remove.
18577         (canlock-sha1-with-openssl): Remove.
18578         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
18579         (canlock-verify): Don't use canlock-ignore-errors.
18580
18581         * sha1-el.el (sha1-string-external): Make it can return a string
18582         in binary form.
18583         (sha1-region-external): Ditto.
18584         (sha1-string-internal): Ditto.
18585         (sha1-region-internal): Ditto.
18586         (sha1-region): Ditto.
18587         (sha1-string): Ditto.
18588         (sha1): Ditto.
18589
18590 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18591
18592         * spam.el (spam-report-articles-gmane): New command.
18593
18594 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18595
18596         * gnus.el: Don't make unnecessary *Group* buffer when loading.
18597
18598         * run-at-time.el (run-at-time-saved): Remove.
18599         (run-at-time): Doc fix.
18600
18601 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18602
18603         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
18604         (gnus-summary-limit-map): Add it.
18605         (gnus-summary-make-menu-bar): do.
18606
18607 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
18608
18609         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
18610         Make attempt at some caching support (done for BBDB only now).
18611         (spam-find-spam): Set spam-cache-lookups if there are more than 2
18612         addresses to be checked.
18613         (spam-clear-cache-BBDB): Add function, to be invoked by
18614         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
18615         (spam-check-BBDB): Check and use the caches, if
18616         spam-cache-lookups is on, remove superfluous (provide).
18617
18618 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
18619
18620         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
18621
18622 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
18623
18624         * run-at-time.el (run-at-time-saved): Move to after the definition
18625         of `run-at-time'.
18626
18627         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
18628
18629 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18630
18631         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
18632         mm-w3m-local-map-property.
18633
18634         * mm-view.el (mm-w3m-mode-map): Remove.
18635         (mm-w3m-local-map-property): Remove.
18636         (mm-inline-text-html-render-with-w3m): Don't use
18637         mm-w3m-local-map-property.
18638
18639 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18640
18641         * run-at-time.el: New file.
18642
18643         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
18644         under Emacs.
18645
18646         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
18647         of gnus-set-text-properties.
18648
18649         * gnus-uu.el (gnus-uu-save-article): Ditto.
18650
18651         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
18652
18653         * gnus-cite.el (gnus-cite-parse): Ditto.
18654
18655         * gnus-art.el (gnus-button-push): Use set-text-properties instead
18656         of gnus-.
18657
18658         * gnus-xmas.el (run-at-time): Require run-at-time.
18659
18660         * gnus.el: Changed calls to nnheader-run-at-time and
18661         password-run-at-time throughout to use run-at-time directly.
18662
18663         * password.el: Removed definition of run-at-time.
18664
18665         * nnheaderxm.el: Remove definition of run-at-time.
18666
18667 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
18668
18669         * mml.el (mml-minibuffer-read-disposition): Show attachment type
18670         in prompt.
18671
18672 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18673
18674         * messagexmas.el (message-xmas-redefine): Alias
18675         `message-make-caesar-translation-table' to
18676         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
18677         version.
18678
18679         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
18680         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
18681         `gnus-xmas-set-text-properties'.
18682         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
18683         `gnus-xmas-completing-read'.
18684         (gnus-xmas-completing-read): Removed.
18685         (gnus-xmas-open-network-stream): Removed.
18686
18687         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
18688         XEmacs version.
18689
18690         * dns.el (dns-make-network-process): Use `open-network-stream'
18691         instead of `gnus-xmas-open-network-stream'.
18692
18693         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
18694
18695         * .cvsignore: Add auto-autoloads.el, custom-load.el.
18696
18697 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18698
18699         * gnus-art.el (gnus-mime-display-alternative)
18700         (gnus-insert-mime-button, gnus-insert-mime-security-button)
18701         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
18702         Don't use gnus-local-map-property.
18703
18704         * gnus-util.el (gnus-local-map-property): Remove.
18705
18706         * mm-view.el (mm-view-pkcs7-decrypt): Replace
18707         gnus-completing-read-maybe-default with completing-read.
18708
18709         * gnus-util.el (gnus-completing-read): do.
18710         (gnus-completing-read-maybe-default): Remove.
18711
18712 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18713
18714         * password.el: Only autoload `run-at-time' if not XEmacs.
18715         Only autoload the itimer functions if XEmacs.
18716
18717 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18718
18719         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
18720         XEmacsen.
18721
18722         * dgnushack.el: Autoload executable-find for XEmacs.
18723
18724 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18725
18726         * gnus-art.el (gnus-read-string): Remove.
18727         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
18728         read-string.
18729
18730 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
18731
18732         * netrc.el: Autoload password-read.
18733         (netrc): Add configuration group.
18734         (netrc-encoding-method, netrc-openssl-path): Add
18735         variables for encoding and decoding of files with symmetric
18736         ciphers.
18737         (netrc-encode): Add assistant function to encode a file with
18738         netrc-encoding-method.
18739         (netrc-parse): Add interactive parameter, added optional
18740         decoding if netrc-encoding-method is non-nil but otherwise
18741         behavior is standard.
18742         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
18743         Do s/encode/encrypt/ everywhere.
18744
18745         * spam.el: Remove executable-find autoload.
18746
18747 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18748
18749         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
18750
18751         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
18752
18753 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18754
18755         * gnus-art.el (gnus-treat-ansi-sequences)
18756         (article-treat-ansi-sequences): New variable and function.
18757         Suggested by Dan Jacobson <jidanni@jidanni.org>.
18758
18759         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18760         Use it.
18761
18762 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18763
18764         * mm-util.el (mm-quote-arg): Remove.
18765
18766         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
18767         shell-quote-argument.
18768
18769         * gnus-uu.el (gnus-uu-command): do.
18770
18771         * gnus-sum.el (gnus-summary-insert-pseudos): do.
18772
18773         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
18774         with make-char.
18775
18776         * mm-util.el (mm-make-char): Remove.
18777
18778         * mml.el (mml-mode): Replace gnus-add-minor-mode with
18779         add-minor-mode.
18780
18781         * gnus-undo.el (gnus-undo-mode): do.
18782
18783         * gnus-topic.el (gnus-topic-mode): do.
18784
18785         * gnus-sum.el (gnus-dead-summary-mode): do.
18786
18787         * gnus-start.el (gnus-slave-mode): do.
18788
18789         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
18790
18791         * gnus-ml.el (gnus-mailing-list-mode): do.
18792
18793         * gnus-gl.el (gnus-grouplens-mode): do.
18794
18795         * gnus-draft.el (gnus-draft-mode): do.
18796
18797         * gnus-dired.el (gnus-dired-mode): do.
18798
18799         * gnus-ems.el (gnus-add-minor-mode): Remove.
18800
18801         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18802         Replace gnus-char-width with char-width.
18803
18804         * gnus-ems.el (gnus-char-width): Remove.
18805
18806         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18807         Replace gnus-char-width with char-width.
18808
18809         * gnus-ems.el (gnus-char-width): Remove.
18810
18811         * spam-stat.el (with-syntax-table): Remove with-syntax-table
18812         definition.
18813         Remove Emacs 20 hash table compatibility code.
18814
18815         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
18816         20 compatibility code.
18817
18818         * spam.el (spam-point-at-eol): Replace with point-at-eol.
18819
18820         * smime.el (smime-point-at-eol): Replace with point-at-eol.
18821
18822         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
18823         with point-at-{eol,bol}.
18824
18825         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
18826
18827         * imap.el (imap-point-at-eol): Replace with point-at-eol.
18828
18829         * flow-fill.el (fill-flowed-point-at-bol)
18830         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
18831
18832         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
18833         Replace with point-at-{eol,bol} throughout all files.
18834
18835 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18836
18837         * ntlm.el (ntlm-string-as-unibyte): New macro.
18838         (ntlm-build-auth-response): Use it.
18839
18840         Remove Emacs 20 stuff:
18841         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
18842         (butlast, mapc, remove): Remove the compiler macros.
18843         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
18844         of delq and copy-sequence.
18845         * gnus-art.el (popup-menu): Remove the compiler macro.
18846         * nnmail.el (nnmail-split-fancy): Don't support customizing with
18847         Emacs 20.
18848
18849 2004-01-05  Simon Josefsson  <jas@extundo.com>
18850
18851         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
18852         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
18853         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
18854         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
18855         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
18856         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
18857         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
18858         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
18859         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
18860         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
18861         ntlm-string-permute, string-lshift into ntlm-string-lshift,
18862         string-xor into ntlm-string-xor.  Suggested by
18863         Jesper Harder <harder@myrealbox.com>.
18864
18865         * ntlm.el: Don't include poem.
18866
18867         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
18868         Jesper Harder <harder@myrealbox.com>.
18869
18870         * sasl-ntlm.el, ntlm.el, md4.el: New files.
18871
18872         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
18873         probably breaks emacs with DL patch, but do we care? Is anyone
18874         still using the DL stuff?)
18875
18876         * sieve-manage.el: Use the password package.
18877         (sieve-manage-read-passwd): Remove.
18878         (sieve-manage-interactive-login): Use password.  Re-add
18879         condition-case around loop.
18880
18881         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
18882         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
18883         the password package.
18884
18885 2003-02-19  Simon Josefsson  <jas@extundo.com>
18886
18887         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
18888         token.
18889
18890 2002-08-07  Simon Josefsson  <jas@extundo.com>
18891
18892         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
18893         (sieve-manage-authenticators):
18894         (sieve-manage-authenticator-alist): Add some SASL mechs.
18895         (sieve-sasl-auth): New function.
18896         (sieve-manage-cram-md5-auth):
18897         (sieve-manage-plain-auth): Rewrite using SASL library.
18898         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
18899         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
18900         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
18901         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
18902
18903 2004-01-05  Simon Josefsson  <jas@extundo.com>
18904
18905         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
18906         New files.
18907
18908 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18909
18910         * gnus-group.el (gnus-no-groups-message): Update.
18911
18912         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
18913
18914 2003-11-09  Simon Josefsson  <jas@extundo.com>
18915
18916         * imap.el: Support for ID IMAP extension (RFC 2971).
18917         (imap-local-variables): Add imap-id.
18918         (imap-id): New variable.
18919         (imap-id): New function.
18920         (imap-parse-response): Parse untagged ID response.
18921         * nnimap.el (nnimap-id): New variable.
18922         (nnimap-open-connection): Use it.
18923
18924 2003-12-28  Simon Josefsson  <jas@extundo.com>
18925
18926         * gnus-score.el (gnus-score-edit-all-score): New.
18927         * gnus-group.el (gnus-group-score-map): Bind it to W e.
18928
18929 2004-01-04  Simon Josefsson  <jas@extundo.com>
18930
18931         * password.el: Add.
18932
18933 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
18934
18935         * dns.el (dns-query-types): Fix typo.
18936         (dns-query-types): New function.
18937         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
18938         PTR and SOA replies, see RFC 1035.
18939
18940 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18941
18942         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
18943
18944         * Moved to Changelog.2.
18945
18946 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18947
18948         * gnus.el (gnus-version-number): Bump version.
18949
18950 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18951
18952         * gnus.el: No Gnus v0.1 is released.
18953
18954 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18955
18956         * gnus.el: No Gnus v0.0 is released.
18957
18958 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18959
18960         * gnus.el (gnus-version-number): Bump.
18961         (gnus-version): No.
18962
18963 See ChangeLog.2 for earlier changes.
18964
18965     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
18966       Free Software Foundation, Inc.
18967
18968   This file is part of GNU Emacs.
18969
18970   GNU Emacs is free software: you can redistribute it and/or modify
18971   it under the terms of the GNU General Public License as published by
18972   the Free Software Foundation, either version 3 of the License, or
18973   (at your option) any later version.
18974
18975   GNU Emacs is distributed in the hope that it will be useful,
18976   but WITHOUT ANY WARRANTY; without even the implied warranty of
18977   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18978   GNU General Public License for more details.
18979
18980   You should have received a copy of the GNU General Public License
18981   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
18982
18983 ;; Local Variables:
18984 ;; coding: utf-8
18985 ;; fill-column: 79
18986 ;; add-log-time-zone-rule: t
18987 ;; End: