* message.el (message-mailto): New function.
[gnus] / lisp / ChangeLog
1 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * message.el (message-mailto): New function.
4
5 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6
7         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
8         methods.
9         (gnus-read-active-file): Ditto.
10
11         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
12         ": " from the prompt.
13         (gnus-group-make-group): Ditto.
14
15 2010-11-07  Glenn Morris  <rgm@gnu.org>
16
17         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
18         (gnus-bookmark-kill-line): Use point-at-eol.
19
20 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21
22         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
23         asterisks in From header.
24
25 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26
27         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
28         string to avoid making the From headers syntactically invalid.
29
30         * message.el (message-send-mail): Don't insert courtesy messages if the
31         message already has List-Post and List-ID messages.
32
33 2010-11-06  Glenn Morris  <rgm@gnu.org>
34
35         * gnus-art.el (gnus-treat-article): Give dynamic local variables
36         `condition', `type', `length' a prefix.
37         (gnus-treat-predicate): Update for above name changes.
38
39 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
40
41         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
42         binding.  Handled by `gnus-summary-refer-thread' instead.
43         (nnir-warp-to-article): New backend function.
44
45         * nnimap.el (nnimap-request-thread): Force dependency updating.
46
47         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
48         (gnus-summary-refer-thread): Rework to improve thread-referral.
49
50         * gnus-int.el (gnus-warp-to-article): New function.
51
52         * gnus-sum.el (gnus-summary-article-map): Bind it.
53
54 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
55
56         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
57         gnus-summary-refer-thread.
58
59         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
60         headers.
61         (gnus-summary-limit-include-thread): Prevent articles in thread from
62         being cut in gnus-cut-threads.
63         (gnus-summary-refer-thread): Limit retrieved headers to those in
64         thread.
65
66 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
67
68         * message.el (message-send-mail): Use the value of
69         message-courtesy-message from the message buffer.
70
71         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
72
73         * shr.el (shr-browse-url): Implement mailto: URLs.
74
75         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
76         "raw".
77
78         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
79         if it's already selected.
80
81         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
82
83 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
84
85         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
86         to measure the length and truncate alt text.
87
88 2010-11-03  Glenn Morris  <rgm@gnu.org>
89
90         * nndiary.el (nndiary-generate-nov-databases-1)
91         (nndiary-generate-active-info): Rename dynamic variable `files' to
92         something less generic.
93
94 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
95
96         * nnir.el (nnir-request-move-article): Call the underlying backend to
97         move articles from nnir.
98
99 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
100
101         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
102
103 2010-11-02  Julien Danjou  <julien@danjou.info>
104
105         * nnir.el: Remove wais support.
106
107 2010-11-02  Glenn Morris  <rgm@gnu.org>
108
109         * gnus-html.el: Reorder requirements to quieten compiler.
110
111 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
112
113         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
114         properly for XEmacs as well.
115         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
116         (gnus-article-natural-long-line-p): Use window-width rather than
117         frame-width.
118
119 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
120
121         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
122         (nnir-read-parms): Don't modify query.
123         (nnir-run-query): Add ability to search topic on current line.
124         (nnir-get-active): Clean up.
125
126 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
127
128         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
129         degenerate articles.
130
131         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
132         (gnus-print-buffer): Just print the buffer as is, without any copying
133         to a buffer and then re-highlighting.
134
135         * nnimap.el (nnimap-request-group): Store the new updated info.
136         (nnimap-request-group): Select the group when we don't know whether it
137         exists or not.
138
139         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
140         groups.
141
142         * gnus-group.el (gnus-group-find-new-groups): Display all the new
143         groups.
144
145         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
146         groups.
147
148         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
149         long-lines case by only filling the long lines.
150
151         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
152         (bug #7311).
153
154 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
155
156         * shr.el: No need to declare `declare-function' since shr.el is for
157         only Emacsen that provide `libxml-parse-html-region'.
158
159         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
160         effective only in a file it is referred to.
161
162 2010-11-01  Glenn Morris  <rgm@gnu.org>
163
164         * mm-util.el (gnus-completing-read): Autoload.
165         (mm-read-coding-system): Simplify Emacs definition.
166
167         * nnmail.el (gnus-activate-group):
168         * nnimap.el (gnutls-negotiate):
169         * nntp.el (netrc-parse): Fix declarations.
170
171 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
172
173         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
174         string-match-p in Emacs >=23.
175
176         * gnus-msg.el (gnus-configure-posting-styles)
177         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
178
179 2010-11-01  Glenn Morris  <rgm@gnu.org>
180
181         * nnir.el (declare-function): Add compat stub.
182         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
183         (nnir-run-gmane): Require 'mm-url.
184
185         * mm-util.el (mm-string-to-multibyte): Simplify.
186
187         * shr.el (declare-function): Add compat stub.
188         (url-cache-create-filename): Declare.
189         (mm-disable-multibyte, widget-convert-button): Autoload.
190
191         * smime.el (ldap-search): Declare.
192         (smime-cert-by-ldap-1): Require ldap on Emacs.
193
194         * nnimap.el: Require nnmail, and gnus-sum when compiling.
195         (nnimap-keepalive): Use gnus-float-time.
196
197         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
198         (mail-source-delete-crash-box): Use gnus-float-time.
199
200         * gnus-dired.el (gnus-completing-read): Autoload.
201
202         * mm-view.el (gnus-rescale-image): Autoload.
203
204         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
205
206         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
207
208         * sieve-manage.el: Require 'cl when compiling.
209
210         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
211         (gnus-iswitchb-completing-read): Require iswitchb.
212         (gnus-select-frame-set-input-focus): Silence compiler.
213
214 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
215
216         * message.el (message-subject-trailing-was-query): Change default to t,
217         since I think that's what most people want.
218
219         * nnimap.el (nnimap-request-accept-article): Erase buffer before
220         appending for easier debugging.
221         (nnimap-wait-for-connection): Take a regexp.
222         (nnimap-request-accept-article): Wait for the continuation line before
223         sending anything unless we're streaming.
224
225         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
226         leave the header washing to take place.
227
228 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
229
230         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
231         regular expression match and replace in posting styles.
232
233 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
234
235         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
236         an entire server.
237         (nnir-get-active): New function.
238         (nnir-run-imap): Use it.
239         (nnir-run-gmane): Who knew, gmane search returns an article score!
240
241         * gnus-srvr.el (gnus-server-mode-map): add binding "G" to search the
242         server on the current line with nnir.
243
244 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
245
246         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
247         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
248         left edge.
249         (gnus-article-foldable-buffer): Skip past the prefix when determining
250         raggedness.
251
252         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
253         the raw article, and change `C-u g' to show the article without doing
254         treatments.
255
256         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
257         on to `gnus-treat-article'.
258         (gnus-inhibit-article-treatments): New variable.
259
260         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
261
262         * gnus-art.el (gnus-treatment-function-alist): Have
263         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
264         (gnus-treat-fill-long-lines): Change default to fill all text/plain
265         sections.
266
267         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
268         parameter.
269         (gnus-article-fill-cited-long-lines): New function.
270         (gnus-article-fill-cited-article): Allow filling only long sections.
271
272         * shr.el (shr-find-fill-point): Don't break lines between punctuation
273         and non-punctuation (like after the apostrophe in "'We").
274
275         * gnus-sum.el (gnus-summary-select-article): Make sure
276         gnus-original-article-buffer is alive.
277
278         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
279         reflect the order they're in in the digest.
280
281         * gnus.el (gnus-group-startup-message): Move point to the start of the
282         buffer.
283
284         * nnimap.el (nnimap-capability): New function.
285         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
286         is set.
287
288 2010-10-31  David Engster  <dengste@eml.cc>
289
290         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
291         conform with changes to gnus-completing-read.
292
293 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
294
295         * shr.el (shr-tag-img): Output "*" instead of "[img]".
296
297 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
298
299         * nnir.el move defvar, defcustom around to keep file organized and keep
300         byte-compiler quiet.
301         (nnir-read-parms): accept search-engine as arg.
302         (nnir-run-query): pass search-engine as arg.
303         (nnir-search-engine): remove.
304
305 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
306
307         * shr.el (shr-generic): The text nodes should be text, not :text.
308
309         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
310         later in the file.
311
312 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
313
314         * nnir.el: general clean up. allow searching with multiple
315         engines. allow separate extra-parameters for each engine. batch queries
316         when possible.
317         (nnir-imap-default-search-key,nnir-method-default-engines): add
318         customize interface.
319         (nnir-run-gmane): new engine.
320         (nnir-engines): use it. qualify all prompts with engine name.
321         (nnir-search-engine): remove global variable.
322         (nnir-run-hyrex): restore for now.
323         (nnir-extra-parms,nnir-search-history): new variables.
324         (gnus-group-make-nnir-group): use them.
325         (nnir-group-server): remove in favor of gnus-group-server.
326         (nnir-request-group): avoid searching twice.
327         (nnir-sort-groups-by-server): new function.
328
329 2010-10-30  Julien Danjou  <julien@danjou.info>
330
331         * gnus-group.el: Remove gnus-group-fetch-control.
332
333         * gnus-start.el (gnus-find-new-newsgroups): Remove
334         gnus-check-first-time-used.
335
336         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
337
338 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
339
340         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
341         set on groups that don't have \* permanentflags.
342
343 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
344
345         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
346         control the background color.
347         (shr-tag-img): Ignore very small web bug type images.
348         (shr-put-image): Add help-echo alt texts to the images.
349         (shr-tag-video): Show the video poster image.
350
351 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
352
353         * shr.el (shr-table-depth): New variable.
354         (shr-tag-table-1): Only insert the images after the top-level table.
355
356         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
357
358         * gnus-util.el (gnus-list-memq-of-list): New function.
359
360         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
361         selected.
362         (nnimap-unsplittable-articles): New slot.
363         (nnimap-new-articles): Use it.
364
365 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
366
367         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
368         move to the previous line on `M-g'.
369
370 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
371
372         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
373         *-request-group, which seems unnecessary.
374
375         * nnimap.el (nnimap-quote-specials): Function copied over from
376         imap.el.
377         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
378         they support that.  Suggested by Tom Regner.
379
380 2010-10-29  Julien Danjou  <julien@danjou.info>
381
382         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
383         defalias.
384         (gnus-summary-delete-marked-with): Remove obsolete defalias.
385
386         * gnus.el: Remove `gnus-nntp-service' variable.
387         (gnus-secondary-servers): Make obsolete.
388         (gnus-nntp-server): Make obsolete.
389
390         * gnus-start.el (gnus-1): Remove x-splash calls.
391
392         * gnus-ems.el (gnus-x-splash): Remove.
393
394         * gnus.el (gnus-group-startup-message): Simplify/update code.
395
396         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
397         definition.
398
399         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
400         capability before doing anything.
401         (gnus-group-insert-group-line): Remove useless
402         gnus-group-remove-excess-properties.
403
404 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
405
406         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
407
408 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
409
410         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
411         config after reselecting.
412
413 2010-10-28  Julien Danjou  <julien@danjou.info>
414
415         * shr.el (shr-put-image): Use point even if only inserting text.
416         (shr-put-image): Save excursion when inserting alt text on non-graphic
417         display, so the behaviour is the same when we are on a graphic display.
418
419         * nnir.el (nnir-run-swish-e): Remove hyrex support.
420
421 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
422
423         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
424         (gnus-mime-copy-part): Check coding system, not charset.
425         (gnus-mime-view-part-externally): Never remove part.
426         (gnus-mime-view-part-internally): Don't remove part here.
427         (gnus-article-part-wrapper): Make sure MIME tag is visible.
428         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
429         multipart/alternative.
430
431         * mm-decode.el (mm-display-part): Take optional arg `force'.
432
433 2010-10-26  Julien Danjou  <julien@danjou.info>
434
435         * gnus-group.el (gnus-group-default-list-level): Add this function to
436         compute the default list level.
437         (gnus-group-default-list-level): Add possibility to use a function.
438
439 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
440
441         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
442
443         * gnus-group.el (gnus-group-completing-read)
444         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
445         gnus-replace-in-string.
446
447 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
448
449         * shr.el (shr-tag-div): Added.
450
451         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
452
453 2010-10-25  Julien Danjou  <julien@danjou.info>
454
455         * gnus-util.el: Remove `gnus-with-local-quit'.
456
457         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
458
459 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
460
461         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
462         the original article buffer.
463
464 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
465
466         * nnimap.el (nnimap-request-head): New function.
467         (nnimap-request-move-article): Try to be slighly faster by not
468         requesting the entire message when moving.
469         (nnimap-transform-headers): Don't bug out on bodiless articles.
470         (nnimap-send-command): Have no outstanding messages if the IMAP server
471         doesn't support streaming.
472         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
473
474 2010-10-24  Julien Danjou  <julien@danjou.info>
475
476         * message.el (message-default-headers): Fix type.
477
478 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
479
480         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
481         prefetching images.
482
483         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
484         backend for unknown groups.  This is mainly useful for nnimap groups.
485
486         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
487         group isn't covered by the agent.
488
489 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
490
491         * nnir.el (nnir-method-default-engines): new variable.
492         (nnir-run-query): use it.
493         (nnir-group-mode-hook): remove key binding and move to gnus-group.el.
494         (gnus-summary-nnir-goto-thread): change group if needed.
495
496         * gnus-group.el (gnus-group-group-map): add key binding for
497         gnus-group-make-nnir-group.
498
499 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
500
501         * shr.el (shr-tag-object): Added.
502
503         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
504         original article buffer live.
505         (gnus-summary-select-article-buffer): Mention
506         gnus-widen-article-buffer.
507
508 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
509
510         * shr.el (shr-tag-strong): Added.
511
512 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
513
514         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
515         group names.  They mess up the group buffer badly.
516
517         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
518
519         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
520         instead of the summary one.
521
522 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
523
524         * mml.el (mml-preview): Work properly when editing article.
525
526         * gnus-start.el (gnus-read-active-file-1): Don't add method to
527         gnus-have-read-active-file if it's already been in.
528
529 2010-10-22  Tom Tromey  <tromey@redhat.com>
530
531         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
532         gnus-group-completing-read.
533
534 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
535
536         * message.el (message-mode-map): Don't bind M-; to comment region, to
537         allow the global comment-dwim to work.
538
539 2010-10-21  Julien Danjou  <julien@danjou.info>
540
541         * message.el (message-setup-1): Allow message-default-headers to be a
542         function.
543
544 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
545
546         * shr.el (shr-tag-table): Simplify.
547
548 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
549
550         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
551         to avoid trying to snarf invalid stuff.
552
553         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
554
555         * gnus.el (gnus-message-archive-group): Quote value.
556         (gnus-message-archive-group): Mark as changed.
557
558         * shr.el (shr-add-font): Don't put the font properties on the newline
559         or the indentation.
560
561         * message.el (message-fix-before-sending): Change options when sending
562         non-printable characters.
563
564         * gnus.el (gnus-message-archive-method): Change the default to
565         monthly outgoing groups.
566
567         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
568         that have gotten new numbers.
569
570         * nnimap.el (nnimap-request-replace-article): New function.
571
572 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
573
574         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
575         (nnrss-request-article): Don't use special html washing code.
576
577 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
578
579         * shr.el (shr-tag-table): Remove useless nconc.
580
581 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
582
583         * gnus-art.el (article-wash-html): Simplify and remove the charset
584         stuff.  Use the normal html rendering code instead of the special html
585         washing code.
586
587         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
588         `gnus-w3m' symbols.
589         (mm-text-html-washer-alist): Removed.
590
591         * mm-decode.el (mm-inline-text-html-renderer): Removed.
592         (mm-inline-media-tests): Removed use.
593         (mm-text-html-renderer): Change default to the `shr' symbol.
594
595         * mm-view.el (mm-inline-text-html): Removed use.
596
597         * gnus-art.el (gnus-blocked-images): New function.  Allow the
598         `gnus-blocked-images' to be a function.
599         (gnus-article-wash-function): Removed.
600
601 2010-10-20  Julien Danjou  <julien@danjou.info>
602
603         * spam.el (spam-list-of-processors): Mark as obsolete.
604
605         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
606         (nnimap-insert-partial-structure): Fix boundary detection.
607
608 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
609
610         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
611         run file-truename on remote files.  This can be expensive and even
612         prevent one from editing drafts if some unrelated buffer has a stale
613         connection.
614
615 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
616
617         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
618         kinsoku-eol regardless of shr-kinsoku-shorten.
619         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
620         (shr-tag-table): Support caption, thead, and tfoot.
621
622 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
623
624         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
625         lines.
626         (shr-save-contents): New command and keystroke.
627
628         * nndoc.el (nndoc-type-alist): Add git support.
629         (nndoc-git-type-p): New function.
630         (nndoc-transform-git-article): Ditto.
631         (nndoc-transform-git-headers): Ditto.
632         (nndoc-transform-git-headers): Generate Subject headers.
633
634         * shr.el (shr-parse-style): New function.
635         (shr-tag-span): Ditto.
636
637         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
638         to `G G' to avoid collisions.
639
640 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
641
642         * shr.el: Load kinsoku if necessary.
643         (shr-kinsoku-shorten): New internal variable.
644         (shr-find-fill-point): Make kinsoku shorten text line if
645         shr-kinsoku-shorten is bound to non-nil.
646         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
647         shr-indentation too when testing if table is wider than frame width.
648         (shr-insert-table): Use `string-width' instead of `length' to measure
649         text width.
650         (shr-insert-table-ruler): Make sure indentation is done at bol.
651
652 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
653
654         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
655         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
656         undecoded network data.
657
658 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
659
660         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
661         name in the mode line spec so that the mode line menu works
662         (bug #2431).
663
664         * message.el (message-get-reply-headers): If we're fed `to-address',
665         then always use that.
666
667         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
668         aren't so wide as to need to switch off the edit menu.
669
670         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
671         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
672
673         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
674         `M-g'.
675         (nnimap-update-info): Update flags/read marks even if \* isn't part of
676         the permanent marks.
677
678 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
679
680         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
681         Splitting according to references/in-reply-to obeys the ignore-groups
682         variable, while splitting by sender and subject do not.
683
684 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
685
686         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
687         alist, so that we can look for non-Unicode chars.
688         (article-translate-strings): Allow both character and string maps.
689
690 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
691
692         * shr.el (shr-insert): Don't insert space behind a wide character
693         categorized as kinsoku-bol, or between characters both categorized as
694         nospace.
695
696 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
697
698         * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
699         headers to gnus-newsgroup-headers.
700
701 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
702
703         * shr.el (shr-tag-img): Don't align images -- since we're not
704         rescaling, this often leads to ugly displays.
705
706 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
707
708         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
709         duplicates.
710
711 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
712
713         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
714         call.
715
716 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
717
718         * gnus.el: Autoload gnus-html-show-images.
719
720         * nnimap.el: Use nnheader-message throughout.
721
722         * shr.el (shr-tag-img): Ignore images with no data.
723
724 2010-10-15  Julien Danjou  <julien@danjou.info>
725
726         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
727         a possibility to disable format=flow encoding when using hard newlines.
728
729 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
730
731         * shr.el (shr-insert): Remove space inserted before or after a
732         breakable character or at the beginning or the end of a line.
733         (shr-find-fill-point): Do kinsoku; find the second best point or give
734         it up if there's no breakable point.
735
736 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
737
738         * nnimap.el (nnimap-open-connection): Message when opening connection
739         for debugging purposes.
740
741         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
742         on every setup buffer call to allow this to change from article to
743         article.
744
745         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
746         buffers where we have a wide table.
747
748 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
749
750         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
751         uses *-request-thread.
752
753 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
754
755         * nnimap.el (nnimap-open-connection): Remove %s from openssl
756         incantation, which is no longer valid.
757
758 2010-10-14  Julien Danjou  <julien@danjou.info>
759
760         * shr.el: Fix defcustom type (char -> character).
761
762 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
763
764         * nnimap.el (nnimap-open-connection): tls-program should be a list of
765         programs.
766
767 2010-10-14  Julien Danjou  <julien@danjou.info>
768
769         * shr.el (shr-tag-a): Use url-link as widget type.
770
771         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
772         `gnus-group-get-icon'.
773
774 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
775
776         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
777         This should make server editing work better.
778
779         * shr.el (shr-find-fill-point): Don't inloop on indented text.
780
781         * tls.el (tls-program): Remove spurious %s from openssl.
782
783         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
784         (nnimap-parse-flags): Fix regexp.
785
786         * shr.el (shr-find-fill-point): Use a filling algorithm that should
787         probably work for CJVK text, too.
788
789         * nnimap.el (nnimap-extend-tls-programs): Removed.
790         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
791
792         * tls.el (tls-starttls-switches): Remove starttls hack.
793         (open-tls-stream): Ditto.
794         (tls-find-starttls-argument): Ditto.
795
796 2010-10-13  Julien Danjou  <julien@danjou.info>
797
798         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
799         responses.
800
801 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
802
803         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
804
805         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
806         anything in Emacs.
807
808         * shr.el (shr-current-column): Remove buggy and unnecessary function.
809
810 2010-10-13  Julien Danjou  <julien@danjou.info>
811
812         * shr.el (shr-width): Make shr-width a defcustom with default to
813         fill-column.
814         (shr-tag-img): Use shr-width rather than fill-column.
815
816 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
817
818         * dgnushack.el (byte-optimize-apply)
819         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
820
821         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
822         position when (X-)Faces exist.
823         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
824         avatars when called interactively.
825
826 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
827
828         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
829         gnus-article-x-face-too-ugly is bound.
830
831 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
832
833         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
834
835         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
836         mailbox that doesn't exist.
837
838 2010-10-12  Julien Danjou  <julien@danjou.info>
839
840         * shr.el (shr-tag-img): Encode URL properly when retrieving.
841         (shr-get-image-data): Encode URL properly when fetching from cache.
842         (shr-tag-img): Use aligned-to spaces to align correctly images.
843
844         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
845         before inserting the Gravatar.
846
847         * shr.el (shr-tag-img): Add align attribute support for <img>.
848
849 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
850
851         * gnus-gravatar.el (gnus-art): Required.
852
853         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
854         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
855         Remove long obsoleted functions.
856
857 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
858
859         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
860
861         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
862
863         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
864         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
865         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
866         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
867         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
868         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
869         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
870
871 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
872
873         * nnimap.el (nnimap-request-rename-group): Select group read-only
874         before renaming it.
875
876         * shr.el (shr-insert): Fix up the white space only regexp.
877
878         * nnimap.el (nnimap-transform-split-mail): Not all articles have
879         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
880
881         * shr.el (shr-current-column): New function.
882         (shr-find-fill-point): New function.
883
884 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
885
886         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
887         numbers.
888
889 2010-10-11  Julien Danjou  <julien@danjou.info>
890
891         * shr.el (shr-hr-line): Add.
892         (shr-tag-hr): Use shr-hr-line to specify which character to use to
893         display hr lines.
894         (shr-max-columns): Do not change state to nil if we just inserting
895         spaces.
896
897 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
898
899         * gnus-topic.el (gnus-topic-read-group): If after the last group,
900         select the last group.
901
902 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
903
904         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
905
906 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
907
908         * dig.el (dig-mode-map): Declare and define in one step.
909
910 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
911
912         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
913         for Gnus.
914         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
915         (nnimap-update-qresync-info): Mark \Seen articles as read.
916
917         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
918         non-variable, too.
919
920         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
921         available.
922         (nnimap-update-info): Rely more on the current active than the param
923         active to avoid marking articles as read too much.
924
925         * auth-source.el (auth-source-create): Use (user-login-name) for the
926         user name default.
927
928         * nnimap.el (nnimap-update-info): If the server doesn't return any
929         useful info, just use the previous info.
930         (nnimap-update-info): Prefer old info over start-article.
931         (nnimap-update-qresync-info): Finish implementing QRESYNC.
932
933 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
934
935         * nnir.el (autoload): Clean up autoloads.
936         (nnir-imap-default-search-key): Renamed from
937         nnir-imap-search-field. Use key rather than value.
938         (nnir-imap-search-other): New variable.
939         (nnir-read-parm): Use it.
940         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
941         (gnus-summary-nnir-goto-thread): Modify to work with imap.
942
943 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
944
945         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
946         the process, too.
947
948 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
949
950         * spam.el (gnus-summary-mode-map): Bind to "$".  Suggested by Russ
951         Allbery.
952
953         * shr.el: Rework the way things are indented by <li> slightly.
954
955         * gnus.el (gnus-group-set-parameter): Fix typo.
956
957         * nnimap.el: Start implementing QRESYNC support.
958
959 2010-10-09  Julien Danjou  <julien@danjou.info>
960
961         * nnir.el (nnir-engines): Fix too many arguments.
962
963 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
964
965         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
966         group is the "last", so that the backends like nnfolder actually save
967         their folders.
968
969         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
970         try to use that for the tls stream.
971         (nnimap-retrieve-group-data-early): Rework the marks code to heed
972         UIDVALIDITY and find out which groups are read-only and not.
973         (nnimap-get-flags): Use the same marks parsing code as the rest of
974         nnimap.
975
976 2010-10-09  Julien Danjou  <julien@danjou.info>
977
978         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
979
980         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
981         retrieving gravatars.
982
983         * shr.el (shr-table-corner): Add.
984         (shr-table-line): Add.
985         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
986
987 2010-10-08  Julien Danjou  <julien@danjou.info>
988
989         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
990
991 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
992
993         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
994
995         * gnus-sum.el (gnus-mark-article-as-unread)
996         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
997         (gnus-summary-set-bookmark): Use it.
998
999         * gnus-msg.el (gnus-setup-message): Use it.
1000
1001         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1002
1003         * gnus.el (gnus-group-remove-parameter): Use it.
1004
1005         * gnus-group.el (gnus-group-make-web-group): Use it.
1006
1007         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1008
1009         * nnregistry.el: Update docs to mention manual.
1010
1011         * gnus-registry.el: Update docs to mention nnregistry.el.
1012         (gnus-registry-initialize): Don't install nnregistry refer method
1013         automatically.
1014         (gnus-registry-install-nnregistry): Remove it.
1015
1016 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1017
1018         * shr.el (shr-insert): Don't insert double spaces.
1019
1020 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1021
1022         * gnus-gravatar.el (gnus-treat-from-gravatar)
1023         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
1024         called interactively.
1025
1026         * gnus-art.el (gnus-mime-view-part-externally)
1027         (gnus-mime-view-part-internally): Make predicate function passed to
1028         gnus-mime-view-part-as-type assume argument is a mime type, not a list
1029         of a mime type.
1030
1031         * shr.el (shr-table-widths): Don't use cl function `reduce'.
1032
1033 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1034
1035         * shr.el (require): Require cl when compiling.
1036         (shr-tag-hr): New function.
1037
1038         * nnimap.el (nnimap-update-info): Remove double setting of high.
1039         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.  This
1040         makes nnimap work properly on Courier again.
1041
1042         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
1043         the variable for backwards compatability.
1044
1045         * mm-decode.el (mm-save-part): If given a non-directory result, expand
1046         the file name before using to avoid setting mm-default-directory to
1047         nil.
1048
1049         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
1050         bidning gnus-agent variables.
1051
1052         * shr.el (shr-render-td): Use a cache for the table rendering function
1053         to avoid getting an exponential rendering behaviour in nested tables.
1054         (shr-insert): Rework the line-breaking algorithm.
1055         (shr-insert): Don't leave trailing spaces.
1056         (shr-insert-table): Also insert empty TDs.
1057         (shr-tag-blockquote): Ensure paragraphs after </ul>.
1058
1059 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1060
1061         * gnus-sum.el (gnus-number): Rename from `number'.
1062         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
1063         (gnus-summary-limit-children): Update uses correspondingly.
1064
1065 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1066
1067         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
1068         (gnus-gravatar-transform-address): Don't show avatars of people of
1069         which mail addresses match gnus-gravatar-too-ugly.
1070
1071 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1072
1073         * shr.el (shr-table-widths): Expand TD elements to fill available
1074         space.
1075
1076 2010-10-07  Julien Danjou  <julien@danjou.info>
1077
1078         * nnimap.el (nnimap-request-rename-group): Add this method.
1079
1080 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1081
1082         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
1083         name from XEmacs' function-arglist.
1084
1085         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
1086         gravatar under XEmacs.
1087
1088 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
1089
1090         * auth-source.el: Update docs with TODO items.
1091
1092         * gnus-sync.el: Update docs to explain state and plans.
1093
1094         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
1095         Hooks for mark updates.
1096         (gnus-request-set-mark, gnus-request-update-mark): Use them.
1097
1098         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
1099         hooks with arguments, which is needed for mark update hooks.
1100
1101 2010-10-06  Julien Danjou  <julien@danjou.info>
1102
1103         * gnus.el (gnus-expand-group-parameter): Only return and act on what
1104         was matched.
1105
1106         * sieve-manage.el: Update example in `Commentary'.
1107
1108         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
1109
1110         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
1111         not 2000.
1112         (sieve-manage-authenticate): Re-add function.
1113
1114 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1115
1116         * shr.el (shr-insert): Get 'space transition right.
1117         (shr-render-td): Only delete space at the end of the TD.
1118
1119         * nnimap.el (nnimap-open-connection): Prepare to support
1120         open-gnutls-stream.
1121
1122         * shr.el: Rearrange function order to be more logical.
1123
1124 2010-10-06  Julien Danjou  <julien@danjou.info>
1125
1126         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
1127         (nnrss-discover-feed): Remove 404 URL in docstring.
1128
1129         * nnir.el: Fix Swish-E URL.
1130         Fix Namazu URL.
1131
1132         * message.el (message-change-subject): Remove 404 URL in a comment.
1133
1134 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1135
1136         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
1137         called interactively.
1138
1139         * gnus-util.el (gnus-remove-if): Allow hash table.
1140         (gnus-remove-if-not): New function.
1141
1142         * gnus-art.el (gnus-mime-view-part-as-type)
1143         * gnus-score.el (gnus-summary-score-effect)
1144         * gnus-sum.el (gnus-read-move-group-name):
1145         Replace remove-if-not with gnus-remove-if-not.
1146
1147         * gnus-group.el (gnus-group-completing-read):
1148         Regard collection as a hash table if it is not a list.
1149
1150 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1151
1152         * shr.el (shr-render-td): Allow blank/missing <TD>s.
1153
1154         * shr.el: Document the table-rendering algorithm.
1155
1156 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1157
1158         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
1159         for Emacsen having no `libxml-parse-html-region' support.
1160
1161 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1162
1163         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
1164         invalid URLs.
1165
1166         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
1167         line-broken.
1168         (shr-tag-img): Ignore image fetching errors.
1169         (shr-overlays-in-region): Compute overlay positions correctly.
1170
1171         * mm-decode.el (mm-shr): Require shr.
1172
1173         * gnus-art.el (gnus-blocked-images): Move variable here.
1174
1175         * shr.el (shr-insert-table): Bind free variable.
1176
1177         * mm-decode.el (mm-shr): Bind shr-content-function.
1178
1179         * shr.el (shr-content-function): New variable.
1180
1181         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
1182         added for symmetry.
1183
1184         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
1185
1186         * gnus-group.el (gnus-group-make-group): Doc fix.
1187
1188         * nnimap.el (nnimap-request-newgroups): Return success.
1189
1190         * shr.el (shr-find-elements): New function.
1191         (shr-tag-table): Put all the images after the table.
1192         (shr-tag-table): Really inhibit images inside the table.
1193         (shr-collect-overlays): Copy over overlays from the TD elements to the
1194         main document.
1195
1196         * mm-decode.el (mm-shr): Bind shr-blocked-images to
1197         gnus-blocked-images.
1198
1199 2010-10-05  Julien Danjou  <julien@danjou.info>
1200
1201         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
1202
1203         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
1204         (gnus-html-maximum-image-size): Add this function.
1205         (gnus-html-put-image): Use gnus-html-maximum-image-size.
1206
1207         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
1208         server-value of the capability is nil.
1209
1210 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1211
1212         * shr.el (shr-tag-em): Add <EM> tag.
1213
1214 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
1215
1216         * sieve-manage.el (sieve-manage-default-stream): Make default stream
1217         customizable.
1218
1219         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
1220         handing broken links to browse-url.
1221
1222 2010-10-05  Julien Danjou  <julien@danjou.info>
1223
1224         * gnus-util.el (gnus-emacs-completing-read)
1225         (gnus-iswitchb-completing-read): Use autoload rather than require.
1226
1227 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1228
1229         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
1230         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
1231         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
1232         iswitchb-temp-buflist for XEmacs.
1233
1234         * gnus-util.el (gnus-completing-read-function): Exclude
1235         gnus-icompleting-read and gnus-ido-completing-read from candidates for
1236         XEmacs since iswitchb.el is very old and ido.el is unavailable in
1237         XEmacs.
1238
1239         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
1240         not to use `delete-dups' that is unavailable in XEmacs 21.4.
1241
1242         * gnus-html.el: Don't require help-fns under XEmacs.
1243         (gnus-html-schedule-image-fetching): Work for XEmacs.
1244
1245         * mm-decode.el (mm-shr): Decode contents by charset.
1246
1247 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1248
1249         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
1250         unknown.
1251
1252         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
1253         (shr-get-image-data): Ensure against the cache file missing.
1254
1255         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
1256         for data.
1257
1258         * spam-report.el (spam-report-url-ping-plain): Don't query about
1259         killing the process.
1260
1261         * shr.el (shr-render-td): Protect against too-wide text.
1262
1263 2010-10-04  Julien Danjou  <julien@danjou.info>
1264
1265         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
1266         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
1267
1268         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
1269         retrieved.
1270
1271 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1272
1273         * shr.el (browse-url): Required.
1274         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
1275         lines.
1276         (shr-show-alt-text, shr-browse-image): New commands.
1277         (shr-browse-url, shr-copy-url): New commands.
1278
1279         * gnus-sum.el (gnus-widen-article-window): New variable.
1280         (gnus-summary-select-article-buffer): Use it.
1281
1282         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
1283         without @ signs.
1284
1285 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1286
1287         * nnir.el (nnir-run-imap): Remove spurious space in search string.
1288
1289 2010-10-04  Julien Danjou  <julien@danjou.info>
1290
1291         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
1292         for XEmacs.
1293
1294 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1295
1296         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
1297
1298         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
1299         (nnimap-close-server): Implement.
1300
1301         * dgnushack.el (iswitchb): Require to shut up the compiler.
1302
1303         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
1304         (shr-insert): Tweak line breaking.
1305         (shr-insert): Handle <pre> better.
1306         (shr-tag-li): Get <li> indentation right.
1307         (shr-tag-li): Get <li> indentation even righter.
1308         (shr-tag-blockquote): Ensure paragraph start.
1309         (shr-make-table): Tweak table generation.
1310         (shr-make-table): Fix typo.
1311
1312         * shr.el: Implement table rendering.
1313
1314 2010-10-04  Julien Danjou  <julien@danjou.info>
1315
1316         * gnus-html.el (gnus-html-put-image): Fix resize image code.
1317
1318 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1319
1320         * shr.el (shr-insert): Use string anchors instead of line anchors.
1321
1322 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1323
1324         * shr.el: Add headings.
1325         (shr-ensure-paragraph): Actually work.
1326         (shr-tag-li): Make <ul> prettier.
1327         (shr-insert): Get white space at the beginning/end of elements right.
1328         (shr-tag-p): Collapse subsequent <p>s.
1329         (shr-ensure-paragraph): Don't insert double line feeds after blank
1330         lines.
1331         (shr-insert): \t is also space.
1332         (shr-tag-s): Fix "s" tag name function.
1333         (shr-tag-s): Fix face prop name.
1334
1335 2010-10-03  Julien Danjou  <julien@danjou.info>
1336
1337         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
1338
1339         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
1340         gnus-window-inside-pixel-edges.
1341
1342         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
1343         gnus-ems.
1344
1345         * mm-view.el (mm-inline-image-emacs): Support image resizing.
1346
1347         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
1348         function.
1349
1350         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
1351         resize choice.
1352
1353 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1354
1355         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
1356         beginning of the buffer.
1357
1358         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
1359         article buffer again.
1360
1361         * shr.el (shr-tag-p): Don't insert newlines at the start of the
1362         buffer.
1363
1364         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
1365         when it's at the start of the buffer.
1366
1367         * shr.el (shr-tag-blockquote): Convert name.
1368         (shr-rescale-image): Use the right image-size variant.
1369
1370         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
1371         buffer isn't shown, then select the current article first instead of
1372         bugging out.
1373         (gnus-summary-select-article-buffer): Show both the article and summary
1374         buffers again.
1375
1376         * shr.el (shr-fontize-cont): Protect against regions with no text.
1377         Rename tag functions to shr-tag-* for enhanced security.
1378         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
1379
1380 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
1381
1382         * shr.el (shr-insert):
1383         * pop3.el (pop3-movemail):
1384         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
1385         loaded.
1386
1387 2010-10-03  Glenn Morris  <rgm@gnu.org>
1388
1389         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
1390
1391         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
1392
1393         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
1394
1395         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
1396
1397         * gnus-util.el (gnus-make-local-hook): Simplify.
1398
1399 2010-10-02  Julien Danjou  <julien@danjou.info>
1400
1401         * gnus-util.el (gnus-iswitchb-completing-read): New function.
1402         (gnus-ido-completing-read): New function.
1403         (gnus-emacs-completing-read): New function.
1404         (gnus-completing-read): Use gnus-completing-read-function.
1405         Add gnus-completing-read-function.
1406
1407 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1408
1409         * shr.el (shr-insert-document): Autoload.
1410         (shr-img): Be silent.
1411         (shr-insert): Add a newline after every picture before text.
1412         (shr-add-font): Use overlays for combining faces.
1413         (shr-insert): Pass upwards the text start point.
1414
1415         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
1416         possible.
1417         (mm-shr): New function.
1418
1419 2010-10-02  Julien Danjou  <julien@danjou.info>
1420
1421         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
1422         should go backward.
1423
1424 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
1425
1426         * shr.el (shr): Fix typo in provide call.
1427
1428 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1429
1430         * shr.el: New file.
1431
1432         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
1433
1434         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
1435         completing read.
1436
1437 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1438
1439         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
1440         we're being queried about.  Suggested by Dan Jacobson.
1441
1442         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
1443         by Jason Eisner.
1444
1445         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
1446         table, too.  Suggested by Stefan Wiens.
1447         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
1448         the table unnecessary.  Suggested by Stefan Wiens.
1449
1450         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
1451         longer needed, and probably doesn't work either, as pointed out by
1452         Stefan Wiens.
1453         (gnus-summary-exit): Remove call to the clearing function.
1454         (gnus-summary-exit-no-update): Ditto.
1455
1456         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
1457         instead of gnus-eval-in-buffer-window to avoid popping up frames.
1458         Reported by Stefan Monnier.
1459         (gnus-summary-save-in-rmail): Ditto.
1460
1461         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
1462         article buffer, instead of both the article buffer and the summary
1463         buffer.  Sort of suggested by Dan Jacobson.
1464
1465         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
1466
1467         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
1468         Suggested by Dan Jacobson.
1469
1470         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
1471         documentation clearer.
1472
1473         * message.el (message-shorten-references): Comment on the number "21".
1474         Suggested by Stefan Monnier.
1475
1476         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
1477         Suggested by Dan Jacobson.
1478
1479         * gnus.el (gnus-large-newsgroup): Mention
1480         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
1481
1482         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
1483         externalize attachments.  Bug reported by Steve Wen.
1484
1485         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
1486         really message anything to the user.
1487
1488         * nnmail.el (nnmail-article-group): Allow using the fancy split method
1489         directly.
1490
1491         * nnimap.el (nnimap-request-group): Low higher than high to signal no
1492         messages in empty groups.
1493
1494 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
1495
1496         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
1497         non-UIDNEXT group.
1498
1499 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1500
1501         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
1502         not the value from the collection.
1503
1504         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
1505         values.  This sometimes happens on some groups that have no info.
1506         (nnimap-request-newgroups): New function.
1507
1508 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
1509
1510         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
1511         check into `gnus-registry-initialize'.
1512         (gnus-registry-initialize): Ditto.
1513         Fix and extend header docs.
1514
1515 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1516
1517         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
1518         regexp backtrace overflows.
1519
1520         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
1521         for starttls that tls.el implements; i.e. openssl.
1522
1523         * tls.el (tls-starttls-switches): Give up on using starttls with
1524         gnutls-cli.
1525         (tls-program): Add --insecure to be consistent with the defaults from
1526         openssl s_client.  Now all three commands are insecure.
1527
1528 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1529
1530         * lpath.el: Bind completion-styles-alist for XEmacs.
1531
1532         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
1533         (gravatar-create-image): New function that's an alias to
1534         gnus-xmas-create-image, gnus-create-image, or create-image.
1535         (gravatar-data->image): Use it.
1536
1537 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
1538
1539         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
1540         install the nnregistry refer method.
1541         (gnus-registry-install-hooks): Use it.
1542         (gnus-registry-unfollowed-groups): Add nnmairix to the default
1543         unfollowed groups.
1544
1545 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
1546
1547         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
1548         expanding threads.
1549
1550 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1551
1552         * nnir.el: Use the server names without suffixes (bug #7009).
1553
1554         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
1555         unencrypted to STARTTLS, if possible.
1556
1557 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1558
1559         * message.el (message-ignored-supersedes-headers): Strip Injection-*
1560         headers before superseding.
1561
1562 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1563
1564         * nnrss.el (nnrss-use-local): Add documentation.
1565
1566         * nnimap.el (nnimap-extend-tls-programs): New function.
1567         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
1568         (nnimap-wait-for-connection): Accept the greeting from the stupid
1569         output from openssl s_client -starttls, too.
1570
1571         * tls.el (tls-starttls-switches): New variable.
1572         (tls-find-starttls-argument): Use it.
1573         (open-tls-stream): Ditto.
1574
1575         * netrc.el (netrc-credentials): Return the value of the "default"
1576         entry.
1577         (netrc-machine): Ditto.
1578
1579         * nnimap.el (nnimap-find-article-by-message-id): Really return the
1580         article number.
1581         (nnimap-split-fancy): New variable.
1582         (nnimap-split-incoming-mail): Use it.
1583
1584         * nntp.el (nntp-server-list-active-group): Document.
1585
1586         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
1587         SELECT to get the message-id.
1588
1589         * mail-source.el (mail-sources): Removed webmail support.
1590         (defvar): Ditto.
1591         (mail-source-fetcher-alist): Ditto.
1592         (mail-source-fetch-webmail): Removed.
1593
1594         * webmail.el: Removed -- doesn't seem relevant any more.
1595
1596         * gnus.el: Fix up make-obsolete-variable declarations throughout.
1597
1598         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
1599         the \r.
1600
1601 2010-09-30  Julien Danjou  <julien@danjou.info>
1602
1603         * gnus-agent.el (gnus-agent-add-group): Fix call to
1604         gnus-completing-read.
1605
1606 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1607
1608         * nndoc.el (nndoc-retrieve-groups): New function.
1609
1610         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
1611         `default', use nnmail-split-methods.
1612         (nnimap-request-article): Downcase the NILs so that they are nil.
1613
1614         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
1615         symbol.
1616
1617         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
1618         code, since if the user has requested network, that's what they ought
1619         to get.
1620         (nnimap-request-set-mark): Erase the buffer before issuing commands.
1621         (nnimap-split-rule): Mark as obsolete.
1622
1623         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
1624         variable.
1625
1626         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
1627         correct slot, too.
1628
1629 2010-09-29  Julien Danjou  <julien@danjou.info>
1630
1631         * gnus.el (gnus-local-domain): Declare variable obsolete.
1632
1633         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
1634         computing.
1635         (gnus-ido-completing-read): Require ido.
1636
1637 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1638
1639         * gnus-registry.el: Don't prompt on load, which makes it impossible to
1640         build Gnus.
1641
1642         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
1643         when interpreting the structures.
1644         (nnimap-request-accept-article): Add \r\n to the lines to make this
1645         work with Cyrus.
1646
1647         * nndraft.el (nndraft-request-expire-articles): Use the group name
1648         instead if "nndraft".  Fix found by Nils Ackermann.
1649
1650 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
1651
1652         * nnregistry.el: Added.
1653
1654 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1655
1656         * nnmail.el (group, group-art-list, group-art):
1657         Remove unneeded directives.
1658
1659 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1660
1661         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
1662         (mm-mime-charset)
1663         * rfc2047.el (rfc2047-syntax-table)
1664         * utf7.el (utf7-utf-16-coding-system): Comment fix.
1665
1666         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
1667         rather than `insert-file-contents' and `eval-region'.
1668
1669         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
1670         construction.
1671
1672         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
1673
1674         * time-date.el: No need to require cl for Emacs 21.
1675
1676 2010-09-29  Julien Danjou  <julien@danjou.info>
1677
1678         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
1679         replacement of `gnus-gravatar-relief' to mimic
1680         `gnus-faces-properties-alist'.
1681         Add :version property.
1682
1683 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1684
1685         * mail-source.el (mail-source-report-new-mail)
1686         * message.el (message-default-mail-headers)
1687         * mm-decode.el (mm-valid-image-format-p): Comment fix.
1688
1689         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
1690
1691 2010-09-28  Julien Danjou  <julien@danjou.info>
1692
1693         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
1694         mail-address contains the same string as real-name.
1695
1696         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
1697         non-blank in header, otherwise it'll get stripped.
1698
1699         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
1700         real-name, and then for mail address rather than doing : or , search.
1701
1702 2010-09-27  Julien Danjou  <julien@danjou.info>
1703
1704         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
1705         (gnus-server-goto-server): Use gnus-completing-read.
1706
1707         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
1708
1709         * mm-util.el (defalias): Use gnus-completing-read.
1710         (mm-codepage-setup): Use gnus-completing-read.
1711
1712         * smime.el (smime-sign-buffer): Use gnus-completing-read.
1713         (smime-decrypt-buffer): Use gnus-completing-read.
1714
1715         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
1716
1717         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
1718         (mml-minibuffer-read-disposition): Use gnus-completing-read.
1719         (mml-insert-multipart): Use gnus-completing-read.
1720
1721         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
1722
1723         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
1724
1725         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
1726
1727         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
1728
1729         * gnus.el (gnus-read-method): Use gnus-completing-read.
1730
1731         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
1732
1733         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
1734         (gnus-mime-action-on-part): Use gnus-completing-read.
1735         (gnus-article-encrypt-body): Use gnus-completing-read.
1736
1737         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
1738         (gnus-topic-move-matching): Use gnus-completing-read.
1739         (gnus-topic-copy-matching): Use gnus-completing-read.
1740         (gnus-topic-sort-topics): Use gnus-completing-read.
1741         (gnus-topic-move): Use gnus-completing-read.
1742
1743         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
1744         (gnus-agent-add-group): Use gnus-completing-read.
1745
1746         * nnmairix.el (nnmairix-create-server-and-default-group): Use
1747         gnus-completing-read.
1748         (nnmairix-update-groups): Use gnus-completing-read.
1749         (nnmairix-get-server): Use gnus-completing-read.
1750         (nnmairix-backend-to-server): Use gnus-completing-read.
1751         (nnmairix-goto-original-article): Use gnus-completing-read.
1752         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
1753
1754         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
1755
1756         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
1757         (gnus-group-make-useful-group): Use gnus-completing-read.
1758         (gnus-group-make-web-group): Use gnus-completing-read.
1759         (gnus-group-add-to-virtual): Use gnus-completing-read.
1760         (gnus-group-browse-foreign-server): Use gnus-completing-read.
1761
1762         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
1763         (gnus-summary-limit-to-extra): Use gnus-completing-read.
1764         (gnus-summary-execute-command): Use gnus-completing-read.
1765         (gnus-summary-respool-article): Use gnus-completing-read.
1766         (gnus-read-move-group-name): Use gnus-completing-read.
1767
1768         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
1769         (gnus-summary-score-effect): Use gnus-completing-read.
1770
1771         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
1772
1773         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
1774         right completing-read function.
1775         (gnus-use-ido): New variable
1776         (gnus-completing-read-with-default): Remove.
1777
1778 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1779
1780         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
1781         x-focus-frame.
1782
1783         * nnimap.el (auth-source-forget-user-or-password)
1784         (auth-source-user-or-password): Autoload.
1785
1786         * message.el (message-from-style, message-interactive)
1787         (message-cite-prefix-regexp, message-sendmail-envelope-from)
1788         (message-yank-prefix, message-indentation-spaces, message-signature)
1789         (message-signature-file): Add comment.
1790
1791 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1792
1793         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
1794         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
1795         new articles.
1796
1797         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
1798         parts.
1799         (nnimap-request-article): Work with the t setting, too.
1800
1801         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
1802         that you don't get flashes of other buffers.
1803         (gnus-summary-show-complete-article): Intern before setting.
1804
1805 2010-09-27  David Engster  <dengste@eml.cc>
1806
1807         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
1808         well as HEADERS.
1809         (nnmairix-retrieve-headers): Provide new argument for the above.
1810
1811 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1812
1813         * gnus-sum.el (gnus-summary-move-article): Don't alter
1814         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
1815         group.
1816
1817         * nnimap.el (nnimap-update-info): Don't destructively alter active.
1818
1819         * message.el (message-cite-prefix-regexp): Revert my last edit.
1820
1821         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
1822         variable instead of the Gnus variable.
1823
1824         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
1825
1826         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
1827         again.
1828
1829         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
1830         since some servers don't like it.
1831         (nnimap-open-connection): Forget credentials if the server says the
1832         password was wrong.
1833         (nnimap-parse-line): Protect against invalid data.
1834
1835         * gnus-sum.el (gnus-summary-move-article): Add comment.
1836         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
1837         nothing alters it while scanning for new messages.
1838
1839         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
1840         which may or may not help.
1841         (nnimap-open-connection): If we're doing a stream connection, and then
1842         discover we're on a STARTTLS-capable server, then open a STARTTLS
1843         connection instead.
1844
1845 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1846
1847         * nnimap.el (utf7): Required.
1848
1849         * message.el (message-cite-prefix-regexp): Remove "}" from citation
1850         prefix.
1851
1852 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
1853
1854         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
1855
1856 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1857
1858         * nnimap.el (nnimap-request-accept-article): Message the error on
1859         error.
1860
1861 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1862
1863         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
1864
1865 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1866
1867         * nndoc.el (nndoc-request-list): Return success always.
1868
1869         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
1870         `fetch-old' -- we only want to fetch the articles we've requested.  The
1871         rest are in the agent, probably.
1872         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
1873         disappeared server" to something low.  It's not important.
1874
1875         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
1876         arrived before the FETCH data.
1877
1878         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
1879         target here, because we don't know the Gnus name of the group.
1880
1881         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
1882         for the correct group.
1883
1884         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
1885
1886         * gnus.el (gnus): Give a final warning after startup.
1887
1888         * gnus-util.el (gnus-action-message-log): New variable.
1889         (gnus-message): Use it.
1890         (gnus-final-warning): New function.
1891
1892         * nnimap.el (nnimap-open-connection): Record the greeting.
1893         (nnimap): Add greeting.
1894
1895 2010-09-26  Julien Danjou  <julien@danjou.info>
1896
1897         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
1898         arguments.
1899         (gnus-html-wash-images): Fix spec computing to include start/end.
1900
1901         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
1902
1903 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1904
1905         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
1906         deletion.
1907         (nnimap-retrieve-headers): Don't select the group, because that's
1908         already done by nnimap-possibly-change-group.
1909
1910         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
1911         (gnus-picon-transform-address): Use it.
1912
1913         * mail-source.el (mail-source-value): Revert previous patch.
1914
1915         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
1916         on failure.
1917         (nnimap-open-connection): Look up both virtual and physical server name
1918         credentials.
1919
1920         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
1921
1922 2009-02-07  Dave Love  <fx@gnu.org>
1923
1924         * tls.el (open-tls-stream): Don't query killing process.
1925
1926 2009-02-08  Dave Love  <fx@gnu.org>
1927
1928         * gnus-win.el (gnus-window-to-buffer-helper,
1929         gnus-all-windows-visible-p): Function needn't be a symbol.
1930
1931         * mail-source.el (mail-source-value): Function needn't be a symbol.
1932
1933 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1934
1935         * message.el (message-cite-prefix-regexp): Remove } from the cite
1936         prefix.
1937
1938         * gnus-art.el (gnus-treatment-function-alist): Do picons before
1939         highlight again, so that the highlight is correct.
1940
1941         * gnus-picon.el (gnus-picon): Remove again.
1942         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
1943
1944         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
1945         doing the header highlightling, so that the background colour of the
1946         picon is correct.
1947
1948         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
1949         (gnus-picon): Ditto.
1950         (gnus-picon): Reinstate.  The background colour for picons is white.
1951         (gnus-picon-insert-glyph): Make the background white.
1952
1953         * nnml.el (nnml-open-nov): Don't return dead buffers.
1954
1955         * auth-source.el (auth-source-create): Query the user for whether to
1956         store the credentials.
1957
1958         * netrc.el (netrc-store-data): New function.
1959
1960         * auth-source.el (auth-source-user-or-password): Use the existing auth
1961         sources, if any, for creation.
1962
1963         * gnus.el (gnus-group-fast-parameter): Return the last matching
1964         parameter instead of the first matching parameter.
1965
1966 2010-09-26  Julien Danjou  <julien@danjou.info>
1967
1968         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
1969
1970 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1971
1972         * mml2015.el (mml2015-use): Remove gpg support.
1973
1974         * mml1991.el (mml1991-function-alist): Remove gpg function.
1975         (mml1991-gpg-sign): Removed.
1976
1977 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
1978
1979         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
1980         (gnus-browse-unsubscribe-current-group): Document it.
1981         (gnus-browse-unsubscribe-group): Use it.
1982
1983 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1984
1985         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
1986         address to the To list for easier response.
1987
1988         * gnus.el (gnus-play-startup-jingle): Removed.
1989         (gnus-splash): Don't play jingle.
1990         (gnus): Silence gnus-load message.
1991
1992         * gnus-art.el (gnus-treat-play-sounds): Removed.
1993
1994         * gnus.el (gnus-play-jingle): Remove audio support.
1995
1996         * gnus-cus.el (gnus-score-customize): Remove audio reference.
1997
1998         * earcon.el: Removed -- no users.
1999
2000         * gnus-audio.el: Removed -- no users of this package.
2001
2002         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
2003
2004         * gnus-start.el (gnus-setup-news): Remove nocem support.
2005
2006         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
2007
2008         * gnus.el (gnus-use-nocem): Removed.
2009
2010         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
2011         Removed.
2012
2013         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
2014         uses NoCeM any more.
2015
2016         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
2017         (gnus-button-ctan-handler): Ditto.
2018         (gnus-button-handle-ctan-bogus-regexp): Ditto.
2019         (gnus-button-ctan-directory-regexp): Ditto.
2020         (gnus-button-handle-ctan): Ditto.
2021         (gnus-button-tex-level): Ditto.
2022         (gnus-button-alist): Removed CTAN stuff.
2023
2024 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2025
2026         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
2027         nnimap-streaming test.
2028
2029         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
2030         servers twice.
2031
2032         * nnimap.el (nnimap-open-connection): Add more error reporting when
2033         nnimap fails early.
2034
2035         * nnheader.el (nnheader-get-report-string): New function.
2036         (nnheader-get-report): Use it.
2037
2038         * gnus-int.el (gnus-check-server): Say what the error was when opening
2039         failed.
2040
2041         * nnimap.el (nnimap-wait-for-response): Search further when we're not
2042         using streaming.
2043
2044 2010-09-25  Julien Danjou  <julien@danjou.info>
2045
2046         * gnus-html.el (gnus-html-rescale-image): Use our defalias
2047         gnus-window-inside-pixel-edges.
2048
2049 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2050
2051         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
2052
2053         * mm-decode.el (mm-save-part): Allow saving to other directories the
2054         normal Emacs way.
2055
2056         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
2057         by Jay Berkenbilt.
2058
2059         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
2060         there isn't a single byte.
2061
2062         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
2063         just do it.  It doesn't really seem to matter what the user responds
2064         here, I think, so it's just a confusing question.
2065
2066         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
2067         non-streaming case.
2068
2069         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
2070         (gnus-article-encrypt-body): Use it.
2071
2072         * gnus-sum.el (gnus-summary-show-complete-article): New command and
2073         keystroke.
2074
2075         * nnimap.el (nnimap-find-wanted-parts-1): Use
2076         gnus-fetch-partial-articles.
2077
2078         * gnus-art.el (gnus-fetch-partial-articles): New variable.
2079
2080         * nnimap.el (nnimap-insert-partial-structure): New function.
2081         (nnimap-get-partial-article): New function.
2082         (nnimap-request-article): Use it.
2083         (nnimap-wait-for-response): Return whether the wait was successful.
2084         (nnimap-finish-retrieve-group-infos): Don't do anything if the
2085         retrieval wasn't successful.
2086         (nnimap-retrieve-group-data-early): Allow throttling servers.
2087         (nnimap-streaming): New variable.
2088         (nnimap-fetch-partial-articles): Removed.
2089
2090         * mm-decode.el (mm-with-part): Protect against killed buffers.
2091
2092         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
2093         for prettier summary display.
2094
2095 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
2096
2097         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
2098         directly.
2099
2100 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2101
2102         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
2103         apparently third-party libraries depend on it.
2104
2105         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
2106         before starting negotiation.
2107
2108         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
2109         privacy reasons.
2110         (gnus-treat-mail-gravatar): Ditto.
2111
2112         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
2113         buffer when inserting images.  Inserting text into the headers, for
2114         instance, can make them invalid.
2115
2116 2010-09-25  Julien Danjou  <julien@danjou.info>
2117
2118         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
2119         variables.
2120
2121         * nnheader.el: Remove useless variables news-reply-yank-from and
2122         news-reply-yank-message-id.
2123
2124         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
2125         variables.
2126
2127         * mml1991.el: Remove useless mml1991-verbose.
2128
2129         * gnus.el: Remove useless variable gnus-use-generic-from.
2130         Remove obsolete variable gnus-topic-indentation.
2131
2132         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
2133
2134         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
2135
2136         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
2137
2138         * gnus-group.el: Remove useless gnus-group-icon-cache.
2139         Remove useless gnus-ephemeral-group-server.
2140
2141         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
2142
2143         * mml2015.el: Remove useless mml2015-verbose.
2144
2145         * mml-smime.el: Remove useless mml-smime-verbose.
2146
2147         * gnus.el: Remove useless gnus-local-domain.
2148
2149         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
2150         gnus-gravatar-size.
2151
2152         * gnus-art.el: Remove useless gnus-treat-translate.
2153
2154 2010-09-24  Julien Danjou  <julien@danjou.info>
2155
2156         * gnus-sum.el: Add support for Gravatars.
2157
2158         * gnus-art.el: Add support for Gravatars.
2159
2160         * gnus-gravatar.el: Add this file.
2161
2162         * gravatar.el: Add this file.
2163
2164 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2165
2166         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
2167
2168         * gnus-group.el (gnus-group-fetch-faq): Removed.
2169
2170         * gnus.el (gnus-group-faq-directory): Removed.
2171
2172         * gnus-group.el (gnus-group-fetch-charter): Removed.
2173
2174         * gnus.el (gnus-group-charter-alist): Removed.
2175
2176         * gnus-group.el (gnus-group-archive-directory): Removed.
2177         (gnus-group-recent-archive-directory): Ditto.
2178         (gnus-group-make-archive-group): Removed.
2179
2180         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
2181
2182         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
2183         use the same article number for all the cached articles.
2184
2185         * nnimap.el (nnimap-command): Register the last command time so
2186         that we can use it for idling NOOPs.
2187         (nnimap-open-connection): Start the keeplive timer.
2188         (nnimap-make-process-buffer): Store all the process buffers.
2189         (nnimap-keepalive): New function.
2190
2191         * starttls.el (starttls-open-stream): Add autoload cookie.
2192
2193 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2194
2195         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
2196         handling.
2197
2198 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2199
2200         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
2201         its data structures.
2202
2203         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
2204         instead of the cl.el copy-list.
2205         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
2206         equalp.
2207
2208 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2209
2210         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
2211         and tool-bar-local-item-from-menu.
2212
2213         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
2214         mode-line-highlight face for Emacs.
2215
2216         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
2217         loading gnus-sum.elc; fix comment for canlock-verify.
2218         (gnus-article-jump-to-part): Use read-number.
2219         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
2220         Emacs pre-21 compatible code for help-echo.
2221         (gnus-article-next-page-1): No need to adjust the number of lines.
2222         (gnus-article-describe-bindings): Always use help-buffer.
2223
2224         * gnus-audio.el (gnus-audio-inline-sound)
2225         * gnus-cus.el (gnus-custom-mode)
2226         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
2227
2228         * gnus-sum.el (gnus-remove-overlays): Doc fix.
2229
2230         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
2231         compatible code.
2232
2233 2010-09-24  Glenn Morris  <rgm@gnu.org>
2234
2235         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
2236         visiting the fcc file in rmail-mode.
2237
2238         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
2239
2240 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2241
2242         * nnir.el: Silence the byte compiler.
2243
2244         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
2245         alias to browse-url-url-encode-chars if any.
2246         (gnus-html-encode-url): Use it.
2247
2248 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2249
2250         * gnus-start.el (gnus-use-backend-marks): New variable.
2251         (gnus-get-unread-articles-in-group): Use it.
2252
2253         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
2254         makeover.
2255
2256 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2257
2258         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
2259
2260 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2261
2262         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
2263         Removed.
2264         (gnus-setup-news-hook): Removed
2265         gnus-fixup-nnimap-unread-after-getting-new-news.
2266
2267         * gnus-int.el (gnus-request-update-info): Protect against backends not
2268         having the function.
2269
2270         * nnimap.el (nnimap-stream): Mention starttls.
2271         (nnimap-open-connection): Add starttls support.
2272
2273 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2274
2275         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
2276
2277 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2278
2279         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
2280         BODYSTRUCTUREs.
2281         (nnimap-transform-headers): Unfold quoted {42} headers.
2282
2283         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
2284         the info.
2285         (gnus-get-unread-articles): Only call updatep on backends that support
2286         it.
2287
2288         * nnweb.el (nnweb-request-update-info): NOOP.
2289
2290         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
2291
2292         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
2293         since it only deals with marks.
2294
2295         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
2296         gnus-request-marks, and make a new gnus-request-update-info.
2297
2298         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
2299         the active instead of the high number, which is usually too low.
2300
2301 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
2302
2303         * netrc.el (netrc-parse): Remove encrypt.el mentions.
2304         * encrypt.el: Removed.
2305
2306 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2307
2308         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
2309         server in symbolic form.
2310
2311         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
2312         0.9.
2313
2314 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2315
2316         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
2317         (nnimap-update-info): Fix up code slightly.
2318
2319         * gnus-int.el (gnus-open-server): Add tracing for performance
2320         debugging.
2321
2322         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
2323         (gnus-group-insert-group-line): Pass the real group name so that it
2324         gets the right data.
2325
2326         * gnus-start.el (gnus-get-unread-articles): Don't have
2327         `gnus-get-unread-articles-in-group' update info, since that can be
2328         really slow and doesn't seem to be needed?
2329
2330 2010-09-22  Dan Christensen  <jdc@uwo.ca>
2331
2332         * time-date.el (date-to-time): Try using parse-time-string first before
2333         using the slower timezone-make-date-arpa-standard.
2334
2335 2010-09-22  Julien Danjou  <julien@danjou.info>
2336
2337         * gnus-group.el (gnus-group-insert-group-line): Call
2338         gnus-group-highlight-line.
2339         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
2340         default hook list.
2341         (gnus-group-update-eval-form): Add new function.
2342         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
2343         (gnus-group-get-icon): Use gnus-group-update-eval-form.
2344
2345 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2346
2347         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
2348         immediate, then expire all articles.
2349         (nnimap-update-info): Fix off-by-one errors.
2350         (nnimap-flags-to-marks): Would return no marks lists for group with no
2351         flags.  Instead return the other data.
2352
2353 2010-09-22  Julien Danjou  <julien@danjou.info>
2354
2355         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
2356         Only return an icon.
2357         (gnus-group-insert-group-line): Compute icon to return.
2358
2359         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
2360         variable.
2361         (gnus-html-image-fetched): Only cache if
2362         gnus-html-image-automatic-caching is set.
2363         (gnus-html-image-fetched): Check for errors.
2364
2365 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2366
2367         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
2368         once per method on `g'.  This ensures that backends like nnfolder don't
2369         open all their folders.
2370
2371         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
2372         (nnimap-request-list): Nix out group in the correct buffer.
2373         (nnimap-parse-flags): Implement by using `read' instead of
2374         hand-parsing.
2375         (nnimap-flags-to-marks): Pass on permanent-flags.
2376         (nnimap-make-process-buffer): Record the server name.
2377         (nnimap-parse-flags): Fix typo.
2378         (nnimap-request-scan): Run split on the server in general, not just a
2379         single group.
2380
2381         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
2382         parameter, and propagate this downwards.
2383
2384         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
2385         since EXAMINE changes it on the server.
2386
2387         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
2388         this command might take a while.
2389
2390 2010-09-22  Julien Danjou  <julien@danjou.info>
2391
2392         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
2393         harmful if you have 2 images side-by-side, they can't be properly
2394         update on text deletion.  Using text-property is safer here.
2395         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
2396         data.
2397
2398 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2399
2400         * nnimap.el (nnimap-expunge-inbox): Removed.
2401         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
2402         (nnimap-expunge): Flip default to t.
2403
2404         * gnus.el (gnus-method-to-server): Don't push things to the cache
2405         unless it's unique.
2406         (gnus-server-to-method): Ditto.
2407
2408 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2409
2410         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
2411
2412 2010-09-22  Julien Danjou  <julien@danjou.info>
2413
2414         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
2415         get the start of data.
2416         (gnus-html-encode-url): Add this function to encode special chars in
2417         URL.
2418         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
2419         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
2420
2421         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
2422         default.
2423         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
2424
2425         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
2426         images alt-text.
2427         (gnus-html-put-image): Put alt-text as help-echo.
2428
2429 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2430
2431         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
2432         * mm-util.el (mm-decompress-buffer)
2433         * nnir.el (nnir-run-find-grep)
2434         * pop3.el (pop3-list): Use 3rd arg of split-string.
2435
2436         * time-date.el (format-seconds): Comment fix.
2437
2438         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
2439         and byte-optimize-form-code-walker.
2440         (dgnushack-make-auto-load): Don't advise make-autoload.
2441
2442         * lpath.el: Remove Emacs 21 stuff.
2443
2444 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2445
2446         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
2447         outside the active range.  Suggested by Dan Christensen.
2448
2449         * gnus-start.el (gnus-get-unread-articles): Get the extended method
2450         slightly later to avoid double-getting it.
2451
2452         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
2453         previous patch.
2454
2455         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
2456
2457 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
2458
2459         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
2460
2461 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2462
2463         * gnus-int.el (gnus-open-server): Give a better error message in the
2464         "go offline" case.
2465
2466         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
2467         marks for nnimap, which is seldom the right thing to do.
2468
2469         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
2470         (gnus-same-method-different-name): New function.
2471
2472         * nnimap.el (parse-time): Require.
2473
2474         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
2475         method in the presence of many similar methods.
2476
2477         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
2478
2479         * nnimap.el (nnimap-find-expired-articles): Don't refer to
2480         nnml-inhibit-expiry.
2481
2482         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
2483         find out whether methods are equal.
2484
2485         * nnimap.el (nnimap-find-expired-articles): New function.
2486         (nnimap-process-expiry-targets): New function.
2487         (nnimap-request-move-article): Request the article before looking at
2488         what the Message-ID is.  Fix found by Andrew Cohen.
2489         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
2490
2491         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
2492         for oldness in addition to being a predicate.
2493
2494         * nnimap.el (nnimap-request-group): When we have zero articles, return
2495         the right data to Gnus.
2496         (nnimap-request-expire-articles): Only delete articles immediately if
2497         the target is 'delete.
2498
2499         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
2500         method, this would bug out.
2501
2502         * gnus-group.el (gnus-group-expunge-group): Renamed from
2503         gnus-group-nnimap-expunge, and implemented as a normal interface
2504         function.
2505
2506         * gnus-int.el (gnus-request-expunge-group): New function.
2507
2508         * nnimap.el (nnimap-request-create-group): Implement.
2509         (nnimap-request-expunge-group): New function.
2510
2511 2010-09-21  Julien Danjou  <julien@danjou.info>
2512
2513         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
2514         (gnus-html-cache-expired): Add new function.
2515         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
2516         wethever we should display image for fetch it.
2517         Compute alt-text earlier to pass it to the fetching function too.
2518         (gnus-html-schedule-image-fetching): Change function argument to only
2519         get one image at a time, not a list.
2520         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
2521         cache.
2522         (gnus-html-get-image-data): New function to retrieve image data from
2523         cache.
2524         (gnus-html-put-image): Change buffer argument to use image data rather
2525         than file, and place image above region rather than inserting a new
2526         one. Do not take alt-text as argument, since it's useless now: we place
2527         the image above alt-text.
2528         (gnus-html-prune-cache): Remove.
2529         (gnus-html-show-images): Start to fetch image when we find one, do not
2530         push into a temporary list.
2531         (gnus-html-prefetch-images): Only fetch image if they have expired.
2532         (gnus-html-browse-image): Fix, use 'gnus-image-url.
2533         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
2534
2535 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2536
2537         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
2538
2539 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2540
2541         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
2542         spec inser "*" if the group isn't active instead of 0.
2543
2544         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
2545         opening the server.
2546         (nnimap-request-delete-group): Implement group deletion.
2547         (nnimap-transform-headers): Return the size of the entire message in
2548         the Bytes header, not just the size of the first part.
2549         (nnimap-request-move-article): When moving an article from nnimap,
2550         request the article first so the accepting form has an article to
2551         accept.  Reported by Dan Christensen.
2552         (nnimap-command): Make sure that the error message doesn't error out.
2553
2554 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
2555
2556         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
2557         we haven't requested anything.
2558
2559 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2560
2561         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
2562         "".  Fix found by Andrew Cohen.
2563
2564         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
2565         instead of -encode-string.
2566
2567 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2568
2569         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
2570
2571         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
2572         by mm-subst-char-in-string.
2573
2574 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2575
2576         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
2577         waiting for the connection string.
2578
2579         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
2580         arriving.
2581
2582         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
2583         bogus characters.  This allows selecting certain Gmail groups.
2584
2585         * nnimap.el (nnimap-find-wanted-parts-1): New function.
2586         (nnimap-fetch-partial-articles): New variable.
2587         (nnimap-open-connection): When looking for credentials, also use the
2588         nnimap-server-port.
2589         (nnimap-request-article): Return the group/article number, so that Gnus
2590         `^' works as expected.
2591         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
2592         them.
2593
2594         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
2595         comments.
2596         (gnus-methods-sloppily-equal): New function.
2597         (gnus): When using the development version of Gnus, load the gnus-load
2598         file.
2599
2600         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
2601         `gnus-open-server' on each method before trying to scan them etc.  This
2602         ensures that all the backend parameters are set correctly.
2603
2604         * nnimap.el (nnimap-authenticator): New variable.
2605         (nnimap-open-connection): Allow anonymous login.
2606         (nnimap-transform-headers): The chars header is called Chars not
2607         Bytes.
2608         (nnimap-wait-for-response): Don't infloop if the IMAP connection
2609         drops.
2610
2611         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
2612         patch, found by Knut Anders Hatlen.
2613
2614 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
2615
2616         * gnus-agent.el (gnus-agent-batch-confirmation)
2617         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
2618         to gnus-message.
2619         * gnus-art.el (gnus-article-describe-briefly): Likewise.
2620         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
2621         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
2622         * gnus-int.el (gnus-open-server): Likewise.
2623         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
2624         (gnus-score-check-syntax): Likewise.
2625         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
2626         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
2627         Likewise.
2628         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
2629
2630 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2631
2632         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
2633         calling conventions so that prefetch doesn't bug out.
2634
2635 2010-09-19  Julien Danjou  <julien@danjou.info>
2636
2637         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
2638         rather than `subst-char-in-region' in order to be able to replace ASCII
2639         char by UTF-8 ones.
2640
2641         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
2642         than curl.
2643         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
2644         the right URL and ALT text on images.
2645         (gnus-html-wash-tags): Fix tag case.
2646         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
2647         (gnus-article-html): Add -o display_ins_del=2 option.
2648         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
2649
2650 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2651
2652         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
2653         the extra mail headers, which sometimes seem to happen for unknown
2654         reasons.
2655
2656         * mail-parse.el (mail-header-encode-parameter): Define as
2657         rfc2045-encode-string instead of as rfc2231-encode-string, since some
2658         (or most, perhaps?) mail readers don't understand the latter, but do
2659         understand the former.
2660
2661         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
2662         to nil, so that no methods are automatically agentized.  I think this
2663         is probably what most users want.
2664
2665         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
2666         from url-retrieve, for instance about invalid URLs.
2667
2668         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
2669         groups that have no articles.
2670         (nnimap-request-article): Check that we really got an article when we
2671         requested one.
2672
2673         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
2674         doesn't exist.
2675
2676         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
2677         nntp buffer so the agent can save it.
2678         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
2679         that CRLF doesn't get translated to \n.
2680         (nnimap-open-connection): Don't make 'shell commands only send \n.
2681
2682 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2683
2684         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
2685         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
2686         Update var name.
2687         (nnml-generate-nov-file): Use dolist.
2688         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
2689         Use with-current-buffer.
2690
2691 2010-09-18  Julien Danjou  <julien@danjou.info>
2692
2693         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
2694         parallel.
2695
2696 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2697
2698         * nnimap.el (nnimap-update-info): When doing partial marks update, get
2699         the range update right.
2700         (nnimap-request-group): Don't make `M-g' bug out on group with no
2701         marks.
2702         (nnoo): Required, so that other packages can require nnimap.
2703         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
2704         command we're looking for.  This helps when the server sends more
2705         responses after we've gotten everything we expected.
2706         (nnimap): Add a `newlinep' field to keep track of end-of-line
2707         conventions.
2708         Don't send CRLF to things that don't want it.
2709         (nnimap-request-accept-article): Ditto.
2710
2711 2010-09-18  Julien Danjou  <julien@danjou.info>
2712
2713         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
2714         than curl to retrieve images.
2715
2716 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2717
2718         * nnimap.el (nnimap-update-info): Extend the info so that we can set
2719         the marks.
2720         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
2721         (nnimap-wait-for-connection): New function.
2722         (nnimap-open-connection): If we have PREAUTH, don't query for login
2723         credentials.
2724         (nnimap-update-info): Fix off-by-one error when concatenating ranges
2725         when doing a partial update.
2726
2727 2010-09-18  Julien Danjou  <julien@danjou.info>
2728
2729         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
2730         tags.
2731
2732 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2733
2734         * nnimap.el (nnimap-credentials): New function.
2735         (nnimap-open-connection): Use the new function to look for credentials
2736         also on the numeric equivalents of "imap" and "imaps".
2737
2738         * gnus-start.el (gnus-activate-group): Send the info to
2739         gnus-request-group.
2740
2741         * nnimap.el (nnimap-request-group): Have the "check" version of the
2742         function parse flags and update the info, so that a `M-g' get a total
2743         resync of all flags from the group.
2744
2745         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
2746         to allow backends to alter the info on group selection.  Also alter all
2747         the backend -request-group functions to take the parameter.
2748
2749         * nnimap.el (nnimap-store-info): New function.
2750         (nnimap-update-info): Store the info for later usage.
2751         (nnimap-request-group): Use the stored info for the dont-check case, so
2752         that we don't retrieve all marks when we enter a group.
2753
2754         * nnimap.el: Use deffoo instead of defun for interface functions.
2755
2756         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
2757         update the group info.  This makes the nndraft groups, for instance, go
2758         back to their old behaviour.
2759
2760         * gnus-sum.el (gnus-select-newsgroup): Indent.
2761
2762         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
2763         in.
2764         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
2765         nothing.
2766
2767         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
2768         from methods that are denied.
2769
2770         * gnus-int.el (gnus-method-denied-p): New function.
2771
2772         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
2773         store the password instead of netrc.
2774         (nnimap-open-connection): Don't error out when we can't make a
2775         connections.
2776
2777         * auth-source.el (auth-source-create): In the password prompt, say what
2778         we're querying for.  Also prompt for user name if that hasn't been
2779         given.
2780
2781         * nnimap.el (nnimap-with-process-buffer): Removed.
2782
2783 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2784
2785         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
2786         method when we're reading from the agent.
2787
2788         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
2789
2790         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
2791         that's probably most useful for users.
2792
2793         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
2794         "failed" all the time.
2795
2796         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
2797         ...)) with (with-current-buffer ... ).
2798
2799         * nntp.el (nntp-open-server): Return whether the open was successful or
2800         not.
2801
2802         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
2803         select an unread unseen article first.
2804
2805         * nnimap.el (nnimap-open-connection): If the user doesn't have a
2806         /etc/services, supply some sensible port defaults.
2807
2808         * dgnushack.el: Define netrc-credentials.
2809
2810 2010-09-17  Julien Danjou  <julien@danjou.info>
2811
2812         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
2813
2814 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2815
2816         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
2817         doesn't have any parameters.
2818
2819 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2820
2821         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
2822         only upcased checks.
2823
2824         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
2825
2826         * nnimap.el (nnimap-open-shell-stream): New function.
2827         (nnimap-open-connection): Use it.
2828         (nnimap-transform-headers): Get the number of lines in each message.
2829         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
2830         number of lines.
2831         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
2832         problem.
2833
2834         * utf7.el (utf7-encode): Autoload.
2835
2836         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
2837         to allow the mail splitting to not return a default group.  This is
2838         useful for nnimap, which will leave unmatched mail in the inbox.
2839
2840         * nnimap.el: Rewritten.
2841
2842         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
2843         nnimap usage.
2844
2845         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
2846         if the move is internal, so that nnimap can do fast internal moves.
2847
2848         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
2849         data.
2850         (gnus-read-active-for-groups): Support finishing the early retrieval of
2851         data.
2852
2853         * gnus-range.el (gnus-range-nconcat): New function.
2854
2855         * gnus-int.el (gnus-finish-retrieve-group-infos)
2856         (gnus-retrieve-group-data-early): New functions.
2857
2858 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2859
2860         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
2861         (nnrss-retrieve-groups):
2862         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
2863         (pop3-quit): Use with-current-buffer.
2864
2865 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2866
2867         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
2868         instead of nnheader-accept-process-output.
2869
2870         * dgnushack.el (dgnushack-compile): Add comment.
2871
2872         * lpath.el: No need to fbind propertize for XEmacs 21.4.
2873
2874         * gnus-html.el (gnus-html-schedule-image-fetching)
2875         (gnus-html-prefetch-images): Replace process-kill-without-query by
2876         gnus-set-process-query-on-exit-flag.
2877
2878 2010-09-16  Romain Francoise  <romain@orebokech.com>
2879
2880         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
2881
2882 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2883
2884         * gnus-registry.el (gnus-registry-install-shortcuts): The second
2885         parameter to unintern is mandatory-ish in Emacs 24.
2886
2887         * gnus-html.el (gnus-html-schedule-image-fetching)
2888         (gnus-html-prefetch-images): Check for curl before using it.
2889
2890         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
2891         depend on curl, which isn't essential.
2892
2893         * imap.el: Revert back to version
2894         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
2895         seem problematic.
2896
2897 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2898
2899         * gnus-registry.el (gnus-registry-install-shortcuts):
2900         Explicitly pass `obarray' to `unintern' to avoid a warning.
2901
2902 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2903
2904         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
2905         change.
2906
2907         * nnrss.el (nnrss-request-list): Removed this function and related
2908         functions, including the moreover stuff.
2909
2910 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2911
2912         * nnrss.el (nnrss-retrieve-groups): New function.
2913
2914 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2915
2916         * .dir-locals.el: Add no-byte-compile cookie.
2917
2918 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2919
2920         * time-date.el (format-seconds): Comment fix.
2921
2922         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
2923         for back end that doesn't support request-scan.
2924
2925 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2926
2927         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
2928         then do request scans from the backends.
2929
2930         * netrc.el (netrc-credentials): New conveniency function.
2931
2932         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
2933         avoid running a hook per line, since this takes a lot of time,
2934         profiling shows.
2935         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
2936         directly if gnus-visual-p is true.
2937
2938 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2939
2940         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
2941         groups; replace mapcar with dolist which is a bit faster; pass groups
2942         info to gnus-read-active-file-1.
2943         (gnus-read-active-file-1): Scan only specified groups if the new
2944         optional arg `infos' is given.
2945
2946 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2947
2948         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
2949
2950         * pop3.el (pop3-movemail): Removed.
2951         (pop3-streaming-movemail): Renamed to pop3-movemail.
2952
2953         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
2954         don't restrict end-tag searches to the end of the line.
2955
2956 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2957
2958         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
2959         articles of every unchecked group to t, which means unknown since the
2960         server has never been opened.
2961
2962 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2963
2964         * gnus-html.el (gnus-html-show-alt-text): New command.
2965         (gnus-html-browse-image): Ditto.
2966         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
2967         to browse the image directly.
2968         (gnus-html-wash-tags): Search for images first, so that <a><img> works
2969         better.
2970
2971         * gnus-async.el (gnus-async-article-callback): Call
2972         `gnus-html-prefetch-images' unconditionally.
2973
2974         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
2975         before feeding URLs to curl.
2976
2977 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2978
2979         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
2980         internal images as deletable by `W D D'.
2981
2982         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
2983         (gnus-async-article-callback): Fix typo.
2984
2985 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2986
2987         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
2988         current line to work around bugs in the output from w3m.
2989
2990         * gnus-async.el (gnus-async-article-callback): Always prefetch images
2991         for groups that want that.
2992
2993         * nntp.el (nntp-wait-for-string): Supply a timeout for
2994         accept-process-output to ensure progress.
2995
2996         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
2997         level to get unread articles from, then use that for foreign groups,
2998         too.
2999
3000         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
3001         confuses the rest of the function.
3002
3003         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
3004         for the methods that support -retrieve-groups, too.
3005
3006         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
3007
3008 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3009
3010         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
3011         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
3012
3013         * pop3.el: Require cl when compiling.
3014         (pop3-number-of-responses): Search for "+OK", not "+OK ".
3015
3016 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3017
3018         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
3019         that aren't going to be activated.
3020         (gnus-get-unread-articles): Fix up the last commit.
3021
3022         * gnus-html.el (gnus-article-html): Allow calling without specifying
3023         the handle.  In that case, dissect the buffer first.
3024
3025         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
3026
3027         * nnimap.el (nnimap-open-connection): Revert the change that would look
3028         into authinfo for imaps instead of imap.
3029
3030         * gnus-start.el (gnus-activate-group): Take an optional parameter to
3031         say that you don't want to call gnus-request-group with don-check, but
3032         do check the reponse.  This is for virtual groups only.
3033         (gnus-get-unread-articles): Count the archive groups as secondary, so
3034         that they're activated the same way as before.
3035
3036         * imap.el (imap-message-map): Removed optional buffer parameter, since
3037         no callers use it.
3038         (imap-message-get): Ditto.
3039         (imap-message-put): Ditto.
3040         (imap-mailbox-map): Ditto.
3041         (imap-mailbox-put): Ditto.
3042         (imap-mailbox-get): Ditto.
3043         (imap-mailbox-get): Revert last change for this function.
3044
3045         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
3046         case-insensitively.
3047         (nnimap-debug): Removed.
3048
3049         * imap.el (imap-fetch-safe): Removed function, and altered all callers
3050         to use `imap-fetch' instead.  According to the comments, this should be
3051         safe, since all other IMAP clients use the 1:* syntax.
3052         (imap-enable-exchange-bug-workaround): Removed.
3053         (imap-debug): Removed -- doesn't seem very useful.
3054
3055         * mail-source.el (mail-source-fetch): Don't message if we're fetching
3056         mail from a file, and the file doesn't exist.
3057
3058         * imap.el (imap-log): New convenience function used throughout instead
3059         of repeating the same code all over the place.
3060
3061         * pop3.el (pop3-streaming-movemail): Return t for success.
3062
3063         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
3064         .authinfo if we're using ssl connection.
3065
3066         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
3067         already have if we're in a main Gnus `g' run.
3068
3069         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
3070
3071 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3072
3073         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
3074
3075         * nnmh.el (nnmh-request-list-1): Bind `file'.
3076
3077         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
3078         alias to set-process-query-on-exit-flag or process-kill-without-query.
3079         (pop3-open-server): Use it.
3080
3081 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3082
3083         * mail-source.el (mail-source-delete-crash-box): Always move the crash
3084         box to the Incoming file.  Fixes mistake in previous checkin.
3085
3086         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
3087         request loop (for debugging purposes) removed.
3088
3089         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
3090         culprit is more visible.
3091         (nnml-save-incremental-nov, nnml-open-incremental-nov)
3092         (nnml-add-incremental-nov): New functions to do "incremental" nov
3093         updates, where we just append to the end of the existing nov files
3094         without reading/writing them in full.
3095
3096         * mail-source.el (mail-source-delete-crash-box): Really only check the
3097         incoming files once in a while.
3098
3099         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
3100
3101         * mail-source.el (mail-source-delete-crash-box): Only check the
3102         incoming files for deletion once per day to save a lot of file
3103         accesses.
3104
3105         * pop3.el (pop3-logon): Fix up unbound variable typo.
3106
3107         * mail-source.el (pop3-streaming-movemail): Autoload.
3108
3109         * pop3.el (pop3-streaming-movemail): Respect
3110         pop3-leave-mail-on-server.
3111
3112         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
3113         retrieval.
3114
3115         * pop3.el (pop3-process-filter): Removed unused function.
3116         (pop3-streaming-movemail, pop3-send-streaming-command)
3117         (pop3-wait-for-messages, pop3-write-to-file)
3118         (pop3-number-of-responses): New functions for streaming pop3
3119         retrieval.
3120
3121         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
3122         come from no known methods.
3123         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
3124         list.
3125
3126         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
3127         message sizes.
3128         (pop3-movemail): Use erase-buffer instead of looping and deleting
3129         regions, which seems rather odd.
3130
3131         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
3132         file once per `g' run.
3133
3134         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
3135         directories.  This makes the draft queue directory work.
3136
3137         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
3138         data from the backends, so that we only request the list of groups from
3139         each method once.  This should speed things up considerably.
3140
3141         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
3142         detect that it's not implemented.
3143
3144         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
3145         we actually do recurse down into the tree, but don't stat all leaf
3146         nodes.
3147
3148         * gnus-html.el (gnus-html-show-images): If there are no images to show,
3149         then say so instead of bugging out.
3150
3151         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
3152         files exist before trying to read them.
3153
3154         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
3155         around <pre_int>.
3156
3157         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
3158
3159         * nnmh.el (nnmh-request-list-1): Optimize for speed.
3160
3161 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3162
3163         * mm-util.el (mm-image-load-path): Just return the image directories,
3164         not all directories in the path in addition to the image directories.
3165         (mm-image-load-path): Maintain a cache of the image directories so that
3166         the `g' command in Gnus doesn't have to stat dozens of directories each
3167         time.
3168
3169         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
3170         (gnus-html-wash-tags): Add a new `i' command to insert images.
3171         (gnus-html-insert-image): New command and keystroke.
3172         (gnus-html-redisplay-with-images): New command and keystroke.
3173         (gnus-html-show-images): Renamed command.
3174         (gnus-html-wash-tags): Remove more white space before <pre_int> image
3175         spacers.
3176         (gnus-html-wash-tags): Decode entities at the end, so that entities
3177         inside the tags don't mess up the rest of the "parsing".
3178
3179         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
3180         so that nnimap methods aren't agentized by default.  There's apparently
3181         many problems related to agent/imap behaviour.
3182
3183         * gnus-art.el (gnus-article-copy-string): New command and key binding.
3184
3185         * gnus-html.el: Doc fix.
3186
3187 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3188
3189         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
3190         specifier-spec-list for Emacs 21.
3191
3192         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
3193         glyph-width and glyph-height instead of display-graphic-p and
3194         image-size; make avoidance of displaying small images work for XEmacs.
3195
3196         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
3197         for XEmacs.
3198
3199         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
3200         of symbol that holds plist data.
3201         (gnus-process-plist): Remove plist of process after getting it.
3202
3203 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3204
3205         * message.el (message-generate-hashcash): Change default to
3206         'opportunistic if hashcash is installed.
3207
3208         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
3209         (gnus-html-put-image): Only call image-size once, since it's somewhat
3210         time-consuming on remote X servers.
3211
3212 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3213
3214         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
3215         type on data, not a file name.
3216
3217         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
3218         window-pixel-edges for Emacs 21.
3219
3220         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
3221         decoded contents.
3222         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
3223
3224 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3225
3226         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
3227         group line format, since it isn't very interesting.
3228
3229         * gnus-agent.el (gnus-agent-short-article),
3230         (gnus-agent-long-article): Increase values for these two variables,
3231         since most people are likely to have more network connection and
3232         storage than before.
3233
3234         * gnus.el (gnus-refer-article-method): Change default to 'current.
3235         When referring an article, the common behaviour is to refer it from the
3236         current select method, not the native select method.  The chances of
3237         the native select method having the message in question is rather slim
3238         these days.
3239
3240         * gnus-sum.el (gnus-auto-select-subject): Change default to
3241         `unseen-or-unread'.  I think it's likely that most people want to
3242         select an unseen article over a previously seen, but unread one.
3243
3244         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
3245         means that in the article buffer none of the minor mode elements will
3246         be shown, usually, and this is not desirable in most cases.
3247
3248         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
3249         that commands like `d' (and the like) go to the next line in the
3250         buffer, instead of the next unread article.  I think this is the
3251         behaviour that is most natural for most users.
3252         (gnus-single-article-buffer): Change default to nil, so that people can
3253         have as many article buffers open as they have summary buffer.  I think
3254         this is the most natural way for the groups to behave.
3255
3256         * message.el (message-generate-new-buffers): Change default to
3257         `unsent', so that all new message buffers start their names with the
3258         string "*unsent", and it's easier to find the buffers if you move from
3259         them.
3260
3261 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3262
3263         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
3264         small.  They're probably tracking images.
3265         (gnus-html-wash-tags): Remove all <pre_int> place holders.
3266         (gnus-html-rescale-image): Yet another try at getting the image sizing
3267         right.
3268
3269         * nntp.el (nntp-request-set-mark): Refuse to do marks if
3270         nntp-marks-file-name is nil.
3271
3272 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3273
3274         * gnus-html.el (gnus-html-wash-tags)
3275         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
3276         Better logging.
3277
3278 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3279
3280         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
3281
3282         * gnus-html.el (gnus-html-wash-tags): Check the value of
3283         gnus-blocked-images in the summary buffer.
3284
3285 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3286
3287         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
3288
3289 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3290
3291         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
3292         like "a", it seems like.
3293         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
3294         since it needs to be picked from the correct buffer.
3295
3296         * nnwfm.el: Removed.
3297
3298         * nnlistserv.el: Removed.
3299
3300 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3301
3302         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
3303         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
3304
3305 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3306
3307         * nnkiboze.el: Removed.
3308
3309         * nndb.el: Removed.
3310
3311         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
3312         alt text.
3313         (gnus-html-rescale-image): Try to get the rescaling logic right for
3314         images that are just wide and not tall.
3315
3316         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
3317         overshadow variable bindings.
3318
3319 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3320
3321         * gnus-html.el (gnus-html-wash-tags)
3322         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
3323         extra logging.
3324
3325 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3326
3327         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
3328         (gnus-max-image-proportion): New variable.
3329         (gnus-html-rescale-image): New function.
3330         (gnus-html-put-image): Rescale images.
3331
3332 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3333
3334         Fix up some byte-compiler warnings.
3335         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
3336         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
3337         (gnus-article-fill-cited-article, gnus-article-hide-citation)
3338         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
3339         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
3340         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
3341         (gnus-group-update-group): Use save-excursion and with-current-buffer.
3342
3343 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3344
3345         * gnus-html.el (gnus-article-html): Decode contents by charset.
3346
3347 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3348
3349         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
3350         (gnus-html-frame-width, gnus-blocked-images)
3351         * message.el (message-prune-recipient-rules): Add custom version.
3352         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
3353
3354         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
3355         functions.
3356
3357         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
3358         gnus-process-get.
3359
3360 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
3361
3362         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
3363         instead of lsub directly.
3364
3365 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3366
3367         * nnwarchive.el: Removed.
3368
3369         * gnus-soup.el: Removed.
3370
3371         * nnsoup.el: Removed.
3372
3373         * nnultimate.el: Removed.
3374
3375         * gnus-html.el (gnus-blocked-images): New variable.
3376
3377         * message.el (message-prune-recipients): New function.
3378         (message-prune-recipient-rules): New variable.
3379
3380         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
3381         guess whether a long line is natural text or not.
3382
3383         * gnus-html.el (gnus-html-schedule-image-fetching): Use
3384         gnus-process-plist and friends for compatibility.
3385
3386 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3387
3388         * gnus-html.el: Require packages that define macros used in this file.
3389         (gnus-article-mouse-face): Declare to silence byte-compiler.
3390         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
3391         process-get.
3392         (gnus-html-put-image): Use plist-get to avoid getf.
3393         (gnus-html-prefetch-images): Use with-current-buffer.
3394
3395 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3396
3397         * gnus-ems.el: Provide compatibility functions for
3398         gnus-set-process-plist.
3399
3400         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
3401         header-line-format for XEmacs 21.4.
3402
3403         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
3404         * gnus.el (gnus-valid-select-methods)
3405         * message.el (message-send-mail-partially-limit)
3406         * mm-decode.el (mm-text-html-renderer)
3407         * mml.el (mml-insert-mime-headers-always)
3408         * smiley.el (smiley-regexp-alist): Bump custom version.
3409
3410 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3411
3412         * gnus-html.el: require mm-url.
3413         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
3414         with the url to `url'.
3415         (gnus-html-wash-tags): Support cid: URLs/images.
3416
3417 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3418
3419         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
3420         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
3421         bindings, as they aren't useful at all.  `w' is moved to `W w'.
3422
3423         * gnus-move.el: Removed file, since it doesn't really work.
3424
3425         * gnus-html.el (gnus-article-html): Tell w3m that the input is
3426         UTF-8.  This seems to fix problems with some German web feeds.
3427
3428         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
3429         at the top so that the proper colours are applied.
3430
3431         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
3432         don't have dots in their names.
3433
3434         * gnus-art.el (gnus-article-view-part): Doc fix.
3435
3436         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
3437         XEmacs-compatible.
3438         (gnus-html-put-image): Don't do images on non-graphic displays.
3439
3440         * nnslashdot.el: Removed this unused backend.
3441
3442         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
3443         actions.
3444         (gnus-undo-register-1): Revert last change.
3445
3446         * gnus-group.el (gnus-group-completing-read): Protect against not
3447         having completion-styles bound.
3448
3449         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
3450         make broken recipients happier.
3451
3452         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
3453
3454         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
3455         point parameter.
3456
3457         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
3458
3459         * gnus-group.el (gnus-group-completing-read): Add 'substring to
3460         completion-styles for group selection.
3461
3462 2009-02-04  Andreas Schwab  <schwab@suse.de>
3463
3464         * gnus-score.el (gnus-score-string): Fix regex for matching extra
3465         headers and regexp-quote the match if necessary.
3466
3467 2009-03-24  Miles Bader  <miles@gnu.org>
3468
3469         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
3470         the blinking smiley.
3471
3472 2009-03-24  Simon Josefsson  <simon@josefsson.org>
3473
3474         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
3475         blink smiley.
3476
3477 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3478
3479         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
3480         where the dribbel file lives exists.
3481
3482         * message.el (message-send-mail-partially-limit): Change the default to
3483         nil, since most people don't want this.
3484
3485         * mm-url.el (mm-url-decode-entities): Also decode entities like
3486         &#x3212.
3487
3488 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
3489
3490         * gnus-sum.el (gnus-summary-idna-message):
3491         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
3492         Hyperlink urls in docstrings with URL `...'.
3493
3494 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
3495
3496         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
3497         functions.
3498
3499 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3500
3501         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
3502         say what the mouseover text should be.
3503
3504         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
3505         version of the mm-w3m-safe-url-regexp variable to only download images
3506         in the groups where we want that to happen.
3507
3508         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
3509
3510         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
3511         easier debugging.
3512         (gnus-article-beginning-of-window): Add kludge to allow spacing past
3513         big pictures in the article buffer.
3514
3515         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
3516         gnus-article-html.
3517         (mm-text-html-renderer): gnus-article-html needs curl in addition to
3518         w3m.
3519
3520         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
3521
3522 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3523
3524         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
3525         which doesn't exist.
3526
3527         * message.el (message-inhibit-ecomplete): New variable to allow some
3528         function to inhibit ecomplete address storage.
3529         (message-resend): Disable ecomplete message storage when resending
3530         messages.
3531
3532         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
3533
3534 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3535
3536         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
3537         Save excursion while copying, moving, and deleting articles in order to
3538         prevent the cursor from jumping to unforeseen place.
3539
3540 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3541
3542         * lpath.el: No need to bind bookmark-current-buffer,
3543         bookmark-yank-point and bookmark-make-record-function.
3544
3545 2010-08-17  Glenn Morris  <rgm@gnu.org>
3546
3547         * gnus-sync.el: Require gnus components whose functions are used.
3548
3549         * gnus-art.el (bookmark-make-record-function):
3550         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
3551         Declare for compiler.
3552
3553         * mm-url.el (mml-compute-boundary): Autoload.
3554
3555 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3556
3557         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
3558
3559 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
3560
3561         Typo fix "hoo4a" -> "hook".
3562
3563         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
3564
3565 2010-08-14  Glenn Morris  <rgm@gnu.org>
3566
3567         * gnus-sync.el (gnus-sync): Fix defgroup version.
3568
3569 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
3570
3571         Doc fixes and keep unknown groups (ammended for nunion bug fix).
3572
3573         * gnus-sync.el: Fix docs.
3574         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
3575         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
3576
3577 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3578
3579         Optimizations for gnus-sync.el.
3580
3581         * gnus-sync.el: Add docs about gnus-sync-backend
3582         possibilities.
3583         (gnus-sync-save): Remove unnecessary message.
3584         (gnus-sync-read): Optimize and show what groups were skipped.
3585
3586 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3587
3588         Minor bug fixes for gnus-sync.el.
3589
3590         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
3591         read the sync on get-new-news.
3592
3593         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
3594         quiet.
3595
3596         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
3597
3598 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
3599
3600         Make saving and restoring of hidden threads work with overlays.
3601         Patch applied by Ted Zlatanov.
3602
3603         * gnus-sum.el (gnus-hidden-threads-configuration)
3604         (gnus-restore-hidden-threads-configuration): Update to deal with text
3605         properties, rather than searching for a magic character.
3606
3607 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3608
3609         New gnus-sync.el library for synchronization of marks.
3610
3611         * gnus-sync.el: New library for synchronization of marks.
3612
3613         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
3614         renamed from `gnus-registry-grep-in-list'.
3615
3616         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
3617
3618         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
3619
3620 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3621
3622         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
3623         determining charset of text fails.
3624
3625 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3626
3627         * nnmail.el (nnmail-get-new-mail-1): Revert.
3628
3629         * nnml.el (nnml-active-number): Make sure names of newly created groups
3630         in nnml-group-alist are encoded.
3631
3632 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3633
3634         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
3635         containing non-ASCII characters in active file for nnml back end.
3636
3637 2010-07-24  David Engster  <dengste@eml.cc>
3638
3639         * mml-smime.el (mml-smime-epg-verify): Also accept the older
3640         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
3641
3642 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
3643
3644         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
3645         tag (Bug#6654).
3646
3647 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3648
3649         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
3650         the article buffer, not the summary buffer.
3651
3652 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3653
3654         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
3655         Emacs 23 as well.
3656
3657 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3658
3659         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
3660         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
3661
3662 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3663
3664         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
3665         Patch applied by Karl Fogel.
3666
3667         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
3668         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
3669
3670 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3671
3672         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
3673         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
3674         C-w still not working correctly from Article buffers; Thierry's
3675         patch to fix that will be applied after this.
3676
3677         * gnus-art.el (bookmark-make-record-function): New local variable.
3678
3679         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
3680         article buffer.
3681         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
3682
3683 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
3684
3685         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
3686         on changes in bookmark.el.
3687
3688 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3689
3690         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
3691         `no-log' instead of message not to log prompt string.
3692
3693 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
3694
3695         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
3696         the *other* type of HTML form submission.
3697
3698 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
3699
3700         * auth-source.el (auth-source-pick): If choice does not contain a
3701         questioned keyword, set the check to t.
3702
3703 2010-06-12  Romain Francoise  <romain@orebokech.com>
3704
3705         * gnus-util.el (gnus-date-get-time): Move up before first use.
3706
3707 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3708
3709         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
3710         (gnus-article-edit-part): Bind it to make last part that is substituted
3711         or deleted visible.
3712         (gnus-mime-display-single): Buttonize part of which id equals to
3713         gnus-mime-buttonized-part-id.
3714
3715 2010-06-10  Dan Christensen  <jdc@uwo.ca>
3716
3717         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
3718         (gnus-dd-mmm): Use gnus-date-get-time.
3719         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
3720         simplify logic.
3721         (gnus-summary-limit-to-age): Use gnus-date-get-time.
3722         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
3723
3724 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
3725
3726         * auth-source.el (top): Autoload `secrets-list-collections',
3727         `secrets-create-item', `secrets-delete-item'.
3728         (auth-sources): Fix tag string.
3729         (auth-get-source, auth-source-retrieve, auth-source-create)
3730         (auth-source-delete): New defuns.
3731         (auth-source-pick): Rewrite in order to avoid 2 passes.
3732         (auth-source-forget-user-or-password): New parameter USERNAME.
3733         (auth-source-user-or-password): New parameters CREATE-MISSING and
3734         DELETE-EXISTING.  Retrieve password interactively, if needed.
3735
3736 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3737
3738         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
3739         deleting unused directories when gnus-expert-user is t.
3740
3741 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3742
3743         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
3744         for each temp file when gnus-article-browse-delete-temp is ask.
3745
3746 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3747
3748         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
3749         Lisp calls to delete-backward-char by calls to delete-char.
3750
3751 2010-05-20  Kevin Ryde  <user42@zip.com.au>
3752
3753         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
3754
3755 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
3756
3757         * password-cache.el (password-cache-remove): Fix docstring.
3758
3759 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3760
3761         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
3762         article unless decoding article to be saved.
3763
3764 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3765
3766         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
3767         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
3768         generated within the mm-with-unibyte-current-buffer macro.
3769
3770 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3771
3772         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
3773         to nil when we're in a mml-preview buffer and no group is selected.
3774
3775 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
3776
3777         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
3778         when catching the `C-g'.  Reported by "Leo".
3779
3780 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3781
3782         * message.el (message-forward-make-body-plain)
3783         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
3784         multibyte-string-p.
3785
3786         * lpath.el: Revert.
3787
3788 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3789
3790         * message.el (message-forward-make-body-mml): Assume original message
3791         is multibyte string; error on unibyte.
3792         (message-forward-make-body-plain): Ditto; don't add excessive newline
3793         in body end.
3794
3795         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
3796
3797 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
3798
3799         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
3800         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
3801
3802 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3803
3804         * mm-extern.el (mm-extern-url): Don't use
3805         mm-with-unibyte-current-buffer.
3806         (mm-extern-cache-contents): Use with-current-buffer instead of
3807         save-excursion + set-buffer.
3808
3809 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3810
3811         * mm-util.el (mm-emacs-mule): Remove.
3812
3813 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
3814
3815         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
3816         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
3817         change.
3818
3819 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3820
3821         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
3822         bind the default value of enable-multibyte-characters to nil.
3823
3824 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3825
3826         * message.el (message-forward-make-body-plain)
3827         (message-forward-make-body-mml):
3828         Don't use mm-with-unibyte-current-buffer.
3829
3830 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3831
3832         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
3833
3834 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
3835
3836         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
3837         (Bug#5592).
3838
3839 2010-05-07  Julien Danjou  <julien@danjou.info>
3840
3841         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
3842         it to mm-pipe-part.
3843
3844         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
3845         it is given.
3846
3847 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3848
3849         * binhex.el (binhex-decode-region-internal)
3850         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
3851         (dns-query)
3852         * nnweb.el (nnweb-gmane-search)
3853         * pgg-parse.el (pgg-parse-armor)
3854         * pgg.el (pgg-verify-region)
3855         * sha1.el (sha1-string-external)
3856         * uudecode.el (uudecode-decode-region-internal)
3857         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
3858         XEmacs.
3859
3860         * gnus-art.el (gnus-article-browse-html-parts)
3861         * gnus-group.el (gnus-read-ephemeral-gmane-group)
3862         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
3863         make-temp-file.
3864
3865         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
3866         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
3867         compiling.
3868
3869         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
3870         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
3871         XEmacs when compiling.
3872
3873         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
3874         gnus-pick-mode-off-hook for XEmacs when compiling.
3875         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
3876         gnus-binary-mode-off-hook for XEmacs when compiling.
3877
3878         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
3879         nil if char-charset is not available.
3880
3881         * imap.el (imap-disable-multibyte)
3882         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
3883         macros.
3884
3885         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
3886         instead of encode-coding-string.
3887
3888         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
3889         'xemacs) instead of mm-emacs-mule to switch function definitions.
3890         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
3891
3892         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
3893         bind temporary-file-directory for XEmacs;
3894         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
3895         timer-set-function for XEmacs 21.4 and SXEmacs;
3896         bind timer-list for XEmacs 21.4 and SXEmacs;
3897         fbind char-charset and find-charset-region for non-Mule XEmacs;
3898         fbind decode-coding-region, decode-coding-string, detect-coding-region,
3899         encode-coding-region and encode-coding-string for XEmacs having no
3900         file-coding feature.
3901
3902 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
3903
3904         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
3905
3906 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3907
3908         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
3909         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
3910
3911 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
3912
3913         * mm-util.el (mm-decompress-buffer): Use `delete-file';
3914         alias `jka-compr-delete-temp-file' no longer exists.
3915
3916 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3917
3918         Use define-minor-mode in Gnus where applicable.
3919         * mml.el (mml-mode): Use define-minor-mode.
3920         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
3921         (gnus-undo-mode): Use define-minor-mode.
3922         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
3923         (gnus-dead-summary-mode): Use define-minor-mode.
3924         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
3925         Initialize in declaration.
3926         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
3927         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
3928         (gnus-mailing-list-mode): Use define-minor-mode.
3929         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
3930         (gnus-draft-mode): Use define-minor-mode.
3931         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
3932         (gnus-dired-mode): Use define-minor-mode.
3933
3934 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
3935
3936         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
3937         handles on recursive mml-to-mime translation and check them for
3938         boundary delimiter collisions.  Reported by Greg Troxel.
3939
3940 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3941
3942         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
3943
3944 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3945
3946         * mm-util.el (mm-find-buffer-file-coding-system):
3947         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
3948
3949 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
3950
3951         * message.el (message-generate-headers): Record insertion of optional
3952         headers as well.  Otherwise the check to prevent repeated insertion of
3953         optional headers is a no-op.
3954
3955 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
3956
3957         * smime.el: Don't mention CVS.
3958
3959         * nnrss.el (nnrss-fetch): Don't mention CVS.
3960
3961         * nnir.el: Don't mention CVS.
3962
3963 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3964
3965         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
3966
3967 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3968
3969         * lpath.el: Fbind bookmark-default-handler,
3970         bookmark-get-bookmark-record, bookmark-make-record-default,
3971         bookmark-prop-get for Emacs <23 and XEmacs.
3972
3973 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3974
3975         * gnus-sum.el: Add bookmark declarations to silence the compiler.
3976         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
3977         Use with-current-buffer to silence the byte-compiler.
3978         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
3979         bother to require `gnus'.
3980         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
3981
3982 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3983
3984         * gnus-sum.el (gnus-summary-bookmark-make-record)
3985         (gnus-summary-bookmark-jump): New functions.
3986         (gnus-summary-mode): Setup bookmark support.
3987
3988 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
3989
3990         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
3991         if set.
3992
3993 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3994
3995         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
3996         gnus-article-browse-html-save-cid-image; make it work recursively for
3997         forwarded messages as well.
3998         (gnus-article-browse-html-parts): Work when prefix arg is given.
3999         (gnus-article-browse-html-article): Doc fix.
4000
4001 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
4002
4003         * message.el (message-default-mail-headers):
4004         (message-default-headers): Carry the value mail-default-headers over
4005         into message-default-mail-headers, rather than message-default-headers.
4006
4007 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
4008
4009         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
4010         charset.
4011
4012         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
4013         charset into the <meta> tag when the article is encoded to utf-8.
4014
4015 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4016
4017         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
4018         directories as well.
4019         (gnus-article-browse-html-parts): Work for images that do not specify
4020         file names; delete temp directory when quitting; insert header at the
4021         right place; use file: scheme for image files.
4022
4023 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
4024
4025         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
4026         (gnus-article-browse-html-parts): Use it to make temporary cid image
4027         files in addition to html file so that browser may display them.
4028
4029 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4030
4031         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
4032
4033 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4034
4035         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
4036
4037 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
4038
4039         * auth-source.el (auth-sources): Change default to be simpler.  Explain
4040         about Secret Service API sources.  Improve Customize options.
4041         (auth-source-pick): Change to accept any number of search parameters.
4042         Implement fallbacks iteratively, not recursively.  Add scoring on the
4043         second pass and sort by score.  Call Secret Service API when needed.
4044         (auth-source-user-or-password): Use it.  Call Secret Service API
4045         directly when needed to get the user name and the password.
4046
4047 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4048
4049         * message.el (message-interactive): Doc fix.
4050         (message-qmail-inject-args): Reflow.
4051         (message-kill-to-signature): Fix typo in docstring.
4052
4053         * smiley.el (smiley-buffer): Fix typo in docstring.
4054
4055 2010-03-24  Glenn Morris  <rgm@gnu.org>
4056
4057         * mail-source.el (gnus-message): Declare.
4058         (mail-source-delete-old-incoming): Require gnus-util.
4059
4060 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4061
4062         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
4063
4064         * message.el (ecomplete-setup): Autoload it for Emacs <23.
4065
4066         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
4067         password-cache's default if it is not bound.
4068         (mml-secure-passphrase-cache-expiry): Default to 16 that is
4069         password-cache-expiry's default if it is not bound.
4070
4071         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
4072         available in Emacs 21.
4073
4074         * lpath.el: Suppress compiler warnings for:
4075         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
4076         XEmacs;
4077         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
4078         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
4079         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
4080
4081 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
4082
4083         * auth-source.el (auth-sources): Fix up definition so extra parameters
4084         are always inline.
4085
4086 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
4087
4088         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
4089         wasn't updated after mismatch.  Clear cached mailbox info correctly
4090         when uidvalidity changes.
4091         (nnimap-group-prefixed-name): New function to avoid some code
4092         duplication.
4093         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
4094         (nnimap-request-group): Use it.
4095         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
4096         (nnimap-update-unseen): Significantly improved speed of Gnus startup
4097         with many imap folders.  This is done by caching the group status from
4098         the imap server persistently in a group parameter `imap-status'.  (This
4099         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
4100         but not persistently, so every Gnus startup was still very slow.)
4101
4102 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
4103
4104         * assistant.el (assistant-render-text): Run `widget-setup' and don't
4105         delete the extra newline.  Otherwise editing of :string and :number
4106         types don't work.
4107
4108 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4109
4110         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
4111         secrets.el dependency.
4112         (auth-sources): Add optional user name.  Add secrets.el configuration
4113         choice (unused right now).
4114
4115 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4116
4117         * gnus-sum.el (gnus-summary-make-menu-bar): Let
4118         `gnus-registry-install-shortcuts' fill in the functions.
4119
4120         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
4121         warnings.
4122         (gnus-registry-misc-menus): Variable to hold registry mark menus.
4123         (gnus-registry-install-shortcuts): Populate and use it in a
4124         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
4125
4126 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
4127
4128         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
4129         In-place substitutions for the group name encoding/decoding.
4130         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
4131         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
4132         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
4133         (nnimap-update-unseen, nnimap-request-list)
4134         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
4135         (nnimap-request-set-mark, nnimap-split-to-groups)
4136         (nnimap-split-articles, nnimap-request-newgroups)
4137         (nnimap-request-create-group, nnimap-request-accept-article)
4138         (nnimap-request-delete-group, nnimap-request-rename-group)
4139         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
4140         `encoded-mbx' for consistency.
4141         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
4142         variable `imap-current-mailbox'.
4143
4144         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
4145         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
4146
4147 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
4148
4149         * pop3.el (pop3-display-message-size-flag): Display message size byte
4150         counts during POP3 download.
4151         (pop3-movemail): Use it.
4152         (pop3-list): Implement listing of available messages.
4153
4154 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
4155
4156         * nnir.el (nnir-get-article-nov-override-function): New function to
4157         override the normal NOV retrieval.
4158         (nnir-retrieve-headers): Use it.
4159
4160 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
4161
4162         * auth-source.el (netrc-machine-user-or-password): Autoload.
4163
4164 2010-03-19  Glenn Morris  <rgm@gnu.org>
4165
4166         Stop message.el from loading about 40 libraries it doesn't always need.
4167         The general approach is to autoload rather than require, and to
4168         require in the specific functions rather than the file.  (Bug#5642)
4169
4170         * gmm-utils.el: Don't require wid-edit.
4171         (widget-create-child-value, widget-convert, widget-default-get):
4172         Autoload.
4173
4174         * gnus-util.el: Don't require time-date, netrc.
4175         (message-fetch-field, gnus-group-name-decode): Declare rather than
4176         autoloading.
4177         (gnus-fetch-field): Require message.
4178         (gnus-decode-newsgroups): Require gnus-group.
4179
4180         * ietf-drums.el: Don't require time-date.
4181
4182         * message.el: Don't require hashcash, canlock, ecomplete.
4183         Do require mail-utils.  Require nnheader only when compiling.
4184         (smtpmail-default-smtp-server): Remove declaration.
4185         (message-send-mail-function): Check smtpmail-default-smtp-server
4186         is bound rather than requiring smtpmail.
4187         (message-auto-save-directory, message-insert-signature): Use
4188         expand-file-name rather than nnheader-concat.
4189         (nnheader-insert-file-contents): Autoload.
4190         (hashcash-wait-async): Declare.
4191         (message-send-mail): Only call gnus-setup-posting-charset if
4192         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
4193         (message-send-mail-with-sendmail): Require sendmail.
4194         (canlock-password, canlock-password-for-verify): Declare.
4195         (message-canlock-password): Require canlock.
4196         (nnheader-get-report): Autoload.
4197         (gnus-setup-posting-charset): Declare.
4198         (message-send-news): Require gnus-msg.
4199         (message-make-references, message-make-in-reply-to): Use mail-header-id
4200         rather than the alias mail-header-message-id.
4201         (ecomplete-add-item, ecomplete-save): Declare.
4202         (message-put-addresses-in-ecomplete): Require ecomplete.
4203         (ecomplete-display-matches): Autoload.
4204
4205         * mm-decode.el: Don't require mailcap, gnus-util.
4206         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
4207         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
4208         Autoload.
4209         (mailcap-mime-extensions): Declare.
4210
4211         * mm-encode.el: Don't require mailcap.
4212         (mailcap-extension-to-mime): Autoload.
4213
4214         * mml-sec.el: Don't require password-cache.
4215
4216         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
4217         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
4218         (mml-minibuffer-read-type): Require mailcap.
4219         (mml-preview): Require gnus-msg.
4220
4221         * mml1991.el: Require password-cache.
4222         (password-cache-expiry): Remove declaration.
4223
4224         * mml2015.el: Require password-cache.
4225         (password-cache-expiry): Remove declaration.
4226
4227         * nneething.el (mailcap): Require mailcap.
4228
4229         * nnheader.el (declare-function): Add compatibility stub.
4230         (message-remove-header): Declare rather than autoload.
4231         (nnheader-replace-header): Require message.
4232
4233         * nnimap.el (declare-function): Add compatibility stub.
4234         (netrc-parse, netrc-machine-user-or-password): Declare.
4235         (nnimap-open-connection): Require netrc.
4236
4237         * nntp.el (declare-function): Add compatibility stub.
4238         (netrc-parse, netrc-machine, netrc-get): Declare.
4239         (nntp-send-authinfo): Require netrc.
4240
4241         * rfc2047.el: Don't require qp.
4242         (quoted-printable-encode-region, quoted-printable-decode-string):
4243         Autoload.
4244
4245         * sieve-mode.el: Don't require easymenu.
4246         (easy-menu-add-item): Autoload it.
4247
4248         * spam-stat.el (time-to-number-of-days): Autoload it.
4249
4250 2010-03-19  Glenn Morris  <rgm@gnu.org>
4251
4252         * password-cache.el (password-cache, password-cache-expiry): Autoload.
4253
4254 2010-03-18  Glenn Morris  <rgm@gnu.org>
4255
4256         * hashcash.el (declare-function): Remove duplicate definition.
4257
4258 2010-03-17  Kevin Ryde  <user42@zip.com.au>
4259
4260         * mml.el (mml-read-tag): Unquote values with `read' to reverse
4261         prin1 in mml-insert-tag (just stripping the quotes gave wrong
4262         value if any backslash escapes).
4263
4264 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4265
4266         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
4267         if it is available.  (bug#5647)
4268
4269         * lpath.el: Suppress compiler warning for coding-system-from-name for
4270         Emacs 21 and XEmacs.
4271
4272 2010-03-14  Juri Linkov  <juri@jurta.org>
4273
4274         * hmac-def.el:
4275         * hmac-md5.el:
4276         * netrc.el: Fix keywords.
4277
4278 2010-02-26  Glenn Morris  <rgm@gnu.org>
4279
4280         * message.el (message-send-mail-function): Change the default, so that
4281         it inherits from a customized send-mail-function.  (Bug#5643)
4282
4283 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4284
4285         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
4286         shell-command-to-string signals an error (bug#5299).
4287
4288 2010-02-24  Glenn Morris  <rgm@gnu.org>
4289
4290         * message.el (message-smtpmail-send-it)
4291         (message-send-mail-with-mailclient): Doc fixes.
4292
4293 2010-02-16  Glenn Morris  <rgm@gnu.org>
4294
4295         * message.el (message-default-mail-headers): Change the default value
4296         to ease the transition from mail-mode to message-mode.  (Bug#5555)
4297
4298 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4299
4300         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
4301         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
4302
4303 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
4304
4305         * time-date.el (date-to-time): Doc fix (Bug#5408).
4306
4307 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
4308
4309         * message.el (message-mail): Just pass yank-action on to message-setup.
4310         (message-setup): Handle (FUN . ARGS) form of yank-action.
4311         (message-with-reply-buffer, message-widen-reply)
4312         (message-yank-original): Handle non-buffer values of
4313         message-reply-buffer (Bug#4080).
4314         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
4315
4316 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
4317
4318         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
4319         Fix typo in docstring.
4320
4321 2010-01-08  Jason Rumney  <jasonr@gnu.org>
4322
4323         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
4324         response.
4325
4326 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4327
4328         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
4329
4330         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4331
4332         * message.el (message-check-news-header-syntax): Protect against a
4333         string that `rfc822-addresses' returns when parsing fails.
4334
4335 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4336
4337         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
4338         (gnus-previous-char-property-change): New functions.
4339
4340         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
4341
4342 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
4343
4344         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
4345         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
4346
4347 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
4348
4349         * message.el (message-exchange-point-and-mark): Rework last change to
4350         avoid using optional arg of exchange-point-and-mark, for backward
4351         compatibility.
4352
4353 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
4354
4355         * message.el (message-exchange-point-and-mark): Call
4356         exchange-point-and-mark with an argument rather than setting
4357         mark-active by hand (Bug#5175).
4358
4359 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4360
4361         * nntp.el (nntp-service-to-port): Work for service expressed with
4362         numeric string; replace [:digit:] with [0-9] for XEmacs.
4363
4364 2009-12-17  Glenn Morris  <rgm@gnu.org>
4365
4366         * gnus-group.el (gnus-bug-group-download-format-alist):
4367         Change emacs entry to debbugs.gnu.org.  Bump :version.
4368
4369 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
4370
4371         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
4372
4373 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
4374
4375         * message.el (message-info): Explain why we use `Info-goto-node'.
4376
4377 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4378
4379         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
4380
4381 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4382
4383         * message.el (message-completion-in-region): New compatibility function.
4384         (message-expand-group): Use it.
4385
4386 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4387
4388         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
4389         with no unread article should be listed if the 2nd arg `predicate' is
4390         given.
4391
4392 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4393
4394         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
4395
4396 2009-11-29  Juri Linkov  <juri@jurta.org>
4397
4398         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
4399         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
4400         on `gnus-recenter'. (Bug#4698, Bug#4981)
4401
4402 2009-11-26  Kevin Ryde  <user42@zip.com.au>
4403
4404         * sha1.el (sha1-string-external): default-directory "/" in case
4405         otherwise non-existent.  process-connection-type pipe for touch of
4406         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
4407
4408 2009-11-25  Kevin Ryde  <user42@zip.com.au>
4409
4410         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
4411         it's comms related and sgml-mode.el has "comm" on that basis too.
4412
4413 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4414
4415         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
4416         containing tspecial characters if they have been already quoted.
4417
4418 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
4419
4420         * dns-mode.el (auto-mode-alist): Purecopy string.
4421
4422 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4423
4424         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
4425
4426 2009-10-24  Glenn Morris  <rgm@gnu.org>
4427
4428         * gnus-art.el (help-xref-stack-item): Define for compiler.
4429
4430 2009-10-21  Kevin Ryde  <user42@zip.com.au>
4431
4432         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
4433
4434 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4435
4436         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
4437
4438 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4439
4440         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
4441         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
4442
4443 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4444
4445         * gnus.el (gnus-overlay-get): New alias to overlay-get.
4446         (gnus-overlays-in): New alias to overlays-in.
4447
4448         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
4449         gnus-overlay-get, and gnus-delete-overlay.
4450         (gnus-summary-show-thread): Make it work as well for systems in which
4451         next-single-char-property-change is not available.
4452         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
4453
4454         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
4455         (gnus-overlay-get): New alias to extent-property.
4456         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
4457
4458         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
4459         SXEmacs.
4460
4461         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
4462         SXEmacs.
4463
4464 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
4465
4466         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
4467
4468 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
4469
4470         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
4471         and XEmacs that don't have `remove-overlays'.
4472
4473 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4474
4475         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
4476         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
4477         selective display.  Use overlays instead.
4478
4479 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
4480
4481         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
4482
4483 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
4484
4485         * spam-stat.el (spam-stat-load): Fix typo in message.
4486
4487 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
4488
4489         * dig.el (dig-invoke): Fix typo in docstring.
4490         (query-dig): Reflow docstring.
4491
4492 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
4493
4494         * gnus-art.el (gnus-article-encrypt-body):
4495         * message.el (message-check-recipients):
4496         * mm-util.el (mm-codepage-setup):
4497         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
4498         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
4499
4500 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
4501
4502         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
4503         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
4504         keys from the menu if mm-{sign,encrypt}-option is 'guided.
4505         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
4506         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
4507
4508 2009-09-21  Kevin Ryde  <user42@zip.com.au>
4509
4510         * dig.el: Add "Keywords: comm", as per net-utils.el.
4511
4512 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4513
4514         * dig.el (dig-mode): Use define-derived-mode.
4515
4516 2009-09-19  Glenn Morris  <rgm@gnu.org>
4517
4518         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
4519
4520 2009-09-18  Glenn Morris  <rgm@gnu.org>
4521
4522         * gnus-diary.el (gnus-diary-check-message):
4523         * message.el (message-insert-formatted-citation-line):
4524         * nnbabyl.el (top-level):
4525         * nndiary.el (nndiary-schedule):
4526         Fix typos in condition-case handlers.
4527
4528 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4529
4530         * gnus-art.el (gnus-article-edit-part): Work for the buffer
4531         configuration that provides the sole article window in a frame;
4532         position point correctly after deleting a part.
4533
4534 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
4535
4536         * spam.el (spam-unregister-on-reregister): Add boolean variable.
4537         (spam-resolve-registrations-routine): Use it to unregister articles
4538         that change status.
4539
4540 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4541
4542         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
4543         with XEmacs.
4544         (parse-time-string-chars): Use it.
4545
4546 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
4547
4548         * imap.el (imap-interactive-login): Better messages.
4549         (imap-open): Fix bug with renamed buffer on reconnect.
4550         (imap-authenticate): Add buffer-local imap-last-authenticator variable
4551         for easier debugging and cleaner code.  On successful (guessed based on
4552         server capabilities) secondary authentication, set imap-state
4553         correctly.
4554         (imap-last-authenticator): Define imap-last-authenticator as a variable
4555         to avoid warnings.
4556
4557 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4558
4559         * nnrss.el (nnrss-request-article): Remove binding of
4560         default-enable-multibyte-characters that has gotten needless by
4561         the 2007-07-13 change in rfc2047-encode-message-header.
4562
4563         * mml.el (mml-insert-multipart): Error on the message header.
4564         (mml-insert-part): Error on the message header; position point at
4565         the end of a MIME tag.
4566
4567 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4568
4569         * time-date.el (autoload): Expand define-obsolete-function-alias into
4570         defalias and make-obsolete for old Emacsen that Gnus supports.
4571         (with-no-warnings): Define it for old Emacsen.
4572         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
4573         is available.
4574         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
4575         float-time is available; suppress compile warning for time-to-seconds.
4576
4577         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
4578         (gnus-float-time): Alias to float-time if it exists.
4579
4580         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
4581         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
4582         float-time is available; suppress compile warning for time-to-seconds.
4583
4584         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
4585         XEmacs.
4586
4587 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
4588
4589         * imap.el (imap-message-map): Docstring fix.
4590
4591 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4592
4593         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
4594         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
4595         Add the optional argument `encoding' that overrides the default.
4596
4597         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
4598         mm-encode-buffer.
4599
4600 2009-09-04  Glenn Morris  <rgm@gnu.org>
4601
4602         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
4603         mm-disable-multibyte, rather than default-enable-multibyte-characters.
4604         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
4605         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
4606         * mm-util.el (mm-with-unibyte-current-buffer)
4607         (mm-find-buffer-file-coding-system):
4608         * yenc.el (yenc-decode-region): Use default-value rather than
4609         default-enable-multibyte-characters.
4610
4611 2009-09-03  Glenn Morris  <rgm@gnu.org>
4612
4613         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
4614         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
4615         than default-enable-multibyte-characters.
4616
4617 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
4618
4619         * gnus-art.el (gnus-article-read-summary-keys):
4620         Fix gnus-buffer-configuration's value temporarily used.
4621
4622 2009-09-02  Glenn Morris  <rgm@gnu.org>
4623
4624         * gnus-util.el (gnus-float-time): New function.
4625         * gnus-delay.el (gnus-delay-article):
4626         * gnus-sum.el (gnus-thread-latest-date):
4627         * gnus-util.el (gnus-user-date): Use gnus-float-time.
4628         * nnspool.el (nnspool-request-newgroups):
4629         Use gnus-float-time rather than time-to-seconds.
4630         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
4631
4632         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
4633         (gnus-header-subject-face, gnus-header-newsgroups-face)
4634         (gnus-header-name-face, gnus-header-content-face):
4635         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
4636         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
4637         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
4638         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
4639         (gnus-cite-face-11):
4640         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
4641         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4642         (gnus-server-closed-face, gnus-server-denied-face)
4643         (gnus-server-offline-face):
4644         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
4645         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
4646         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
4647         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
4648         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
4649         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
4650         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
4651         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
4652         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
4653         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
4654         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
4655         (gnus-summary-selected-face, gnus-summary-cancelled-face)
4656         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
4657         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
4658         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
4659         (gnus-summary-high-undownloaded-face)
4660         (gnus-summary-low-undownloaded-face)
4661         (gnus-summary-normal-undownloaded-face)
4662         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
4663         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
4664         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
4665         (gnus-splash-face):
4666         * message.el (message-header-to-face, message-header-cc-face)
4667         (message-header-subject-face, message-header-newsgroups-face)
4668         (message-header-other-face, message-header-name-face)
4669         (message-header-xheader-face, message-separator-face)
4670         (message-cited-text-face, message-mml-face):
4671         * sieve-mode.el (sieve-control-commands-face)
4672         (sieve-action-commands-face, sieve-test-commands-face)
4673         (sieve-tagged-arguments-face):
4674         * spam.el (spam-face):
4675         Mark face aliases with "-face" in the name as obsolete.
4676
4677 2009-09-01  Glenn Morris  <rgm@gnu.org>
4678
4679         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
4680         than goto-line.
4681
4682 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4683
4684         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4685         Don't move point if the command is invoked inside the message header.
4686
4687 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4688
4689         * imap.el (imap-send-command): Simplify.
4690         (imap-wait-for-tag): point-max -> buffer-size.
4691
4692 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4693
4694         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
4695         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
4696         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
4697         * nnir.el (nnir-swish-e-index-file):
4698         * gnus-sum.el (gnus-summary-delete-marked-as-read)
4699         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
4700         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4701         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
4702         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
4703         (gnus-treat-display-xface): Add Emacs version of obsolescence.
4704
4705 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4706
4707         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4708         Don't save excursion.
4709
4710 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4711
4712         * nnheader.el (nnheader-find-file-noselect):
4713         * mm-util.el (mm-insert-file-contents):
4714         Use (default-value 'major-mode) instead of default-major-mode.
4715
4716 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4717
4718         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
4719
4720 2009-08-26  Glenn Morris  <rgm@gnu.org>
4721
4722         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
4723         than placing in files.el.
4724
4725 2009-08-25  Glenn Morris  <rgm@gnu.org>
4726
4727         * nnir.el (top-level): Don't require cl at run-time.
4728         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
4729         Replace cl-function substitute with gnus-replace-in-string.
4730         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
4731         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
4732         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
4733         simplified expansions.
4734
4735 2009-08-25  Kevin Ryde  <user42@zip.com.au>
4736
4737         * dig.el (dig): Add autoload cookie.
4738
4739 2009-08-22  Glenn Morris  <rgm@gnu.org>
4740
4741         * gnus-art.el (gnus-button-patch): Use forward-line rather than
4742         goto-line.
4743
4744 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
4745
4746         * parse-time.el (parse-time-string-chars): Save match data.
4747
4748 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
4749
4750         * parse-time.el (parse-time-string-chars): Compute using character
4751         classes, to handle non-ascii characters (Bug#3190).
4752
4753 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4754
4755         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
4756
4757         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
4758         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
4759         (gnus-mm-display-part, gnus-mime-display-single)
4760         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
4761         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
4762
4763         * gnus-sum.el
4764         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
4765         (gnus-summary-move-article): Add expirable mark to articles copied or
4766         moved to group that has auto-expire turned on if the option is non-nil.
4767
4768 2009-07-24  Glenn Morris  <rgm@gnu.org>
4769
4770         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
4771         Fix typo.  (Bug#3903)
4772
4773 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4774
4775         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
4776         gnus-article-read-summary-keys rather than gnus-summary-edit-article
4777         that should not be used for draft articles.
4778         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
4779         that has no concern in minor mode keys.
4780         (gnus-article-summary-command, gnus-article-summary-command-nosave):
4781         Abolish.
4782
4783 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4784
4785         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
4786         article without making inquiry to a user for unknown encoding.
4787
4788         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
4789         (nnmaildir--scan): Assume i-node and device number that file-attributes
4790         returns might be cons-cell.
4791
4792         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
4793
4794         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
4795
4796 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
4797
4798         * auth-source.el: Remove docs now in auth.texi.  Don't use
4799         `gnus-message' for logging.  Add new variables `auth-source-debug' and
4800         `auth-source-hide-passwords' and use them.
4801
4802 2009-07-15  Glenn Morris  <rgm@gnu.org>
4803
4804         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
4805
4806 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4807
4808         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
4809         excessive whitespace from the default values of title and description.
4810
4811 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4812
4813         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
4814         mail-fetch-field to fetch Content-Description header in order to
4815         exclude newlines.
4816
4817 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
4818
4819         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
4820         format used by GnuPG 2.0.11.
4821
4822 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4823
4824         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
4825         to deleted part.
4826
4827 2009-05-30  David Engster  <dengste@eml.cc>
4828
4829         * nnmairix.el: Remove old documentation in the commentary block.
4830         (nnmairix-request-group): Do not update active file for nnml back ends.
4831         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
4832         end so that overview files are ignored.
4833         (nnmairix-update-groups): Make updating the groups more robust by using
4834         marks.
4835         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
4836         with dollar characters in message-id.
4837
4838 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
4839
4840         * spam.el: Use dns-query instead of query-dns.  Was renamed on
4841         2008-12-25 in dns.el.
4842
4843 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4844
4845         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
4846         could happen if the text is only composed of spaces and/or tabs.
4847
4848 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
4849
4850         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
4851         when sending a queued message to avoid extra mml tags.
4852
4853 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4854
4855         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
4856
4857 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4858
4859         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
4860         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
4861         rmail-toggle-header for XEmacs;
4862         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
4863
4864 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4865
4866         * gnus-dired.el: Remove autoload for gnus-setup-message.
4867         (gnus-dired-attach): Fake this-command value to prevent Gnus from
4868         displaying Gnus logo; always use compose-mail.
4869
4870 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4871
4872         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
4873
4874 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4875
4876         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
4877         (gnus-nocem-issuers): List currently active issuers; fix custom type.
4878         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
4879         available.
4880         (gnus-nocem-epg-verify): New function.
4881
4882 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
4883
4884         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
4885
4886 2009-02-15  Glenn Morris  <rgm@gnu.org>
4887
4888         * gnus-util.el (rmail-insert-rmail-file-header)
4889         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
4890         autoloads.
4891         (rmail-default-rmail-file): Remove unnecessary declaration.
4892         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
4893
4894 2009-02-14  Glenn Morris  <rgm@gnu.org>
4895
4896         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
4897         variable (only used in gnus-util, which declares it anyway).
4898         (rmail-output-to-rmail-file): Remove autoload of deleted function,
4899         which was only needed by gnus-art (changed to not use it any more).
4900         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
4901         only used in gnus-util, which autoloads it itself.
4902         (rmail-update-summary): Fix autoload.
4903
4904         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
4905         rather than rmail-output-to-rmail-file.
4906
4907 2009-02-07  Glenn Morris  <rgm@gnu.org>
4908
4909         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
4910         autoload of function that no longer exists.
4911         (rmail-toggle-header): Declare.
4912         (message-forward-rmail-make-body): Handle mbox Rmail.
4913
4914 2009-01-31  Glenn Morris  <rgm@gnu.org>
4915
4916         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
4917         2009-01-09 change.
4918
4919 2009-01-31  Dave Love  <fx@gnu.org>
4920
4921         * imap.el (imap-fetch-safe): Bind debug-on-error.
4922         (imap-debug): Add imap-fetch-safe.
4923
4924 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
4925
4926         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
4927         (auth-source-forget-all-cached): New convenience function.
4928         (auth-source-user-or-password): Accept list of modes or a single mode.
4929
4930         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
4931         auth-source modes.
4932
4933         * netrc.el (netrc-machine-user-or-password): Use list of
4934         auth-source modes.
4935
4936         * nnimap.el (nnimap-open-connection): Use list of
4937         auth-source modes.
4938
4939         * nntp.el (nntp-send-authinfo): Use list of
4940         auth-source modes.
4941
4942 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4943
4944         * auth-source.el: Update docs to reflect epa-file-enable is to be used
4945         now.
4946
4947 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4948
4949         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
4950         coding system in XEmacs; add a workaround for XEmacs.
4951
4952         * lpath.el: Fbind coding-system-aliasee.
4953
4954 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4955
4956         * mm-util.el (mm-coding-system-priorities): Protect against nil value
4957         of current-language-environment.
4958
4959 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
4960
4961         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
4962         available at runtime.
4963
4964 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4965
4966         * gnus-art.el (article-date-ut): Fix end point of narrowing.
4967
4968 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
4969
4970         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
4971         the greatest positive fixnum value doesn't work under an XEmacs with
4972         bignum support; use the most-positive-fixnum constant instead,
4973         available since Emacs 21.1 with cl and XEmacs 21.1.
4974
4975 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4976
4977         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
4978         XEmacs gets not to work.
4979
4980 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4981
4982         * mm-util.el (mm-coding-system-priorities): Allow the value like
4983         "Japanese (UTF-8)" of current-language-environment.
4984
4985 2009-01-09  Glenn Morris  <rgm@gnu.org>
4986
4987         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
4988         with last-command-event.
4989
4990 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
4991
4992         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
4993         in the doc string.
4994
4995         * message.el (message-fix-before-sending): Amend comment.
4996
4997 2009-01-08  Dave Love  <fx@gnu.org>
4998
4999         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
5000
5001 2009-01-07  David Engster  <dengste@eml.cc>
5002
5003         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
5004         simplified server definitions by converting it via
5005         gnus-server-to-method.
5006
5007 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5008
5009         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
5010         parameter's operands.
5011
5012 2009-01-06  David Engster  <dengste@eml.cc>
5013
5014         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
5015         primary select method (for gnus-group-mark-article-as-read).
5016
5017 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
5018
5019         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
5020         `(gnus)Face', not `(gnus)X-Face'.
5021
5022 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5023
5024         * mm-util.el (mm-ucs-to-char): New function.
5025
5026         * mm-url.el (mm-url-decode-entities): Use it.
5027
5028         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
5029         unicode-to-char.
5030
5031 2009-01-05  Dave Love  <fx@gnu.org>
5032
5033         * time-date.el: Require cl for `declare'.
5034
5035 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5036
5037         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
5038         Dave Love.
5039
5040 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5041
5042         * message.el (message-fix-before-sending): Add `eight-bit' to
5043         illegible-text check.
5044
5045 2009-01-03  Michael Olson  <mwolson@gnu.org>
5046
5047         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
5048         `headers' is nil.  This can occur if the IMAP server does not have
5049         permissions to read messages from a folder, but can write new messages
5050         to the folder.
5051         (nnimap-request-article-part): Do not insert `data' if it is nil.
5052
5053         * imap.el (imap-parse-fetch): Courier can insert spurious blank
5054         characters which will confuse `read', so skip past them.
5055
5056 2009-01-01  Dave Love  <fx@gnu.org>
5057
5058         * imap.el (imap-string-to-integer): Fix typo.
5059         (imap-fetch-safe): New function.
5060         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
5061
5062         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
5063
5064         * imap.el (imap-process-connection-type, imap-debug, imap-open):
5065         (imap-parse-greeting): Fix doc strings.
5066         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
5067         (imap-parse-flag-list): Make messages unique.
5068         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
5069
5070         * nnimap.el: Fix author email.
5071         (nnimap-split-rule): Add FIXME comment.
5072         (nnimap-debug): Fix doc string.
5073
5074 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5075
5076         * dns.el (dns-set-servers): Check "Address".  Fix typo.
5077
5078 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
5079
5080         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
5081         nslookup if resolv.conf isn't available.
5082         (dns-query): Rename from query-dns.
5083         (dns-query-cached): Rename from query-dns-cached.
5084
5085 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5086
5087         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
5088         overlay-arrow-position and overlay-arrow-string buffer-local; no need
5089         to check if those variables exist (first appeared in Emacs 18.50).
5090
5091 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5092
5093         * mm-util.el (mm-line-number-at-pos): New function.
5094
5095         * spam-report.el (spam-report-process-queue): Use it.
5096
5097 2008-12-24  David Engster  <dengste@eml.cc>
5098
5099         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
5100         parameters that haven't existed as variables as buffer-local variables.
5101
5102 2008-12-23  Dave Love  <fx@gnu.org>
5103
5104         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
5105         cadar.
5106
5107         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
5108         imap-starttls-p.
5109         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
5110
5111 2008-12-22  Dave Love  <fx@gnu.org>
5112
5113         * imap.el: Fix author email.  Doc fixes.
5114         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
5115         reply.
5116
5117 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
5118
5119         * spam-report.el (spam-report-gmane-max-requests): New constant.
5120         (spam-report-gmane-wait): New variable.
5121         (spam-report-gmane-ham, spam-report-gmane-spam)
5122         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
5123         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
5124         the server.
5125
5126         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
5127         Add explanations.
5128
5129         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
5130         nnheader-accept-process-output and nnheader-read-timeout if available.
5131         (pop3-movemail): Use it.
5132
5133         * message.el (message-check-news-body-syntax): Fix signature check if
5134         there's an attachment.
5135
5136 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5137
5138         * mm-util.el: Add comments to the mm- emulating functions.
5139
5140 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
5141
5142         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
5143         by Stephen Berman <stephen.berman@gmx.net>.
5144
5145 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5146
5147         * mm-util.el (mm-substring-no-properties): New function.
5148         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
5149         (mm-special-display-p): Enable those lambda forms to be byte compiled.
5150         (mm-string-to-multibyte): Doc fix.
5151
5152         * mml.el (mml-attach-file): Use mm-substring-no-properties.
5153
5154 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5155
5156         * mml.el (mml-attach-file): Strip text properties from file name.
5157         (Bug#1574)
5158
5159 2008-12-16  Glenn Morris  <rgm@gnu.org>
5160
5161         * mm-util.el (mm-charset-override-alist): Declare for compiler.
5162
5163 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5164
5165         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
5166         knows since the charset specified might be a bogus alias that
5167         mm-charset-synonym-alist provides.
5168
5169 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5170
5171         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
5172         "ISO_8859-1".
5173
5174         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
5175
5176 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5177
5178         * mm-util.el (mm-charset-eval-alist):
5179         Define it before mm-charset-to-coding-system.
5180         (mm-charset-to-coding-system): Add optional argument `silent';
5181         define it before mm-charset-override-alist.
5182         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
5183         default value if it can be used in Emacs currently running;
5184         silence mm-charset-to-coding-system.
5185
5186 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5187
5188         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
5189         `allow-override' which says whether to use `mm-charset-override-alist'.
5190         (rfc2047-decode-encoded-words): Use it.
5191
5192         * mm-util.el (mm-charset-override-alist): Fix custom type;
5193         add `(gb2312 . gbk)' to choices.
5194
5195 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5196
5197         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
5198         fast.
5199
5200         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5201
5202         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
5203
5204 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
5205
5206         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
5207         on links.
5208
5209         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5210
5211 2008-12-03  Lute Kamstra  <lute@gnu.org>
5212
5213         * sha1.el: Remove leading * from docstrings of defcustoms,
5214         deffaces, defconsts and defuns.
5215
5216 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5217
5218         * message.el (message-idna-to-ascii-rhs-1): Protect against local
5219         users' addresses that don't have domain parts.
5220         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
5221         rather than message-narrow-to-head since there will be the message
5222         header separator.
5223
5224 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5225
5226         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
5227         since the result is inserted in a unibyte buffer anyway.
5228         (nnimap-demule-use-string-to-multibyte): Remove.
5229         (nnimap-demule): Alias it to mm-string-to-multibyte.
5230
5231 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
5232
5233         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
5234         variable for debugging bug#464 and bug#1174.
5235         (nnimap-demule): Use it.
5236
5237 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5238
5239         * gnus-score.el (gnus-score-find-trace): Handle default score in total
5240         score calculation correctly.
5241
5242 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5243
5244         * message.el (message-send-mail): Just set the buffer to unibyte
5245         rather than use mm-with-unibyte-current-buffer which does a lot more.
5246         (message-send-mail-partially): Don't bother with
5247         mm-with-unibyte-current-buffer since it's already been made unibyte by
5248         message-send-mail.
5249
5250 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
5251
5252         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
5253
5254 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
5255
5256         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
5257
5258 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5259
5260         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
5261         require itself and to remove `with-no-warnings'.
5262
5263 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5264
5265         * starttls.el (starttls-any-program-available): Get the name of the
5266         available TLS layer program.
5267         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
5268         well as the host name in the "opening" message.
5269
5270         * auth-source.el (auth-source-cache, auth-source-do-cache)
5271         (auth-source-user-or-password): Cache passwords and logins by default,
5272         allow override with `auth-source-do-cache'.
5273         (auth-source-forget-user-or-password): Allow users to remove cache
5274         entries if needed.
5275
5276 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
5277
5278         * md4.el (md4-buffer): Fix typo in docstring.
5279         (md4, md4-64): Doc fixes.
5280         (md4-pack-int32): Reflow docstring.
5281
5282 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5283
5284         * ietf-drums.el (ietf-drums-remove-comments): Localize second
5285         condition-case to only the forward-sexp call.
5286
5287 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5288
5289         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
5290         quotes contained.  Make it more robust regardless by an extra
5291         condition-case wrapper.
5292
5293 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5294
5295         * lpath.el: No need to fbind codepage-setup for Emacs 23.
5296
5297 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5298
5299         * nnml.el (nnml-request-expire-articles): Check if the function set to
5300         `nnmail-expiry-target' returns the symbol `delete'.
5301
5302         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
5303
5304         * nnmail.el (nnmail-expiry-target): Fix custom type.
5305
5306 2008-10-02  Glenn Morris  <rgm@gnu.org>
5307
5308         * mm-util.el (mm-codepage-setup): Tweak codepage error.
5309         Silence compiler warning.
5310
5311 2008-10-01  Magnus Henoch  <mange@freemail.hu>
5312
5313         * tls.el (open-tls-stream): Show the actual command being
5314         executed, instead of the format string.
5315
5316 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5317
5318         * lpath.el: Fbind codepage-setup for Emacs 23.
5319
5320 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
5321
5322         * mml.el (mml-menu): Don't assume mml2015 is bound.
5323
5324 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5325
5326         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
5327         exists.
5328
5329 2008-09-27  Glenn Morris  <rgm@gnu.org>
5330
5331         * gnus-util.el (mail-header-remove-comments): Autoload it.
5332
5333 2008-09-27  Andreas Schwab  <schwab@suse.de>
5334
5335         * gnus-util.el (gnus-split-references): Strip comments.
5336         (gnus-parent-id): Likewise.
5337
5338 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
5339
5340         * message.el (message-confirm-send): Fix version.
5341
5342 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5343
5344         * message.el (message-idna-to-ascii-rhs-1): Use
5345         mail-extract-address-components rather than mail-header-parse-addresses
5346         that is an alias by default to ietf-drums-parse-addresses that does not
5347         support non-ASCII names in headers' contents.
5348
5349 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5350
5351         * message.el (message-confirm-send): Fixed variable documentation to
5352         avoid the "y/n" wording.
5353
5354 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
5355
5356         * message.el (message-set-auto-save-file-name): Save to a different
5357         filename so multiple messages (especially drafts) can be recovered.
5358
5359 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
5360
5361         * message.el (message-confirm-send): Add appropriate version.
5362
5363 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5364
5365         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
5366         defvar.
5367
5368 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
5369
5370         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
5371         (mm-pkcs7-enveloped-magic): Ditto.
5372
5373 2008-09-17  Simon Josefsson  <simon@josefsson.org>
5374
5375         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
5376         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
5377
5378 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
5379
5380         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
5381         default, it's better.
5382
5383 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
5384
5385         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
5386         summary line gnus-number property and ignore them (with a warning
5387         message).
5388
5389 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5390
5391         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
5392         macro caddr in the interactive form since it won't be expanded.
5393
5394 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5395
5396         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
5397         `charset'; fix name of function called recursively.
5398         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
5399
5400 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5401
5402         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
5403         (gnus-mime-set-charset-parameters): New function.
5404         (gnus-mime-view-part-as-charset): Use it to correctly display part
5405         specifying wrong charset.
5406
5407 2008-09-08  David Engster  <dengste@eml.cc>
5408
5409         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
5410         in completing-read for back end server.
5411
5412 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
5413
5414         * message.el (message-confirm-send): New variable to confirm sending a
5415         message.
5416         (message-send): Use it.
5417
5418 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
5419
5420         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
5421
5422 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5423
5424         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
5425
5426 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
5427
5428         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
5429         prevent tracking too many groups.
5430         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
5431         Use it.
5432
5433 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
5434
5435         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
5436         moving point to the bottom of the window in order to avoid recentering.
5437
5438 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5439
5440         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
5441
5442         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
5443         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
5444         (gnus-article-beginning-of-window): Fix calculation.
5445
5446 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5447
5448         * gnus-msg.el (gnus-summary-supersede-article)
5449         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
5450         value of gnus-newsgroup-charset to decode non-MIME encoded text in
5451         message header.
5452
5453 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
5454
5455         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
5456         pending output coming after the status change.
5457
5458 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
5459
5460         * message.el:
5461         * gnus-start.el:
5462         * gnus-registry.el: Remove VMS support.
5463
5464 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5465
5466         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
5467         macro.
5468         (rfc2104-hash): Use it.
5469
5470 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
5471
5472         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
5473         (gnus-summary-sort-by-most-recent-date): New commands.
5474         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
5475         and menu entries.
5476
5477 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5478
5479         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
5480         don't redisplay article for raw contents; remove plural articles stuff.
5481
5482         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
5483         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
5484         on gnus-summary-save-article; display results properly.
5485
5486 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5487
5488         * lpath.el: No need to fbind ns-focus-frame.
5489
5490 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5491
5492         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
5493
5494 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5495
5496         * gnus-art.el (gnus-summary-save-in-pipe): Consider
5497         gnus-save-all-headers.
5498
5499 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
5500
5501         * gnus-util.el (ns-focus-frame): Remove declaration.
5502         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
5503         like x.
5504
5505 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
5506
5507         * rfc2104.el (rfc2104-zero): Delete defconst.
5508         (rfc2104-hex-alist): Likewise.
5509         (rfc2104-hex-to-int): Delete func.
5510         (rfc2104-hexstring-to-bitstring): Likewise.
5511         (rfc2104-nybbles): New defconst.
5512         (rfc2104-hash): Rewrite for speed.
5513
5514 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5515
5516         * tls.el (open-tls-stream): Make it work with the 2nd argument
5517         BUFFER that is a string but does not exist as a buffer object, as
5518         mentioned in the doc-string.
5519
5520 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5521
5522         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
5523         SXEmacs.
5524
5525 2008-07-16  Glenn Morris  <rgm@gnu.org>
5526
5527         * gnus-util.el (ns-focus-frame): Declare for compiler.
5528
5529 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5530
5531         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
5532         set as a group parameter.
5533         (gnus-summary-save-in-pipe): Work when it is called independently.
5534         (gnus-summary-pipe-to-muttprint): Don't modify
5535         gnus-summary-pipe-output-default-command.
5536
5537 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5538
5539         * message.el (message-send-mail-with-sendmail):
5540         Display the error message.
5541
5542 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5543
5544         * gnus-art.el (gnus-default-article-saver):
5545         Add gnus-summary-save-in-pipe to choices.
5546         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
5547         gnus-summary-pipe-output-default-command as the default command.
5548         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
5549         instead of gnus-last-shell-command.
5550
5551         * gnus-sum.el (gnus-summary-pipe-output-default-command):
5552         New user option.
5553         (gnus-summary-muttprint-program): Mention the value will be changed.
5554         (gnus-summary-save-article): Force showing of all headers.
5555         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
5556
5557 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
5558
5559         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
5560
5561 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
5562
5563         * nnimap.el (nnimap-id):
5564         * sieve-manage.el (sieve-manage-open): Doc fixes.
5565
5566 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
5567
5568         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
5569         if available.
5570
5571 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5572
5573         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
5574
5575         * nnkiboze.el (nnkiboze-generate-group):
5576         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
5577
5578         * nnmairix.el: Require CL.
5579
5580 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5581
5582         * dgnushack.el: Autoload get-display-table and put-display-table for
5583         XEmacs 21.5.
5584
5585         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
5586         21.4 and SXEmacs.
5587
5588 2008-06-15  David Engster  <dengste@eml.cc>
5589
5590         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
5591
5592 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
5593
5594         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
5595         New macros that expand to an `aset'/`aref' call under Emacs, and to a
5596         runtime choice under XEmacs.
5597
5598         * gnus-sum.el (gnus-summary-set-display-table):
5599         Use `gnus-put-display-table', `gnus-get-display-table',
5600         `gnus-set-display-table' for the display table, instead of `aset'.
5601
5602         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
5603         Use `gnus-put-display-table', `gnus-get-display-table',
5604         `gnus-set-display-table' for the display table.
5605
5606 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5607
5608         * nnmairix.el: Add autoloads.
5609
5610 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5611
5612         * nnmairix.el (nnmairix-delete-recreate-group)
5613         (nnmairix-update-and-clear-marks): Fix error messages.
5614
5615 2008-06-14  David Engster  <dengste@eml.cc>
5616
5617         * nnmairix.el: Upgrade to version 0.6.
5618         (nnmairix-group-toggle-propmarks-this-group)
5619         (nnmairix-group-toggle-readmarks-this-group)
5620         (nnmairix-group-delete-recreate-this-group)
5621         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
5622         (nnmairix-remove-tick-mark-original-article): New commands.
5623         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
5624         (nnmairix-propagate-marks-to-nnmairix-groups)
5625         (nnmairix-only-use-registry, nnmairix-allowfast-default)
5626         (nnmairix-marks-cache, nnmairix-version-output): New variables.
5627         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
5628         functions needed for marks propagation and manipulation of read marks.
5629         (nnmairix-update-groups): New function.
5630         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
5631         (nnmairix-determine-original-group-from-registry)
5632         (nnmairix-determine-original-group-from-path)
5633         (nnmairix-get-group-from-file-path, nnmairix-map-range)
5634         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
5635         New helper functions.
5636         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
5637         keystrokes for new commands.
5638         (nnmairix-delete-and-create-on-change): Doc string cleanup.
5639         (nnmairix-request-group): Check allow-fast group parameter.
5640         (nnmairix-request-create-group): Set allow-fast group parameter if
5641         nnmairix-allowfast-default is set.
5642         (nnmairix-close-group): Propagate marks upon closing if needed.
5643         (nnmairix-group-toggle-threads-this-group): Use new.
5644         nnmairix-group-toggle-parameter helper function.
5645         (nnmairix-search): Better check for empty search result.
5646         (nnmairix-goto-original-article): Use new helper functions for
5647         determining original article.
5648         (nnmairix-show-original-article): Make sure message-id is in brackets.
5649         (nnmairix-call-mairix-binary): Change variable name.
5650         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
5651         helper function.
5652         (nnmairix-widget-toggle-activate): Fix doc string.
5653
5654 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5655
5656         * nnir.el: Require edmacro when compiling with XEmacs.
5657         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
5658         available in Emacs 21.
5659
5660 2008-06-11  Glenn Morris  <rgm@gnu.org>
5661
5662         * gnus-util.el (x-focus-frame):
5663         * gnus.el (image-size):
5664         * mm-decode.el (image-size): Declare.
5665
5666         * gnus-picon.el (declare-function): Add compat definition.
5667         (image-size): Declare.
5668
5669         * gnus-group.el (tool-bar-map):
5670         * gnus-sum.el (tool-bar-map): Define for compiler.
5671
5672         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
5673
5674         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
5675
5676         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
5677         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
5678         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
5679         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
5680         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
5681         * sieve-manage.el, spam-report.el, spam.el:
5682         Remove unnecessary eval-and-compile of autoloads.
5683
5684 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
5685
5686         * auth-source.el: Precise Tramp doc.
5687
5688 2008-06-07  Glenn Morris  <rgm@gnu.org>
5689
5690         * nnmairix.el: Remove unnecessary eval-when-compile.
5691
5692 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5693
5694         * lpath.el: Fbind propertize for XEmacs 21.4.
5695
5696 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
5697
5698         * nnir.el: Move here from ../contrib.
5699
5700 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5701
5702         * gnus-util.el (gnus-read-shell-command): New function.
5703         * mm-decode.el (mm-pipe-part):
5704         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
5705
5706 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5707
5708         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
5709
5710 2008-06-03  Glenn Morris  <rgm@gnu.org>
5711
5712         * pop3.el (nnheader-accept-process-output): Autoload it.
5713
5714 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5715
5716         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
5717         are not 2-digit hexadecimal characters that follow `%'s.
5718
5719 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
5720
5721         * message.el (message-bogus-recipient-p): Fix type in doc string.
5722         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
5723         (message-bogus-addresses): Rename from message-bogus-address-regexp.
5724         Improve custom options.
5725         (message-bogus-recipient-p): Adjust accordingly.
5726
5727 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
5728
5729         * parse-time.el (parse-time-months, parse-time-weekdays): Add
5730         long-form month and day names.
5731
5732 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5733
5734         * dgnushack.el: Autoload debug, eudc-expand-inline and
5735         pgg-snarf-keys-region for XEmacs.
5736
5737         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
5738
5739         * nnmairix.el: Require edmacro when compiling with XEmacs.
5740
5741 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
5742
5743         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
5744         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
5745
5746 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5747
5748         * auth-source.el: Add more docs.
5749
5750         * netrc.el (netrc-machine): Always match if the port is not given.
5751
5752 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5753
5754         * nnheader.el (nnheader-read-timeout): Change the default timeout from
5755         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
5756         retrieval faster in some cases, but might make CPU usage larger.  If
5757         this has any bad side effects, we might revert this change.
5758
5759         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
5760         seems to make mail retrieval much, much faster.
5761         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
5762         unconditionally.
5763
5764         * gnus-draft.el (gnus-group-send-queue): Bind
5765         message-send-mail-partially-limit to nil to avoid being prompted.
5766
5767 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
5768
5769         * mml.el (mml-attach-buffer): Prompt for `disposition'.
5770
5771         * message.el (message-bogus-address-regexp): Fix and improve custom
5772         type.
5773         (message-setup-hook): Add message-check-recipients as custom option.
5774
5775 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
5776
5777         * message.el (message-cite-function): Remove bogus autoload which crept
5778         in during merge from v5-10.
5779
5780 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
5781
5782         * nnimap.el (nnimap-open-connection): Fix login/password bug.
5783
5784         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
5785
5786         * auth-source.el: Preliminary Tramp docs.
5787         (auth-sources): Change the default auth-sources to use
5788         EPA .gpg files.
5789
5790 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
5791
5792         * nntp.el: Autoload `auth-source-user-or-password'.
5793         (nntp-send-authinfo): Use it.
5794
5795         * nnimap.el: Autoload `auth-source-user-or-password'.
5796         (nnimap-open-connection): Use it.
5797
5798         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
5799         for the gnus-message function.
5800         (auth-source-user-or-password): Use it.
5801
5802 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5803
5804         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
5805         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
5806         (rfc2104-hash): Use it.
5807
5808 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
5809
5810         * gnus-art.el (gnus-article-toggle-truncate-lines):
5811         Don't use `iff' in docstring.
5812
5813 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
5814
5815         * gnus-registry.el: Adjusted copyright dates and added a keyword.
5816
5817         * gnus-util.el (gnus-extract-address-component-name)
5818         (gnus-extract-address-component-email): Convenience functions around
5819         `gnus-extract-address-components'.
5820
5821         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
5822         Use `gnus-extract-address-component-email' to fix bug of comparing full
5823         sender name to `user-mail-address'.
5824
5825 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
5826
5827         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
5828         catch/throw to optimize.
5829         (gnus-registry-find-keywords): Just use member to find a keyword.
5830
5831 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5832
5833         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
5834         is current before calling gnus-server-prepare.
5835         (gnus-server-setup-buffer, gnus-server-update-server)
5836         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
5837
5838 2008-05-04  Juri Linkov  <juri@jurta.org>
5839
5840         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
5841         (mailcap-file-default-commands): Use mailcap-replace-in-string
5842         instead of replace-regexp-in-string, and mailcap-delete-duplicates
5843         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
5844
5845 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
5846
5847         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
5848
5849 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5850
5851         * gnus.el: Bump version to 0.11.
5852
5853 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5854
5855         * gnus.el: No Gnus v0.10 is released.
5856
5857 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5858
5859         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
5860         hooks.
5861         (gnus-update-read-articles): Speed up non-marks-using users.
5862         (gnus-use-marks): Define gnus-use-marks.
5863         (gnus-propagate-marks): Rename variable to something more sensible.
5864
5865 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
5866
5867         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
5868         (gmm-image-load-path-for-library): Fix typos in docstrings.
5869         (gmm-message): Reflow docstring.
5870
5871 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
5872
5873         * mail-source.el (mail-source-set-1, mail-source-bind):
5874         Move auth-source code out of the macro to clean it up and fix bugs.
5875
5876 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
5877
5878         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
5879         by sender if it's equal to user-mail-address, it's likely to be
5880         useless.
5881
5882         * mail-source.el (mail-source-bind): Don't use user or password if they
5883         are not bound.  Unintern them if they are nil.  Don't use server unless
5884         it's bound, and default it to empty string otherwise.
5885
5886 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
5887
5888         * mail-source.el: Load auth-source.el.
5889         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
5890         get user name or password, if auth-sources is set up.
5891
5892         * gnus-registry.el (gnus-registry-split-strategy): New variable for
5893         strategy of splitting with parent.
5894         (gnus-registry-split-fancy-with-parent)
5895         (gnus-registry-post-process-groups): Use it and fix prior
5896         bug (returning a list as the split result).
5897
5898         * auth-source.el (auth-sources): Remove server parameter.
5899         (auth-source-pick, auth-source-user-or-password)
5900         (auth-source-user-or-password-imap)
5901         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5902         (auth-source-user-or-password-sftp)
5903         (auth-source-user-or-password-smtp): Remove server parameter.
5904
5905 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
5906
5907         * smime.el (smime-sign-region, smime-encrypt-region)
5908         (smime-decrypt-region):
5909         Remove redundant calls to `generate-new-buffer-name'.
5910
5911 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
5912
5913         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
5914         Don't use QP for message/rfc822.
5915         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
5916
5917 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5918
5919         * sieve-manage.el (sieve-string-bytes): Remove.
5920         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
5921         correct byte-length only if the process's coding-system is the same as
5922         the one used internally by Emacs to represent strings.
5923
5924 2008-04-22  Juri Linkov  <juri@jurta.org>
5925
5926         * mailcap.el (mailcap-file-default-commands): New function.
5927
5928 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5929
5930         * message.el (message-signature-separator, message-cite-function):
5931         Change custom version.
5932
5933 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
5934
5935         * tls.el (tls-program): Add -ign_eof argument to call the openssl
5936         commands.
5937         (tls-checktrust): Ditto.
5938
5939 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5940
5941         * mm-decode.el (mm-display-external): Make temp file read-only.
5942
5943 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
5944
5945         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
5946         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
5947         `C-c C-f d'.
5948
5949 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
5950
5951         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
5952
5953 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5954
5955         * gnus.el: Bump version to 0.9.
5956
5957 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
5958
5959         * gnus.el: No Gnus v0.8 is released.
5960
5961 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5962
5963         * mail-source.el (mail-source-value):
5964         Prefer fboundp to functionp so it works with macros as well.
5965
5966 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5967
5968         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5969         Fix last change in case the element is not even a symbol.
5970
5971 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5972
5973         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5974         Prefer fboundp to functionp so it works with macros as well.
5975
5976 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
5977
5978         * auth-source.el: Added docs.
5979         (auth-sources): Modify format to support server.
5980         (auth-source-pick, auth-source-user-or-password)
5981         (auth-source-user-or-password-imap)
5982         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5983         (auth-source-user-or-password-sftp)
5984         (auth-source-user-or-password-smtp): Add server parameter.
5985
5986 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
5987
5988         * gnus-registry.el: Initialize the registry when gnus-registry-install
5989         is t.
5990
5991 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5992
5993         * compface.el (uncompface): Make buffer unibyte.
5994
5995 2008-04-05  Glenn Morris  <rgm@gnu.org>
5996
5997         * gnus-ems.el (mm-disable-multibyte): Autoload it.
5998
5999 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6000
6001         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
6002         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
6003
6004         * nnheader.el (nnheader-init-server-buffer): Change buffer's
6005         multibyteness after rather than before erasing it.
6006
6007         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
6008         mm-with-multibyte.
6009         (gnus-request-article-this-buffer): Make sure the proper decoding is
6010         used if gnus-original-article-buffer happens to be unibyte.
6011
6012         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
6013         default-enable-multibyte-characters.
6014
6015         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
6016         default-enable-multibyte-characters.
6017
6018         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
6019
6020         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
6021
6022 2008-04-02  Simon Josefsson  <simon@josefsson.org>
6023
6024         * imap.el (imap-enable-exchange-bug-workaround): New variable.
6025         (imap-message-copyuid-1): Use it.
6026         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
6027         J. Williams in
6028         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
6029
6030         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
6031         imap-enable-exchange-bug-workaround.
6032         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
6033
6034 2008-04-01  Simon Josefsson  <simon@josefsson.org>
6035
6036         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
6037         a 100 byte status-checks into a 2-3MB transfer for each group.
6038         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
6039         to enable bug workaround or not.
6040         (nnimap-find-minmax-uid): Only enable workaround conditionally.
6041
6042 2008-03-31  Glenn Morris  <rgm@gnu.org>
6043
6044         * message.el (mml2015-use): Declare for compiler.
6045         (message-info): Require mml2015 when appropriate.
6046
6047 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6048
6049         * Makefile.in (EMACS_COMP): Quote directory name that might contain
6050         whitespace.
6051
6052 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6053
6054         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
6055         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
6056         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
6057         (nntp-service-to-port): New function.
6058         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
6059         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
6060         (nntp-open-netcat-stream): New function.
6061         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
6062
6063 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
6064
6065         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
6066
6067 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6068
6069         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
6070
6071 2008-03-28  Magnus Henoch  <mange@freemail.hu>
6072
6073         * dns.el (dns-write): Use set-buffer-multibyte.
6074
6075 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
6076
6077         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
6078
6079 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6080
6081         * message.el (message-signature-separator): Change default.
6082         Improve custom type.
6083         (message-cite-function): Change default to
6084         message-cite-original-without-signature.
6085
6086         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
6087         toggle.
6088
6089         * message.el (message-check-news-body-syntax): Fix signature check.
6090         (message-setup-1): Mark buffer as unmodified _after_ running
6091         message-setup-hook and handling message-alternative-emails.
6092         (message-shorten-references): Be more strict when building list of
6093         valid references to comply with GNKSA.
6094
6095         * gnus-group.el (gnus-read-ephemeral-bug-group)
6096         (gnus-read-ephemeral-debian-bug-group)
6097         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
6098
6099         * message.el (message-info): Don't use booleanp which isn't supported
6100         in Emacs 21 and XEmacs.
6101
6102 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
6103
6104         * gnus-group.el (gnus-gmane-group-download-format): Rename from
6105         gnus-group-gmane-group-download-format.
6106         (gnus-group-read-ephemeral-gmane-group): Rename from
6107         gnus-group-read-ephemeral-gmane-group.
6108         (gnus-read-ephemeral-gmane-group-url): Rename from
6109         gnus-group-read-ephemeral-gmane-group-url.
6110         (gnus-bug-group-download-format-alist): New variable.
6111         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
6112         (gnus-read-ephemeral-emacs-bug-group): New commands.
6113
6114 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6115
6116         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
6117         (gnus-visible-headers): Improve custom type.
6118
6119 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6120
6121         * mml.el (mml-menu): Add workarounds for XEmacs.
6122
6123         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
6124         X-Boundary header.
6125
6126         * message.el (message-simplify-recipients): Fix previous commit.
6127
6128 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6129
6130         * mm-util.el (mm-set-buffer-multibyte): New function.
6131         * mm-decode.el (mm-copy-to-buffer): Use it.
6132
6133 2008-03-19  Glenn Morris  <rgm@gnu.org>
6134
6135         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
6136         Accidentally removed in the sync process with Emacs.
6137
6138 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
6139
6140         * message.el (message-alter-recipients-discard-bogus-full-name):
6141         New function.
6142         (message-alter-recipients-function): New variable.
6143         (message-get-reply-headers): Use it.
6144         (message-replace-header): New helper function.
6145         (message-recipients-without-full-name): New variable.
6146         (message-simplify-recipients): New command.
6147
6148         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
6149
6150         * message.el (message-info): Handle EasyPG manual.
6151
6152         * mml.el (mml-menu): Add entry for EasyPG.
6153
6154 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
6155
6156         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
6157         parameter.
6158
6159         * message.el (message-disassociate-draft): Specify drafts group name
6160         fully.
6161
6162 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
6163
6164         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
6165         unnecessary duplicates from the match list.
6166
6167 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6168
6169         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
6170
6171         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
6172
6173         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
6174         args of `how-many' of which the XEmacs version doesn't take; declare
6175         Info-index-next as function.
6176
6177 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6178
6179         * gnus-score.el (gnus-score-headers): Fix handling of
6180         gnus-inhibit-slow-scoring.
6181
6182         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
6183         string.
6184         (gnus-button-url-regexp): Improve handling of parenthesis.
6185         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
6186         (gnus-button-handle-info-keystrokes): Handle index entries.
6187
6188 2008-03-15  Glenn Morris  <rgm@gnu.org>
6189
6190         * parse-time.el (parse-time-string): Simplify.
6191
6192 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6193
6194         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
6195         Incoming* files.
6196
6197 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6198
6199         * auth-source.el (auth-sources): Renamed from auth-source-choices.
6200         (auth-source-pick): Use it.
6201
6202 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6203
6204         * binhex.el (binhex-decode-region-internal):
6205         * uudecode.el (uudecode-decode-region-internal):
6206         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
6207         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
6208         setting default-enable-multibyte-characters.
6209
6210 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6211
6212         * auth-source.el (auth-source-protocols)
6213         (auth-source-protocols-customize, auth-source-choices): Added and
6214         modified variable customizations and defaults.
6215         (auth-source-pick, auth-source-user-or-password)
6216         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6217         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6218         (auth-source-user-or-password-sftp)
6219         (auth-source-user-or-password-smtp): Use new variables and provide an
6220         interface to netrc.el.
6221
6222 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6223
6224         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
6225         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
6226         Make sure the nntp port to specify is a string.
6227
6228 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6229
6230         * nntp.el: Use with-current-buffer.
6231         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
6232         dubious mm-with-unibyte-current-buffer.
6233         (nntp-with-open-group-function): New function extracted from
6234         nntp-with-open-group macro.
6235         (nntp-with-open-group): Use the function, so it's easier to debug.
6236         Add indentation and debugging info.
6237         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
6238         the use of the netcat alternatives.
6239
6240         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
6241         Avoid mm-string-as-multibyte as well.
6242
6243         * nnweb.el (nnweb-insert-html):
6244         Remove use of nnheader-string-as-multibyte.
6245
6246         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
6247         (nnheader-string-as-multibyte): Remove.
6248
6249         * mm-view.el: Use inhibit-read-only.
6250         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
6251         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
6252         or unibyte-string.
6253
6254         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
6255         (mm-uu-yenc-extract): Use with-current-buffer.
6256
6257         * gnus-soup.el (gnus-soup-send-packet): Don't use
6258         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
6259
6260         * nnmh.el: Use with-current-buffer.
6261         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
6262         mm-string-as-multibyte on the output of mm-encode-coding-string.
6263
6264         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
6265         (nnimap-request-move-article): Use with-current-buffer.
6266
6267         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
6268         inserting the handle-buffer's text, so the implicit multibyte->unibyte
6269         conversion uses string-make-unibyte rather than string-as-unibyte.
6270
6271         * gnus-msg.el: Use with-current-buffer.
6272
6273         * message.el (message-ignored-resent-headers): Add "Delivered-To".
6274
6275 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
6276
6277         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
6278         string for caching if it is 'PIN.
6279
6280 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6281
6282         * lpath.el: Consider the case without Emacs/W3.
6283
6284 2008-03-08  Glenn Morris  <rgm@gnu.org>
6285
6286         * time-date.el (date-to-time, time-subtract, time-add)
6287         (safe-date-to-time): Doc fixes.
6288
6289 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
6290
6291         * mail-source.el (mail-source-delete-old-incoming-confirm):
6292         Change default to nil.
6293         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
6294
6295 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6296
6297         * lpath.el: Rearrange.
6298
6299         * gnus-art.el (gnus-narrow-to-page): Position point properly.
6300         (gnus-article-goto-prev-page): Work for articles having ^L's.
6301
6302         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
6303
6304         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
6305
6306 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
6307
6308         * gnus-bookmark.el: Adjust for renames in bookmark.el.
6309         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
6310         (gnus-bookmark-jump): Adjust some variable names.
6311
6312 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
6313
6314         * auth-source.el: New package.
6315         (auth-source-choices): Add customization entry point variable.
6316
6317         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
6318         bug.
6319
6320 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
6321
6322         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
6323         (gnus-registry-initialize, gnus-registry-install-p): Use it.
6324         (gnus-registry-install-shortcuts): Rename from
6325         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
6326         the `gnus-registry-mark-map' keymap dynamically from
6327         `gnus-registry-marks'.  The generated functions update the summary line
6328         when a registry mark is added or deleted, and will call
6329         `gnus-registry-install-p' (see the comments in the code).
6330         (gnus-registry-user-format-function-M): Use concat intelligently.
6331
6332         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
6333         the registry mark functions.
6334
6335 2008-03-05  Glenn Morris  <rgm@gnu.org>
6336
6337         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
6338         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
6339         gnus-art.
6340         (top-level): No need to load own source when compiling.
6341
6342 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6343
6344         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
6345         Suggested by <chris.anderton@zetnet.co.uk>.
6346
6347 2008-03-04  Glenn Morris  <rgm@gnu.org>
6348
6349         * gnus-sum.el (top-level): No need to require gnus when compiling,
6350         since unconditionally required near start of file.
6351         (gnus-summary-display-while-building): Move definition before use.
6352
6353 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
6354
6355         * gnus-registry.el (gnus-registry-user-format-function-M): Add
6356         formatting function.
6357
6358 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6359
6360         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
6361         with plists.
6362         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
6363         Use new format.
6364
6365 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6366
6367         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
6368         `where-is-internal' that returns a range of key sequences.
6369
6370 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6371
6372         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
6373
6374         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
6375         (gnus-summary-jump-to-group): Consider windows on other displayed
6376         frames as well.  Similar changes might be needed elsewhere, but that's
6377         the one I've bumped into during my use.
6378
6379         * nndoc.el (nndoc-oe-dbx-type-p):
6380         * gnus-msg.el (gnus-debug):
6381         * gnus-group.el (gnus-update-group-mark-positions):
6382         Use mm-string-to-multibyte.
6383
6384 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6385
6386         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
6387         doesn't handle NotDashEscaped.
6388
6389         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
6390         (mml-dnd-attach-options): Fix typo in custom choice.
6391
6392         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
6393         nndoc-article-type to mbox.
6394         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
6395
6396         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
6397         to nil, instead of html2text.
6398
6399         * imap.el (imap-debug): Add `imap-ping-server'.
6400
6401         * gnus-bookmark.el: Add FIXMEs.
6402
6403         * message.el (message-form-letter-separator)
6404         (message-send-form-letter-delay): New variables.
6405         (message-send-form-letter): Use them.  New command to send form
6406         letters.  Requested by Uwe Siart.
6407         (message-send-mail-function): Doc fix.  Add "Other" custom option.
6408
6409 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6410
6411         * Update copyright years.
6412
6413 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6414
6415         Sync from EMACS_22_BASE.
6416
6417         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
6418
6419 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
6420
6421         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
6422         empty author.
6423
6424 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
6425
6426         * gnus-registry.el (gnus-registry-marks): Add variable for
6427         customization of marks and their appearance.
6428         (gnus-registry-read-mark): Use it.
6429         (gnus-registry-do-marks): Add utility function to loop through
6430         `gnus-registry-marks'.
6431         (gnus-registry-install-shortcuts-and-menus): Add function to install
6432         shortcuts and menus.
6433         (gnus-registry-initialize): Use it.
6434         (gnus-registry-default-mark): Clarify documentation.
6435
6436 2008-02-29  Glenn Morris  <rgm@gnu.org>
6437
6438         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
6439         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
6440         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
6441         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
6442         Change defcustom :version from 23.0 to 23.1.
6443
6444 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
6445
6446         * gnus-registry.el (gnus-registry-follow-group-p)
6447         (gnus-registry-post-process-groups): Add functions to aid registry
6448         splitting and improve logging.  Clarify behavior in function
6449         documentation.
6450         (gnus-registry-split-fancy-with-parent): Use them.
6451
6452 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6453
6454         * gnus-art.el: Use with-current-buffer.
6455
6456 2008-02-27  David Engster  <dengste@eml.cc>
6457
6458         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
6459         Express real group name in the response.
6460
6461 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6462
6463         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
6464         (nnmairix-last-server, nnmairix-current-server): Defvar them.
6465         (nnmairix-goto-original-article): Defvar gnus-registry-install and
6466         autoload gnus-registry-fetch-group when compiling.
6467         (nnmairix-request-group-with-article-number-correction): Remove
6468         unreferenced argument passed to nnmairix-call-backend.
6469
6470 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
6471
6472         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
6473         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
6474         Wilde.
6475
6476 2008-02-27  Glenn Morris  <rgm@gnu.org>
6477
6478         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
6479         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
6480         variables to defconsts.  Convert comments to doc-strings.
6481         (nnmairix-last-server, nnmairix-current-server): Convert from free
6482         variables to defvars.  Convert comments to doc-strings.
6483         (gnus-registry-fetch-group): Autoload.
6484         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
6485         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
6486         (nnmairix-widget-build-editable-fields): Use car cddr rather than
6487         caddr.
6488         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
6489         nnmairix-request-group-with-article-number-correction call.
6490         (nnmairix-fast, nnmairix-group): New, less general names, for free
6491         variables passed from nnmairix-request-group to
6492         nnmairix-request-group-with-article-number-correction.  Declare.
6493         (nnmairix-request-group-with-article-number-correction):
6494         Use nnmairix-fast, nnmairix-group rather than fast, group.
6495
6496 2008-02-26  David Engster  <dengste@eml.cc>
6497
6498         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
6499         version 0.5.
6500
6501 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
6502
6503         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
6504         instead of making an extra function call.  Don't add the current group
6505         to articles only when they have the group.  Use
6506         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
6507         Reported by David <de_bb@arcor.de>.
6508
6509 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6510
6511         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
6512         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
6513
6514 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
6515
6516         * mail-source.el (mail-source-delete-incoming): Change default.
6517         Supplement doc string.
6518
6519         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
6520
6521 2008-02-14  Glenn Morris  <rgm@gnu.org>
6522
6523         * time-date.el (format-seconds): New function.
6524
6525 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6526
6527         * nnmail.el (nnmail-message-id-cache-file): Derive from
6528         `gnus-home-directory'.
6529
6530 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
6531
6532         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
6533         Document negative prefix.
6534
6535         * gnus-group.el (gnus-group-read-group): Document negative prefix.
6536
6537 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6538
6539         * message.el (message-unsent-separator): Add the Exim bounce
6540         separator.
6541
6542 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
6543
6544         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
6545         list.
6546         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
6547         recipient/signer list.
6548
6549 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6550
6551         * Makefile.in (datarootdir): Define.
6552         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
6553         name that might contain whitespace.
6554
6555 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
6556
6557         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
6558         fbound (Emacs 23 unicode), signal an error.
6559
6560 2008-02-08  Glenn Morris  <rgm@gnu.org>
6561
6562         * gnus-art.el (pgg-display-output-buffer): Declare as function.
6563
6564 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
6565
6566         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
6567         ports to the calls to `netrc-machine-user-or-password' in addition to
6568         "imap" and "imaps".
6569
6570 2008-02-01  Zhang Wei  <id.brep@gmail.com>
6571
6572         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
6573
6574         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
6575
6576 2008-02-01  Kenichi Handa  <handa@m17n.org>
6577
6578         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
6579         rfc2104-hexstring-to-bitstring and changed to return a byte list.
6580         (rfc2104-hash): Convert the result of concat to unibyte string.
6581
6582 2008-02-01  Dave Love  <fx@gnu.org>
6583
6584         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
6585         coding-system-for-read.
6586         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
6587
6588 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
6589
6590         * gnus.el (gnus-group-startup-message): Add `find-image' call before
6591         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
6592         <hanche@math.ntnu.no>.
6593
6594 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6595
6596         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
6597
6598         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6599
6600 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
6601
6602         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
6603         * message.el (message-beginning-of-line): Use featurep instead of bound
6604         tests in order to resolve conditionals at compile time.
6605
6606 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
6607
6608         * mail-source.el (mail-sources): Add `group' choice.
6609
6610         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
6611         parameter `in-group' to control into which group the articles go.
6612         Add treatment of `group' mail-source.
6613
6614 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6615
6616         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
6617
6618         * mm-decode.el (mm-dissect-buffer): Decode description.
6619
6620         * mml.el (mml-to-mime): Encode message header first.
6621
6622 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6623
6624         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
6625         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
6626
6627         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
6628         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
6629
6630 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
6631
6632         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
6633
6634 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6635
6636         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
6637         prefix keys.
6638         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
6639         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
6640         gnus-xmas.el.
6641
6642         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
6643         (gnus-xmas-article-describe-bindings): New function.
6644         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
6645         gnus-xmas-article-describe-bindings.
6646
6647         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
6648
6649 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6650
6651         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
6652         Add new variables for article mark management.
6653         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
6654         list of extra data entries which, when present, will indicate that the
6655         article ID should not be trimmed from the registry.
6656         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
6657         functions.
6658         (gnus-registry-read-mark): New function to read a mark name from the
6659         user.
6660         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
6661         (gnus-registry-set-article-mark-internal): New functions to add and
6662         remove marks.
6663         (gnus-registry-get-article-marks): New function to show the marks for
6664         an article, or retrieve them for further use.
6665
6666 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6667
6668         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
6669         keys when no argument is given.
6670
6671 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6672
6673         * imap.el (imap-ping-server): New variable.
6674         (imap-opened): On add extra ping if imap-ping-server is non-nil.
6675         (imap-ping-server): Minor doc string fixes.
6676
6677 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6678
6679         * imap.el (imap-ping-server): New function.
6680         (imap-opened): Call imap-ping-server.
6681
6682 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
6683
6684         * gnus-sum.el (gnus-article-sort-by-random)
6685         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
6686         jidanni@jidanni.org.
6687
6688 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6689
6690         * gnus-art.el (gnus-article-describe-bindings): New function.
6691         (gnus-article-read-summary-keys): Use it.
6692         (gnus-article-mode-map): Bind `C-h b' to it.
6693
6694 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6695
6696         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
6697         XEmacs.
6698         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
6699         against non-character events.
6700
6701         * lpath.el: Fbind map-keymap for Emacs 21.
6702
6703 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
6704
6705         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
6706         command.
6707         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
6708         instead of END.  Change name of the temp file.
6709         (gnus-group-gmane-group-download-format): Add doc string.  Make it
6710         customizable.
6711
6712 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6713
6714         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
6715         bind `S W' to gnus-article-wide-reply-with-original; set default
6716         binding to gnus-article-read-summary-send-keys.
6717         (gnus-article-read-summary-keys): Fix the order of keys; display
6718         continuation keys correctly in the echo area; describe bindings
6719         correctly when keys end with `C-h'.
6720         (gnus-article-read-summary-send-keys): New function.
6721         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
6722         for gnus-article-read-summary-send-keys; display continuation keys
6723         correctly in the echo area.
6724         (gnus-article-reply-with-original): Ignore prefix argument.
6725         (gnus-article-wide-reply-with-original): New function.
6726
6727         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
6728         Emacs 21.
6729
6730 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6731
6732         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
6733         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
6734
6735 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
6736
6737         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
6738         (gnus-group-read-ephemeral-gmane-group): New command.
6739
6740 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
6741
6742         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
6743
6744 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6745
6746         * message.el (message-send-mail-function): Increase custom version.
6747
6748         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
6749         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
6750
6751 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
6752
6753         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
6754         for the cases where imap-authenticate is called with a nil buffer
6755         parameter.
6756
6757 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6758
6759         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
6760         html parts correctly; support forwarded messages.
6761         (gnus-article-browse-html-article): Remove work buffers.
6762
6763         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
6764         compiling.
6765         (netrc-bound-and-true-p): New macro.
6766         (netrc-parse): Use it instead of bound-and-true-p that is not available
6767         in XEmacs 21.4.
6768
6769 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
6770
6771         * gnus-registry.el (gnus-registry-mark-article)
6772         (gnus-registry-article-marks): Add functionality to mark articles
6773         through the Gnus registry.
6774
6775         * encrypt.el: Clarify documentation for the new pgg method.
6776         (encrypt-file-alist): Add PGG option.
6777         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
6778         functionality.  Abstract password key and messaging to external
6779         functions.
6780         (encrypt-password-key, encrypt-get-passphrase-if-needed)
6781         (encrypt-message-method-and-cipher): Add new convenience external
6782         functions.
6783         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
6784         (encrypt-pgg-process-buffer): Add PGG functionality glue.
6785
6786         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
6787         (netrc-parse): Use encrypt-file-alist to determine if
6788         encrypt-find-model or encrypt-insert-file-contents should be used.
6789
6790         * encrypt.el: Clarify documentation.  Load password-cache or
6791         password, whichever one is found first, instead of autoloading.
6792
6793 2007-12-19  Glenn Morris  <rgm@gnu.org>
6794
6795         * mml.el (message-options-set, message-narrow-to-head)
6796         (message-in-body-p, message-mail-p, message-encode-message-body):
6797         Autoload.
6798         (message-remove-header, message-narrow-to-headers-or-head)
6799         (message-subscribed-p, message-make-mail-followup-to)
6800         (message-position-on-field, message-news-p)
6801         (message-options-set-recipient, message-generate-headers)
6802         (message-sort-headers): Declare as functions.
6803
6804 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6805
6806         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
6807         convention in doc string.
6808
6809 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6810
6811         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
6812         title to html parts.
6813         (gnus-article-browse-html-article): Pass message header to it.
6814
6815         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
6816
6817 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
6818
6819         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
6820         or password compatible with XEmacs.
6821
6822 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6823
6824         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
6825         format document.
6826         (gnus-mime-delete-part): Don't write description line if empty.
6827         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
6828
6829 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
6830
6831         * gnus-sum.el (gnus-summary-mark-unread-as-read)
6832         (gnus-summary-mark-read-and-unread-as-read)
6833         (gnus-summary-mark-current-read-and-unread-as-read)
6834         (gnus-summary-mark-unread-as-ticked): Doc fix.
6835         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
6836
6837 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6838
6839         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
6840         Christoph Conrad <christoph.conrad@gmx.de>.
6841
6842 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6843
6844         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
6845         yes-or-no-p.
6846
6847 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6848
6849         * mm-decode.el (mm-add-meta-html-tag): New function.
6850         (mm-save-part-to-file, mm-pipe-part): Use it.
6851
6852         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
6853         gnus-y-or-n-p instead of y-or-n-p.
6854         (gnus-article-browse-html-parts): Work with message/external-body; use
6855         mm-add-meta-html-tag.
6856
6857 2007-12-11  Glenn Morris  <rgm@gnu.org>
6858
6859         * gnus-cache.el: Require gnus-sum not just when compiling.
6860
6861         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
6862
6863         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
6864         definitions before use.
6865
6866         * mm-decode.el: Require gnus-util.
6867         (mm-remove-part): Only call delete-annotation on XEmacs.
6868
6869         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
6870
6871         * nnmail.el: Require gnus-int.
6872
6873         * spam.el: Move `require's before `eval-when-compile's.
6874
6875         * gnus-ems.el (gnus-alive-p):
6876         * gnus-fun.el (message-goto-eoh):
6877         * gnus-util.el (gnus-group-name-decode):
6878         * mail-source.el (gnus-compress-sequence):
6879         * message.el (Info-goto-node, format-spec):
6880         * mm-bodies.el (message-options-get):
6881         * mm-decode.el (mm-view-pkcs7):
6882         * mm-util.el (gmm-write-region):
6883         * mml-smime.el (mml-compute-boundary)
6884         (gnus-completing-read-with-default):
6885         * mml.el (widget-button-press, gnus-make-hashtable):
6886         * mml1991.el (mm-decode-content-transfer-encoding)
6887         (mm-encode-content-transfer-encoding)
6888         (message-options-get, message-options-set):
6889         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
6890         * nnfolder.el (gnus-request-group):
6891         * nnheader.el (ietf-drums-unfold-fws):
6892         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
6893         * smime.el (gnus-run-mode-hooks):
6894         * spam-stat.el (gnus-message): Autoload.
6895
6896         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
6897         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
6898         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
6899         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
6900         Add declare-function compatibility definition.
6901
6902         * gnus-cache.el (nnvirtual-find-group-art):
6903         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
6904         (gnus-add-image, gnus-add-wash-type):
6905         * gnus-group.el (nnkiboze-score-file):
6906         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
6907         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
6908         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
6909         (message-tokenize-header, gnus-get-buffer-create)
6910         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
6911         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
6912         * gnus.el (gnus-group-decoded-name):
6913         * mail-source.el (imap-capability):
6914         * mm-bodies.el (message-options-set):
6915         * mm-decode.el (gnus-configure-windows):
6916         * mm-extern.el (message-goto-body):
6917         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
6918         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
6919         (epg-sub-key-validity, message-options-set):
6920         * mml.el (widget-event-point, gnus-configure-windows):
6921         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
6922         * mml2015.el (epg-check-configuration, epg-configuration)
6923         (message-options-set):
6924         * nndb.el (nndb-request-article):
6925         * nnfolder.el (gnus-request-create-group):
6926         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
6927         * nnmaildir.el (gnus-group-mark-article-read):
6928         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
6929         * rfc1843.el (message-fetch-field):
6930         * spam.el (gnus-extract-address-components):
6931         Declare as functions.
6932
6933 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6934
6935         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
6936
6937         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
6938
6939         * lpath.el: Fbind run-mode-hooks for Emacs 21;
6940         bind show-trailing-whitespace for XEmacs.
6941
6942 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6943
6944         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
6945         new no-op macro for backward compatibility.
6946
6947         * imap.el (imap-string-to-integer): New function.
6948
6949 2007-12-09  Glenn Morris  <rgm@gnu.org>
6950
6951         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
6952
6953         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
6954         * message.el, mm-view.el, sieve-manage.el, smime.el:
6955         Add declare-function compatibility definition.
6956
6957         * gnus-art.el (w3-region, w3m-region, Info-menu):
6958         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
6959         * gnus-sum.el (gnus-get-predicate):
6960         * gnus-util.el (mm-append-to-file, w32-focus-frame):
6961         * message.el (mail-abbrev-in-expansion-header-p):
6962         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
6963         (w3m-detect-meta-charset, w3m-region):
6964         * sieve-manage.el (password-read, password-cache-add)
6965         (password-cache-remove):
6966         * smime.el (password-read-and-add): Declare as functions.
6967
6968 2007-12-08  David Kastrup  <dak@gnu.org>
6969
6970         * gnus-sum.el (gnus-summary-simplify-subject-query):
6971         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
6972         `message'.
6973
6974 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6975
6976         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
6977         it to bind idna-program, installation-directory, defined-colors, and
6978         face-attribute for XEmacs of the version that compiles defcustom forms.
6979
6980 2007-12-07  Glenn Morris  <rgm@gnu.org>
6981
6982         * gnus-art.el (article-make-date-line): Revert previous change.
6983
6984 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6985
6986         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
6987
6988 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
6989
6990         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
6991         Call gnus-add-to-range ranges only once with a prepared article-list.
6992
6993 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
6994
6995         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
6996         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
6997         group names with backslashes.  Reported by Tassilo Horn
6998         <tassilo@member.fsf.org>.
6999
7000 2007-12-06  Deepak Goel  <deego3@gmail.com>
7001
7002         * gnus-art.el (article-make-date-line):
7003         * gnus-start.el (gnus-load):
7004         * pop3.el (pop3-read-response): Fix buggy call to `error'.
7005
7006 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7007
7008         * gnus-art.el (gnus-use-idna)
7009         * gnus-start.el (gnus-site-init-file)
7010         * message.el (message-use-idna)
7011         * mm-uu.el (mm-uu-hide-markers)
7012         * smiley.el (smiley-style): Revert changes that suppress warnings.
7013
7014 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7015
7016         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
7017         specify charset to html source.  Reported by Christoph Conrad
7018         <christoph.conrad@gmx.de>.
7019
7020 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7021
7022         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
7023         idna-program in order to suppress byte compile warning issued by XEmacs
7024         that came to byte compile the default value section of defcustom forms
7025         recently.
7026
7027         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
7028         value of installation-directory.
7029
7030         * message.el (message-use-idna): Don't directly refer to the value of
7031         idna-program.
7032
7033         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
7034
7035         * smiley.el (smiley-style): Don't directly call face-attribute.
7036
7037 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
7038
7039         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
7040
7041         * gnus-dired.el: Reduce Gnus dependencies.
7042         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
7043         require.  Use autoloads instead.
7044         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
7045         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
7046         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
7047         (gnus-dired-mode): Adjust doc string.
7048         (gnus-dired-mail-mode): New variable.
7049         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
7050         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
7051         (gnus-dired-mail-buffers): New function.  Return mail or message
7052         composition buffers.
7053         (gnus-dired-attach): Use it.
7054         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
7055         NO-DECODE.
7056         (gnus-dired-print): Use `gnus-print-buffer' depending on
7057         `gnus-dired-mail-mode'.
7058
7059 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7060
7061         * rfc2047.el (rfc2047-encoded-word-regexp)
7062         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
7063         explaining what regexp patterns are for.
7064
7065 2007-12-04  Glenn Morris  <rgm@gnu.org>
7066
7067         * password.el: Move to password-cache.el.
7068
7069         * mml1991.el (password-read, password-cache-add, password-cache-remove):
7070         * mml2015.el (password-read, password-cache-add, password-cache-remove):
7071         * mml-smime.el (password-read, password-cache-add)
7072         (password-cache-remove):
7073         No need to autoload, since mml-sec requires password.
7074
7075         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
7076         * message.el (gnus-extract-address-components):
7077         * mml-smime.el (gnus-extract-address-components): Define for compiler.
7078
7079         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
7080         password.
7081
7082 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7083
7084         * mailcap.el: Reduce dependencies.
7085         (mail-header-parse-content-type): Autoload.
7086         (mailcap-delete-duplicates): New alias.
7087         (mailcap-mime-info): Add optional argument NO-DECODE.
7088         (mailcap-mime-types): Use mailcap-delete-duplicates.
7089
7090         * message.el (message-ignored-supersedes-headers): Add "X-ID".
7091
7092 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
7093
7094         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
7095         (imap-parse-status): Upcase status-att for servers that sends them
7096         lower-case (e.g., MS Exchange 2007).
7097
7098 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7099
7100         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
7101         function.
7102
7103         * gnus-uu.el (gnus-uu-decode-yenc): New command.
7104         (gnus-uu-yenc-article): New function.
7105
7106         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
7107
7108         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
7109         buffer.
7110
7111 2007-12-02  Glenn Morris  <rgm@gnu.org>
7112
7113         * binhex.el (binhex): New custom group.
7114         (binhex-decoder-program, binhex-decoder-switches)
7115         (binhex-use-external): Move to the binhex custom group.
7116
7117         * uudecode.el (uudecode): New custom group.
7118         (uudecode-decoder-program, uudecode-decoder-switches)
7119         (uudecode-use-external): Move to the uudecode custom group.
7120
7121         * netrc.el (top-level): Don't load `encrypt' features.
7122         (netrc-parse): Don't use encrypt.
7123         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
7124
7125         * encrypt.el: Remove file.
7126
7127 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
7128
7129         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
7130         matches on patches.
7131
7132         * gnus-art.el (gnus-article-browse-html-article): Mention
7133         `mm-text-html-renderer' in the doc string.
7134
7135         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
7136         string.  Add comments.
7137
7138         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
7139         if rhs is ASCII.
7140
7141 2007-12-01  Glenn Morris  <rgm@gnu.org>
7142
7143         * mail-source.el (top-level): Require format-spec before
7144         eval-when-compile.
7145
7146 2007-11-30  Glenn Morris  <rgm@gnu.org>
7147
7148         * encrypt.el: Require password, rather than autoloading password-read.
7149
7150 2007-11-29  Glenn Morris  <rgm@gnu.org>
7151
7152         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
7153         (sasl-make-client, sasl-next-step, sasl-step-data)
7154         (sasl-step-set-data): Declare as functions.
7155
7156 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
7157
7158         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
7159
7160 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
7161
7162         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
7163         certs should be verified and what is to be done in the event of a
7164         verification failure.
7165
7166         * gnus.el (gnus-method-to-server): Add an optional parameter so the
7167         caller can indicate whether the cache should be disregarded for this
7168         call.  This way the result of the call is reproducible at all times and
7169         can be considered a canonical server name for the supplied method.
7170         (gnus-agent-method-p): Canonicalize server names by pushing their
7171         method through `gnus-method-to-server' using the no-cache argument.
7172
7173         * gnus-srvr.el (gnus-server-insert-server-line): Call
7174         `gnus-method-to-server' with `no-cache' argument.
7175
7176         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
7177         gnus-agent-possibly-synchronize-flags as this should be called when the
7178         server is actually being opened.
7179         (gnus-agent-possibly-synchronize-flags)
7180         (gnus-agent-possibly-synchronize-flags-server): Move check for the
7181         flags file of an agentized server to the latter function.
7182
7183         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
7184         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
7185         after a connection has been established successfully.
7186
7187 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7188
7189         * gnus-art.el (article-display-face): Force to display face if called
7190         interactively; check if gnus-article-x-face-too-ugly matches author.
7191         (article-display-x-face): Display face even if From header is missing
7192         as article-display-face does.
7193
7194 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
7195
7196         * hashcash.el (message-narrow-to-headers-or-head)
7197         (message-fetch-field, message-goto-eoh)
7198         (message-narrow-to-headers): Declare as functions.
7199
7200 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
7201
7202         * mail-source.el (mail-sources): Default to fetch from file for
7203         compatibility with default of nnmail-spool-file.
7204
7205 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7206
7207         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
7208         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
7209         to look for encoded word that should be encoded again.
7210         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
7211         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
7212         encoding pattern.
7213         (rfc2047-decode-region): Switch strict regexp and loose one according
7214         to rfc2047-allow-irregular-q-encoded-words.
7215
7216 2007-11-25  Romain Francoise  <romain@orebokech.com>
7217
7218         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
7219
7220 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7221
7222         * tls.el (tls-program): Provide more custom choices from
7223         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
7224         (tls-process-connection-type, tls-success): Remove "*" in doc string.
7225
7226 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7227
7228         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
7229         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
7230
7231         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
7232         `nnmail-spool-file'.
7233
7234         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
7235         `nnmail-spool-file'.
7236
7237         * gnus-move.el (gnus-change-server): Ditto.
7238
7239         * gnus-kill.el (gnus-batch-score): Ditto.
7240
7241         * gnus-cache.el (gnus-jog-cache): Ditto.
7242
7243         * gnus-msg.el (gnus-summary-reply):
7244         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
7245
7246 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7247
7248         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
7249         version.  Minor improvement to doc strings.
7250         (tls-program): Add comment.
7251
7252 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
7253
7254         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
7255         (tls-checktrust): New variable.  Check if GNU TLS complained about a
7256         mismatch between the hostname provided in the certificate and the name
7257         of the host connnecting to.
7258         (open-tls-stream): Use them.  Check certificates against trusted root
7259         certificates.
7260
7261 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7262
7263         * gnus-cache.el (gnus-cache-generate-nov-databases):
7264         Use nnml-generate-nov-databases-directory instead of
7265         nnml-generate-nov-databases-1.
7266
7267 2007-11-24  Glenn Morris  <rgm@gnu.org>
7268
7269         * message.el (message-tool-bar-retro): Update for rename
7270         mail_send.xpm->mail-send.xpm.
7271
7272 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
7273
7274         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7275         `smime-ldap-search' for Emacs 22 and up.
7276
7277 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7278
7279         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
7280
7281         * message.el (message-send-mail-function): Fix error convention.
7282         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
7283         (message-widen-reply, message-send-mail, message-talkative-question)
7284         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
7285         (message-clone-locals, message-send-news): Use with-current-buffer.
7286         (message-insert-or-toggle-importance): Remove unused var `valid'.
7287         (message-make-references): Remove unused var `new-references'.
7288         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
7289
7290 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
7291
7292         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
7293         (spam-split-symbolic-return-positive): Reflow docstring.
7294         (spam-backends, spam-summary-exit-behavior)
7295         (spam-mark-ham-unread-before-move-from-spam-group)
7296         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
7297         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
7298         (spam-clear-cache, spam-backend-check, spam-install-backend)
7299         (spam-install-statistical-backend, spam-list-of-processors)
7300         (spam-group-processor-p, spam-split, spam-bogofilter-score)
7301         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
7302         (spam-check-crm114, spam-initialize, spam-unload-hook):
7303         Fix typos in docstrings.
7304
7305 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7306
7307         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
7308         been checked if they have never been read and those group levels are
7309         higher than the one that a user specified.
7310
7311 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7312
7313         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
7314         foreign groups unless a group level is specified by a user.
7315         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
7316
7317 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
7318
7319         * message.el (message-send-mail-function): Require sendmail.
7320
7321 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
7322
7323         * message.el (message-send-mail-function): Check for smtpmail too.
7324
7325         * utf7.el (utf7-encode, utf7-decode): Use coding system
7326         `utf-7'/`utf-7-imap' from utf-7.el' if available.
7327
7328         * message.el (message-send-mail-function): New function.
7329         (message-send-mail-function): Set default using
7330         message-send-mail-function.  Adjust doc string.
7331         (message-send-mail-with-mailclient): New function.
7332
7333 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
7334
7335         * smime.el (from):
7336         * rfc2047.el (message-posting-charset):
7337         * qp.el (mm-use-ultra-safe-encoding):
7338         * pop3.el (parse-time-months):
7339         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
7340         * nnml.el (files):
7341         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
7342         (jka-compr-compression-info-list, ange-ftp-path-format)
7343         (efs-path-regexp):
7344         * nndiary.el (files):
7345         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
7346         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
7347         (epg-digest-algorithm-alist, inhibit-redisplay)
7348         (password-cache-expiry):
7349         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
7350         (pgg-output-buffer, password-cache-expiry):
7351         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
7352         (efs-path-regexp):
7353         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
7354         (inhibit-redisplay):
7355         * mm-uu.el (file-name, start-point, end-point, entry)
7356         (gnus-newsgroup-name, gnus-newsgroup-charset):
7357         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
7358         (latin-unity-ucs-list):
7359         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
7360         (mm-uu-binhex-decode-function):
7361         * message.el (gnus-message-group-art, gnus-list-identifiers)
7362         (rmail-enable-mime-composing, gnus-local-organization)
7363         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
7364         (gnus-read-active-file, facemenu-add-face-function)
7365         (facemenu-remove-face-function, gnus-article-decoded-p)
7366         (tool-bar-mode):
7367         * mail-source.el (display-time-mail-function):
7368         * gnus-util.el (nnmail-pathname-coding-system)
7369         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
7370         (gnus-original-article-buffer, gnus-user-agent)
7371         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
7372         (xemacs-codename, sxemacs-codename, emacs-program-version):
7373         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
7374         * gnus-start.el (gnus-agent-covered-methods)
7375         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
7376         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
7377         (gnus-newsgroup-headers, gnus-group-list-mode)
7378         (gnus-group-mark-positions, gnus-newsgroup-data)
7379         (gnus-newsgroup-unreads, nnoo-state-alist)
7380         (gnus-current-select-method, mail-sources)
7381         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
7382         (nnmail-spool-file, gnus-cache-active-hashtb):
7383         * gnus-mh.el (mh-lib-progs):
7384         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
7385         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
7386         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
7387         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
7388         (gnus-group-buffer):
7389         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
7390         (font-lock-set-defaults):
7391         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
7392         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
7393         (gnus-summary-post-menu, total-parts, type, condition, length):
7394         * gnus-agent.el (gnus-agent-read-agentview):
7395         * flow-fill.el (show-trailing-whitespace):
7396         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
7397         eval-and-compile wrappers for byte compiler pacifiers.
7398
7399         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
7400         (mm-display-inline-fontify): Check for featurep 'xemacs not
7401         extent-list.
7402
7403         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
7404         itimer-list.
7405         (mm-create-image-xemacs): Only do something for XEmacs.
7406         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
7407
7408         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
7409
7410         * gnus-registry.el (gnus-adaptive-word-syntax-table):
7411         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
7412
7413 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
7414
7415         * nnimap.el (nnimap-split-download-body):
7416         * gnus-demon.el (gnus-demon):
7417         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
7418
7419 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7420
7421         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
7422         macros.
7423         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
7424         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
7425         copy data from unibyte buffer to multibyte current buffer.
7426         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
7427         to copy data from unibyte current buffer to multibyte buffer.
7428         (nntp-make-process-buffer): Make process buffer unibyte.
7429
7430         * pop3.el (pop3-open-server): Fix typo in Lisp code.
7431
7432 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
7433
7434         * pop3.el (pop3-open-server): Accept and process data more robustly at
7435         connexion start to avoid spurious "POP SSL connexion failed" errors.
7436
7437 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7438
7439         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
7440         read group names.
7441
7442 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
7443
7444         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
7445
7446 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7447
7448         * nnmail.el (nnmail-parse-active): Make group names unibyte.
7449         (nnmail-save-active): Use a unibyte buffer when saving active file,
7450         which may contain non-ASCII group names.
7451
7452         * nnml.el (nnml-request-group): Decode group names in messages.
7453
7454 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
7455
7456         * message.el (message-citation-line-function)
7457         (message-insert-formatted-citation-line): Fix spelling of
7458         `message-insert-formated-citation-line'.
7459
7460 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
7461
7462         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
7463
7464 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7465
7466         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
7467         nnmail-pathname-coding-system.
7468
7469         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
7470         that a user enters; decode group names in messages.
7471
7472         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
7473
7474 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7475
7476         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
7477
7478         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
7479
7480         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
7481         risky local variable.
7482
7483         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
7484
7485 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
7486
7487         * encrypt.el: Improve documentation to fix function name typo.
7488         Reported by Daiki Ueno <ueno@unixuser.org>.
7489
7490 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7491
7492         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
7493         even if the point is not in the last page of an article.
7494         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
7495         back to the previous page.
7496
7497 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
7498
7499         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
7500
7501 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7502
7503         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
7504
7505 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7506
7507         * message.el (message-check-news-body-syntax): Avoid
7508         mm-string-as-multibyte.
7509         (message-hide-headers): Don't assume (point-min)==1.
7510
7511 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7512
7513         * message.el (message-remove-blank-cited-lines): Fix if remove is
7514         given.
7515         (message-bogus-address-regexp): New variable.
7516         (message-bogus-recipient-p): New function.
7517         (message-check-recipients): New command.
7518         (message-syntax-checks): Add `bogus-recipient'.
7519         (message-fix-before-sending): Add `bogus-recipient'.
7520
7521         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
7522         (gnus-treat-body-boundary): Don't test window-system.
7523
7524 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
7525
7526         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
7527
7528 2007-10-28  Miles Bader  <miles@gnu.org>
7529
7530         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
7531         at compile-time too.
7532
7533 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
7534
7535         * gnus-msg.el (gnus-message-setup-hook): Add
7536         `message-remove-blank-cited-lines' to options.
7537
7538 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7539
7540         * message.el (message-remove-blank-cited-lines): New function.
7541         Suggested by Karl Plästerer.
7542
7543 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7544
7545         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
7546         mapc.
7547
7548         * imap.el (imap-open): Replace mapcar called for effect with mapc.
7549         (top-level): Use mapc to set functions to be traced for debugging.
7550
7551         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
7552         called for effect with while loop.
7553
7554         * message.el (message-talkative-question): Replace mapcar called for
7555         effect with mapc.
7556
7557         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
7558         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
7559         called for effect with dolist.
7560
7561         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
7562
7563         * nndiary.el: Use dolist instead of mapcar to add diary headers to
7564         gnus-extra-headers and nnmail-extra-headers.
7565
7566         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
7567         called for effect with dolist.
7568         (top-level): Use mapc to set functions to be traced for debugging.
7569
7570         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
7571         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
7572         dolist.
7573
7574         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
7575         Replace mapcar called for effect with mapc.
7576         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
7577         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
7578         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
7579         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
7580
7581         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
7582         remove-if that's a cl function.
7583
7584         * webmail.el (webmail-debug): Replace mapcar called for effect with
7585         dolist.
7586
7587         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
7588         with mapc.
7589
7590 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7591
7592         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
7593         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
7594         with while loop.
7595
7596         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
7597         functions from article-* functions.
7598         (gnus-multi-decode-header): Replace mapcar called for effect with
7599         dolist.
7600
7601         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
7602         (gnus-bookmark-show-details): Replace mapcar called for effect with
7603         while loop.
7604
7605         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
7606         called for effect with while loop.
7607
7608         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
7609         with dolist.
7610
7611         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
7612         mapcar called for effect with dolist.
7613
7614         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
7615
7616         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
7617         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
7618         Replace mapcar called for effect with dolist.
7619         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
7620         mapc.
7621
7622         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
7623         Replace mapcar called for effect with dolist.
7624         (gnus-topic-list): Replace mapcar called for effect with mapc.
7625
7626         * gnus.el: Use mapc instead of mapcar to add autoloads.
7627
7628 2007-10-23  Richard Stallman  <rms@gnu.org>
7629
7630         * gnus-group.el (gnus-group-highlight): Mark as risky.
7631
7632 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7633
7634         * gnus.el (gnus-server-to-method): Return method found first in
7635         gnus-newsrc-alist.
7636
7637         * gnus-art.el (gnus-article-highlight-signature)
7638         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
7639         button overlay without the front stickiness.
7640
7641 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
7642
7643         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
7644         overview buffer needed a catch to receive its throw.
7645         (gnus-agent-flush-cache): Declared as interactive to make this function
7646         easier to use.
7647
7648 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
7649
7650         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
7651         `next-line'.
7652
7653 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7654
7655         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
7656         exclude address matching message-dont-reply-to-names.
7657
7658 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7659
7660         * gnus-util.el (gnus-string<): New function.
7661
7662         * gnus-sum.el (gnus-article-sort-by-author)
7663         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
7664
7665 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7666
7667         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
7668         the frame-focus tag is set in gnus-buffer-configuration.
7669
7670 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7671
7672         * gnus-art.el (gnus-article-add-button): Make a button overlay without
7673         the front stickiness.
7674
7675 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7676
7677         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
7678         url pattern; remove duplicate one.
7679         (gnus-article-extend-url-button): New function.
7680         (gnus-article-add-buttons): Use it.
7681         (gnus-button-push): Use concatenated url that it makes.
7682
7683 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
7684
7685         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
7686
7687 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7688
7689         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
7690         Don't hardcode point-min==1.
7691
7692 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
7693
7694         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
7695         Fix comment about "iso8859-1".
7696
7697 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
7698
7699         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
7700         ones returned from the verify-function.
7701
7702         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
7703         mml2015-extract-cleartext-signature if extraction failed.
7704
7705 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
7706
7707         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
7708         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
7709         failed.
7710
7711 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7712
7713         * Relicense "GPLv2 or later" files to "GPLv3 or later".
7714
7715 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
7716
7717         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
7718         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
7719         recommends to use EasyPG instead of PGG.
7720
7721         * pgg.el: Revert to revision 6.23.2.16.
7722
7723         * pgg-def.el: Revert to revision 6.6.2.14.
7724
7725         * pgg-gpg.el: Revert to revision 6.23.2.34.
7726
7727 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
7728
7729         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
7730         to mark a thread as expirable.  Add variable `hide' to handle hiding of
7731         thread for both the null and zero (kill/expire thread) universal prefix
7732         cases.
7733         (gnus-summary-expire-thread): Add new function to expire a thread,
7734         using gnus-summary-kill-thread.
7735         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
7736         shortcuts for gnus-summary-expire-thread.
7737         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
7738         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
7739
7740 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7741
7742         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
7743         extras value, so an extras entry can be deleted.
7744         (gnus-registry-delete-extra-entry): Use it.
7745         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
7746         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
7747         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
7748         storage through the gnus-registry, and provide an appropriate API for
7749         it.
7750
7751 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7752
7753         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
7754         Suggested by Leo <sdl.web@gmail.com>.
7755
7756         * gnus.el: Do.
7757
7758 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7759
7760         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
7761         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
7762
7763         * gnus-agent.el (gnus-agent-fetch-headers): Do.
7764
7765         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7766         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
7767
7768 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7769
7770         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
7771         newline.
7772         (nnmbox-request-accept-article): Don't change article in source buffer;
7773         narrow to header to use message-fetch-field rather than
7774         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
7775         (nnmbox-request-replace-article): Quote lines that'll be misidentified
7776         as delimiters; make sure article ends with newline.
7777         (nnmbox-delete-mail): Correct last position of article to be deleted;
7778         ignore X-Gnus-Newsgroup header in article body.
7779         (nnmbox-save-mail): Quote lines looking like delimiters at the right
7780         positions; make sure article ends with newline.
7781
7782         * message.el (message-display-abbrev): Don't infloop when a user
7783         inserts SPC in the beginning of header.
7784
7785         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
7786         coding-system-for-read and coding-system-for-write for XEmacs having no
7787         file-coding feature.
7788
7789         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
7790
7791 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
7792
7793         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
7794         list of groups not followed by default.  Fix type to be regexp.
7795         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
7796
7797 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
7798
7799         * hmac-def.el (define-hmac-function): Switch from old-style to
7800         new-style backquotes.
7801
7802         * md4.el (md4-make-step): Likewise.
7803
7804 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7805
7806         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
7807         raw-text coding system when saving .newsrc file, which may contain
7808         non-ASCII group names.
7809
7810 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7811
7812         * gnus-cus.el (gnus-score-extra): New widget.
7813         (gnus-score-extra-convert): New function.
7814         (gnus-score-customize): Use it for Extra.
7815
7816 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
7817
7818         * mml2015.el (mml2015-extract-cleartext-signature): New function.
7819         (mml2015-mailcrypt-clear-verify): Use it.
7820         (mml2015-gpg-clear-verify): Use it.
7821         (mml2015-pgg-clear-verify): Use it.
7822         (mml2015-epg-clear-verify): Replace the current part with the output
7823         from GnuPG; don't extract the plaintext by itself.
7824
7825         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
7826         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
7827         mml2015-clear-verify-function; don't touch the armor headers or
7828         dash-escaped text here.
7829
7830 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7831
7832         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
7833         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
7834         parts, or application/octet-stream as a last resort.
7835         (gnus-mime-view-part-as-type): Don't toggle display.
7836         (gnus-mime-view-part-as-charset): Don't turn off display before
7837         querying charset.
7838
7839         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
7840         stuff to undisplayer function in Emacs.
7841         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
7842
7843         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
7844         text/calendar parts.
7845
7846 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7847
7848         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
7849         decoding text/calendar parts.
7850
7851         * message.el (message-forward-make-body-mime): Always mark body as
7852         having no illegible text; remove signed-or-encrypted argument.
7853         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
7854
7855         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
7856         (mml-generate-mime-1): Don't encode body if it is specified to be in
7857         raw form; don't make buffer be unibyte when inserting multibyte string.
7858
7859 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7860
7861         * sha1.el: Fix up comment style.
7862         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
7863         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
7864
7865         * hex-util.el: Fix up comment style.
7866         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
7867
7868         * gnus-salt.el: Use with-current-buffer.
7869         (gnus-pick-setup-message): Fix long-standing typo.
7870
7871 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7872
7873         * imap.el (imap-logout-timeout): New variable.
7874         (imap-logout, imap-logout-wait): New functions.
7875         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
7876
7877         * nnimap.el (nnimap-logout-timeout): New server variable.
7878         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
7879         nnimap-logout-timeout.
7880
7881         * gnus-art.el (gnus-article-summary-command-nosave)
7882         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
7883
7884 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7885
7886         * gnus.el (gnus-maximum-newsgroup): New variable.
7887
7888         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
7889         according to gnus-maximum-newsgroup.
7890
7891         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7892         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
7893         Limit the range of articles according to gnus-maximum-newsgroup.
7894
7895 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
7896
7897         * gnus-art.el (gnus-sticky-article): Fixed problems described in
7898         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
7899         Don't perform gnus-configure-windows here; reuse existing sticky
7900         article buffer.
7901
7902         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
7903         it doesn't exist in gnus-article-mode.
7904
7905 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7906
7907         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
7908         (gnus-agent-decoded-group-name): New function.
7909         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
7910         (gnus-agent-expire-group-1): Use it; decode group name in messages.
7911
7912 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
7913
7914         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
7915         Add binding for gnus-sticky-article.
7916         (gnus-summary-exit): Don't kill sticky article buffers.
7917
7918         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
7919         article buffer.
7920         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
7921         (gnus-kill-sticky-article-buffers): New commands.
7922
7923 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7924
7925         * nntp.el (nntp-xref-number-is-evil): New server variable.
7926         (nntp-find-group-and-number): If it is non-nil, don't trust article
7927         numbers in the Xref header.
7928
7929 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7930
7931         * gnus-agent.el (gnus-agent-read-group): New function.
7932         (gnus-agent-flush-group, gnus-agent-expire-group)
7933         (gnus-agent-regenerate-group): Use it.
7934         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
7935         nnmail-pathname-coding-system.
7936
7937 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7938
7939         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
7940
7941         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
7942         that are unread as unread, and also as selected so that information of
7943         marks having been changed by a user may be updated when exiting group.
7944
7945 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7946
7947         * gnus-art.el (gnus-mime-display-single): Pass part number that is
7948         calculated ignoring signature parts to gnus-treat-article.
7949
7950 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7951
7952         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
7953         a point here in order to keep the window start.
7954         (gnus-insert-mime-security-button): Make a button overlay without the
7955         front stickiness.
7956         (gnus-mime-display-security): Goto the end of a button.
7957
7958         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
7959
7960 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7961
7962         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
7963         group-name-at-point.
7964         (gnus-group-completing-read): New function that offers decoded
7965         non-ASCII group names for completion.
7966         (gnus-fetch-group, gnus-group-read-ephemeral-group)
7967         (gnus-group-jump-to-group, gnus-group-make-group-simple)
7968         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
7969         (gnus-group-fetch-control): Use it.
7970         (gnus-fetch-group): Use group-name-at-point for the initial value
7971         rather than the default value; use gnus-alive-p.
7972
7973         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
7974         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
7975         (gnus-summary-post-news): Use gnus-group-completing-read.
7976
7977         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
7978         (gnus-read-move-group-name): Decode group name for completion.
7979
7980 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
7981
7982         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
7983         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
7984         Yamaoka slightly modified the code).
7985
7986 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7987
7988         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
7989         (nnmail-split-incoming): Bind it.
7990
7991         * nnml.el (nnml-group-name-charset): New function.
7992         (nnml-decoded-group-name): Use it; don't decode group name if
7993         nnmail-group-names-not-encoded-p is non-nil.
7994         (nnml-encoded-group-name): New function.
7995         (nnml-group-pathname): Inline nnml-decoded-group-name.
7996         (nnml-request-expire-articles): Decode group name in message.
7997         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
7998         nnmail-pathname-coding-system.
7999         (nnml-save-mail, nnml-active-number): Work with decoded group names and
8000         not decoded ones according to nnmail-group-names-not-encoded-p.
8001         (nnml-generate-active-info): Use nnml-encoded-group-name.
8002
8003 2007-08-08  Glenn Morris  <rgm@gnu.org>
8004
8005         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
8006         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
8007         doc-strings and comments.
8008
8009 2007-07-25  Glenn Morris  <rgm@gnu.org>
8010
8011         * Relicense all FSF files to GPLv3 or later.
8012
8013 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8014
8015         * gnus-sum.el (gnus-summary-move-article): Make
8016         gnus-summary-respool-article work.
8017
8018 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
8019
8020         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
8021         string.
8022
8023 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
8024
8025         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
8026         that should be ignored when comparing distant RSS articles with local
8027         ones.
8028         (nnrss-make-hash-index): New function.  Create a hash index according
8029         to the ignored fields.
8030         (nnrss-check-group): Use it.
8031
8032 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8033
8034         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
8035
8036         * gnus-art.el (article-decode-group-name): Decode Xref header too.
8037
8038         * gnus-group.el (gnus-group-make-group): Encode group name here unless
8039         the new optional argument ENCODED is non-nil.
8040         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
8041         coding system for encoding group name.
8042         (gnus-group-make-rss-group): Pass un-encoded group name to
8043         gnus-group-make-group.
8044         (gnus-group-set-info): Tell gnus-group-make-group that group name is
8045         encoded.
8046
8047         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
8048         Encode group name to which articles are moved or copied.
8049         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
8050         coding system for encoding Newsgroup, Followup-To and Xref headers.
8051
8052         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
8053         marks; use nnheader-file-coding-system to write a file.
8054         (nnagent-retrieve-headers): Bind file-name-coding-system to
8055         nnmail-pathname-coding-system.
8056
8057         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
8058
8059         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
8060         (nnml-request-article, nnml-request-create-group)
8061         (nnml-request-rename-group, nnml-find-id)
8062         (nnml-possibly-change-directory, nnml-possibly-create-directory)
8063         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
8064         (nnml-save-marks): Use nnml-group-pathname instead of
8065         nnmail-group-pathname.
8066
8067         (nnml-request-create-group, nnml-request-expire-articles)
8068         (nnml-request-move-article, nnml-request-delete-group)
8069         (nnml-deletable-article-p, nnml-possibly-create-directory)
8070         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
8071         (nnml-open-marks): Bind file-name-coding-system to
8072         nnmail-pathname-coding-system.
8073
8074         (nnml-request-article): Pass server argument to nnml-find-group-number.
8075         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
8076         server argument to nnml-possibly-create-directory.
8077         (nnml-request-accept-article): Pass server argument to
8078         nnml-active-number and nnml-save-mail.
8079         (nnml-find-group-number): Pass server argument to nnml-find-id.
8080         (nnml-request-update-info): Pass server argument to
8081         nnml-marks-changed-p.
8082
8083         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
8084         (nnml-save-mail, nnml-active-number): Add server argument.
8085
8086         (nnml-request-delete-group): Warn if group is missing.
8087         (nnml-get-nov-buffer): Decode group name.
8088         (nnml-generate-active-info): Encode group name.
8089         (nnml-open-marks): Decode group name in messages.
8090
8091 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8092
8093         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
8094         if it is not specified.
8095         (gnus-article-pipe-part, gnus-article-save-part)
8096         (gnus-article-interactively-view-part, gnus-article-copy-part)
8097         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
8098         (gnus-article-inline-part, gnus-article-save-part-and-strip)
8099         (gnus-article-replace-part, gnus-article-delete-part)
8100         (gnus-article-view-part-as-type): Pass raw prefix argument to
8101         gnus-article-part-wrapper.
8102
8103 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8104
8105         * gnus-agent.el (gnus-agent-save-active): Bind
8106         nnheader-file-coding-system to gnus-agent-file-coding-system.
8107
8108         * gnus-cache.el (gnus-cache-save-buffers)
8109         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
8110         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
8111         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
8112         (gnus-cache-braid-nov, gnus-cache-braid-heads)
8113         (gnus-cache-generate-active, gnus-cache-rename-group)
8114         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
8115         (gnus-cache-update-overview-total-fetched-for): Bind
8116         file-name-coding-system to nnmail-pathname-coding-system.
8117         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
8118         variables.
8119         (gnus-cache-decoded-group-name): New function.
8120         (gnus-cache-file-name): Use it.
8121         (gnus-cache-generate-active): Use non-decoded group name for active.
8122
8123         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
8124         right place.
8125         (gnus-write-active-file): Don't break non-ASCII group names.
8126
8127         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
8128         nnmail-pathname-coding-system.
8129
8130         * lpath.el: Bind default-file-name-coding-system,
8131         file-name-coding-system and language-info-alist for XEmacs.
8132
8133         * gnus-uu.el (gnus-uu-decode-save): Typo.
8134
8135 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8136
8137         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
8138
8139 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8140
8141         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
8142         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
8143         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
8144         (gnus-agent-flush-group, gnus-agent-flush-cache)
8145         (gnus-agent-fetch-headers, gnus-agent-load-alist)
8146         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
8147         (gnus-agent-retrieve-headers, gnus-agent-request-article)
8148         (gnus-agent-regenerate-group)
8149         (gnus-agent-update-files-total-fetched-for)
8150         (gnus-agent-update-view-total-fetched-for): Bind
8151         file-name-coding-system to nnmail-pathname-coding-system.
8152         (gnus-agent-group-pathname): Don't encode file names by
8153         nnmail-pathname-coding-system.
8154         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
8155         coding-system-for-write instead of buffer-file-coding-system to
8156         gnus-agent-file-coding-system.
8157
8158         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
8159         Decode group name.
8160
8161         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
8162
8163         * gnus-start.el (gnus-update-active-hashtb-from-killed)
8164         (gnus-read-newsrc-el-file): Make group names unibyte.
8165
8166         * nnmail.el (nnmail-group-pathname): Don't encode file names by
8167         nnmail-pathname-coding-system.
8168
8169         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
8170         (nnrss-request-delete-group): Bind file-name-coding-system to
8171         nnmail-pathname-coding-system.
8172         (nnrss-read-server-data, nnrss-read-group-data): Bind
8173         file-name-coding-system correctly.
8174         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
8175
8176         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
8177         (nntp-server-to-method-cache): New variable.
8178         (nntp-group-pathname): New function that decodes non-ASCII group names.
8179         (nntp-possibly-create-directory, nntp-marks-changed-p)
8180         (nntp-save-marks, nntp-open-marks): Use it.
8181         (nntp-possibly-create-directory, nntp-open-marks):
8182         Bind file-name-coding-system to nnmail-pathname-coding-system.
8183         (nntp-open-marks): Decode group names when bootstrapping marks.
8184
8185         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
8186         Newsgroups and Folowup-To headers.
8187
8188 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8189
8190         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8191         (gnus-server-closed-face, gnus-server-denied-face)
8192         (gnus-server-offline-face): Remove variable.
8193         (gnus-server-font-lock-keywords): Use faces that are not aliases.
8194
8195         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
8196         of modifying message-stack directly for XEmacs.
8197
8198         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
8199         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
8200         if the coding-system argument is nil for XEmacs.
8201
8202         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
8203         mm-charset-override-alist.
8204
8205         * rfc2047.el: Don't require base64; require rfc2045 for the function
8206         rfc2045-encode-string.
8207         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
8208         to quote the parameter value.
8209
8210 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8211
8212         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
8213         form in gnus-group-name-charset-method-alist.
8214
8215         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
8216         overrides the default layout edit-form.
8217
8218         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
8219
8220         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
8221
8222 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8223
8224         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
8225         as unfetched articles.
8226
8227 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
8228
8229         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
8230
8231 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8232
8233         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
8234         original back end that keeps marks in the local system.
8235
8236 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8237
8238         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
8239         arg of pop-to-buffer for XEmacs.
8240         (gnus-article-read-summary-keys): Ditto; don't restore window
8241         configuration if summary command ends up with neither article buffer
8242         nor summary buffer; describe bindings if summary keys end with C-h.
8243
8244 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8245
8246         * message.el (message-fix-before-sending): Skip raw message part to be
8247         forwarded while checking illegible text.
8248         (message-forward-make-body-mime, message-forward-make-body): Mark
8249         signed or encrypted raw message as having no illegible text.
8250
8251 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8252
8253         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
8254         (gnus-message-with-timestamp-1): New macro.
8255         (gnus-message-with-timestamp): New function.
8256         (gnus-message): Use them.
8257
8258         * nnheader.el (nnheader-message): Use them.
8259
8260 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
8261
8262         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
8263         .newsrc.eld file.
8264
8265 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8266
8267         * gnus-agent.el (gnus-agent-fetch-headers)
8268         (gnus-agent-retrieve-headers): Bind
8269         gnus-decode-encoded-address-function to identity.
8270
8271         * nntp.el (nntp-send-xover-command): Recognize an xover command is
8272         available also when the server returns simply a dot.
8273
8274         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
8275
8276 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8277
8278         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
8279
8280 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8281
8282         * gnus-ems.el (gnus-x-splash): Make it work.
8283
8284         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
8285         from being used.
8286
8287         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
8288
8289 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8290
8291         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
8292         4th and the 5th arguments.
8293
8294         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
8295         the front stickiness.
8296         (gnus-article-summary-command-nosave): Correct the order of the
8297         arguments passed to pop-to-buffer.
8298         (gnus-article-read-summary-keys): Ditto; make it work properly when the
8299         summary command ends up with the article buffer.
8300
8301         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
8302         the same faces.
8303
8304 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
8305
8306         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
8307
8308 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
8309
8310         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
8311         * gnus-sum.el (gnus-summary-highlight):
8312         * pgg.el (pgg-sign-region, pgg-sign):
8313         * mail-source.el (mail-source-delete-old-incoming-confirm):
8314         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
8315
8316 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8317
8318         * gnus-art.el (gnus-mime-view-part-externally)
8319         (gnus-mime-view-part-internally): Fix predicate function passed to
8320         completing-read.
8321
8322         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
8323
8324         * gnus.el (gnus-update-message-archive-method): Add :version.
8325
8326 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8327
8328         * gnus.el (gnus-update-message-archive-method): New variable.
8329
8330         * gnus-start.el (gnus-setup-news): Update saved "archive" method
8331         according to gnus-message-archive-method if
8332         gnus-update-message-archive-method is non-nil.
8333
8334 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8335
8336         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
8337         by Loic Dachary <loic@dachary.org>.
8338         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8339
8340 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8341
8342         * message.el (message-pop-to-buffer): Add switch-function argument.
8343         (message-mail): Pass switch-function argument to it.
8344
8345 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
8346
8347         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
8348         Improve doc string.
8349
8350 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8351
8352         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
8353         (gnus-header-content)
8354         * gnus-cite.el (gnus-cite-10)
8355         * gnus-srvr.el (gnus-server-closed)
8356         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
8357         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
8358         (gnus-group-mail-3-empty, gnus-group-mail-low)
8359         (gnus-group-mail-low-empty, gnus-splash)
8360         * message.el (message-header-to, message-header-cc)
8361         (message-header-subject, message-header-other, message-header-name)
8362         (message-header-xheader, message-separator, message-cited-text)
8363         (message-mml): Lighten colors of faces used for dark background.
8364
8365 2007-05-24  Simon Josefsson  <simon@josefsson.org>
8366
8367         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
8368         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
8369
8370 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8371
8372         * message.el (message-narrow-to-headers-or-head):
8373         Ignore mail-header-separator in the body.
8374
8375 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8376
8377         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
8378         same as window size.
8379
8380 2007-05-22  Kevin Ryde  <user42@zip.com.au>
8381
8382         * message.el (message-font-lock-keywords): Use message-header-xheader
8383         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
8384         ahead of the anything pattern, to get it recognised.
8385
8386 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8387
8388         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
8389         spam.el loads uses it in the compiled defadvice form.
8390
8391 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
8392
8393         * gnus-sum.el (gnus-articles-to-read)
8394         (gnus-summary-insert-old-articles): Don't truncate group name for
8395         `read-string'.
8396
8397         * gnus-util.el (gnus-limit-string): Delete this function.
8398
8399         * gnus-sum.el (gnus-simplify-subject-fully): Use
8400         `truncate-string-to-width' instead.
8401
8402 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
8403
8404         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
8405         if, on summary exit, the next group has to be selected.
8406         (gnus-summary-exit): Use it.
8407
8408 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
8409
8410         * gnus-art.el (gnus-article-mode): Fix comment about displaying
8411         non-break space.
8412
8413 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8414
8415         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
8416         Check if group is not a directory.
8417         (nnfolder-request-expire-articles): Don't delete articles if the target
8418         group is not available.
8419
8420         * nnml.el (nnml-request-create-group): Properly check if group is not a
8421         file.
8422         (nnml-request-expire-articles): Don't delete articles if the target
8423         group is not available.
8424
8425         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8426         Don't quote characters that are within parentheses.
8427
8428 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8429
8430         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
8431         (gnus-handle-ephemeral-exit): Select article according to it.
8432
8433 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8434
8435         * message.el (message-insert-formated-citation-line): Remove newline.
8436         (message-citation-line-format): Add final \n here so that the user can
8437         avoid a blank line.
8438
8439 2007-05-03  Dan Christensen  <jdc@uwo.ca>
8440
8441         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
8442         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
8443         Update lanl/arXiv support.
8444
8445 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8446
8447         * gnus.el: Bump version number.
8448
8449 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8450
8451         * gnus.el (gnus-version-number): Bump version.
8452
8453 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8454
8455         * gnus.el: No Gnus v0.6 is released.
8456
8457 2007-04-27  Didier Verna  <didier@xemacs.org>
8458
8459         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
8460         * gmm-utils.el (gmm-regexp-concat): here.
8461         * message.el: Don't require 'gnus-util.
8462         (message-dont-reply-to-names): Handle name change above.
8463         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
8464
8465 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8466
8467         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
8468         since the initial value varies according to the system.
8469
8470 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8471
8472         * mm-util.el (mm-charset-synonym-alist): Defcustom.
8473
8474 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
8475
8476         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
8477
8478 2007-04-24  Didier Verna  <didier@xemacs.org>
8479
8480         Improve the type of gnus-ignored-from-addresses.
8481         * gnus-util.el (gnus-orify-regexp): New function.
8482         * message.el (gnus-util): Require it.
8483         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
8484         * gnus-sum.el (gnus-ignored-from-addresses): New function.
8485         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
8486
8487 2007-04-24  Didier Verna  <didier@xemacs.org>
8488
8489         * gnus-sum.el:
8490         * gnus-utils.el: Fix some trailing whitespaces.
8491
8492 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8493
8494         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
8495         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
8496         article's Message-ID; refer parent article in summary buffer.
8497
8498         * message.el (message-bounce): Call mime-to-mml.
8499
8500         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
8501         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
8502         optimize and/or forms properly.
8503
8504 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
8505
8506         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
8507         URL.
8508
8509 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8510
8511         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
8512
8513 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8514
8515         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
8516         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
8517         displayed of multipart/alternative part if it is invoked from summary
8518         buffer.
8519
8520         * mm-view.el (mm-inline-text-html-render-with-w3m)
8521         (mm-inline-text-html-render-with-w3m-standalone)
8522         (mm-inline-render-with-function): Use mail-parse-charset by default.
8523
8524 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
8525
8526         * parse-time.el (parse-time-string-chars): Check if CHAR
8527         is less than the length of parse-time-syntax.
8528
8529 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8530
8531         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
8532         from gnus-newsgroup-processable.
8533
8534 2007-04-16  Didier Verna  <didier@xemacs.org>
8535
8536         * gnus-msg.el (gnus-configure-posting-styles): Handle
8537         message-signature-directory properly with :file syntax.  Reported by
8538         "Leo".
8539
8540 2007-04-11  Didier Verna  <didier@xemacs.org>
8541
8542         New user option: message-signature-directory.
8543         * gnus-msg.el (gnus-configure-posting-styles): Support it.
8544         * message.el (message-insert-signature): Ditto.
8545         * message.el (message-signature-file): Doc update.
8546         * message.el (message-signature-directory): New.
8547
8548 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8549
8550         * gnus-msg.el (gnus-inews-yank-articles): Use
8551         message-exchange-point-and-mark instead of exchange-point-and-mark.
8552
8553 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8554
8555         * message.el (message-yank-original): Make sure cited text ends with
8556         newline; don't exchange point and mark.
8557
8558 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
8559
8560         * tls.el (open-tls-stream): Properly handle case where there
8561         is no associated buffer.
8562
8563 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
8564
8565         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
8566         message-yank-original, make sure (< mark TEXT point).
8567
8568 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8569
8570         * message.el (message-fill-column): New variable.
8571         (message-mode): Use it.  Add comment on a possible new hook.
8572
8573         * nnmail.el (nnmail-spool-file): Mark as obsolete.
8574         (nnmail-get-new-mail): Reformat.
8575
8576         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
8577
8578         * gmm-utils.el: Fix Commentary.
8579         (gmm-tool-bar-from-list): Fix typo in doc string.
8580
8581 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
8582
8583         * message.el (message-yank-original): Don't switch point and mark
8584         unnecessarily to put point and mark as documented.
8585
8586 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8587
8588         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
8589         from the message heads.
8590
8591 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
8592
8593         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
8594         article buffer does not have a window.  This may not be the best
8595         solution but is certainly better than setting the start of the null,
8596         that is the current, window.
8597
8598 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8599
8600         * gnus-draft.el (gnus-draft-setup-hook): New hook.
8601         (gnus-draft-setup): Run it.
8602
8603         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
8604         gnus-score-fast-scoring.  Allow regexp.
8605         (gnus-score-headers): Use it.
8606
8607         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
8608         XEmacs.
8609
8610         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
8611         string.
8612         (gnus-button-alist): Also catch `<f1> k ...'.
8613         (gnus-treat-display-x-face): Fix doc string.
8614
8615 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8616
8617         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
8618         evaluation of gnus-extended-version to ensure correct generation of the
8619         User-Agent header when message-generate-headers-first is used.
8620
8621 2007-03-24  Simon Josefsson  <simon@josefsson.org>
8622
8623         * hashcash.el (hashcash-generate-payment-async): Don't crash if
8624         hashcash-path is nil.  Don't call callback with incorrect number of
8625         parameters if val is 0.
8626
8627 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8628
8629         * message.el (message-required-news-headers):
8630         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
8631
8632 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
8633
8634         * tls.el (open-tls-stream): In handshake-waiting loop,
8635         don't wait more if there is output available to process.
8636
8637 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
8638
8639         * tls.el (tls-program): Doc fix.
8640
8641 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8642
8643         * message.el (message-generate-new-buffers): Change the meaning of the
8644         nil value; add `standard' to the choices; treat t as `unique'; improve
8645         doc string.
8646         (gnus-select-frame-set-input-focus): Autoload.
8647         (message-buffer-name): Search for the existing message buffer if
8648         message-generate-new-buffers is nil or `standard'; treat the value t of
8649         message-generate-new-buffers as `unique'.
8650         (message-pop-to-buffer): Raise the frame already displaying the message
8651         buffer; clear the echo area after querying.
8652         (message-setup): Pass the `continue' argument to compose-mail.
8653         (message-mail): Prefer `switch-function' if it is given; search for the
8654         existing message buffer if the `continue' argument is non-nil; pass
8655         continue and switch-function arguments to compose-mail by way of
8656         message-setup.
8657         (message-mail-other-window): Adjust argument of message-setup.
8658         (message-mail-other-frame): Ditto.
8659
8660 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8661
8662         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
8663         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
8664         to turn font-lock on when turning gnus-message-citation-mode on.
8665
8666 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
8667
8668         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
8669         (mml-smime-function-alist): New variable; add epg as the backend.
8670         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
8671         mml-smime- functions instead.
8672         * mm-view.el: Require smime.
8673
8674 2007-03-05  Didier Verna  <didier@xemacs.org>
8675
8676         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
8677         instead of just inheritance for posting styles.
8678         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
8679
8680 2007-02-24  Chris Moore  <dooglus@gmail.com>
8681
8682         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
8683         * pgg-pgp.el (pgg-pgp-encrypt-region):
8684         * pgg-gpg.el (pgg-gpg-encrypt-region):
8685         Check pgg-encrypt-for-me if no other recipients.
8686
8687 2007-02-24  John Paul Wallington  <jpw@pobox.com>
8688
8689         * tls.el (tls-certtool-program): Fix custom type.
8690
8691 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8692
8693         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
8694         and point-at-eol instead of line-(beginning|end)-position.
8695
8696         * assistant.el (assistant-parse-buffer): Ditto.
8697
8698         * netrc.el (netrc-parse-services): Ditto.
8699
8700 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
8701
8702         * mml2015.el (mml2015-epg-find-usable-key): New function.
8703         (mml2015-epg-sign): Use it.
8704         (mml2015-epg-encrypt): Use it.
8705
8706 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8707
8708         * message.el (message-make-in-reply-to): Quote name containing
8709         non-ASCII characters.  It will make the RFC2047 encoder cause an error
8710         if there are special characters.  Reported by NAKAJI Hiroyuki
8711         <nakaji@jp.freebsd.org>.
8712
8713 2007-02-27  Didier Verna  <didier@xemacs.org>
8714
8715         Include the group parameters as well as the topic ones in the
8716         inheritance filter process.
8717         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
8718         argument GROUP-PARAMS-LIST.
8719         * gnus-topic.el (gnus-group-topic-parameters): Use it.
8720
8721 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8722
8723         * nntp.el (nntp-never-echoes-commands)
8724         (nntp-open-connection-functions-never-echo-commands): New variables.
8725         (nntp-send-command): Use them.
8726
8727 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
8728
8729         * mml2015.el (mml2015-epg-verify): Simplified.
8730
8731 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8732
8733         * mml.el (mml-content-disposition-alist): New user option.
8734         (mml-content-disposition): New function.
8735         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
8736         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
8737
8738 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
8739
8740         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
8741         verification.
8742
8743 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8744
8745         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
8746         articles posted in the last 24 hours.
8747
8748 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
8749
8750         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
8751
8752 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
8753
8754         * nntp.el (nntp-send-command): Don't wait for echoes when
8755         nntp-open-ssl-stream is used.
8756
8757 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8758
8759         * gnus-cite.el (gnus-test-font-lock-add-keywords)
8760         (gnus-message-add-citation-keywords)
8761         (gnus-message-remove-citation-keywords): Remove.
8762         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
8763         directly, make the variables in font-lock-defaults buffer-local, add
8764         gnus-message-citation-keywords to them and then update the value of
8765         font-lock-keywords.
8766
8767 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8768
8769         * message.el (message-cite-original-1): Don't call
8770         gnus-article-highlight-citation.
8771
8772         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
8773         citations; fix line count.
8774
8775 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8776
8777         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
8778         (gnus-message-add-citation-keywords)
8779         (gnus-message-remove-citation-keywords): Use it; fix the emulating
8780         versions of font-lock-add-keywords and font-lock-remove-keywords to
8781         work with XEmacs correctly.
8782
8783 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8784
8785         * gnus-cite.el (gnus-cite-face-list): Set the values of
8786         gnus-message-max-citation-depth and gnus-message-citation-keywords.
8787         (gnus-message-max-citation-depth): Use defvar rather than defconst.
8788         (gnus-message-cite-prefix-regexp): New variable.
8789         (gnus-message-search-citation-line): Use it; protect against long
8790         citation prefix; fill match data with nil rather than 0 for XEmacs; set
8791         the 0th match data for Emacs.
8792         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
8793         (gnus-message-add-citation-keywords): Append keywords rather than
8794         prepending; emulate font-lock-add-keywords if it is not available.
8795         (gnus-message-remove-citation-keywords): Emulate
8796         font-lock-remove-keywords if it is not available.
8797
8798         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
8799
8800         * message.el (message-cite-prefix-regexp): Set the value of
8801         gnus-message-cite-prefix-regexp.
8802
8803 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8804
8805         * nnweb.el (nnweb-google-parse-1): Update parser.
8806
8807 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
8808
8809         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
8810
8811 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8812
8813         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8814         regexp.
8815
8816 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8817
8818         * uudecode.el (uudecode-string-to-multibyte): New function emulating
8819         string-to-multibyte.
8820         (uudecode-decode-region-internal): Use it.
8821
8822         * lpath.el: Fbind string-as-multibyte for XEmacs.
8823
8824 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8825
8826         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
8827         custom choice.
8828
8829         * gnus-art.el (gnus-signature-limit): Fix custom choice.
8830
8831 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
8832
8833         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
8834
8835         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
8836         `write-region' to respect `mm-inhibit-file-name-handlers'.
8837
8838 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
8839
8840         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
8841         Use gnus-home-directory instead of "~/" or "$HOME".
8842
8843 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
8844
8845         * encrypt.el (encrypt-insert-file-contents): Add better prompt
8846         to mention filename.
8847         Add comments at beginning regarding usage.
8848         (encrypt-write-file-contents): Change interactive so a string is
8849         acceptable.  If the file has no associated model, show an error instead
8850         of a nonsense prompt.
8851
8852 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8853
8854         * spam.el (spam-bsfilter-ham-switch): Fix typo.
8855         Thanks to Yoshihiko Yamada for kind notification of this typo.
8856
8857 2007-01-12  Kenichi Handa  <handa@m17n.org>
8858
8859         * uudecode.el (uudecode-decode-region-internal): Make it work in a
8860         multibyte buffer.
8861
8862 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8863
8864         * gnus-score.el (gnus-score-fast-scoring): New variable.
8865         (gnus-score-headers): Use it.
8866
8867         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
8868
8869         * message.el (message-cite-original-1): Call
8870         gnus-article-highlight-citation if requested.
8871         (message-make-from): Allow name and address as optional arguments.
8872
8873         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
8874
8875         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
8876         bugs to doc string.
8877         (gnus-button-alist): Add mid\\|message-id.
8878         (gnus-button-fetch-group): Extend for use in
8879         `browse-url-browser-function'.
8880         (gnus-button-url-regexp): Try to catch paired parentheses like in
8881         Wikipedia URLs.
8882
8883         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
8884         Suggested by Simon Krahnke <overlord@gmx.li>.
8885
8886 2007-01-13  Romain Francoise  <romain@orebokech.com>
8887
8888         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
8889         Update copyright.
8890
8891 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
8892
8893         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
8894
8895 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
8896
8897         * gnus-registry.el (gnus-registry-unfollowed-groups)
8898         (gnus-registry-split-fancy-with-parent): Fix documentation.
8899
8900 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8901
8902         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
8903         from nnweb groups.
8904
8905 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8906
8907         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
8908         Xref urls.  Erase buffer before requesting head.
8909
8910 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
8911
8912         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
8913         customizable.
8914
8915 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
8916
8917         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
8918         no signing key is found.
8919         (mml2015-epg-encrypt): Ask user whether to skip or abort if
8920         no encrypting and/or signing key is found.
8921
8922 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8923
8924         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
8925
8926 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8927
8928         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
8929         headers read from disk with the ones newly found in the current search.
8930         This should no longer cause problems, because the article numbers in
8931         Gmane's `nov.php' output are ignored since the previous change.
8932
8933 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8934
8935         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
8936
8937 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8938
8939         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
8940         replace-regexp-in-string; bind url-version; fbind display-images-p and
8941         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
8942         find-face and set-itimer-function for Emacs; bind itimer-list for
8943         Emacs.
8944
8945         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
8946
8947 2007-01-01  Romain Francoise  <romain@orebokech.com>
8948
8949         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
8950
8951 2006-12-31  Steve Youngs  <steve@sxemacs.org>
8952
8953         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
8954         `define-minor-mode' macro definition expanded properly.
8955         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
8956         exclude it there.
8957
8958         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
8959         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
8960         `fboundp' test.
8961         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
8962         This is OK to autoload in (S)XEmacs now.
8963
8964 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8965
8966         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
8967         keystroke.
8968         (gnus-summary-limit-to-singletons): Fix typo.
8969
8970         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
8971         else fails.
8972
8973 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8974
8975         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
8976         docstring.
8977
8978         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
8979         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
8980         (gnus-summary-insert-dormant-articles): Fix typo in message.
8981
8982 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
8983
8984         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
8985         nil for XEmacs.
8986         (gnus-message-citation-mode): Don't autoload in XEmacs.
8987
8988         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
8989
8990 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
8991
8992         * nnimap.el (nnimap-expunge-search-string): Mention
8993         nnimap-search-uids-not-since-is-evil in docstring.
8994
8995 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8996
8997         * spam.el: Revert to make-obsolete-variable because
8998         define-obsolete-variable-alias is not supported in Emacs 21.
8999
9000         * spam.el (spam-ifile-path, spam-ifile-database-path)
9001         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
9002         make-obsolete-variable.
9003         (spam-bsfilter-path, spam-bsfilter-program)
9004         (spam-spamassassin-path, spam-spamassassin-program)
9005         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
9006         use "path" inappropriately.
9007         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
9008         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
9009         variable names.
9010
9011 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
9012
9013         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
9014         summary buffer.
9015
9016         * password.el (password-cache-remove): Use clear-string to burn
9017         password, if available.
9018
9019 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9020
9021         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
9022
9023         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
9024
9025         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
9026         (gnus-message-highlight-citation): Move defcustom here from
9027         gnus-cite.el.
9028         (gnus-message-citation-mode): Autoload.
9029
9030         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
9031         checks to make it compile with XEmacs.
9032         (gnus-message-citation-mode): New minor mode.
9033         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
9034         (gnus-message-highlight-citation): New variables.
9035         (gnus-message-search-citation-line)
9036         (gnus-message-add-citation-keywords)
9037         (gnus-message-remove-citation-keywords)
9038         (turn-on-gnus-message-citation-mode)
9039         (turn-off-gnus-message-citation-mode): New functions.
9040
9041 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
9042
9043         * gnus-cite.el: Enable highlighting of different citation levels in
9044         message-mode.
9045
9046 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9047
9048         * message.el (message-make-fqdn): Fix comment.
9049         (message-bogus-system-names): Add ".local".
9050
9051         * spam.el (spam-ifile-path, spam-ifile-program)
9052         (spam-ifile-database-path, spam-ifile-database)
9053         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
9054         Don't use "path" inappropriately.
9055         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
9056         strings.
9057         (spam-check-ifile, spam-ifile-register-with-ifile)
9058         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
9059         new variable names.
9060
9061         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
9062         (gnus-treat-display-smileys): Simplify using
9063         gnus-image-type-available-p.
9064
9065         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
9066         available.
9067
9068         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
9069         `display-images-p' if available.
9070
9071 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9072
9073         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
9074         one after turning on the buffer's multibyteness instead of decoding
9075         them directly in the unibyte buffer that causes unexpected conversion
9076         in Emacs 23 (unicode).
9077
9078 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9079
9080         * message.el (message-generate-hashcash): Fix custom type.
9081
9082 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9083
9084         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
9085
9086 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9087
9088         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
9089         disconnect icons.  Add help text.
9090
9091 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
9092
9093         * spam.el (spam-extra-header-to-number): CRM114 spam score is
9094         negated to be consistent with the others we handle.
9095
9096 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9097
9098         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
9099         version of gnus-summary-buffer to something, so that we can use two
9100         article buffers at the same time.
9101
9102 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
9103
9104         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
9105         trigger all the extra headers.
9106         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
9107         sorting.
9108
9109 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9110
9111         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
9112         solid groups.
9113
9114 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
9115
9116         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
9117
9118 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
9119
9120         * legacy-gnus-agent.el: Add Copyright notice.
9121
9122 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
9123
9124         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
9125
9126 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9127
9128         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
9129
9130         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
9131         to make it work reliably in CVS Emacs.
9132         (gnus-summary-limit-strange-charsets-predicate)
9133         (gnus-summary-limit-to-predicate): New functions.
9134
9135 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
9136
9137         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
9138         specifying array size.
9139         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
9140         array if it is too small.
9141         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
9142         (gnus-sort-threads-loop): New function.
9143
9144 2006-12-06  Chris Moore  <dooglus@gmail.com>
9145
9146         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
9147         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
9148
9149 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
9150
9151         * mm-url.el (mm-url-predefined-programs): Call curl with correct
9152         options.
9153
9154 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9155
9156         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
9157         DOS-ing the recipient.
9158
9159         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
9160         the headers when creating the mapping to avoid mismappings.
9161         (nnweb-gmane-create-mapping): Always nix out old mapping.
9162
9163 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9164
9165         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
9166         and mm-verify-option to never.
9167
9168 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9169
9170         * message.el (message-signed-or-encrypted-p): New function.
9171         (message-forward-make-body): Use it.
9172
9173         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
9174         Replace encode-coding-string with mm-encode-coding-string.
9175
9176 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9177
9178         * nneething.el (nneething-decode-file-name): Replace
9179         decode-coding-string with mm-decode-coding-string.
9180
9181         * gnus-int.el (gnus-open-server): Say failed server's name.
9182
9183 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9184
9185         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
9186         strings to a single string.  Quote `errors-file-name'.
9187         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
9188         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
9189         Adjust calls.  Use `shell-quote-argument'.
9190
9191 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
9192
9193         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
9194         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
9195
9196         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
9197         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
9198         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
9199         (gnus-group-make-directory-group, gnus-group-transpose-groups):
9200         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
9201         (gnus-subscribe-newsgroup, gnus-1):
9202         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
9203         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
9204         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
9205         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
9206
9207 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9208
9209         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
9210         keystroke.
9211         (gnus-summary-limit-to-bodies): Implement headersp.
9212
9213 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9214
9215         * dns.el (query-dns): Protect against "Process dns deleted" strings.
9216
9217 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9218
9219         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
9220
9221 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9222
9223         * message.el (message-generate-hashcash): Expand range of values to
9224         include `opportunistic'.
9225         (message-send-mail): Use it.
9226
9227 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9228
9229         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
9230         and comment it.
9231
9232         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
9233
9234 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
9235
9236         * gnus-util.el (gnus-extract-address-components): Improve comment.
9237
9238 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9239
9240         * gnus-util.el (gnus-extract-address-components): Work with address in
9241         which the name portion contains @.
9242
9243         * lpath.el: Fbind custom-autoload.
9244
9245 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9246
9247         * gnus.el (gnus-start): Move custom group up.
9248         (gnus-select-method): Don't autoload, but make it available for
9249         `customize-variable'.
9250         (gnus-getenv-nntpserver): Don't autoload.
9251
9252 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
9253
9254         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
9255
9256 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9257
9258         * message.el (message-sendmail-extra-arguments): New variable.
9259         (message-send-mail-with-sendmail): Use it.
9260
9261 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9262
9263         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
9264         mm-with-unibyte-current-buffer to make string unibyte.
9265
9266         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
9267         mm-string-as-multibyte.
9268
9269 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
9270
9271         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
9272         Reported by Werner Koch <wk@gnupg.org>.
9273
9274 2006-11-14  Daiki Ueno  <ueno@p360>
9275
9276         * mml2015.el: Autoload epa-select-keys when compiling.
9277
9278 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9279
9280         * mml2015.el (mml2015-epg-sign): Save the signing keys in
9281         message-options.
9282         (mml2015-epg-encrypt): Save the recipient keys in message-options.
9283
9284 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9285
9286         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
9287         EasyPG (< 0.0.6).
9288         (mml2015-always-trust): New user option.
9289         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
9290         prompt.
9291
9292 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9293
9294         * nntp.el (nntp-authinfo-force): New variable.
9295         (nntp-send-authinfo): Use it.
9296
9297 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
9298
9299         * message.el (message-strip-subject-encoded-words): Allow _not_ to
9300         decode encoded words.  Improve prompt.  Add comment about forwarding.
9301         (message-replacement-char): Move up.
9302
9303 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
9304
9305         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
9306         instead of gnus-intersection because arguments of gnus-sorted-nunion
9307         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
9308
9309 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
9310
9311         * message.el (message-strip-subject-encoded-words): Reformat prompt.
9312         (message-simplify-subject-functions): Enable
9313         message-strip-subject-encoded-words by default.
9314
9315 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
9316
9317         * message.el (message-strip-subject-encoded-words): New function.
9318         (message-simplify-subject-functions): New variable.
9319         (message-simplify-subject): Use it.  Fix typo in doc string.
9320         Support message-strip-subject-encoded-words.
9321
9322 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
9323
9324         * gnus-diary.el (gnus-diary-delay-format-function):
9325         * nndiary.el (nndiary-reminders):
9326         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
9327
9328 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9329
9330         * gnus-art.el (article-hide-boring-headers): Fetch date from
9331         gnus-original-article-buffer to avoid problems with localized date
9332         strings.
9333
9334 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9335
9336         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
9337
9338 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
9339
9340         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9341         New variables.
9342         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9343         (mm-charset-synonym-alist): Move some entries to
9344         mm-codepage-iso-8859-list.
9345         (mm-charset-synonym-alist, mm-charset-override-alist): Add
9346         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9347
9348 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9349
9350         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
9351
9352 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9353
9354         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
9355         with Emacs 21 and XEmacs.
9356
9357 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
9358
9359         * spam.el (spam-parse-address): New function for better parsing,
9360         catching errors, etc.
9361         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
9362
9363 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9364
9365         * mm-view.el: Add interactive arg to html2text autoload.
9366
9367 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9368
9369         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
9370
9371 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
9372
9373         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
9374         variables.
9375         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9376         (mm-charset-synonym-alist): Move some entries to
9377         mm-codepage-iso-8859-list.
9378
9379         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
9380
9381 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
9382
9383         * message.el (message-citation-line-format)
9384         (message-insert-formated-citation-line): Fix implementation of %E, %N
9385         and %n according to the doc string.
9386
9387 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
9388
9389         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
9390         car-safe to avoid bad parses.
9391
9392 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9393
9394         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
9395         names.
9396
9397         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
9398
9399 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9400
9401         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
9402         header.
9403
9404         * message.el (message-draft-headers): Add Date.
9405         (message-headers-to-generate): Fix typo in docstring.
9406
9407         * nndraft.el (nndraft-required-headers): New variable.
9408         (nndraft-generate-headers): Use it.
9409
9410         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
9411
9412 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9413
9414         * gnus-registry.el (gnus-registry-wash-for-keywords)
9415         (gnus-registry-find-keywords): New functions to allow easy searching of
9416         articles that are in the registry.
9417
9418 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9419
9420         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
9421         ietf-drums-parse-address instead of gnus-extract-address-components.
9422         Reported by Damien Elmes <damien@repose.cx>.
9423
9424 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9425
9426         * gnus.el (gnus-mime): Remove unused custom group.
9427
9428 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9429
9430         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
9431         "blank line" when searching for end of armor headers.
9432
9433 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9434
9435         * gmm-utils.el (gmm-write-region): Fix variable name.
9436
9437 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
9438
9439         * gmm-utils.el (gmm-write-region): New function based on compatibility
9440         code from `mm-make-temp-file'.
9441
9442         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
9443
9444         * nnmaildir.el (nnmaildir--update-nov)
9445         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
9446         Use `gmm-write-region'.
9447
9448 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9449
9450         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
9451         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9452
9453         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
9454
9455         * message.el (message-replacement-char): New variable.
9456         (message-fix-before-sending): Use it.
9457         (message-simplify-subject): New function to remove duplicate code.
9458         (message-reply, message-followup): Use it.
9459
9460         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
9461         gnus-summary-limit-to-articles.
9462
9463 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9464
9465         * gnus-util.el (gnus-with-local-quit): New macro.
9466
9467         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
9468
9469 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
9470
9471         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
9472         ignore non-string data.
9473
9474 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
9475
9476         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
9477         non-string data (needs to be done in the registry too).
9478
9479 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9480
9481         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
9482         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
9483         (gnus-registry-split-fancy-with-parent)
9484         (gnus-registry-fetch-simplified-message-subject-fast)
9485         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
9486         Remove text properties on ingress into the registry and when it's saved.
9487         (gnus-registry-clean-empty-function): Fix bug with cleaning the
9488         registry from entries with no groups.
9489
9490 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9491
9492         * gnus-util.el (gnus-string-remove-all-properties): Add utility
9493         function to remove string properties.
9494
9495 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9496
9497         * gmm-utils.el (gmm): Adjust custom version.
9498
9499         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
9500         custom version.
9501
9502         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
9503
9504 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9505
9506         * gnus-art.el (gnus-insert-prev-page-button)
9507         (gnus-insert-next-page-button): Simplify.  Reformat.
9508
9509 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9510
9511         * gnus-art.el (gnus-insert-prev-page-button)
9512         (gnus-insert-next-page-button): Apply gnus-article-button-face.
9513
9514 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
9515
9516         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
9517
9518 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9519
9520         * gnus-art.el (gnus-insert-mime-button)
9521         (gnus-insert-mime-security-button):
9522         Apply gnus-article-button-face to MIME and security buttons.
9523
9524 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
9525
9526         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
9527         readable.
9528
9529 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9530
9531         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
9532
9533 2006-09-20  Steve Youngs  <steve@sxemacs.org>
9534
9535         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
9536         `browse-url-of-file' instead of `browse-url'.
9537
9538 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9539
9540         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9541         regexp.  Articles containing quotation were cut prematurely.
9542
9543 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9544
9545         * message.el (message-cite-original-1): Use nobody by default for the
9546         value of From header.
9547         (message-reply): Ditto.
9548
9549 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
9550
9551         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
9552         to the gnus-info.  This fixes a bug of inline-PGP message verification.
9553         Reported by Michael Piotrowski <mxp@dynalabs.de>.
9554
9555 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
9556
9557         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
9558         mails in the doc string.  Add some URLs in comment.
9559         (pop3-movemail): Warn about pop3-leave-mail-on-server.
9560
9561 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9562
9563         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
9564         backslashes handling and the way to find boundaries of quoted strings.
9565
9566 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
9567
9568         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
9569         mml1991-encrypt-to-self is set and mml1991-signers is not set.
9570         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
9571         mml2015-encrypt-to-self is set and mml2015-signers is not set.
9572
9573 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9574
9575         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
9576         doc string.
9577         (gnus-button-regexp, gnus-button-last): Remove unused variables.
9578
9579 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9580
9581         * lpath.el: Fbind epg-check-configuration.
9582
9583 2006-09-06  Simon Josefsson  <jas@extundo.com>
9584
9585         * mml2015.el (mml2015-use): Doc fix, mention epg.
9586
9587 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9588
9589         * mml2015.el (mml2015-use): Default to epg, if available.
9590
9591 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9592
9593         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
9594         message-sender.
9595         (mml1991-epg-encrypt): Ditto.
9596         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
9597         message-sender.
9598         (mml2015-epg-encrypt): Ditto.
9599
9600 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
9601
9602         * message.el (message-send-mail-with-sendmail): Look for sendmail in
9603         several common directories.
9604
9605 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
9606
9607         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
9608         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
9609
9610 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9611
9612         * gnus-art.el (article-decode-encoded-words): Make it fast.
9613
9614 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9615
9616         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
9617
9618         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
9619         in quoted string into `\'.
9620
9621 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9622
9623         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9624         Use standard-syntax-table.
9625
9626 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9627
9628         * gnus-art.el (gnus-decode-address-function): New variable.
9629         (article-decode-encoded-words): Use it to decode headers which are
9630         assumed to contain addresses.
9631         (gnus-mime-delete-part): Remove useless `or'.
9632
9633         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
9634         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
9635         (gnus-nov-parse-line): Use it to decode From header.
9636         (gnus-get-newsgroup-headers): Ditto.
9637         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
9638
9639         * mail-parse.el (mail-decode-encoded-address-region): New alias.
9640         (mail-decode-encoded-address-string): New alias.
9641
9642         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9643         New function.
9644         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
9645         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
9646         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
9647         (rfc2047-decode-string): Ditto.
9648         (rfc2047-decode-address-region): New function.
9649         (rfc2047-decode-address-string): New function.
9650
9651 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
9652
9653         * message.el (message-caesar-buffer-body): Allow rotating headers.
9654
9655         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
9656
9657         * message.el (message-insert-formated-citation-line): Fix %f.
9658         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
9659
9660 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9661
9662         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
9663         (gnus-bookmark-mouse-available-p): New macro.
9664         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
9665         (gnus-bookmark-bmenu-show-infos): Use it.
9666         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
9667         (gnus-bookmark-bmenu-hide-infos): Ditto.
9668         (gnus-bookmark-remove-properties): New function.
9669         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
9670         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
9671         (gnus-bookmark-write-file): Bind coding-system-for-write.
9672         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
9673         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
9674         group before selecting it.
9675         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
9676         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
9677         quit-window if it is not available; use gnus-mouse-2 and bind it to
9678         gnus-bookmark-bmenu-select-by-mouse.
9679         (gnus-bookmark-show-details): Remove unused variable `details-list'.
9680         (gnus-bookmark-bmenu-select-by-mouse): New function.
9681
9682 2006-08-13  Romain Francoise  <romain@orebokech.com>
9683
9684         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
9685         space.
9686
9687 2006-08-10  Romain Francoise  <romain@orebokech.com>
9688
9689         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
9690         (dns-mode-soa-auto-increment-serial): New user option.
9691         (dns-mode-soa-maybe-increment-serial): New function.
9692         (dns-mode): Add the latter to `write-contents-functions'.
9693
9694 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9695
9696         * compface.el (uncompface): Use binary rather than raw-text-unix.
9697
9698 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9699
9700         * compface.el (uncompface): Make sure the eol conversion doesn't take
9701         place when communicating with the external programs.  Reported by
9702         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9703
9704 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9705
9706         * nnheader.el (nnheader-insert-head): Fix typo in comment.
9707
9708 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9709
9710         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9711         Make it more robust by parsing author and date independently.
9712
9713 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9714
9715         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
9716
9717 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
9718
9719         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
9720         first matching secret key.
9721         (mml2015-epg-encrypt): Ditto.
9722
9723         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
9724         first matching secret key.
9725         (mml1991-epg-encrypt): Ditto.
9726
9727         * mml2015.el (mml2015-encrypt-to-self): New user option.
9728         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
9729         mml2015-epg-encrypt-to-self is set.
9730
9731         * mml1991.el (mml1991-encrypt-to-self): New variable.
9732         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
9733         mml1991-epg-encrypt-to-self is set.
9734
9735         * mml2015.el (mml2015-signers): New user option.
9736         (mml2015-epg-sign): Reflect the value of mml2015-signers.
9737         (mml2015-epg-encrypt): Allow to select signing keys.
9738
9739         * mml1991.el (mml1991-signers): New variable.
9740         (mml1991-epg-sign): Reflect the value of mml1991-signers.
9741         (mml1991-epg-encrypt): Allow to select signing keys.
9742
9743 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9744
9745         * nnheader.el (nnheader-insert-head): Make it work even if the file
9746         uses CRLF for the line-break code.
9747
9748 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
9749
9750         * mml2015.el: Require mml-sec instead of password.
9751         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
9752         (mml2015-cache-passphrase): Inherit the default value from
9753         mml-secure-cache-passphrase.
9754         (mml2015-passphrase-cache-expiry): Inherit the default value from
9755         mml-secure-passphrase-cache-expiry.
9756
9757         * mml1991.el: Require mml-sec instead of password.
9758         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
9759         (mml1991-cache-passphrase): Inherit the default value from
9760         mml-secure-cache-passphrase.
9761         (mml1991-passphrase-cache-expiry): Inherit the default value from
9762         mml-secure-passphrase-cache-expiry.
9763
9764         * mml-sec.el: Require password.
9765         (mml-secure-verbose): New user option.
9766         (mml-secure-cache-passphrase): New user option.
9767         (mml-secure-passphrase-cache-expiry): New user option.
9768
9769 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
9770
9771         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
9772         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
9773         andreas@altroot.de (Andreas Vögele).
9774
9775         FIXME: Use `tiny change'?
9776
9777 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9778
9779         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
9780         workaround for the url package included with Emacs.
9781
9782         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9783
9784 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9785
9786         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
9787         correctly.  This fixes a bug caused by the 2006-05-12 change.
9788
9789 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
9790
9791         * nnmail.el (nnmail-article-group): If splitting raises an error, give
9792         some information about the error when saying that the `bogus' mail
9793         group will be used.
9794
9795 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
9796
9797         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
9798         string.
9799
9800 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
9801
9802         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
9803
9804 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9805
9806         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
9807
9808 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9809
9810         * mml1991.el (mml1991-function-alist): Add epg.
9811         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
9812         (mml1991-epg-encrypt): New functions.
9813
9814 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9815
9816         * mml2015.el (mml2015-verbose): New variable.
9817         (mml2015-cache-passphrase): Ditto.
9818         (mml2015-passphrase-cache-expiry): Ditto.
9819         (mml2015-function-alist): Add epg.
9820         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
9821         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
9822         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
9823         functions.
9824
9825 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9826
9827         * message.el (message-cite-original-1): Preserve region when removing
9828         quoted text due to X-No-Archive in order to avoid bogus attribution
9829         when citing multiple messages.
9830
9831 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9832
9833         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
9834         Kenneth Jacker <khj@be.cs.appstate.edu>.
9835
9836 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
9837
9838         * gnus-diary.el (gnus-user-format-function-d)
9839         (gnus-user-format-function-D): Autoload.
9840
9841         * imap.el (Commentary): Fix typo.
9842
9843         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
9844         2006-04-22 contribution.
9845
9846 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9847
9848         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
9849         It didn't really fix the bogosity I'm seeing with solid web groups.
9850
9851 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9852
9853         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
9854         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
9855         created using server names.  If we use the feature without declaring
9856         it, Gnus does not properly manage server and group state.
9857
9858         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
9859         bound.
9860
9861 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9862
9863         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
9864         looking up the method using GROUP's prefix before inventing a new one.
9865         It is used on killed/unknown groups in various places where returning
9866         an all-new method isn't expected by the caller.
9867
9868         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
9869         and match semantics of gnus-group-real-prefix.
9870
9871 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
9872
9873         * nnmail.el (nnmail-broken-references-mailers): New variable.
9874         (nnmail-ignore-broken-references): New function generalizing
9875         nnmail-fix-eudora-headers.
9876         (nnmail-fix-eudora-headers): Now obsolete.
9877
9878         * gnus-art.el (gnus-button-handle-custom): Support
9879         `customize-apropos*'.
9880
9881 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9882
9883         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
9884
9885         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
9886         articles.
9887
9888 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
9889
9890         * message.el (message-cite-reply-above): New variable.
9891         (message-yank-original): Use it.
9892
9893 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9894
9895         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
9896
9897 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
9898
9899         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
9900         as read.
9901
9902         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
9903
9904 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
9905
9906         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
9907         (gnus-bookmark-default-file): Use gnus-directory.
9908         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
9909         Remove "*" in doc string.
9910         (gnus-bookmark-write-file): Simplify.
9911         (gnus-bookmark-maybe-sort-alist): Use `when'.
9912         (gnus-bookmark-get-bookmark): Fix typo in doc string.
9913         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
9914         FIXME about Emacs 21 and XEmacs compatibility.
9915         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
9916         compatibility.
9917         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
9918         compatibility.
9919         (gnus-bookmark-menu-heading): Fix version.
9920
9921 2006-06-19  Bastien Guerry  <bzg@altern.org>
9922
9923         * gnus-bookmark.el: New file.
9924
9925 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9926
9927         * message.el (message-syntax-checks): Doc fix.
9928
9929 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9930
9931         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
9932         unsubscribed groups as if they were killed ones.  It causes duplicate
9933         entries in gnus-newsrc-alist.
9934
9935 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9936
9937         * message.el (message-syntax-checks): Doc fix.
9938         (message-send-mail): Add check for continuation headers.
9939         (message-check-news-header-syntax): Fix regexp used to check for
9940         continuation headers.
9941
9942 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9943
9944         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
9945
9946 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
9947
9948         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
9949
9950 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9951
9952         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
9953         default-truncate-lines.
9954
9955 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9956
9957         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
9958         to fill the utf-8 entry.
9959
9960         * lpath.el: Fbind unicode-precedence-list.
9961
9962 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9963
9964         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9965
9966 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
9967
9968         * gnus-agent.el (directory-files-and-attributes): Move all the way
9969         forward (the third and final move).
9970         (gnus-agent-read-agentview): Trap reconstruction errors due to
9971         nonexistant directory.  Handle by returning nil.
9972
9973 2006-05-30  Didier Verna  <didier@xemacs.org>
9974
9975         * message.el (message-dont-reply-to-names): Update the custom type.
9976         * message.el (message-dont-reply-to-names): New defsubst: potentially
9977         convert a list of regexps into a single one.
9978         * message.el (message-get-reply-headers): Use it.
9979         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
9980
9981 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9982
9983         * gnus-agent.el (directory-files-and-attributes): Move forward.
9984
9985 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9986
9987         * gnus-ml.el (gnus-mailing-list-subscribe)
9988         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
9989         (gnus-mailing-list-message): Fix doc strings.
9990
9991 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9992
9993         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
9994         of doing it manually.
9995
9996 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9997
9998         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
9999         comment.
10000
10001 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
10002
10003         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
10004         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
10005         (gnus-agent-read-local): All symbols allocated in my-obarray.
10006         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
10007         (gnus-agent-regenerate-group): Check numeric names to see if they are
10008         messages or groups.
10009         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
10010         better way of do this...)
10011
10012         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
10013         'dummy.group' (there should be a better way of do this...)
10014
10015 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10016
10017         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
10018         (gnus-saved-headers): Ditto.
10019         (gnus-default-article-saver): Mention functions may have properties.
10020         (gnus-article-save): Override gnus-save-all-headers and
10021         gnus-saved-headers by :headers property which saver function may have.
10022         (gnus-summary-save-in-file): Add :headers property.
10023         (gnus-summary-write-to-file): Ditto.
10024
10025         * gnus-sum.el (gnus-summary-save-article): Bind
10026         gnus-prompt-before-saving to t when saving many articles in a file;
10027         always show all headers.
10028
10029         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
10030
10031 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10032
10033         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
10034         marks.
10035
10036         * message.el (message-indent-citation): Add optional arguments to allow
10037         using it outside of message buffers.
10038
10039         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
10040         (gnus-article-treat-unfold-headers): Use it.
10041         (gnus-article-truncate-lines): New variable.
10042         (gnus-article-mode): Use it.
10043         (gnus-article-toggle-truncate-lines): New function.
10044
10045         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
10046         gnus-article-toggle-truncate-lines.
10047
10048         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
10049         coding system in XEmacs, use binary.
10050
10051 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10052
10053         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
10054         after-load-alist.
10055
10056         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
10057         this function should save decoded articles.
10058         (gnus-summary-write-to-file): Use property to specify this function
10059         should save decoded articles and specify gnus-summary-save-in-file
10060         should be used to save articles other than the first one when saving
10061         many articles.
10062         (gnus-summary-save-body-in-file): Use property to specify this
10063         function should save decoded articles.
10064         (gnus-summary-write-body-to-file): Use property to specify this
10065         function should save decoded articles and specify
10066         gnus-summary-save-body-in-file should be used to save articles other
10067         than the first one when saving many articles.
10068
10069         * gnus-sum.el (gnus-summary-save-article): Simplify.
10070
10071 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10072
10073         * gnus-art.el (gnus-default-article-saver): Add
10074         gnus-summary-write-body-to-file.
10075         (gnus-article-save-coding-system): Don't use coding system object
10076         in XEmacs.
10077         (gnus-read-save-file-name): Add optional `dir-var' argument which
10078         specifies directory in which files are saved; work even if optional
10079         `variable' argument is not specified.
10080         (gnus-summary-write-to-file): Read file name.
10081         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
10082         (gnus-summary-write-body-to-file): New function.
10083
10084         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
10085         (gnus-summary-local-variables): Add it.
10086         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
10087         (gnus-summary-save-article): Remove optional `decode' argument;
10088         determine whether to decode articles by the value of
10089         gnus-default-article-saver; when saving many files using
10090         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
10091         it first and use gnus-summary-save-in-file or
10092         gnus-summary-save-body-in-file thereafter unless
10093         gnus-prompt-before-saving is always; move point to article which
10094         will be saved.
10095         (gnus-summary-save-article-file): Revert.
10096         (gnus-summary-write-article-file): Revert.
10097         (gnus-summary-save-article-body-file): Revert.
10098         (gnus-summary-write-article-body-file): New function.
10099
10100 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10101
10102         * gnus-art.el (gnus-default-article-saver): Doc fix.
10103         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
10104         from gnus-summary-save-article-coding-system, and default to a
10105         certain coding system.
10106         (gnus-output-to-file): Add coding cookie and encode text according
10107         to gnus-article-save-coding-system; don't use mm-append-to-file.
10108
10109         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
10110         gnus-art.el and rename to gnus-article-save-coding-system.
10111         (gnus-summary-save-article): Require gnus-art; don't show all
10112         headers if it decodes articles; don't add coding cookie here;
10113         don't bind mm-text-coding-system-for-write.
10114         (gnus-summary-save-article-file): Save decoded articles.
10115         (gnus-summary-write-article-file): When saving many files, use
10116         gnus-summary-write-to-file first and gnus-summary-save-in-file
10117         thereafter unless gnus-prompt-before-saving is always.
10118         (gnus-summary-save-article-body-file): Save decoded articles.
10119
10120         * lpath.el: Fbind select-safe-coding-system for XEmacs.
10121
10122 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10123
10124         * nnrss.el (nnrss-check-group): Bind hash-index.
10125
10126 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
10127
10128         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
10129         its hash index.  Store this hash in `nnrss-group-data'.
10130         (nnrss-read-group-data): Update accordingly.
10131
10132 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10133
10134         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
10135         entry.
10136
10137         * gnus-sum.el (gnus-summary-make-menu-bar): Add
10138         gnus-article-browse-html-article.
10139
10140 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
10141
10142         * gnus-sum.el (gnus-summary-mime-map): Add
10143         gnus-article-browse-html-article.
10144
10145         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
10146
10147 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10148
10149         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
10150         suitable coding systems in customize.
10151
10152 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
10153
10154         * mail-source.el (mail-sources): Fix custom type.
10155
10156 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
10157
10158         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
10159         (gnus-summary-expire-articles-now): Shorten prompt.
10160
10161         * gmm-utils.el (wid-edit): Require.
10162         (defun-gmm): Renamed from `gmm-defun-compat'.
10163         (gmm-image-search-load-path): Use it.
10164         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
10165
10166 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10167
10168         * gnus-sum.el (gnus-summary-save-article-coding-system): New
10169         variable.
10170         (gnus-summary-save-article): Add optional `decode' argument.  If
10171         it is set and gnus-summary-save-article-coding-system is non-nil,
10172         save decoded article.
10173         (gnus-summary-write-article-file): Save decoded article if
10174         gnus-summary-save-article-coding-system is non-nil.
10175
10176         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
10177         type.
10178
10179 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10180
10181         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
10182
10183 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10184
10185         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
10186         first to test gnus-single-article-buffer which may be buffer-local.
10187
10188         * gnus-sum.el (gnus-summary-setup-buffer): Make
10189         gnus-single-article-buffer buffer-local and nil in ephemeral
10190         group; make gnus-article-buffer, gnus-article-current, and
10191         gnus-original-article-buffer always buffer-local.
10192         (gnus-summary-exit): Kill article buffer belonging to ephemeral
10193         group.
10194         (gnus-handle-ephemeral-exit): Don't move to next summary line.
10195
10196 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10197
10198         * nnml.el (nnml-request-compact-group): Compressed files might not
10199         have .gz extension.
10200
10201 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10202
10203         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
10204         (mm-copy-to-buffer): Use with-current-buffer.
10205         (mm-display-part): Simplify.
10206         (mm-inlinable-p): Add optional arg `type'.
10207
10208 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10209
10210         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
10211         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
10212         Try harder to show the attachment internally or externally using
10213         gnus-mime-view-part-as-type.
10214
10215 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10216
10217         * message.el (message-from-style, message-signature-separator)
10218         (message-user-organization-file, message-send-mail-function)
10219         (message-citation-line-function, message-yank-prefix)
10220         (message-indent-citation-function, message-signature)
10221         (message-signature-file, message-signature-insert-empty-line):
10222         Remove autoloads.
10223
10224         * gnus-art.el (gnus-buttonized-mime-types): Remove
10225         "multipart/signed".  Revert 2006-04-26 change.
10226
10227 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10228
10229         * gnus.el (gnus-version-number): Bump version.
10230
10231 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10232
10233         * gnus.el: No Gnus v0.5 is released.
10234
10235 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10236
10237         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
10238         fetching articles by message-id.
10239
10240 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10241
10242         * message.el (hashcash): Require hashcash as normal.
10243
10244         * ecomplete.el (ecomplete-highlight-match-line): Use
10245         point-at-eol.
10246         (ecomplete-highlight-match-line): Use `highlight', because that
10247         face exists in both Emacs and XEmacs.
10248
10249         * message.el (message-display-abbrev): Use point-at-bol.
10250
10251         * mail-source.el: Don't require timer/timer-funcs.
10252
10253         * gnus-async.el: Ditto.
10254
10255         * password.el: Ditto.
10256
10257         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
10258
10259         * mm-url.el: Ditto.
10260
10261         * gnus-xmas.el: Don't require timer-funcs.
10262
10263         * mm-util.el: Require timer/timer-funcs.
10264
10265 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10266
10267         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
10268         Close.
10269
10270 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10271
10272         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
10273         unibyte after clear-decrypt function runs.
10274
10275         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
10276         returns as a unibyte string.
10277
10278 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10279
10280         * lpath.el: Revert.
10281
10282         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
10283         (pgg-gpg-process-sentinel): Revert.
10284
10285         * pgg-pgp.el (pgg-pgp-process-region): Revert.
10286         (pgg-pgp-lookup-key): Revert.
10287
10288         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
10289         (pgg-pgp5-lookup-key): Revert.
10290
10291         * pgg.el (pgg-fetch-key): Revert.
10292
10293 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10294
10295         * lpath.el: Fbind string-as-multibyte for XEmacs.
10296
10297         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
10298         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
10299         (mml1991-pgg-encrypt): Ditto.
10300
10301         * pgg-gpg.el (pgg-string-to-multibyte): New function.
10302         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
10303         a multibyte buffer.
10304
10305         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
10306         (pgg-pgp-lookup-key): Ditto.
10307
10308         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
10309         (pgg-pgp5-lookup-key): Ditto.
10310
10311         * pgg.el (pgg-fetch-key): Ditto.
10312
10313 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
10314
10315         * message.el (message-user-organization-file): Check several
10316         locations of the organization file.
10317
10318         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
10319         Add gnus-article-view-part-as-type.
10320
10321         * gnus-art.el (gnus-article-view-part-as-type): New function.
10322
10323         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
10324         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
10325
10326         * mml.el: Simplify autoload.
10327         (mml-mode): defvar dnd-protocol-alist instead of using
10328         symbol-value.
10329         (mml-default-directory): New variable.
10330         (mml-minibuffer-read-file): Use it.
10331         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
10332
10333         * message.el (message-citation-line-format): New variable.
10334         (message-insert-formated-citation-line): New function.
10335         (message-citation-line-function): Add
10336         `message-insert-formated-citation-line' to custom type.
10337
10338         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
10339         to doc string.
10340
10341         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
10342         depending on mm-verify-option.
10343
10344 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10345
10346         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
10347         binding pgg-* variables; reimplement the section which prevents
10348         MIME header from being signed.
10349         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
10350         pgg-text-mode; remove a blank line at the top of body.
10351
10352         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
10353         lines at the top of body; use gnus-newsgroup-charset if there's no
10354         Charset header.
10355
10356 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10357
10358         * message.el (message-self-insert-commands): Doc fix.
10359
10360         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
10361         (mm-uu-pgp-encrypted-test): Ditto.
10362         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
10363         between header and body; return application/pgp-encrypted handle
10364         if decryption failed; decode decrypted body by charset.
10365
10366         * mm-decode.el (mm-automatic-display): Don't make application/pgp
10367         element match to application/pgp-*.
10368
10369 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10370
10371         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
10372         HTML.
10373
10374 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10375
10376         * mail-source.el (mail-source-call-script): Message the error
10377         string.
10378
10379 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10380
10381         * gnus-util.el (gnus-byte-compile): Use it.
10382
10383 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
10384
10385         * gnus-util.el (kill-empty-logs): New function.
10386
10387 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10388
10389         * message.el (message-mail-alias-type): Doc fix.
10390         (message-mail-alias-type-p): New function.
10391         (message-send): Use it.
10392         (message-mode): Ditto.
10393         (message-strip-forbidden-properties): Ditto.
10394
10395         * ecomplete.el (ecomplete-database-file-coding-system): New
10396         variable.
10397         (ecomplete-save): Use it.
10398         (ecomplete-setup): Use it.
10399
10400 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10401
10402         * message.el (message-self-insert-commands): New variable.
10403         (message-strip-forbidden-properties): Use it.
10404
10405 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10406
10407         * message.el (message-put-addresses-in-ecomplete): Use a regexp
10408         that doesn't make XEmacs choke.
10409
10410 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
10411
10412         * gnus-util.el (gnus-replace-in-string):
10413         Prefer replace-regexp-in-string over of replace-in-string.
10414
10415 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10416
10417         * gnus-util.el (gnus-select-frame-set-input-focus):
10418         Use select-frame-set-input-focus if it is available in XEmacs; use
10419         definition defined in Emacs 22 for old Emacsen.
10420
10421         * dgnushack.el: Autoload unmorse-region for XEmacs.
10422
10423         * lpath.el: Bind cursor-in-non-selected-windows and
10424         select-frame-set-input-focus for XEmacs.
10425
10426 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10427
10428         * mm-view.el (mm-inline-text): Use equal instead of equalp.
10429
10430 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
10431
10432         * gnus-registry.el (gnus-registry-cache-save): Remove text
10433         properties when saving via the temp buffer.
10434
10435 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10436
10437         * message.el (message-generate-hashcash): Honor custom type.
10438
10439 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10440
10441         * message.el (message-generate-hashcash): Default to non-nil when
10442         hashcash is found.
10443
10444         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
10445         (gnus-refer-thread-limit): Increase default to 500.
10446
10447         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
10448
10449         * flow-fill.el (fill-flowed): Allow delete-space.
10450
10451 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10452
10453         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10454         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
10455         Remove autoloads.
10456
10457 2006-04-18  Simon Josefsson  <jas@extundo.com>
10458
10459         * message.el (message-generate-hashcash): Default to.
10460
10461 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10462
10463         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10464         concatenating segments rather than before concatenating them.
10465
10466 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10467
10468         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
10469
10470 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10471
10472         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
10473
10474         * message.el (message-forward-make-body-plain): Allow
10475         message-forward-ignored-headers to be a list.
10476         (message-remove-ignored-headers): Factor out into function.
10477         (message-forward-make-body-mml): Use it.
10478
10479         * imap.el (imap-quote-specials): New function.
10480         (imap-login-auth): Quote specials.
10481
10482         * rfc2231.el (rfc2231-parse-string): Remove dead code.
10483         (rfc2231-parse-string): Allow concatanation of parameters that
10484         aren't contiguous.  The test case is
10485           (mail-header-parse-content-type "message/external-body;
10486             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
10487             access-type=LOCAL-FILE;
10488             name*1*=plugh%2fhello-sailor%2fbing.pdf")
10489
10490 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10491
10492         * nntp.el (nntp-accept-process-output): Return the value of
10493         `nnheader-accept-process-output'.
10494
10495 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10496
10497         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
10498         (gnus-button-alist): Recognize more diff formats.
10499         (gnus-button-patch): Strip directory.
10500
10501 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10502
10503         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
10504         Emacs 22 when setting focus.
10505
10506 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10507
10508         * gnus-art.el (gnus-article-treat-types): Do treatment of
10509         text/x-verbatim parts.
10510         (gnus-button-patch): New command.
10511
10512         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
10513         addresses that contain invalid characters.
10514
10515 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10516
10517         * message.el (message-put-addresses-in-ecomplete): Use
10518         gnus-replace-in-string.
10519         (message-is-yours-p): Use the more correct
10520         mail-header-parse-address instead of
10521         mail-extract-address-components.
10522         (message-put-addresses-in-ecomplete): Fix typo.
10523
10524         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
10525         keystroke.
10526
10527         * gnus-art.el (gnus-treatment-function-alist): Change order of
10528         newsgroups/generic header folding to avoid double-folding.
10529
10530         * message.el (message-hidden-headers): Add X-Draft-From.
10531
10532         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
10533         command.
10534         (gnus-summary-repeat-search-article-backward): New command.
10535
10536         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
10537         groups in the parent topic.
10538
10539 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
10540
10541         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
10542         (spam-extra-header-to-number): Return the CRM114 number as a
10543         number instead of a string.
10544
10545 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10546
10547         * gnus-art.el (gnus-face-properties-alist): Moved here from
10548         gnus-fun.
10549
10550         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
10551
10552 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10553
10554         * message.el (message-strip-forbidden-properties): Only display on
10555         self-insert-command.
10556
10557         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
10558         reindent.
10559         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
10560
10561 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
10562
10563         * smiley.el (smiley-style): Fix typo.
10564
10565 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10566
10567         * hashcash.el (hashcash-insert-payment-async-2): Use
10568         message-goto-eoh instead of doing it manually.
10569         (mail-add-payment): Use message-narrow-to-header instead of trying
10570         to do the same itself.
10571
10572         * message.el (message-hidden-headers): Add Face.
10573
10574         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
10575         reparenting code.
10576         (gnus-summary-reparent-children): Refactored out code.
10577         (gnus-summary-thread-map): New keystroke.
10578         (gnus-summary-reparent-children): Make into command.
10579
10580         * smiley.el (smiley-style): Default to `medium' if using a large
10581         font.
10582
10583         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
10584         does it itself.
10585
10586         * message.el (message-point-in-header-p): Simplify definition.
10587
10588 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10589
10590         * nnagent.el (nnagent-request-set-mark): Silence log file
10591         writing.
10592         (nnagent-request-set-mark): Use write-region instead of
10593         append-to-file.
10594
10595         * gnus-sum.el (gnus-read-header): Fudge article number if using a
10596         strange select method.
10597
10598         * ecomplete.el (ecomplete-display-matches): Get highlightling
10599         right.
10600         (ecomplete-display-matches): Use literals.
10601         (ecomplete-display-matches): Disable message logging.
10602
10603         * message.el (message-display-abbrev): Small optimization.
10604
10605         * ecomplete.el (ecomplete-display-matches): Allow automatic
10606         display.
10607
10608         * message.el (message-strip-forbidden-properties): Display
10609         abbrevs.
10610         (message-display-abbrev): Get automatic display right.
10611
10612         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
10613         keystrokes.
10614
10615 2006-04-13  Romain Francoise  <romain@orebokech.com>
10616
10617         TODO: Backport to v5-10!
10618
10619         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
10620         Moved here (and renamed) from gnus-registry.el.
10621
10622         * gnus-registry.el: Require gnus-util.
10623         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
10624
10625 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10626
10627         * gnus-group.el (gnus-group-catchup-current): Change
10628         if-then-else-if-then-else into cond.
10629         (gnus-group-catchup): Indent.
10630         (group-name-at-point): New function.
10631         (gnus-fetch-group): Provide default from thing at point.
10632
10633 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10634
10635         * message.el (message-display-abbrev): Fix regexp.
10636
10637         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
10638         choosing.
10639         (ecomplete-highlight-match-line): Fix up code rewrite, remove
10640         dead variables.
10641
10642         * message.el (message-newline-and-indent): Remove debugging.
10643         (message-display-abbrev): Use new implementation.
10644
10645 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
10646
10647         * gnus-art.el (gnus-article-mode): Set
10648         cursor-in-non-selected-windows to nil.
10649
10650         * smiley.el: Revert previous change.
10651         (smiley-data-directory): defvar it before using it in the
10652         defcustom of `smiley-style'.
10653
10654 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10655
10656         * message.el (message-newline-and-indent): New function.
10657
10658         * ecomplete.el: Implement more bits.
10659
10660         * message.el (message-put-addresses-in-ecomplete): Clean up the
10661         string.
10662
10663         * ecomplete.el (ecomplete-add-item): Chop off decimals.
10664
10665         * gnus-sum.el (gnus-summary-save-parts): Bind
10666         gnus-summary-save-parts-counter and use it to make unique file
10667         names.
10668
10669         * gnus-art.el (gnus-ignored-headers): Add some more headers.
10670
10671         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
10672         parameter to say whether to actually parse the individual
10673         addresses.
10674
10675         * message.el (message-put-addresses-in-ecomplete): New function.
10676         (ecomplete): Require.
10677         (message-mail-alias-type): Add ecomplete as an option.
10678
10679 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
10680
10681         * flow-fill.el (fill-flowed): Remove trailing space from blank
10682         quoted lines.
10683
10684 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10685
10686         * smiley.el (smiley-style): Move definition later to avoid a
10687         compilation warning.
10688
10689 2006-04-12  Kenichi Handa  <handa@m17n.org>
10690
10691         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10692         buffer and then decode the buffer text if necessary.
10693         (rfc2231-encode-string): Be sure to work on multibyte buffer at
10694         first, and after mm-encode-body, change the buffer to unibyte.
10695         Use mm-disable-multibyte instead of set-buffer-multibyte.
10696
10697 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10698
10699         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
10700         Content-Type header instead of Content-Disposition header.
10701         (gnus-mime-inline-part): Ditto.
10702         (gnus-mime-view-part-as-charset): Ignore charset that the part
10703         specifies.
10704
10705         * mm-decode.el (mm-display-part): Work with external parts and
10706         usual parts similarly.
10707
10708         * mm-extern.el (mm-inline-external-body): Use mm-display-part
10709         instead of gnus-display-mime.
10710
10711         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
10712         instead of with-temp-buffer.
10713
10714         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
10715         tag to summarized topics part in order to encode non-ASCII text.
10716
10717 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10718
10719         * smiley.el (smiley-style): New variable.
10720         (smiley-directory): New function.
10721         (smiley-data-directory): Derive from `smiley-style' using
10722         `smiley-directory'.
10723         (smiley-regexp-alist): Add new entries.
10724
10725         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
10726         (gnus-article-browse-delete-temp): Add :version.
10727
10728 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
10729
10730         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
10731         the sieve region.
10732
10733 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10734
10735         * gnus.el (gnus-version-number): Bump version.
10736
10737 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10738
10739         * gnus.el: No Gnus v0.4 is released.
10740
10741 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10742
10743         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
10744         layout.
10745
10746         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
10747         unknown charset.
10748
10749         * message.el (message-header-synonyms): Add Original-To to the
10750         default.
10751
10752         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
10753         optional parameter.
10754
10755 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
10756
10757         * gnus-fun.el (gnus): Require it for gnus-directory.
10758
10759 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10760
10761         * gnus-fun.el (gnus-face-properties-alist): Add :version.
10762
10763 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10764
10765         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
10766
10767 2006-04-05  Simon Josefsson  <jas@extundo.com>
10768
10769         * password.el (password-reset): New function.
10770
10771 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10772
10773         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
10774         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
10775
10776 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10777
10778         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10779         Some whitespace was matched into the url, which broke browsing hits
10780         > 100 when mm-url-use-external was nil.
10781
10782 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10783
10784         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
10785         gnus-extra-headers for 'Newsgroups.
10786
10787         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
10788         bound.
10789
10790 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
10791
10792         * pgg-gpg.el: Clean up process buffers every time gpg processes
10793         complete.
10794
10795 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
10796
10797         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10798         doc string.
10799
10800 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
10801
10802         * pgg-gpg.el (pgg-gpg-process-filter)
10803         (pgg-gpg-wait-for-completion): Check if buffer is alive.
10804
10805         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
10806         lines, temporary fix.
10807
10808 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10809
10810         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
10811
10812 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
10813
10814         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
10815         default-enable-multibyte-characters.  This reverts the change from
10816         revision 6.17 which is no longer necessary because the passphrase
10817         is sent separately now.  GnuPG messages are unreadable under
10818         multibyte locales with default-enable-multibyte-characters set to
10819         nil.
10820
10821 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
10822
10823         * message.el (message-tool-bar-gnome): Move "spell".
10824
10825 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
10826
10827         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
10828         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
10829         instead.
10830
10831 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
10832
10833         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
10834         newsgroups handling for NNTP overviews which don't include
10835         Newsgroups.
10836
10837 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10838
10839         * message.el (message-resend): Bind message-generate-hashcash to nil.
10840
10841 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10842
10843         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
10844         when searching for already-paid recipients.
10845
10846 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
10847
10848         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
10849         passphrases when it is not needed.
10850         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
10851         passphrase stuff from gpg, should only be necessary when you use
10852         gpg with a smartcard.
10853
10854 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10855
10856         * mml.el (mml-insert-mime): Ignore cached contents of
10857         message/external-body part.
10858
10859         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
10860         (mm-insert-part): Ditto.
10861
10862 2006-03-23  Simon Josefsson  <jas@extundo.com>
10863
10864         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
10865         Reiner.
10866         (pgg-gpg-use-agent-p): Use it again.
10867
10868 2006-03-23  Simon Josefsson  <jas@extundo.com>
10869
10870         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
10871         older emacsen.
10872         (pgg-gpg-use-agent-p): Don't use it.
10873
10874 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
10875
10876         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
10877         if we can.
10878
10879 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
10880
10881         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
10882         (pgg-gpg-update-agent): New function.
10883         (pgg-gpg-use-agent-p): New function.
10884         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
10885         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10886         (pgg-gpg-sign-region): Use it.
10887
10888 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10889
10890         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
10891         Reported by Ralf Wachinger <rwachinger@gmx.de>.
10892
10893 2006-03-21  Simon Josefsson  <jas@extundo.com>
10894
10895         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
10896         <wilde@sha-bang.de>.
10897         (pgg-gpg-use-agent): New variable.
10898         (pgg-gpg-process-region): Use it.
10899         (pgg-gpg-encrypt-region): Likewise.
10900         (pgg-gpg-encrypt-symmetric-region): Likewise.
10901         (pgg-gpg-decrypt-region): Likewise.
10902         (pgg-gpg-sign-region): Likewise.
10903         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
10904
10905 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10906
10907         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
10908
10909         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
10910         Add comment on version.
10911
10912 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
10913
10914         * smiley.el: Add missing test smiley.
10915
10916 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10917
10918         * mm-decode.el (mm-with-part): New macro.
10919         (mm-get-part): Use it; work with message/external-body as well.
10920         (mm-save-part): Treat name and filename equally.
10921
10922         * mm-extern.el (mm-extern-cache-contents): New function.
10923         (mm-inline-external-body): Use it; force the part to be displayed;
10924         move undisplayer added to the cached handle to the parent.
10925
10926         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
10927         (gnus-mime-view-part-as-type): Work with message/external-body.
10928
10929         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
10930
10931 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10932
10933         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
10934         images in image-load-path.  [Sync with image.el, revision 1.60, in
10935         Emacs.]
10936
10937 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10938
10939         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
10940         path rather than symbol.  Always return list of directories.
10941         Guarantee that image directory comes first.  [Sync with image.el,
10942         revision 1.59, in Emacs.]
10943
10944         * message.el (message-make-tool-bar): Adjust to new API of
10945         `gmm-image-load-path-for-library'.
10946
10947         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10948
10949         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10950
10951 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10952
10953         * gnus-art.el (gnus-article-only-boring-p):
10954         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
10955         intangible text.
10956         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
10957
10958 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
10959
10960         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
10961         `defun' instead of `gmm-defun-compat'.
10962
10963 2006-03-14  Simon Josefsson  <jas@extundo.com>
10964
10965         * message.el (message-unique-id): Don't use message-number-base36
10966         if (user-uid) is a float.
10967         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
10968
10969 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10970
10971         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
10972
10973         * gnus-art.el (gnus-mime-display-single): Make sure there is an
10974         empty line between a part and a message part.
10975
10976 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
10977
10978         * smiley.el: Add more test smileys.
10979         (smiley-data-directory, smiley-regexp-alist)
10980         (gnus-smiley-file-types): Fix doc strings.
10981         (smiley-update-cache): Clear smiley-cached-regexp-alist before
10982         adding new elements.
10983         (smiley-mouse-map): Unused code.  Make it a comment.
10984
10985 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10986
10987         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
10988         scan latest NoCeM messages instead of old ones.
10989         (gnus-nocem-check-article): Fix regexps so as to match to PGP
10990         delimiters that are recently used.
10991         (gnus-nocem-load-cache): Add autoload cookie.
10992
10993         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
10994
10995         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
10996         level which is larger than gnus-use-nocem is specified.
10997
10998         * gnus-group.el (gnus-group-get-new-news): Ditto.
10999
11000 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
11001
11002         * gnus-util.el (gnus-tool-bar-update): New function.
11003
11004         * gnus-group.el (gnus-group-update-tool-bar): New variable.
11005         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
11006
11007         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
11008
11009         * gnus-group.el (gnus-group-redraw-when-idle)
11010         (gnus-group-redraw-check): Remove.
11011         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
11012
11013 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11014
11015         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
11016         if optional last element is specified in splits (FIELD VALUE...).
11017
11018 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
11019
11020         * message.el (message-make-tool-bar): Rename gmm-image-load-path
11021         to gmm-image-load-path-for-library.  Call with no-error argument.
11022         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
11023
11024         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11025
11026         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11027
11028         * gmm-utils.el (gmm-image-load-path): Remove alias.
11029
11030 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
11031
11032         * gmm-utils.el (gmm-image-load-path): Add alias.
11033
11034         * nnml.el (nnml-generate-nov-databases-directory): Rename from
11035         nnml-generate-nov-databases-1.
11036         (nnml-generate-nov-databases): Use it.
11037         (nnml-generate-nov-databases-directory): Document no-active
11038         argument.
11039
11040         * gmm-utils.el (gmm-image-load-path-for-library): Return single
11041         directory if path is t.  Add no-error.
11042
11043         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
11044         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11045
11046         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
11047         resetting gnus-article-browse-html-temp-list.
11048
11049         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
11050         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
11051         Add example to docstring.  Rename local variables.  Move error
11052         checks to default case in cond and simplify.
11053
11054 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11055
11056         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
11057         handle is multipart when calling it recursively.
11058         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
11059
11060 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
11061
11062         * nnimap.el (nnimap-request-update-info-internal): Optimize.
11063         Don't `gnus-uncompress-range' to avoid excessive memory usage.
11064
11065 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11066
11067         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
11068         is loaded.
11069
11070         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
11071         loaded.
11072
11073 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11074
11075         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
11076         to "Emacs 23 (unicode)" in doc string.
11077
11078         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
11079         "Emacs 23 (unicode)" in comment.
11080
11081 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11082
11083         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
11084
11085         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
11086         characters 160 through 255 in Emacs 23.
11087
11088 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11089
11090         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
11091         gnus-article-browse-html-temp.
11092         (gnus-article-browse-delete-temp): Make it customizable.  Add
11093         `file'.  Adjust doc string.
11094         (gnus-article-browse-delete-temp-files): Add argument.  Allow
11095         query for each file.  Adjust doc string.
11096         (gnus-article-browse-html-parts): Add
11097         `gnus-article-browse-delete-temp-files' to
11098         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
11099
11100 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
11101
11102         * gnus-art.el (gnus-article-browse-html-temp)
11103         (gnus-article-browse-delete-temp): New variables.
11104         (gnus-article-browse-delete-temp-files): New function.
11105         (gnus-article-browse-html-parts): Use it.
11106
11107 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11108
11109         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
11110
11111         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
11112         string.
11113
11114         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
11115         gnus-summary-insert-new-articles when unplugged.  Remove
11116         gnus-summary-search-article-forward.
11117
11118         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
11119         display-visual-class instead of display-color-cells.
11120
11121 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11122
11123         * dgnushack.el: Autoload customize-group for XEmacs.
11124
11125         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
11126         message/* containing non-ASCII text properly.
11127
11128 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11129
11130         * message.el: Require gmm-utils, remove autoloads.
11131         (message-tool-bar): Set default based on
11132         gmm-tool-bar-style.
11133         (message-tool-bar-gnome): Add gmm-customize-mode.
11134
11135         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
11136         gmm-tool-bar-style.
11137         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
11138
11139         * gnus-group.el (gnus-group-tool-bar): Set default based on
11140         gmm-tool-bar-style.
11141         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
11142
11143         * gmm-utils.el (gmm-image-directory): Rename variable from
11144         gmm-image-load-path.
11145         (gmm-image-load-path): Use gmm-image-directory.
11146         (gmm-customize-mode): New function.
11147         (gmm-tool-bar-style): New variable.
11148
11149         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
11150         gnus-group-redraw-line-number.
11151         (gnus-group-redraw-check): Simplify.
11152         (gnus-group-tool-bar-update): Remove redraw check.
11153         (gnus-group-make-tool-bar): Add redraw check.
11154
11155 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
11156
11157         * gnus-art.el (gnus-button): Add missing parentheses.
11158
11159 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11160
11161         * lpath.el: Fbind line-number-at-pos.
11162
11163 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11164
11165         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
11166
11167 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11168
11169         * gnus-art.el (gnus-button): New face.
11170         (gnus-article-button-face): Use it.
11171
11172         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
11173         gnus-summary-next-page.  Re-order.
11174
11175         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
11176         next-node are now included.
11177         (gnus-group-redraw-line-number): New internal variable.
11178         (gnus-group-redraw-check): Helper function for updating the tool
11179         bar.
11180         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
11181
11182         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
11183
11184         * spam.el (spam-spamassassin-score-regexp): New internal variable.
11185         (spam-extra-header-to-number, spam-check-spamassassin-headers):
11186         Use it to match format of Spamassassin 3.0 and later.  Reported by
11187         IRIE Tetsuya <irie@t.email.ne.jp>.
11188         (spam-check-bogofilter)
11189         (spam-bogofilter-register-with-bogofilter): Fix args of
11190         `gnus-error' calls.
11191
11192 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11193
11194         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
11195         unnecessary interaction when sending queued mails.  Reported by
11196         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
11197
11198 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
11199
11200         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
11201         first or last are nil.
11202
11203 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11204
11205         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
11206
11207 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11208
11209         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
11210
11211 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11212
11213         * dns.el (query-dns): Protect more against buggy tcp output.
11214
11215 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11216
11217         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
11218         nov.php.
11219
11220 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11221
11222         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
11223         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
11224         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
11225         output on the server side.
11226         (nnweb-google-create-mapping): Update regexps and add some
11227         progress indication.
11228
11229 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
11230
11231         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
11232         gnus-agent-toggle-plugged.  Re-order icons.
11233         (gnus-group-tool-bar-gnome): Add
11234         gnus-group-{prev,next}-unread-group.
11235         (gnus-group-tool-bar-gnome): Re-order icons.
11236
11237         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
11238         gnus-summary-insert-new-articles.
11239
11240         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
11241         comments.
11242
11243         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
11244         also available in Emacs 21.3.
11245
11246         * message.el (message-fix-before-sending): Change "Emacs 22" to
11247         "Emacs 23 (unicode)" in comment.
11248
11249         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
11250         "Emacs 23 (unicode)" in comment.
11251
11252         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
11253         comment.
11254         (mm-coding-system-p): Add comment about no-MULE XEmacs.
11255
11256         * mm-view.el (mm-fill-flowed): Add :version.
11257
11258 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11259
11260         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
11261         and load-path.
11262
11263 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
11264
11265         * message.el: Autoload gmm-image-load-path.
11266         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
11267         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
11268         consitency.
11269
11270         * gmm-utils.el (gmm-image-load-path): Also search in
11271         "../etc/images".  Don't set gmm-image-load-path if we don't find
11272         the image.
11273
11274 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11275
11276         * gmm-utils.el (gmm-image-load-path): Don't make
11277         `gmm-image-load-path' include subdirectories which the second arg
11278         `image' might specify.
11279
11280         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
11281         subdirectory to icon file names.
11282
11283         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
11284
11285 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11286
11287         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
11288         gmm-image-load-path calls.
11289
11290         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11291
11292         * message.el (message-make-tool-bar): Ditto.
11293
11294         * mml.el (mml-preview): Added comment concerning tool bar icons.
11295
11296         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
11297         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
11298
11299         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
11300         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
11301
11302         * message.el (message-tool-bar-gnome): Use new icon names.
11303         (message-make-tool-bar): Use `gmm-image-load-path'.
11304
11305         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
11306         functions from MH-E.
11307         (gmm-image-load-path): New variable from MH-E.
11308         (gmm-image-load-path): New function from MH-E.  Added arguments
11309         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
11310         *-image-load-path-called-flag.
11311
11312 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
11313
11314         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
11315
11316 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
11317
11318         * nnimap.el (nnimap-request-move-article): Change folder back to
11319         source group before deleting.
11320
11321 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
11322
11323         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
11324
11325         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
11326         mm-url.
11327
11328         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
11329
11330 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11331
11332         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
11333         coding system which mm-charset-to-coding-system returns for a
11334         given charset is valid.
11335
11336 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
11337
11338         * html2text.el (html2text-remove-tag-list):
11339         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
11340
11341 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
11342
11343         * gnus-cus.el: Revert 2005-10-17 change.
11344
11345 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11346
11347         * gnus-art.el (article-strip-banner): Call
11348         article-really-strip-banner only when the regexp match is made.
11349
11350 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11351
11352         * gnus-art.el (article-strip-banner): Use
11353         gnus-extract-address-components instead of
11354         mail-header-parse-addresses to make it work with non-ASCII text;
11355         remove mail-encode-encoded-word-string.
11356
11357         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
11358         values which are surrounded with \"...\"; make it never cause a
11359         Lisp error; give up parsing of parameters if it failed in
11360         extracting type.
11361
11362 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
11363
11364         * smime.el (smime-cert-by-ldap-1): Fix bug where
11365         `smime-ldap-search' returns results without userCertificates.
11366
11367 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11368
11369         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
11370
11371 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11372
11373         * spam.el (spam-check-spamassassin-headers): Adapt format for
11374         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
11375         <ari@mbf.ocn.ne.jp>.
11376         (spam-list-of-processors): Add spam-use-gmane.
11377
11378 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11379
11380         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
11381         make-temp-file; make it work with XEmacs as well.
11382
11383         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
11384         mm-make-temp-file.
11385
11386         * mm-decode.el (mm-display-external): Use the 3rd arg of
11387         mm-make-temp-file.
11388         (mm-create-image-xemacs): Ditto.
11389
11390 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11391
11392         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
11393         with message-narrow-to-headers.
11394         (gnus-draft-setup): Narrow to header to run message-fetch-field.
11395         (gnus-draft-check-draft-articles): New function.
11396         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
11397
11398 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11399
11400         * gnus-art.el (gnus-article-browse-html-parts):
11401         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
11402         Don't use suffix argument for mm-make-temp-file for Emacs 21
11403         compatibility.  Remove useless `format'.
11404
11405 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11406
11407         * nnweb.el (nnweb-google-wash-article): Update regexps.
11408         (nnweb-group-alist): Use defvoo instead of defvar.
11409
11410 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11411
11412         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
11413         re-loading nn* modules.
11414
11415 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
11416
11417         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
11418         for `tool-bar-mode' and don't check it's default-value.
11419
11420         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11421
11422         * message.el (message-make-tool-bar): Ditto.
11423
11424         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
11425         `substring'.  Shorten tmp-file name.
11426
11427         * gnus.el: Remove bogus comment.
11428
11429 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
11430
11431         * gnus-art.el (gnus-article-browse-html-parts): New function.
11432         (gnus-article-browse-html-article): New function for viewing html
11433         articles with a browser.
11434
11435 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
11436
11437         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
11438         in elisp.
11439         (pgg-gpg-encrypt-symmetric-region): Ditto.
11440         (pgg-gpg-sign-region): Ditto.
11441
11442         * pgg-def.el (pgg-text-mode): New variable.
11443
11444         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
11445         (mml2015-pgg-encrypt): Ditto.
11446
11447         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
11448         (mml1991-pgg-encrypt): Ditto.
11449
11450 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11451
11452         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
11453         message-make-date instead of current-time-string.
11454
11455         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
11456         to gnus-decoded which mm-uu might set.
11457
11458 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11459
11460         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
11461         don't decode quoted parameters; remove misimported Emacs code.
11462         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11463         (rfc2231-decode-encoded-string): Don't use split-string which
11464         behaves differently according to Emacs version; use
11465         mm-decode-coding-region to convert charset to coding-system.
11466         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11467         (rfc2231-encode-string): Remove misimported Emacs code.
11468
11469 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11470
11471         * gnus-art.el (article-decode-charset): Don't use ignore-errors
11472         when calling mail-header-parse-content-type.
11473         (article-de-quoted-unreadable): Ditto.
11474         (article-de-base64-unreadable): Ditto.
11475         (article-wash-html): Ditto.
11476
11477         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
11478         calling mail-header-parse-content-type and
11479         mail-header-parse-content-disposition.
11480         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
11481         mail-header-parse-content-type.
11482
11483         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
11484         insert charset and format parameters; encode description after
11485         inserting it to buffer.
11486         (mml-insert-parameter): Fold lines properly even if a parameter is
11487         segmented into two or more lines; change the max column to 76.
11488
11489         * rfc1843.el (rfc1843-decode-article-body): Don't use
11490         ignore-errors when calling mail-header-parse-content-type.
11491
11492         * rfc2231.el (rfc2231-parse-string): Return at least type if
11493         possible; don't cause an error even if it fails in parsing of
11494         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11495         (rfc2231-encode-string): Don't break lines at the beginning, leave
11496         it to mml-insert-parameter.
11497
11498         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
11499         calling mail-header-parse-content-type.
11500
11501 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
11502
11503         * spam-report.el (spam-report-gmane-use-article-number):
11504         Improve doc string.
11505         (spam-report-gmane-internal): Check if a suitable header was found
11506         in the article.
11507
11508 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11509
11510         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
11511         (rfc2231-encode-string): Make param*=value always begin with LWSP.
11512
11513 2006-02-05  Romain Francoise  <romain@orebokech.com>
11514
11515         Update copyright notices of all files in the gnus directory.
11516
11517 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11518
11519         * nnweb.el (nnweb-request-group): Avoid growing overview files.
11520
11521 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11522
11523         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
11524         segmented lines of parameter value to cope with Thunderbird 1.5
11525         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
11526         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11527         (rfc2231-encode-string): Don't make lines exceeding 76 column.
11528
11529 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
11530
11531         * mml.el (mml-generate-mime-1): Correct the order of inline signed
11532         parts.
11533
11534 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11535
11536         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
11537         there's only one active file for all servers.
11538         (nnweb-request-scan): Make sure nnweb-articles is initialized on
11539         solid groups.  Gnus might have used a FAST request to select the group.
11540         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
11541         and nnweb-search redundantly in the active file.
11542         (nnweb-request-list): Don't list bogus groups.  There can only be one.
11543         (nnweb-request-create-group): Don't use ARGS.
11544         (nnweb-possibly-change-server, nnweb-request-group): Remove some
11545         initialisations.  Let nnoo do the work.
11546
11547 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11548
11549         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
11550         Say the part has been decoded.
11551
11552         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
11553
11554 2006-01-31  Kevin Ryde  <user42@zip.com.au>
11555
11556         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
11557         mailcap-viewer-test-cache when there's no 'test clause, since that
11558         will invert the meaning of a "nil" test previously determined by
11559         mailcap-mailcap-entry-passes-test.
11560
11561 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11562
11563         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
11564         compiling.
11565
11566         * gnus-sum.el: Ditto.
11567
11568         * message.el: Don't bind tool-bar-map when compiling.
11569
11570 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
11571
11572         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
11573
11574 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11575
11576         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
11577         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
11578         current Google Groups.
11579
11580 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
11581
11582         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
11583         and tool-bar-mode.
11584
11585         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
11586         and tool-bar-mode.
11587
11588         * message.el (message-tool-bar-update): Simplify.
11589         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
11590
11591         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
11592         gnus-summary-buffer.
11593         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
11594         gnus-summary-reply.
11595
11596         * gmm-utils.el (gmm): Add :version.
11597
11598 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11599
11600         * Makefile.in (clean): New rule.
11601         (distclean): Use it.
11602
11603 2006-01-26  Steve Youngs  <steve@sxemacs.org>
11604
11605         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
11606         autoload.
11607
11608 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11609
11610         * gmm-utils.el (gmm-verbose): Add :group.
11611
11612 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
11613
11614         * message.el: Change some comments WRT tool-bars.
11615
11616         * gnus-sum.el (gnus-summary-tool-bar)
11617         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
11618         (gnus-summary-tool-bar-zap-list): New variables.
11619         (gnus-summary-make-tool-bar): Complete rewrite using
11620         `gmm-tool-bar-from-list'.
11621
11622         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
11623         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
11624         variables.
11625         (gnus-group-make-tool-bar): Complete rewrite using
11626         `gmm-tool-bar-from-list'.
11627         (gnus-group-tool-bar-update): New function.
11628
11629         * message.el (message-mode-field-menu): Add "Show hidden Headers".
11630
11631 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11632
11633         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
11634         is dissected into a single part of which the type is the same as
11635         the given one; decode charset.
11636
11637 2006-01-21  Kevin Ryde  <user42@zip.com.au>
11638
11639         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
11640         into alists as symbol not string, since that's what
11641         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
11642         look for.
11643
11644 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
11645
11646         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
11647         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
11648
11649         * message.el (message-tool-bar-gnome): Use gmm-ignore.
11650
11651 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11652
11653         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
11654         (gnus-xmas-mime-security-button-menu): New function.
11655
11656         * gnus-art.el (gnus-mime-security-button-commands): New variable.
11657         (gnus-mime-security-button-menu): New definition.
11658         (gnus-mime-security-button-map): Use them.
11659         (gnus-mime-security-button-menu): New function.
11660         (gnus-insert-mime-security-button): Addition to help echo.
11661         (gnus-mime-security-run-function, gnus-mime-security-save-part)
11662         (gnus-mime-security-pipe-part): New functions.
11663
11664         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
11665         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
11666
11667         * mm-decode.el (mm-handle-set-disposition): Remove.
11668         (mm-handle-set-description): Remove.
11669
11670 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11671
11672         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
11673         (mm-w3m-standalone-supports-m17n-p): New function.
11674         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
11675         w3m usage.
11676
11677         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
11678         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
11679
11680 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11681
11682         * message.el (message-tool-bar-zap-list): Use
11683         gmm-tool-bar-zap-list as custom type.
11684         (message-tool-bar-update): New function.
11685         (message-tool-bar, message-tool-bar-gnome)
11686         (message-tool-bar-retro): Add message-tool-bar-update.
11687         (message-tool-bar-gnome): Add flyspell-buffer.
11688
11689         * gnus-util.el (gnus-error): Describe `args'.
11690
11691         * gmm-utils.el (gmm-error): Describe `args'.
11692         (gmm-tool-bar-zap-list): New widget.
11693         (gmm-tool-bar-from-list): Improve description of `zap-list'.
11694
11695 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11696
11697         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
11698         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
11699         the number of recursive calls.
11700
11701         * mm-decode.el (mm-handle-set-disposition): New macro.
11702         (mm-handle-set-description): New macro.
11703
11704 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11705
11706         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
11707         encoding.
11708
11709 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11710
11711         * message.el (message-tool-bar-zap-list, message-tool-bar)
11712         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
11713         (message-tool-bar-local-item-from-menu): Remove.
11714         (message-tool-bar-map): Replace by `message-make-tool-bar'.
11715         (message-make-tool-bar): New function.
11716         (message-mode): Use `message-make-tool-bar'.
11717
11718         * gmm-utils.el: New file.
11719         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
11720         (gmm-lazy): New widget copied from `nnmail.el'.
11721         (gmm-tool-bar-from-list): New function for creating customizable
11722         tool bars.
11723         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
11724         output.
11725         (gmm): Add :prefix to defgroup.
11726
11727 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
11728
11729         * gmm-utils.el (gmm-widget-p): New function.
11730
11731 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11732
11733         * mml.el (mml-attach-file): Describe `description' in doc string.
11734         (mml-menu): Add Emacs MIME manual and PGG manual.
11735
11736 2006-01-20  Richard M. Stallman  <rms@gnu.org>
11737
11738         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
11739
11740 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
11741
11742         * nntp.el (nntp-end-of-line): Doc fix.
11743
11744 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
11745
11746         * imap.el (imap-open): Handle case where buffer is a buffer
11747         object.
11748
11749 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11750
11751         * gnus-delay.el (gnus-delay): Don't autoload.
11752         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11753         to be re-loaded when customizing the `gnus-delay' group.
11754
11755 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
11756
11757         * message.el (message-insert-citation-line): Use newlines.
11758
11759 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11760
11761         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
11762         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
11763         these routines, so the passphrase can be managed externally and
11764         passed in to the system.
11765         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
11766         pgg-add-passphrase-to-cache function.
11767
11768         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
11769         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
11770         these routines, so the passphrase can be managed externally and
11771         passed in to the system.
11772         (pgg-pgp5-sign-region): Use new name of
11773         pgg-add-passphrase-to-cache function.
11774
11775 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11776
11777         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11778         part of the decoded armor to find the key-identifier.
11779         (pgg-gpg-lookup-key-owner): New function to return the
11780         human-readable identifier of a key owner.
11781         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
11782         itself.
11783         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11784         the key value) if we have a key and can match it against a secret
11785         key.  Also, added a note pointing out fact that the prompt only
11786         indicates the first matching key.
11787
11788         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
11789         pgg-decrypt-region.
11790         (pgg-add-passphrase-to-cache): Rename from
11791         `pgg-add-passphrase-cache' to reduce confusion (all callers
11792         changed).
11793         (pgg-remove-passphrase-from-cache): Rename from
11794         `pgg-remove-passphrase-cache' to reduce confusion (all callers
11795         changed).
11796         (pgg-read-passphrase, pgg-add-passphrase-cache)
11797         (pgg-remove-passphrase-cache): Add informative docstrings.
11798         (pgg-decrypt): Convey provided passphrase in subordinate call to
11799         pgg-decrypt-region.
11800
11801 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
11802
11803         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11804         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11805         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11806         'passphrase' argument, so the passphrase can be managed externally
11807         and then passed in to the system.
11808
11809         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11810         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
11811         so the passphrase cache can be used reliably with identifiers
11812         besides a pgp packet's key id.
11813
11814         * pgg-gpg.el (pgg-gpg-encrypt-region)
11815         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11816         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
11817         these routines, so the passphrase can be managed externally and
11818         passed in to the system.
11819
11820         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11821         'notruncate' argument, so the passphrase cache can be used
11822         reliably with identifiers besides a pgp packet's key id.
11823
11824 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
11825
11826         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11827         symmetric encryption.
11828         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11829         encrypted session key.
11830         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11831         message ask for the passphrase in a proper way.
11832
11833         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11834         New user commands for symmetric encryption.
11835
11836 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11837
11838         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
11839
11840         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
11841
11842 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
11843
11844         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
11845
11846 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11847
11848         * mm-decode.el (mm-inlined-types): Add application/pgp.
11849         (mm-automatic-display): Ditto.
11850
11851         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
11852         part as text.
11853
11854 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11855
11856         * nnrss.el: Update copyright.
11857         (nnrss-opml-import): Query whether to subscribe to each entry.
11858
11859         * gnus-art.el:
11860         * gnus-sum.el:
11861         * gnus-xmas.el:
11862         * messagexmas.el:
11863         * mm-uu.el:
11864         * mm-view.el: Update copyright.
11865
11866 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
11867
11868         * message.el (message-info): New function.
11869         (message-mode-menu): Add it.
11870         Update copyright.
11871
11872         * ChangeLog: Fix and update copyright.
11873
11874 2006-01-13  Romain Francoise  <romain@orebokech.com>
11875
11876         * message.el (message-forward-subject-name-subject): Prefer the
11877         address to 'nowhere' if the sender has no name.
11878         Fix typo.  Update copyright year.
11879
11880 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11881
11882         * gnus-art.el (article-wash-html): Use
11883         gnus-summary-show-article-charset-alist if a numeric arg is given.
11884         (gnus-article-wash-html-with-w3m-standalone): New function.
11885
11886         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
11887         mm-inline-text-html-render-with-w3m-standalone.
11888         (mm-text-html-washer-alist): Map w3m-standalone to
11889         gnus-article-wash-html-with-w3m-standalone.
11890         (mm-inline-text-html-render-with-w3m-standalone): New function.
11891
11892 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
11893
11894         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
11895         Improve LaTeX.
11896
11897 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11898
11899         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
11900         (nnrss-request-article): Render text/plain parts as HTML.
11901
11902         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
11903         the buffer.
11904
11905 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
11906
11907         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
11908         custom definition of `gnus-posting-styles'.
11909
11910         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
11911         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
11912
11913 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11914
11915         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
11916         Use nntp for bug archive.
11917
11918 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11919
11920         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
11921         parts.
11922         (nnrss-normalize-date): New function converts ISO 8601 date into
11923         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11924         (nnrss-check-group): Use it.
11925
11926 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11927
11928         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
11929
11930         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
11931         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11932         (nnrss-insert-w3): Ditto.
11933
11934 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11935
11936         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
11937         the articles to be forwarded including the case where neither a
11938         number of articles nor a region is specified.
11939
11940 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11941
11942         * nnrss.el (nnrss-request-article): Fix last change; fill
11943         text/plain parts.
11944
11945 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11946
11947         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
11948         in text/plain part.
11949         (nnrss-check-group): Don't add excessive newline to dc:subject.
11950
11951 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
11952
11953         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
11954         article.
11955
11956 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11957
11958         * nnml.el: Don't require gnus-bcklg.  Autoload it.
11959         (nnml-use-compressed-files, nnml-save-mail): Support other
11960         comression programs such as bzip2.
11961
11962 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11963
11964         * dns.el (query-dns): Make sure we check the buffer size before
11965         removing tcp headers.
11966
11967 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11968
11969         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
11970         remove MIME buttons associated with multipart/alternative parts.
11971         (gnus-mime-display-alternative): Tag buttons using `article-type'
11972         text property.
11973
11974         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
11975         associated with multipart/alternative parts.
11976
11977         * gnus-art.el (gnus-signature-separator): Fix custom type.
11978
11979         * mm-decode.el (mm-inlined-types): Fix custom type.
11980         (mm-keep-viewer-alive-types): Ditto.
11981         (mm-automatic-display): Ditto.
11982         (mm-attachment-override-types): Ditto.
11983         (mm-inline-override-types): Ditto.
11984         (mm-automatic-external-display): Ditto.
11985
11986 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11987
11988         * spam-report.el (spam-report-user-mail-address)
11989         (spam-report-user-agent): New variables.
11990         (spam-report-url-ping-plain): Use spam-report-user-agent.
11991
11992 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
11993
11994         * gnus-art.el (gnus-button-handle-custom): Do not just use
11995         `customize-apropos' for any "M-x customize-*" button but the
11996         function called for.  Accept both the function name and its
11997         argument in order to achieve this.
11998         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
11999         function name to `gnus-button-handle-custom' in case of "M-x
12000         customize-*" buttons.
12001
12002 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12003
12004         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
12005         multipart/alternative and add xref to mm-discouraged-alternatives
12006         in doc string.
12007
12008         * mm-decode.el (mm-discouraged-alternatives): Add xref to
12009         gnus-buttonized-mime-types in doc string.
12010
12011 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
12012
12013         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
12014         Suggest image/.* in the doc string.
12015
12016 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12017
12018         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
12019         message-marks (Debian bug #342521).
12020
12021 2005-12-12  Simon Josefsson  <jas@extundo.com>
12022
12023         * password.el (password-read-from-cache): Add.
12024         (password-read): Use it.
12025
12026 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12027
12028         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
12029         us-ascii as a MIME charset.
12030
12031         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
12032         against the case where the 2nd arg TYPE is nil.
12033
12034 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12035
12036         * pop3.el (pop3-stream-type): Fix custom version.
12037
12038         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
12039
12040 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12041
12042         * mm-decode.el (mm-display-external): Add missing cdr.
12043
12044 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12045
12046         * mm-decode.el (mm-display-external): Use nametemplate (defined in
12047         RFC1524) if it is in mailcap or add a suffix according to
12048         mailcap-mime-extensions when generating a temp filename; postpone
12049         deleting a temp file for 2 seconds for some wrappers, shell
12050         scripts, and so on, which might exit right after having started a
12051         viewer command as a background job.
12052
12053 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12054
12055         * nntp.el (nntp-marks-directory): Fix custom group.
12056
12057         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
12058         steps when < 10.
12059
12060         * gnus-start.el (gnus-no-server-1): Mention
12061         `gnus-level-default-subscribed' in doc string.
12062
12063 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12064
12065         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
12066         parens.
12067
12068 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12069
12070         * gnus-xmas.el (gnus-use-toolbar): Revert.
12071         (gnus-xmas-setup-toolbar): Use global default-toolbar if
12072         gnus-use-toolbar is default.
12073
12074         * messagexmas.el (message-use-toolbar): Revert.
12075         (message-setup-toolbar): Use global default-toolbar if
12076         message-use-toolbar is default.
12077
12078 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12079
12080         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
12081         according to default-toolbar-visible-p.
12082
12083         * messagexmas.el (message-use-toolbar): Ditto.
12084
12085 2005-11-26  Dave Love  <fx@gnu.org>
12086
12087         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
12088         (tls-program, tls-success): Provide openssl alternative.
12089
12090         * starttls.el: Doc fixes.
12091         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
12092         SERVICE to PORT.
12093
12094         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
12095         port null or service name.
12096         (starttls-negotiate): Autoload.
12097
12098 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12099
12100         * message.el (message-kill-to-signature): Fix interactive spec.
12101
12102 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12103
12104         * pop3.el (pop3-open-server): Recognize a string as a service name.
12105
12106 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
12107
12108         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
12109
12110 2005-11-23  Dave Love  <fx@gnu.org>
12111
12112         Add pop3s, pop3/starttls.
12113
12114         * pop3.el (pop3-authentication-scheme): Clarify doc.
12115         (open-tls-stream, starttls-open-stream): Autoload.
12116         (pop3-stream-type): New.
12117         (pop3-open-server): Use it.
12118
12119         * mail-source.el (mail-sources): Fix some :types.  Add stream type
12120         for POP.
12121         (mail-source-keyword-map): Add :stream for POP.
12122         (mail-source-fetch-pop): Use pop3-stream-type.
12123
12124 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12125
12126         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
12127         of current-time-string.
12128
12129 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
12130
12131         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
12132         date header.
12133
12134 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12135
12136         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
12137         it can seriously impact performance as it bypasses the agent's
12138         local caches.
12139
12140 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12141
12142         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
12143         must be explicitly online rather than "not explicitly offline" for
12144         its flags to be synchronized.
12145
12146         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
12147         that gnus-uu-unmark-thread will function correctly.
12148
12149         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
12150         1024K is instead displayed as 1M.
12151
12152 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12153
12154         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
12155
12156 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
12157
12158         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
12159
12160 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
12161
12162         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
12163         error message to display actual error condition.
12164         (gnus-agent-save-local): Avoid saving symbols that are bound to
12165         nil as they simply result in a warning message in
12166         gnus-agent-read-local.
12167
12168 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12169
12170         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
12171         rather than make-variable-buffer-local for file-precious-flag.
12172
12173 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12174
12175         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
12176         for duplicates which are removed.  The invalid sort check then
12177         triggers a rescan after the sort as sorting may have moved
12178         duplicate entries such that they can be cheaply detected.
12179
12180 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12181
12182         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
12183
12184 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12185
12186         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
12187         internal variable to a custom variable.  Changed default value
12188         from compressed(2) to uncompressed(1).
12189         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
12190         support for uncompressed agentview files.  Taken together, reading
12191         the agentview file should now be 6-7 times faster.
12192
12193 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12194
12195         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
12196         as a buffer-local variable.  This avoids creating truncated
12197         dribble files as a result of a hang up, eg.
12198
12199 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
12200
12201         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
12202         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
12203         XEmacs.
12204
12205 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12206
12207         * gnus-start.el (gnus-start-draft-setup): Enforce
12208         `gnus-draft-mode' for nndraft:drafts at startup.
12209
12210         * gnus.el (gnus-splash): Change custom group.
12211         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
12212         allow-list argument.
12213
12214         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
12215         string.
12216
12217 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12218
12219         * gnus-art.el (gnus-default-article-saver): Add user-defined
12220         `function' to custom type.
12221
12222 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12223
12224         * imap.el (imap-open): Handle case where buffer is a buffer
12225         object.
12226
12227 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12228
12229         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
12230         long lines.
12231         (gnus-cache-delete-group): Wrap doc strings.
12232
12233         * gnus-agent.el (gnus-agent-rename-group)
12234         (gnus-agent-delete-group): Wrap doc strings.
12235
12236 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12237
12238         * messagexmas.el (message-use-toolbar): Change the valid values
12239         into default, top, bottom, left, and right.
12240         (message-toolbar-thickness): New variable.
12241         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
12242         well.
12243         (message-setup-toolbar): Make it work.
12244
12245         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
12246         (gnus-use-toolbar): Change the valid values into default, top,
12247         bottom, left, and right.
12248         (gnus-toolbar-thickness): New variable.
12249         (gnus-xmas-setup-toolbar): New function.
12250         (gnus-xmas-setup-group-toolbar): Use it.
12251         (gnus-xmas-setup-summary-toolbar): Use it.
12252
12253 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12254
12255         * gnus-start.el (gnus-1): Add "native" to
12256         gnus-predefined-server-alist.
12257
12258         * gnus.el (gnus-method-to-server): Don't add "native" to the
12259         lists here, because that leads to problems when
12260         gnus-select-method is bound.
12261
12262 2005-11-09  Simon Josefsson  <jas@extundo.com>
12263
12264         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
12265         use (not sort-by-date) instead.
12266
12267 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12268
12269         * gnus-delay.el (gnus-delay-group): Don't autoload.
12270         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12271         to be re-loaded when customizing the `gnus-delay' group.
12272
12273 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
12274
12275         * message.el: Revert last changes.
12276         (message-insert-citation-line): Use newlines.
12277
12278 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
12279
12280         * message.el (message-courtesy-message)
12281         (message-mark-insert-begin, message-mark-insert-end)
12282         (message-elide-ellipsis, message-cancel-message)
12283         (message-add-header, message-change-subject)
12284         (message-cross-post-followup-to-header)
12285         (message-cross-post-insert-note, message-reduce-to-to-cc)
12286         (message-widen-reply, message-delete-not-region)
12287         (message-kill-to-signature, message-insert-signature)
12288         (message-insert-importance-high, message-insert-importance-low)
12289         (message-insert-or-toggle-importance)
12290         (message-insert-disposition-notification-to)
12291         (message-indent-citation, message-yank-original)
12292         (message-cite-original-without-signature, message-cite-original)
12293         (message-insert-citation-line, message-position-on-field)
12294         (message-fix-before-sending, message-send-mail-partially)
12295         (message-send-mail, message-send-mail-with-sendmail)
12296         (message-send-mail-with-qmail, message-send-news)
12297         (message-check-news-header-syntax, message-generate-headers)
12298         (message-insert-courtesy-copy, message-fill-address)
12299         (message-fill-header, message-shorten-references)
12300         (message-setup-1, message-cancel-news)
12301         (message-forward-make-body-plain, message-forward-make-body-mime)
12302         (message-forward-make-body-mml, message-encode-message-body)
12303         (message-forward-make-body-digest-plain)
12304         (message-forward-make-body-digest-mime)
12305         (message-use-alternative-email-as-from): Insert `hard-newline'
12306         instead of ordinary newlines.
12307
12308 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12309
12310         * message.el (message-generate-headers): Downcase the argument
12311         given to message-check-element.
12312
12313 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
12314
12315         * nntp.el (nntp-authinfo-rejected): New error condition.
12316         (nntp-wait-for): Use new error condition to signal authentication
12317         error.
12318         (nntp-retrieve-data): Rethrow new error condition to break out of
12319         recursive call to nntp-send-authinfo.
12320
12321 2005-11-08  Romain Francoise  <romain@orebokech.com>
12322
12323         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
12324         (gnus-summary-exit-map): Bind to `Z p'.
12325         (gnus-summary-make-menu-bar): Add menu item.
12326
12327 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
12328
12329         * gnus-art.el (gnus-article-treat-custom): Add `first'.
12330         (gnus-treat-*): Add `first' in all doc strings.
12331
12332         * gnus-group.el (gnus-group-compact-group): Fix typo.
12333
12334 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12335
12336         * gnus.el (gnus-parameters-case-fold-search): New variable.
12337         (gnus-parameters-get-parameter): Use it.
12338
12339         * gnus-score.el (gnus-home-score-file): Doc fix.
12340
12341 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
12342
12343         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
12344
12345 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12346
12347         * mm-util.el (mm-special-display-p): New function.
12348
12349         * mml.el (mml-preview): Use it; doc fix.
12350
12351 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12352
12353         * imap.el (imap-open): Handle case where buffer is a buffer object.
12354
12355 2005-10-29  Romain Francoise  <romain@orebokech.com>
12356
12357         * message.el (message-fix-before-sending): Fix comment.
12358
12359 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12360
12361         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
12362
12363 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12364
12365         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
12366         Used in gnus-score.el.
12367
12368 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12369
12370         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
12371
12372 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
12373
12374         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
12375         whitespace removed in revision 7.8.  Use concatenated string to
12376         protect trailing whitespace.
12377
12378 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
12379
12380         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
12381         (nnimap-request-expire-articles): Use it to avoid sending 'UID
12382         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
12383         Courier IMAP ("some version from 2004").  Mostly based on similar
12384         code in the same function.
12385
12386 2005-10-26  Didier Verna  <didier@xemacs.org>
12387
12388         * gnus-group.el (gnus-group-compact-group): Invalidate original
12389         article buffer.
12390         * gnus-srvr.el (gnus-server-compact-server): Ditto.
12391         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
12392         NOV database and in article itself.
12393         Invalidate article backlog.
12394
12395 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12396
12397         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
12398
12399 2005-10-26  Simon Josefsson  <jas@extundo.com>
12400
12401         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
12402         part of 2004-07-25 change.
12403
12404 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12405
12406         * message.el (message-display-completion-list): New function.
12407         (message-expand-group): Use it; make sure the Completions buffer
12408         is modifiable.
12409 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
12410
12411         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
12412         user-mail-name is an empty string.
12413
12414 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12415
12416         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
12417         depending on gnus-score-decay-constant.
12418
12419         * encrypt.el (encrypt-insert-file-contents)
12420         (encrypt-write-file-contents): Don't use `gnus-message'.
12421
12422         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
12423         arguments.
12424         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
12425         arguments to mm-uu-verbatim-marks-extract.
12426         (mm-uu-hide-markers): New variable.
12427         (mm-uu-extract): Use face similar to `gnus-cite-3'.
12428
12429         * gnus-fun.el (gnus-convert-image-to-x-face-command)
12430         (gnus-convert-image-to-face-command): Use "convert" by default to
12431         allow other input image formats.
12432         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
12433         accordingly.
12434
12435 2005-10-23  Simon Josefsson  <jas@extundo.com>
12436
12437         * imap.el (imap-gssapi-program): Align command line parameters
12438         with latest GNU SASL.
12439         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
12440
12441 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12442
12443         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
12444         HTML.
12445         (nnslashdot-request-article): Ditto.
12446
12447         * lpath.el (featurep): Add nobreak-char-display.
12448
12449 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12450
12451         * mail-source.el (mail-source-fetch-pop): Require pop3.
12452         (mail-source-check-pop): Ditto.
12453
12454 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12455
12456         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
12457         errors.
12458
12459 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12460
12461         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
12462         (gnus-treat-strip-leading-blank-lines): Improve doc string.
12463
12464         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
12465
12466         * mm-bodies.el (mm-decode-string): Call
12467         `mm-charset-to-coding-system' with allow-override argument.
12468
12469 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12470
12471         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
12472         (rfc2047-charset-to-coding-system): New function.
12473         (rfc2047-decode-encoded-words): New function.
12474         (rfc2047-decode-region): Use them.
12475         (rfc2047-decode-cte): Remove.
12476         (rfc2047-parse-and-decode): Remove.
12477         (rfc2047-decode): Remove.
12478
12479 2005-10-15  Kenichi Handa  <handa@m17n.org>
12480
12481         * rfc2047.el (rfc2047-decode-cte): New function.
12482         (rfc2047-decode-region): Change the way to decode successive
12483         encoded-words: decode B- or Q-encoding in each encoded-word,
12484         concatenate them, and decode it as charset.
12485
12486 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12487
12488         * lpath.el: Fbind codepage-setup for XEmacs.
12489
12490 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
12491
12492         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
12493         widget-move-and-invoke.
12494         (gnus-custom-mode): Use gnus-custom-map.
12495
12496 2005-10-15  Bill Wohler  <wohler@newt.com>
12497
12498         * message.el (message-tool-bar-map): Renamed image file from
12499         mail_send to mail/send.
12500
12501 2005-10-16  Masatake YAMATO  <jet@gyve.org>
12502
12503         * message.el (message-expand-group): Pass the common
12504         prefix substring of completion to `display-completion-list'.
12505
12506 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
12507
12508         * mml-sec.el (mml-secure-method): New internal variable.
12509         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
12510         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
12511         functions using mml-secure-method.
12512
12513         * mml.el (mml-mode-map): Add key bindings for those functions.
12514         (mml-menu): Simplify security menu entries.  Suggested by Jesper
12515         Harder <harder@myrealbox.com>.
12516         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
12517         end of message if point is the headers of the message.
12518
12519         * message.el (message-in-body-p): New function.
12520
12521         * assistant.el: Autoload gnus-util and netrc.
12522
12523         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
12524         Use `mm-charset-override-alist' only when decoding.
12525
12526         * mm-bodies.el (mm-decode-body): Call
12527         `mm-charset-to-coding-system' with allow-override argument.
12528
12529         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
12530         `filename' from Content-Disposition if Content-Type doesn't
12531         provide `name'.
12532         (gnus-mime-view-part-as-type): Set default instead of
12533         initial-input.
12534
12535 2005-10-09  Daniel Brockman  <daniel@brockman.se>
12536
12537         * format-spec.el (format-spec): Propagate text properties of % spec.
12538
12539 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12540
12541         * gnus-art.el (gnus-treat-predicate): Add `first'.
12542
12543 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12544
12545         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
12546         (mm-charset-override-alist): New variable.
12547         (mm-charset-to-coding-system): Use it.
12548         (mm-codepage-setup): New helper function.
12549         (mm-charset-eval-alist): New variable.
12550         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
12551         about unknown charsets.
12552
12553         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
12554
12555 2005-10-04  David Hansen  <david.hansen@gmx.net>
12556
12557         * nnrss.el (nnrss-request-article): Add support for the comments tag.
12558         (nnrss-check-group): Ditto.
12559
12560 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12561
12562         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
12563         Rename x-gnus-verbatim to x-verbatim.
12564         (mm-uu-type-alist): Fix regexp for verbatim-marks.
12565
12566         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
12567         x-verbatim.
12568
12569         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
12570
12571         * gnus-util.el (gnus-remove-duplicates): Remove.
12572
12573         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
12574         instead of gnus-remove-duplicates.
12575
12576         * message.el (message-remove-duplicates): Remove.
12577         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
12578         message-remove-duplicates.
12579
12580         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
12581         available, else use implementation from `delete-dups'.
12582
12583         * message.el (message-insert-expires): New function.
12584         (message-mode-map): Add key binding.
12585         (message-mode-field-menu): Add menu entry.
12586         (message-mode): Document it.
12587         (message-make-expires-date): Use `message-make-date'.
12588
12589 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
12590
12591         * message.el (message-make-expires-date): New function.
12592
12593 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12594
12595         * Makefile.in (list-installed-shadows): New entry.
12596         (install): Use it.
12597         (remove-installed-shadows): New entry.
12598
12599         * dgnushack.el (dgnushack-default-load-path): New variable.
12600         (dgnushack-find-lisp-shadows): New function.
12601         (dgnushack-remove-lisp-shadows): New function.
12602
12603 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12604
12605         * Makefile.in (install-el-elc): New entry.
12606         (install): Use it so that .el files are necessarily installed.
12607
12608 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12609
12610         * time-date.el: Autoload parse-time-string, XEmacs needs it.
12611
12612 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12613
12614         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
12615         function rather than the diff-mode.el package.
12616         (mm-display-external): Use with-current-buffer.
12617         (mm-viewer-completion-map, mm-viewer-completion-map):
12618         Move initialization inside declaration.
12619
12620 2005-09-29  Simon Josefsson  <jas@extundo.com>
12621
12622         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
12623         autoload mail-check-payment.
12624         (spam-check-hashcash): Define unconditionally, since hashcash.el
12625         is part of Gnus now.  Ignore errors from payment checking.
12626
12627 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
12628
12629         * message.el (message-bold-region, message-unbold-region): Rename
12630         from `bold-region' and `unbold-region'.
12631
12632         * message.el: Remove useless autoloads.
12633
12634 2005-09-28  Simon Josefsson  <jas@extundo.com>
12635
12636         * message.el (message-use-idna): Default to t.
12637         (message-use-idna): Test whether encoding works too.  Doc fix.
12638
12639 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12640
12641         * nntp.el (nntp-warn-about-losing-connection): Remove.
12642
12643 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
12644
12645         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
12646         customizable.  Change default value.
12647         (mm-uu-diff-groups-regexp): Change default value.
12648         (mm-uu-type-alist): Add doc string.
12649         (mm-uu-configure): Add doc string.  Make it interactive.
12650         (mm-uu-tex-groups-regexp): New variable.
12651         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
12652         (mm-uu-type-alist): Add LaTeX documents.
12653         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
12654         of "text/verbatim".
12655         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
12656
12657         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
12658         instead of "text/verbatim".
12659
12660         * message.el (message-mark-inserted-region)
12661         (message-mark-insert-file): Use slrn style marks when called with
12662         prefix argument.
12663
12664 2005-09-27  Simon Josefsson  <jas@extundo.com>
12665
12666         * message.el (message-idna-to-ascii-rhs-1): Reformat.
12667
12668 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
12669
12670         * message.el (message-remove-duplicates): New function.
12671         Implementation borrowed from `gnus-remove-duplicates'.
12672         (message-idna-to-ascii-rhs): Also encode idna addresses in
12673         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12674         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
12675         only ask about the same idna domain once per header and also tell
12676         in what header to replace the idna domain.
12677
12678         * gnus-art.el (article-decode-idna-rhs): Also decode idna
12679         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12680         (article-decode-idna-rhs): Fix regexp so that all idna-address in
12681         a header is decoded and not just the last one.
12682
12683 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12684
12685         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
12686         has been decoded.
12687
12688         * mm-decode.el (mm-automatic-display): Add text/verbatim.
12689         (mm-insert-part): Don't modify text if it has been decoded.
12690
12691         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
12692         decoded.
12693
12694         * mm-view.el (mm-inline-text): Don't strip text props unless
12695         decoding enriched or richtext parts.
12696
12697 2005-09-25  Romain Francoise  <romain@orebokech.com>
12698
12699         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
12700         * gnus-start.el (gnus-subscribe-interactively):
12701         * gnus-uu.el (gnus-uu-grab-articles):
12702         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
12703         space.
12704
12705 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
12706
12707         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
12708         * mm-view.el (mm-view-pkcs7-decrypt):
12709         * gnus-sum.el (gnus-summary-limit-to-extra)
12710         (gnus-summary-respool-article, gnus-read-move-group-name):
12711         * gnus-score.el (gnus-summary-increase-score):
12712         * gnus-util.el (gnus-completing-read-with-default):
12713         * gnus-art.el (gnus-read-save-file-name)
12714         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
12715         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
12716         * message.el (message-check-news-header-syntax):
12717         Follow convention for reading with the minibuffer.
12718
12719 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
12720
12721         * spam-report.el (spam-report-url-ping-plain):
12722         Use gnus-extended-version as User-Agent.
12723
12724         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
12725         default value is nil.
12726
12727         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
12728         (mm-uu-verbatim-marks-extract): New function.
12729         (mm-uu-extract): New face.
12730         (mm-uu-copy-to-buffer): Use it.
12731
12732         * spam-report.el (spam-report-gmane-ham): Renamed from
12733         `spam-report-gmane-unspam'.
12734         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
12735         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
12736
12737         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
12738         Autoload.
12739         (spam-report-gmane-unregister-routine): Renamed
12740         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
12741
12742 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
12743
12744         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
12745         (spam-report-gmane-unregister-routine): Add support for gmane
12746         unregistration.
12747
12748         * spam-report.el (spam-report-gmane-unspam)
12749         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
12750         (spam-report-gmane): Change to take a single article and do unspam
12751         registration.
12752
12753 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12754
12755         * mm-url.el (mm-url-decode-entities): Fix regexp.
12756
12757 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12758
12759         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
12760         default to nil, to be able to use Gnus at all.  If the default
12761         switches to something else, then the function should be fixed not
12762         be exceedingly slow.
12763
12764 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
12765
12766         * gnus-start.el (gnus-activate-group): If the server is nil, don't
12767         fail hard.
12768
12769         * spam-report.el: Add better Keywords line.
12770
12771         * spam.el: Add Maintainer and better Keywords line.
12772
12773 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12774
12775         * gnus-art.el (gnus-article-replace-part)
12776         (gnus-mime-replace-part): New functions.
12777         (gnus-mime-action-alist, gnus-mime-button-commands)
12778         (gnus-mime-save-part-and-strip): Added file argument.
12779         (gnus-article-part-wrapper): Added interactive argument.
12780
12781         * gnus-sum.el (gnus-summary-mime-map): Add
12782         `gnus-article-replace-part'.
12783
12784 2005-09-19  Didier Verna  <didier@xemacs.org>
12785
12786         The nnml compaction feature:
12787         * nnml.el (nnml-request-compact-group): New function.
12788         * nnml.el (nnml-request-compact): New function.
12789         * gnus-int.el (gnus-request-compact-group): New function.
12790         * gnus-int.el (gnus-request-compact): New function.
12791         * gnus-group.el (gnus-group-compact-group): New function.
12792         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
12793         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
12794         * gnus-srvr.el (gnus-server-compact-server): New function.
12795         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
12796         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
12797
12798 2005-09-18  Deepak Goel  <deego@gnufans.org>
12799
12800         * sieve.el (sieve-help): Fix `message' call: first arg should be a
12801         format spec.
12802
12803 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12804
12805         * gnus.el (gnus-group-startup-message): Bind image-load-path.
12806
12807 2005-09-15  Romain Francoise  <romain@orebokech.com>
12808
12809         * message.el (message-fill-paragraph): Clarify docstring.
12810
12811 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12812
12813         * gnus-art.el (gnus-mime-display-part): Protect against broken
12814         MIME messages.
12815
12816 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12817
12818         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
12819         before parsing header.
12820
12821 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
12822
12823         * html2text.el (html2text-replace-list): Add new entities.
12824
12825 2005-09-11  Romain Francoise  <romain@orebokech.com>
12826
12827         * message.el (message-alternative-emails): Improve docstring.
12828         (message-setup-1): Call `message-use-alternative-email-as-from'
12829         after `message-setup-hook' to give it precedence over posting
12830         styles, etc.
12831         (message-use-alternative-email-as-from): Add docstring.  Remove
12832         the original From header if present.
12833
12834         * nnml.el (nnml-compressed-files-size-threshold): New variable.
12835         (nnml-save-mail): Use it.
12836
12837         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
12838         articles.  Add new argument `silent'.
12839         (gnus-uu-mark-all): Report the total number of marked articles.
12840
12841 2005-09-10  Romain Francoise  <romain@orebokech.com>
12842
12843         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
12844         (gnus-uu-mark-series): Likewise.
12845
12846 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
12847
12848         * spam-report.el (spam-report-gmane): Fix generation of spam
12849         report URL.
12850
12851 2005-09-10  Simon Josefsson  <jas@extundo.com>
12852
12853         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
12854         t, based on discussion on the ding list with Robert Epprecht
12855         <epprecht@solnet.ch>.
12856
12857 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
12858
12859         * spam-report.el (spam-report-gmane): Make it work without
12860         X-Report-Spam header.  Gmane now only provides Archived-At.
12861         This is only used if `spam-report-gmane-use-article-number' is nil.
12862         (spam-report-gmane-spam-header): Remove.  Not used anymore.
12863
12864         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
12865         make `gnus-summary-sort-by-recipient' work with threading.
12866
12867         * nnweb.el (nnweb-google-wash-article): Print a message if article
12868         is not available.
12869
12870 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12871
12872         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
12873         change.  Decode text/* parts content before displaying.
12874
12875 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
12876
12877         * mml-smime.el: Remove defvar of gnus-extract-address-components.
12878
12879 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12880
12881         * mm-view.el (mm-display-inline-fontify): Disable support modes.
12882
12883         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
12884         url-package-name, url-package-version,
12885         w3m-cid-retrieve-function-alist, w3m-current-buffer,
12886         w3m-display-inline-images, and w3m-minor-mode-map.
12887
12888 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
12889
12890         * message.el (message-tab-body-function): Fix mismatched custom type.
12891
12892         * gnus.el (gnus-group-change-level-function): Ditto.
12893
12894         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
12895
12896         * gnus-art.el (gnus-signature-limit)
12897         (gnus-article-mime-part-function): Ditto.
12898
12899 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12900
12901         * mml.el (mml-mode): Silence the byte compiler.
12902
12903         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
12904         using `(sit-for 0)' before moving the point to the specified part;
12905         skip unbuttonized parts.
12906         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
12907         return to the summary window if gnus-auto-select-part is non-nil.
12908
12909 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
12910
12911         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
12912         variables.
12913         (mml-dnd-attach-file, mml-mode): Use them.
12914
12915         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
12916         Make fetching article by MID work again for Google Groups.  Added
12917         FIXME concerning gnus-group-make-web-group.
12918
12919         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
12920         Don't depend on Gnus by using mail-extract-address-components if
12921         gnus-extract-address-components is not bound.
12922
12923 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12924
12925         * gnus-art.el (gnus-mime-display-security): Don't display the
12926         signature, but only the signed part.
12927
12928 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12929
12930         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
12931
12932         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
12933         list, not listp.
12934
12935 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
12936
12937         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
12938         when encoding.
12939
12940         * mm-bodies.el (mm-decode-content-transfer-encoding):
12941         De-canonicalize CRLF for all text content types, not just
12942         text/plain.
12943
12944 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12945
12946         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
12947         valid article; point arrow and cursor at the MIME button.
12948
12949 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12950
12951         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
12952         Suggested by Dan Christensen <jdc@uwo.ca>.
12953
12954         * mm-decode.el (mm-save-part): Enable change of prompt.
12955
12956 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
12957
12958         * gnus-msg.el (gnus-inews-add-send-actions): Made
12959         `message-post-method' lambda parameter ARG `&optional'.
12960
12961 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12962
12963         * gnus-sum.el (gnus-summary-mime-map): Added
12964         gnus-article-save-part-and-strip, gnus-article-delete-part and
12965         gnus-article-jump-to-part.
12966
12967         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
12968         (gnus-article-edit-part): Use it.
12969         (gnus-article-part-wrapper): Added no-handle argument.
12970         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
12971         functions.
12972
12973 2005-08-29  Romain Francoise  <romain@orebokech.com>
12974
12975         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12976         docstring.
12977         (gnus-face-from-file): Likewise.
12978
12979 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12980
12981         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
12982         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
12983         non-nil.
12984         (gnus-auto-select-part): New variable.
12985         (gnus-article-jump-to-part): New function.
12986         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
12987         (gnus-mime-delete-part): Allow selecting specified part after
12988         deleting or stripping parts.
12989         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
12990         part if argument is bogus.
12991
12992 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
12993
12994         * gnus-art.el (w3m-minor-mode-map):
12995         * gnus-spec.el (gnus-newsrc-file-version):
12996         * gnus-util.el (nnmail-active-file-coding-system)
12997         (gnus-original-article-buffer, gnus-user-agent):
12998         * gnus.el (gnus-ham-process-destinations)
12999         (gnus-parameter-ham-marks-alist)
13000         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
13001         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
13002         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
13003         * mm-decode.el (gnus-current-window-configuration):
13004         * mm-extern.el (gnus-article-mime-handles):
13005         * mm-url.el (url-current-object, url-package-name)
13006         (url-package-version):
13007         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
13008         (smime-keys, w3m-cid-retrieve-function-alist)
13009         (w3m-current-buffer, w3m-display-inline-images)
13010         (w3m-minor-mode-map):
13011         * mml-smime.el (gnus-extract-address-components):
13012         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
13013         (gnus-newsrc-hashtb, message-default-charset)
13014         (message-deletable-headers, message-options)
13015         (message-posting-charset, message-required-mail-headers)
13016         (message-required-news-headers):
13017         * mml1991.el (mc-pgp-always-sign):
13018         * mml2015.el (mc-pgp-always-sign):
13019         * nnheader.el (nnmail-extra-headers):
13020         * rfc1843.el (gnus-decode-encoded-word-function)
13021         (gnus-decode-header-function, gnus-newsgroup-name):
13022         * spam-stat.el (gnus-original-article-buffer): Add defvars.
13023
13024 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
13025
13026         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
13027         the end of the date treatments.
13028
13029 2005-08-15  Simon Josefsson  <jas@extundo.com>
13030
13031         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
13032         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
13033         Capello and Romain Francoise.
13034         (pgg-fetch-key-function): Removed, not used?
13035         (pgg-insert-url-with-w3): Require url, to get
13036         url-insert-file-contents regardless of where it is defined.
13037
13038 2005-08-13  Romain Francoise  <romain@orebokech.com>
13039
13040         * message.el (message-cite-original-1): New function.
13041         (message-cite-original): Use it.
13042         (message-cite-original-without-signature): Ditto.
13043
13044 2005-08-08  Romain Francoise  <romain@orebokech.com>
13045
13046         * message.el (message-yank-empty-prefix): New variable.
13047         (message-indent-citation): Use it.
13048         (message-cite-original-without-signature): Respect X-No-Archive.
13049
13050 2005-08-08  Simon Josefsson  <jas@extundo.com>
13051
13052         * pgg.el: Autoload url-insert-file-contents instead of loading
13053         w3/url.
13054         (pgg-insert-url-with-w3): Don't load url here.
13055
13056 2005-08-07  Jesper Harder  <harder@phys.au.dk>
13057
13058         * message.el (message-kill-to-signature): Don't insert newline at
13059         bol.
13060         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
13061
13062 2005-08-06  Romain Francoise  <romain@orebokech.com>
13063
13064         * message.el (message-user-fqdn): Fix typo in docstring.
13065
13066 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
13067
13068         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
13069
13070         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
13071
13072 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13073
13074         * mm-bodies.el (mm-encode-body): Use coding system rather than
13075         charset to encode text.
13076
13077         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
13078         number of charsets if utf-8 is available (XEmacs).
13079
13080 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13081
13082         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
13083         taken from `gnus-button-mid-or-mail-regexp'.
13084         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
13085         (gnus-button-alist): Improve regexp for domain part of the MIDs
13086         for news:localpart@domain buttons.
13087         (gnus-button-ctan-directory-regexp): Update.
13088
13089 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13090
13091         * sieve-manage.el (sieve-manage-interactive-login): Use
13092         make-local-variable rather than make-variable-buffer-local.
13093         (sieve-manage-open): Ditto.
13094         (sieve-manage-authenticate): Ditto.
13095
13096         * mml.el (mml-generate-mime-1): Make the content type default to
13097         text/plain if the filename is not specified.
13098
13099 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13100
13101         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
13102         instead of insert-buffer.
13103
13104         * message.el (message-yank-original): Ditto; set the mark at the
13105         end of the yanked message.
13106
13107 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13108
13109         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
13110         lines to scroll rather than to stop it.
13111
13112         * mml.el (mml-generate-default-type): Add doc string.
13113         (mml-generate-mime-1): Use mm-default-file-encoding or make it
13114         default to application/octet-stream when determining the content
13115         type if it is not specified for the part or the mml contents; add
13116         a comment about mml-generate-default-type.
13117
13118 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
13119
13120         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
13121         make it default to application/octet-stream when determining the
13122         content type if it is not specified for the external contents.
13123
13124 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13125
13126         * rfc2231.el (rfc2231-parse-string): Take care that not only a
13127         segmented parameter but also other parameters might be there.
13128
13129 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13130
13131         * mm-decode.el (mm-display-external): Delete temp file, directory
13132         and buffer immediately if the external process is exited.
13133
13134 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13135
13136         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
13137         fewer lines than that of scroll-margin.
13138         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
13139
13140 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13141
13142         * gnus-art.el (gnus-article-next-page): Revert.
13143         (gnus-article-beginning-of-window): New macro.
13144         (gnus-article-next-page-1): Use it.
13145         (gnus-article-prev-page): Ditto.
13146         (gnus-article-edit-part): Use insert-buffer-substring instead of
13147         insert-buffer.
13148         (gnus-article-edit-exit): Ditto.
13149
13150         * gnus-util.el (gnus-beginning-of-window): Remove.
13151         (gnus-end-of-window): Remove.
13152
13153         * lpath.el: Don't bind header-line-format and scroll-margin.
13154
13155 2005-07-25  Simon Josefsson  <jas@extundo.com>
13156
13157         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
13158         to have the url package without w3.  Reported by Daiki Ueno
13159         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
13160
13161 2005-07-20  Didier Verna  <didier@xemacs.org>
13162
13163         * gnus-diary.el: Remove the description comment (nndiary is now
13164         properly documented in the Gnus manual).
13165         Fix the spelling of "Back End".
13166         * nndiary.el: Ditto.
13167         Fix the copyright notice.
13168
13169 2005-07-18  Romain Francoise  <romain@orebokech.com>
13170
13171         * gnus-sum.el (gnus-summary-to-prefix)
13172         (gnus-summary-newsgroup-prefix): New variables.
13173         (gnus-summary-from-or-to-or-newsgroups): Use them.
13174
13175 2005-07-17  Romain Francoise  <romain@orebokech.com>
13176
13177         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
13178         space as it's generally not especially interesting to the user.
13179
13180 2005-07-16  Romain Francoise  <romain@orebokech.com>
13181
13182         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
13183         nil to avoid prompting and file modification if one of the
13184         messages at the top of the nnfolder file contains a copyright
13185         notice.
13186         Update copyright notice.
13187
13188         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
13189         instead of `current-time-string' as the latter creates a time
13190         string that is not RFC 2822 compliant (it lacks the zone).
13191         Update copyright notice.
13192
13193 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13194
13195         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
13196         for text/rtf.  Display default in prompt.  Pass default for M-n.
13197
13198         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
13199
13200 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13201
13202         * gnus-msg.el (gnus-button-mailto): Remove
13203         save-selected-window-window hackery because it relies on
13204         save-selected-window internals.
13205
13206 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13207
13208         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
13209         (gnus-article-next-page-1): Use gnus-beginning-of-window.
13210         (gnus-article-prev-page): Ditto.
13211
13212         * gnus-util.el (gnus-beginning-of-window): New function.
13213         (gnus-end-of-window): New function.
13214
13215         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
13216
13217 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13218
13219         * gnus-score.el (gnus-score-edit-all-score): Set
13220         gnus-score-edit-exit-function to gnus-score-edit-done and call
13221         gnus-message.
13222
13223 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13224
13225         * gnus-msg.el (gnus-button-mailto): Remove
13226         save-selected-window-window hackery because it relies on
13227         save-selected-window internals.
13228
13229 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13230
13231         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
13232         add-minor-mode.
13233         (gnus-binary-mode): Ditto.
13234
13235         * gnus-topic.el (gnus-topic-mode): Ditto.
13236
13237 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
13238
13239         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
13240         (gnus-article-prev-page): Take scroll-margin into consideration.
13241
13242 2005-07-04  Lute Kamstra  <lute@gnu.org>
13243
13244         Update FSF's address in GPL notices.
13245
13246 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
13247
13248         * gnus.el (gnus-exit):
13249         * gnus-group.el (gnus-group-icons):
13250         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
13251
13252         * gnus-nocem.el (gnus-nocem):
13253         * message.el (message-various, message-buffers, message-sending)
13254         (message-interface, message-forwarding, message-insertion)
13255         (message-headers, message-news, message-mail):
13256         * pgg-gpg.el (pgg-gpg):
13257         * pgg-parse.el (pgg-parse):
13258         * pgg-pgp.el (pgg-pgp):
13259         * pgg-pgp5.el (pgg-pgp5):
13260         * pop3.el (pop3): Finish `defgroup' description with period.
13261
13262 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13263
13264         * gnus-art.el (article-display-face): Improve the efficiency.
13265         (article-display-x-face): Ditto; remove grey x-face stuff.
13266
13267 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13268
13269         * gnus-art.el (article-display-face): Correct the position in
13270         which Faces are inserted.
13271
13272 2005-06-29  Didier Verna  <didier@xemacs.org>
13273
13274         * gnus-art.el (article-display-face): Display faces in correct
13275         order.
13276
13277 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13278
13279         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
13280         (gnus-fill-real-hashtb): Use hash table instead of obarray.
13281         (gnus-nocem-check-article): Fetch the Type header.
13282         (gnus-nocem-message-wanted-p): Fix the way to examine types.
13283         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
13284         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
13285         make sure gnus-nocem-hashtb is initialized.
13286         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
13287         (gnus-nocem-unwanted-article-p): Ditto.
13288
13289         * pgg.el (pgg-verify): Return the verification result.
13290
13291 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13292
13293         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
13294         is ascii.
13295
13296 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
13297
13298         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
13299         `show-nonbreak-escape'.
13300
13301 2005-06-23  Lute Kamstra  <lute@gnu.org>
13302
13303         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
13304
13305         * dig.el (dig-mode):
13306         * smime.el (smime-mode): Use gnus-run-mode-hooks.
13307
13308 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
13309
13310         * nnimap.el (nnimap-split-download-body): Fix spellings.
13311
13312 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
13313
13314         * gnus-art.el (gnus-article-encrypt-body):
13315         * gnus-cus.el (gnus-score-customize):
13316         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
13317         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
13318
13319 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
13320
13321         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
13322         header by looking for magic "MII" at the beginnig.
13323
13324 2005-06-16  Miles Bader  <miles@gnu.org>
13325
13326         * gnus-xmas.el (gnus-xmas-group-startup-message):
13327         Use renamed gnus-splash face.
13328
13329         * assistant.el (assistant-field): Remove "-face" suffix from face name.
13330         (assistant-field-face): New backward-compatibility alias for renamed
13331         face.
13332         (assistant-render-text): Use renamed assistant-field face.
13333
13334         * spam.el (spam): Remove "-face" suffix from face name.
13335         (spam-face): New backward-compatibility alias for renamed face.
13336         (spam-face, spam-initialize): Use renamed spam face.
13337
13338         * message.el (message-header-to, message-header-cc)
13339         (message-header-subject, message-header-newsgroups)
13340         (message-header-other, message-header-name)
13341         (message-header-xheader, message-separator, message-cited-text)
13342         (message-mml): Remove "-face" suffix from face names.
13343         (message-header-to-face, message-header-cc-face)
13344         (message-header-subject-face, message-header-newsgroups-face)
13345         (message-header-other-face, message-header-name-face)
13346         (message-header-xheader-face, message-separator-face)
13347         (message-cited-text-face, message-mml-face):
13348         New backward-compatibility aliases for renamed faces.
13349         (message-font-lock-keywords): Use renamed message faces.
13350
13351         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
13352         (sieve-test-commands, sieve-tagged-arguments):
13353         Remove "-face" suffix from face names.
13354         (sieve-control-commands-face, sieve-action-commands-face)
13355         (sieve-test-commands-face, sieve-tagged-arguments-face):
13356         New backward-compatibility aliases for renamed faces.
13357         (sieve-control-commands-face, sieve-action-commands-face)
13358         (sieve-test-commands-face, sieve-tagged-arguments-face):
13359         Use renamed sieve faces.
13360
13361         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
13362         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
13363         (gnus-group-news-3-empty, gnus-group-news-4)
13364         (gnus-group-news-4-empty, gnus-group-news-5)
13365         (gnus-group-news-5-empty, gnus-group-news-6)
13366         (gnus-group-news-6-empty, gnus-group-news-low)
13367         (gnus-group-news-low-empty, gnus-group-mail-1)
13368         (gnus-group-mail-1-empty, gnus-group-mail-2)
13369         (gnus-group-mail-2-empty, gnus-group-mail-3)
13370         (gnus-group-mail-3-empty, gnus-group-mail-low)
13371         (gnus-group-mail-low-empty, gnus-summary-selected)
13372         (gnus-summary-cancelled, gnus-summary-high-ticked)
13373         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
13374         (gnus-summary-high-ancient, gnus-summary-low-ancient)
13375         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
13376         (gnus-summary-low-undownloaded)
13377         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
13378         (gnus-summary-low-unread, gnus-summary-normal-unread)
13379         (gnus-summary-high-read, gnus-summary-low-read)
13380         (gnus-summary-normal-read, gnus-splash):
13381         Remove "-face" suffix from face names.
13382         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13383         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13384         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13385         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13386         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13387         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13388         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13389         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13390         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13391         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13392         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13393         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13394         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13395         (gnus-summary-normal-ticked-face)
13396         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
13397         (gnus-summary-normal-ancient-face)
13398         (gnus-summary-high-undownloaded-face)
13399         (gnus-summary-low-undownloaded-face)
13400         (gnus-summary-normal-undownloaded-face)
13401         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13402         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13403         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13404         (gnus-splash-face):
13405         New backward-compatibility aliases for renamed faces.
13406         (gnus-group-startup-message): Use renamed gnus faces.
13407
13408         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
13409         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
13410         (gnus-server-agent): Remove "-face" suffix from face names.
13411         (gnus-server-agent-face, gnus-server-opened-face)
13412         (gnus-server-closed-face, gnus-server-denied-face)
13413         (gnus-server-offline-face):
13414         New backward-compatibility aliases for renamed faces.
13415         (gnus-server-agent-face, gnus-server-opened-face)
13416         (gnus-server-closed-face, gnus-server-denied-face)
13417         (gnus-server-offline-face): Use renamed gnus faces.
13418
13419         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
13420         Remove "-face" suffix from face names.
13421         (gnus-picon-xbm-face, gnus-picon-face):
13422         New backward-compatibility aliases for renamed faces.
13423
13424         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
13425         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
13426         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
13427         (gnus-cite-11): Remove "-face" suffix from face names.
13428         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
13429         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
13430         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
13431         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
13432         New backward-compatibility aliases for renamed faces.
13433         (gnus-cite-attribution-face, gnus-cite-face-list)
13434         (gnus-article-boring-faces): Use renamed gnus faces.
13435
13436         * gnus-art.el (gnus-signature, gnus-header-from)
13437         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
13438         (gnus-header-content): Remove "-face" suffix from face names.
13439         (gnus-signature-face, gnus-header-from-face)
13440         (gnus-header-subject-face, gnus-header-newsgroups-face)
13441         (gnus-header-name-face, gnus-header-content-face):
13442         New backward-compatibility aliases for renamed faces.
13443         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
13444
13445         * gnus-sum.el (gnus-summary-selected-face)
13446         (gnus-summary-highlight): Use renamed gnus faces.
13447         * gnus-group.el (gnus-group-highlight): Likewise.
13448
13449 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
13450
13451         * gnus-sieve.el (gnus-sieve-article-add-rule):
13452         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
13453         * spam-stat.el (spam-stat-buffer-change-to-spam)
13454         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
13455
13456         * message.el (message-is-yours-p):
13457         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
13458
13459 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13460
13461         * mm-view.el (mm-inline-text): Withdraw the last change.
13462
13463 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13464
13465         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
13466         executing enriched-decode.
13467
13468 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13469
13470         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
13471         charset of tar files.
13472
13473 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
13474
13475         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
13476
13477 2005-06-04  Lute Kamstra  <lute@gnu.org>
13478
13479         * nnfolder.el (nnfolder-read-folder): Make sure that undo
13480         information is never recorded.
13481
13482 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13483
13484         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
13485
13486 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13487
13488         * pop3.el (pop3-apop): Run md5 in the binary mode.
13489
13490         * starttls.el (starttls-set-process-query-on-exit-flag):
13491         Use eval-and-compile.
13492
13493 2005-05-31  Simon Josefsson  <jas@extundo.com>
13494
13495         * smime.el (smime-replace-in-string): Define.
13496         (smime-cert-by-ldap-1): Use it.
13497
13498 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13499
13500         * gnus-art.el (article-display-x-face): Replace
13501         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13502
13503         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
13504         set-process-query-on-exit-flag or process-kill-without-query.
13505
13506         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
13507         loop instead of replace-regexp.
13508
13509         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
13510         instead of process-kill-without-query if it is available.
13511
13512         * lpath.el: Fbind ldap-search-entries.
13513
13514         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
13515         instead of find-file-hooks if it is available.
13516
13517         * mml1991.el: Bind pgg-default-user-id when compiling.
13518
13519         * mml2015.el: Bind pgg-default-user-id when compiling.
13520
13521         * nndraft.el (nndraft-request-associate-buffer):
13522         Use write-contents-functions instead of write-contents-hooks if it is
13523         available.
13524
13525         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
13526         instead of find-file-hooks if it is available.
13527
13528         * nntp.el (nntp-open-connection): Replace
13529         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13530         (nntp-open-ssl-stream): Ditto.
13531         (nntp-open-tls-stream): Ditto.
13532
13533         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
13534         set-process-query-on-exit-flag or process-kill-without-query.
13535         (starttls-open-stream-gnutls): Use it instead of
13536         process-kill-without-query.
13537         (starttls-open-stream): Ditto.
13538
13539 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
13540
13541         * smime.el (smime-cert-by-ldap-1): Don't use
13542         replace-regexp-in-string.
13543
13544 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
13545
13546         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
13547
13548         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
13549         in PEM format.  Adjust to the XEmacs compability.
13550
13551 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
13552
13553         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
13554         by `string-to-number'.
13555         * gnus-agent.el (gnus-agent-regenerate-group)
13556         (gnus-agent-fetch-articles): Ditto.
13557         * gnus-art.el (gnus-button-fetch-group): Ditto.
13558         * gnus-cache.el (gnus-cache-generate-active)
13559         (gnus-cache-articles-in-group): Ditto.
13560         * gnus-group.el (gnus-group-set-current-level)
13561         (gnus-group-insert-group-line): Ditto.
13562         * gnus-score.el (gnus-score-set-expunge-below)
13563         (gnus-score-set-mark-below, gnus-summary-score-effect)
13564         (gnus-summary-score-entry): Ditto.
13565         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
13566         (gnus-soup-pack): Ditto.
13567         * gnus-spec.el (gnus-xmas-format): Ditto.
13568         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
13569         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
13570         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
13571         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
13572         * nndb.el (nndb-get-remote-expire-response): Ditto.
13573         * nndiary.el (nndiary-parse-schedule-value)
13574         (nndiary-string-to-number, nndiary-request-replace-article)
13575         (nndiary-request-article): Ditto.
13576         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
13577         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
13578         * nneething.el (nneething-make-head): Ditto.
13579         * nnfolder.el (nnfolder-request-article)
13580         (nnfolder-retrieve-headers): Ditto.
13581         * nnheader.el (nnheader-file-to-number): Ditto.
13582         * nnkiboze.el (nnkiboze-request-article): Ditto.
13583         * nnmail.el (nnmail-process-unix-mail-format)
13584         (nnmail-process-babyl-mail-format): Ditto.
13585         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
13586         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
13587         (nnmh-request-create-group, nnmh-request-list-1)
13588         (nnmh-request-group, nnmh-request-article): Ditto.
13589         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
13590         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
13591         * nnsoup.el (nnsoup-make-active): Ditto.
13592         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
13593         * nntp.el (nntp-find-group-and-number)
13594         (nntp-retrieve-headers-with-xover): Ditto.
13595         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
13596         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
13597         (pgg-format-key-identifier): Ditto.
13598         * pop3.el (pop3-last, pop3-stat): Ditto.
13599         * qp.el (quoted-printable-decode-region): Ditto.
13600
13601         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
13602         of concat.
13603
13604 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13605
13606         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
13607
13608         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
13609
13610         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
13611
13612         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
13613
13614         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
13615
13616         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
13617
13618         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
13619         (gnus-carpal-mode): Ditto.
13620
13621         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
13622         (gnus-browse-mode): Ditto.
13623
13624         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
13625
13626         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
13627
13628 2005-05-29  Richard M. Stallman  <rms@gnu.org>
13629
13630         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
13631
13632 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13633
13634         * gnus-util.el (gnus-run-mode-hooks): New function.
13635
13636         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
13637
13638         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
13639         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
13640
13641 2005-05-27  Lute Kamstra  <lute@gnu.org>
13642
13643         * dns-mode.el (dns-mode): Specify customization group.
13644
13645 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
13646
13647         * gnus-agent.el (gnus-agent-make-mode-line-string):
13648         Use mode-line-highlight as mouse-face.
13649
13650 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13651
13652         * canlock.el (canlock): Change the parent group to news.
13653
13654         * deuglify.el (gnus-outlook-deuglify): Add :group.
13655
13656         * dig.el (dig): Add :group.
13657
13658         * dns-mode.el (dns-mode): Add :group.
13659
13660         * encrypt.el (encrypt): Add :group.
13661
13662         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
13663         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
13664         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
13665         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
13666         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
13667
13668         * gnus-diary.el (gnus-diary): Add :group.
13669
13670         * gnus.el (gnus-group-news-1-face): Add :group.
13671         (gnus-group-news-1-empty-face): Ditto.
13672         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
13673         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
13674         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
13675         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
13676         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
13677         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
13678         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
13679         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
13680         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
13681         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
13682         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
13683         (gnus-summary-high-ticked-face): Ditto.
13684         (gnus-summary-low-ticked-face): Ditto.
13685         (gnus-summary-normal-ticked-face): Ditto.
13686         (gnus-summary-high-ancient-face): Ditto.
13687         (gnus-summary-low-ancient-face): Ditto.
13688         (gnus-summary-normal-ancient-face): Ditto.
13689         (gnus-summary-high-undownloaded-face): Ditto.
13690         (gnus-summary-low-undownloaded-face): Ditto.
13691         (gnus-summary-normal-undownloaded-face): Ditto.
13692         (gnus-summary-high-unread-face): Ditto.
13693         (gnus-summary-low-unread-face): Ditto.
13694         (gnus-summary-normal-unread-face): Ditto.
13695         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
13696         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
13697
13698         * hashcash.el (hashcash): New custom group.
13699         (hashcash-default-payment): Add :group.
13700         (hashcash-payment-alist): Ditto.
13701         (hashcash-default-accept-payment): Ditto.
13702         (hashcash-accept-resources): Ditto.
13703         (hashcash-path): Ditto.
13704         (hashcash-extra-generate-parameters): Ditto.
13705         (hashcash-double-spend-database): Ditto.
13706         (hashcash-in-news): Ditto.
13707
13708         * message.el (message-minibuffer-local-map): Add :group.
13709
13710         * netrc.el (netrc): Add :group.
13711
13712         * sieve-manage.el (sieve-manage-log): Add :group.
13713         (sieve-manage-default-user): Diito.
13714         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
13715         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
13716         (sieve-manage-authenticators): Ditto.
13717         (sieve-manage-authenticator-alist): Ditto.
13718         (sieve-manage-default-port): Ditto.
13719
13720         * sieve-mode.el (sieve-control-commands-face): Add :group.
13721         (sieve-action-commands-face): Ditto.
13722         (sieve-test-commands-face): Ditto.
13723         (sieve-tagged-arguments-face): Ditto.
13724
13725         * smime.el (smime): Add :group.
13726
13727         * spam-report.el (spam-report): Add :group.
13728
13729         * spam.el (spam, spam-face): Add :group.
13730
13731 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13732
13733         * nntp.el (nntp-next-result-arrived-p): Some news servers may
13734         return \n.\n.\n at the end of articles.  Protect against that.
13735         (nntp-with-open-group): Allow debugging.
13736
13737         * nnheader.el (mail-header-set-extra): Make into a function
13738         because I just could't understand how to quote the list properly.
13739
13740         * dns.el (query-dns-cached): New function.
13741
13742 2005-05-26  Lute Kamstra  <lute@gnu.org>
13743
13744         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
13745
13746 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13747
13748         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
13749
13750         * gnus-art.el: Don't autoload mail-extract-address-components.
13751
13752         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
13753         eval-and-compile to evaluate it.
13754
13755         * hashcash.el: Don't autoload executable-find.
13756
13757         * nndb.el: Don't declare the nndb back end two or more times; don't
13758         autoload news-reply-mode, news-setup, cancel-timer and telnet.
13759
13760         * nntp.el: Autoload format-spec instead of format; use
13761         eval-and-compile to evaluate autoload forms.
13762
13763 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
13764
13765         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
13766
13767 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13768
13769         * gnus.el (gnus-version-number): Bump version.
13770
13771 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13772
13773         * gnus.el: No Gnus v0.3 is released.
13774
13775 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13776
13777         * lpath.el (featurep): Bind show-nonbreak-escape.
13778
13779 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13780
13781         * gnus-art.el (gnus-article-edit-part): Disable undo.
13782
13783 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13784
13785         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
13786         gnus-article-date-lapsed-new-header is t if date timer is active;
13787         skip headers in which the original date value is empty.
13788         (gnus-article-save-original-date): Redefine it as a macro.
13789         (gnus-display-mime): Use it.
13790
13791 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13792
13793         * gnus-art.el (article-date-ut): Support converting date in
13794         forwarded parts as well.
13795         (gnus-article-save-original-date): New function.
13796         (gnus-display-mime): Use it.
13797
13798 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
13799
13800         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
13801         enclosure element of <item>.
13802
13803 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
13804
13805         * message.el (message-kill-buffer-query): Renamed from
13806         `message-kill-buffer-query-if-modified'.  Added :version.
13807
13808 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13809
13810         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
13811         window layout.
13812
13813 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13814
13815         * mml.el: Autoload dnd when compiling.
13816
13817 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13818
13819         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
13820         x-dnd-*.
13821
13822 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13823
13824         * qp.el (quoted-printable-encode-region): Save excursion.
13825
13826 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
13827
13828         * message.el (message-kill-buffer-query-if-modified): Add new variable
13829         so the user can kill a modified message buffer quickly.
13830         (message-kill-buffer): Use it.
13831
13832 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13833
13834         * lpath.el: Fbind display-time-event-handler; don't fbind
13835         string-to-multibyte.
13836
13837         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
13838
13839 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13840
13841         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
13842         contained in text because xml.el decodes entities) with LFs.
13843
13844 2005-04-11  Lute Kamstra  <lute@gnu.org>
13845
13846         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
13847         differently.
13848
13849 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13850
13851         * mm-util.el (mm-detect-coding-region): Typo.
13852
13853 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13854
13855         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
13856
13857 2005-04-06  Deepak Goel  <deego@gnufans.org>
13858
13859         * spam-stat.el (spam-stat-score-buffer): Add a call to a
13860         user-function allow user modifications of the scores.
13861         (spam-stat-score-buffer-user): New function, to allow
13862         user-computed modifications to the score.
13863         (spam-stat-score-buffer-user-functions): List of additional
13864         scoring functions.
13865         (spam-stat-error-holder): Global temporary error holder.
13866         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
13867         variable.
13868
13869 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
13870
13871         * gnus-registry.el (gnus-registry-clean-empty-function)
13872         (gnus-registry-trim, gnus-registry-fetch-groups)
13873         (gnus-registry-delete-group): Groups that match
13874         `gnus-registry-ignored-groups' are removed from the registry
13875         entries, not just ignored for splitting.  This helps clean up the
13876         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
13877         to get all the groups a message ID is in.
13878
13879         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
13880         (spam-stat-split-fancy): Change "threshhold" to "threshold".
13881         (spam-stat-score-buffer-user-functions): Add :number custom type.
13882
13883 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13884
13885         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
13886         argument in XEmacs.
13887
13888         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
13889         (nnrss-request-group): Decode group name first.
13890         (nnrss-request-article): Make a text/plain article if mml-to-mime
13891         failed.
13892         (nnrss-get-encoding): Return a compatible encoding according to
13893         nnrss-compatible-encoding-alist.
13894         (nnrss-find-el): Use consp instead of listp.
13895         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
13896
13897 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13898
13899         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
13900         which Emacs 20 doesn't support.
13901         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
13902
13903 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13904
13905         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
13906         silence the byte compiler inside the defun.
13907
13908         * gnus-demon.el (parse-time-string): Add autoload.
13909
13910         * gnus-delay.el (parse-time-string): Add autoload.
13911
13912         * gnus-art.el (parse-time-string): Add autoload.
13913
13914         * nnultimate.el (parse-time): Require for `parse-time-string'.
13915
13916 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13917
13918         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
13919
13920         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
13921
13922         * smime.el (smime-ldap-host-list): Add :version.
13923
13924 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13925
13926         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
13927         pass it to `gnus-browse-read-group'.
13928         (gnus-browse-read-group): Add NUMBER argument and pass it to
13929         `gnus-group-read-ephemeral-group'.
13930
13931         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
13932         argument and pass it to `gnus-group-read-group'.
13933
13934 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
13935
13936         * mm-util.el (mm-xemacs-find-mime-charset): Only call
13937         mm-xemacs-find-mime-charset-1 if we have the mule feature
13938         available at runtime.
13939
13940 2005-03-25  Werner Lemberg  <wl@gnu.org>
13941
13942         * nnmaildir.el: Replace `illegal' with `invalid'.
13943
13944 2005-03-23  Lute Kamstra  <lute@gnu.org>
13945
13946         * time-date.el: Add comment on time value formats.
13947         Don't require parse-time.
13948         (with-decoded-time-value): New macro.
13949         (encode-time-value): New function.
13950         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
13951         (days-to-time): Return a valid time value when arg is huge.
13952         (time-since): Use time-subtract.
13953         (time-to-number-of-days): Use time-to-seconds.
13954
13955 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13956
13957         * gnus-start.el (gnus-display-time-event-handler):
13958         Check display-time-timer at runtime rather than only at load time
13959         in case display-time-mode is turned off in the mean time.
13960
13961 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13962
13963         * nnimap.el (nnimap-open-connection): Print which authinfo file is
13964         used.
13965
13966         * nneething.el (nneething-map-file-directory): Derive from
13967         `gnus-directory'.
13968
13969         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
13970         the To/Cc button.
13971
13972 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13973
13974         * nnmaildir.el (nnmaildir-request-accept-article):
13975         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
13976
13977 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13978
13979         * gnus-async.el: Require timer-funcs at compile time when in
13980         XEmacs for `run-with-idle-timer'.
13981
13982 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13983
13984         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
13985         autoloaded function.
13986
13987 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13988
13989         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
13990
13991 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
13992
13993         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
13994
13995 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13996
13997         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
13998         gnus-expert-user to default.
13999
14000 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
14001
14002         * nnimap.el (nnimap-open-server): Ditto.
14003
14004         * imap.el (imap-authenticate): Fix typo.
14005
14006 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
14007
14008         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
14009         buffer (since IMAP server might return FETCH response out of
14010         order, and the nntp buffer must be sorted).
14011
14012 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
14013
14014         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
14015         comparison on string.
14016
14017         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
14018         (gnus-agent-score): Renamed category keywords to match gnus-cus.
14019         (gnus-agent-summary-fetch-series): Modified to protect against
14020         gnus-agent-summary-fetch-group clearing processable flags.
14021         (gnus-agent-synchronize-group-flags): Update live group buffer as
14022         synchronization may occur due to the user toggle the plugged
14023         status.
14024         (gnus-agent-fetch-group-1): Clear downloadable flag when article
14025         successfully downloaded.
14026         (gnus-agent-expire-group-1): Avoid using markers when the overview
14027         is in ascending order; greatly improves performance.
14028         (gnus-agent-regenerate-group): Use
14029         gnus-agent-synchronize-group-flags to reset read status in both
14030         gnus and server.
14031         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
14032
14033 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14034
14035         * message.el: Don't autoload former message-utils variables.
14036         (message-strip-subject-trailing-was): Change doc string.
14037
14038         * nnweb.el: Fixes for `gnus-group-make-web-group'.
14039         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
14040         (nnweb-google-search): Add "hl=en" here.
14041         (nnweb-google-parse-1, nnweb-google-create-mapping):
14042         Don't hardcode URL.
14043
14044 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14045
14046         * message.el (message-get-reply-headers, message-followup):
14047         Mention related variables `message-use-followup-to' and
14048         `message-use-mail-followup-to', in the information buffer.
14049
14050         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
14051         of broken groups(-beta).google.com.
14052
14053 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14054
14055         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
14056         parameter to invoked gnus-request-move-article; remove the
14057         redundant gnus-sum-hint-move-is-internal variable; apply the marks
14058         all at once instead of once per article.
14059         (gnus-summary-remove-process-mark): Accept a list of articles as
14060         well as a single article for processing.
14061
14062         * gnus-int.el (gnus-request-move-article): Add move-is-internal
14063         parameter.
14064
14065         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
14066
14067         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
14068
14069         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
14070         parameter.
14071
14072         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
14073         parameter.
14074
14075         * nnimap.el (nnimap-request-move-article): Add move-is-internal
14076         parameter and remove the gnus-sum-hint-move-is-internal variable.
14077
14078         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
14079         parameter.
14080
14081         * nndraft.el (nndraft-request-move-article): Add move-is-internal
14082         parameter.
14083
14084         * nndiary.el (nndiary-request-move-article): Add move-is-internal
14085         parameter.
14086
14087         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
14088
14089         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
14090         parameter.
14091
14092         * nnagent.el (nnagent-request-move-article): Add move-is-internal
14093         parameter.
14094
14095 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14096
14097         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
14098         a more conservative way.
14099
14100 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14101
14102         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
14103         buffer, so it moves the window's cursor.
14104
14105 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
14106
14107         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
14108         `mm-dissect-multipart' and receive the from field as an (optional)
14109         argument from `mm-dissect-multipart'.
14110         (mm-dissect-multipart): Receive the from field as an argument and
14111         pass it on when we call `mm-dissect-buffer' on MIME parts.
14112         Fixes verification/decryption of signed/encrypted MIME parts.
14113
14114 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
14115
14116         * gnus-sum.el (gnus-summary-move-article): Set
14117         gnus-sum-hint-move-is-internal for gnus-request-move-article and
14118         whatever it calls (right now, only nnimap-request-move article
14119         respects it).
14120
14121         * nnimap.el (nnimap-request-move-article): When
14122         gnus-sum-hint-move-is-internal is set, don't do the extra
14123         nnimap-request-article.
14124
14125 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14126
14127         * nnheader.el (nnheader-find-file-noselect): Add doc string.
14128
14129         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
14130         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
14131
14132         * gnus-sum.el (gnus-summary-caesar-message):
14133         Apply `gnus-treat-article' after rotation.
14134
14135         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
14136         doc string.
14137
14138 2005-02-22  Simon Josefsson  <jas@extundo.com>
14139
14140         * encrypt.el (encrypt-password-cache-expiry): Remove (use
14141         `password-cache-expiry' instead).  Reported by Arne Jørgensen
14142         <arne@arnested.dk>.
14143         (encrypt): Add password-cache and password-cache-expiry as group
14144         members.
14145
14146 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
14147
14148         * smime.el (smime-ldap-host-list): Doc fix.
14149         (smime-ask-passphrase): Use `password-read-and-add' to read (and
14150         cache) password.
14151         (smime-sign-region): Use it.
14152         (smime-decrypt-region): Use it.
14153         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
14154         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
14155         fails.
14156         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
14157         certificate from DER to PEM format rather than calling openssl.
14158
14159         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
14160
14161         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
14162         for signing/encryption.
14163
14164         * mml.el (mml-parse-1): Use them.
14165
14166 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
14167
14168         * nnrss.el (nnrss-verbose): Removed.
14169         (nnrss-request-group): Use `nnheader-message' instead.
14170
14171 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
14172
14173         * nnrss.el (nnrss-verbose): New variable.
14174         (nnrss-request-group): Make it say nnrss is requesting a group.
14175
14176 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14177
14178         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
14179         Handle news URL with given port correctly.
14180
14181 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14182
14183         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
14184         containing special characters.
14185
14186         * gnus-sum.el (gnus-summary-edit-article): Ditto.
14187
14188         * mml.el (mime-to-mml): Ditto.
14189
14190         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
14191         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
14192         (rfc2047-decode-region): Quote decoded words containing special
14193         characters when rfc2047-quote-decoded-words-containing-tspecials
14194         is non-nil.
14195
14196 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
14197
14198         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
14199
14200         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
14201
14202 2005-02-15  Simon Josefsson  <jas@extundo.com>
14203
14204         * nnimap.el (nnimap-debug): Doc fix.
14205
14206         * imap.el (imap-debug): Doc fix.
14207
14208 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14209
14210         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
14211
14212 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
14213
14214         * gnus.el (spam-contents): Improve docs for spam-contents
14215         parameter in its variable incarnation.
14216
14217 2005-02-14  Simon Josefsson  <jas@extundo.com>
14218
14219         * smime-ldap.el: Use require instead of load-library for ldap.
14220         (smime-ldap-search): Indent.
14221         (smime-ldap-search-internal): Shorten line.
14222
14223         * smime.el (smime-cert-by-dns): Add doc-string.
14224         (smime-cert-by-ldap-1): Indent.
14225
14226         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
14227         mml-smime-get-dns-ldap.
14228         (mml-smime-encrypt-query): Use new function.  Default to ldap.
14229
14230 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
14231
14232         * smime.el: Require smime-ldap.
14233         (smime-ldap-host-list): New variable.
14234         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
14235
14236         * mml-smime.el (mml-smime-encrypt-query): New function.
14237         (mml-smime-encrypt-query): Use it.
14238
14239         * smime-ldap.el: New file.
14240
14241 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14242
14243         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
14244
14245 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14246
14247         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
14248         argument in doc string.  Make query for type more clear.
14249
14250 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14251
14252         * gnus.el (gnus-group-startup-message): Search for gnus images in
14253         etc/images/gnus.
14254         * mm-util.el (mm-image-load-path): Likewise.
14255         * smiley.el (smiley-data-directory): Search for smilies in
14256         etc/images/smilies.
14257
14258 2005-02-09  Kim F. Storm  <storm@cua.dk>
14259
14260         Change Emacs release version from 21.4 to 22.1 throughout.
14261         Change Emacs development version from 21.3.50 to 22.0.50.
14262
14263 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14264
14265         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
14266
14267         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
14268         non-Mule XEmacs as well.
14269         (mm-decompress-buffer): Signal an error intentionally if it does
14270         not decompress compressed data because auto-compression-mode is
14271         disabled.
14272
14273 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
14274
14275         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
14276         an ID in the registry even if it has no groups.
14277
14278 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14279
14280         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
14281         merge it into mm-decompress-buffer.
14282         (gnus-mime-copy-part): Use the MIME part charset, the value which
14283         a user specified or gnus-newsgroup-charset for decoding, like
14284         gnus-mime-inline-part does; set buffer-file-coding-system to tell
14285         save-buffer what was used.  Suggested by Kevin Ryde
14286         <user42@zip.com.au>.
14287         (gnus-mime-inline-part): Allow the name parameter as well as the
14288         filename parameter; force decompressing of compressed data; always
14289         display contents being not decoded as unibyte.
14290
14291         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
14292         as well as the filename parameter.
14293
14294         * mm-util.el (mm-decompress-buffer): Merge
14295         gnus-mime-jka-compr-maybe-uncompress.
14296         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
14297         of compressed data.
14298
14299 2005-02-08  Simon Josefsson  <jas@extundo.com>
14300
14301         * imap.el (imap-log): Doc fix.
14302
14303 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14304
14305         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
14306         the coding cookies; decompress compressed parts.
14307
14308         * mml.el (mml-generate-mime-1): Add the charset parameter according
14309         to the value which a user specified manually or the coding cookie.
14310
14311         * mm-util.el (mm-string-to-multibyte): New function.
14312         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
14313         (mm-coding-system-to-mime-charset): New function.
14314         (mm-decompress-buffer): New function.
14315         (mm-find-buffer-file-coding-system): New function.
14316
14317         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
14318         (mm-display-inline-fontify): Rewrite for decoding and decompressing
14319         parts.
14320
14321 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14322
14323         * mm-view.el (mm-display-inline-fontify): Decode a part according
14324         to the charset parameter.
14325
14326 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14327
14328         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
14329         prefix arg is neither nil nor a number, as info specifies.
14330
14331 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14332
14333         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
14334         timestamps.
14335
14336 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
14337
14338         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
14339         groups error checking and notify user.
14340
14341 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
14342
14343         * message.el (message-send-mail-function): Check existence of
14344         sendmail-program first before using default value
14345         `message-send-mail-with-sendmail'.  Otherwise use more generic
14346         `smtpmail-send-it'.
14347
14348 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14349
14350         * nntp.el (nntp-request-update-info): Always return nil.
14351
14352 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14353
14354         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
14355
14356 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14357
14358         * message.el (message-beginning-of-line): Change the behavior when
14359         invoked between BOL and : so that it first moves backward.
14360
14361 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14362
14363         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
14364         article buffer when editing of the article is discarded.
14365         (gnus-article-prepare): Revert.
14366
14367 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14368
14369         * gnus-art.el (gnus-article-prepare):
14370         Remove message-strip-forbidden-properties from the local hook.
14371
14372 2005-01-27  Simon Josefsson  <jas@extundo.com>
14373
14374         * password.el (password-cache-add): Only start one timer per key.
14375         Reported by Derek Atkins <warlord@MIT.EDU>.
14376
14377 2005-01-26  Steve Youngs  <steve@sxemacs.org>
14378
14379         * run-at-time.el: Removed.  It is no longer needed as
14380         timer-funcs.el in the xemacs-base package has a working version of
14381         `run-at-time'.
14382
14383         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
14384
14385         * password.el: Require timer-funcs instead of run-at-time in
14386         XEmacs.
14387         Remove `password-run-at-time' macro.
14388         (password-cache-add): Use `run-at-time' instead of
14389         `password-run-at-time'.
14390
14391         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
14392         Remove `nnheader-cancel-function-timers' alias,
14393         `cancel-function-timers' exists in XEmacs in timer-funcs.
14394
14395         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
14396         for `run-with-idle-timer'.
14397
14398         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
14399         for `run-at-time'.
14400
14401         * mm-url.el: Require timer-funcs at compile time when in XEmacs
14402         for `with-timeout'.
14403
14404         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
14405         the same as for XEmacs 21.4.
14406         No need to ignore `run-with-idle-timer', this function exists in
14407         XEmacs now in timer-funcs.el in the xemacs-base package.
14408         (dgnushack-compile): No need to delete
14409         run-at-time.el from the list of files to compile because it
14410         doesn't exist anymore.
14411
14412 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14413
14414         * mml.el (mml-generate-mime-1): Convert string into unibyte when
14415         inserting " *mml*" buffer's contents into a unibyte temp buffer.
14416
14417 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
14418
14419         * mail-source.el (mail-source-fetch-imap): Search for ^From case
14420         sensitively.
14421
14422 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
14423
14424         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
14425
14426 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14427
14428         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
14429         which will be inserted according to the multibyteness of a buffer
14430         rather than the type of contents.  Suggested by ARISAWA Akihiro
14431         <ari@mbf.ocn.ne.jp>.
14432
14433         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
14434         of string which old xml.el may return rather than a string.
14435
14436 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14437
14438         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
14439
14440 2005-01-16  Simon Josefsson  <jas@extundo.com>
14441
14442         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
14443         idn/idna.el isn't available.
14444         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
14445         <michael@waxrat.com>.
14446
14447         * hashcash.el: Remove non-FSF copyright header.
14448
14449         * hashcash.el (hashcash-extra-generate-parameters): New variable.
14450         (hashcash-generate-payment): Use it.
14451         (hashcash-generate-payment-async): Use it.
14452
14453 2005-01-15  Simon Josefsson  <jas@extundo.com>
14454
14455         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
14456         Suggested by Raymond Scholz <ray-2005@zonix.de>.
14457
14458         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
14459         gnus-summary-idna-message.
14460         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
14461         (gnus-summary-idna-message): New function.
14462
14463 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14464
14465         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
14466         gnus-novice-user.
14467
14468 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14469
14470         * nnrss.el (nnrss-request-delete-group): Delete entries in
14471         nnrss-group-alist as well.
14472         (nnrss-save-server-data): Insert newline.
14473
14474 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
14475
14476         * gnus.el (gnus-user-agent): Use list of symbols instead of
14477         symbols.  Display full version number for (S)XEmacs.  Optionally
14478         display (S)XEmacs codename.
14479
14480         * gnus-util.el (gnus-emacs-version): Update for new
14481         `gnus-user-agent'.
14482
14483         * gnus-msg.el (gnus-extended-version): Make it possible to omit
14484         Gnus version.
14485
14486 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14487
14488         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
14489         which is unreadable in some setups.
14490
14491 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14492
14493         * gnus-spec.el (gnus-update-format-specifications): Flush the
14494         group format spec cache if it doesn't support decoded group names.
14495
14496 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14497
14498         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
14499         Allow to apply decay on score files matching a regexp.
14500
14501 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14502
14503         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
14504         compatibility in %g and %c.
14505
14506 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14507
14508         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
14509         name for only %g and %c.
14510         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
14511         of gnus-tmp-group to decoded group name.
14512         (gnus-group-make-rss-group): Exclude `/'s from group names.
14513
14514 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14515
14516         * nnrss.el (nnrss-get-encoding): Fix regexp.
14517
14518 2004-12-27  Simon Josefsson  <jas@extundo.com>
14519
14520         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
14521         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
14522         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
14523
14524 2004-12-17  Kim F. Storm  <storm@cua.dk>
14525
14526         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
14527
14528         * gnus-sum.el (gnus-summary-mode-map): Likewise.
14529
14530 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14531
14532         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
14533
14534 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14535
14536         * nnrss.el: Require rfc2047 and mml.
14537         (nnrss-file-coding-system): New variable.
14538         (nnrss-format-string): Redefine it as an inline function.
14539         (nnrss-decode-group-name): New function.
14540         (nnrss-string-as-multibyte): Remove.
14541         (nnrss-retrieve-headers): Decode group name; don't use
14542         nnrss-format-string.
14543         (nnrss-request-group): Decode group name.
14544         (nnrss-request-article): Decode group name; allow a Message-ID as
14545         well as an article number; don't use nnrss-format-string; encode a
14546         Message-ID string which may contain non-ASCII characters; use
14547         mml-to-mime to compose a MIME article.
14548         (nnrss-request-expire-articles): Decode group name.
14549         (nnrss-request-delete-group): Decode group name.
14550         (nnrss-fetch): Clarify error message.
14551         (nnrss-read-server-data): Use insert-file-contents instead of load;
14552         bind file-name-coding-system; use multibyte buffer.
14553         (nnrss-save-server-data): Bind coding-system-for-write to the
14554         value of nnrss-file-coding-system; bind file-name-coding-system;
14555         add coding cookie.
14556         (nnrss-read-group-data): Use insert-file-contents instead of load;
14557         bind file-name-coding-system; use multibyte buffer.
14558         (nnrss-save-group-data): Bind coding-system-for-write to the
14559         value of nnrss-file-coding-system; bind file-name-coding-system.
14560         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
14561         make it work with non-ASCII text.
14562         (nnrss-find-el): Make it work with old xml.el as well.
14563
14564 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14565
14566         * nnrss.el (nnrss-get-encoding): New function.
14567         (nnrss-fetch): Use unibyte buffer initially; bind
14568         coding-system-for-read while performing mm-url-insert; remove ^Ms;
14569         decode contents according to the encoding attribute.
14570         (nnrss-save-group-data): Add coding cookie.
14571         (nnrss-mime-encode-string): New function.
14572         (nnrss-check-group): Use it to encode subject and author.
14573
14574 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
14575
14576         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
14577         imaginary variable.
14578
14579 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14580
14581         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
14582         correctly even if there are wide characters.
14583
14584 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14585
14586         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
14587         downcased symbol names; make a new cache instead of reusing
14588         bbdb-hashtable.
14589
14590 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14591
14592         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14593         concatenating segments rather than before concatenating them.
14594         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14595
14596         * message.el (message-get-reply-headers): Bind `extra'.
14597
14598 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14599
14600         * message.el (message-extra-wide-headers): New variable.
14601         (message-get-reply-headers): Use it.
14602
14603 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14604
14605         * gnus-agent.el (gnus-agent-group-path): Decode group name.
14606         (gnus-agent-group-pathname): Ditto.
14607
14608         * gnus-cache.el (gnus-cache-file-name): Decode group name.
14609
14610         * gnus-group.el (gnus-group-make-group): Decode group name.
14611         (gnus-group-make-rss-group): Register the group data after opening
14612         the nnrss group.
14613
14614 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
14615
14616         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
14617         by expiry now get marked as read.
14618
14619 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14620
14621         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
14622
14623 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
14624
14625         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
14626         unify Latin characters in XEmacs.
14627         (mm-find-mime-charset-region): Use it.
14628
14629 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14630
14631         * gnus-util.el (gnus-delete-directory): New function.
14632
14633         * gnus-agent.el (gnus-agent-delete-group): Use it.
14634
14635         * gnus-cache.el (gnus-cache-delete-group): Use it.
14636
14637 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14638
14639         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
14640         names.
14641
14642 2004-12-16  Simon Josefsson  <jas@extundo.com>
14643
14644         * hashcash.el (hashcash-payment-alist): Fix custom :type.
14645
14646 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14647
14648         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
14649
14650         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
14651         (gnus-group-set-current-level): Decode group name.
14652
14653 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
14654
14655         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
14656         failed.
14657
14658 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14659
14660         * gnus-group.el (gnus-group-delete-group): Decode group name.
14661         (gnus-group-make-rss-group): Encode group name.
14662         (gnus-group-catchup-current): Decode group name.
14663         (gnus-group-kill-group): Decode group name.
14664
14665 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14666
14667         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
14668
14669 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14670
14671         * gnus-group.el (gnus-group-make-rss-group):
14672         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
14673
14674         * gnus-start.el (gnus-setup-news): Honor user's setting to
14675         gnus-message-archive-method.  Suggested by Lute Kamstra
14676         <lute@gnu.org>.
14677
14678 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
14679
14680         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
14681         global counterparts of the buffer-local variables.
14682
14683 2004-11-16  Romain Francoise  <romain@orebokech.com>
14684
14685         * gnus-sum.el (gnus-summary-exit): Don't clear the global
14686         counterparts of the buffer-local variables.
14687
14688 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14689
14690         * message.el (message-forbidden-properties): Fixed typo in doc
14691         string.
14692
14693 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14694
14695         * gnus-util.el (gnus-replace-in-string): Added doc string.
14696
14697         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
14698         to avoid problems when splitting mails with many recipients.
14699
14700 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14701
14702         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
14703         pop-to-buffer, covered by the subsequent gnus-configure-windows.
14704
14705 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
14706
14707         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
14708         if there is no hashtable in memory or file modification time is
14709         newer than cached timestamp.
14710
14711 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14712
14713         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
14714         not-matching option.
14715
14716 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
14717
14718         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
14719         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
14720         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14721         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
14722         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
14723         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
14724
14725 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14726
14727         * message.el (message-forward-make-body-mml): Remove headers
14728         according to message-forward-ignored-headers if a message is decoded.
14729
14730 2004-12-02  Romain Francoise  <romain@orebokech.com>
14731
14732         * message.el (message-forward-make-body-plain): Always remove
14733         headers according to message-forward-ignored-headers.
14734
14735 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
14736
14737         * spam.el (spam-summary-prepare-exit): Remove the
14738         gnus-summary-limit pop for now, it has problems with ham marks for
14739         me.
14740
14741 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
14742
14743         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
14744         correctly.
14745
14746 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
14747
14748         * format-spec.el (format-spec): Message the char.
14749
14750 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
14751
14752         * gnus-art.el (gnus-split-methods): Reformat comments.
14753
14754         * spam.el (spam-summary-prepare-exit): Remove article limits
14755         before exiting the summary buffer.
14756
14757 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14758
14759         * lpath.el: Remove bbdb-create-internal, bbdb-records,
14760         spam-BBDB-register-routine and spam-enter-ham-BBDB.
14761
14762         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
14763         order to silence the byte compiler.
14764
14765         * spam.el: Fix the way to silence the byte compiler, which
14766         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
14767         bbdb-search-simple, spam-BBDB-register-routine,
14768         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
14769         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
14770         spam-stat-buffer-is-spam, spam-stat-load,
14771         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
14772         spam-stat-save and spam-stat-split-fancy.
14773
14774 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14775
14776         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
14777         which may confuse users.
14778         (canlock-password-for-verify): Ditto.
14779
14780         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
14781
14782         * gnus-art.el (gnus-emphasis-alist): Ditto.
14783
14784         * gnus-registry.el (gnus-registry-max-entries): Ditto.
14785
14786         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
14787
14788         * gnus-start.el (gnus-save-killed-list): Ditto.
14789
14790         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
14791         (gnus-sum-thread-tree-root): Ditto.
14792         (gnus-sum-thread-tree-false-root): Ditto.
14793         (gnus-sum-thread-tree-single-indent): Ditto.
14794
14795         * message.el (message-courtesy-message): Ditto.
14796         (message-archive-note): Ditto.
14797         (message-subscribed-address-file): Ditto.
14798         (message-user-fqdn): Ditto.
14799
14800         * spam-report.el (spam-report-gmane-regex): Ditto.
14801
14802         * spam.el (spam-blackhole-good-server-regex): Ditto.
14803
14804 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14805
14806         * mml.el (mml-preview): Widen the message buffer before copying
14807         the contents to the preview buffer; sort headers before previewing.
14808
14809         * message.el (message-hidden-headers): Fix the way to avoid a bug
14810         in the `repeat' widget in Emacs 21.3 or earlier.
14811
14812 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14813
14814         * message.el (message-hidden-headers): Default to "^References:".
14815         Improve customization type.  Suggested by Reiner Steib
14816         <Reiner.Steib@gmx.de>.
14817
14818 2004-11-25  Romain Francoise  <romain@orebokech.com>
14819
14820         * message.el (message-strip-forbidden-properties): Remove check for
14821         obsolete `message-hidden' text property, hidden headers are not
14822         accessible in the buffer anymore.
14823
14824 2004-11-22  Romain Francoise  <romain@orebokech.com>
14825
14826         * message.el (message-header-format-alist): Add `From' in list
14827         so that it can be sorted.
14828         (message-fix-before-sending): Widen and sort headers before
14829         sending.
14830         (message-hide-headers): Use narrowing to hide headers by moving
14831         them to the top of the buffer and narrowing to the region
14832         underneath.
14833
14834 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14835
14836         * message.el (message-strip-forbidden-properties): Bind
14837         buffer-read-only (etc) to nil.
14838
14839 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14840
14841         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
14842         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14843
14844 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
14845
14846         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
14847
14848 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14849
14850         * dns.el (query-dns): Use sit-for to time instead of
14851         accept-process-output, since that doesn't seem to work on udp
14852         sockets.
14853
14854 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14855
14856         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
14857
14858 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
14859
14860         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
14861         doc string.  Improve doc string.
14862
14863 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14864
14865         * nntp.el (nntp-request-update-info): Return nil if
14866         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
14867         may not call gnus-activate-group which uselessly issues the GROUP
14868         commands for all nntp groups and wastes time.  Reported by Romain
14869         Francoise <romain@orebokech.com>.
14870
14871         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
14872
14873 2004-11-15  Simon Josefsson  <jas@extundo.com>
14874
14875         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
14876         headers separately.
14877         (gnus-button-openpgp): New function, inspired by Jochen Küpper
14878         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
14879
14880 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
14881
14882         * gnus-start.el (gnus-convert-old-newsrc):
14883         Assign legacy-gnus-agent to 5.10.7.
14884
14885 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14886
14887         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
14888         start of the lines.
14889
14890 2004-11-14  Magnus Henoch  <mange@freemail.hu>
14891
14892         * hashcash.el (hashcash-default-payment): Change default to 20.
14893         (hashcash-default-accept-payment): Change default to 20.
14894         (hashcash-process-alist): New variable.
14895         (hashcash-generate-payment-async): Add.
14896         (hashcash-already-paid-p): Add.
14897         (hashcash-insert-payment): Don't generate payments twice.
14898         (hashcash-insert-payment-async): Add.
14899         (hashcash-insert-payment-async-2): Add.
14900         (hashcash-cancel-async): Add.
14901         (hashcash-wait-async): Add.
14902         (hashcash-processes-running-p): Add.
14903         (hashcash-wait-or-cancel): Add.
14904         (mail-add-payment): New optional argument.  Conditionally start
14905         asynchronous calculation.
14906         (mail-add-payment-async): Add.
14907
14908         * message.el (message-send-mail): Wait for asynchronous hashcash
14909         results.  Don't clobber existing X-Hashcash headers.
14910         (message-setup-1): Call mail-add-payment-async when
14911         message-generate-hashcash is non-nil.
14912
14913 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14914
14915         * message.el (message-use-alternative-email-as-from): Examine the
14916         From header as well; use message-make-from in order to include a
14917         user's full name.
14918
14919 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14920
14921         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
14922         default; improve customization type.
14923         (gnus-emphasis-custom-with-format): New macro.
14924         (gnus-emphasis-custom-value-to-external): New function.
14925         (gnus-emphasis-custom-value-to-internal): New function.
14926
14927 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14928
14929         * dns.el (query-dns): Resolve reverse addresses.
14930
14931 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14932
14933         * gnus-group.el (gnus-group-get-new-news): Use it.
14934
14935         * gnus-start.el (gnus-check-reasonable-setup): New function.
14936
14937 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14938
14939         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
14940         "Args out of range" error.  Reported by Arnaud Giersch
14941         <arnaud.giersch@free.fr>.
14942
14943 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14944
14945         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
14946
14947 2004-11-04  Richard M. Stallman  <rms@gnu.org>
14948
14949         * spam.el (spam group): Add :version.
14950
14951         * pgg-def.el (pgg group): Add :version.
14952
14953 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14954
14955         * gnus-art.el (gnus-article-edit-article): Don't associate the
14956         article buffer with a draft file.  This is a temporary measure
14957         against the 2004-08-22 change to gnus-article-edit-mode.
14958
14959 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14960
14961         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
14962         (html2text-format-tags): Remove unused variable `attr'.
14963
14964 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14965
14966         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
14967
14968         * tls.el (tls-process-connection-type, tls-success)
14969         (tls-certtool-program): Add :version.
14970
14971         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
14972         (starttls-extra-arguments, starttls-process-connection-type)
14973         (starttls-connect, starttls-failure, starttls-success): Add :version.
14974
14975         * spam-stat.el (spam-stat): Add :version.
14976
14977         * sieve.el (sieve): Add :version.
14978
14979         * sha1.el (sha1): Add :version.
14980         (sha1-use-external): Remove redundant version.
14981
14982         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
14983         (nnmail-cache-ignore-groups, nnmail-spool-hook)
14984         (nnmail-split-fancy-match-partial-words)
14985         (nnmail-split-lowercase-expanded): Add :version.
14986
14987         * nndiary.el (nndiary): Add :version.
14988
14989         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
14990
14991         * mml-sec.el (mml-default-sign-method)
14992         (mml-default-encrypt-method, mml-signencrypt-style-alist):
14993         Add :version.
14994
14995         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
14996
14997         * mm-url.el (mm-url-use-external, mm-url-program)
14998         (mm-url-arguments): Add :version.
14999
15000         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
15001         (mm-attachment-file-modes, mm-decrypt-option)
15002         (mm-w3m-safe-url-regexp): Add :version.
15003
15004         * message.el (message-cite-prefix-regexp)
15005         (message-sendmail-envelope-from, message-minibuffer-local-map)
15006         (message-user-fqdn, message-completion-alist): Add :version.
15007
15008         * gnus-win.el (gnus-configure-windows-hook)
15009         (gnus-use-frames-on-any-display): Add :version.
15010
15011         * gnus-art.el (gnus-article-address-banner-alist)
15012         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
15013         (gnus-treat-from-picon, gnus-treat-mail-picon)
15014         (gnus-treat-x-pgp-sig): Add :version.
15015
15016         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
15017         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
15018         (gnus-summary-article-delete-hook)
15019         (gnus-summary-display-while-building): Add :version.
15020
15021         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
15022         (gnus-get-top-new-news-hook): Add :version.
15023
15024         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15025         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
15026
15027         * gnus-registry.el (gnus-registry): Add :version.
15028
15029         * gnus-spec.el (gnus-use-correct-string-widths)
15030         (gnus-make-format-preserve-properties): Add :version.
15031
15032         * gnus.el (gnus-group-charter-alist)
15033         (gnus-group-fetch-control-use-browse-url)
15034         (gnus-install-group-spam-parameters): Add :version.
15035
15036         * gnus-diary.el (gnus-diary): Add :version.
15037
15038         * gnus-delay.el (gnus-delay): Add :version.
15039
15040         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
15041         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
15042         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
15043         Add :version.
15044
15045         * gnus-agent.el (gnus-agent-max-fetch-size)
15046         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
15047         (gnus-agent-prompt-send-queue): Add :version.
15048
15049         * deuglify.el (gnus-outlook-deuglify): Add :version.
15050
15051         * html2text.el: Beautify code.  Improve doc strings.  Some
15052         checkdoc cleanup.
15053         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
15054
15055 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
15056
15057         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
15058
15059 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
15060
15061         * gnus-registry.el (gnus-registry-hashtb): Create the registry
15062         when package is loaded.
15063
15064         * spam.el (spam-summary-score-preferred-header): Add global preference
15065         for people who want to override the default SpamAssassin over
15066         Bogofilter preference (when both are set).
15067         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
15068         (spam-user-format-function-S): Check
15069         spam-summary-score-preferred-header.
15070         (spam-extra-header-to-number): Add X-Bogosity header parsing.
15071         (spam-user-format-function-S): Format the score correctly.
15072
15073 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15074
15075         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
15076         signature file.  Suggested by Manoj Srivastava
15077         <srivasta@golden-gryphon.com>.
15078
15079         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
15080         iso-2022-jp even in the Japanese language environment.
15081         Suggested by Jason Rumney <jasonr@gnu.org>.
15082
15083 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15084
15085         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
15086         use the same characters as the dummy marks; make it free from
15087         getting affected by the language environment.
15088         (gnus-summary-read-group-1): Update mark positions only when the
15089         format spec is updated.
15090
15091         * gnus-spec.el (gnus-update-format-specifications): Return a list
15092         of updated types.
15093
15094 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15095
15096         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
15097         of boundp to check if display-warning is available.
15098
15099 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
15100
15101         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
15102
15103 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15104
15105         * nnspool.el (nnspool-spool-directory): Use news-path if the
15106         news-directory variable is not bound.
15107
15108         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
15109         function instead of display-warning if it is not available.
15110
15111 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15112
15113         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
15114         v5-10: Use `point-at-bol'.
15115
15116 2004-10-26  Simon Josefsson  <jas@extundo.com>
15117
15118         * hashcash.el: Fix URL in comment, reported by Cheng Gao
15119         <chenggao@gmail.com>.
15120
15121 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15122
15123         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
15124         instead.
15125
15126 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
15127
15128         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
15129         to remove a server from the nnimap-server-buffer-alist.
15130         (nnimap-open-connection, nnimap-close-server): Use it.
15131
15132         * gnus-encrypt.el: Remove file in favor of encrypt.el.
15133
15134 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15135
15136         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
15137         running the major-mode function.
15138
15139 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15140
15141         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
15142         dummy marks in the right way.
15143
15144 2004-10-18  David Edmondson  <dme@dme.org>
15145
15146         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
15147         excessively.
15148
15149 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
15150
15151         * gnus-util.el (gnus-split-references): Accept a nil references
15152         string and go on blissfully.
15153
15154         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
15155         cases where the references string is non-nil but has no references.
15156
15157         * encrypt.el: Add autoload tags.
15158
15159         * spam.el (spam-resolve-registrations-routine): Remove article
15160         from unregistration list too.  Reported by David Hanak
15161         <dhanak@isis.vanderbilt.edu>
15162
15163 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
15164
15165         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
15166         nil.  Changed custom type.
15167
15168 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
15169
15170         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
15171
15172         * gnus-sum.el (gnus-summary-move-article): Use it.
15173
15174 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
15175
15176         * encrypt.el: Add autoload cookies.
15177
15178         * spam.el (spam-backend-article-list-property)
15179         (spam-backend-get-article-todo-list)
15180         (spam-backend-put-article-todo-list)
15181         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
15182         Resolve registrations separately.
15183         (spam-register-routine): Format comments.
15184         (spam-unregister-routine, spam-register-routine): Always call with
15185         specific-articles, no default list.
15186         (spam-summary-prepare-exit): Use the spam-classifications function.
15187
15188         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
15189         gnus-encrypt.el.
15190
15191         * encrypt.el: Copied from gnus-encrypt.el.
15192
15193         * gnus-encrypt.el: Commented that it's obsolete.
15194
15195 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15196
15197         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
15198         (gnus-score-save): Use it.
15199
15200         * message.el (message-bury): Use `window-dedicated-p'.
15201
15202 2004-10-15  Simon Josefsson  <jas@extundo.com>
15203
15204         * pop3.el (top-level): Don't require nnheader.
15205         (pop3-read-timeout): Add.
15206         (pop3-accept-process-output): Add.
15207         (pop3-read-response, pop3-retr): Use it.
15208
15209 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
15210
15211         * spam.el (spam-register-routine): Move comment.
15212         (spam-verify-bogofilter): Use 'unknown for the initial
15213         spam-bogofilter-valid state, not 'never.
15214
15215         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
15216         for netrc-machine.
15217
15218         * nnimap.el (nnimap-open-connection): Use
15219         netrc-machine-user-or-password.
15220
15221 2004-10-17  Richard M. Stallman  <rms@gnu.org>
15222
15223         * gnus-registry.el (gnus-registry-unload-hook):
15224         Set as a variable with add-hook.
15225
15226         * nnspool.el (nnspool-spool-directory): Use news-directory instead
15227         of news-path.
15228
15229         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
15230
15231         * spam.el: Delete duplicate `provide'.
15232         (spam-unload-hook): Set as a variable with add-hook.
15233
15234 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15235
15236         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
15237         in the doc string.
15238
15239         * message.el (message-ignored-news-headers)
15240         (message-ignored-supersedes-headers)
15241         (message-ignored-resent-headers)
15242         (message-forward-ignored-headers): Improve custom type.
15243
15244 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15245
15246         * message.el (message-tokenize-header): Fix 2004-09-06 change
15247         which used point-min in the wrong place.
15248
15249 2004-10-12  Simon Josefsson  <jas@extundo.com>
15250
15251         * tls.el (tls-certtool-program): New variable.
15252         (tls-certificate-information): New function, based on
15253         ssl-certificate-information.
15254
15255 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15256
15257         * compface.el: Move the version of ELisp-based uncompface program
15258         to the contrib directory because of the copyright problem.
15259
15260 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15261
15262         * message.el (message-kill-buffer): Raise the current frame.
15263
15264 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15265
15266         * gnus-sum.el: Mention that multibyte characters don't work as marks.
15267
15268         * gnus.el (message-y-or-n-p): Autoload.
15269
15270         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
15271         (pop3-password-required, pop3-authentication-scheme)
15272         (pop3-leave-mail-on-server): Made customizable.
15273         (pop3): New custom group.
15274         (pop3-retr): Remove `sleep-for' statements.
15275         Suggested by Dave Love <fx@gnu.org>.
15276
15277         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
15278         Windows/DOS.
15279
15280         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15281         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
15282         Dave Love <fx@gnu.org>.
15283
15284         * mml.el (mml-minibuffer-read-disposition): Require match.
15285         Suggested by Dave Love <fx@gnu.org>.
15286
15287 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15288
15289         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
15290         doc string.
15291
15292 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15293
15294         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
15295
15296 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15297
15298         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
15299         instead of calling `mm-insert-inline', to decode text/* parts
15300         before displaying them.
15301
15302 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15303
15304         * mm-uu.el (mm-uu-text-plain-type): New variable.
15305         (mm-uu-pgp-signed-extract-1): Use it.
15306         (mm-uu-pgp-encrypted-extract-1): Use it.
15307         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
15308         bind mm-uu-text-plain-type with that value.
15309         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
15310         mm-uu-dissect.
15311
15312 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15313
15314         * gnus-group.el (gnus-update-group-mark-positions):
15315         * gnus-sum.el (gnus-update-summary-mark-positions):
15316         * message.el (message-check-news-body-syntax):
15317         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
15318         of string-as-multibyte.
15319
15320 2004-10-05  Juri Linkov  <juri@jurta.org>
15321
15322         * gnus-group.el (gnus-update-group-mark-positions):
15323         * gnus-sum.el (gnus-update-summary-mark-positions):
15324         * message.el (message-check-news-body-syntax):
15325         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
15326         8-bit unibyte values to a multibyte string for search functions.
15327
15328 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15329
15330         * mm-uu.el (mm-uu-dissect): Allow optional arg.
15331         (mm-uu-dissect-text-parts): New function.
15332
15333         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
15334         dissect text parts.
15335
15336         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
15337         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
15338
15339         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
15340
15341         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
15342         gnus-current-topics instead of gnus-current-topic.
15343
15344 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
15345
15346         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
15347
15348 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
15349
15350         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
15351         where approriate.
15352
15353         * nnml.el (nnml-generate-active-info): do.
15354
15355         * nndiary.el (nndiary-generate-active-info): do.
15356
15357         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
15358         (gnus-topic-move): do.
15359
15360         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
15361         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
15362
15363         * gnus-srvr.el (gnus-server-prepare)
15364         (gnus-server-open-all-servers): do.
15365
15366         * gnus-msg.el (gnus-summary-cancel-article)
15367         (gnus-summary-resend-message)
15368         (gnus-summary-mail-crosspost-complaint): do.
15369
15370         * gnus-move.el (gnus-change-server): do.
15371
15372         * gnus-group.el (gnus-group-unmark-all-groups)
15373         (gnus-group-set-current-level): do.
15374
15375 2004-10-04  Simon Josefsson  <jas@extundo.com>
15376
15377         * message.el (message-generate-hashcash): Doc fix.
15378
15379 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
15380
15381         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
15382         avoid infinite recursion via gnus-get-function.
15383
15384 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
15385
15386         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
15387
15388         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
15389
15390         * nnmail.el (nnmail-split-history): do.
15391
15392         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
15393         (nnml-request-delete-group): do.
15394
15395         * nnslashdot.el (nnslashdot-read-groups): do.
15396
15397         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
15398         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
15399
15400         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
15401         (nnspool-sift-nov-with-sed): Use last.
15402         (nnspool-retrieve-headers-with-nov): Use mapc.
15403         (nnspool-request-newgroups): Use dolist.
15404         (nnspool-request-group): Use last.
15405
15406         * nntp.el (nntp-read-server-type): Use dolist.
15407
15408         * nnvirtual.el (nnvirtual-create-mapping)
15409         (nnvirtual-update-read-and-marked): Use dolist.
15410         (nnvirtual-convert-headers): Simplify.
15411
15412 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15413
15414         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
15415         support for sync'ing tick marks.
15416
15417 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15418
15419         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
15420         there's no visible header.
15421
15422 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15423
15424         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
15425         necessary, pass full group name to gnus-request-set-marks.
15426
15427 2004-10-01  Simon Josefsson  <jas@extundo.com>
15428
15429         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
15430         acroread.
15431
15432 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15433
15434         * spam-report.el (spam-report-gmane): Fix interactive.
15435
15436         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
15437
15438         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
15439         when writing file.
15440         (gnus-agent-synchronize-flags): Don't default to being
15441         interactive.
15442
15443 2004-09-30  Simon Josefsson  <jas@extundo.com>
15444
15445         * message.el (message-generate-hashcash): Add.
15446         (message-send-mail): Use it, call mail-add-payment.
15447
15448 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15449
15450         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
15451
15452 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
15453
15454         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
15455         gnus-requst-update-info with explicit code to sync the in-memory
15456         info read flags with the marks being sync'd to the backend.
15457
15458         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
15459
15460 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15461
15462         * spam.el (spam-verify-bogofilter): Add new function.
15463         (spam-check-bogofilter)
15464         (spam-bogofilter-register-with-bogofilter): Use it.
15465         (spam-verify-bogofilter): Add small fixes.
15466
15467 2004-09-28  Simon Josefsson  <jas@extundo.com>
15468
15469         * hashcash.el (hashcash-generate-payment): Revert.
15470
15471 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15472
15473         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
15474         gnus-extract-references instead of gnus-split-references.
15475
15476         * gnus-util.el (gnus-extract-references): Add new function, analogous
15477         to gnus-split-references but extracts only the message-ID without
15478         anything extra.
15479
15480         * hashcash.el (hashcash-generate-payment)
15481         (hashcash-check-payment): Do the right thing if hashcash-path is
15482         nil (because the hashcash program could not be found).
15483
15484         * spam.el (spam-use-hashcash): Remove comment.
15485
15486 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
15487
15488         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
15489         (gnus-cache-enter-article, gnus-cache-remove-article)
15490         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
15491
15492         * gnus-async.el (gnus-async-prefetch-remove-group): do.
15493
15494         * gnus-art.el (article-hide-boring-headers)
15495         (article-translate-strings, article-display-face)
15496         (gnus-article-mime-match-handle-first)
15497         (gnus-article-highlight-headers)
15498         (gnus-article-add-buttons-to-head): do.
15499
15500 2004-09-27  Simon Josefsson  <jas@extundo.com>
15501
15502         * hashcash.el: New version, from
15503         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
15504         ../contrib/.
15505
15506 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15507
15508         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
15509
15510 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
15511
15512         * gnus-dup.el (gnus-dup-open): Use mapc.
15513         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
15514
15515         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
15516         Reported by Stefan Wiens <s.wi@gmx.net>.
15517
15518         * gnus.el (gnus-shutdown): Use dolist.
15519
15520         * gnus-undo.el (gnus-undo): Use mapc.
15521
15522         * nnrss.el (nnrss-generate-active): do.
15523
15524         * message.el (message-cite-original-without-signature)
15525         (message-cite-original): Use mapc.
15526         (message-do-actions, message-make-forward-subject): Use dolist.
15527
15528 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15529
15530         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
15531         deletion to remove entire duplicate line.  Fixes merged article
15532         number bug.
15533
15534 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15535
15536         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
15537         servers that are offline.  Avoids having gnus-agent-toggle-plugged
15538         first ask if you want to open a server and then, even when you
15539         responded with no, asking if you want to synchronize the server's
15540         flags.
15541         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
15542         multi-line expressions.
15543         (gnus-agent-synchronize-group-flags): New internal function.
15544         Updates marks in memory (in the info structure) AND in the
15545         backend.
15546
15547         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
15548
15549         * nnagent.el (nnagent-request-set-mark): Use
15550         gnus-agent-synchronize-group-flags, not backend's request-set-mark
15551         method, to ensure that synchronization updates marks in the
15552         backend and in the info (in memory) structure.
15553
15554 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15555
15556         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
15557         convention fully; don't miss the root article of a thread; make
15558         the X-Draft-From header with correct article numbers.
15559
15560 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
15561
15562         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
15563         unless plugged.  Disable the agent so that an open failure causes
15564         an error.
15565
15566         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
15567         Reverted 2004-09-21 change.  The backend must be opened while
15568         synchronizing flags even when the backend stores the flags
15569         locally.
15570
15571 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
15572
15573         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
15574         in `header' match.  Reported by Svend Tollak Munkejord.
15575
15576         * message.el (message-cite-original): Fix use of
15577         `message-cite-articles-with-x-no-archive'.
15578
15579 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15580
15581         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
15582         (gnus-window-to-buffer): Ditto.
15583
15584         * mml.el (mml-preview-buffer): New variable.
15585         (mml-preview): Manage window layout with gnus-buffer-configuration.
15586
15587         * gnus-msg.el (gnus-setup-message): Put article numbers into the
15588         X-Draft-From header even if those articles aren't quoted.
15589
15590 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
15591
15592         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
15593         (gnus-request-set-mark, gnus-request-update-mark): Use new
15594         g-s-t-u-l-m to decide to use backend even when unplugged.
15595
15596 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15597
15598         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
15599         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
15600
15601 2004-09-20  Simon Josefsson  <jas@extundo.com>
15602
15603         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
15604         "utf-16-le".
15605
15606 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15607
15608         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
15609
15610 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15611
15612         * uudecode.el (uudecode-use-external): Add :version.
15613
15614         * smime.el (smime-CA-file, smime-encrypt-cipher)
15615         (smime-dns-server): Add :version.
15616
15617         * smiley.el (gnus-smiley-file-types): Add :version.
15618
15619         * sha1.el (sha1-use-external): Add :version.
15620
15621         * pgg-def.el (pgg-query-keyserver): Add :version.
15622
15623         * nnmail.el (nnmail-fancy-expiry-targets)
15624         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
15625         Add :version.
15626
15627         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
15628         (nnimap-retrieve-groups-asynchronous): Add :version.
15629         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
15630
15631         * mml.el (mml-content-disposition-parameters)
15632         (mml-insert-mime-headers-always): Add :version.
15633
15634         * mm-util.el (mm-coding-system-priorities): Add :version.
15635
15636         * mm-decode.el (mm-inline-text-html-with-images)
15637         (mm-keep-viewer-alive-types, mm-external-terminal-program)
15638         (mm-verify-option): Add :version.
15639         (mm-text-html-renderer): Change :version.
15640
15641         * message.el (message-fcc-externalize-attachments)
15642         (message-required-headers, message-draft-headers)
15643         (message-subject-trailing-was-query)
15644         (message-subject-trailing-was-ask-regexp)
15645         (message-subject-trailing-was-regexp, message-mark-insert-begin)
15646         (message-mark-insert-end, message-archive-header)
15647         (message-archive-note, message-cross-post-default)
15648         (message-cross-post-note, message-followup-to-note)
15649         (message-cross-post-note-function, message-use-mail-followup-to)
15650         (message-subscribed-address-functions)
15651         (message-subscribed-address-file, message-subscribed-addresses)
15652         (message-subscribed-regexps, message-allow-no-recipients)
15653         (message-yank-cited-prefix, message-signature-insert-empty-line)
15654         (message-hidden-headers, message-hierarchical-addresses)
15655         (message-mail-user-agent, message-use-idna)
15656         (message-valid-fqdn-regexp)
15657         (message-strip-special-text-properties, message-header-synonyms)
15658         (message-beginning-of-line, message-tab-body-function): Add :version.
15659         (message-insert-canlock, message-wide-reply-confirm-recipients):
15660         Change :version.
15661
15662         * mail-source.el (mail-source-ignore-errors): Add :group, :type
15663         and :version.
15664         (mail-source-delete-old-incoming-confirm)
15665         (mail-source-movemail-program): Add :version.
15666
15667         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
15668         (gnus-agent-cache, gnus-agent): Change :version.
15669
15670         * gnus-util.el (gnus-use-byte-compile): Change :version.
15671
15672         * gnus-sum.el (gnus-summary-make-false-root-always)
15673         (gnus-summary-default-high-score)
15674         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
15675         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
15676         (gnus-read-all-available-headers, gnus-article-emulate-mime)
15677         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
15678         (gnus-sum-thread-tree-single-indent)
15679         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
15680         (gnus-sum-thread-tree-leaf-with-other)
15681         (gnus-sum-thread-tree-single-leaf): Add :version.
15682         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
15683         (gnus-article-loose-mime): Change :version.
15684
15685         * gnus-start.el (gnus-backup-startup-file)
15686         (gnus-save-startup-file-via-temp-buffer): Add :version.
15687
15688         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
15689         (gnus-server-offline-face): Add :version.
15690
15691         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
15692
15693         * gnus-msg.el (gnus-gcc-externalize-attachments)
15694         (gnus-debug-files, gnus-debug-exclude-variables)
15695         (gnus-discouraged-post-methods): Change :version.
15696         (gnus-confirm-mail-reply-to-news)
15697         (gnus-confirm-treat-mail-like-news): Add :version.
15698
15699         * gnus-int.el (gnus-server-unopen-status): Add :version.
15700
15701         * gnus-group.el (gnus-group-jump-to-group-prompt)
15702         (gnus-large-ephemeral-newsgroup)
15703         (gnus-fetch-old-ephemeral-headers): Add :version.
15704
15705         * gnus-fun.el (gnus-x-face-directory)
15706         (gnus-convert-pbm-to-x-face-command)
15707         (gnus-convert-image-to-x-face-command)
15708         (gnus-convert-image-to-face-command): Add :version.
15709
15710         * gnus-delay.el (gnus-delay-default-hour): Add :version.
15711
15712         * gnus-cite.el (gnus-cite-blank-line-after-header)
15713         (gnus-article-boring-faces): Add :version.
15714
15715         * gnus-art.el (gnus-buttonized-mime-types)
15716         (gnus-inhibit-mime-unbuttonizing)
15717         (gnus-treat-display-face)
15718         (gnus-treat-body-boundary): Change :version.
15719         (gnus-body-boundary-delimiter, gnus-picon-databases)
15720         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
15721         (gnus-treat-date-english, gnus-treat-fold-headers)
15722         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
15723         (gnus-treat-mail-picon, gnus-treat-wash-html)
15724         (gnus-article-encrypt-protocol)
15725         (gnus-use-idna, gnus-article-over-scroll)
15726         (gnus-mime-display-multipart-alternative-as-mixed)
15727         (gnus-mime-display-multipart-related-as-mixed)
15728         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
15729         (gnus-ctan-url, gnus-button-ctan-handler)
15730         (gnus-button-handle-ctan-bogus-regexp)
15731         (gnus-button-ctan-directory-regexp)
15732         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
15733         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
15734         (gnus-button-man-level, gnus-button-emacs-level)
15735         (gnus-button-message-level, gnus-button-browse-level): Add :version.
15736
15737         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
15738         (gnus-agent-go-online): Change :version.
15739         (gnus-agent-expire-unagentized-dirs)
15740         (gnus-agent-auto-agentize-methods): Add :version.
15741
15742         * flow-fill.el (fill-flowed-display-column)
15743         (fill-flowed-encode-column): Add :version.
15744
15745         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
15746         (gnus-outlook-deuglify-unwrap-max)
15747         (gnus-outlook-deuglify-cite-marks)
15748         (gnus-outlook-deuglify-unwrap-stop-chars)
15749         (gnus-outlook-deuglify-no-wrap-chars)
15750         (gnus-outlook-deuglify-attrib-cut-regexp)
15751         (gnus-outlook-deuglify-attrib-verb-regexp)
15752         (gnus-outlook-deuglify-attrib-end-regexp)
15753         (gnus-outlook-display-hook): Add :version.
15754
15755         * binhex.el (binhex-use-external): Add :version.
15756
15757 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
15758
15759         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
15760         and `invisible'.
15761
15762 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
15763
15764         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
15765         in gnus-registry-trim.
15766
15767 2004-09-13  Simon Josefsson  <jas@extundo.com>
15768
15769         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
15770
15771         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
15772
15773         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
15774         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15775         <yamaoka@jpl.org>.
15776         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
15777         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15778         <yamaoka@jpl.org>.
15779
15780         * sieve.el (sieve-manage-mode): Ditto.
15781
15782 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
15783
15784         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
15785
15786 2004-09-11  Simon Josefsson  <jas@extundo.com>
15787
15788         * dns-mode.el: Add.
15789
15790         * mm-view.el (mm-display-dns-inline): Add.
15791
15792         * mm-decode.el (mm-inline-media-tests): Add text/dns.
15793         (mm-automatic-display): Ditto.
15794
15795         * mailcap.el (mailcap-mime-data): Add text/dns.
15796         (mailcap-mime-extensions): Map .soa to text/dns.
15797
15798 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
15799
15800         * gnus-art.el (article-decode-mime-words, article-babel)
15801         (gnus-article-highlight-signature, gnus-article-add-buttons)
15802         (gnus-signature-toggle): Remove unnecessary bindings of
15803         `inhibit-read-only' inherited from v5.10 merge.
15804
15805 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
15806
15807         * nntp.el (nntp): New customization group.
15808         (nntp-authinfo-file): Add customization group.
15809
15810         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
15811
15812         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
15813
15814         * gnus.el (to-address, to-list, subscribed)
15815         (large-newsgroup-initial): Ditto.
15816
15817         * flow-fill.el (fill-flowed-display-column)
15818         (fill-flowed-encode-column): Ditto.
15819
15820 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15821
15822         * message.el (message-tokenize-header, message-send-mail-with-qmail):
15823         Use point-min rather than 1.
15824         (message-send-mail): Use buffer-size rather than point-max.
15825
15826         * gnus-sum.el (gnus-summary-search-article-forward):
15827         Signal a specific `search-failed' rather than a generic `error'.
15828
15829         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
15830         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
15831         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
15832
15833 2004-09-10  Simon Josefsson  <jas@extundo.com>
15834
15835         * nndb.el (require): Remove tcp and duplicate cl.
15836
15837 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15838
15839         * gnus-agent.el (directory-files-and-attributes): Move forward.
15840
15841 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15842
15843         * gnus-agent.el (directory-files-and-attributes): Optionally
15844         defined to support XEmacs.
15845
15846 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15847
15848         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
15849         to avoid run-time CL dependencies.
15850         (gnus-agent-unfetch-articles): New function.
15851         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
15852         article numbers even when local .overview file is missing.
15853         (gnus-agent-read-article-number): New function.  Only accepts
15854         27-bit article numbers.
15855         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
15856         gnus-agent-read-article-number.
15857         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
15858         from backend while recognizing that article numbers in .overview
15859         must be valid.
15860         (gnus-agent-update-files-total-fetched-for): Use
15861         directory-files-and-attributes to improve performance.
15862         * gnus-int.el (gnus-request-move-article): Use
15863         gnus-agent-unfetch-articles in place of gnus-agent-expire to
15864         improve performance.
15865
15866         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
15867         some users confused by references to .newsrc when they only have a
15868         .newsrc.eld file.
15869         (gnus-convert-mark-converter-prompt)
15870         (gnus-convert-converter-needs-prompt): Fixed use of property list.
15871         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
15872         New function.  Used internally to only display 'gnus converting
15873         files' message when actually necessary.
15874
15875         * gnus-sum.el (): Removed (require 'gnus-agent) as required
15876         methods now autoloaded.
15877
15878 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15879
15880         * gnus-sum.el (gnus-summary-insert-subject): Remove list
15881         identifiers.
15882
15883 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
15884
15885         * gnus-picon.el: Fix indentation and closing parenthesis.
15886
15887 2004-09-01  Simon Josefsson  <jas@extundo.com>
15888
15889         * message.el (message-canlock-generate): Require sha1, not
15890         sha1-el.  (Can we get rid of this require altogether?  It is ugly
15891         to require within a function.  Sadly, if sha1.el isn't loaded, the
15892         let binding in m-c-g will hide the defcustom definition, which is
15893         bad.)
15894
15895         * canlock.el: Require sha1, not sha1-el.
15896
15897         * message.el: Don't autoload sha1 (there is a autoload cookie in
15898         sha1.el).
15899
15900         * sha1-el.el: Renamed to sha1.el.
15901
15902 2004-08-30  Juanma Barranquero  <lektu@terra.es>
15903
15904         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
15905
15906 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15907
15908         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
15909
15910 2004-08-30  Kim F. Storm  <storm@cua.dk>
15911
15912         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
15913
15914         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
15915         Add :group 'nnimap.
15916
15917 2004-08-30  Andreas Schwab  <schwab@suse.de>
15918
15919         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
15920         ?* and ?\;.
15921
15922         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
15923         and ?\' to symbol instead of whitespace.
15924
15925 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15926
15927         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
15928
15929         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
15930         instead of re-search-forward.
15931
15932         * gnus-uu.el (gnus-uu-save-article): Ditto.
15933         (gnus-uu-post-encode-uuencode): Ditto.
15934
15935         * html2text.el (html2text-clean-list-items): Ditto.
15936         (html2text-clean-dtdd): Ditto.
15937         (html2text-format-tags): Ditto.
15938
15939         * message.el (message-send-mail-with-sendmail): Fix regexp.
15940         (message-fill-field-general): Use search-forward instead of
15941         re-search-forward.
15942         (unbold-region): Ditto.
15943
15944         * nnrss.el (nnrss-request-article): Ditto.
15945
15946         * nnslashdot.el (nnslashdot-request-article): Ditto.
15947
15948         * nnweb.el (nnweb-gmane-wash-article): Ditto.
15949
15950         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
15951         "Unrecognized menu descriptor" error in XEmacs.
15952
15953 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15954
15955         * gnus-sum.el (gnus-read-header): Don't remove a header for the
15956         parent article of a sparse article in the thread hashtb.
15957
15958 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
15959
15960         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
15961         (nnmail-expand-newtext): Lowercase expanded entries if
15962         nnmail-split-lowercase-expanded is non-nil.
15963
15964 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15965
15966         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
15967
15968         * gnus-group.el (gnus-group-line-format-alist): Convert the value
15969         of gnus-tmp-news-method into string under XEmacs.  It will be
15970         passed to gnus-correct-length which takes only a string argument.
15971
15972 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15973
15974         * gnus-util.el (gnus-bind-print-variables): New macro.
15975         (gnus-prin1): Use it.
15976         (gnus-prin1-to-string): Use it.
15977         (gnus-pp): New function.
15978         (gnus-pp-to-string): New function.
15979
15980         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
15981         Replace pp-to-string with gnus-pp-to-string.
15982         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
15983         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
15984         * gnus-msg.el (gnus-debug): Ditto.
15985         * gnus-score.el (gnus-score-save): Ditto.
15986         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
15987         gnus-pp-to-string.
15988         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
15989         with gnus-pp.
15990         * score-mode.el (gnus-score-pretty-print): Ditto.
15991         * webmail.el (webmail-debug): Ditto.
15992
15993 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15994
15995         * gnus-art.el (article-display-face, article-display-x-face):
15996         Use buffer-read-only.
15997
15998 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15999
16000         * gnus-art.el (article-hide-list-identifiers):
16001         Bind inhibit-read-only as t.
16002
16003 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
16004
16005         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
16006
16007 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16008
16009         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
16010         (gnus-narrow-to-page): Don't assume point-min == 1.
16011         (gnus-article-edit-mode): Derive from message-mode.
16012
16013         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
16014         point-min == 1.
16015
16016         * imap.el (imap-parse-address-list, imap-parse-body-ext):
16017         Disable incorrect use of `assert'.
16018
16019         * message.el (message-mode): Set comment-start-skip.
16020
16021
16022 2004-08-22  Sam Steingold  <sds@gnu.org>
16023
16024         * pop3.el (pop3-leave-mail-on-server): New user variable.
16025         (pop3-movemail): Delete mail only when it is nil.
16026
16027 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
16028
16029         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
16030
16031         * mml.el (mml-preview): Use `pop-to-buffer'.
16032
16033         * message.el (message-goto-mail-followup-to): Insert after "To".
16034         (message-carefully-insert-headers): Add comment.
16035
16036         * gnus.el: Remove unused variable `gnus-article-check-size'.
16037
16038         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
16039
16040         * gnus-art.el (gnus-button-alist): Improve
16041         `gnus-button-handle-library' entry.
16042
16043 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
16044
16045         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
16046         downcase, since XEmacs capitalizes error messages differently.
16047
16048 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
16049
16050         * nntp.el: Add (require 'gnus) due to reference to
16051         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
16052
16053 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
16054
16055         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
16056         `mm-fill-flowed'.
16057
16058         * mm-decode.el (mm-dissect-singlepart): Check it.
16059
16060 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
16061
16062         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
16063         'imap' for netrc parsing.
16064
16065 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
16066
16067         * mailcap.el (mailcap-mime-data): Mark as risky.
16068
16069 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16070
16071         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
16072         may be included in the encoded word.
16073         (rfc2047-encode): Don't append a space if the encoded word
16074         includes close parenthesis.
16075
16076 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16077
16078         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
16079         of text within parentheses.
16080
16081 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
16082
16083         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
16084         (gnus-encrypt-write-file-contents): Make the password key the file
16085         name PLUS the cipher, not just the cipher.  Also remove failed
16086         passwords from the cache.
16087
16088 2004-08-06  Simon Josefsson  <jas@extundo.com>
16089
16090         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
16091         fix.
16092
16093 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16094
16095         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
16096         LWSP.
16097
16098 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
16099
16100         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
16101         to append in-reply-to: data to the references: header.
16102
16103         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
16104         (netrc-parse): Use gnus-encrypt.el functions.
16105
16106         * gnus-encrypt.el: Add new file for encryption support; currently
16107         does only a few GPG ciphers and an internal XOR cipher.
16108
16109         * password.el: Add comments on using password-read-and-add.
16110         (password-read-and-add): Add function to read and add the
16111         password to the cache at once.
16112
16113 2004-07-28  Simon Josefsson  <jas@extundo.com>
16114
16115         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
16116         parameter (but don't use it, for now).
16117
16118         * imap.el (imap-ssl-open): Use imap-process-connection-type,
16119         instead of hard coding to nil.
16120
16121 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16122
16123         * mm-view.el (mm-inline-image-emacs): Open lines under an image
16124         as mm-inline-image-xemacs does.
16125
16126 2004-07-26  Simon Josefsson  <jas@extundo.com>
16127
16128         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
16129         Revert part of 2004-07-17 change below.
16130
16131 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16132
16133         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
16134         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16135
16136 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16137
16138         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
16139         quotes that actually start with ">" at the beginning of the
16140         lines.
16141
16142 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16143
16144         * rfc2047.el (rfc2047-encode-region): Fix last change.
16145         (rfc2047-encode-parameter): Remove useless concat.
16146
16147 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16148
16149         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
16150         encode special characters; fix some kind of misconfigured headers;
16151         signal a real error if debug-on-quit or debug-on-error is non-nil.
16152         (rfc2047-encode-max-chars): New variable.
16153         (rfc2047-encode-1): Use it.
16154         (rfc2047-encode-parameter): New function.
16155
16156         * mml.el (mml-insert-parameter): Remove an excessive space.
16157
16158 2004-07-17  Simon Josefsson  <jas@extundo.com>
16159
16160         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
16161         Kai Grossjohann <kai@emptydomain.de>.
16162         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
16163         (gnus-group-make-menu-bar): Ditto.
16164
16165         * gnus-util.el (gnus-group-server): Add.
16166
16167 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
16168
16169         * message.el (message-clone-locals): Clone sendmail and smtp
16170         variables.
16171
16172 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16173
16174         * rfc2047.el (rfc2047-encode-region): Fix last change.
16175
16176 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16177
16178         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
16179         characters as non-special.
16180
16181 2004-07-09  Simon Josefsson  <jas@extundo.com>
16182
16183         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
16184         Users will lose all flag changes made while unplugged with
16185         e.g. nntp unless flag synchronization happens, thus `nil' is not a
16186         good default.  See numerous reports on ding mailing list.
16187
16188 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16189
16190         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
16191         add generate-head-function and generate-article-function to the
16192         rfc822-forward entry.
16193         (nndoc-rfc822-forward-generate-article): New function.
16194         (nndoc-rfc822-forward-generate-head): New function.
16195
16196         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
16197
16198 2004-07-06  Dan Christensen  <jdc@uwo.ca>
16199
16200         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
16201         respect display group parameter and gnus-summary-expunge-below.
16202         (gnus-articles-to-read): Remove unused reference to display group
16203         parameter.
16204
16205 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16206
16207         * nnheader.el (nnheader-uniquify-message-id): New experimental
16208         variable.
16209         (nnheader-nov-read-message-id): Use it.
16210
16211         * spam-report.el (spam-report-gmane): Add interactive.
16212
16213 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16214
16215         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
16216         qp-or-base64 for the application/* types.
16217
16218 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
16219
16220         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
16221
16222 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
16223
16224         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
16225         trim value.
16226
16227 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16228
16229         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
16230         New macro and function.
16231         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
16232
16233 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16234
16235         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
16236         after-load-alist.
16237
16238 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16239
16240         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
16241         update info that isn't there.
16242
16243 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
16244
16245         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
16246         entry.
16247
16248 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16249
16250         * mm-view.el (mm-inline-render-with-function): Use multibyte
16251         buffer; decode html source by charset.
16252
16253         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
16254
16255         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
16256         Mule-UCS is loaded under XEmacs.
16257         (mm-mime-mule-charset-alist): Avoid duplicated entries.
16258
16259 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
16260
16261         * nnheader.el (nnheader-max-head-length): Increase to 8192.
16262
16263 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16264
16265         * mm-util.el (mm-coding-system-p): Return a coding-system.
16266         (mm-mime-mule-charset-alist): Use shift_jis instead of
16267         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
16268         entries for the mime charsets iso-2022-jp-3 and shift_jis.
16269         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
16270         instead of japanese-shift-jis and iso-latin-1 respectively in
16271         order to share the default value with both Emacs and XEmacs-mule.
16272         (mm-mule-charset-to-mime-charset): Make
16273         mm-coding-system-priorities effective.
16274         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
16275         while predicating of candidates upon the priorities.
16276
16277 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
16278
16279         * gnus-sum.el (gnus-summary-make-menu-bar): Add
16280         gnus-uu-invert-processable.
16281
16282         * gnus.el: Autoload gnus-uu-invert-processable.
16283
16284 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16285
16286         * mm-util.el (mm-with-multibyte-buffer): New macro.
16287
16288         * rfc2047.el (rfc2047-encode-string): Use it.
16289         (rfc2047-encode-region): Move point to the end of the region after
16290         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
16291
16292 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16293
16294         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
16295         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
16296
16297 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16298
16299         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
16300         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
16301         Karl Chen <quarl@nospam.quarl.org>.
16302
16303 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
16304
16305         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
16306         invalid addresses.
16307
16308 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
16309
16310         * spam.el: Change section markers, revise TODO list.
16311         (spam-backends): Make new master list of all installed backends.
16312         (spam-summary-exit-behavior): Add new variable to determine how
16313         messages moves are done at summary exit.
16314         (spam-move-spam-nonspam-groups-only)
16315         (spam-process-ham-in-nonham-groups)
16316         (spam-process-ham-in-spam-groups): Remove variables, the
16317         spam-summary-exit-behavior variable should be used to manage this
16318         behavior.
16319         (spam-old-ham-articles, spam-old-spam-articles): Remove.
16320         (spam-old-articles): Add variable, replacing spam-old-ham-articles
16321         and spam-old-spam-articles.
16322         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
16323         Add empty variables, placeholders for the backends they represent.
16324         (spam-set-difference): Move, unchanged.
16325         (spam-list-of-processors): Declare OBSOLETE, not used anymore
16326         unless the user has a processor variable.
16327         (spam-classifications, spam-classification-valid-p)
16328         (spam-backend-properties, spam-backend-property-valid-p)
16329         (spam-backend-function-type-valid-p)
16330         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
16331         (spam-report-articles-gmane, spam-report-articles-resend):
16332         Remove functions, they are not needed.
16333         (spam-install-backend-super, spam-backend-list)
16334         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
16335         (spam-backend-function, spam-backend-ham-registration-function)
16336         (spam-backend-spam-registration-function)
16337         (spam-backend-ham-unregistration-function)
16338         (spam-backend-spam-unregistration-function)
16339         (spam-backend-statistical-p, spam-backend-mover-p)
16340         (spam-install-backend-alias, spam-install-checkonly-backend)
16341         (spam-install-mover-backend, spam-install-nocheck-backend)
16342         (spam-install-backend, spam-install-statistical-backend)
16343         (spam-install-statistical-checkonly-backend): Add backend installation
16344         support.
16345         (spam-summary-prepare-exit): Rewrite to use the new backend code.
16346         (spam-group-processor-p): Use the new backend code and respect the
16347         summary exit behavior.
16348         (spam-mark-spam-as-expired-and-move-routine): Remove.
16349         (spam-summary-prepare): Change to use the new spam-old-articles
16350         variable.
16351         (spam-copy-or-move-routine, spam-copy-spam-routine)
16352         (spam-move-spam-routine, spam-copy-ham-routine)
16353         (spam-move-ham-routine): Add code to copy/move ham or spam.
16354         (spam-fetch-field-fast): Improve doc and code, plus allow the
16355         'number request.
16356         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
16357         variables.
16358         (spam-split, spam-find-spam): Use the new backend code.
16359         (spam-registration-functions): Remove variable.
16360         (spam-unregister-routine): Add convenience wrapper.
16361         (spam-log-undo-registration, spam-register-routine)
16362         (spam-log-processing-to-registry)
16363         (spam-log-unregistration-needed-p): Rename "check" to "backend"
16364         where possible.
16365         (spam-check-gmane-xref, spam-check-regex-headers)
16366         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
16367         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
16368         (spam-check-bogofilter-headers, spam-check-spamoracle)
16369         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
16370         (spam-check-crm114-headers): Use the spam-split-group that
16371         spam-split prepares, no need to determine it every time.
16372
16373         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
16374         to the nnheader-parse-naked-head call.
16375
16376         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
16377
16378         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
16379         the nnheader-nov-read-message-id call.
16380
16381 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16382
16383         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
16384         gnus-activate-group twice.  Suggested by Markus Peter
16385         <warp@spin.de>.
16386
16387 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16388
16389         * gnus-art.el (gnus-article-time-format): Exchange the order of
16390         day and month in the default value; fix customization type.
16391         (article-date-ut): Use add-text-properties.
16392         (article-make-date-line): Use message-make-date instead of
16393         current-time-string.
16394
16395         * message.el (message-fetch-field): Don't use set-text-properties.
16396         (message-make-date): Simplify.
16397
16398         * messagexmas.el (message-xmas-make-date): New function.
16399         (message-xmas-redefine): Defalias message-make-date to it.
16400
16401 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16402
16403         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
16404         (rfc2047-encode-region): Treat text within parentheses as special;
16405         show the original text when error has occurred.
16406
16407         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
16408         already-computed method to gnus-activate-group.
16409
16410         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
16411         same select-methods identical Lisp objects.
16412
16413         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
16414         object when modifying the info.
16415
16416 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16417
16418         * gnus-srvr.el (gnus-server-set-info): Remove the server from
16419         gnus-opened-servers since it has never been opened with the new
16420         configuration yet.
16421
16422 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16423
16424         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
16425         arg to nnheader-generate-fake-message-id.
16426
16427 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
16428
16429         * nnheader.el (nnheader-generate-fake-message-id): Accept a
16430         number and build a fake message ID localized to a group and
16431         article number (so it's repeatable from that point on).
16432         (nnheader-fake-message-id-p): Change regex to accomodate new fake
16433         ID format.
16434
16435         * gnus-sum.el (gnus-get-newsgroup-headers): Call
16436         nnheader-generate-fake-message-id with the article number.
16437
16438 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
16439
16440         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
16441         end-of-buffer.
16442
16443 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16444
16445         * message.el (message-ignored-supersedes-headers): Add Approved.
16446
16447 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16448
16449         * rfc2047.el (rfc2047-encode-message-header): Remove useless
16450         goto-char.
16451         (rfc2047-encode): Fold the line before encoding.
16452
16453 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16454
16455         * rfc2047.el (rfc2047-encode-message-header): Disabled header
16456         folding -- not all headers can be folded, and this should be done
16457         by the message composition mode.  Probably.  I think.
16458
16459 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16460
16461         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
16462         fast.
16463
16464         * gnus-ems.el (gnus-remove-image): Don't use
16465         message-text-with-property; remove only the image found first.
16466
16467         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
16468         found first.
16469
16470 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
16471
16472         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
16473
16474 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16475
16476         * message.el (message-text-with-property): Make it fast and accept
16477         optional arguments.
16478         (message-strip-forbidden-properties): Use it.
16479         (message-fix-before-sending): Follow the m-t-w-p change.
16480
16481         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
16482
16483 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16484
16485         * gnus-art.el (article-hide-headers): Don't change the buffer
16486         mistakenly when performing mml-preview even if
16487         gnus-single-article-buffer is nil.
16488
16489 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
16490
16491         * message.el (message-expand-name-databases): New user option.
16492         (message-expand-name): Use it.
16493
16494 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
16495
16496         * spam.el (spam-report-articles-resend)
16497         (spam-report-resend-register-routine): Allow ham reporting.
16498         (spam-report-resend-register-ham-routine): Add wrapper.
16499         (spam-registration-functions): Add ham resending functions.
16500         (spam-list-of-processors): Add ham resend processor.
16501
16502         * gnus.el (ham-resend-to): Add new group parameter.
16503         (spam-process): Add ham resend option.
16504
16505         * spam-report.el (spam-report-resend): Allow reporting ham.
16506         (spam-report-resend-ham): Add wrapper.
16507
16508 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16509
16510         * message.el (message-cite-articles-with-x-no-archive): New
16511         variable.
16512         (message-cite-original): Use it.
16513
16514 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16515
16516         * message.el (message-cite-original): Respect X-No-Archive.
16517
16518 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16519
16520         * gnus-art.el (article-hide-headers): Refer to the values for
16521         gnus-ignored-headers and gnus-visible-headers in the summary
16522         buffer since a user may have set them as group parameters.
16523
16524 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
16525
16526         * assistant.el (assistant-node-name): Add convenience function.
16527         (assistant-render-text, assistant-render-node): Add error handling,
16528         plus handle multiple next nodes.
16529         (assistant-find-next-node): Comment out for now.
16530         (assistant-find-next-nodes): Add function, returns list of next
16531         nodes.
16532
16533 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
16534
16535         * mail-source.el (mail-source-directory): Fix doc-string.
16536
16537 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
16538
16539         * assistant.el (assistant-render-text, assistant-eval): Add :set
16540         widget type, which is different because it takes and returns a
16541         list.  Much hilarity ensues.
16542
16543 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
16544
16545         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
16546
16547         * gnus-group.el (gnus-group-get-new-news-this-group): Added
16548         doc-string.
16549
16550         * gnus-start.el (gnus-activate-group): Added doc-string.
16551
16552 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16553
16554         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
16555
16556 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
16557
16558         * assistant.el (assistant-render-text): Try to add a :set
16559         widget, more to come.
16560
16561         * spam.el (spam-group-spam-contents-p): Handle empty groupname
16562         strings.
16563         (spam-report-articles-resend)
16564         (spam-register-routine): Do registration iff any articles warrant
16565         it.
16566         (spam-summary-prepare-exit): Change log message for nil group
16567         destinations.
16568
16569 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
16570
16571         * spam.el (spam-report-resend-register-routine): Allow
16572         spam-report-resend-to to be a group parameter or a global value.
16573
16574 2004-05-26  Simon Josefsson  <jas@extundo.com>
16575
16576         * starttls.el: Merge with my GNUTLS based starttls.el.
16577         (starttls-gnutls-program, starttls-use-gnutls)
16578         (starttls-extra-arguments, starttls-process-connection-type)
16579         (starttls-connect, starttls-failure, starttls-success): New
16580         variables.
16581         (starttls-program, starttls-extra-args): Doc fix.
16582         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
16583         functions.
16584         (starttls-negotiate, starttls-open-stream): Check
16585         `starttls-use-gnutls' and pass on to corresponding *-gnutls
16586         function if it is set.
16587
16588 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16589
16590         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
16591         structured fields.
16592
16593 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16594
16595         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
16596
16597 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
16598
16599         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
16600         variable.
16601         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
16602         assigning the spam-mark to new messages.
16603
16604 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
16605
16606         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
16607
16608 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16609
16610         * dgnushack.el: Autoload customize-set-variable for XEmacs.
16611
16612         * rfc2047.el (rfc2047-encodable-p): Don't move point.
16613         (rfc2047-decode): Treat the ascii coding-system as raw-text by
16614         default.
16615
16616 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
16617
16618         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
16619         correct data.
16620
16621 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
16622
16623         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
16624         (spam-group-processor-p): Fix function.
16625         (spam-group-processor-multiple-p)
16626         (spam-group-spam-processor-report-gmane-p)
16627         (spam-group-spam-processor-report-resend-p)
16628         (spam-group-spam-processor-bogofilter-p)
16629         (spam-group-spam-processor-blacklist-p)
16630         (spam-group-spam-processor-ifile-p)
16631         (spam-group-ham-processor-ifile-p)
16632         (spam-group-spam-processor-spamoracle-p)
16633         (spam-group-spam-processor-crm114-p)
16634         (spam-group-ham-processor-bogofilter-p)
16635         (spam-group-spam-processor-stat-p)
16636         (spam-group-ham-processor-stat-p)
16637         (spam-group-ham-processor-whitelist-p)
16638         (spam-group-ham-processor-BBDB-p)
16639         (spam-group-ham-processor-spamoracle-p)
16640         (spam-group-ham-processor-copy-p): Remove functions with some
16641         prejudice against unneeded code.
16642         (spam-report-articles-resend)
16643         (spam-report-resend-register-routine): Allow the group/topic
16644         spam-resend-to value to override spam-report-resend-to.
16645         (spam-summary-prepare-exit): Invoke spam-group-processor-p
16646         properly now.
16647
16648         * gnus.el (spam-resend-to): Add group/topic parameter.
16649         (spam-process): Move the OBSOLETE processors to the end of the
16650         choices.
16651
16652 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
16653
16654         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
16655         with resend-to set to nil, and then ask the user if necessary.
16656         (spam-report-resend): spam-report-resend takes a list of articles, not
16657         separate article numbers.
16658
16659 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16660
16661         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
16662         addition to emacs-w3m.
16663
16664 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16665
16666         * assistant.el (assistant-authinfo-data): New function.
16667         (assistant-eval): Eval for entire assistant.
16668
16669         * netrc.el (netrc-services-file): New variable.
16670         (netrc-parse-services): New function.
16671         (netrc-find-service-name): New function.
16672         (netrc-find-service-number): New function.
16673         (netrc-port-equal): New function.
16674         (netrc-machine): Use it.
16675
16676         * nnimap.el (nnimap-open-connection): Use netrc.
16677
16678         * gnus-util.el (gnus-netrc-get): Remove aliases.
16679
16680         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
16681
16682         * assistant.el (wid-edit): Fix compilation.
16683
16684         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
16685
16686 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
16687
16688         * gnus-util.el (gnus-set-file-modes): New function.  (small
16689         patch).
16690
16691 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16692
16693         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
16694
16695         * assistant.el (assistant-render-node): Fix up rendering and
16696         read-only text.
16697         (assistant-render-node): Reset.
16698         (assistant-make-read-only): Not sticky.
16699
16700 2004-05-20  Danny Siu  <dsiu@adobe.com>
16701
16702         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
16703         centered even when gnus-auto-center-summary is t.
16704
16705 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16706
16707         * dns.el (dns-get-txt-answer): New function.
16708         (dns-read-txt): Ditto.
16709         (query-dns): Use it.
16710
16711 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16712
16713         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
16714         active for foreign groups even if the group level is higher than
16715         the specified value.
16716
16717 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16718
16719         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
16720         non-active groups.
16721
16722         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
16723
16724 2004-05-20  Magnus Henoch  <mange@freemail.hu>
16725
16726         * dns.el (dns-read-type): Add support for SVR.  (small patch)
16727
16728 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
16729
16730         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
16731         (spam-crm114-header, spam-crm114-spam-switch)
16732         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
16733         (spam-crm114-positive-spam-header)
16734         (spam-crm114-database-directory, spam-list-of-processors)
16735         (spam-group-spam-processor-crm114-p)
16736         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
16737         (spam-generic-score, spam-list-of-checks)
16738         (spam-list-of-statistical-checks, spam-registration-functions)
16739         (spam-check-crm114-headers, spam-crm114-score)
16740         (spam-check-crm114, spam-crm114-register-with-crm114)
16741         (spam-crm114-register-spam-routine)
16742         (spam-crm114-unregister-spam-routine)
16743         (spam-crm114-register-ham-routine)
16744         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
16745         asjo@koldfront.dk (Adam Sjøgren).
16746
16747         * gnus.el: Add spam-use-crm114.
16748
16749         * spam.el (spam-list-of-processors, spam-registration-functions):
16750         Add spam-use-resend.
16751         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
16752         (spam-report-articles-gmane): Add doc fix.
16753         (spam-report-articles-resend, spam-report-resend-register-routine):
16754         Add wrappers around spam-report-resend-to.
16755
16756         * spam-report.el (spam-report-resend-to, spam-report-resend):
16757         Add support for resending spam.
16758         (spam-report-gmane): Fix line length >80.
16759
16760         * gnus.el (spam-process): Add spam-use-resend.
16761
16762 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16763
16764         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
16765         number of processed spam messages.
16766         (spam-ham-copy-or-move-routine): Return the number of processed
16767         ham messages.
16768         (spam-summary-prepare-exit): Use the above values to decide
16769         whether status messages shouled be displayed.
16770
16771 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16772
16773         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
16774         `rfc2047-encoding-function-alist' in order to avoid conflicting
16775         with the old version.
16776         (rfc2047-encode-region): Concatenate words containing non-ASCII
16777         characters in structured fields; don't encode space-delimited
16778         ASCII words even in unstructured fields; don't break words at
16779         char-category boundaries.
16780         (rfc2047-encode-1): New function.
16781         (rfc2047-encode): Use it; encode text so that it occupies the
16782         maximum width within 76-column; work correctly on Q encoding for
16783         iso-2022-* charsets.
16784         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
16785         sure not to break a line just after the header name.
16786         (rfc2047-b-encode-region): Removed.
16787         (rfc2047-b-encode-string): New function.
16788         (rfc2047-q-encode-region): Removed.
16789         (rfc2047-q-encode-string): New function.
16790
16791         * mm-util.el (mm-replace-in-string): New function.
16792
16793 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16794
16795         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
16796         get it right.
16797         (gnus-inews-make-draft): Really.
16798
16799 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
16800
16801         * nnmh.el (nnmh-request-list-1): Don't check the link count
16802         before descending.  (small patch)
16803
16804 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16805
16806         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
16807         stuff.
16808
16809         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
16810         on real group name.
16811
16812         * gnus-art.el (gnus-signature-limit): Doc fix.
16813
16814         * gnus-msg.el (gnus-inews-make-draft): Quote list.
16815
16816         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
16817
16818 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
16819
16820         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
16821         isn't a string.
16822
16823 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16824
16825         * gnus-draft.el (gnus-draft-send): Bind
16826         rfc2047-encode-encoded-words.
16827
16828         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
16829         (rfc2047-encodable-p): Say that =? needs encoding.
16830         (rfc2047-encode-encoded-words): New variable.
16831
16832         * gnus-group.el (gnus-group-select-group): Doc fix.
16833
16834         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
16835
16836         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
16837         to nil.
16838
16839         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
16840
16841         * nnheader.el (nnheader-get-lines-and-char): New function.
16842
16843 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
16844
16845         * gnus-msg.el (gnus-summary-followup-with-original): Document
16846         yanking of region when active.
16847
16848 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16849
16850         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
16851         groups if the group level is higher than the specified value.
16852
16853 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16854
16855         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
16856         (gnus-group-jump-to-group): Added prefix argument using
16857         `gnus-group-jump-to-group-prompt'.  Query before jumping to
16858         non-active group.
16859
16860         * compface.el (uncompface): Be verbose when changing
16861         `uncompface-use-external'.
16862
16863         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
16864         handle manual section.
16865
16866 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16867
16868         * gnus-art.el (gnus-button-alist): Revert previous change.
16869
16870 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16871
16872         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
16873
16874 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16875
16876         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
16877         whether backend can accept message.
16878
16879         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
16880
16881 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
16882
16883         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
16884         Avoid creating directory when nntp-marks-is-evil is true.
16885         Reported by Reiner Steib.
16886
16887 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16888
16889         * gnus-picon.el (gnus-picon-style): New variable.
16890         (gnus-picon-insert-glyph): Added optional `nostring' argument.
16891         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
16892         Jesper Harder <harder@ifa.au.dk>.
16893
16894 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16895
16896         * message.el (message-fill-field): Return point.
16897         (message-generate-headers): Go to end of field.
16898
16899         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
16900         stuff for non-living groups.
16901
16902 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
16903
16904         * gnus-art.el (gnus-article-followup-with-original)
16905         (gnus-article-reply-with-original): gnus-mark-active-p ->
16906         gnus-region-active-p.
16907
16908 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
16909
16910         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
16911         only when there is spam or ham to be processed.
16912
16913 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16914
16915         * mail-source.el (mail-source-delete-crash-box): Refactor.
16916         (mail-source-fetch): Use it.
16917         (mail-source-fetch-file): Ditto.
16918         (mail-source-fetch-directory): Run postscript in loop.
16919         (mail-source-fetch-pop): Delete.
16920         (mail-source-fetch-maildir): Ditto.
16921         (mail-source-fetch-imap): Ditto.
16922
16923         * imap.el (imap-authenticators): Comment out sasl.
16924
16925         * message.el (message-skip-to-next-address): New function.
16926         (message-fill-header-address): Refactor.
16927         (message-fill-address): Use it.
16928         (message-delete-address): Use it.
16929         (message-fill-header-general): Refactor.
16930         (message-fill-field-address): Rename.
16931         (message-narrow-to-field): Find the start of the header.
16932         (message-header-format-alist): Don't pre-fill.
16933         (message-fill-header): Removed.
16934         (message-insert-header): New function.
16935         (message-shorten-references): Use it.
16936
16937         * rfc2047.el (rfc2047-field-value): Strip props.
16938
16939         * mail-parse.el (mail-header-make-address): New alias.
16940
16941         * ietf-drums.el (ietf-drums-make-address): New function.
16942
16943         * imap.el: Add compiler directives.
16944
16945         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
16946
16947         * gnus-art.el (article-decode-idna-rhs): Don't use
16948         message-idna-inside-rhs-p.
16949
16950 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16951
16952         * message.el (message-idna-inside-rhs-p): Removed.
16953         (message-idna-to-ascii-rhs-1): Use proper address parsing.
16954
16955         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
16956         false positives.
16957
16958 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
16959
16960         * imap.el (imap-sasl-make-mechanisms): Use sasl.
16961
16962 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16963
16964         * nneething.el (nneething-file-name): Don't create spurious
16965         files.
16966
16967         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
16968         (gnus-inews-do-gcc): Remove sleep.
16969
16970         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
16971         part under point.
16972
16973         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
16974         (gnus-agent-regenerate-group): Using nil messages aren't valid.
16975
16976 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
16977
16978         * spam.el (spam-summary-prepare-exit): Fixed (length).
16979
16980 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
16981
16982         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
16983         as expired without moving it" message when there are spam
16984         messages left.
16985
16986 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
16987
16988         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
16989         header is not nil.
16990
16991 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
16992
16993         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
16994         nntp-possibly-create-directory, not nntp-possibly-change-group.
16995         (nntp-marks-changed-p): New arg SERVER.
16996         (nntp-request-update-info): Adjust caller.
16997
16998 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
16999
17000         * nntp.el (nntp-save-marks): Pass missing arg.
17001
17002 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
17003
17004         * nntp.el: Support marks.
17005         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
17006         (nntp-marks-modtime, nntp-marks-directory): New variables.
17007         (nntp-request-set-mark, nntp-request-update-info)
17008         (nntp-possibly-create-directory, nntp-marks-changed-p)
17009         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
17010         functions.
17011
17012 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
17013
17014         * gnus-xmas.el (gnus-xmas-select-lowest-window)
17015         (gnus-xmas-redefine): Rename.
17016
17017         * gnus-score.el (gnus-score-insert-help): Use
17018         gnus-select-lowest-window.
17019
17020         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
17021         appt-select-lowest-window and rename to gnus-select-lowest-window.
17022
17023         * gnus.el: do.
17024
17025 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17026
17027         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
17028         encodings of MIME-encoded words, in order to improve
17029         interoperability with several broken MUAs.
17030
17031 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17032
17033         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
17034         tags, only when charsets are not specified in headers.
17035         (mm-inline-text-html-render-with-w3m): Ditto.
17036
17037         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
17038         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
17039
17040 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17041
17042         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
17043         instead of MIME-decoded from fields when checking
17044         `gnus-article-address-banner-alist'.
17045
17046 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
17047
17048         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
17049         description rather than subject.
17050
17051 2004-05-02  Steve Youngs  <steve@youngs.au.com>
17052
17053         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
17054
17055 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17056
17057         * gnus.el (gnus-version-number): Bump.
17058
17059 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17060
17061         * gnus.el: No Gnus v0.2 is released.
17062
17063 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17064
17065         * gnus-agent.el (gnus-agent-read-agentview): Inline
17066         gnus-uncompress-range.
17067
17068 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17069
17070         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
17071         `exec-installed-p'.
17072
17073 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17074
17075         * gnus.el (spam-process, spam-autodetect-methods): Add
17076         bsfilter and bsfilter-headers.
17077
17078         * spam.el (spam-bsfilter): New customize group.
17079         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
17080         (spam-bsfilter-header, spam-bsfilter-probability-header)
17081         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
17082         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
17083         (spam-bsfilter-database-directory): New options.
17084         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
17085         (spam-list-of-statistical-checks, spam-registration-functions):
17086         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
17087         (spam-bsfilter-score): New command.
17088         (spam-check-bsfilter-headers, spam-check-bsfilter)
17089         (spam-bsfilter-register-with-bsfilter)
17090         (spam-bsfilter-register-spam-routine)
17091         (spam-bsfilter-unregister-spam-routine)
17092         (spam-bsfilter-register-ham-routine)
17093         (spam-bsfilter-unregister-ham-routine): New functions.
17094         (spam-generic-score): Support bsfilter; Accept an optional argument
17095         to recalcurate spam score even if scoring header has already been
17096         added.
17097         (spam-bogofilter-score, spam-spamassassin-score): Accept an
17098         optional argument to recalcurate spam score even if scoring header
17099         has already been added.
17100
17101 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
17102
17103         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
17104         strings!  Reported by David D. Smith <davidsmith@acm.org>.
17105         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
17106         link is missing.
17107
17108 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
17109
17110         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
17111         (html2text-get-attr): Rewrite.
17112
17113         * message.el (message-setup-1): Remove redundant put-text-property
17114         on mail-header-separator.
17115
17116 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
17117
17118         * gnus-registry.el (gnus-registry-cache-whitespace)
17119         (gnus-registry-action, gnus-registry-spool-action)
17120         (gnus-registry-split-fancy-with-parent): Change message levels
17121         from 5 to 3 or 7, as needed.
17122
17123         * spam.el (spam-summary-prepare-exit)
17124         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
17125         (spam-split, spam-find-spam, spam-log-undo-registration)
17126         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
17127         level from 5 to 6.
17128
17129 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17130
17131         * gnus-ems.el: Autoload appt-select-lowest-window (revert
17132         2004-03-04 change).
17133
17134 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
17135
17136         * sieve-manage.el (sieve-manage-open):
17137         * nnweb.el (nnweb-insert-html):
17138         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
17139         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
17140         * nnspool.el (nnspool-request-group):
17141         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
17142         * nnml.el (nnml-request-update-info):
17143         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
17144         (nnmh-request-create-group, nnmh-update-gnus-unreads):
17145         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
17146         (nnimap-request-set-mark):
17147         * nnfolder.el (nnfolder-request-update-info):
17148         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
17149         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
17150         * gnus-uu.el (gnus-uu-find-articles-matching):
17151         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
17152         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
17153         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
17154         * gnus-nocem.el (gnus-nocem-scan-groups):
17155         * gnus-int.el (gnus-start-news-server):
17156         * gnus-group.el (gnus-group-make-kiboze-group)
17157         (gnus-group-browse-foreign-server):
17158         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
17159         Use mapc when appropriate.
17160
17161 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
17162
17163         FIXME: Make separate entries for each person.
17164
17165         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
17166         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
17167         <shields@msrl.com>:
17168
17169         * spam.el (spam-necessary-extra-headers): Get the extra headers we
17170         may need for spam sorting and scoring.
17171         (spam-user-format-function-S): Add user format function suitable for
17172         general use.
17173         (spam-article-sort-by-spam-status): Add sorting function for summary
17174         sorting.
17175         (spam-extra-header-to-number): Add function to get a score from a
17176         header.
17177         (spam-summary-score): Add function to get a numeric score from the
17178         headers.
17179         (spam-generic-score): Fix function doc, was in wrong place.
17180         (spam-initialize): Take symbols when it's run, and install the
17181         extra headers that spam-necessary-extra-headers thinks we need.
17182
17183 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
17184
17185         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
17186         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17187
17188 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
17189
17190         * gnus-sum.el (gnus-set-global-variables)
17191         (gnus-build-all-threads, gnus-get-newsgroup-headers)
17192         (gnus-article-get-xrefs, gnus-summary-best-group)
17193         (gnus-summary-next-article, gnus-summary-enter-digest-group)
17194         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
17195         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
17196         Use with-current-buffer.
17197
17198 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
17199
17200         * spam.el (spam-summary-prepare-exit): Simplify logic.
17201         (spam-fetch-article-header): Read the article header if it's not
17202         available.
17203         (spam-list-articles): Simplify logic.
17204         (spam-filelist-register-routine): Fix bug with unregister-list.
17205
17206         * gnus-registry.el: Fix comments at beginning.
17207
17208 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
17209
17210         * message.el (message-cater-to-broken-inn): Remove.
17211         (message-shorten-references): Make sure the total folded length of
17212         References is shorter than 998 characters to cater to a bug in INN
17213         2.3.  Also, don't pretend that references aren't folded -- this
17214         hasn't worked for a while.
17215
17216 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17217
17218         * gnus-agent.el (gnus-agentize):
17219         gnus-agent-send-mail-real-function no longer set to current value
17220         of message-send-mail-function but rather a lambda that calls
17221         message-send-mail-function.  The change makes the agent real-time
17222         responsive to user changes to message-send-mail-function.
17223
17224 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17225
17226         * legacy-gnus-agent.el
17227         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
17228         help from Florian Weimer <fw@deneb.enyo.de>
17229
17230 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17231
17232         * nnmail.el (nnmail-cache-insert): Revert last change.
17233
17234 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17235
17236         * nnmail.el (nnmail-cache-insert): Always check whether
17237         nnmail-cache-ignore-groups matches a group name.
17238
17239 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
17240
17241         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
17242         (spam-find-spam, spam-log-processing-to-registry)
17243         (spam-log-registered-p, spam-log-unregistration-needed-p)
17244         (spam-log-undo-registration): Use gnus-message instead of
17245         gnus-error, none of these errors are fatal.
17246
17247         * gnus-registry.el (gnus-registry-clean-empty-function)
17248         (gnus-registry-clean-empty): Remove only empty entries without
17249         extra data.
17250
17251 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
17252
17253         * spam-stat.el (spam-stat-buffer-change-to-spam)
17254         (spam-stat-buffer-change-to-non-spam): Change (error) to
17255         (gnus-message 8) invocation.
17256
17257 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17258
17259         * nntp.el (nntp-via-netcat-command): New variable.
17260         (nntp-via-netcat-switches): New variable.
17261         (nntp-open-via-rlogin-and-netcat): New function.
17262         (nntp-open-connection-function): Doc fix.
17263         (nntp-telnet-command): Doc fix.
17264         (nntp-end-of-line): Doc fix.
17265         (nntp-via-rlogin-command): Doc fix.
17266         (nntp-via-user-name): Doc fix.
17267         (nntp-via-address): Doc fix.
17268
17269 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17270
17271         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
17272         error in Emacs 21.1.
17273
17274 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
17275
17276         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
17277
17278 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17279
17280         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
17281         (gnus-agent-with-refreshed-group): New macro.
17282         (gnus-agent-rename-group): New function.
17283         (gnus-agent-delete-group): New function.
17284         (gnus-agent-save-group-info): Use gnus-command-method when
17285         `method' parameter is nil.  Don't write nil entries into the
17286         active file.
17287         (gnus-agent-get-group-info): New function.
17288         (gnus-agent-fetch-articles): Use
17289         gnus-agent-update-files-total-fetched-for to increment disk space
17290         used.
17291         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
17292         gnus-agent-update-view-total-fetched-for to increment disk space
17293         used.
17294         (gnus-agent-get-local): Added optional parameters to avoid calling
17295         gnus-group-real-name and gnus-find-method-for-group.
17296         (gnus-agent-set-local): Delete stored entry if either min, or max,
17297         are nil.
17298         (gnus-agent-fetch-session): Reworded error/quit messages.  On
17299         quit, use gnus-agent-regenerate-group to record existance of any
17300         articles fetched to disk before the quit occurred.
17301         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
17302         gnus-agent-update-view-total-fetched-for, and
17303         gnus-agent-update-files-total-fetched-for to decrement disk space
17304         used.
17305         (gnus-agent-retrieve-headers): Use
17306         gnus-agent-update-view-total-fetched-for to increment disk space
17307         used.
17308         (gnus-agent-regenerate-group): Replace gnus-group-update-group
17309         with gnus-agent-update-files-total-fetched-for to decrement disk
17310         space and fresh group buffer.
17311         (gnus-agent-inhibit-update-total-fetched-for): New variable.
17312         (gnus-agent-need-update-total-fetched-for): New variable.
17313         (gnus-agent-update-files-total-fetched-for): New function.
17314         (gnus-agent-update-view-total-fetched-for): New function.
17315         (gnus-agent-total-fetched-for): New function.
17316
17317         * gnus-cache.el (gnus-cache-save-buffers): Use
17318         gnus-cache-update-overview-total-fetched-for to change disk space
17319         used by this group.
17320         (gnus-cache-possibly-enter-article): Use
17321         gnus-cache-update-file-total-fetched-for to increment disk space
17322         used by this group.
17323         (gnus-cache-possibly-remove-article): Use
17324         gnus-cache-update-file-total-fetched-for to decrement disk space
17325         used by this group.
17326         (gnus-cache-generate-nov-databases): Purge total fetched cache.
17327         (gnus-cache-rename-group): New function.
17328         (gnus-cache-delete-group): New function.
17329         (gnus-cache-inhibit-update-total-fetched-for): New variable.
17330         (gnus-cache-need-update-total-fetched-for): New variable.
17331         (gnus-cache-with-refreshed-group): New macro.
17332         (gnus-cache-update-file-total-fetched-for): New function.
17333         (gnus-cache-update-overview-total-fetched-for): New function.
17334         (gnus-cache-rename-group-total-fetched-for): New function.
17335         (gnus-cache-delete-group-total-fetched-for): New function.
17336         (gnus-cache-total-fetched-for): New function.
17337
17338         * gnus-group.el: Require gnus-sum and autoload functions to
17339         resolve warnings when gnus-group.el compiled alone.
17340         (gnus-group-line-format): Documented new %F.
17341         (size of Fetched data) group line format; identifies disk space
17342         used by agent and cache.
17343         (gnus-group-line-format-alist): Defined new F format.
17344         (gnus-total-fetched-for): New function.
17345         (gnus-group-delete-group): No longer update
17346         gnus-cache-active-altered as gnus-request-delete-group now keeps
17347         the cache in sync.
17348         (gnus-group-list-active): Let the agent store a server's active
17349         list if currently plugged.
17350
17351         * gnus-int.el (gnus-request-delete-group):
17352         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
17353         local disk in sync with the server.
17354         (gnus-request-rename-group):
17355         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
17356         local disk in sync with the server.
17357
17358         * gnus-start.el (gnus-get-unread-articles):
17359         Cosmetic simplification to logic.
17360
17361         * gnus-util.el (gnus-rename-file): New function.
17362
17363 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
17364
17365         * mm-util.el (mm-image-load-path): Handle nil in load-path.
17366
17367 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
17368
17369         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
17370         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
17371
17372 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
17373
17374         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
17375         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
17376
17377 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
17378
17379         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
17380
17381 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
17382
17383         * spam.el (spam-set-difference): Add function to replace
17384         gnus-set-difference in spam.el.
17385         (spam-summary-prepare-exit): Use spam-set-difference.
17386
17387 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
17388
17389         * gnus-registry.el (gnus-registry-cache-file): Update to use
17390         gnus-dribble-directory OR gnus-home-directory OR ~.
17391         (gnus-registry-split-fancy-with-parent): Fix doc.
17392
17393 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17394
17395         * message.el (message-exchange-point-and-mark): Use
17396         message-mark-active-p.  Suggested by Jesper Harder
17397         <harder@ifa.au.dk>.
17398
17399 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17400
17401         * message.el (message-exchange-point-and-mark): Don't activate
17402         region if it was inactive.  Suggested by Hiroshi Fujishima
17403         <pooh@nature.tsukuba.ac.jp>.
17404
17405 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17406
17407         * gnus-art.el (article-display-face): Display Faces in the same
17408         order as X-Faces.
17409
17410 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17411
17412         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
17413
17414 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17415
17416         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
17417         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
17418         (gnus-article-mime-hierarchy): Remove.
17419         (gnus-article-mime-hierarchy-next): Remove.
17420         (gnus-article-mode): Revert 2004-03-19 change.
17421         (gnus-article-setup-buffer): Revert 2004-03-19 change.
17422         (gnus-insert-mime-button): Revert 2004-03-19 change.
17423         (gnus-mime-accumulate-hierarchy): Remove.
17424         (gnus-mime-enter-multipart): Remove.
17425         (gnus-mime-leave-multipart): Remove.
17426         (gnus-mime-display-part): Revert 2004-03-19 change.
17427         (gnus-mime-display-alternative): Revert 2004-03-19 change.
17428
17429         * mml.el (mml-preview): Revert 2004-03-19 change.
17430
17431 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
17432
17433         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
17434
17435 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17436
17437         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
17438         t while entering a file name using the mm-with-multibyte macro.
17439         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17440
17441         * mm-util.el (mm-with-multibyte): New macro.
17442
17443 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17444
17445         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
17446         user option.
17447         (gnus-mime-multipart-functions): Doc and customization fix.
17448         (gnus-article-mime-hierarchy): New variable.
17449         (gnus-article-mime-hierarchy-next): New variable.
17450         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
17451         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
17452         gnus-article-mime-hierarchy-next to nil.
17453         (gnus-insert-mime-button): Show hierarchy numbers.
17454         (gnus-mime-accumulate-hierarchy): New function.
17455         (gnus-mime-enter-multipart): New function.
17456         (gnus-mime-leave-multipart): New function.
17457         (gnus-mime-display-part): Recompute hierarchical MIME structure.
17458         (gnus-mime-display-alternative): Show hierarchy numbers.
17459
17460         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
17461         gnus-article-mime-hierarchy-next to nil.
17462
17463 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
17464
17465         * dns.el: Don't require gnus-xmas.
17466
17467 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
17468
17469         * mml.el (mml-generate-mime-1): Don't use format=flowed with
17470         inline PGP.
17471         (mml-menu): Disable mml-quote-region if mark is inactive.
17472
17473 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17474
17475         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
17476         when the group's active is not available.
17477
17478 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17479
17480         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
17481         error.
17482
17483 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
17484
17485         * imap.el (imap-store-password): New variable.
17486         (imap-interactive-login): Use it.
17487         Suggested by Mark Plaksin <happy@mcplaksin.org>.
17488
17489 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17490
17491         * gnus-art.el (gnus-article-read-summary-keys): Restore new
17492         window-start and hscroll to summary window.
17493
17494 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17495
17496         * gnus-start.el (gnus-convert-old-newsrc): Only write the
17497         conversion message to newsrc-dribble when an actual conversion is
17498         performed.
17499
17500 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
17501
17502         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
17503
17504 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17505
17506         * mm-decode.el (mm-complicated-handles): New function reviving
17507         former definition of mm-multiple-handles.
17508
17509         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
17510         (gnus-mime-delete-part): Use it.
17511
17512 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17513
17514         * gnus-agent.el (gnus-agent-read-local): Bind
17515         nnheader-file-coding-system to gnus-agent-file-coding-system to
17516         avoid the implicit assumption that they will always be equal.
17517         (gnus-agent-save-local): Bind buffer-file-coding-system, not
17518         coding-system-for-write, as the with-temp-file macro first prints
17519         to a buffer then saves the buffer.
17520
17521 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17522
17523         * gnus-art.el (gnus-article-edit-part): New function.
17524         (gnus-mime-save-part-and-strip): Use it; do query instead of
17525         signaling an error; don't use mm-multiple-handles.
17526         (gnus-mime-delete-part): Ditto.
17527
17528 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17529
17530         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
17531         old file versions.
17532         (gnus-group-prepare-hook): Removed function that converted list
17533         form of gnus-agent-expire-days to group properties.
17534
17535         * gnus-int.el: Autoload gnus-agent-regenerate-group.
17536         (gnus-request-accept-article): Re-indented.
17537
17538         * gnus-start.el (gnus-convert-old-newsrc): Registered new
17539         converters to handle old agent file formats.  Added logic for a
17540         "backup before upgrading warning".
17541         (gnus-convert-mark-converter-prompt): Developers can mark
17542         functions as needing (default), or not needing,
17543         gnus-convert-old-newsrc's "backup before upgrading warning".
17544         (gnus-convert-converter-needs-prompt): Tests whether the user
17545         should be protected from potentially irreversable changes by the
17546         function.
17547
17548         * legacy-gnus-agent.el: New.  Provides converters that are only
17549         loaded when gnus-convert-old-newsrc needs to call them.
17550
17551 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17552
17553         * mail-source.el (mail-source-touch-pop): Doc fix.
17554
17555         * message.el (message-smtpmail-send-it): Doc fix.
17556
17557 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
17558
17559         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
17560
17561         * nnmail.el (nnmail-split-fancy): do.
17562
17563         * gnus-kill.el (gnus-kill, gnus-execute): do.
17564
17565 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
17566
17567         * gnus-sum.el (gnus-widget-reversible-match)
17568         (gnus-widget-reversible-to-internal)
17569         (gnus-widget-reversible-to-external): New functions.
17570         (gnus-widget-reversible): New widget.
17571         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
17572
17573 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
17574
17575         * gnus-sum.el (gnus-thread-sort-functions)
17576         (gnus-article-sort-functions): Document `(not F)' items.
17577
17578 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
17579
17580         * spam.el (spam-use-gmane-xref): Add new backend.
17581         (spam-gmane-xref-spam-group): Add variable to control the name of the
17582         Gmane spam group.
17583         (spam-blackhole-servers, spam-blackhole-good-server-regex)
17584         (spam-regex-headers-spam, spam-regex-headers-ham)
17585         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
17586         (spam-list-of-checks): Add spam-use-gmane-xref to list of
17587         backends and checks.
17588         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
17589
17590         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
17591         an autodetect method.
17592
17593 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17594
17595         * gnus-int.el (gnus-request-accept-article): Inform the agent that
17596         articles are being added to a group.
17597         (gnus-request-replace-article): Inform the agent that articles
17598         need to be uncached as the cached contents are no longer valid.
17599
17600 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17601
17602         * binhex.el: Don't autoload executable-find.
17603
17604         * canlock.el: Don't autoload mail-fetch-field.
17605
17606         * dgnushack.el: Autoload c-mode for XEmacs.
17607
17608         * gnus-ems.el: Don't autoload appt-select-lowest-window.
17609
17610         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
17611         rmail-dont-reply-to and rmail-output.
17612
17613         * gnus-score.el: Don't autoload ffap-string-at-point.
17614
17615         * gnus-setup.el: Don't autoload sc-cite-original.
17616
17617         * imap.el: Don't autoload base64-decode-string,
17618         base64-encode-string and md5.
17619
17620         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
17621         and rmail-msg-restore-non-pruned-header.
17622
17623         * mm-decode.el: Don't autoload executable-find.
17624
17625         * mm-url.el: Don't autoload executable-find.
17626
17627         * mm-view.el: Don't autoload diff-mode.
17628
17629         * nndb.el: Don't autoload news-reply-mode, news-setup,
17630         cancel-timer and telnet.
17631
17632         * password.el: Don't autoload run-at-time for Emacs.
17633
17634         * sha1-el.el: Don't autoload executable-find.
17635
17636         * sieve-mode.el: Don't autoload c-mode.
17637
17638         * uudecode.el: Don't autoload executable-find.
17639
17640 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17641
17642         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
17643         (gnus-agent-possibly-alter-active): Avoid null in numeric
17644         comparison.
17645         (gnus-agent-set-local): Refuse to save null in local object table.
17646         (gnus-agent-regenerate-group): The REREAD parameter can now be a
17647         list of articles that will be marked as unread.
17648
17649 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17650
17651         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
17652
17653 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
17654
17655         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
17656         language tags.
17657
17658 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
17659
17660         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
17661         Don't bind "obarray".
17662
17663         * gnus-sum.el (gnus-thread-sort-functions): Added
17664         `gnus-thread-sort-by-most-recent-number' and
17665         `gnus-thread-sort-by-most-recent-date'.
17666         Reported by Kai Grossjohann <kai@emptydomain.de>.
17667
17668 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17669
17670         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
17671
17672 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17673
17674         * gnus-cus.el (gnus-agent-customize-category): Removed
17675         ignore-errors macro reference that required cl to be loaded at
17676         run-time.
17677
17678         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
17679         single-interval range of the form (min . max).  Previously the
17680         range had to look like ((min . max)).  Likewise, return
17681         (min . max) rather than ((min . max)).
17682         (gnus-range-map): Use gnus-range-normalize to accept
17683         single-interval range.
17684
17685         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
17686         the cache, but not the agent, now appear with their usual face.
17687
17688         * dgnushack.el (loaddir): New variable that is bound to the
17689         directory containing the dgnushack.el file. Use loaddir, rather
17690         than srcdir, to update load-path. Change lets dgnushack compile
17691         code in directories other than GNUS/lisp.
17692
17693 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17694
17695         * lpath.el: Don't bind w3m-safe-url-regexp.
17696
17697         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
17698         w3m-safe-url-regexp variable buffer-local.
17699
17700         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17701
17702 2004-02-27  Simon Josefsson  <jas@extundo.com>
17703
17704         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
17705         gnus-group-real-prefix.
17706         (gnus-summary-move-article): Use it, instead of
17707         gnus-group-real-prefix.
17708
17709 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17710
17711         * lpath.el: Bind w3m-safe-url-regexp.
17712
17713         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
17714         w3m-safe-url-regexp variable buffer-local and set it as the value
17715         of mm-w3m-safe-url-regexp.
17716
17717         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17718
17719         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
17720         parsing gnus-posting-styles when the message is not for replying.
17721
17722         * dgnushack.el: Autoload sgml-mode for XEmacs.
17723
17724         * nnrss.el (nnrss-opml-export): Use
17725         mm-set-buffer-file-coding-system instead of
17726         set-buffer-file-coding-system.
17727
17728 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
17729
17730         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
17731         of checkdoc.el).
17732         * nnrss.el: do.
17733         * gnus-mlspl.el: do.
17734         * gnus-ml.el: do.
17735         * gnus-srvr.el: do.
17736
17737         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
17738
17739 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
17740
17741         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
17742         Corrections to custom-manual links.
17743
17744         * gnus-art.el (gnus-article): Ditto.
17745
17746         * mm-decode.el (mime-display, mime-security): Ditto.
17747
17748 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17749
17750         * flow-fill.el: Typo.
17751
17752 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
17753
17754         * spam-wash.el: New file.
17755
17756 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
17757
17758         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
17759
17760 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
17761
17762         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
17763         to be run with new-articles as LIST1, not LIST2.
17764         (spam-registration-functions): Add spam-use-ham-copy as a nil
17765         registration backend.
17766
17767 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17768
17769         * spam-stat.el (spam-stat-washing-hook): New option.
17770         (spam-stat-buffer-words): Use it.
17771         (spam-stat-process-directory, spam-stat-test-directory): Use
17772         insert-file-contents-literally.
17773         (spam-stat-coding-system): New variable.
17774         (spam-stat-load, spam-stat-save): Use it.
17775
17776 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17777
17778         * spam-report.el (spam-report-plug-agent): Quote
17779         spam-report-url-to-file and spam-report-url-ping-plain.
17780
17781 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
17782
17783         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
17784         / in mailto URLs.
17785
17786 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17787
17788         * spam-report.el (spam-report-process-queue): Fix interactive use.
17789         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
17790         (spam-report-unplug-agent): Doc fixes.
17791         (spam-report-url-ping-mm-url, spam-report-url-to-file)
17792         (spam-report-agentize, spam-report-deagentize): Autoload.
17793
17794 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17795
17796         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
17797
17798         * message.el (message-setup-fill-variables): Add mml tags to
17799         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
17800         <ajk@iu.edu>.
17801         (message-mode): Don't modify paragraph-separate there.
17802
17803 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17804
17805         * compface.el (uncompface-use-external): Default to undecided.
17806         (uncompface-use-external-threshold): New variable.
17807         (uncompface-float-time): New macro.
17808         (uncompface): Determine whether to use the external decoder if
17809         uncompface-use-external is undecided.
17810
17811 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17812
17813         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
17814         after images.
17815
17816         * gnus-art.el (gnus-mime-display-single): Remove dead code.
17817
17818 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
17819
17820         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
17821
17822         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
17823
17824         * gnus-sum.el (gnus-summary-limit-to-age)
17825         (gnus-summary-limit-children): do.
17826
17827         * gnus-int.el (gnus-request-scan): do.
17828
17829         * gnus-group.el (gnus-group-suspend): do.
17830
17831         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
17832
17833         * gnus-cite.el (gnus-cite-parse-attributions): do.
17834
17835         * gnus-agent.el (gnus-summary-set-agent-mark)
17836         (gnus-agent-regenerate-group): do.
17837
17838         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
17839
17840         * binhex.el (binhex-decode-region-internal): do.
17841
17842 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17843
17844         * gnus-fun.el (gnus-face-properties-alist): New user option.
17845         (gnus-display-x-face-in-from): Use it.
17846
17847         * gnus-art.el (article-display-face): Ditto.
17848
17849         * compface.el (uncompface-use-external): Default to nil.
17850
17851 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
17852
17853         * nntp.el (nntp-erase-buffer): New function.
17854         (nntp-retrieve-data, nntp-send-command)
17855         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
17856         (nntp-possibly-change-group): Use it.
17857
17858         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
17859         with-current-buffer.
17860
17861 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
17862
17863         * compface.el: Merge the ELisp-based uncompface program.
17864         (compface): New customization group.
17865         (uncompface-use-external): New user option.
17866         (uncompface): Call uncompface-internal if uncompface-use-external
17867         is nil.
17868         (uncompface-internal): New function.  Note that there are also
17869         some other functions and variables added for this function.
17870
17871 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
17872
17873         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
17874         if necessary.
17875
17876 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
17877
17878         * spam-report.el (spam-report-unplug-agent)
17879         (spam-report-plug-agent, spam-report-deagentize)
17880         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
17881         Add support for the Agent in spam-report: when unplugged, report to a
17882         file; when plugged, submit all the requests.
17883
17884         * spam.el (spam-register-routine): Fix message about
17885         registration.
17886
17887 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
17888
17889         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
17890         dependencies.
17891         (rfc2047-encode): Use it.
17892
17893         * gnus-art.el (gnus-button-marker-list): Move before first
17894         reference.
17895
17896         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17897         (imap-parse-body): Fix format string mismatch.
17898
17899         * gnus-score.el (gnus-summary-increase-score): do.
17900
17901         * nnrss.el (nnrss-close): New function.
17902
17903 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
17904
17905         * nnrss.el (nnrss-make-filename): New function.
17906         (nnrss-request-delete-group, nnrss-read-server-data)
17907         (nnrss-save-server-data, nnrss-read-group-data)
17908         (nnrss-save-group-data): Use it.
17909         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
17910         (nnrss-read-server-data, nnrss-read-group-data): Use load.
17911         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
17912
17913 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
17914
17915         * mml.el (mml-compute-boundary-1): Don't uncompress files.
17916
17917 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
17918
17919         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
17920         files.
17921
17922         * message.el (message-generate-headers-first): Don't quote nil
17923         and t in docstrings.
17924
17925         * imap.el (imap-id): do.
17926
17927         * gnus-agent.el (gnus-agent-consider-all-articles)
17928         (gnus-agent-queue-mail): do.
17929
17930 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
17931
17932         * spam-report.el (spam-report-process-queue): New function.
17933         Process requests from `spam-report-requests-file'.
17934         (spam-report-process-queue): Doc fix.
17935
17936 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
17937
17938         * spam.el (spam-register-routine)
17939         (spam-log-processing-to-registry, spam-log-registered-p)
17940         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17941         Change "check" to "spam-check" for semi-clarity.
17942
17943 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
17944
17945         * pop3.el: Require nnheader.
17946
17947         * mml-smime.el: Require cl.  Autoload message-fetch-field.
17948
17949         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
17950
17951         * gnus-picon.el: Require cl.
17952
17953         * gnus-fun.el: Require gnus-ems and gnus-util.
17954
17955         * gnus.el (gnus-method-to-server): Move defsubst before first use.
17956
17957         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
17958
17959         * gnus-art.el (gnus-article-edit-mode): Define before first
17960         reference.
17961
17962 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
17963
17964         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
17965         (gnus-uu-post-encoded): Use point-at-bol.
17966
17967         * gnus-topic.el (gnus-group-active-topic-p): do.
17968
17969         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
17970
17971         * gnus-group.el (gnus-group-kill-region): do.
17972
17973         * gnus-art.el (article-date-ut): do.
17974
17975         * message.el (message-fetch-field): Remove redundant
17976         case-fold-search binding.
17977         (message-narrow-to-field): Simplify.
17978
17979 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
17980
17981         * spam.el (spam-directory): Derive from `gnus-directory'.
17982
17983         * spam-report.el (spam-report-url-to-file)
17984         (spam-report-requests-file): New function and variable for offline
17985         reporting.
17986         (spam-report-url-ping-function): Add `spam-report-url-to-file'
17987         and user defined function.
17988         (spam-report-url-ping-mm-url): Remove doubled slash.
17989
17990 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
17991
17992         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
17993
17994 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
17995
17996         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
17997         format string mismatch.
17998
17999         * sieve.el (sieve-deactivate-all): do.
18000
18001         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
18002
18003         * nnlistserv.el (nnlistserv-kk-wash-article): do.
18004
18005         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
18006
18007         * mm-bodies.el (mm-7bit-chars): Don't include \r.
18008
18009 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
18010
18011         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
18012         the list of checks.
18013
18014 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
18015
18016         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
18017         padding.
18018
18019 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
18020
18021         * mm-view.el (mm-fill-flowed): New variable.
18022         (mm-inline-text): Use it.
18023
18024 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
18025
18026         * spam.el (spam-spamassassin-register-ham-routine)
18027         (spam-spamassassin-register-spam-routine): Fix function names.
18028
18029 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18030
18031         * gnus.el (gnus-tmp-grouplens): Remove.
18032         (gnus-summary-line-format): Remove grouplens.
18033
18034         * gnus-group.el (gnus-group-line-format): Ditto.
18035
18036         * gnus-spec.el (gnus-format-specs): Ditto.
18037         (gnus-update-format-specifications): Flush the group format spec
18038         cache if there's the grouplens stuff.
18039         (gnus-parse-simple-format): Replace %l with the empty string.
18040
18041 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
18042
18043         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
18044         omission.
18045
18046 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18047
18048         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
18049         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18050
18051 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18052
18053         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
18054         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
18055         New macros and functions.
18056         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
18057         Handle > NLINK_MAX messages.
18058         * nnmaildir.el (nnmaildir-request-set-mark): Use
18059         nnmaildir--emlink-p and nnmaildir--eexist-p.
18060
18061 2004-01-25  Alex Schroeder  <alex@gnu.org>
18062
18063         * spam-stat.el (spam-stat-process-directory-age): New option.
18064         (spam-stat-process-directory): Use it.
18065
18066 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
18067
18068         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
18069         (spam-stat-save): Accept prefix argument.
18070
18071 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
18072
18073         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
18074         links" error.
18075
18076 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18077
18078         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
18079         the rest of the and/or forms.
18080
18081 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18082
18083         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
18084         compatibility with old .newsrc.eld files.
18085
18086         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
18087
18088         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
18089
18090         * gnus-start.el (gnus-1): do.
18091
18092         * gnus-group.el (gnus-group-line-format-alist): do.
18093
18094         * gnus.el (gnus-use-grouplens, gnus-visual): do.
18095
18096         * gnus-gl.el: Remove.
18097
18098 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18099
18100         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
18101         marks consisting of a single range {for example, (3 . 5)} rather
18102         than a list of a single range { ((3 . 5)) }.
18103
18104 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18105
18106         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
18107         with-current-buffer.
18108         (spam-stat-store-current-buffer): Use insert-buffer-substring to
18109         avoid consing a string.
18110
18111         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
18112         Remove obsolete entries for big5 and gb2312.
18113
18114 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18115
18116         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
18117         uncompressed list.
18118
18119 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
18120
18121         * spam-stat.el (spam-stat-strip-xref): New function.
18122         (spam-stat-process-directory): Use it.
18123
18124         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
18125         here -- it's done in message-fetch-field.
18126
18127 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18128
18129         * gnus-agent.el (gnus-agent-queue-mail)
18130         (gnus-agent-prompt-send-queue): New variables.
18131         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
18132         * gnus-draft.el (gnus-group-send-queue): Pass the group name
18133         "nndraft:queue" along to gnus-draft-send.  Use
18134         gnus-agent-prompt-send-queue.
18135         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
18136         is "nndraft:queue".  Suggested by Gaute Strokkenes
18137         <gs234@srcf.ucam.org>
18138
18139         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
18140         (agent-enable-undownloaded-faces): Added.
18141         (gnus-agent-cat-groups): Use eval-and-compile, not
18142         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
18143         method of gnus-agent-cat-groups even when the buffer has been
18144         evaled.
18145         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
18146         delete gnus-agent-save-active-1.
18147         (gnus-agent-save-groups): Deleted.  Identical to
18148         gnus-agent-save-active.
18149         (gnus-agent-write-active): No longer adjust agent's copy of active
18150         file as agent's adjustments are now stored in their own
18151         file.  Removed optional parameter.
18152         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
18153         servers.  Add use of min/max range limits from server's local
18154         file.
18155         (gnus-agent-save-alist): Removed unused optional argument.
18156         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
18157         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
18158         (gnus-agent-set-local): A per-server file that keeps min/max range
18159         limits for articles known to the agent.  Provides a fast mechanism
18160         for altering many active ranges.
18161         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
18162         active file (local makes it unnecessary).
18163         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
18164
18165         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
18166         (agent-enable-undownloaded-faces): Added.
18167
18168         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
18169         disable it when sending to "nndraft:queue".
18170         (gnus-group-send-queue): Add safety check to avoid sending queue
18171         when unplugged.
18172
18173         * gnus-group.el (gnus-group-catchup): Use new
18174         gnus-sequence-of-unread-articles, not
18175         gnus-list-of-unread-articles, to avoid exhausting memory with huge
18176         numbers of articles.  Use gnus-range-map to avoid having to
18177         uncompress the unread list.
18178         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
18179         Fixed invalid ange-ftp reference.
18180
18181         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
18182         (gnus-sorted-range-intersection): Intersection of two ranges
18183         without requiring that they first be uncompressed.
18184
18185         * gnus-start.el (gnus-activate-group): Unless blocked by the
18186         caller, possibly expand the active range to include both cached
18187         and agentized articles.
18188         (gnus-convert-old-newsrc): Rewrote in anticipation of having
18189         multiple version-dependent converters.
18190         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
18191         gnus-agent-save-active.
18192         (gnus-save-newsrc-file): Save dirty agent range limits.
18193
18194         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
18195         gnus-agent-possibly-alter-active.
18196         (gnus-adjust-marked-articles): Faster handling of simple lists.
18197
18198 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
18199
18200         * spam-stat.el (spam-stat-test-directory): New optional argument
18201         displays a list of files detected.  Suggested by Andrew Cohen
18202         <cohen@andy.bu.edu>.
18203         (spam-stat-buffer-words-with-scores): Don't narrow and change
18204         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
18205
18206 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
18207
18208         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
18209         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
18210         (spam-spamassassin-arguments)
18211         (spam-spamassassin-spam-flag-header)
18212         (spam-spamassassin-positive-spam-flag-header)
18213         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
18214         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
18215         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
18216         (spam-list-of-processors, spam-list-of-checks)
18217         (spam-list-of-statistical-checks, spam-registration-functions)
18218         (spam-check-spamassassin-headers, spam-check-spamassassin)
18219         (spam-spamassassin-score)
18220         (spam-spamassassin-register-with-sa-learn)
18221         (spam-spamassassin-register-spam-routine)
18222         (spam-spamassassin-register-ham-routine)
18223         (spam-assassin-register-spam-routine)
18224         (spam-assassin-register-ham-routine): Add SpamAssassin support.
18225         (spam-bogofilter-score): Fix to show article before scoring.
18226
18227 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
18228
18229         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
18230         default scoring function.
18231         (spam-generic-score): Call spam-spamassassin-score if
18232         spam-use-spamassassin or spam-use-spamassassin-headers is on;
18233         spam-bogofilter-score otherwise.
18234
18235         * gnus.el (spam-process, spam-autodetect-methods): Add
18236         spamassassin and spamassassin-headers.
18237
18238 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
18239
18240         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18241         Suppress unnecessary messages.
18242
18243 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
18244
18245         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
18246         make-hash-table.
18247
18248 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18249
18250         * canlock.el (base64-encode-string): Don't autoload it.
18251
18252 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18253
18254         * run-at-time.el: Remove useless (require 'itimer),
18255         eval-and-compile and (featurep 'xemacs).
18256
18257 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
18258
18259         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
18260         GROUP is a virtual group.
18261
18262 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
18263
18264         * gnus.el: Autoload `message-y-or-n-p'.
18265
18266 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
18267
18268         * pgg-parse.el: Remove unnecessary (require 'custom).
18269
18270         * pgg-def.el: do.
18271
18272         * nnmail.el: do.
18273
18274         * gnus-undo.el: do.
18275
18276         * gnus-picon.el: do.
18277
18278         * gnus-util.el: do.
18279
18280 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
18281
18282         * gnus-sum.el (gnus-pick-line-number): Add autoload.
18283
18284 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18285
18286         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
18287         handle, as well as a list.
18288
18289         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
18290         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
18291         (mm-w3m-cid-retrieve): Simplify.
18292
18293 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
18294
18295         * message.el (message-kill-to-signature): Allow prefix arg to
18296         specify number of lines to keep before signature.
18297
18298 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
18299
18300         * message.el (message-kill-to-signature): Change docstring.
18301
18302 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18303
18304         * canlock.el: Always require sha1-el.
18305         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
18306
18307         * message.el: Autoload sha1 only when compiling.
18308
18309         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
18310         eudc-expand-inline for XEmacs.
18311
18312 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18313
18314         * message.el (message-canlock-generate): Require sha1-el.
18315
18316 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
18317
18318         * message.el (message-expand-name): Silence the byte compiler.
18319
18320         * lpath.el: Add detect-coding-system.
18321
18322         * dgnushack.el (dgnushack-compile): Remove obsolete check for
18323         cus-edit.
18324
18325 2004-01-13  Simon Josefsson  <jas@extundo.com>
18326
18327         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
18328         Invoke gnus-score-mode.  Reported by
18329         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18330
18331         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
18332         Jim Blandy <jimb@redhat.com> (tiny change).
18333
18334 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18335
18336         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
18337
18338 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
18339
18340         * spam.el (spam-get-article-as-string): Update to use
18341         gnus-request-article-this-buffer, much simpler.
18342         (spam-get-article-as-buffer): Remove.
18343
18344 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
18345
18346         * message.el (message-expand-name): Use EUDC if the user uses that.
18347
18348 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18349
18350         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
18351         character for the encoding to avoid consing a string.
18352
18353         * rfc2047.el (rfc2047-decode-string): Don't cons a string
18354         unnecessarily.
18355
18356         * mm-util.el (mm-replace-chars-in-string): Remove.
18357
18358         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
18359         of mm-replace-chars-in-string.
18360
18361 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
18362
18363         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
18364
18365         * mm-util.el (mm-subst-char-in-string): Support inplace.
18366
18367         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
18368         a new string in every iteration.  Use shy groups.
18369
18370 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
18371
18372         * gnus-srvr.el (gnus-browse-unsubscribe-group):
18373         * gnus-soup.el (gnus-soup-group-brew):
18374         * gnus-msg.el (gnus-put-message):
18375         * gnus-move.el (gnus-group-move-group-to-server):
18376         * gnus-kill.el (gnus-batch-score):
18377         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
18378         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
18379         (gnus-group-update-group, gnus-group-read-group)
18380         (gnus-group-make-group, gnus-group-make-help-group)
18381         (gnus-group-make-archive-group, gnus-group-make-directory-group)
18382         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
18383         (gnus-group-sort-by-unread, gnus-group-catchup)
18384         (gnus-group-unsubscribe-group, gnus-group-kill-group)
18385         (gnus-group-yank-group, gnus-group-set-info)
18386         (gnus-group-list-groups):
18387         * gnus.el (gnus-generate-new-group-name):
18388         * gnus-delay.el (gnus-delay-send-queue):
18389         * nnvirtual.el (nnvirtual-catchup-group):
18390         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
18391         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
18392         (gnus-group-prepare-topics, gnus-topic-check-topology):
18393         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
18394         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
18395         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
18396         (gnus-group-make-articles-read):
18397         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
18398         (gnus-group-change-level, gnus-kill-newsgroup)
18399         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
18400         (gnus-get-unread-articles, gnus-make-articles-unread)
18401         (gnus-make-ascending-articles-unread): Use accessor
18402         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
18403         to get group information for improved readability.
18404
18405
18406 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18407
18408         * gnus-art.el (article-decode-mime-words, article-babel)
18409         (gnus-article-highlight-signature, gnus-article-add-buttons)
18410         (gnus-signature-toggle): Use gnus-with-article-buffer.
18411
18412         * gnus-art.el (gnus-article-highlight-headers)
18413         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
18414
18415         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
18416         (gnus-article-set-globals, gnus-request-article-this-buffer)
18417         (gnus-button-message-id, gnus-article-maybe-hide-headers)
18418         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
18419         (gnus-mime-display-alternative): Use with-current-buffer.
18420
18421 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18422
18423         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
18424         also under 80 char limit, and call gnus-error if needed.
18425         (spam-fetch-article-header): Fix - it was a
18426         buffer-local variable (gnus-newsgroup-data).
18427         (spam-find-spam): Use spam-generate-fake-headers, forget about
18428         spam-insert-fake-headers.
18429         (spam-insert-fake-headers): Remove.
18430
18431 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18432
18433         * deuglify.el (gnus-article-outlook-unwrap-lines)
18434         (gnus-outlook-rearrange-article)
18435         (gnus-outlook-repair-attribution-outlook)
18436         (gnus-outlook-repair-attribution-block)
18437         (gnus-outlook-repair-attribution-other): Remove redundant
18438         save-excursion.
18439
18440 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18441
18442         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
18443         (spam-fetch-field-subject-fast)
18444         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
18445         (spam-fetch-article-header): Add functions to deal with Gnus
18446         internals for fast retrieval of article header data.
18447         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
18448
18449 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18450
18451         * pop3.el (pop3-md5): Remove.
18452         (pop3-apop): Replace pop3-md5 with md5.
18453
18454         * mm-bodies.el: base64 is always built-in.
18455
18456         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
18457         with-current-buffer.
18458
18459 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18460
18461         * canlock.el (canlock-insert-header): Remove excessive grouping in
18462         regexp.
18463
18464         * gnus-sum.el (gnus-summary-read-document): Ditto.
18465
18466         * gnus-uu.el (gnus-uu-part-number): Ditto.
18467
18468         * html2text.el (html2text-remove-tags): Ditto.
18469         (html2text-format-tags): Ditto.
18470         (html2text-format-single-elements): Ditto.
18471
18472         * mml.el (mml-parse-1): Ditto.
18473
18474 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18475
18476         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
18477
18478         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
18479
18480         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
18481
18482         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
18483
18484 2003-11-15  Simon Josefsson  <jas@extundo.com>
18485
18486         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
18487         (pgg-gpg-lookup-key): Use regexp match instead of
18488         split-string (split-string is different between emacs 21.2 and
18489         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
18490
18491 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18492
18493         * gnus-art.el (gnus-mime-view-all-parts)
18494         (gnus-article-part-wrapper, gnus-article-view-part): Use
18495         with-current-buffer.
18496
18497 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18498
18499         * spam.el (spam-disable-spam-split-during-ham-respool)
18500         (spam-spamoracle-database, spam-cache-lookups)
18501         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
18502         (spam-group-ham-mark-p, spam-group-spam-mark-p)
18503         (spam-group-ham-marks, spam-group-spam-marks)
18504         (spam-group-spam-contents-p, spam-group-ham-contents-p)
18505         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
18506         also add spam-use-blackholes to the statistical checks.
18507         (spam-fetch-field-fast): Add interface to fetching fields, may
18508         become a macro.
18509         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
18510         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
18511         (spam-insert-fake-headers): Fake an article when needed.
18512         (spam-find-spam): Fake article when possible.
18513         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
18514         (spam-check-bogofilter-headers): Use message-fetch-field instead
18515         of nnmail-fetch-field.
18516
18517 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18518
18519         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
18520
18521 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18522
18523         * spam.el (spam-split): Do not require spam-use-CHECK to be
18524         enabled if that check is passed to spam-split explicitly; also
18525         fix so 'spam doesn't get converted to spam-split-group when
18526         spam-split-symbolic-return is t.
18527         (spam-find-spam): Find registrations of the article and use those
18528         instead of re-running spam-split to find the spam/ham
18529         classification of the article.
18530         (spam-log-processing-to-registry, spam-log-registered-p)
18531         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18532         Use gnus-error instead of gnus-message.
18533         (spam-log-registration-type): Add function to determine the
18534         classification of a message based on registry entries; will
18535         return nil if both 'spam and 'ham are found.
18536         (spam-check-BBDB): Expand all the BBDB macros here so we can have
18537         a reasonably fast local cache without the loading errors.
18538         (spam-cache-lookups): Set to t by default.
18539         (spam-find-spam): Don't try to guess spam-cache-lookups.
18540         (spam-enter-whitelist, spam-enter-blacklist): Clear the
18541         spam-caches entry.
18542         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
18543         caching of whitelist/blacklist entries.
18544         (spam-check-whitelist, spam-check-blacklist): Invoke
18545         spam-from-listed-p with a type, not a cache variable.
18546         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
18547
18548 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18549
18550         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
18551
18552         * nnmail.el (nnmail-split-fancy): do.
18553
18554         * mml.el (mml-parse): do.
18555
18556         * gnus-score.el (gnus-enter-score-words-into-hashtb)
18557         (gnus-score-adaptive): do.
18558
18559 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18560
18561         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
18562         (gnus-mime-button-map): Don't set keymap parent.
18563         (gnus-button-ctan-directory-regexp): Use shy grouping.
18564         (gnus-prev-page-map): Don't set keymap parent.
18565         (gnus-prev-page-map): Remove duplicated one.
18566         (gnus-next-page-map): Don't set keymap parent.
18567         (gnus-mime-security-button-map): Ditto.
18568
18569         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
18570         version number.
18571
18572         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
18573
18574 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18575
18576         * canlock.el (canlock-sha1-function): Remove.
18577         (canlock-sha1-function-for-verify): Remove.
18578         (canlock-openssl-program): Remove.
18579         (canlock-openssl-args): Remove.
18580         (canlock-ignore-errors): Remove.
18581         (canlock-sha1-with-openssl): Remove.
18582         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
18583         (canlock-verify): Don't use canlock-ignore-errors.
18584
18585         * sha1-el.el (sha1-string-external): Make it can return a string
18586         in binary form.
18587         (sha1-region-external): Ditto.
18588         (sha1-string-internal): Ditto.
18589         (sha1-region-internal): Ditto.
18590         (sha1-region): Ditto.
18591         (sha1-string): Ditto.
18592         (sha1): Ditto.
18593
18594 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18595
18596         * spam.el (spam-report-articles-gmane): New command.
18597
18598 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18599
18600         * gnus.el: Don't make unnecessary *Group* buffer when loading.
18601
18602         * run-at-time.el (run-at-time-saved): Remove.
18603         (run-at-time): Doc fix.
18604
18605 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18606
18607         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
18608         (gnus-summary-limit-map): Add it.
18609         (gnus-summary-make-menu-bar): do.
18610
18611 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
18612
18613         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
18614         Make attempt at some caching support (done for BBDB only now).
18615         (spam-find-spam): Set spam-cache-lookups if there are more than 2
18616         addresses to be checked.
18617         (spam-clear-cache-BBDB): Add function, to be invoked by
18618         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
18619         (spam-check-BBDB): Check and use the caches, if
18620         spam-cache-lookups is on, remove superfluous (provide).
18621
18622 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
18623
18624         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
18625
18626 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
18627
18628         * run-at-time.el (run-at-time-saved): Move to after the definition
18629         of `run-at-time'.
18630
18631         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
18632
18633 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18634
18635         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
18636         mm-w3m-local-map-property.
18637
18638         * mm-view.el (mm-w3m-mode-map): Remove.
18639         (mm-w3m-local-map-property): Remove.
18640         (mm-inline-text-html-render-with-w3m): Don't use
18641         mm-w3m-local-map-property.
18642
18643 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18644
18645         * run-at-time.el: New file.
18646
18647         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
18648         under Emacs.
18649
18650         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
18651         of gnus-set-text-properties.
18652
18653         * gnus-uu.el (gnus-uu-save-article): Ditto.
18654
18655         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
18656
18657         * gnus-cite.el (gnus-cite-parse): Ditto.
18658
18659         * gnus-art.el (gnus-button-push): Use set-text-properties instead
18660         of gnus-.
18661
18662         * gnus-xmas.el (run-at-time): Require run-at-time.
18663
18664         * gnus.el: Changed calls to nnheader-run-at-time and
18665         password-run-at-time throughout to use run-at-time directly.
18666
18667         * password.el: Removed definition of run-at-time.
18668
18669         * nnheaderxm.el: Remove definition of run-at-time.
18670
18671 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
18672
18673         * mml.el (mml-minibuffer-read-disposition): Show attachment type
18674         in prompt.
18675
18676 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18677
18678         * messagexmas.el (message-xmas-redefine): Alias
18679         `message-make-caesar-translation-table' to
18680         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
18681         version.
18682
18683         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
18684         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
18685         `gnus-xmas-set-text-properties'.
18686         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
18687         `gnus-xmas-completing-read'.
18688         (gnus-xmas-completing-read): Removed.
18689         (gnus-xmas-open-network-stream): Removed.
18690
18691         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
18692         XEmacs version.
18693
18694         * dns.el (dns-make-network-process): Use `open-network-stream'
18695         instead of `gnus-xmas-open-network-stream'.
18696
18697         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
18698
18699         * .cvsignore: Add auto-autoloads.el, custom-load.el.
18700
18701 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18702
18703         * gnus-art.el (gnus-mime-display-alternative)
18704         (gnus-insert-mime-button, gnus-insert-mime-security-button)
18705         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
18706         Don't use gnus-local-map-property.
18707
18708         * gnus-util.el (gnus-local-map-property): Remove.
18709
18710         * mm-view.el (mm-view-pkcs7-decrypt): Replace
18711         gnus-completing-read-maybe-default with completing-read.
18712
18713         * gnus-util.el (gnus-completing-read): do.
18714         (gnus-completing-read-maybe-default): Remove.
18715
18716 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18717
18718         * password.el: Only autoload `run-at-time' if not XEmacs.
18719         Only autoload the itimer functions if XEmacs.
18720
18721 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18722
18723         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
18724         XEmacsen.
18725
18726         * dgnushack.el: Autoload executable-find for XEmacs.
18727
18728 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18729
18730         * gnus-art.el (gnus-read-string): Remove.
18731         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
18732         read-string.
18733
18734 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
18735
18736         * netrc.el: Autoload password-read.
18737         (netrc): Add configuration group.
18738         (netrc-encoding-method, netrc-openssl-path): Add
18739         variables for encoding and decoding of files with symmetric
18740         ciphers.
18741         (netrc-encode): Add assistant function to encode a file with
18742         netrc-encoding-method.
18743         (netrc-parse): Add interactive parameter, added optional
18744         decoding if netrc-encoding-method is non-nil but otherwise
18745         behavior is standard.
18746         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
18747         Do s/encode/encrypt/ everywhere.
18748
18749         * spam.el: Remove executable-find autoload.
18750
18751 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18752
18753         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
18754
18755         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
18756
18757 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18758
18759         * gnus-art.el (gnus-treat-ansi-sequences)
18760         (article-treat-ansi-sequences): New variable and function.
18761         Suggested by Dan Jacobson <jidanni@jidanni.org>.
18762
18763         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18764         Use it.
18765
18766 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18767
18768         * mm-util.el (mm-quote-arg): Remove.
18769
18770         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
18771         shell-quote-argument.
18772
18773         * gnus-uu.el (gnus-uu-command): do.
18774
18775         * gnus-sum.el (gnus-summary-insert-pseudos): do.
18776
18777         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
18778         with make-char.
18779
18780         * mm-util.el (mm-make-char): Remove.
18781
18782         * mml.el (mml-mode): Replace gnus-add-minor-mode with
18783         add-minor-mode.
18784
18785         * gnus-undo.el (gnus-undo-mode): do.
18786
18787         * gnus-topic.el (gnus-topic-mode): do.
18788
18789         * gnus-sum.el (gnus-dead-summary-mode): do.
18790
18791         * gnus-start.el (gnus-slave-mode): do.
18792
18793         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
18794
18795         * gnus-ml.el (gnus-mailing-list-mode): do.
18796
18797         * gnus-gl.el (gnus-grouplens-mode): do.
18798
18799         * gnus-draft.el (gnus-draft-mode): do.
18800
18801         * gnus-dired.el (gnus-dired-mode): do.
18802
18803         * gnus-ems.el (gnus-add-minor-mode): Remove.
18804
18805         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18806         Replace gnus-char-width with char-width.
18807
18808         * gnus-ems.el (gnus-char-width): Remove.
18809
18810         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18811         Replace gnus-char-width with char-width.
18812
18813         * gnus-ems.el (gnus-char-width): Remove.
18814
18815         * spam-stat.el (with-syntax-table): Remove with-syntax-table
18816         definition.
18817         Remove Emacs 20 hash table compatibility code.
18818
18819         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
18820         20 compatibility code.
18821
18822         * spam.el (spam-point-at-eol): Replace with point-at-eol.
18823
18824         * smime.el (smime-point-at-eol): Replace with point-at-eol.
18825
18826         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
18827         with point-at-{eol,bol}.
18828
18829         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
18830
18831         * imap.el (imap-point-at-eol): Replace with point-at-eol.
18832
18833         * flow-fill.el (fill-flowed-point-at-bol)
18834         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
18835
18836         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
18837         Replace with point-at-{eol,bol} throughout all files.
18838
18839 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18840
18841         * ntlm.el (ntlm-string-as-unibyte): New macro.
18842         (ntlm-build-auth-response): Use it.
18843
18844         Remove Emacs 20 stuff:
18845         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
18846         (butlast, mapc, remove): Remove the compiler macros.
18847         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
18848         of delq and copy-sequence.
18849         * gnus-art.el (popup-menu): Remove the compiler macro.
18850         * nnmail.el (nnmail-split-fancy): Don't support customizing with
18851         Emacs 20.
18852
18853 2004-01-05  Simon Josefsson  <jas@extundo.com>
18854
18855         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
18856         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
18857         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
18858         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
18859         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
18860         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
18861         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
18862         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
18863         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
18864         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
18865         ntlm-string-permute, string-lshift into ntlm-string-lshift,
18866         string-xor into ntlm-string-xor.  Suggested by
18867         Jesper Harder <harder@myrealbox.com>.
18868
18869         * ntlm.el: Don't include poem.
18870
18871         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
18872         Jesper Harder <harder@myrealbox.com>.
18873
18874         * sasl-ntlm.el, ntlm.el, md4.el: New files.
18875
18876         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
18877         probably breaks emacs with DL patch, but do we care? Is anyone
18878         still using the DL stuff?)
18879
18880         * sieve-manage.el: Use the password package.
18881         (sieve-manage-read-passwd): Remove.
18882         (sieve-manage-interactive-login): Use password.  Re-add
18883         condition-case around loop.
18884
18885         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
18886         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
18887         the password package.
18888
18889 2003-02-19  Simon Josefsson  <jas@extundo.com>
18890
18891         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
18892         token.
18893
18894 2002-08-07  Simon Josefsson  <jas@extundo.com>
18895
18896         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
18897         (sieve-manage-authenticators):
18898         (sieve-manage-authenticator-alist): Add some SASL mechs.
18899         (sieve-sasl-auth): New function.
18900         (sieve-manage-cram-md5-auth):
18901         (sieve-manage-plain-auth): Rewrite using SASL library.
18902         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
18903         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
18904         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
18905         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
18906
18907 2004-01-05  Simon Josefsson  <jas@extundo.com>
18908
18909         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
18910         New files.
18911
18912 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18913
18914         * gnus-group.el (gnus-no-groups-message): Update.
18915
18916         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
18917
18918 2003-11-09  Simon Josefsson  <jas@extundo.com>
18919
18920         * imap.el: Support for ID IMAP extension (RFC 2971).
18921         (imap-local-variables): Add imap-id.
18922         (imap-id): New variable.
18923         (imap-id): New function.
18924         (imap-parse-response): Parse untagged ID response.
18925         * nnimap.el (nnimap-id): New variable.
18926         (nnimap-open-connection): Use it.
18927
18928 2003-12-28  Simon Josefsson  <jas@extundo.com>
18929
18930         * gnus-score.el (gnus-score-edit-all-score): New.
18931         * gnus-group.el (gnus-group-score-map): Bind it to W e.
18932
18933 2004-01-04  Simon Josefsson  <jas@extundo.com>
18934
18935         * password.el: Add.
18936
18937 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
18938
18939         * dns.el (dns-query-types): Fix typo.
18940         (dns-query-types): New function.
18941         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
18942         PTR and SOA replies, see RFC 1035.
18943
18944 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18945
18946         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
18947
18948         * Moved to Changelog.2.
18949
18950 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18951
18952         * gnus.el (gnus-version-number): Bump version.
18953
18954 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18955
18956         * gnus.el: No Gnus v0.1 is released.
18957
18958 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18959
18960         * gnus.el: No Gnus v0.0 is released.
18961
18962 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18963
18964         * gnus.el (gnus-version-number): Bump.
18965         (gnus-version): No.
18966
18967 See ChangeLog.2 for earlier changes.
18968
18969     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
18970       Free Software Foundation, Inc.
18971
18972   This file is part of GNU Emacs.
18973
18974   GNU Emacs is free software: you can redistribute it and/or modify
18975   it under the terms of the GNU General Public License as published by
18976   the Free Software Foundation, either version 3 of the License, or
18977   (at your option) any later version.
18978
18979   GNU Emacs is distributed in the hope that it will be useful,
18980   but WITHOUT ANY WARRANTY; without even the implied warranty of
18981   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18982   GNU General Public License for more details.
18983
18984   You should have received a copy of the GNU General Public License
18985   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
18986
18987 ;; Local Variables:
18988 ;; coding: utf-8
18989 ;; fill-column: 79
18990 ;; add-log-time-zone-rule: t
18991 ;; End: