Add new command and keystroke: gnus-server-show-server.
[gnus] / lisp / ChangeLog
1 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
4
5         * nnimap.el (nnimap-get-capabilities): Refactor out.
6         (nnimap-open-connection): Re-request capabilities after STARTTLS.
7
8 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
9
10         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
11         appearing when `mm-uu-hide-markers' is nil.
12
13 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14
15         * nnimap.el (nnimap-unselect-group): Made into its own function.
16         (nnimap-request-rename-group): Unselect group before renaming.  This
17         had gotten lost somewhere.
18         (nnimap-request-accept-article): Keep track of examined groups, and
19         unselect the group before APPENDing to read-only groups.
20         (nnimap-request-move-article): Clear flags before moving so that they
21         can be re-set later.
22
23 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
24
25         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
26         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
27
28 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
29
30         * gnus-art.el (gnus-mime-display-single)
31         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
32         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
33         parameter.
34
35 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
36
37         * shr.el (shr-table-horizontal-line): Renamed from shr-table-line.
38         (shr-table-vertical-line): New variable.
39         (shr-insert-table): Use it.
40
41 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
42
43         * gnus-html.el (gnus-html-wash-images): Don't display images if
44         gnus-inhibit-images is non-nil; register displayer for cid images.
45         (gnus-html-display-image): Work for cid image.
46         (gnus-html-insert-image): Allow arguments.
47         (gnus-html-put-image): Inhibit read-only.
48         (gnus-html-prefetch-images): Don't prefetch images if
49         gnus-inhibit-images is non-nil.
50
51 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
52
53         * shr.el (shr-put-image): Break lines when inserting big pictures.
54
55 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
56
57         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
58         sender, thanks Katsumi Yamaoka.
59
60 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
61
62         * nnir.el (nnir-run-imap): Reverse the article list for each group
63         rather than the whole list.
64
65 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
66
67         * shr.el (shr-image-displayer): Protect function against non-existent
68         image source.
69
70         * gnus-art.el (gnus-inhibit-images): New user option.
71         (gnus-mime-display-single): Don't display image if it is non-nil.
72
73         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
74         gnus-inhibit-images.
75
76         * shr.el (shr-image-displayer): New function.
77         (shr-tag-img): Use it.
78
79 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
80
81         * mml2015.el (mml2015-epg-sign): Use From header.
82
83 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
84
85         * gnus-html.el (gnus-html-wash-images): Register a displayer.
86
87         * gnus-util.el (gnus-find-text-property-region): Return markers.
88
89         * shr.el (shr-tag-img): Put a displayer in the text property.
90
91         * gnus-util.el (gnus-find-text-property-region): New utility function.
92
93         * gnus-html.el (gnus-html-display-image): Make the alt optional.
94         (gnus-html-show-images): Remove.
95
96         * gnus-art.el (gnus-article-show-images): New, more general function.
97
98         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
99         image url text properties.
100
101         * shr.el: Ditto.
102
103         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
104         gnus-agent-auto-agentize-methods is set.  Which it isn't.
105
106 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
107
108         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
109         work for two or more articles.
110
111 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
112
113         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
114         divide an image that's in an html article to two or more when washing
115         non-ASCII characters in alt text of it.
116
117 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
118
119         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
120         smime-decrypt-region using function argument.
121         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
122
123         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
124
125         * smime.el (smime-decrypt-region): Catch it.
126
127 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
128
129         * smime.el (smime-mode-map): Move initialization into declaration.
130         (gnus-run-mode-hooks): Don't autoload.
131         (smime-mode): Use define-derived-mode.
132
133 2010-11-11  Glenn Morris  <rgm@gnu.org>
134
135         * smime.el (from): Restrict declaration to XEmacs.
136
137         * nnir.el (gnus-group-topic-name): Autoload.
138
139 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
140
141         * shr.el (shr-insert): Don't break long line if it is because of
142         kinsoku-bol characters in the line end.
143
144 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
145
146         * nnir.el (nnir-request-move-article): Fix to provide original group
147         and subject.
148         (nnir-warp-to-article): Don't fail on articles whose headers haven't
149         been retrieved.
150
151         * gnus-sum.el (gnus-summary-move-article): Use original group and
152         subject for virtual articles such as those in an nnir summary buffer.
153
154 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
155
156         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
157         least 21.5).
158
159         * smime.el (from): Declare it again for XEmacs.
160
161 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
162
163         * message.el (message-resend): Don't disable encoding unless it's
164         already encoded.
165
166         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
167         low-numbered articles.
168
169 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
170
171         * rfc2047.el (rfc2047-syntax-table): Simplify.
172
173         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
174
175         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
176         set-char-table-range for XEmacs.
177
178 2010-11-10  Glenn Morris  <rgm@gnu.org>
179
180         * time-date.el (time-to-seconds): Always an alias on Emacs,
181         never a real function.
182         (with-no-warnings): Remove compat stub, now unused.
183         (time-less-p): Doc fix.
184         (time-to-number-of-days): Simplify.
185
186         * smime.el (from): Remove unused declaration.
187
188         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
189         (gnus-float-time): On Emacs, always an alias.
190
191         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
192         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
193
194 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
195
196         * dgnushack.el: Don't use ignore-errors in the top level form since it
197         is unavailable in XEmacs even if cl is loaded.
198
199         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
200
201 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
202
203         * shr.el (browse-url-mailto): Autoload.
204
205         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
206
207         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
208         regexp doesn't need quoting.
209
210 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
211
212         * message.el (message-subject-trailing-was-ask-regexp)
213         (message-subject-trailing-was-regexp): Match was: in addition to was.
214
215 2010-11-09  Glenn Morris  <rgm@gnu.org>
216
217         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
218         (nnbabyl-check-mbox): Use point-at-bol.
219
220 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
221
222         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
223
224         * message.el (message-mailto): New function.
225         (message-mailto): Should accept other parameters.
226         (message-mailto): Remove since it duplicates browse-url-mailto
227         functionality.
228
229 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
230
231         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
232         methods.
233         (gnus-read-active-file): Ditto.
234
235         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
236         ": " from the prompt.
237         (gnus-group-make-group): Ditto.
238
239 2010-11-07  Glenn Morris  <rgm@gnu.org>
240
241         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
242         (gnus-bookmark-kill-line): Use point-at-eol.
243
244 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
245
246         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
247         asterisks in From header.
248
249 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
250
251         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
252         string to avoid making the From headers syntactically invalid.
253
254         * message.el (message-send-mail): Don't insert courtesy messages if the
255         message already has List-Post and List-ID messages.
256
257 2010-11-06  Glenn Morris  <rgm@gnu.org>
258
259         * gnus-art.el (gnus-treat-article): Give dynamic local variables
260         `condition', `type', `length' a prefix.
261         (gnus-treat-predicate): Update for above name changes.
262
263 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
264
265         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
266         binding.  Handled by `gnus-summary-refer-thread' instead.
267         (nnir-warp-to-article): New backend function.
268
269         * nnimap.el (nnimap-request-thread): Force dependency updating.
270
271         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
272         (gnus-summary-refer-thread): Rework to improve thread-referral.
273
274         * gnus-int.el (gnus-warp-to-article): New function.
275
276         * gnus-sum.el (gnus-summary-article-map): Bind it.
277
278 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
279
280         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
281         gnus-summary-refer-thread.
282
283         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
284         headers.
285         (gnus-summary-limit-include-thread): Prevent articles in thread from
286         being cut in gnus-cut-threads.
287         (gnus-summary-refer-thread): Limit retrieved headers to those in
288         thread.
289
290 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
291
292         * message.el (message-send-mail): Use the value of
293         message-courtesy-message from the message buffer.
294
295         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
296
297         * shr.el (shr-browse-url): Implement mailto: URLs.
298
299         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
300         "raw".
301
302         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
303         if it's already selected.
304
305         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
306
307 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
308
309         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
310         to measure the length and truncate alt text.
311
312 2010-11-03  Glenn Morris  <rgm@gnu.org>
313
314         * nndiary.el (nndiary-generate-nov-databases-1)
315         (nndiary-generate-active-info): Rename dynamic variable `files' to
316         something less generic.
317
318 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
319
320         * nnir.el (nnir-request-move-article): Call the underlying backend to
321         move articles from nnir.
322
323 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
324
325         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
326
327 2010-11-02  Julien Danjou  <julien@danjou.info>
328
329         * nnir.el: Remove wais support.
330
331 2010-11-02  Glenn Morris  <rgm@gnu.org>
332
333         * gnus-html.el: Reorder requirements to quieten compiler.
334
335 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
336
337         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
338         properly for XEmacs as well.
339         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
340         (gnus-article-natural-long-line-p): Use window-width rather than
341         frame-width.
342
343 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
344
345         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
346         (nnir-read-parms): Don't modify query.
347         (nnir-run-query): Add ability to search topic on current line.
348         (nnir-get-active): Clean up.
349
350 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
351
352         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
353         degenerate articles.
354
355         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
356         (gnus-print-buffer): Just print the buffer as is, without any copying
357         to a buffer and then re-highlighting.
358
359         * nnimap.el (nnimap-request-group): Store the new updated info.
360         (nnimap-request-group): Select the group when we don't know whether it
361         exists or not.
362
363         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
364         groups.
365
366         * gnus-group.el (gnus-group-find-new-groups): Display all the new
367         groups.
368
369         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
370         groups.
371
372         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
373         long-lines case by only filling the long lines.
374
375         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
376         (bug #7311).
377
378 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
379
380         * shr.el: No need to declare `declare-function' since shr.el is for
381         only Emacsen that provide `libxml-parse-html-region'.
382
383         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
384         effective only in a file it is referred to.
385
386 2010-11-01  Glenn Morris  <rgm@gnu.org>
387
388         * mm-util.el (gnus-completing-read): Autoload.
389         (mm-read-coding-system): Simplify Emacs definition.
390
391         * nnmail.el (gnus-activate-group):
392         * nnimap.el (gnutls-negotiate):
393         * nntp.el (netrc-parse): Fix declarations.
394
395 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
396
397         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
398         string-match-p in Emacs >=23.
399
400         * gnus-msg.el (gnus-configure-posting-styles)
401         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
402
403 2010-11-01  Glenn Morris  <rgm@gnu.org>
404
405         * nnir.el (declare-function): Add compat stub.
406         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
407         (nnir-run-gmane): Require 'mm-url.
408
409         * mm-util.el (mm-string-to-multibyte): Simplify.
410
411         * shr.el (declare-function): Add compat stub.
412         (url-cache-create-filename): Declare.
413         (mm-disable-multibyte, widget-convert-button): Autoload.
414
415         * smime.el (ldap-search): Declare.
416         (smime-cert-by-ldap-1): Require ldap on Emacs.
417
418         * nnimap.el: Require nnmail, and gnus-sum when compiling.
419         (nnimap-keepalive): Use gnus-float-time.
420
421         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
422         (mail-source-delete-crash-box): Use gnus-float-time.
423
424         * gnus-dired.el (gnus-completing-read): Autoload.
425
426         * mm-view.el (gnus-rescale-image): Autoload.
427
428         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
429
430         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
431
432         * sieve-manage.el: Require 'cl when compiling.
433
434         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
435         (gnus-iswitchb-completing-read): Require iswitchb.
436         (gnus-select-frame-set-input-focus): Silence compiler.
437
438 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
439
440         * message.el (message-subject-trailing-was-query): Change default to t,
441         since I think that's what most people want.
442
443         * nnimap.el (nnimap-request-accept-article): Erase buffer before
444         appending for easier debugging.
445         (nnimap-wait-for-connection): Take a regexp.
446         (nnimap-request-accept-article): Wait for the continuation line before
447         sending anything unless we're streaming.
448
449         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
450         leave the header washing to take place.
451
452 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
453
454         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
455         regular expression match and replace in posting styles.
456
457 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
458
459         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
460         an entire server.
461         (nnir-get-active): New function.
462         (nnir-run-imap): Use it.
463         (nnir-run-gmane): Who knew, gmane search returns an article score!
464
465         * gnus-srvr.el (gnus-server-mode-map): add binding "G" to search the
466         server on the current line with nnir.
467
468 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
469
470         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
471         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
472         left edge.
473         (gnus-article-foldable-buffer): Skip past the prefix when determining
474         raggedness.
475
476         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
477         the raw article, and change `C-u g' to show the article without doing
478         treatments.
479
480         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
481         on to `gnus-treat-article'.
482         (gnus-inhibit-article-treatments): New variable.
483
484         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
485
486         * gnus-art.el (gnus-treatment-function-alist): Have
487         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
488         (gnus-treat-fill-long-lines): Change default to fill all text/plain
489         sections.
490
491         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
492         parameter.
493         (gnus-article-fill-cited-long-lines): New function.
494         (gnus-article-fill-cited-article): Allow filling only long sections.
495
496         * shr.el (shr-find-fill-point): Don't break lines between punctuation
497         and non-punctuation (like after the apostrophe in "'We").
498
499         * gnus-sum.el (gnus-summary-select-article): Make sure
500         gnus-original-article-buffer is alive.
501
502         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
503         reflect the order they're in in the digest.
504
505         * gnus.el (gnus-group-startup-message): Move point to the start of the
506         buffer.
507
508         * nnimap.el (nnimap-capability): New function.
509         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
510         is set.
511
512 2010-10-31  David Engster  <dengste@eml.cc>
513
514         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
515         conform with changes to gnus-completing-read.
516
517 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
518
519         * shr.el (shr-tag-img): Output "*" instead of "[img]".
520
521 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
522
523         * nnir.el move defvar, defcustom around to keep file organized and keep
524         byte-compiler quiet.
525         (nnir-read-parms): accept search-engine as arg.
526         (nnir-run-query): pass search-engine as arg.
527         (nnir-search-engine): remove.
528
529 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
530
531         * shr.el (shr-generic): The text nodes should be text, not :text.
532
533         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
534         later in the file.
535
536 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
537
538         * nnir.el: general clean up. allow searching with multiple
539         engines. allow separate extra-parameters for each engine. batch queries
540         when possible.
541         (nnir-imap-default-search-key,nnir-method-default-engines): add
542         customize interface.
543         (nnir-run-gmane): new engine.
544         (nnir-engines): use it. qualify all prompts with engine name.
545         (nnir-search-engine): remove global variable.
546         (nnir-run-hyrex): restore for now.
547         (nnir-extra-parms,nnir-search-history): new variables.
548         (gnus-group-make-nnir-group): use them.
549         (nnir-group-server): remove in favor of gnus-group-server.
550         (nnir-request-group): avoid searching twice.
551         (nnir-sort-groups-by-server): new function.
552
553 2010-10-30  Julien Danjou  <julien@danjou.info>
554
555         * gnus-group.el: Remove gnus-group-fetch-control.
556
557         * gnus-start.el (gnus-find-new-newsgroups): Remove
558         gnus-check-first-time-used.
559
560         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
561
562 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
563
564         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
565         set on groups that don't have \* permanentflags.
566
567 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
568
569         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
570         control the background color.
571         (shr-tag-img): Ignore very small web bug type images.
572         (shr-put-image): Add help-echo alt texts to the images.
573         (shr-tag-video): Show the video poster image.
574
575 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
576
577         * shr.el (shr-table-depth): New variable.
578         (shr-tag-table-1): Only insert the images after the top-level table.
579
580         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
581
582         * gnus-util.el (gnus-list-memq-of-list): New function.
583
584         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
585         selected.
586         (nnimap-unsplittable-articles): New slot.
587         (nnimap-new-articles): Use it.
588
589 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
590
591         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
592         move to the previous line on `M-g'.
593
594 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
595
596         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
597         *-request-group, which seems unnecessary.
598
599         * nnimap.el (nnimap-quote-specials): Function copied over from
600         imap.el.
601         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
602         they support that.  Suggested by Tom Regner.
603
604 2010-10-29  Julien Danjou  <julien@danjou.info>
605
606         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
607         defalias.
608         (gnus-summary-delete-marked-with): Remove obsolete defalias.
609
610         * gnus.el: Remove `gnus-nntp-service' variable.
611         (gnus-secondary-servers): Make obsolete.
612         (gnus-nntp-server): Make obsolete.
613
614         * gnus-start.el (gnus-1): Remove x-splash calls.
615
616         * gnus-ems.el (gnus-x-splash): Remove.
617
618         * gnus.el (gnus-group-startup-message): Simplify/update code.
619
620         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
621         definition.
622
623         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
624         capability before doing anything.
625         (gnus-group-insert-group-line): Remove useless
626         gnus-group-remove-excess-properties.
627
628 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
629
630         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
631
632 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
633
634         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
635         config after reselecting.
636
637 2010-10-28  Julien Danjou  <julien@danjou.info>
638
639         * shr.el (shr-put-image): Use point even if only inserting text.
640         (shr-put-image): Save excursion when inserting alt text on non-graphic
641         display, so the behaviour is the same when we are on a graphic display.
642
643         * nnir.el (nnir-run-swish-e): Remove hyrex support.
644
645 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
646
647         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
648         (gnus-mime-copy-part): Check coding system, not charset.
649         (gnus-mime-view-part-externally): Never remove part.
650         (gnus-mime-view-part-internally): Don't remove part here.
651         (gnus-article-part-wrapper): Make sure MIME tag is visible.
652         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
653         multipart/alternative.
654
655         * mm-decode.el (mm-display-part): Take optional arg `force'.
656
657 2010-10-26  Julien Danjou  <julien@danjou.info>
658
659         * gnus-group.el (gnus-group-default-list-level): Add this function to
660         compute the default list level.
661         (gnus-group-default-list-level): Add possibility to use a function.
662
663 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
664
665         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
666
667         * gnus-group.el (gnus-group-completing-read)
668         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
669         gnus-replace-in-string.
670
671 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
672
673         * shr.el (shr-tag-div): Added.
674
675         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
676
677 2010-10-25  Julien Danjou  <julien@danjou.info>
678
679         * gnus-util.el: Remove `gnus-with-local-quit'.
680
681         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
682
683 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
684
685         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
686         the original article buffer.
687
688 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
689
690         * nnimap.el (nnimap-request-head): New function.
691         (nnimap-request-move-article): Try to be slighly faster by not
692         requesting the entire message when moving.
693         (nnimap-transform-headers): Don't bug out on bodiless articles.
694         (nnimap-send-command): Have no outstanding messages if the IMAP server
695         doesn't support streaming.
696         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
697
698 2010-10-24  Julien Danjou  <julien@danjou.info>
699
700         * message.el (message-default-headers): Fix type.
701
702 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
703
704         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
705         prefetching images.
706
707         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
708         backend for unknown groups.  This is mainly useful for nnimap groups.
709
710         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
711         group isn't covered by the agent.
712
713 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
714
715         * nnir.el (nnir-method-default-engines): new variable.
716         (nnir-run-query): use it.
717         (nnir-group-mode-hook): remove key binding and move to gnus-group.el.
718         (gnus-summary-nnir-goto-thread): change group if needed.
719
720         * gnus-group.el (gnus-group-group-map): add key binding for
721         gnus-group-make-nnir-group.
722
723 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
724
725         * shr.el (shr-tag-object): Added.
726
727         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
728         original article buffer live.
729         (gnus-summary-select-article-buffer): Mention
730         gnus-widen-article-buffer.
731
732 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
733
734         * shr.el (shr-tag-strong): Added.
735
736 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
737
738         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
739         group names.  They mess up the group buffer badly.
740
741         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
742
743         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
744         instead of the summary one.
745
746 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
747
748         * mml.el (mml-preview): Work properly when editing article.
749
750         * gnus-start.el (gnus-read-active-file-1): Don't add method to
751         gnus-have-read-active-file if it's already been in.
752
753 2010-10-22  Tom Tromey  <tromey@redhat.com>
754
755         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
756         gnus-group-completing-read.
757
758 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
759
760         * message.el (message-mode-map): Don't bind M-; to comment region, to
761         allow the global comment-dwim to work.
762
763 2010-10-21  Julien Danjou  <julien@danjou.info>
764
765         * message.el (message-setup-1): Allow message-default-headers to be a
766         function.
767
768 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
769
770         * shr.el (shr-tag-table): Simplify.
771
772 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
773
774         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
775         to avoid trying to snarf invalid stuff.
776
777         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
778
779         * gnus.el (gnus-message-archive-group): Quote value.
780         (gnus-message-archive-group): Mark as changed.
781
782         * shr.el (shr-add-font): Don't put the font properties on the newline
783         or the indentation.
784
785         * message.el (message-fix-before-sending): Change options when sending
786         non-printable characters.
787
788         * gnus.el (gnus-message-archive-method): Change the default to
789         monthly outgoing groups.
790
791         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
792         that have gotten new numbers.
793
794         * nnimap.el (nnimap-request-replace-article): New function.
795
796 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
797
798         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
799         (nnrss-request-article): Don't use special html washing code.
800
801 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
802
803         * shr.el (shr-tag-table): Remove useless nconc.
804
805 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
806
807         * gnus-art.el (article-wash-html): Simplify and remove the charset
808         stuff.  Use the normal html rendering code instead of the special html
809         washing code.
810
811         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
812         `gnus-w3m' symbols.
813         (mm-text-html-washer-alist): Removed.
814
815         * mm-decode.el (mm-inline-text-html-renderer): Removed.
816         (mm-inline-media-tests): Removed use.
817         (mm-text-html-renderer): Change default to the `shr' symbol.
818
819         * mm-view.el (mm-inline-text-html): Removed use.
820
821         * gnus-art.el (gnus-blocked-images): New function.  Allow the
822         `gnus-blocked-images' to be a function.
823         (gnus-article-wash-function): Removed.
824
825 2010-10-20  Julien Danjou  <julien@danjou.info>
826
827         * spam.el (spam-list-of-processors): Mark as obsolete.
828
829         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
830         (nnimap-insert-partial-structure): Fix boundary detection.
831
832 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
833
834         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
835         run file-truename on remote files.  This can be expensive and even
836         prevent one from editing drafts if some unrelated buffer has a stale
837         connection.
838
839 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
840
841         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
842         kinsoku-eol regardless of shr-kinsoku-shorten.
843         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
844         (shr-tag-table): Support caption, thead, and tfoot.
845
846 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
847
848         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
849         lines.
850         (shr-save-contents): New command and keystroke.
851
852         * nndoc.el (nndoc-type-alist): Add git support.
853         (nndoc-git-type-p): New function.
854         (nndoc-transform-git-article): Ditto.
855         (nndoc-transform-git-headers): Ditto.
856         (nndoc-transform-git-headers): Generate Subject headers.
857
858         * shr.el (shr-parse-style): New function.
859         (shr-tag-span): Ditto.
860
861         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
862         to `G G' to avoid collisions.
863
864 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
865
866         * shr.el: Load kinsoku if necessary.
867         (shr-kinsoku-shorten): New internal variable.
868         (shr-find-fill-point): Make kinsoku shorten text line if
869         shr-kinsoku-shorten is bound to non-nil.
870         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
871         shr-indentation too when testing if table is wider than frame width.
872         (shr-insert-table): Use `string-width' instead of `length' to measure
873         text width.
874         (shr-insert-table-ruler): Make sure indentation is done at bol.
875
876 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
877
878         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
879         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
880         undecoded network data.
881
882 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
883
884         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
885         name in the mode line spec so that the mode line menu works
886         (bug #2431).
887
888         * message.el (message-get-reply-headers): If we're fed `to-address',
889         then always use that.
890
891         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
892         aren't so wide as to need to switch off the edit menu.
893
894         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
895         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
896
897         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
898         `M-g'.
899         (nnimap-update-info): Update flags/read marks even if \* isn't part of
900         the permanent marks.
901
902 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
903
904         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
905         Splitting according to references/in-reply-to obeys the ignore-groups
906         variable, while splitting by sender and subject do not.
907
908 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
909
910         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
911         alist, so that we can look for non-Unicode chars.
912         (article-translate-strings): Allow both character and string maps.
913
914 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
915
916         * shr.el (shr-insert): Don't insert space behind a wide character
917         categorized as kinsoku-bol, or between characters both categorized as
918         nospace.
919
920 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
921
922         * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
923         headers to gnus-newsgroup-headers.
924
925 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
926
927         * shr.el (shr-tag-img): Don't align images -- since we're not
928         rescaling, this often leads to ugly displays.
929
930 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
931
932         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
933         duplicates.
934
935 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
936
937         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
938         call.
939
940 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
941
942         * gnus.el: Autoload gnus-html-show-images.
943
944         * nnimap.el: Use nnheader-message throughout.
945
946         * shr.el (shr-tag-img): Ignore images with no data.
947
948 2010-10-15  Julien Danjou  <julien@danjou.info>
949
950         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
951         a possibility to disable format=flow encoding when using hard newlines.
952
953 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
954
955         * shr.el (shr-insert): Remove space inserted before or after a
956         breakable character or at the beginning or the end of a line.
957         (shr-find-fill-point): Do kinsoku; find the second best point or give
958         it up if there's no breakable point.
959
960 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
961
962         * nnimap.el (nnimap-open-connection): Message when opening connection
963         for debugging purposes.
964
965         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
966         on every setup buffer call to allow this to change from article to
967         article.
968
969         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
970         buffers where we have a wide table.
971
972 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
973
974         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
975         uses *-request-thread.
976
977 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
978
979         * nnimap.el (nnimap-open-connection): Remove %s from openssl
980         incantation, which is no longer valid.
981
982 2010-10-14  Julien Danjou  <julien@danjou.info>
983
984         * shr.el: Fix defcustom type (char -> character).
985
986 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
987
988         * nnimap.el (nnimap-open-connection): tls-program should be a list of
989         programs.
990
991 2010-10-14  Julien Danjou  <julien@danjou.info>
992
993         * shr.el (shr-tag-a): Use url-link as widget type.
994
995         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
996         `gnus-group-get-icon'.
997
998 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
999
1000         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
1001         This should make server editing work better.
1002
1003         * shr.el (shr-find-fill-point): Don't inloop on indented text.
1004
1005         * tls.el (tls-program): Remove spurious %s from openssl.
1006
1007         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
1008         (nnimap-parse-flags): Fix regexp.
1009
1010         * shr.el (shr-find-fill-point): Use a filling algorithm that should
1011         probably work for CJVK text, too.
1012
1013         * nnimap.el (nnimap-extend-tls-programs): Removed.
1014         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
1015
1016         * tls.el (tls-starttls-switches): Remove starttls hack.
1017         (open-tls-stream): Ditto.
1018         (tls-find-starttls-argument): Ditto.
1019
1020 2010-10-13  Julien Danjou  <julien@danjou.info>
1021
1022         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
1023         responses.
1024
1025 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1026
1027         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
1028
1029         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
1030         anything in Emacs.
1031
1032         * shr.el (shr-current-column): Remove buggy and unnecessary function.
1033
1034 2010-10-13  Julien Danjou  <julien@danjou.info>
1035
1036         * shr.el (shr-width): Make shr-width a defcustom with default to
1037         fill-column.
1038         (shr-tag-img): Use shr-width rather than fill-column.
1039
1040 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1041
1042         * dgnushack.el (byte-optimize-apply)
1043         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
1044
1045         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
1046         position when (X-)Faces exist.
1047         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
1048         avatars when called interactively.
1049
1050 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1051
1052         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
1053         gnus-article-x-face-too-ugly is bound.
1054
1055 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1056
1057         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
1058
1059         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
1060         mailbox that doesn't exist.
1061
1062 2010-10-12  Julien Danjou  <julien@danjou.info>
1063
1064         * shr.el (shr-tag-img): Encode URL properly when retrieving.
1065         (shr-get-image-data): Encode URL properly when fetching from cache.
1066         (shr-tag-img): Use aligned-to spaces to align correctly images.
1067
1068         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
1069         before inserting the Gravatar.
1070
1071         * shr.el (shr-tag-img): Add align attribute support for <img>.
1072
1073 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1074
1075         * gnus-gravatar.el (gnus-art): Required.
1076
1077         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
1078         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1079         Remove long obsoleted functions.
1080
1081 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1082
1083         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
1084
1085         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
1086
1087         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
1088         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
1089         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
1090         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
1091         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
1092         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
1093         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
1094
1095 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1096
1097         * nnimap.el (nnimap-request-rename-group): Select group read-only
1098         before renaming it.
1099
1100         * shr.el (shr-insert): Fix up the white space only regexp.
1101
1102         * nnimap.el (nnimap-transform-split-mail): Not all articles have
1103         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
1104
1105         * shr.el (shr-current-column): New function.
1106         (shr-find-fill-point): New function.
1107
1108 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1109
1110         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
1111         numbers.
1112
1113 2010-10-11  Julien Danjou  <julien@danjou.info>
1114
1115         * shr.el (shr-hr-line): Add.
1116         (shr-tag-hr): Use shr-hr-line to specify which character to use to
1117         display hr lines.
1118         (shr-max-columns): Do not change state to nil if we just inserting
1119         spaces.
1120
1121 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1122
1123         * gnus-topic.el (gnus-topic-read-group): If after the last group,
1124         select the last group.
1125
1126 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
1127
1128         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
1129
1130 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
1131
1132         * dig.el (dig-mode-map): Declare and define in one step.
1133
1134 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1135
1136         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
1137         for Gnus.
1138         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
1139         (nnimap-update-qresync-info): Mark \Seen articles as read.
1140
1141         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
1142         non-variable, too.
1143
1144         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
1145         available.
1146         (nnimap-update-info): Rely more on the current active than the param
1147         active to avoid marking articles as read too much.
1148
1149         * auth-source.el (auth-source-create): Use (user-login-name) for the
1150         user name default.
1151
1152         * nnimap.el (nnimap-update-info): If the server doesn't return any
1153         useful info, just use the previous info.
1154         (nnimap-update-info): Prefer old info over start-article.
1155         (nnimap-update-qresync-info): Finish implementing QRESYNC.
1156
1157 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
1158
1159         * nnir.el (autoload): Clean up autoloads.
1160         (nnir-imap-default-search-key): Renamed from
1161         nnir-imap-search-field. Use key rather than value.
1162         (nnir-imap-search-other): New variable.
1163         (nnir-read-parm): Use it.
1164         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
1165         (gnus-summary-nnir-goto-thread): Modify to work with imap.
1166
1167 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1168
1169         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
1170         the process, too.
1171
1172 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1173
1174         * spam.el (gnus-summary-mode-map): Bind to "$".  Suggested by Russ
1175         Allbery.
1176
1177         * shr.el: Rework the way things are indented by <li> slightly.
1178
1179         * gnus.el (gnus-group-set-parameter): Fix typo.
1180
1181         * nnimap.el: Start implementing QRESYNC support.
1182
1183 2010-10-09  Julien Danjou  <julien@danjou.info>
1184
1185         * nnir.el (nnir-engines): Fix too many arguments.
1186
1187 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1188
1189         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
1190         group is the "last", so that the backends like nnfolder actually save
1191         their folders.
1192
1193         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
1194         try to use that for the tls stream.
1195         (nnimap-retrieve-group-data-early): Rework the marks code to heed
1196         UIDVALIDITY and find out which groups are read-only and not.
1197         (nnimap-get-flags): Use the same marks parsing code as the rest of
1198         nnimap.
1199
1200 2010-10-09  Julien Danjou  <julien@danjou.info>
1201
1202         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
1203
1204         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
1205         retrieving gravatars.
1206
1207         * shr.el (shr-table-corner): Add.
1208         (shr-table-line): Add.
1209         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
1210
1211 2010-10-08  Julien Danjou  <julien@danjou.info>
1212
1213         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
1214
1215 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
1216
1217         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
1218
1219         * gnus-sum.el (gnus-mark-article-as-unread)
1220         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
1221         (gnus-summary-set-bookmark): Use it.
1222
1223         * gnus-msg.el (gnus-setup-message): Use it.
1224
1225         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1226
1227         * gnus.el (gnus-group-remove-parameter): Use it.
1228
1229         * gnus-group.el (gnus-group-make-web-group): Use it.
1230
1231         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1232
1233         * nnregistry.el: Update docs to mention manual.
1234
1235         * gnus-registry.el: Update docs to mention nnregistry.el.
1236         (gnus-registry-initialize): Don't install nnregistry refer method
1237         automatically.
1238         (gnus-registry-install-nnregistry): Remove it.
1239
1240 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1241
1242         * shr.el (shr-insert): Don't insert double spaces.
1243
1244 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1245
1246         * gnus-gravatar.el (gnus-treat-from-gravatar)
1247         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
1248         called interactively.
1249
1250         * gnus-art.el (gnus-mime-view-part-externally)
1251         (gnus-mime-view-part-internally): Make predicate function passed to
1252         gnus-mime-view-part-as-type assume argument is a mime type, not a list
1253         of a mime type.
1254
1255         * shr.el (shr-table-widths): Don't use cl function `reduce'.
1256
1257 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1258
1259         * shr.el (require): Require cl when compiling.
1260         (shr-tag-hr): New function.
1261
1262         * nnimap.el (nnimap-update-info): Remove double setting of high.
1263         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.  This
1264         makes nnimap work properly on Courier again.
1265
1266         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
1267         the variable for backwards compatability.
1268
1269         * mm-decode.el (mm-save-part): If given a non-directory result, expand
1270         the file name before using to avoid setting mm-default-directory to
1271         nil.
1272
1273         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
1274         bidning gnus-agent variables.
1275
1276         * shr.el (shr-render-td): Use a cache for the table rendering function
1277         to avoid getting an exponential rendering behaviour in nested tables.
1278         (shr-insert): Rework the line-breaking algorithm.
1279         (shr-insert): Don't leave trailing spaces.
1280         (shr-insert-table): Also insert empty TDs.
1281         (shr-tag-blockquote): Ensure paragraphs after </ul>.
1282
1283 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1284
1285         * gnus-sum.el (gnus-number): Rename from `number'.
1286         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
1287         (gnus-summary-limit-children): Update uses correspondingly.
1288
1289 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1290
1291         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
1292         (gnus-gravatar-transform-address): Don't show avatars of people of
1293         which mail addresses match gnus-gravatar-too-ugly.
1294
1295 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1296
1297         * shr.el (shr-table-widths): Expand TD elements to fill available
1298         space.
1299
1300 2010-10-07  Julien Danjou  <julien@danjou.info>
1301
1302         * nnimap.el (nnimap-request-rename-group): Add this method.
1303
1304 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1305
1306         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
1307         name from XEmacs' function-arglist.
1308
1309         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
1310         gravatar under XEmacs.
1311
1312 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
1313
1314         * auth-source.el: Update docs with TODO items.
1315
1316         * gnus-sync.el: Update docs to explain state and plans.
1317
1318         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
1319         Hooks for mark updates.
1320         (gnus-request-set-mark, gnus-request-update-mark): Use them.
1321
1322         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
1323         hooks with arguments, which is needed for mark update hooks.
1324
1325 2010-10-06  Julien Danjou  <julien@danjou.info>
1326
1327         * gnus.el (gnus-expand-group-parameter): Only return and act on what
1328         was matched.
1329
1330         * sieve-manage.el: Update example in `Commentary'.
1331
1332         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
1333
1334         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
1335         not 2000.
1336         (sieve-manage-authenticate): Re-add function.
1337
1338 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1339
1340         * shr.el (shr-insert): Get 'space transition right.
1341         (shr-render-td): Only delete space at the end of the TD.
1342
1343         * nnimap.el (nnimap-open-connection): Prepare to support
1344         open-gnutls-stream.
1345
1346         * shr.el: Rearrange function order to be more logical.
1347
1348 2010-10-06  Julien Danjou  <julien@danjou.info>
1349
1350         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
1351         (nnrss-discover-feed): Remove 404 URL in docstring.
1352
1353         * nnir.el: Fix Swish-E URL.
1354         Fix Namazu URL.
1355
1356         * message.el (message-change-subject): Remove 404 URL in a comment.
1357
1358 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1359
1360         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
1361         called interactively.
1362
1363         * gnus-util.el (gnus-remove-if): Allow hash table.
1364         (gnus-remove-if-not): New function.
1365
1366         * gnus-art.el (gnus-mime-view-part-as-type)
1367         * gnus-score.el (gnus-summary-score-effect)
1368         * gnus-sum.el (gnus-read-move-group-name):
1369         Replace remove-if-not with gnus-remove-if-not.
1370
1371         * gnus-group.el (gnus-group-completing-read):
1372         Regard collection as a hash table if it is not a list.
1373
1374 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1375
1376         * shr.el (shr-render-td): Allow blank/missing <TD>s.
1377
1378         * shr.el: Document the table-rendering algorithm.
1379
1380 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1381
1382         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
1383         for Emacsen having no `libxml-parse-html-region' support.
1384
1385 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1386
1387         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
1388         invalid URLs.
1389
1390         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
1391         line-broken.
1392         (shr-tag-img): Ignore image fetching errors.
1393         (shr-overlays-in-region): Compute overlay positions correctly.
1394
1395         * mm-decode.el (mm-shr): Require shr.
1396
1397         * gnus-art.el (gnus-blocked-images): Move variable here.
1398
1399         * shr.el (shr-insert-table): Bind free variable.
1400
1401         * mm-decode.el (mm-shr): Bind shr-content-function.
1402
1403         * shr.el (shr-content-function): New variable.
1404
1405         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
1406         added for symmetry.
1407
1408         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
1409
1410         * gnus-group.el (gnus-group-make-group): Doc fix.
1411
1412         * nnimap.el (nnimap-request-newgroups): Return success.
1413
1414         * shr.el (shr-find-elements): New function.
1415         (shr-tag-table): Put all the images after the table.
1416         (shr-tag-table): Really inhibit images inside the table.
1417         (shr-collect-overlays): Copy over overlays from the TD elements to the
1418         main document.
1419
1420         * mm-decode.el (mm-shr): Bind shr-blocked-images to
1421         gnus-blocked-images.
1422
1423 2010-10-05  Julien Danjou  <julien@danjou.info>
1424
1425         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
1426
1427         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
1428         (gnus-html-maximum-image-size): Add this function.
1429         (gnus-html-put-image): Use gnus-html-maximum-image-size.
1430
1431         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
1432         server-value of the capability is nil.
1433
1434 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1435
1436         * shr.el (shr-tag-em): Add <EM> tag.
1437
1438 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
1439
1440         * sieve-manage.el (sieve-manage-default-stream): Make default stream
1441         customizable.
1442
1443         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
1444         handing broken links to browse-url.
1445
1446 2010-10-05  Julien Danjou  <julien@danjou.info>
1447
1448         * gnus-util.el (gnus-emacs-completing-read)
1449         (gnus-iswitchb-completing-read): Use autoload rather than require.
1450
1451 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1452
1453         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
1454         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
1455         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
1456         iswitchb-temp-buflist for XEmacs.
1457
1458         * gnus-util.el (gnus-completing-read-function): Exclude
1459         gnus-icompleting-read and gnus-ido-completing-read from candidates for
1460         XEmacs since iswitchb.el is very old and ido.el is unavailable in
1461         XEmacs.
1462
1463         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
1464         not to use `delete-dups' that is unavailable in XEmacs 21.4.
1465
1466         * gnus-html.el: Don't require help-fns under XEmacs.
1467         (gnus-html-schedule-image-fetching): Work for XEmacs.
1468
1469         * mm-decode.el (mm-shr): Decode contents by charset.
1470
1471 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1472
1473         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
1474         unknown.
1475
1476         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
1477         (shr-get-image-data): Ensure against the cache file missing.
1478
1479         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
1480         for data.
1481
1482         * spam-report.el (spam-report-url-ping-plain): Don't query about
1483         killing the process.
1484
1485         * shr.el (shr-render-td): Protect against too-wide text.
1486
1487 2010-10-04  Julien Danjou  <julien@danjou.info>
1488
1489         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
1490         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
1491
1492         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
1493         retrieved.
1494
1495 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1496
1497         * shr.el (browse-url): Required.
1498         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
1499         lines.
1500         (shr-show-alt-text, shr-browse-image): New commands.
1501         (shr-browse-url, shr-copy-url): New commands.
1502
1503         * gnus-sum.el (gnus-widen-article-window): New variable.
1504         (gnus-summary-select-article-buffer): Use it.
1505
1506         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
1507         without @ signs.
1508
1509 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1510
1511         * nnir.el (nnir-run-imap): Remove spurious space in search string.
1512
1513 2010-10-04  Julien Danjou  <julien@danjou.info>
1514
1515         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
1516         for XEmacs.
1517
1518 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1519
1520         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
1521
1522         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
1523         (nnimap-close-server): Implement.
1524
1525         * dgnushack.el (iswitchb): Require to shut up the compiler.
1526
1527         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
1528         (shr-insert): Tweak line breaking.
1529         (shr-insert): Handle <pre> better.
1530         (shr-tag-li): Get <li> indentation right.
1531         (shr-tag-li): Get <li> indentation even righter.
1532         (shr-tag-blockquote): Ensure paragraph start.
1533         (shr-make-table): Tweak table generation.
1534         (shr-make-table): Fix typo.
1535
1536         * shr.el: Implement table rendering.
1537
1538 2010-10-04  Julien Danjou  <julien@danjou.info>
1539
1540         * gnus-html.el (gnus-html-put-image): Fix resize image code.
1541
1542 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1543
1544         * shr.el (shr-insert): Use string anchors instead of line anchors.
1545
1546 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1547
1548         * shr.el: Add headings.
1549         (shr-ensure-paragraph): Actually work.
1550         (shr-tag-li): Make <ul> prettier.
1551         (shr-insert): Get white space at the beginning/end of elements right.
1552         (shr-tag-p): Collapse subsequent <p>s.
1553         (shr-ensure-paragraph): Don't insert double line feeds after blank
1554         lines.
1555         (shr-insert): \t is also space.
1556         (shr-tag-s): Fix "s" tag name function.
1557         (shr-tag-s): Fix face prop name.
1558
1559 2010-10-03  Julien Danjou  <julien@danjou.info>
1560
1561         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
1562
1563         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
1564         gnus-window-inside-pixel-edges.
1565
1566         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
1567         gnus-ems.
1568
1569         * mm-view.el (mm-inline-image-emacs): Support image resizing.
1570
1571         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
1572         function.
1573
1574         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
1575         resize choice.
1576
1577 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1578
1579         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
1580         beginning of the buffer.
1581
1582         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
1583         article buffer again.
1584
1585         * shr.el (shr-tag-p): Don't insert newlines at the start of the
1586         buffer.
1587
1588         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
1589         when it's at the start of the buffer.
1590
1591         * shr.el (shr-tag-blockquote): Convert name.
1592         (shr-rescale-image): Use the right image-size variant.
1593
1594         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
1595         buffer isn't shown, then select the current article first instead of
1596         bugging out.
1597         (gnus-summary-select-article-buffer): Show both the article and summary
1598         buffers again.
1599
1600         * shr.el (shr-fontize-cont): Protect against regions with no text.
1601         Rename tag functions to shr-tag-* for enhanced security.
1602         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
1603
1604 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
1605
1606         * shr.el (shr-insert):
1607         * pop3.el (pop3-movemail):
1608         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
1609         loaded.
1610
1611 2010-10-03  Glenn Morris  <rgm@gnu.org>
1612
1613         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
1614
1615         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
1616
1617         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
1618
1619         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
1620
1621         * gnus-util.el (gnus-make-local-hook): Simplify.
1622
1623 2010-10-02  Julien Danjou  <julien@danjou.info>
1624
1625         * gnus-util.el (gnus-iswitchb-completing-read): New function.
1626         (gnus-ido-completing-read): New function.
1627         (gnus-emacs-completing-read): New function.
1628         (gnus-completing-read): Use gnus-completing-read-function.
1629         Add gnus-completing-read-function.
1630
1631 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1632
1633         * shr.el (shr-insert-document): Autoload.
1634         (shr-img): Be silent.
1635         (shr-insert): Add a newline after every picture before text.
1636         (shr-add-font): Use overlays for combining faces.
1637         (shr-insert): Pass upwards the text start point.
1638
1639         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
1640         possible.
1641         (mm-shr): New function.
1642
1643 2010-10-02  Julien Danjou  <julien@danjou.info>
1644
1645         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
1646         should go backward.
1647
1648 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
1649
1650         * shr.el (shr): Fix typo in provide call.
1651
1652 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1653
1654         * shr.el: New file.
1655
1656         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
1657
1658         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
1659         completing read.
1660
1661 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1662
1663         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
1664         we're being queried about.  Suggested by Dan Jacobson.
1665
1666         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
1667         by Jason Eisner.
1668
1669         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
1670         table, too.  Suggested by Stefan Wiens.
1671         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
1672         the table unnecessary.  Suggested by Stefan Wiens.
1673
1674         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
1675         longer needed, and probably doesn't work either, as pointed out by
1676         Stefan Wiens.
1677         (gnus-summary-exit): Remove call to the clearing function.
1678         (gnus-summary-exit-no-update): Ditto.
1679
1680         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
1681         instead of gnus-eval-in-buffer-window to avoid popping up frames.
1682         Reported by Stefan Monnier.
1683         (gnus-summary-save-in-rmail): Ditto.
1684
1685         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
1686         article buffer, instead of both the article buffer and the summary
1687         buffer.  Sort of suggested by Dan Jacobson.
1688
1689         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
1690
1691         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
1692         Suggested by Dan Jacobson.
1693
1694         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
1695         documentation clearer.
1696
1697         * message.el (message-shorten-references): Comment on the number "21".
1698         Suggested by Stefan Monnier.
1699
1700         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
1701         Suggested by Dan Jacobson.
1702
1703         * gnus.el (gnus-large-newsgroup): Mention
1704         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
1705
1706         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
1707         externalize attachments.  Bug reported by Steve Wen.
1708
1709         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
1710         really message anything to the user.
1711
1712         * nnmail.el (nnmail-article-group): Allow using the fancy split method
1713         directly.
1714
1715         * nnimap.el (nnimap-request-group): Low higher than high to signal no
1716         messages in empty groups.
1717
1718 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
1719
1720         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
1721         non-UIDNEXT group.
1722
1723 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1724
1725         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
1726         not the value from the collection.
1727
1728         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
1729         values.  This sometimes happens on some groups that have no info.
1730         (nnimap-request-newgroups): New function.
1731
1732 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
1733
1734         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
1735         check into `gnus-registry-initialize'.
1736         (gnus-registry-initialize): Ditto.
1737         Fix and extend header docs.
1738
1739 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1740
1741         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
1742         regexp backtrace overflows.
1743
1744         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
1745         for starttls that tls.el implements; i.e. openssl.
1746
1747         * tls.el (tls-starttls-switches): Give up on using starttls with
1748         gnutls-cli.
1749         (tls-program): Add --insecure to be consistent with the defaults from
1750         openssl s_client.  Now all three commands are insecure.
1751
1752 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1753
1754         * lpath.el: Bind completion-styles-alist for XEmacs.
1755
1756         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
1757         (gravatar-create-image): New function that's an alias to
1758         gnus-xmas-create-image, gnus-create-image, or create-image.
1759         (gravatar-data->image): Use it.
1760
1761 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
1762
1763         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
1764         install the nnregistry refer method.
1765         (gnus-registry-install-hooks): Use it.
1766         (gnus-registry-unfollowed-groups): Add nnmairix to the default
1767         unfollowed groups.
1768
1769 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
1770
1771         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
1772         expanding threads.
1773
1774 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1775
1776         * nnir.el: Use the server names without suffixes (bug #7009).
1777
1778         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
1779         unencrypted to STARTTLS, if possible.
1780
1781 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1782
1783         * message.el (message-ignored-supersedes-headers): Strip Injection-*
1784         headers before superseding.
1785
1786 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1787
1788         * nnrss.el (nnrss-use-local): Add documentation.
1789
1790         * nnimap.el (nnimap-extend-tls-programs): New function.
1791         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
1792         (nnimap-wait-for-connection): Accept the greeting from the stupid
1793         output from openssl s_client -starttls, too.
1794
1795         * tls.el (tls-starttls-switches): New variable.
1796         (tls-find-starttls-argument): Use it.
1797         (open-tls-stream): Ditto.
1798
1799         * netrc.el (netrc-credentials): Return the value of the "default"
1800         entry.
1801         (netrc-machine): Ditto.
1802
1803         * nnimap.el (nnimap-find-article-by-message-id): Really return the
1804         article number.
1805         (nnimap-split-fancy): New variable.
1806         (nnimap-split-incoming-mail): Use it.
1807
1808         * nntp.el (nntp-server-list-active-group): Document.
1809
1810         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
1811         SELECT to get the message-id.
1812
1813         * mail-source.el (mail-sources): Removed webmail support.
1814         (defvar): Ditto.
1815         (mail-source-fetcher-alist): Ditto.
1816         (mail-source-fetch-webmail): Removed.
1817
1818         * webmail.el: Removed -- doesn't seem relevant any more.
1819
1820         * gnus.el: Fix up make-obsolete-variable declarations throughout.
1821
1822         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
1823         the \r.
1824
1825 2010-09-30  Julien Danjou  <julien@danjou.info>
1826
1827         * gnus-agent.el (gnus-agent-add-group): Fix call to
1828         gnus-completing-read.
1829
1830 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1831
1832         * nndoc.el (nndoc-retrieve-groups): New function.
1833
1834         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
1835         `default', use nnmail-split-methods.
1836         (nnimap-request-article): Downcase the NILs so that they are nil.
1837
1838         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
1839         symbol.
1840
1841         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
1842         code, since if the user has requested network, that's what they ought
1843         to get.
1844         (nnimap-request-set-mark): Erase the buffer before issuing commands.
1845         (nnimap-split-rule): Mark as obsolete.
1846
1847         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
1848         variable.
1849
1850         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
1851         correct slot, too.
1852
1853 2010-09-29  Julien Danjou  <julien@danjou.info>
1854
1855         * gnus.el (gnus-local-domain): Declare variable obsolete.
1856
1857         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
1858         computing.
1859         (gnus-ido-completing-read): Require ido.
1860
1861 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1862
1863         * gnus-registry.el: Don't prompt on load, which makes it impossible to
1864         build Gnus.
1865
1866         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
1867         when interpreting the structures.
1868         (nnimap-request-accept-article): Add \r\n to the lines to make this
1869         work with Cyrus.
1870
1871         * nndraft.el (nndraft-request-expire-articles): Use the group name
1872         instead if "nndraft".  Fix found by Nils Ackermann.
1873
1874 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
1875
1876         * nnregistry.el: Added.
1877
1878 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1879
1880         * nnmail.el (group, group-art-list, group-art):
1881         Remove unneeded directives.
1882
1883 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1884
1885         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
1886         (mm-mime-charset)
1887         * rfc2047.el (rfc2047-syntax-table)
1888         * utf7.el (utf7-utf-16-coding-system): Comment fix.
1889
1890         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
1891         rather than `insert-file-contents' and `eval-region'.
1892
1893         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
1894         construction.
1895
1896         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
1897
1898         * time-date.el: No need to require cl for Emacs 21.
1899
1900 2010-09-29  Julien Danjou  <julien@danjou.info>
1901
1902         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
1903         replacement of `gnus-gravatar-relief' to mimic
1904         `gnus-faces-properties-alist'.
1905         Add :version property.
1906
1907 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1908
1909         * mail-source.el (mail-source-report-new-mail)
1910         * message.el (message-default-mail-headers)
1911         * mm-decode.el (mm-valid-image-format-p): Comment fix.
1912
1913         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
1914
1915 2010-09-28  Julien Danjou  <julien@danjou.info>
1916
1917         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
1918         mail-address contains the same string as real-name.
1919
1920         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
1921         non-blank in header, otherwise it'll get stripped.
1922
1923         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
1924         real-name, and then for mail address rather than doing : or , search.
1925
1926 2010-09-27  Julien Danjou  <julien@danjou.info>
1927
1928         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
1929         (gnus-server-goto-server): Use gnus-completing-read.
1930
1931         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
1932
1933         * mm-util.el (defalias): Use gnus-completing-read.
1934         (mm-codepage-setup): Use gnus-completing-read.
1935
1936         * smime.el (smime-sign-buffer): Use gnus-completing-read.
1937         (smime-decrypt-buffer): Use gnus-completing-read.
1938
1939         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
1940
1941         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
1942         (mml-minibuffer-read-disposition): Use gnus-completing-read.
1943         (mml-insert-multipart): Use gnus-completing-read.
1944
1945         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
1946
1947         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
1948
1949         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
1950
1951         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
1952
1953         * gnus.el (gnus-read-method): Use gnus-completing-read.
1954
1955         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
1956
1957         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
1958         (gnus-mime-action-on-part): Use gnus-completing-read.
1959         (gnus-article-encrypt-body): Use gnus-completing-read.
1960
1961         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
1962         (gnus-topic-move-matching): Use gnus-completing-read.
1963         (gnus-topic-copy-matching): Use gnus-completing-read.
1964         (gnus-topic-sort-topics): Use gnus-completing-read.
1965         (gnus-topic-move): Use gnus-completing-read.
1966
1967         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
1968         (gnus-agent-add-group): Use gnus-completing-read.
1969
1970         * nnmairix.el (nnmairix-create-server-and-default-group): Use
1971         gnus-completing-read.
1972         (nnmairix-update-groups): Use gnus-completing-read.
1973         (nnmairix-get-server): Use gnus-completing-read.
1974         (nnmairix-backend-to-server): Use gnus-completing-read.
1975         (nnmairix-goto-original-article): Use gnus-completing-read.
1976         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
1977
1978         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
1979
1980         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
1981         (gnus-group-make-useful-group): Use gnus-completing-read.
1982         (gnus-group-make-web-group): Use gnus-completing-read.
1983         (gnus-group-add-to-virtual): Use gnus-completing-read.
1984         (gnus-group-browse-foreign-server): Use gnus-completing-read.
1985
1986         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
1987         (gnus-summary-limit-to-extra): Use gnus-completing-read.
1988         (gnus-summary-execute-command): Use gnus-completing-read.
1989         (gnus-summary-respool-article): Use gnus-completing-read.
1990         (gnus-read-move-group-name): Use gnus-completing-read.
1991
1992         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
1993         (gnus-summary-score-effect): Use gnus-completing-read.
1994
1995         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
1996
1997         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
1998         right completing-read function.
1999         (gnus-use-ido): New variable
2000         (gnus-completing-read-with-default): Remove.
2001
2002 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2003
2004         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
2005         x-focus-frame.
2006
2007         * nnimap.el (auth-source-forget-user-or-password)
2008         (auth-source-user-or-password): Autoload.
2009
2010         * message.el (message-from-style, message-interactive)
2011         (message-cite-prefix-regexp, message-sendmail-envelope-from)
2012         (message-yank-prefix, message-indentation-spaces, message-signature)
2013         (message-signature-file): Add comment.
2014
2015 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2016
2017         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
2018         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
2019         new articles.
2020
2021         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
2022         parts.
2023         (nnimap-request-article): Work with the t setting, too.
2024
2025         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
2026         that you don't get flashes of other buffers.
2027         (gnus-summary-show-complete-article): Intern before setting.
2028
2029 2010-09-27  David Engster  <dengste@eml.cc>
2030
2031         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
2032         well as HEADERS.
2033         (nnmairix-retrieve-headers): Provide new argument for the above.
2034
2035 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2036
2037         * gnus-sum.el (gnus-summary-move-article): Don't alter
2038         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
2039         group.
2040
2041         * nnimap.el (nnimap-update-info): Don't destructively alter active.
2042
2043         * message.el (message-cite-prefix-regexp): Revert my last edit.
2044
2045         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
2046         variable instead of the Gnus variable.
2047
2048         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
2049
2050         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
2051         again.
2052
2053         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
2054         since some servers don't like it.
2055         (nnimap-open-connection): Forget credentials if the server says the
2056         password was wrong.
2057         (nnimap-parse-line): Protect against invalid data.
2058
2059         * gnus-sum.el (gnus-summary-move-article): Add comment.
2060         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
2061         nothing alters it while scanning for new messages.
2062
2063         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
2064         which may or may not help.
2065         (nnimap-open-connection): If we're doing a stream connection, and then
2066         discover we're on a STARTTLS-capable server, then open a STARTTLS
2067         connection instead.
2068
2069 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2070
2071         * nnimap.el (utf7): Required.
2072
2073         * message.el (message-cite-prefix-regexp): Remove "}" from citation
2074         prefix.
2075
2076 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
2077
2078         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
2079
2080 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2081
2082         * nnimap.el (nnimap-request-accept-article): Message the error on
2083         error.
2084
2085 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2086
2087         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
2088
2089 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2090
2091         * nndoc.el (nndoc-request-list): Return success always.
2092
2093         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
2094         `fetch-old' -- we only want to fetch the articles we've requested.  The
2095         rest are in the agent, probably.
2096         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
2097         disappeared server" to something low.  It's not important.
2098
2099         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
2100         arrived before the FETCH data.
2101
2102         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
2103         target here, because we don't know the Gnus name of the group.
2104
2105         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
2106         for the correct group.
2107
2108         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
2109
2110         * gnus.el (gnus): Give a final warning after startup.
2111
2112         * gnus-util.el (gnus-action-message-log): New variable.
2113         (gnus-message): Use it.
2114         (gnus-final-warning): New function.
2115
2116         * nnimap.el (nnimap-open-connection): Record the greeting.
2117         (nnimap): Add greeting.
2118
2119 2010-09-26  Julien Danjou  <julien@danjou.info>
2120
2121         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
2122         arguments.
2123         (gnus-html-wash-images): Fix spec computing to include start/end.
2124
2125         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
2126
2127 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2128
2129         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
2130         deletion.
2131         (nnimap-retrieve-headers): Don't select the group, because that's
2132         already done by nnimap-possibly-change-group.
2133
2134         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
2135         (gnus-picon-transform-address): Use it.
2136
2137         * mail-source.el (mail-source-value): Revert previous patch.
2138
2139         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
2140         on failure.
2141         (nnimap-open-connection): Look up both virtual and physical server name
2142         credentials.
2143
2144         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
2145
2146 2009-02-07  Dave Love  <fx@gnu.org>
2147
2148         * tls.el (open-tls-stream): Don't query killing process.
2149
2150 2009-02-08  Dave Love  <fx@gnu.org>
2151
2152         * gnus-win.el (gnus-window-to-buffer-helper,
2153         gnus-all-windows-visible-p): Function needn't be a symbol.
2154
2155         * mail-source.el (mail-source-value): Function needn't be a symbol.
2156
2157 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2158
2159         * message.el (message-cite-prefix-regexp): Remove } from the cite
2160         prefix.
2161
2162         * gnus-art.el (gnus-treatment-function-alist): Do picons before
2163         highlight again, so that the highlight is correct.
2164
2165         * gnus-picon.el (gnus-picon): Remove again.
2166         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
2167
2168         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
2169         doing the header highlightling, so that the background colour of the
2170         picon is correct.
2171
2172         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
2173         (gnus-picon): Ditto.
2174         (gnus-picon): Reinstate.  The background colour for picons is white.
2175         (gnus-picon-insert-glyph): Make the background white.
2176
2177         * nnml.el (nnml-open-nov): Don't return dead buffers.
2178
2179         * auth-source.el (auth-source-create): Query the user for whether to
2180         store the credentials.
2181
2182         * netrc.el (netrc-store-data): New function.
2183
2184         * auth-source.el (auth-source-user-or-password): Use the existing auth
2185         sources, if any, for creation.
2186
2187         * gnus.el (gnus-group-fast-parameter): Return the last matching
2188         parameter instead of the first matching parameter.
2189
2190 2010-09-26  Julien Danjou  <julien@danjou.info>
2191
2192         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
2193
2194 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2195
2196         * mml2015.el (mml2015-use): Remove gpg support.
2197
2198         * mml1991.el (mml1991-function-alist): Remove gpg function.
2199         (mml1991-gpg-sign): Removed.
2200
2201 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
2202
2203         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
2204         (gnus-browse-unsubscribe-current-group): Document it.
2205         (gnus-browse-unsubscribe-group): Use it.
2206
2207 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2208
2209         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
2210         address to the To list for easier response.
2211
2212         * gnus.el (gnus-play-startup-jingle): Removed.
2213         (gnus-splash): Don't play jingle.
2214         (gnus): Silence gnus-load message.
2215
2216         * gnus-art.el (gnus-treat-play-sounds): Removed.
2217
2218         * gnus.el (gnus-play-jingle): Remove audio support.
2219
2220         * gnus-cus.el (gnus-score-customize): Remove audio reference.
2221
2222         * earcon.el: Removed -- no users.
2223
2224         * gnus-audio.el: Removed -- no users of this package.
2225
2226         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
2227
2228         * gnus-start.el (gnus-setup-news): Remove nocem support.
2229
2230         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
2231
2232         * gnus.el (gnus-use-nocem): Removed.
2233
2234         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
2235         Removed.
2236
2237         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
2238         uses NoCeM any more.
2239
2240         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
2241         (gnus-button-ctan-handler): Ditto.
2242         (gnus-button-handle-ctan-bogus-regexp): Ditto.
2243         (gnus-button-ctan-directory-regexp): Ditto.
2244         (gnus-button-handle-ctan): Ditto.
2245         (gnus-button-tex-level): Ditto.
2246         (gnus-button-alist): Removed CTAN stuff.
2247
2248 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2249
2250         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
2251         nnimap-streaming test.
2252
2253         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
2254         servers twice.
2255
2256         * nnimap.el (nnimap-open-connection): Add more error reporting when
2257         nnimap fails early.
2258
2259         * nnheader.el (nnheader-get-report-string): New function.
2260         (nnheader-get-report): Use it.
2261
2262         * gnus-int.el (gnus-check-server): Say what the error was when opening
2263         failed.
2264
2265         * nnimap.el (nnimap-wait-for-response): Search further when we're not
2266         using streaming.
2267
2268 2010-09-25  Julien Danjou  <julien@danjou.info>
2269
2270         * gnus-html.el (gnus-html-rescale-image): Use our defalias
2271         gnus-window-inside-pixel-edges.
2272
2273 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2274
2275         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
2276
2277         * mm-decode.el (mm-save-part): Allow saving to other directories the
2278         normal Emacs way.
2279
2280         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
2281         by Jay Berkenbilt.
2282
2283         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
2284         there isn't a single byte.
2285
2286         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
2287         just do it.  It doesn't really seem to matter what the user responds
2288         here, I think, so it's just a confusing question.
2289
2290         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
2291         non-streaming case.
2292
2293         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
2294         (gnus-article-encrypt-body): Use it.
2295
2296         * gnus-sum.el (gnus-summary-show-complete-article): New command and
2297         keystroke.
2298
2299         * nnimap.el (nnimap-find-wanted-parts-1): Use
2300         gnus-fetch-partial-articles.
2301
2302         * gnus-art.el (gnus-fetch-partial-articles): New variable.
2303
2304         * nnimap.el (nnimap-insert-partial-structure): New function.
2305         (nnimap-get-partial-article): New function.
2306         (nnimap-request-article): Use it.
2307         (nnimap-wait-for-response): Return whether the wait was successful.
2308         (nnimap-finish-retrieve-group-infos): Don't do anything if the
2309         retrieval wasn't successful.
2310         (nnimap-retrieve-group-data-early): Allow throttling servers.
2311         (nnimap-streaming): New variable.
2312         (nnimap-fetch-partial-articles): Removed.
2313
2314         * mm-decode.el (mm-with-part): Protect against killed buffers.
2315
2316         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
2317         for prettier summary display.
2318
2319 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
2320
2321         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
2322         directly.
2323
2324 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2325
2326         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
2327         apparently third-party libraries depend on it.
2328
2329         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
2330         before starting negotiation.
2331
2332         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
2333         privacy reasons.
2334         (gnus-treat-mail-gravatar): Ditto.
2335
2336         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
2337         buffer when inserting images.  Inserting text into the headers, for
2338         instance, can make them invalid.
2339
2340 2010-09-25  Julien Danjou  <julien@danjou.info>
2341
2342         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
2343         variables.
2344
2345         * nnheader.el: Remove useless variables news-reply-yank-from and
2346         news-reply-yank-message-id.
2347
2348         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
2349         variables.
2350
2351         * mml1991.el: Remove useless mml1991-verbose.
2352
2353         * gnus.el: Remove useless variable gnus-use-generic-from.
2354         Remove obsolete variable gnus-topic-indentation.
2355
2356         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
2357
2358         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
2359
2360         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
2361
2362         * gnus-group.el: Remove useless gnus-group-icon-cache.
2363         Remove useless gnus-ephemeral-group-server.
2364
2365         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
2366
2367         * mml2015.el: Remove useless mml2015-verbose.
2368
2369         * mml-smime.el: Remove useless mml-smime-verbose.
2370
2371         * gnus.el: Remove useless gnus-local-domain.
2372
2373         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
2374         gnus-gravatar-size.
2375
2376         * gnus-art.el: Remove useless gnus-treat-translate.
2377
2378 2010-09-24  Julien Danjou  <julien@danjou.info>
2379
2380         * gnus-sum.el: Add support for Gravatars.
2381
2382         * gnus-art.el: Add support for Gravatars.
2383
2384         * gnus-gravatar.el: Add this file.
2385
2386         * gravatar.el: Add this file.
2387
2388 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2389
2390         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
2391
2392         * gnus-group.el (gnus-group-fetch-faq): Removed.
2393
2394         * gnus.el (gnus-group-faq-directory): Removed.
2395
2396         * gnus-group.el (gnus-group-fetch-charter): Removed.
2397
2398         * gnus.el (gnus-group-charter-alist): Removed.
2399
2400         * gnus-group.el (gnus-group-archive-directory): Removed.
2401         (gnus-group-recent-archive-directory): Ditto.
2402         (gnus-group-make-archive-group): Removed.
2403
2404         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
2405
2406         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
2407         use the same article number for all the cached articles.
2408
2409         * nnimap.el (nnimap-command): Register the last command time so
2410         that we can use it for idling NOOPs.
2411         (nnimap-open-connection): Start the keeplive timer.
2412         (nnimap-make-process-buffer): Store all the process buffers.
2413         (nnimap-keepalive): New function.
2414
2415         * starttls.el (starttls-open-stream): Add autoload cookie.
2416
2417 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2418
2419         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
2420         handling.
2421
2422 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2423
2424         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
2425         its data structures.
2426
2427         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
2428         instead of the cl.el copy-list.
2429         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
2430         equalp.
2431
2432 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2433
2434         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
2435         and tool-bar-local-item-from-menu.
2436
2437         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
2438         mode-line-highlight face for Emacs.
2439
2440         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
2441         loading gnus-sum.elc; fix comment for canlock-verify.
2442         (gnus-article-jump-to-part): Use read-number.
2443         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
2444         Emacs pre-21 compatible code for help-echo.
2445         (gnus-article-next-page-1): No need to adjust the number of lines.
2446         (gnus-article-describe-bindings): Always use help-buffer.
2447
2448         * gnus-audio.el (gnus-audio-inline-sound)
2449         * gnus-cus.el (gnus-custom-mode)
2450         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
2451
2452         * gnus-sum.el (gnus-remove-overlays): Doc fix.
2453
2454         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
2455         compatible code.
2456
2457 2010-09-24  Glenn Morris  <rgm@gnu.org>
2458
2459         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
2460         visiting the fcc file in rmail-mode.
2461
2462         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
2463
2464 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2465
2466         * nnir.el: Silence the byte compiler.
2467
2468         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
2469         alias to browse-url-url-encode-chars if any.
2470         (gnus-html-encode-url): Use it.
2471
2472 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2473
2474         * gnus-start.el (gnus-use-backend-marks): New variable.
2475         (gnus-get-unread-articles-in-group): Use it.
2476
2477         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
2478         makeover.
2479
2480 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2481
2482         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
2483
2484 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2485
2486         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
2487         Removed.
2488         (gnus-setup-news-hook): Removed
2489         gnus-fixup-nnimap-unread-after-getting-new-news.
2490
2491         * gnus-int.el (gnus-request-update-info): Protect against backends not
2492         having the function.
2493
2494         * nnimap.el (nnimap-stream): Mention starttls.
2495         (nnimap-open-connection): Add starttls support.
2496
2497 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2498
2499         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
2500
2501 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2502
2503         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
2504         BODYSTRUCTUREs.
2505         (nnimap-transform-headers): Unfold quoted {42} headers.
2506
2507         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
2508         the info.
2509         (gnus-get-unread-articles): Only call updatep on backends that support
2510         it.
2511
2512         * nnweb.el (nnweb-request-update-info): NOOP.
2513
2514         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
2515
2516         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
2517         since it only deals with marks.
2518
2519         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
2520         gnus-request-marks, and make a new gnus-request-update-info.
2521
2522         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
2523         the active instead of the high number, which is usually too low.
2524
2525 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
2526
2527         * netrc.el (netrc-parse): Remove encrypt.el mentions.
2528         * encrypt.el: Removed.
2529
2530 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2531
2532         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
2533         server in symbolic form.
2534
2535         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
2536         0.9.
2537
2538 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2539
2540         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
2541         (nnimap-update-info): Fix up code slightly.
2542
2543         * gnus-int.el (gnus-open-server): Add tracing for performance
2544         debugging.
2545
2546         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
2547         (gnus-group-insert-group-line): Pass the real group name so that it
2548         gets the right data.
2549
2550         * gnus-start.el (gnus-get-unread-articles): Don't have
2551         `gnus-get-unread-articles-in-group' update info, since that can be
2552         really slow and doesn't seem to be needed?
2553
2554 2010-09-22  Dan Christensen  <jdc@uwo.ca>
2555
2556         * time-date.el (date-to-time): Try using parse-time-string first before
2557         using the slower timezone-make-date-arpa-standard.
2558
2559 2010-09-22  Julien Danjou  <julien@danjou.info>
2560
2561         * gnus-group.el (gnus-group-insert-group-line): Call
2562         gnus-group-highlight-line.
2563         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
2564         default hook list.
2565         (gnus-group-update-eval-form): Add new function.
2566         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
2567         (gnus-group-get-icon): Use gnus-group-update-eval-form.
2568
2569 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2570
2571         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
2572         immediate, then expire all articles.
2573         (nnimap-update-info): Fix off-by-one errors.
2574         (nnimap-flags-to-marks): Would return no marks lists for group with no
2575         flags.  Instead return the other data.
2576
2577 2010-09-22  Julien Danjou  <julien@danjou.info>
2578
2579         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
2580         Only return an icon.
2581         (gnus-group-insert-group-line): Compute icon to return.
2582
2583         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
2584         variable.
2585         (gnus-html-image-fetched): Only cache if
2586         gnus-html-image-automatic-caching is set.
2587         (gnus-html-image-fetched): Check for errors.
2588
2589 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2590
2591         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
2592         once per method on `g'.  This ensures that backends like nnfolder don't
2593         open all their folders.
2594
2595         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
2596         (nnimap-request-list): Nix out group in the correct buffer.
2597         (nnimap-parse-flags): Implement by using `read' instead of
2598         hand-parsing.
2599         (nnimap-flags-to-marks): Pass on permanent-flags.
2600         (nnimap-make-process-buffer): Record the server name.
2601         (nnimap-parse-flags): Fix typo.
2602         (nnimap-request-scan): Run split on the server in general, not just a
2603         single group.
2604
2605         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
2606         parameter, and propagate this downwards.
2607
2608         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
2609         since EXAMINE changes it on the server.
2610
2611         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
2612         this command might take a while.
2613
2614 2010-09-22  Julien Danjou  <julien@danjou.info>
2615
2616         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
2617         harmful if you have 2 images side-by-side, they can't be properly
2618         update on text deletion.  Using text-property is safer here.
2619         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
2620         data.
2621
2622 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2623
2624         * nnimap.el (nnimap-expunge-inbox): Removed.
2625         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
2626         (nnimap-expunge): Flip default to t.
2627
2628         * gnus.el (gnus-method-to-server): Don't push things to the cache
2629         unless it's unique.
2630         (gnus-server-to-method): Ditto.
2631
2632 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2633
2634         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
2635
2636 2010-09-22  Julien Danjou  <julien@danjou.info>
2637
2638         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
2639         get the start of data.
2640         (gnus-html-encode-url): Add this function to encode special chars in
2641         URL.
2642         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
2643         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
2644
2645         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
2646         default.
2647         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
2648
2649         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
2650         images alt-text.
2651         (gnus-html-put-image): Put alt-text as help-echo.
2652
2653 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2654
2655         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
2656         * mm-util.el (mm-decompress-buffer)
2657         * nnir.el (nnir-run-find-grep)
2658         * pop3.el (pop3-list): Use 3rd arg of split-string.
2659
2660         * time-date.el (format-seconds): Comment fix.
2661
2662         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
2663         and byte-optimize-form-code-walker.
2664         (dgnushack-make-auto-load): Don't advise make-autoload.
2665
2666         * lpath.el: Remove Emacs 21 stuff.
2667
2668 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2669
2670         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
2671         outside the active range.  Suggested by Dan Christensen.
2672
2673         * gnus-start.el (gnus-get-unread-articles): Get the extended method
2674         slightly later to avoid double-getting it.
2675
2676         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
2677         previous patch.
2678
2679         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
2680
2681 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
2682
2683         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
2684
2685 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2686
2687         * gnus-int.el (gnus-open-server): Give a better error message in the
2688         "go offline" case.
2689
2690         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
2691         marks for nnimap, which is seldom the right thing to do.
2692
2693         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
2694         (gnus-same-method-different-name): New function.
2695
2696         * nnimap.el (parse-time): Require.
2697
2698         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
2699         method in the presence of many similar methods.
2700
2701         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
2702
2703         * nnimap.el (nnimap-find-expired-articles): Don't refer to
2704         nnml-inhibit-expiry.
2705
2706         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
2707         find out whether methods are equal.
2708
2709         * nnimap.el (nnimap-find-expired-articles): New function.
2710         (nnimap-process-expiry-targets): New function.
2711         (nnimap-request-move-article): Request the article before looking at
2712         what the Message-ID is.  Fix found by Andrew Cohen.
2713         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
2714
2715         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
2716         for oldness in addition to being a predicate.
2717
2718         * nnimap.el (nnimap-request-group): When we have zero articles, return
2719         the right data to Gnus.
2720         (nnimap-request-expire-articles): Only delete articles immediately if
2721         the target is 'delete.
2722
2723         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
2724         method, this would bug out.
2725
2726         * gnus-group.el (gnus-group-expunge-group): Renamed from
2727         gnus-group-nnimap-expunge, and implemented as a normal interface
2728         function.
2729
2730         * gnus-int.el (gnus-request-expunge-group): New function.
2731
2732         * nnimap.el (nnimap-request-create-group): Implement.
2733         (nnimap-request-expunge-group): New function.
2734
2735 2010-09-21  Julien Danjou  <julien@danjou.info>
2736
2737         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
2738         (gnus-html-cache-expired): Add new function.
2739         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
2740         wethever we should display image for fetch it.
2741         Compute alt-text earlier to pass it to the fetching function too.
2742         (gnus-html-schedule-image-fetching): Change function argument to only
2743         get one image at a time, not a list.
2744         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
2745         cache.
2746         (gnus-html-get-image-data): New function to retrieve image data from
2747         cache.
2748         (gnus-html-put-image): Change buffer argument to use image data rather
2749         than file, and place image above region rather than inserting a new
2750         one. Do not take alt-text as argument, since it's useless now: we place
2751         the image above alt-text.
2752         (gnus-html-prune-cache): Remove.
2753         (gnus-html-show-images): Start to fetch image when we find one, do not
2754         push into a temporary list.
2755         (gnus-html-prefetch-images): Only fetch image if they have expired.
2756         (gnus-html-browse-image): Fix, use 'gnus-image-url.
2757         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
2758
2759 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2760
2761         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
2762
2763 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2764
2765         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
2766         spec inser "*" if the group isn't active instead of 0.
2767
2768         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
2769         opening the server.
2770         (nnimap-request-delete-group): Implement group deletion.
2771         (nnimap-transform-headers): Return the size of the entire message in
2772         the Bytes header, not just the size of the first part.
2773         (nnimap-request-move-article): When moving an article from nnimap,
2774         request the article first so the accepting form has an article to
2775         accept.  Reported by Dan Christensen.
2776         (nnimap-command): Make sure that the error message doesn't error out.
2777
2778 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
2779
2780         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
2781         we haven't requested anything.
2782
2783 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2784
2785         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
2786         "".  Fix found by Andrew Cohen.
2787
2788         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
2789         instead of -encode-string.
2790
2791 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2792
2793         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
2794
2795         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
2796         by mm-subst-char-in-string.
2797
2798 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2799
2800         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
2801         waiting for the connection string.
2802
2803         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
2804         arriving.
2805
2806         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
2807         bogus characters.  This allows selecting certain Gmail groups.
2808
2809         * nnimap.el (nnimap-find-wanted-parts-1): New function.
2810         (nnimap-fetch-partial-articles): New variable.
2811         (nnimap-open-connection): When looking for credentials, also use the
2812         nnimap-server-port.
2813         (nnimap-request-article): Return the group/article number, so that Gnus
2814         `^' works as expected.
2815         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
2816         them.
2817
2818         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
2819         comments.
2820         (gnus-methods-sloppily-equal): New function.
2821         (gnus): When using the development version of Gnus, load the gnus-load
2822         file.
2823
2824         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
2825         `gnus-open-server' on each method before trying to scan them etc.  This
2826         ensures that all the backend parameters are set correctly.
2827
2828         * nnimap.el (nnimap-authenticator): New variable.
2829         (nnimap-open-connection): Allow anonymous login.
2830         (nnimap-transform-headers): The chars header is called Chars not
2831         Bytes.
2832         (nnimap-wait-for-response): Don't infloop if the IMAP connection
2833         drops.
2834
2835         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
2836         patch, found by Knut Anders Hatlen.
2837
2838 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
2839
2840         * gnus-agent.el (gnus-agent-batch-confirmation)
2841         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
2842         to gnus-message.
2843         * gnus-art.el (gnus-article-describe-briefly): Likewise.
2844         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
2845         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
2846         * gnus-int.el (gnus-open-server): Likewise.
2847         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
2848         (gnus-score-check-syntax): Likewise.
2849         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
2850         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
2851         Likewise.
2852         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
2853
2854 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2855
2856         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
2857         calling conventions so that prefetch doesn't bug out.
2858
2859 2010-09-19  Julien Danjou  <julien@danjou.info>
2860
2861         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
2862         rather than `subst-char-in-region' in order to be able to replace ASCII
2863         char by UTF-8 ones.
2864
2865         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
2866         than curl.
2867         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
2868         the right URL and ALT text on images.
2869         (gnus-html-wash-tags): Fix tag case.
2870         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
2871         (gnus-article-html): Add -o display_ins_del=2 option.
2872         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
2873
2874 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2875
2876         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
2877         the extra mail headers, which sometimes seem to happen for unknown
2878         reasons.
2879
2880         * mail-parse.el (mail-header-encode-parameter): Define as
2881         rfc2045-encode-string instead of as rfc2231-encode-string, since some
2882         (or most, perhaps?) mail readers don't understand the latter, but do
2883         understand the former.
2884
2885         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
2886         to nil, so that no methods are automatically agentized.  I think this
2887         is probably what most users want.
2888
2889         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
2890         from url-retrieve, for instance about invalid URLs.
2891
2892         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
2893         groups that have no articles.
2894         (nnimap-request-article): Check that we really got an article when we
2895         requested one.
2896
2897         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
2898         doesn't exist.
2899
2900         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
2901         nntp buffer so the agent can save it.
2902         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
2903         that CRLF doesn't get translated to \n.
2904         (nnimap-open-connection): Don't make 'shell commands only send \n.
2905
2906 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2907
2908         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
2909         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
2910         Update var name.
2911         (nnml-generate-nov-file): Use dolist.
2912         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
2913         Use with-current-buffer.
2914
2915 2010-09-18  Julien Danjou  <julien@danjou.info>
2916
2917         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
2918         parallel.
2919
2920 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2921
2922         * nnimap.el (nnimap-update-info): When doing partial marks update, get
2923         the range update right.
2924         (nnimap-request-group): Don't make `M-g' bug out on group with no
2925         marks.
2926         (nnoo): Required, so that other packages can require nnimap.
2927         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
2928         command we're looking for.  This helps when the server sends more
2929         responses after we've gotten everything we expected.
2930         (nnimap): Add a `newlinep' field to keep track of end-of-line
2931         conventions.
2932         Don't send CRLF to things that don't want it.
2933         (nnimap-request-accept-article): Ditto.
2934
2935 2010-09-18  Julien Danjou  <julien@danjou.info>
2936
2937         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
2938         than curl to retrieve images.
2939
2940 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2941
2942         * nnimap.el (nnimap-update-info): Extend the info so that we can set
2943         the marks.
2944         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
2945         (nnimap-wait-for-connection): New function.
2946         (nnimap-open-connection): If we have PREAUTH, don't query for login
2947         credentials.
2948         (nnimap-update-info): Fix off-by-one error when concatenating ranges
2949         when doing a partial update.
2950
2951 2010-09-18  Julien Danjou  <julien@danjou.info>
2952
2953         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
2954         tags.
2955
2956 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2957
2958         * nnimap.el (nnimap-credentials): New function.
2959         (nnimap-open-connection): Use the new function to look for credentials
2960         also on the numeric equivalents of "imap" and "imaps".
2961
2962         * gnus-start.el (gnus-activate-group): Send the info to
2963         gnus-request-group.
2964
2965         * nnimap.el (nnimap-request-group): Have the "check" version of the
2966         function parse flags and update the info, so that a `M-g' get a total
2967         resync of all flags from the group.
2968
2969         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
2970         to allow backends to alter the info on group selection.  Also alter all
2971         the backend -request-group functions to take the parameter.
2972
2973         * nnimap.el (nnimap-store-info): New function.
2974         (nnimap-update-info): Store the info for later usage.
2975         (nnimap-request-group): Use the stored info for the dont-check case, so
2976         that we don't retrieve all marks when we enter a group.
2977
2978         * nnimap.el: Use deffoo instead of defun for interface functions.
2979
2980         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
2981         update the group info.  This makes the nndraft groups, for instance, go
2982         back to their old behaviour.
2983
2984         * gnus-sum.el (gnus-select-newsgroup): Indent.
2985
2986         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
2987         in.
2988         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
2989         nothing.
2990
2991         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
2992         from methods that are denied.
2993
2994         * gnus-int.el (gnus-method-denied-p): New function.
2995
2996         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
2997         store the password instead of netrc.
2998         (nnimap-open-connection): Don't error out when we can't make a
2999         connections.
3000
3001         * auth-source.el (auth-source-create): In the password prompt, say what
3002         we're querying for.  Also prompt for user name if that hasn't been
3003         given.
3004
3005         * nnimap.el (nnimap-with-process-buffer): Removed.
3006
3007 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3008
3009         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
3010         method when we're reading from the agent.
3011
3012         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
3013
3014         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
3015         that's probably most useful for users.
3016
3017         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
3018         "failed" all the time.
3019
3020         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
3021         ...)) with (with-current-buffer ... ).
3022
3023         * nntp.el (nntp-open-server): Return whether the open was successful or
3024         not.
3025
3026         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
3027         select an unread unseen article first.
3028
3029         * nnimap.el (nnimap-open-connection): If the user doesn't have a
3030         /etc/services, supply some sensible port defaults.
3031
3032         * dgnushack.el: Define netrc-credentials.
3033
3034 2010-09-17  Julien Danjou  <julien@danjou.info>
3035
3036         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
3037
3038 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3039
3040         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
3041         doesn't have any parameters.
3042
3043 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3044
3045         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
3046         only upcased checks.
3047
3048         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
3049
3050         * nnimap.el (nnimap-open-shell-stream): New function.
3051         (nnimap-open-connection): Use it.
3052         (nnimap-transform-headers): Get the number of lines in each message.
3053         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
3054         number of lines.
3055         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
3056         problem.
3057
3058         * utf7.el (utf7-encode): Autoload.
3059
3060         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
3061         to allow the mail splitting to not return a default group.  This is
3062         useful for nnimap, which will leave unmatched mail in the inbox.
3063
3064         * nnimap.el: Rewritten.
3065
3066         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
3067         nnimap usage.
3068
3069         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
3070         if the move is internal, so that nnimap can do fast internal moves.
3071
3072         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
3073         data.
3074         (gnus-read-active-for-groups): Support finishing the early retrieval of
3075         data.
3076
3077         * gnus-range.el (gnus-range-nconcat): New function.
3078
3079         * gnus-int.el (gnus-finish-retrieve-group-infos)
3080         (gnus-retrieve-group-data-early): New functions.
3081
3082 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3083
3084         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
3085         (nnrss-retrieve-groups):
3086         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
3087         (pop3-quit): Use with-current-buffer.
3088
3089 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3090
3091         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
3092         instead of nnheader-accept-process-output.
3093
3094         * dgnushack.el (dgnushack-compile): Add comment.
3095
3096         * lpath.el: No need to fbind propertize for XEmacs 21.4.
3097
3098         * gnus-html.el (gnus-html-schedule-image-fetching)
3099         (gnus-html-prefetch-images): Replace process-kill-without-query by
3100         gnus-set-process-query-on-exit-flag.
3101
3102 2010-09-16  Romain Francoise  <romain@orebokech.com>
3103
3104         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
3105
3106 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3107
3108         * gnus-registry.el (gnus-registry-install-shortcuts): The second
3109         parameter to unintern is mandatory-ish in Emacs 24.
3110
3111         * gnus-html.el (gnus-html-schedule-image-fetching)
3112         (gnus-html-prefetch-images): Check for curl before using it.
3113
3114         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
3115         depend on curl, which isn't essential.
3116
3117         * imap.el: Revert back to version
3118         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
3119         seem problematic.
3120
3121 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3122
3123         * gnus-registry.el (gnus-registry-install-shortcuts):
3124         Explicitly pass `obarray' to `unintern' to avoid a warning.
3125
3126 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3127
3128         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
3129         change.
3130
3131         * nnrss.el (nnrss-request-list): Removed this function and related
3132         functions, including the moreover stuff.
3133
3134 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3135
3136         * nnrss.el (nnrss-retrieve-groups): New function.
3137
3138 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3139
3140         * .dir-locals.el: Add no-byte-compile cookie.
3141
3142 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3143
3144         * time-date.el (format-seconds): Comment fix.
3145
3146         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
3147         for back end that doesn't support request-scan.
3148
3149 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3150
3151         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
3152         then do request scans from the backends.
3153
3154         * netrc.el (netrc-credentials): New conveniency function.
3155
3156         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
3157         avoid running a hook per line, since this takes a lot of time,
3158         profiling shows.
3159         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
3160         directly if gnus-visual-p is true.
3161
3162 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3163
3164         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
3165         groups; replace mapcar with dolist which is a bit faster; pass groups
3166         info to gnus-read-active-file-1.
3167         (gnus-read-active-file-1): Scan only specified groups if the new
3168         optional arg `infos' is given.
3169
3170 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3171
3172         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
3173
3174         * pop3.el (pop3-movemail): Removed.
3175         (pop3-streaming-movemail): Renamed to pop3-movemail.
3176
3177         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
3178         don't restrict end-tag searches to the end of the line.
3179
3180 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3181
3182         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
3183         articles of every unchecked group to t, which means unknown since the
3184         server has never been opened.
3185
3186 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3187
3188         * gnus-html.el (gnus-html-show-alt-text): New command.
3189         (gnus-html-browse-image): Ditto.
3190         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
3191         to browse the image directly.
3192         (gnus-html-wash-tags): Search for images first, so that <a><img> works
3193         better.
3194
3195         * gnus-async.el (gnus-async-article-callback): Call
3196         `gnus-html-prefetch-images' unconditionally.
3197
3198         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
3199         before feeding URLs to curl.
3200
3201 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3202
3203         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
3204         internal images as deletable by `W D D'.
3205
3206         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
3207         (gnus-async-article-callback): Fix typo.
3208
3209 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3210
3211         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
3212         current line to work around bugs in the output from w3m.
3213
3214         * gnus-async.el (gnus-async-article-callback): Always prefetch images
3215         for groups that want that.
3216
3217         * nntp.el (nntp-wait-for-string): Supply a timeout for
3218         accept-process-output to ensure progress.
3219
3220         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
3221         level to get unread articles from, then use that for foreign groups,
3222         too.
3223
3224         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
3225         confuses the rest of the function.
3226
3227         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
3228         for the methods that support -retrieve-groups, too.
3229
3230         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
3231
3232 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3233
3234         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
3235         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
3236
3237         * pop3.el: Require cl when compiling.
3238         (pop3-number-of-responses): Search for "+OK", not "+OK ".
3239
3240 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3241
3242         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
3243         that aren't going to be activated.
3244         (gnus-get-unread-articles): Fix up the last commit.
3245
3246         * gnus-html.el (gnus-article-html): Allow calling without specifying
3247         the handle.  In that case, dissect the buffer first.
3248
3249         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
3250
3251         * nnimap.el (nnimap-open-connection): Revert the change that would look
3252         into authinfo for imaps instead of imap.
3253
3254         * gnus-start.el (gnus-activate-group): Take an optional parameter to
3255         say that you don't want to call gnus-request-group with don-check, but
3256         do check the reponse.  This is for virtual groups only.
3257         (gnus-get-unread-articles): Count the archive groups as secondary, so
3258         that they're activated the same way as before.
3259
3260         * imap.el (imap-message-map): Removed optional buffer parameter, since
3261         no callers use it.
3262         (imap-message-get): Ditto.
3263         (imap-message-put): Ditto.
3264         (imap-mailbox-map): Ditto.
3265         (imap-mailbox-put): Ditto.
3266         (imap-mailbox-get): Ditto.
3267         (imap-mailbox-get): Revert last change for this function.
3268
3269         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
3270         case-insensitively.
3271         (nnimap-debug): Removed.
3272
3273         * imap.el (imap-fetch-safe): Removed function, and altered all callers
3274         to use `imap-fetch' instead.  According to the comments, this should be
3275         safe, since all other IMAP clients use the 1:* syntax.
3276         (imap-enable-exchange-bug-workaround): Removed.
3277         (imap-debug): Removed -- doesn't seem very useful.
3278
3279         * mail-source.el (mail-source-fetch): Don't message if we're fetching
3280         mail from a file, and the file doesn't exist.
3281
3282         * imap.el (imap-log): New convenience function used throughout instead
3283         of repeating the same code all over the place.
3284
3285         * pop3.el (pop3-streaming-movemail): Return t for success.
3286
3287         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
3288         .authinfo if we're using ssl connection.
3289
3290         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
3291         already have if we're in a main Gnus `g' run.
3292
3293         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
3294
3295 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3296
3297         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
3298
3299         * nnmh.el (nnmh-request-list-1): Bind `file'.
3300
3301         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
3302         alias to set-process-query-on-exit-flag or process-kill-without-query.
3303         (pop3-open-server): Use it.
3304
3305 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3306
3307         * mail-source.el (mail-source-delete-crash-box): Always move the crash
3308         box to the Incoming file.  Fixes mistake in previous checkin.
3309
3310         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
3311         request loop (for debugging purposes) removed.
3312
3313         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
3314         culprit is more visible.
3315         (nnml-save-incremental-nov, nnml-open-incremental-nov)
3316         (nnml-add-incremental-nov): New functions to do "incremental" nov
3317         updates, where we just append to the end of the existing nov files
3318         without reading/writing them in full.
3319
3320         * mail-source.el (mail-source-delete-crash-box): Really only check the
3321         incoming files once in a while.
3322
3323         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
3324
3325         * mail-source.el (mail-source-delete-crash-box): Only check the
3326         incoming files for deletion once per day to save a lot of file
3327         accesses.
3328
3329         * pop3.el (pop3-logon): Fix up unbound variable typo.
3330
3331         * mail-source.el (pop3-streaming-movemail): Autoload.
3332
3333         * pop3.el (pop3-streaming-movemail): Respect
3334         pop3-leave-mail-on-server.
3335
3336         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
3337         retrieval.
3338
3339         * pop3.el (pop3-process-filter): Removed unused function.
3340         (pop3-streaming-movemail, pop3-send-streaming-command)
3341         (pop3-wait-for-messages, pop3-write-to-file)
3342         (pop3-number-of-responses): New functions for streaming pop3
3343         retrieval.
3344
3345         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
3346         come from no known methods.
3347         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
3348         list.
3349
3350         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
3351         message sizes.
3352         (pop3-movemail): Use erase-buffer instead of looping and deleting
3353         regions, which seems rather odd.
3354
3355         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
3356         file once per `g' run.
3357
3358         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
3359         directories.  This makes the draft queue directory work.
3360
3361         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
3362         data from the backends, so that we only request the list of groups from
3363         each method once.  This should speed things up considerably.
3364
3365         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
3366         detect that it's not implemented.
3367
3368         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
3369         we actually do recurse down into the tree, but don't stat all leaf
3370         nodes.
3371
3372         * gnus-html.el (gnus-html-show-images): If there are no images to show,
3373         then say so instead of bugging out.
3374
3375         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
3376         files exist before trying to read them.
3377
3378         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
3379         around <pre_int>.
3380
3381         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
3382
3383         * nnmh.el (nnmh-request-list-1): Optimize for speed.
3384
3385 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3386
3387         * mm-util.el (mm-image-load-path): Just return the image directories,
3388         not all directories in the path in addition to the image directories.
3389         (mm-image-load-path): Maintain a cache of the image directories so that
3390         the `g' command in Gnus doesn't have to stat dozens of directories each
3391         time.
3392
3393         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
3394         (gnus-html-wash-tags): Add a new `i' command to insert images.
3395         (gnus-html-insert-image): New command and keystroke.
3396         (gnus-html-redisplay-with-images): New command and keystroke.
3397         (gnus-html-show-images): Renamed command.
3398         (gnus-html-wash-tags): Remove more white space before <pre_int> image
3399         spacers.
3400         (gnus-html-wash-tags): Decode entities at the end, so that entities
3401         inside the tags don't mess up the rest of the "parsing".
3402
3403         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
3404         so that nnimap methods aren't agentized by default.  There's apparently
3405         many problems related to agent/imap behaviour.
3406
3407         * gnus-art.el (gnus-article-copy-string): New command and key binding.
3408
3409         * gnus-html.el: Doc fix.
3410
3411 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3412
3413         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
3414         specifier-spec-list for Emacs 21.
3415
3416         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
3417         glyph-width and glyph-height instead of display-graphic-p and
3418         image-size; make avoidance of displaying small images work for XEmacs.
3419
3420         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
3421         for XEmacs.
3422
3423         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
3424         of symbol that holds plist data.
3425         (gnus-process-plist): Remove plist of process after getting it.
3426
3427 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3428
3429         * message.el (message-generate-hashcash): Change default to
3430         'opportunistic if hashcash is installed.
3431
3432         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
3433         (gnus-html-put-image): Only call image-size once, since it's somewhat
3434         time-consuming on remote X servers.
3435
3436 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3437
3438         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
3439         type on data, not a file name.
3440
3441         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
3442         window-pixel-edges for Emacs 21.
3443
3444         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
3445         decoded contents.
3446         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
3447
3448 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3449
3450         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
3451         group line format, since it isn't very interesting.
3452
3453         * gnus-agent.el (gnus-agent-short-article),
3454         (gnus-agent-long-article): Increase values for these two variables,
3455         since most people are likely to have more network connection and
3456         storage than before.
3457
3458         * gnus.el (gnus-refer-article-method): Change default to 'current.
3459         When referring an article, the common behaviour is to refer it from the
3460         current select method, not the native select method.  The chances of
3461         the native select method having the message in question is rather slim
3462         these days.
3463
3464         * gnus-sum.el (gnus-auto-select-subject): Change default to
3465         `unseen-or-unread'.  I think it's likely that most people want to
3466         select an unseen article over a previously seen, but unread one.
3467
3468         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
3469         means that in the article buffer none of the minor mode elements will
3470         be shown, usually, and this is not desirable in most cases.
3471
3472         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
3473         that commands like `d' (and the like) go to the next line in the
3474         buffer, instead of the next unread article.  I think this is the
3475         behaviour that is most natural for most users.
3476         (gnus-single-article-buffer): Change default to nil, so that people can
3477         have as many article buffers open as they have summary buffer.  I think
3478         this is the most natural way for the groups to behave.
3479
3480         * message.el (message-generate-new-buffers): Change default to
3481         `unsent', so that all new message buffers start their names with the
3482         string "*unsent", and it's easier to find the buffers if you move from
3483         them.
3484
3485 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3486
3487         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
3488         small.  They're probably tracking images.
3489         (gnus-html-wash-tags): Remove all <pre_int> place holders.
3490         (gnus-html-rescale-image): Yet another try at getting the image sizing
3491         right.
3492
3493         * nntp.el (nntp-request-set-mark): Refuse to do marks if
3494         nntp-marks-file-name is nil.
3495
3496 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3497
3498         * gnus-html.el (gnus-html-wash-tags)
3499         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
3500         Better logging.
3501
3502 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3503
3504         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
3505
3506         * gnus-html.el (gnus-html-wash-tags): Check the value of
3507         gnus-blocked-images in the summary buffer.
3508
3509 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3510
3511         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
3512
3513 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3514
3515         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
3516         like "a", it seems like.
3517         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
3518         since it needs to be picked from the correct buffer.
3519
3520         * nnwfm.el: Removed.
3521
3522         * nnlistserv.el: Removed.
3523
3524 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3525
3526         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
3527         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
3528
3529 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3530
3531         * nnkiboze.el: Removed.
3532
3533         * nndb.el: Removed.
3534
3535         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
3536         alt text.
3537         (gnus-html-rescale-image): Try to get the rescaling logic right for
3538         images that are just wide and not tall.
3539
3540         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
3541         overshadow variable bindings.
3542
3543 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3544
3545         * gnus-html.el (gnus-html-wash-tags)
3546         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
3547         extra logging.
3548
3549 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3550
3551         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
3552         (gnus-max-image-proportion): New variable.
3553         (gnus-html-rescale-image): New function.
3554         (gnus-html-put-image): Rescale images.
3555
3556 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3557
3558         Fix up some byte-compiler warnings.
3559         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
3560         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
3561         (gnus-article-fill-cited-article, gnus-article-hide-citation)
3562         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
3563         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
3564         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
3565         (gnus-group-update-group): Use save-excursion and with-current-buffer.
3566
3567 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3568
3569         * gnus-html.el (gnus-article-html): Decode contents by charset.
3570
3571 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3572
3573         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
3574         (gnus-html-frame-width, gnus-blocked-images)
3575         * message.el (message-prune-recipient-rules): Add custom version.
3576         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
3577
3578         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
3579         functions.
3580
3581         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
3582         gnus-process-get.
3583
3584 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
3585
3586         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
3587         instead of lsub directly.
3588
3589 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3590
3591         * nnwarchive.el: Removed.
3592
3593         * gnus-soup.el: Removed.
3594
3595         * nnsoup.el: Removed.
3596
3597         * nnultimate.el: Removed.
3598
3599         * gnus-html.el (gnus-blocked-images): New variable.
3600
3601         * message.el (message-prune-recipients): New function.
3602         (message-prune-recipient-rules): New variable.
3603
3604         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
3605         guess whether a long line is natural text or not.
3606
3607         * gnus-html.el (gnus-html-schedule-image-fetching): Use
3608         gnus-process-plist and friends for compatibility.
3609
3610 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3611
3612         * gnus-html.el: Require packages that define macros used in this file.
3613         (gnus-article-mouse-face): Declare to silence byte-compiler.
3614         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
3615         process-get.
3616         (gnus-html-put-image): Use plist-get to avoid getf.
3617         (gnus-html-prefetch-images): Use with-current-buffer.
3618
3619 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3620
3621         * gnus-ems.el: Provide compatibility functions for
3622         gnus-set-process-plist.
3623
3624         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
3625         header-line-format for XEmacs 21.4.
3626
3627         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
3628         * gnus.el (gnus-valid-select-methods)
3629         * message.el (message-send-mail-partially-limit)
3630         * mm-decode.el (mm-text-html-renderer)
3631         * mml.el (mml-insert-mime-headers-always)
3632         * smiley.el (smiley-regexp-alist): Bump custom version.
3633
3634 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3635
3636         * gnus-html.el: require mm-url.
3637         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
3638         with the url to `url'.
3639         (gnus-html-wash-tags): Support cid: URLs/images.
3640
3641 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3642
3643         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
3644         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
3645         bindings, as they aren't useful at all.  `w' is moved to `W w'.
3646
3647         * gnus-move.el: Removed file, since it doesn't really work.
3648
3649         * gnus-html.el (gnus-article-html): Tell w3m that the input is
3650         UTF-8.  This seems to fix problems with some German web feeds.
3651
3652         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
3653         at the top so that the proper colours are applied.
3654
3655         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
3656         don't have dots in their names.
3657
3658         * gnus-art.el (gnus-article-view-part): Doc fix.
3659
3660         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
3661         XEmacs-compatible.
3662         (gnus-html-put-image): Don't do images on non-graphic displays.
3663
3664         * nnslashdot.el: Removed this unused backend.
3665
3666         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
3667         actions.
3668         (gnus-undo-register-1): Revert last change.
3669
3670         * gnus-group.el (gnus-group-completing-read): Protect against not
3671         having completion-styles bound.
3672
3673         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
3674         make broken recipients happier.
3675
3676         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
3677
3678         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
3679         point parameter.
3680
3681         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
3682
3683         * gnus-group.el (gnus-group-completing-read): Add 'substring to
3684         completion-styles for group selection.
3685
3686 2009-02-04  Andreas Schwab  <schwab@suse.de>
3687
3688         * gnus-score.el (gnus-score-string): Fix regex for matching extra
3689         headers and regexp-quote the match if necessary.
3690
3691 2009-03-24  Miles Bader  <miles@gnu.org>
3692
3693         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
3694         the blinking smiley.
3695
3696 2009-03-24  Simon Josefsson  <simon@josefsson.org>
3697
3698         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
3699         blink smiley.
3700
3701 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3702
3703         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
3704         where the dribbel file lives exists.
3705
3706         * message.el (message-send-mail-partially-limit): Change the default to
3707         nil, since most people don't want this.
3708
3709         * mm-url.el (mm-url-decode-entities): Also decode entities like
3710         &#x3212.
3711
3712 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
3713
3714         * gnus-sum.el (gnus-summary-idna-message):
3715         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
3716         Hyperlink urls in docstrings with URL `...'.
3717
3718 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
3719
3720         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
3721         functions.
3722
3723 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3724
3725         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
3726         say what the mouseover text should be.
3727
3728         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
3729         version of the mm-w3m-safe-url-regexp variable to only download images
3730         in the groups where we want that to happen.
3731
3732         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
3733
3734         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
3735         easier debugging.
3736         (gnus-article-beginning-of-window): Add kludge to allow spacing past
3737         big pictures in the article buffer.
3738
3739         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
3740         gnus-article-html.
3741         (mm-text-html-renderer): gnus-article-html needs curl in addition to
3742         w3m.
3743
3744         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
3745
3746 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3747
3748         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
3749         which doesn't exist.
3750
3751         * message.el (message-inhibit-ecomplete): New variable to allow some
3752         function to inhibit ecomplete address storage.
3753         (message-resend): Disable ecomplete message storage when resending
3754         messages.
3755
3756         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
3757
3758 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3759
3760         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
3761         Save excursion while copying, moving, and deleting articles in order to
3762         prevent the cursor from jumping to unforeseen place.
3763
3764 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3765
3766         * lpath.el: No need to bind bookmark-current-buffer,
3767         bookmark-yank-point and bookmark-make-record-function.
3768
3769 2010-08-17  Glenn Morris  <rgm@gnu.org>
3770
3771         * gnus-sync.el: Require gnus components whose functions are used.
3772
3773         * gnus-art.el (bookmark-make-record-function):
3774         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
3775         Declare for compiler.
3776
3777         * mm-url.el (mml-compute-boundary): Autoload.
3778
3779 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3780
3781         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
3782
3783 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
3784
3785         Typo fix "hoo4a" -> "hook".
3786
3787         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
3788
3789 2010-08-14  Glenn Morris  <rgm@gnu.org>
3790
3791         * gnus-sync.el (gnus-sync): Fix defgroup version.
3792
3793 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
3794
3795         Doc fixes and keep unknown groups (ammended for nunion bug fix).
3796
3797         * gnus-sync.el: Fix docs.
3798         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
3799         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
3800
3801 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3802
3803         Optimizations for gnus-sync.el.
3804
3805         * gnus-sync.el: Add docs about gnus-sync-backend
3806         possibilities.
3807         (gnus-sync-save): Remove unnecessary message.
3808         (gnus-sync-read): Optimize and show what groups were skipped.
3809
3810 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3811
3812         Minor bug fixes for gnus-sync.el.
3813
3814         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
3815         read the sync on get-new-news.
3816
3817         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
3818         quiet.
3819
3820         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
3821
3822 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
3823
3824         Make saving and restoring of hidden threads work with overlays.
3825         Patch applied by Ted Zlatanov.
3826
3827         * gnus-sum.el (gnus-hidden-threads-configuration)
3828         (gnus-restore-hidden-threads-configuration): Update to deal with text
3829         properties, rather than searching for a magic character.
3830
3831 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3832
3833         New gnus-sync.el library for synchronization of marks.
3834
3835         * gnus-sync.el: New library for synchronization of marks.
3836
3837         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
3838         renamed from `gnus-registry-grep-in-list'.
3839
3840         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
3841
3842         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
3843
3844 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3845
3846         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
3847         determining charset of text fails.
3848
3849 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3850
3851         * nnmail.el (nnmail-get-new-mail-1): Revert.
3852
3853         * nnml.el (nnml-active-number): Make sure names of newly created groups
3854         in nnml-group-alist are encoded.
3855
3856 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3857
3858         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
3859         containing non-ASCII characters in active file for nnml back end.
3860
3861 2010-07-24  David Engster  <dengste@eml.cc>
3862
3863         * mml-smime.el (mml-smime-epg-verify): Also accept the older
3864         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
3865
3866 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
3867
3868         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
3869         tag (Bug#6654).
3870
3871 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3872
3873         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
3874         the article buffer, not the summary buffer.
3875
3876 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3877
3878         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
3879         Emacs 23 as well.
3880
3881 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3882
3883         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
3884         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
3885
3886 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3887
3888         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
3889         Patch applied by Karl Fogel.
3890
3891         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
3892         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
3893
3894 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3895
3896         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
3897         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
3898         C-w still not working correctly from Article buffers; Thierry's
3899         patch to fix that will be applied after this.
3900
3901         * gnus-art.el (bookmark-make-record-function): New local variable.
3902
3903         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
3904         article buffer.
3905         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
3906
3907 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
3908
3909         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
3910         on changes in bookmark.el.
3911
3912 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3913
3914         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
3915         `no-log' instead of message not to log prompt string.
3916
3917 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
3918
3919         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
3920         the *other* type of HTML form submission.
3921
3922 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
3923
3924         * auth-source.el (auth-source-pick): If choice does not contain a
3925         questioned keyword, set the check to t.
3926
3927 2010-06-12  Romain Francoise  <romain@orebokech.com>
3928
3929         * gnus-util.el (gnus-date-get-time): Move up before first use.
3930
3931 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3932
3933         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
3934         (gnus-article-edit-part): Bind it to make last part that is substituted
3935         or deleted visible.
3936         (gnus-mime-display-single): Buttonize part of which id equals to
3937         gnus-mime-buttonized-part-id.
3938
3939 2010-06-10  Dan Christensen  <jdc@uwo.ca>
3940
3941         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
3942         (gnus-dd-mmm): Use gnus-date-get-time.
3943         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
3944         simplify logic.
3945         (gnus-summary-limit-to-age): Use gnus-date-get-time.
3946         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
3947
3948 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
3949
3950         * auth-source.el (top): Autoload `secrets-list-collections',
3951         `secrets-create-item', `secrets-delete-item'.
3952         (auth-sources): Fix tag string.
3953         (auth-get-source, auth-source-retrieve, auth-source-create)
3954         (auth-source-delete): New defuns.
3955         (auth-source-pick): Rewrite in order to avoid 2 passes.
3956         (auth-source-forget-user-or-password): New parameter USERNAME.
3957         (auth-source-user-or-password): New parameters CREATE-MISSING and
3958         DELETE-EXISTING.  Retrieve password interactively, if needed.
3959
3960 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3961
3962         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
3963         deleting unused directories when gnus-expert-user is t.
3964
3965 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3966
3967         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
3968         for each temp file when gnus-article-browse-delete-temp is ask.
3969
3970 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3971
3972         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
3973         Lisp calls to delete-backward-char by calls to delete-char.
3974
3975 2010-05-20  Kevin Ryde  <user42@zip.com.au>
3976
3977         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
3978
3979 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
3980
3981         * password-cache.el (password-cache-remove): Fix docstring.
3982
3983 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3984
3985         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
3986         article unless decoding article to be saved.
3987
3988 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3989
3990         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
3991         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
3992         generated within the mm-with-unibyte-current-buffer macro.
3993
3994 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3995
3996         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
3997         to nil when we're in a mml-preview buffer and no group is selected.
3998
3999 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
4000
4001         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
4002         when catching the `C-g'.  Reported by "Leo".
4003
4004 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4005
4006         * message.el (message-forward-make-body-plain)
4007         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
4008         multibyte-string-p.
4009
4010         * lpath.el: Revert.
4011
4012 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4013
4014         * message.el (message-forward-make-body-mml): Assume original message
4015         is multibyte string; error on unibyte.
4016         (message-forward-make-body-plain): Ditto; don't add excessive newline
4017         in body end.
4018
4019         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
4020
4021 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
4022
4023         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
4024         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
4025
4026 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4027
4028         * mm-extern.el (mm-extern-url): Don't use
4029         mm-with-unibyte-current-buffer.
4030         (mm-extern-cache-contents): Use with-current-buffer instead of
4031         save-excursion + set-buffer.
4032
4033 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4034
4035         * mm-util.el (mm-emacs-mule): Remove.
4036
4037 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
4038
4039         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
4040         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
4041         change.
4042
4043 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4044
4045         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
4046         bind the default value of enable-multibyte-characters to nil.
4047
4048 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4049
4050         * message.el (message-forward-make-body-plain)
4051         (message-forward-make-body-mml):
4052         Don't use mm-with-unibyte-current-buffer.
4053
4054 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4055
4056         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
4057
4058 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
4059
4060         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
4061         (Bug#5592).
4062
4063 2010-05-07  Julien Danjou  <julien@danjou.info>
4064
4065         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
4066         it to mm-pipe-part.
4067
4068         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
4069         it is given.
4070
4071 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4072
4073         * binhex.el (binhex-decode-region-internal)
4074         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
4075         (dns-query)
4076         * nnweb.el (nnweb-gmane-search)
4077         * pgg-parse.el (pgg-parse-armor)
4078         * pgg.el (pgg-verify-region)
4079         * sha1.el (sha1-string-external)
4080         * uudecode.el (uudecode-decode-region-internal)
4081         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
4082         XEmacs.
4083
4084         * gnus-art.el (gnus-article-browse-html-parts)
4085         * gnus-group.el (gnus-read-ephemeral-gmane-group)
4086         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
4087         make-temp-file.
4088
4089         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
4090         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
4091         compiling.
4092
4093         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
4094         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
4095         XEmacs when compiling.
4096
4097         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
4098         gnus-pick-mode-off-hook for XEmacs when compiling.
4099         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
4100         gnus-binary-mode-off-hook for XEmacs when compiling.
4101
4102         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
4103         nil if char-charset is not available.
4104
4105         * imap.el (imap-disable-multibyte)
4106         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
4107         macros.
4108
4109         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
4110         instead of encode-coding-string.
4111
4112         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
4113         'xemacs) instead of mm-emacs-mule to switch function definitions.
4114         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
4115
4116         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
4117         bind temporary-file-directory for XEmacs;
4118         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
4119         timer-set-function for XEmacs 21.4 and SXEmacs;
4120         bind timer-list for XEmacs 21.4 and SXEmacs;
4121         fbind char-charset and find-charset-region for non-Mule XEmacs;
4122         fbind decode-coding-region, decode-coding-string, detect-coding-region,
4123         encode-coding-region and encode-coding-string for XEmacs having no
4124         file-coding feature.
4125
4126 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
4127
4128         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
4129
4130 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4131
4132         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
4133         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
4134
4135 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
4136
4137         * mm-util.el (mm-decompress-buffer): Use `delete-file';
4138         alias `jka-compr-delete-temp-file' no longer exists.
4139
4140 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4141
4142         Use define-minor-mode in Gnus where applicable.
4143         * mml.el (mml-mode): Use define-minor-mode.
4144         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
4145         (gnus-undo-mode): Use define-minor-mode.
4146         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
4147         (gnus-dead-summary-mode): Use define-minor-mode.
4148         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
4149         Initialize in declaration.
4150         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
4151         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
4152         (gnus-mailing-list-mode): Use define-minor-mode.
4153         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
4154         (gnus-draft-mode): Use define-minor-mode.
4155         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
4156         (gnus-dired-mode): Use define-minor-mode.
4157
4158 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
4159
4160         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
4161         handles on recursive mml-to-mime translation and check them for
4162         boundary delimiter collisions.  Reported by Greg Troxel.
4163
4164 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4165
4166         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
4167
4168 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4169
4170         * mm-util.el (mm-find-buffer-file-coding-system):
4171         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
4172
4173 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
4174
4175         * message.el (message-generate-headers): Record insertion of optional
4176         headers as well.  Otherwise the check to prevent repeated insertion of
4177         optional headers is a no-op.
4178
4179 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
4180
4181         * smime.el: Don't mention CVS.
4182
4183         * nnrss.el (nnrss-fetch): Don't mention CVS.
4184
4185         * nnir.el: Don't mention CVS.
4186
4187 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4188
4189         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
4190
4191 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4192
4193         * lpath.el: Fbind bookmark-default-handler,
4194         bookmark-get-bookmark-record, bookmark-make-record-default,
4195         bookmark-prop-get for Emacs <23 and XEmacs.
4196
4197 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4198
4199         * gnus-sum.el: Add bookmark declarations to silence the compiler.
4200         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
4201         Use with-current-buffer to silence the byte-compiler.
4202         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
4203         bother to require `gnus'.
4204         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
4205
4206 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4207
4208         * gnus-sum.el (gnus-summary-bookmark-make-record)
4209         (gnus-summary-bookmark-jump): New functions.
4210         (gnus-summary-mode): Setup bookmark support.
4211
4212 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
4213
4214         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
4215         if set.
4216
4217 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4218
4219         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
4220         gnus-article-browse-html-save-cid-image; make it work recursively for
4221         forwarded messages as well.
4222         (gnus-article-browse-html-parts): Work when prefix arg is given.
4223         (gnus-article-browse-html-article): Doc fix.
4224
4225 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
4226
4227         * message.el (message-default-mail-headers):
4228         (message-default-headers): Carry the value mail-default-headers over
4229         into message-default-mail-headers, rather than message-default-headers.
4230
4231 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
4232
4233         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
4234         charset.
4235
4236         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
4237         charset into the <meta> tag when the article is encoded to utf-8.
4238
4239 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4240
4241         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
4242         directories as well.
4243         (gnus-article-browse-html-parts): Work for images that do not specify
4244         file names; delete temp directory when quitting; insert header at the
4245         right place; use file: scheme for image files.
4246
4247 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
4248
4249         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
4250         (gnus-article-browse-html-parts): Use it to make temporary cid image
4251         files in addition to html file so that browser may display them.
4252
4253 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4254
4255         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
4256
4257 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4258
4259         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
4260
4261 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
4262
4263         * auth-source.el (auth-sources): Change default to be simpler.  Explain
4264         about Secret Service API sources.  Improve Customize options.
4265         (auth-source-pick): Change to accept any number of search parameters.
4266         Implement fallbacks iteratively, not recursively.  Add scoring on the
4267         second pass and sort by score.  Call Secret Service API when needed.
4268         (auth-source-user-or-password): Use it.  Call Secret Service API
4269         directly when needed to get the user name and the password.
4270
4271 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4272
4273         * message.el (message-interactive): Doc fix.
4274         (message-qmail-inject-args): Reflow.
4275         (message-kill-to-signature): Fix typo in docstring.
4276
4277         * smiley.el (smiley-buffer): Fix typo in docstring.
4278
4279 2010-03-24  Glenn Morris  <rgm@gnu.org>
4280
4281         * mail-source.el (gnus-message): Declare.
4282         (mail-source-delete-old-incoming): Require gnus-util.
4283
4284 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4285
4286         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
4287
4288         * message.el (ecomplete-setup): Autoload it for Emacs <23.
4289
4290         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
4291         password-cache's default if it is not bound.
4292         (mml-secure-passphrase-cache-expiry): Default to 16 that is
4293         password-cache-expiry's default if it is not bound.
4294
4295         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
4296         available in Emacs 21.
4297
4298         * lpath.el: Suppress compiler warnings for:
4299         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
4300         XEmacs;
4301         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
4302         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
4303         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
4304
4305 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
4306
4307         * auth-source.el (auth-sources): Fix up definition so extra parameters
4308         are always inline.
4309
4310 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
4311
4312         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
4313         wasn't updated after mismatch.  Clear cached mailbox info correctly
4314         when uidvalidity changes.
4315         (nnimap-group-prefixed-name): New function to avoid some code
4316         duplication.
4317         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
4318         (nnimap-request-group): Use it.
4319         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
4320         (nnimap-update-unseen): Significantly improved speed of Gnus startup
4321         with many imap folders.  This is done by caching the group status from
4322         the imap server persistently in a group parameter `imap-status'.  (This
4323         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
4324         but not persistently, so every Gnus startup was still very slow.)
4325
4326 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
4327
4328         * assistant.el (assistant-render-text): Run `widget-setup' and don't
4329         delete the extra newline.  Otherwise editing of :string and :number
4330         types don't work.
4331
4332 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4333
4334         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
4335         secrets.el dependency.
4336         (auth-sources): Add optional user name.  Add secrets.el configuration
4337         choice (unused right now).
4338
4339 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4340
4341         * gnus-sum.el (gnus-summary-make-menu-bar): Let
4342         `gnus-registry-install-shortcuts' fill in the functions.
4343
4344         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
4345         warnings.
4346         (gnus-registry-misc-menus): Variable to hold registry mark menus.
4347         (gnus-registry-install-shortcuts): Populate and use it in a
4348         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
4349
4350 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
4351
4352         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
4353         In-place substitutions for the group name encoding/decoding.
4354         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
4355         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
4356         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
4357         (nnimap-update-unseen, nnimap-request-list)
4358         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
4359         (nnimap-request-set-mark, nnimap-split-to-groups)
4360         (nnimap-split-articles, nnimap-request-newgroups)
4361         (nnimap-request-create-group, nnimap-request-accept-article)
4362         (nnimap-request-delete-group, nnimap-request-rename-group)
4363         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
4364         `encoded-mbx' for consistency.
4365         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
4366         variable `imap-current-mailbox'.
4367
4368         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
4369         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
4370
4371 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
4372
4373         * pop3.el (pop3-display-message-size-flag): Display message size byte
4374         counts during POP3 download.
4375         (pop3-movemail): Use it.
4376         (pop3-list): Implement listing of available messages.
4377
4378 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
4379
4380         * nnir.el (nnir-get-article-nov-override-function): New function to
4381         override the normal NOV retrieval.
4382         (nnir-retrieve-headers): Use it.
4383
4384 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
4385
4386         * auth-source.el (netrc-machine-user-or-password): Autoload.
4387
4388 2010-03-19  Glenn Morris  <rgm@gnu.org>
4389
4390         Stop message.el from loading about 40 libraries it doesn't always need.
4391         The general approach is to autoload rather than require, and to
4392         require in the specific functions rather than the file.  (Bug#5642)
4393
4394         * gmm-utils.el: Don't require wid-edit.
4395         (widget-create-child-value, widget-convert, widget-default-get):
4396         Autoload.
4397
4398         * gnus-util.el: Don't require time-date, netrc.
4399         (message-fetch-field, gnus-group-name-decode): Declare rather than
4400         autoloading.
4401         (gnus-fetch-field): Require message.
4402         (gnus-decode-newsgroups): Require gnus-group.
4403
4404         * ietf-drums.el: Don't require time-date.
4405
4406         * message.el: Don't require hashcash, canlock, ecomplete.
4407         Do require mail-utils.  Require nnheader only when compiling.
4408         (smtpmail-default-smtp-server): Remove declaration.
4409         (message-send-mail-function): Check smtpmail-default-smtp-server
4410         is bound rather than requiring smtpmail.
4411         (message-auto-save-directory, message-insert-signature): Use
4412         expand-file-name rather than nnheader-concat.
4413         (nnheader-insert-file-contents): Autoload.
4414         (hashcash-wait-async): Declare.
4415         (message-send-mail): Only call gnus-setup-posting-charset if
4416         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
4417         (message-send-mail-with-sendmail): Require sendmail.
4418         (canlock-password, canlock-password-for-verify): Declare.
4419         (message-canlock-password): Require canlock.
4420         (nnheader-get-report): Autoload.
4421         (gnus-setup-posting-charset): Declare.
4422         (message-send-news): Require gnus-msg.
4423         (message-make-references, message-make-in-reply-to): Use mail-header-id
4424         rather than the alias mail-header-message-id.
4425         (ecomplete-add-item, ecomplete-save): Declare.
4426         (message-put-addresses-in-ecomplete): Require ecomplete.
4427         (ecomplete-display-matches): Autoload.
4428
4429         * mm-decode.el: Don't require mailcap, gnus-util.
4430         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
4431         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
4432         Autoload.
4433         (mailcap-mime-extensions): Declare.
4434
4435         * mm-encode.el: Don't require mailcap.
4436         (mailcap-extension-to-mime): Autoload.
4437
4438         * mml-sec.el: Don't require password-cache.
4439
4440         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
4441         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
4442         (mml-minibuffer-read-type): Require mailcap.
4443         (mml-preview): Require gnus-msg.
4444
4445         * mml1991.el: Require password-cache.
4446         (password-cache-expiry): Remove declaration.
4447
4448         * mml2015.el: Require password-cache.
4449         (password-cache-expiry): Remove declaration.
4450
4451         * nneething.el (mailcap): Require mailcap.
4452
4453         * nnheader.el (declare-function): Add compatibility stub.
4454         (message-remove-header): Declare rather than autoload.
4455         (nnheader-replace-header): Require message.
4456
4457         * nnimap.el (declare-function): Add compatibility stub.
4458         (netrc-parse, netrc-machine-user-or-password): Declare.
4459         (nnimap-open-connection): Require netrc.
4460
4461         * nntp.el (declare-function): Add compatibility stub.
4462         (netrc-parse, netrc-machine, netrc-get): Declare.
4463         (nntp-send-authinfo): Require netrc.
4464
4465         * rfc2047.el: Don't require qp.
4466         (quoted-printable-encode-region, quoted-printable-decode-string):
4467         Autoload.
4468
4469         * sieve-mode.el: Don't require easymenu.
4470         (easy-menu-add-item): Autoload it.
4471
4472         * spam-stat.el (time-to-number-of-days): Autoload it.
4473
4474 2010-03-19  Glenn Morris  <rgm@gnu.org>
4475
4476         * password-cache.el (password-cache, password-cache-expiry): Autoload.
4477
4478 2010-03-18  Glenn Morris  <rgm@gnu.org>
4479
4480         * hashcash.el (declare-function): Remove duplicate definition.
4481
4482 2010-03-17  Kevin Ryde  <user42@zip.com.au>
4483
4484         * mml.el (mml-read-tag): Unquote values with `read' to reverse
4485         prin1 in mml-insert-tag (just stripping the quotes gave wrong
4486         value if any backslash escapes).
4487
4488 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4489
4490         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
4491         if it is available.  (bug#5647)
4492
4493         * lpath.el: Suppress compiler warning for coding-system-from-name for
4494         Emacs 21 and XEmacs.
4495
4496 2010-03-14  Juri Linkov  <juri@jurta.org>
4497
4498         * hmac-def.el:
4499         * hmac-md5.el:
4500         * netrc.el: Fix keywords.
4501
4502 2010-02-26  Glenn Morris  <rgm@gnu.org>
4503
4504         * message.el (message-send-mail-function): Change the default, so that
4505         it inherits from a customized send-mail-function.  (Bug#5643)
4506
4507 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4508
4509         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
4510         shell-command-to-string signals an error (bug#5299).
4511
4512 2010-02-24  Glenn Morris  <rgm@gnu.org>
4513
4514         * message.el (message-smtpmail-send-it)
4515         (message-send-mail-with-mailclient): Doc fixes.
4516
4517 2010-02-16  Glenn Morris  <rgm@gnu.org>
4518
4519         * message.el (message-default-mail-headers): Change the default value
4520         to ease the transition from mail-mode to message-mode.  (Bug#5555)
4521
4522 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4523
4524         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
4525         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
4526
4527 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
4528
4529         * time-date.el (date-to-time): Doc fix (Bug#5408).
4530
4531 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
4532
4533         * message.el (message-mail): Just pass yank-action on to message-setup.
4534         (message-setup): Handle (FUN . ARGS) form of yank-action.
4535         (message-with-reply-buffer, message-widen-reply)
4536         (message-yank-original): Handle non-buffer values of
4537         message-reply-buffer (Bug#4080).
4538         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
4539
4540 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
4541
4542         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
4543         Fix typo in docstring.
4544
4545 2010-01-08  Jason Rumney  <jasonr@gnu.org>
4546
4547         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
4548         response.
4549
4550 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4551
4552         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
4553
4554         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4555
4556         * message.el (message-check-news-header-syntax): Protect against a
4557         string that `rfc822-addresses' returns when parsing fails.
4558
4559 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4560
4561         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
4562         (gnus-previous-char-property-change): New functions.
4563
4564         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
4565
4566 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
4567
4568         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
4569         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
4570
4571 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
4572
4573         * message.el (message-exchange-point-and-mark): Rework last change to
4574         avoid using optional arg of exchange-point-and-mark, for backward
4575         compatibility.
4576
4577 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
4578
4579         * message.el (message-exchange-point-and-mark): Call
4580         exchange-point-and-mark with an argument rather than setting
4581         mark-active by hand (Bug#5175).
4582
4583 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4584
4585         * nntp.el (nntp-service-to-port): Work for service expressed with
4586         numeric string; replace [:digit:] with [0-9] for XEmacs.
4587
4588 2009-12-17  Glenn Morris  <rgm@gnu.org>
4589
4590         * gnus-group.el (gnus-bug-group-download-format-alist):
4591         Change emacs entry to debbugs.gnu.org.  Bump :version.
4592
4593 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
4594
4595         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
4596
4597 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
4598
4599         * message.el (message-info): Explain why we use `Info-goto-node'.
4600
4601 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4602
4603         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
4604
4605 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4606
4607         * message.el (message-completion-in-region): New compatibility function.
4608         (message-expand-group): Use it.
4609
4610 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4611
4612         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
4613         with no unread article should be listed if the 2nd arg `predicate' is
4614         given.
4615
4616 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4617
4618         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
4619
4620 2009-11-29  Juri Linkov  <juri@jurta.org>
4621
4622         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
4623         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
4624         on `gnus-recenter'. (Bug#4698, Bug#4981)
4625
4626 2009-11-26  Kevin Ryde  <user42@zip.com.au>
4627
4628         * sha1.el (sha1-string-external): default-directory "/" in case
4629         otherwise non-existent.  process-connection-type pipe for touch of
4630         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
4631
4632 2009-11-25  Kevin Ryde  <user42@zip.com.au>
4633
4634         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
4635         it's comms related and sgml-mode.el has "comm" on that basis too.
4636
4637 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4638
4639         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
4640         containing tspecial characters if they have been already quoted.
4641
4642 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
4643
4644         * dns-mode.el (auto-mode-alist): Purecopy string.
4645
4646 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4647
4648         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
4649
4650 2009-10-24  Glenn Morris  <rgm@gnu.org>
4651
4652         * gnus-art.el (help-xref-stack-item): Define for compiler.
4653
4654 2009-10-21  Kevin Ryde  <user42@zip.com.au>
4655
4656         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
4657
4658 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4659
4660         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
4661
4662 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4663
4664         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
4665         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
4666
4667 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4668
4669         * gnus.el (gnus-overlay-get): New alias to overlay-get.
4670         (gnus-overlays-in): New alias to overlays-in.
4671
4672         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
4673         gnus-overlay-get, and gnus-delete-overlay.
4674         (gnus-summary-show-thread): Make it work as well for systems in which
4675         next-single-char-property-change is not available.
4676         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
4677
4678         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
4679         (gnus-overlay-get): New alias to extent-property.
4680         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
4681
4682         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
4683         SXEmacs.
4684
4685         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
4686         SXEmacs.
4687
4688 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
4689
4690         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
4691
4692 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
4693
4694         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
4695         and XEmacs that don't have `remove-overlays'.
4696
4697 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4698
4699         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
4700         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
4701         selective display.  Use overlays instead.
4702
4703 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
4704
4705         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
4706
4707 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
4708
4709         * spam-stat.el (spam-stat-load): Fix typo in message.
4710
4711 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
4712
4713         * dig.el (dig-invoke): Fix typo in docstring.
4714         (query-dig): Reflow docstring.
4715
4716 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
4717
4718         * gnus-art.el (gnus-article-encrypt-body):
4719         * message.el (message-check-recipients):
4720         * mm-util.el (mm-codepage-setup):
4721         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
4722         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
4723
4724 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
4725
4726         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
4727         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
4728         keys from the menu if mm-{sign,encrypt}-option is 'guided.
4729         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
4730         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
4731
4732 2009-09-21  Kevin Ryde  <user42@zip.com.au>
4733
4734         * dig.el: Add "Keywords: comm", as per net-utils.el.
4735
4736 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4737
4738         * dig.el (dig-mode): Use define-derived-mode.
4739
4740 2009-09-19  Glenn Morris  <rgm@gnu.org>
4741
4742         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
4743
4744 2009-09-18  Glenn Morris  <rgm@gnu.org>
4745
4746         * gnus-diary.el (gnus-diary-check-message):
4747         * message.el (message-insert-formatted-citation-line):
4748         * nnbabyl.el (top-level):
4749         * nndiary.el (nndiary-schedule):
4750         Fix typos in condition-case handlers.
4751
4752 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4753
4754         * gnus-art.el (gnus-article-edit-part): Work for the buffer
4755         configuration that provides the sole article window in a frame;
4756         position point correctly after deleting a part.
4757
4758 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
4759
4760         * spam.el (spam-unregister-on-reregister): Add boolean variable.
4761         (spam-resolve-registrations-routine): Use it to unregister articles
4762         that change status.
4763
4764 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4765
4766         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
4767         with XEmacs.
4768         (parse-time-string-chars): Use it.
4769
4770 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
4771
4772         * imap.el (imap-interactive-login): Better messages.
4773         (imap-open): Fix bug with renamed buffer on reconnect.
4774         (imap-authenticate): Add buffer-local imap-last-authenticator variable
4775         for easier debugging and cleaner code.  On successful (guessed based on
4776         server capabilities) secondary authentication, set imap-state
4777         correctly.
4778         (imap-last-authenticator): Define imap-last-authenticator as a variable
4779         to avoid warnings.
4780
4781 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4782
4783         * nnrss.el (nnrss-request-article): Remove binding of
4784         default-enable-multibyte-characters that has gotten needless by
4785         the 2007-07-13 change in rfc2047-encode-message-header.
4786
4787         * mml.el (mml-insert-multipart): Error on the message header.
4788         (mml-insert-part): Error on the message header; position point at
4789         the end of a MIME tag.
4790
4791 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4792
4793         * time-date.el (autoload): Expand define-obsolete-function-alias into
4794         defalias and make-obsolete for old Emacsen that Gnus supports.
4795         (with-no-warnings): Define it for old Emacsen.
4796         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
4797         is available.
4798         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
4799         float-time is available; suppress compile warning for time-to-seconds.
4800
4801         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
4802         (gnus-float-time): Alias to float-time if it exists.
4803
4804         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
4805         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
4806         float-time is available; suppress compile warning for time-to-seconds.
4807
4808         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
4809         XEmacs.
4810
4811 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
4812
4813         * imap.el (imap-message-map): Docstring fix.
4814
4815 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4816
4817         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
4818         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
4819         Add the optional argument `encoding' that overrides the default.
4820
4821         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
4822         mm-encode-buffer.
4823
4824 2009-09-04  Glenn Morris  <rgm@gnu.org>
4825
4826         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
4827         mm-disable-multibyte, rather than default-enable-multibyte-characters.
4828         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
4829         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
4830         * mm-util.el (mm-with-unibyte-current-buffer)
4831         (mm-find-buffer-file-coding-system):
4832         * yenc.el (yenc-decode-region): Use default-value rather than
4833         default-enable-multibyte-characters.
4834
4835 2009-09-03  Glenn Morris  <rgm@gnu.org>
4836
4837         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
4838         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
4839         than default-enable-multibyte-characters.
4840
4841 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
4842
4843         * gnus-art.el (gnus-article-read-summary-keys):
4844         Fix gnus-buffer-configuration's value temporarily used.
4845
4846 2009-09-02  Glenn Morris  <rgm@gnu.org>
4847
4848         * gnus-util.el (gnus-float-time): New function.
4849         * gnus-delay.el (gnus-delay-article):
4850         * gnus-sum.el (gnus-thread-latest-date):
4851         * gnus-util.el (gnus-user-date): Use gnus-float-time.
4852         * nnspool.el (nnspool-request-newgroups):
4853         Use gnus-float-time rather than time-to-seconds.
4854         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
4855
4856         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
4857         (gnus-header-subject-face, gnus-header-newsgroups-face)
4858         (gnus-header-name-face, gnus-header-content-face):
4859         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
4860         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
4861         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
4862         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
4863         (gnus-cite-face-11):
4864         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
4865         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4866         (gnus-server-closed-face, gnus-server-denied-face)
4867         (gnus-server-offline-face):
4868         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
4869         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
4870         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
4871         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
4872         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
4873         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
4874         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
4875         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
4876         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
4877         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
4878         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
4879         (gnus-summary-selected-face, gnus-summary-cancelled-face)
4880         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
4881         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
4882         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
4883         (gnus-summary-high-undownloaded-face)
4884         (gnus-summary-low-undownloaded-face)
4885         (gnus-summary-normal-undownloaded-face)
4886         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
4887         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
4888         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
4889         (gnus-splash-face):
4890         * message.el (message-header-to-face, message-header-cc-face)
4891         (message-header-subject-face, message-header-newsgroups-face)
4892         (message-header-other-face, message-header-name-face)
4893         (message-header-xheader-face, message-separator-face)
4894         (message-cited-text-face, message-mml-face):
4895         * sieve-mode.el (sieve-control-commands-face)
4896         (sieve-action-commands-face, sieve-test-commands-face)
4897         (sieve-tagged-arguments-face):
4898         * spam.el (spam-face):
4899         Mark face aliases with "-face" in the name as obsolete.
4900
4901 2009-09-01  Glenn Morris  <rgm@gnu.org>
4902
4903         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
4904         than goto-line.
4905
4906 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4907
4908         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4909         Don't move point if the command is invoked inside the message header.
4910
4911 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4912
4913         * imap.el (imap-send-command): Simplify.
4914         (imap-wait-for-tag): point-max -> buffer-size.
4915
4916 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4917
4918         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
4919         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
4920         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
4921         * nnir.el (nnir-swish-e-index-file):
4922         * gnus-sum.el (gnus-summary-delete-marked-as-read)
4923         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
4924         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4925         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
4926         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
4927         (gnus-treat-display-xface): Add Emacs version of obsolescence.
4928
4929 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4930
4931         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4932         Don't save excursion.
4933
4934 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4935
4936         * nnheader.el (nnheader-find-file-noselect):
4937         * mm-util.el (mm-insert-file-contents):
4938         Use (default-value 'major-mode) instead of default-major-mode.
4939
4940 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4941
4942         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
4943
4944 2009-08-26  Glenn Morris  <rgm@gnu.org>
4945
4946         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
4947         than placing in files.el.
4948
4949 2009-08-25  Glenn Morris  <rgm@gnu.org>
4950
4951         * nnir.el (top-level): Don't require cl at run-time.
4952         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
4953         Replace cl-function substitute with gnus-replace-in-string.
4954         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
4955         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
4956         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
4957         simplified expansions.
4958
4959 2009-08-25  Kevin Ryde  <user42@zip.com.au>
4960
4961         * dig.el (dig): Add autoload cookie.
4962
4963 2009-08-22  Glenn Morris  <rgm@gnu.org>
4964
4965         * gnus-art.el (gnus-button-patch): Use forward-line rather than
4966         goto-line.
4967
4968 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
4969
4970         * parse-time.el (parse-time-string-chars): Save match data.
4971
4972 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
4973
4974         * parse-time.el (parse-time-string-chars): Compute using character
4975         classes, to handle non-ascii characters (Bug#3190).
4976
4977 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4978
4979         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
4980
4981         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
4982         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
4983         (gnus-mm-display-part, gnus-mime-display-single)
4984         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
4985         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
4986
4987         * gnus-sum.el
4988         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
4989         (gnus-summary-move-article): Add expirable mark to articles copied or
4990         moved to group that has auto-expire turned on if the option is non-nil.
4991
4992 2009-07-24  Glenn Morris  <rgm@gnu.org>
4993
4994         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
4995         Fix typo.  (Bug#3903)
4996
4997 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4998
4999         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
5000         gnus-article-read-summary-keys rather than gnus-summary-edit-article
5001         that should not be used for draft articles.
5002         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
5003         that has no concern in minor mode keys.
5004         (gnus-article-summary-command, gnus-article-summary-command-nosave):
5005         Abolish.
5006
5007 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5008
5009         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
5010         article without making inquiry to a user for unknown encoding.
5011
5012         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
5013         (nnmaildir--scan): Assume i-node and device number that file-attributes
5014         returns might be cons-cell.
5015
5016         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
5017
5018         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
5019
5020 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
5021
5022         * auth-source.el: Remove docs now in auth.texi.  Don't use
5023         `gnus-message' for logging.  Add new variables `auth-source-debug' and
5024         `auth-source-hide-passwords' and use them.
5025
5026 2009-07-15  Glenn Morris  <rgm@gnu.org>
5027
5028         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
5029
5030 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5031
5032         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
5033         excessive whitespace from the default values of title and description.
5034
5035 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5036
5037         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
5038         mail-fetch-field to fetch Content-Description header in order to
5039         exclude newlines.
5040
5041 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
5042
5043         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
5044         format used by GnuPG 2.0.11.
5045
5046 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5047
5048         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
5049         to deleted part.
5050
5051 2009-05-30  David Engster  <dengste@eml.cc>
5052
5053         * nnmairix.el: Remove old documentation in the commentary block.
5054         (nnmairix-request-group): Do not update active file for nnml back ends.
5055         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
5056         end so that overview files are ignored.
5057         (nnmairix-update-groups): Make updating the groups more robust by using
5058         marks.
5059         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
5060         with dollar characters in message-id.
5061
5062 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
5063
5064         * spam.el: Use dns-query instead of query-dns.  Was renamed on
5065         2008-12-25 in dns.el.
5066
5067 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5068
5069         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
5070         could happen if the text is only composed of spaces and/or tabs.
5071
5072 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
5073
5074         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
5075         when sending a queued message to avoid extra mml tags.
5076
5077 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5078
5079         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
5080
5081 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5082
5083         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
5084         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
5085         rmail-toggle-header for XEmacs;
5086         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
5087
5088 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5089
5090         * gnus-dired.el: Remove autoload for gnus-setup-message.
5091         (gnus-dired-attach): Fake this-command value to prevent Gnus from
5092         displaying Gnus logo; always use compose-mail.
5093
5094 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5095
5096         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
5097
5098 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5099
5100         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
5101         (gnus-nocem-issuers): List currently active issuers; fix custom type.
5102         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
5103         available.
5104         (gnus-nocem-epg-verify): New function.
5105
5106 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
5107
5108         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
5109
5110 2009-02-15  Glenn Morris  <rgm@gnu.org>
5111
5112         * gnus-util.el (rmail-insert-rmail-file-header)
5113         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
5114         autoloads.
5115         (rmail-default-rmail-file): Remove unnecessary declaration.
5116         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
5117
5118 2009-02-14  Glenn Morris  <rgm@gnu.org>
5119
5120         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
5121         variable (only used in gnus-util, which declares it anyway).
5122         (rmail-output-to-rmail-file): Remove autoload of deleted function,
5123         which was only needed by gnus-art (changed to not use it any more).
5124         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
5125         only used in gnus-util, which autoloads it itself.
5126         (rmail-update-summary): Fix autoload.
5127
5128         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
5129         rather than rmail-output-to-rmail-file.
5130
5131 2009-02-07  Glenn Morris  <rgm@gnu.org>
5132
5133         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
5134         autoload of function that no longer exists.
5135         (rmail-toggle-header): Declare.
5136         (message-forward-rmail-make-body): Handle mbox Rmail.
5137
5138 2009-01-31  Glenn Morris  <rgm@gnu.org>
5139
5140         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
5141         2009-01-09 change.
5142
5143 2009-01-31  Dave Love  <fx@gnu.org>
5144
5145         * imap.el (imap-fetch-safe): Bind debug-on-error.
5146         (imap-debug): Add imap-fetch-safe.
5147
5148 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
5149
5150         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
5151         (auth-source-forget-all-cached): New convenience function.
5152         (auth-source-user-or-password): Accept list of modes or a single mode.
5153
5154         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
5155         auth-source modes.
5156
5157         * netrc.el (netrc-machine-user-or-password): Use list of
5158         auth-source modes.
5159
5160         * nnimap.el (nnimap-open-connection): Use list of
5161         auth-source modes.
5162
5163         * nntp.el (nntp-send-authinfo): Use list of
5164         auth-source modes.
5165
5166 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5167
5168         * auth-source.el: Update docs to reflect epa-file-enable is to be used
5169         now.
5170
5171 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5172
5173         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
5174         coding system in XEmacs; add a workaround for XEmacs.
5175
5176         * lpath.el: Fbind coding-system-aliasee.
5177
5178 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5179
5180         * mm-util.el (mm-coding-system-priorities): Protect against nil value
5181         of current-language-environment.
5182
5183 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5184
5185         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
5186         available at runtime.
5187
5188 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5189
5190         * gnus-art.el (article-date-ut): Fix end point of narrowing.
5191
5192 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
5193
5194         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
5195         the greatest positive fixnum value doesn't work under an XEmacs with
5196         bignum support; use the most-positive-fixnum constant instead,
5197         available since Emacs 21.1 with cl and XEmacs 21.1.
5198
5199 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5200
5201         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
5202         XEmacs gets not to work.
5203
5204 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5205
5206         * mm-util.el (mm-coding-system-priorities): Allow the value like
5207         "Japanese (UTF-8)" of current-language-environment.
5208
5209 2009-01-09  Glenn Morris  <rgm@gnu.org>
5210
5211         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
5212         with last-command-event.
5213
5214 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
5215
5216         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
5217         in the doc string.
5218
5219         * message.el (message-fix-before-sending): Amend comment.
5220
5221 2009-01-08  Dave Love  <fx@gnu.org>
5222
5223         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
5224
5225 2009-01-07  David Engster  <dengste@eml.cc>
5226
5227         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
5228         simplified server definitions by converting it via
5229         gnus-server-to-method.
5230
5231 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5232
5233         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
5234         parameter's operands.
5235
5236 2009-01-06  David Engster  <dengste@eml.cc>
5237
5238         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
5239         primary select method (for gnus-group-mark-article-as-read).
5240
5241 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
5242
5243         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
5244         `(gnus)Face', not `(gnus)X-Face'.
5245
5246 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5247
5248         * mm-util.el (mm-ucs-to-char): New function.
5249
5250         * mm-url.el (mm-url-decode-entities): Use it.
5251
5252         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
5253         unicode-to-char.
5254
5255 2009-01-05  Dave Love  <fx@gnu.org>
5256
5257         * time-date.el: Require cl for `declare'.
5258
5259 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5260
5261         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
5262         Dave Love.
5263
5264 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5265
5266         * message.el (message-fix-before-sending): Add `eight-bit' to
5267         illegible-text check.
5268
5269 2009-01-03  Michael Olson  <mwolson@gnu.org>
5270
5271         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
5272         `headers' is nil.  This can occur if the IMAP server does not have
5273         permissions to read messages from a folder, but can write new messages
5274         to the folder.
5275         (nnimap-request-article-part): Do not insert `data' if it is nil.
5276
5277         * imap.el (imap-parse-fetch): Courier can insert spurious blank
5278         characters which will confuse `read', so skip past them.
5279
5280 2009-01-01  Dave Love  <fx@gnu.org>
5281
5282         * imap.el (imap-string-to-integer): Fix typo.
5283         (imap-fetch-safe): New function.
5284         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
5285
5286         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
5287
5288         * imap.el (imap-process-connection-type, imap-debug, imap-open):
5289         (imap-parse-greeting): Fix doc strings.
5290         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
5291         (imap-parse-flag-list): Make messages unique.
5292         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
5293
5294         * nnimap.el: Fix author email.
5295         (nnimap-split-rule): Add FIXME comment.
5296         (nnimap-debug): Fix doc string.
5297
5298 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5299
5300         * dns.el (dns-set-servers): Check "Address".  Fix typo.
5301
5302 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
5303
5304         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
5305         nslookup if resolv.conf isn't available.
5306         (dns-query): Rename from query-dns.
5307         (dns-query-cached): Rename from query-dns-cached.
5308
5309 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5310
5311         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
5312         overlay-arrow-position and overlay-arrow-string buffer-local; no need
5313         to check if those variables exist (first appeared in Emacs 18.50).
5314
5315 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5316
5317         * mm-util.el (mm-line-number-at-pos): New function.
5318
5319         * spam-report.el (spam-report-process-queue): Use it.
5320
5321 2008-12-24  David Engster  <dengste@eml.cc>
5322
5323         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
5324         parameters that haven't existed as variables as buffer-local variables.
5325
5326 2008-12-23  Dave Love  <fx@gnu.org>
5327
5328         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
5329         cadar.
5330
5331         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
5332         imap-starttls-p.
5333         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
5334
5335 2008-12-22  Dave Love  <fx@gnu.org>
5336
5337         * imap.el: Fix author email.  Doc fixes.
5338         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
5339         reply.
5340
5341 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
5342
5343         * spam-report.el (spam-report-gmane-max-requests): New constant.
5344         (spam-report-gmane-wait): New variable.
5345         (spam-report-gmane-ham, spam-report-gmane-spam)
5346         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
5347         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
5348         the server.
5349
5350         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
5351         Add explanations.
5352
5353         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
5354         nnheader-accept-process-output and nnheader-read-timeout if available.
5355         (pop3-movemail): Use it.
5356
5357         * message.el (message-check-news-body-syntax): Fix signature check if
5358         there's an attachment.
5359
5360 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5361
5362         * mm-util.el: Add comments to the mm- emulating functions.
5363
5364 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
5365
5366         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
5367         by Stephen Berman <stephen.berman@gmx.net>.
5368
5369 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5370
5371         * mm-util.el (mm-substring-no-properties): New function.
5372         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
5373         (mm-special-display-p): Enable those lambda forms to be byte compiled.
5374         (mm-string-to-multibyte): Doc fix.
5375
5376         * mml.el (mml-attach-file): Use mm-substring-no-properties.
5377
5378 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5379
5380         * mml.el (mml-attach-file): Strip text properties from file name.
5381         (Bug#1574)
5382
5383 2008-12-16  Glenn Morris  <rgm@gnu.org>
5384
5385         * mm-util.el (mm-charset-override-alist): Declare for compiler.
5386
5387 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5388
5389         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
5390         knows since the charset specified might be a bogus alias that
5391         mm-charset-synonym-alist provides.
5392
5393 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5394
5395         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
5396         "ISO_8859-1".
5397
5398         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
5399
5400 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5401
5402         * mm-util.el (mm-charset-eval-alist):
5403         Define it before mm-charset-to-coding-system.
5404         (mm-charset-to-coding-system): Add optional argument `silent';
5405         define it before mm-charset-override-alist.
5406         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
5407         default value if it can be used in Emacs currently running;
5408         silence mm-charset-to-coding-system.
5409
5410 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5411
5412         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
5413         `allow-override' which says whether to use `mm-charset-override-alist'.
5414         (rfc2047-decode-encoded-words): Use it.
5415
5416         * mm-util.el (mm-charset-override-alist): Fix custom type;
5417         add `(gb2312 . gbk)' to choices.
5418
5419 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5420
5421         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
5422         fast.
5423
5424         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5425
5426         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
5427
5428 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
5429
5430         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
5431         on links.
5432
5433         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5434
5435 2008-12-03  Lute Kamstra  <lute@gnu.org>
5436
5437         * sha1.el: Remove leading * from docstrings of defcustoms,
5438         deffaces, defconsts and defuns.
5439
5440 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5441
5442         * message.el (message-idna-to-ascii-rhs-1): Protect against local
5443         users' addresses that don't have domain parts.
5444         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
5445         rather than message-narrow-to-head since there will be the message
5446         header separator.
5447
5448 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5449
5450         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
5451         since the result is inserted in a unibyte buffer anyway.
5452         (nnimap-demule-use-string-to-multibyte): Remove.
5453         (nnimap-demule): Alias it to mm-string-to-multibyte.
5454
5455 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
5456
5457         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
5458         variable for debugging bug#464 and bug#1174.
5459         (nnimap-demule): Use it.
5460
5461 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5462
5463         * gnus-score.el (gnus-score-find-trace): Handle default score in total
5464         score calculation correctly.
5465
5466 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5467
5468         * message.el (message-send-mail): Just set the buffer to unibyte
5469         rather than use mm-with-unibyte-current-buffer which does a lot more.
5470         (message-send-mail-partially): Don't bother with
5471         mm-with-unibyte-current-buffer since it's already been made unibyte by
5472         message-send-mail.
5473
5474 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
5475
5476         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
5477
5478 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
5479
5480         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
5481
5482 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5483
5484         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
5485         require itself and to remove `with-no-warnings'.
5486
5487 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5488
5489         * starttls.el (starttls-any-program-available): Get the name of the
5490         available TLS layer program.
5491         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
5492         well as the host name in the "opening" message.
5493
5494         * auth-source.el (auth-source-cache, auth-source-do-cache)
5495         (auth-source-user-or-password): Cache passwords and logins by default,
5496         allow override with `auth-source-do-cache'.
5497         (auth-source-forget-user-or-password): Allow users to remove cache
5498         entries if needed.
5499
5500 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
5501
5502         * md4.el (md4-buffer): Fix typo in docstring.
5503         (md4, md4-64): Doc fixes.
5504         (md4-pack-int32): Reflow docstring.
5505
5506 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5507
5508         * ietf-drums.el (ietf-drums-remove-comments): Localize second
5509         condition-case to only the forward-sexp call.
5510
5511 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5512
5513         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
5514         quotes contained.  Make it more robust regardless by an extra
5515         condition-case wrapper.
5516
5517 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5518
5519         * lpath.el: No need to fbind codepage-setup for Emacs 23.
5520
5521 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5522
5523         * nnml.el (nnml-request-expire-articles): Check if the function set to
5524         `nnmail-expiry-target' returns the symbol `delete'.
5525
5526         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
5527
5528         * nnmail.el (nnmail-expiry-target): Fix custom type.
5529
5530 2008-10-02  Glenn Morris  <rgm@gnu.org>
5531
5532         * mm-util.el (mm-codepage-setup): Tweak codepage error.
5533         Silence compiler warning.
5534
5535 2008-10-01  Magnus Henoch  <mange@freemail.hu>
5536
5537         * tls.el (open-tls-stream): Show the actual command being
5538         executed, instead of the format string.
5539
5540 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5541
5542         * lpath.el: Fbind codepage-setup for Emacs 23.
5543
5544 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
5545
5546         * mml.el (mml-menu): Don't assume mml2015 is bound.
5547
5548 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5549
5550         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
5551         exists.
5552
5553 2008-09-27  Glenn Morris  <rgm@gnu.org>
5554
5555         * gnus-util.el (mail-header-remove-comments): Autoload it.
5556
5557 2008-09-27  Andreas Schwab  <schwab@suse.de>
5558
5559         * gnus-util.el (gnus-split-references): Strip comments.
5560         (gnus-parent-id): Likewise.
5561
5562 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
5563
5564         * message.el (message-confirm-send): Fix version.
5565
5566 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5567
5568         * message.el (message-idna-to-ascii-rhs-1): Use
5569         mail-extract-address-components rather than mail-header-parse-addresses
5570         that is an alias by default to ietf-drums-parse-addresses that does not
5571         support non-ASCII names in headers' contents.
5572
5573 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5574
5575         * message.el (message-confirm-send): Fixed variable documentation to
5576         avoid the "y/n" wording.
5577
5578 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
5579
5580         * message.el (message-set-auto-save-file-name): Save to a different
5581         filename so multiple messages (especially drafts) can be recovered.
5582
5583 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
5584
5585         * message.el (message-confirm-send): Add appropriate version.
5586
5587 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5588
5589         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
5590         defvar.
5591
5592 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
5593
5594         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
5595         (mm-pkcs7-enveloped-magic): Ditto.
5596
5597 2008-09-17  Simon Josefsson  <simon@josefsson.org>
5598
5599         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
5600         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
5601
5602 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
5603
5604         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
5605         default, it's better.
5606
5607 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
5608
5609         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
5610         summary line gnus-number property and ignore them (with a warning
5611         message).
5612
5613 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5614
5615         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
5616         macro caddr in the interactive form since it won't be expanded.
5617
5618 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5619
5620         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
5621         `charset'; fix name of function called recursively.
5622         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
5623
5624 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5625
5626         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
5627         (gnus-mime-set-charset-parameters): New function.
5628         (gnus-mime-view-part-as-charset): Use it to correctly display part
5629         specifying wrong charset.
5630
5631 2008-09-08  David Engster  <dengste@eml.cc>
5632
5633         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
5634         in completing-read for back end server.
5635
5636 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
5637
5638         * message.el (message-confirm-send): New variable to confirm sending a
5639         message.
5640         (message-send): Use it.
5641
5642 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
5643
5644         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
5645
5646 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5647
5648         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
5649
5650 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
5651
5652         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
5653         prevent tracking too many groups.
5654         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
5655         Use it.
5656
5657 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
5658
5659         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
5660         moving point to the bottom of the window in order to avoid recentering.
5661
5662 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5663
5664         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
5665
5666         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
5667         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
5668         (gnus-article-beginning-of-window): Fix calculation.
5669
5670 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5671
5672         * gnus-msg.el (gnus-summary-supersede-article)
5673         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
5674         value of gnus-newsgroup-charset to decode non-MIME encoded text in
5675         message header.
5676
5677 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
5678
5679         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
5680         pending output coming after the status change.
5681
5682 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
5683
5684         * message.el:
5685         * gnus-start.el:
5686         * gnus-registry.el: Remove VMS support.
5687
5688 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5689
5690         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
5691         macro.
5692         (rfc2104-hash): Use it.
5693
5694 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
5695
5696         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
5697         (gnus-summary-sort-by-most-recent-date): New commands.
5698         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
5699         and menu entries.
5700
5701 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5702
5703         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
5704         don't redisplay article for raw contents; remove plural articles stuff.
5705
5706         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
5707         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
5708         on gnus-summary-save-article; display results properly.
5709
5710 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5711
5712         * lpath.el: No need to fbind ns-focus-frame.
5713
5714 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5715
5716         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
5717
5718 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5719
5720         * gnus-art.el (gnus-summary-save-in-pipe): Consider
5721         gnus-save-all-headers.
5722
5723 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
5724
5725         * gnus-util.el (ns-focus-frame): Remove declaration.
5726         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
5727         like x.
5728
5729 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
5730
5731         * rfc2104.el (rfc2104-zero): Delete defconst.
5732         (rfc2104-hex-alist): Likewise.
5733         (rfc2104-hex-to-int): Delete func.
5734         (rfc2104-hexstring-to-bitstring): Likewise.
5735         (rfc2104-nybbles): New defconst.
5736         (rfc2104-hash): Rewrite for speed.
5737
5738 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5739
5740         * tls.el (open-tls-stream): Make it work with the 2nd argument
5741         BUFFER that is a string but does not exist as a buffer object, as
5742         mentioned in the doc-string.
5743
5744 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5745
5746         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
5747         SXEmacs.
5748
5749 2008-07-16  Glenn Morris  <rgm@gnu.org>
5750
5751         * gnus-util.el (ns-focus-frame): Declare for compiler.
5752
5753 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5754
5755         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
5756         set as a group parameter.
5757         (gnus-summary-save-in-pipe): Work when it is called independently.
5758         (gnus-summary-pipe-to-muttprint): Don't modify
5759         gnus-summary-pipe-output-default-command.
5760
5761 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5762
5763         * message.el (message-send-mail-with-sendmail):
5764         Display the error message.
5765
5766 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5767
5768         * gnus-art.el (gnus-default-article-saver):
5769         Add gnus-summary-save-in-pipe to choices.
5770         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
5771         gnus-summary-pipe-output-default-command as the default command.
5772         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
5773         instead of gnus-last-shell-command.
5774
5775         * gnus-sum.el (gnus-summary-pipe-output-default-command):
5776         New user option.
5777         (gnus-summary-muttprint-program): Mention the value will be changed.
5778         (gnus-summary-save-article): Force showing of all headers.
5779         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
5780
5781 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
5782
5783         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
5784
5785 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
5786
5787         * nnimap.el (nnimap-id):
5788         * sieve-manage.el (sieve-manage-open): Doc fixes.
5789
5790 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
5791
5792         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
5793         if available.
5794
5795 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5796
5797         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
5798
5799         * nnkiboze.el (nnkiboze-generate-group):
5800         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
5801
5802         * nnmairix.el: Require CL.
5803
5804 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5805
5806         * dgnushack.el: Autoload get-display-table and put-display-table for
5807         XEmacs 21.5.
5808
5809         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
5810         21.4 and SXEmacs.
5811
5812 2008-06-15  David Engster  <dengste@eml.cc>
5813
5814         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
5815
5816 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
5817
5818         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
5819         New macros that expand to an `aset'/`aref' call under Emacs, and to a
5820         runtime choice under XEmacs.
5821
5822         * gnus-sum.el (gnus-summary-set-display-table):
5823         Use `gnus-put-display-table', `gnus-get-display-table',
5824         `gnus-set-display-table' for the display table, instead of `aset'.
5825
5826         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
5827         Use `gnus-put-display-table', `gnus-get-display-table',
5828         `gnus-set-display-table' for the display table.
5829
5830 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5831
5832         * nnmairix.el: Add autoloads.
5833
5834 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5835
5836         * nnmairix.el (nnmairix-delete-recreate-group)
5837         (nnmairix-update-and-clear-marks): Fix error messages.
5838
5839 2008-06-14  David Engster  <dengste@eml.cc>
5840
5841         * nnmairix.el: Upgrade to version 0.6.
5842         (nnmairix-group-toggle-propmarks-this-group)
5843         (nnmairix-group-toggle-readmarks-this-group)
5844         (nnmairix-group-delete-recreate-this-group)
5845         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
5846         (nnmairix-remove-tick-mark-original-article): New commands.
5847         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
5848         (nnmairix-propagate-marks-to-nnmairix-groups)
5849         (nnmairix-only-use-registry, nnmairix-allowfast-default)
5850         (nnmairix-marks-cache, nnmairix-version-output): New variables.
5851         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
5852         functions needed for marks propagation and manipulation of read marks.
5853         (nnmairix-update-groups): New function.
5854         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
5855         (nnmairix-determine-original-group-from-registry)
5856         (nnmairix-determine-original-group-from-path)
5857         (nnmairix-get-group-from-file-path, nnmairix-map-range)
5858         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
5859         New helper functions.
5860         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
5861         keystrokes for new commands.
5862         (nnmairix-delete-and-create-on-change): Doc string cleanup.
5863         (nnmairix-request-group): Check allow-fast group parameter.
5864         (nnmairix-request-create-group): Set allow-fast group parameter if
5865         nnmairix-allowfast-default is set.
5866         (nnmairix-close-group): Propagate marks upon closing if needed.
5867         (nnmairix-group-toggle-threads-this-group): Use new.
5868         nnmairix-group-toggle-parameter helper function.
5869         (nnmairix-search): Better check for empty search result.
5870         (nnmairix-goto-original-article): Use new helper functions for
5871         determining original article.
5872         (nnmairix-show-original-article): Make sure message-id is in brackets.
5873         (nnmairix-call-mairix-binary): Change variable name.
5874         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
5875         helper function.
5876         (nnmairix-widget-toggle-activate): Fix doc string.
5877
5878 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5879
5880         * nnir.el: Require edmacro when compiling with XEmacs.
5881         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
5882         available in Emacs 21.
5883
5884 2008-06-11  Glenn Morris  <rgm@gnu.org>
5885
5886         * gnus-util.el (x-focus-frame):
5887         * gnus.el (image-size):
5888         * mm-decode.el (image-size): Declare.
5889
5890         * gnus-picon.el (declare-function): Add compat definition.
5891         (image-size): Declare.
5892
5893         * gnus-group.el (tool-bar-map):
5894         * gnus-sum.el (tool-bar-map): Define for compiler.
5895
5896         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
5897
5898         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
5899
5900         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
5901         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
5902         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
5903         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
5904         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
5905         * sieve-manage.el, spam-report.el, spam.el:
5906         Remove unnecessary eval-and-compile of autoloads.
5907
5908 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
5909
5910         * auth-source.el: Precise Tramp doc.
5911
5912 2008-06-07  Glenn Morris  <rgm@gnu.org>
5913
5914         * nnmairix.el: Remove unnecessary eval-when-compile.
5915
5916 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5917
5918         * lpath.el: Fbind propertize for XEmacs 21.4.
5919
5920 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
5921
5922         * nnir.el: Move here from ../contrib.
5923
5924 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5925
5926         * gnus-util.el (gnus-read-shell-command): New function.
5927         * mm-decode.el (mm-pipe-part):
5928         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
5929
5930 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5931
5932         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
5933
5934 2008-06-03  Glenn Morris  <rgm@gnu.org>
5935
5936         * pop3.el (nnheader-accept-process-output): Autoload it.
5937
5938 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5939
5940         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
5941         are not 2-digit hexadecimal characters that follow `%'s.
5942
5943 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
5944
5945         * message.el (message-bogus-recipient-p): Fix type in doc string.
5946         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
5947         (message-bogus-addresses): Rename from message-bogus-address-regexp.
5948         Improve custom options.
5949         (message-bogus-recipient-p): Adjust accordingly.
5950
5951 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
5952
5953         * parse-time.el (parse-time-months, parse-time-weekdays): Add
5954         long-form month and day names.
5955
5956 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5957
5958         * dgnushack.el: Autoload debug, eudc-expand-inline and
5959         pgg-snarf-keys-region for XEmacs.
5960
5961         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
5962
5963         * nnmairix.el: Require edmacro when compiling with XEmacs.
5964
5965 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
5966
5967         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
5968         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
5969
5970 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5971
5972         * auth-source.el: Add more docs.
5973
5974         * netrc.el (netrc-machine): Always match if the port is not given.
5975
5976 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5977
5978         * nnheader.el (nnheader-read-timeout): Change the default timeout from
5979         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
5980         retrieval faster in some cases, but might make CPU usage larger.  If
5981         this has any bad side effects, we might revert this change.
5982
5983         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
5984         seems to make mail retrieval much, much faster.
5985         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
5986         unconditionally.
5987
5988         * gnus-draft.el (gnus-group-send-queue): Bind
5989         message-send-mail-partially-limit to nil to avoid being prompted.
5990
5991 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
5992
5993         * mml.el (mml-attach-buffer): Prompt for `disposition'.
5994
5995         * message.el (message-bogus-address-regexp): Fix and improve custom
5996         type.
5997         (message-setup-hook): Add message-check-recipients as custom option.
5998
5999 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
6000
6001         * message.el (message-cite-function): Remove bogus autoload which crept
6002         in during merge from v5-10.
6003
6004 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
6005
6006         * nnimap.el (nnimap-open-connection): Fix login/password bug.
6007
6008         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
6009
6010         * auth-source.el: Preliminary Tramp docs.
6011         (auth-sources): Change the default auth-sources to use
6012         EPA .gpg files.
6013
6014 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6015
6016         * nntp.el: Autoload `auth-source-user-or-password'.
6017         (nntp-send-authinfo): Use it.
6018
6019         * nnimap.el: Autoload `auth-source-user-or-password'.
6020         (nnimap-open-connection): Use it.
6021
6022         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
6023         for the gnus-message function.
6024         (auth-source-user-or-password): Use it.
6025
6026 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6027
6028         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
6029         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
6030         (rfc2104-hash): Use it.
6031
6032 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
6033
6034         * gnus-art.el (gnus-article-toggle-truncate-lines):
6035         Don't use `iff' in docstring.
6036
6037 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
6038
6039         * gnus-registry.el: Adjusted copyright dates and added a keyword.
6040
6041         * gnus-util.el (gnus-extract-address-component-name)
6042         (gnus-extract-address-component-email): Convenience functions around
6043         `gnus-extract-address-components'.
6044
6045         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6046         Use `gnus-extract-address-component-email' to fix bug of comparing full
6047         sender name to `user-mail-address'.
6048
6049 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6050
6051         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
6052         catch/throw to optimize.
6053         (gnus-registry-find-keywords): Just use member to find a keyword.
6054
6055 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6056
6057         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
6058         is current before calling gnus-server-prepare.
6059         (gnus-server-setup-buffer, gnus-server-update-server)
6060         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
6061
6062 2008-05-04  Juri Linkov  <juri@jurta.org>
6063
6064         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
6065         (mailcap-file-default-commands): Use mailcap-replace-in-string
6066         instead of replace-regexp-in-string, and mailcap-delete-duplicates
6067         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
6068
6069 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
6070
6071         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
6072
6073 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6074
6075         * gnus.el: Bump version to 0.11.
6076
6077 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6078
6079         * gnus.el: No Gnus v0.10 is released.
6080
6081 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6082
6083         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
6084         hooks.
6085         (gnus-update-read-articles): Speed up non-marks-using users.
6086         (gnus-use-marks): Define gnus-use-marks.
6087         (gnus-propagate-marks): Rename variable to something more sensible.
6088
6089 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
6090
6091         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
6092         (gmm-image-load-path-for-library): Fix typos in docstrings.
6093         (gmm-message): Reflow docstring.
6094
6095 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
6096
6097         * mail-source.el (mail-source-set-1, mail-source-bind):
6098         Move auth-source code out of the macro to clean it up and fix bugs.
6099
6100 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
6101
6102         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
6103         by sender if it's equal to user-mail-address, it's likely to be
6104         useless.
6105
6106         * mail-source.el (mail-source-bind): Don't use user or password if they
6107         are not bound.  Unintern them if they are nil.  Don't use server unless
6108         it's bound, and default it to empty string otherwise.
6109
6110 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6111
6112         * mail-source.el: Load auth-source.el.
6113         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
6114         get user name or password, if auth-sources is set up.
6115
6116         * gnus-registry.el (gnus-registry-split-strategy): New variable for
6117         strategy of splitting with parent.
6118         (gnus-registry-split-fancy-with-parent)
6119         (gnus-registry-post-process-groups): Use it and fix prior
6120         bug (returning a list as the split result).
6121
6122         * auth-source.el (auth-sources): Remove server parameter.
6123         (auth-source-pick, auth-source-user-or-password)
6124         (auth-source-user-or-password-imap)
6125         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6126         (auth-source-user-or-password-sftp)
6127         (auth-source-user-or-password-smtp): Remove server parameter.
6128
6129 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
6130
6131         * smime.el (smime-sign-region, smime-encrypt-region)
6132         (smime-decrypt-region):
6133         Remove redundant calls to `generate-new-buffer-name'.
6134
6135 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
6136
6137         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
6138         Don't use QP for message/rfc822.
6139         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
6140
6141 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6142
6143         * sieve-manage.el (sieve-string-bytes): Remove.
6144         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
6145         correct byte-length only if the process's coding-system is the same as
6146         the one used internally by Emacs to represent strings.
6147
6148 2008-04-22  Juri Linkov  <juri@jurta.org>
6149
6150         * mailcap.el (mailcap-file-default-commands): New function.
6151
6152 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6153
6154         * message.el (message-signature-separator, message-cite-function):
6155         Change custom version.
6156
6157 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
6158
6159         * tls.el (tls-program): Add -ign_eof argument to call the openssl
6160         commands.
6161         (tls-checktrust): Ditto.
6162
6163 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6164
6165         * mm-decode.el (mm-display-external): Make temp file read-only.
6166
6167 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6168
6169         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
6170         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
6171         `C-c C-f d'.
6172
6173 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
6174
6175         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
6176
6177 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6178
6179         * gnus.el: Bump version to 0.9.
6180
6181 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
6182
6183         * gnus.el: No Gnus v0.8 is released.
6184
6185 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6186
6187         * mail-source.el (mail-source-value):
6188         Prefer fboundp to functionp so it works with macros as well.
6189
6190 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6191
6192         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6193         Fix last change in case the element is not even a symbol.
6194
6195 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6196
6197         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6198         Prefer fboundp to functionp so it works with macros as well.
6199
6200 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
6201
6202         * auth-source.el: Added docs.
6203         (auth-sources): Modify format to support server.
6204         (auth-source-pick, auth-source-user-or-password)
6205         (auth-source-user-or-password-imap)
6206         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6207         (auth-source-user-or-password-sftp)
6208         (auth-source-user-or-password-smtp): Add server parameter.
6209
6210 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
6211
6212         * gnus-registry.el: Initialize the registry when gnus-registry-install
6213         is t.
6214
6215 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6216
6217         * compface.el (uncompface): Make buffer unibyte.
6218
6219 2008-04-05  Glenn Morris  <rgm@gnu.org>
6220
6221         * gnus-ems.el (mm-disable-multibyte): Autoload it.
6222
6223 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6224
6225         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
6226         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
6227
6228         * nnheader.el (nnheader-init-server-buffer): Change buffer's
6229         multibyteness after rather than before erasing it.
6230
6231         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
6232         mm-with-multibyte.
6233         (gnus-request-article-this-buffer): Make sure the proper decoding is
6234         used if gnus-original-article-buffer happens to be unibyte.
6235
6236         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
6237         default-enable-multibyte-characters.
6238
6239         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
6240         default-enable-multibyte-characters.
6241
6242         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
6243
6244         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
6245
6246 2008-04-02  Simon Josefsson  <simon@josefsson.org>
6247
6248         * imap.el (imap-enable-exchange-bug-workaround): New variable.
6249         (imap-message-copyuid-1): Use it.
6250         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
6251         J. Williams in
6252         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
6253
6254         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
6255         imap-enable-exchange-bug-workaround.
6256         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
6257
6258 2008-04-01  Simon Josefsson  <simon@josefsson.org>
6259
6260         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
6261         a 100 byte status-checks into a 2-3MB transfer for each group.
6262         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
6263         to enable bug workaround or not.
6264         (nnimap-find-minmax-uid): Only enable workaround conditionally.
6265
6266 2008-03-31  Glenn Morris  <rgm@gnu.org>
6267
6268         * message.el (mml2015-use): Declare for compiler.
6269         (message-info): Require mml2015 when appropriate.
6270
6271 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6272
6273         * Makefile.in (EMACS_COMP): Quote directory name that might contain
6274         whitespace.
6275
6276 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6277
6278         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
6279         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
6280         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
6281         (nntp-service-to-port): New function.
6282         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
6283         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
6284         (nntp-open-netcat-stream): New function.
6285         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
6286
6287 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
6288
6289         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
6290
6291 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6292
6293         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
6294
6295 2008-03-28  Magnus Henoch  <mange@freemail.hu>
6296
6297         * dns.el (dns-write): Use set-buffer-multibyte.
6298
6299 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
6300
6301         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
6302
6303 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6304
6305         * message.el (message-signature-separator): Change default.
6306         Improve custom type.
6307         (message-cite-function): Change default to
6308         message-cite-original-without-signature.
6309
6310         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
6311         toggle.
6312
6313         * message.el (message-check-news-body-syntax): Fix signature check.
6314         (message-setup-1): Mark buffer as unmodified _after_ running
6315         message-setup-hook and handling message-alternative-emails.
6316         (message-shorten-references): Be more strict when building list of
6317         valid references to comply with GNKSA.
6318
6319         * gnus-group.el (gnus-read-ephemeral-bug-group)
6320         (gnus-read-ephemeral-debian-bug-group)
6321         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
6322
6323         * message.el (message-info): Don't use booleanp which isn't supported
6324         in Emacs 21 and XEmacs.
6325
6326 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
6327
6328         * gnus-group.el (gnus-gmane-group-download-format): Rename from
6329         gnus-group-gmane-group-download-format.
6330         (gnus-group-read-ephemeral-gmane-group): Rename from
6331         gnus-group-read-ephemeral-gmane-group.
6332         (gnus-read-ephemeral-gmane-group-url): Rename from
6333         gnus-group-read-ephemeral-gmane-group-url.
6334         (gnus-bug-group-download-format-alist): New variable.
6335         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
6336         (gnus-read-ephemeral-emacs-bug-group): New commands.
6337
6338 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6339
6340         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
6341         (gnus-visible-headers): Improve custom type.
6342
6343 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6344
6345         * mml.el (mml-menu): Add workarounds for XEmacs.
6346
6347         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
6348         X-Boundary header.
6349
6350         * message.el (message-simplify-recipients): Fix previous commit.
6351
6352 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6353
6354         * mm-util.el (mm-set-buffer-multibyte): New function.
6355         * mm-decode.el (mm-copy-to-buffer): Use it.
6356
6357 2008-03-19  Glenn Morris  <rgm@gnu.org>
6358
6359         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
6360         Accidentally removed in the sync process with Emacs.
6361
6362 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
6363
6364         * message.el (message-alter-recipients-discard-bogus-full-name):
6365         New function.
6366         (message-alter-recipients-function): New variable.
6367         (message-get-reply-headers): Use it.
6368         (message-replace-header): New helper function.
6369         (message-recipients-without-full-name): New variable.
6370         (message-simplify-recipients): New command.
6371
6372         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
6373
6374         * message.el (message-info): Handle EasyPG manual.
6375
6376         * mml.el (mml-menu): Add entry for EasyPG.
6377
6378 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
6379
6380         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
6381         parameter.
6382
6383         * message.el (message-disassociate-draft): Specify drafts group name
6384         fully.
6385
6386 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
6387
6388         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
6389         unnecessary duplicates from the match list.
6390
6391 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6392
6393         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
6394
6395         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
6396
6397         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
6398         args of `how-many' of which the XEmacs version doesn't take; declare
6399         Info-index-next as function.
6400
6401 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6402
6403         * gnus-score.el (gnus-score-headers): Fix handling of
6404         gnus-inhibit-slow-scoring.
6405
6406         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
6407         string.
6408         (gnus-button-url-regexp): Improve handling of parenthesis.
6409         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
6410         (gnus-button-handle-info-keystrokes): Handle index entries.
6411
6412 2008-03-15  Glenn Morris  <rgm@gnu.org>
6413
6414         * parse-time.el (parse-time-string): Simplify.
6415
6416 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6417
6418         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
6419         Incoming* files.
6420
6421 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6422
6423         * auth-source.el (auth-sources): Renamed from auth-source-choices.
6424         (auth-source-pick): Use it.
6425
6426 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6427
6428         * binhex.el (binhex-decode-region-internal):
6429         * uudecode.el (uudecode-decode-region-internal):
6430         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
6431         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
6432         setting default-enable-multibyte-characters.
6433
6434 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6435
6436         * auth-source.el (auth-source-protocols)
6437         (auth-source-protocols-customize, auth-source-choices): Added and
6438         modified variable customizations and defaults.
6439         (auth-source-pick, auth-source-user-or-password)
6440         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6441         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6442         (auth-source-user-or-password-sftp)
6443         (auth-source-user-or-password-smtp): Use new variables and provide an
6444         interface to netrc.el.
6445
6446 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6447
6448         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
6449         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
6450         Make sure the nntp port to specify is a string.
6451
6452 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6453
6454         * nntp.el: Use with-current-buffer.
6455         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
6456         dubious mm-with-unibyte-current-buffer.
6457         (nntp-with-open-group-function): New function extracted from
6458         nntp-with-open-group macro.
6459         (nntp-with-open-group): Use the function, so it's easier to debug.
6460         Add indentation and debugging info.
6461         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
6462         the use of the netcat alternatives.
6463
6464         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
6465         Avoid mm-string-as-multibyte as well.
6466
6467         * nnweb.el (nnweb-insert-html):
6468         Remove use of nnheader-string-as-multibyte.
6469
6470         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
6471         (nnheader-string-as-multibyte): Remove.
6472
6473         * mm-view.el: Use inhibit-read-only.
6474         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
6475         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
6476         or unibyte-string.
6477
6478         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
6479         (mm-uu-yenc-extract): Use with-current-buffer.
6480
6481         * gnus-soup.el (gnus-soup-send-packet): Don't use
6482         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
6483
6484         * nnmh.el: Use with-current-buffer.
6485         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
6486         mm-string-as-multibyte on the output of mm-encode-coding-string.
6487
6488         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
6489         (nnimap-request-move-article): Use with-current-buffer.
6490
6491         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
6492         inserting the handle-buffer's text, so the implicit multibyte->unibyte
6493         conversion uses string-make-unibyte rather than string-as-unibyte.
6494
6495         * gnus-msg.el: Use with-current-buffer.
6496
6497         * message.el (message-ignored-resent-headers): Add "Delivered-To".
6498
6499 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
6500
6501         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
6502         string for caching if it is 'PIN.
6503
6504 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6505
6506         * lpath.el: Consider the case without Emacs/W3.
6507
6508 2008-03-08  Glenn Morris  <rgm@gnu.org>
6509
6510         * time-date.el (date-to-time, time-subtract, time-add)
6511         (safe-date-to-time): Doc fixes.
6512
6513 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
6514
6515         * mail-source.el (mail-source-delete-old-incoming-confirm):
6516         Change default to nil.
6517         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
6518
6519 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6520
6521         * lpath.el: Rearrange.
6522
6523         * gnus-art.el (gnus-narrow-to-page): Position point properly.
6524         (gnus-article-goto-prev-page): Work for articles having ^L's.
6525
6526         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
6527
6528         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
6529
6530 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
6531
6532         * gnus-bookmark.el: Adjust for renames in bookmark.el.
6533         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
6534         (gnus-bookmark-jump): Adjust some variable names.
6535
6536 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
6537
6538         * auth-source.el: New package.
6539         (auth-source-choices): Add customization entry point variable.
6540
6541         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
6542         bug.
6543
6544 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
6545
6546         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
6547         (gnus-registry-initialize, gnus-registry-install-p): Use it.
6548         (gnus-registry-install-shortcuts): Rename from
6549         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
6550         the `gnus-registry-mark-map' keymap dynamically from
6551         `gnus-registry-marks'.  The generated functions update the summary line
6552         when a registry mark is added or deleted, and will call
6553         `gnus-registry-install-p' (see the comments in the code).
6554         (gnus-registry-user-format-function-M): Use concat intelligently.
6555
6556         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
6557         the registry mark functions.
6558
6559 2008-03-05  Glenn Morris  <rgm@gnu.org>
6560
6561         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
6562         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
6563         gnus-art.
6564         (top-level): No need to load own source when compiling.
6565
6566 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6567
6568         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
6569         Suggested by <chris.anderton@zetnet.co.uk>.
6570
6571 2008-03-04  Glenn Morris  <rgm@gnu.org>
6572
6573         * gnus-sum.el (top-level): No need to require gnus when compiling,
6574         since unconditionally required near start of file.
6575         (gnus-summary-display-while-building): Move definition before use.
6576
6577 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
6578
6579         * gnus-registry.el (gnus-registry-user-format-function-M): Add
6580         formatting function.
6581
6582 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6583
6584         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
6585         with plists.
6586         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
6587         Use new format.
6588
6589 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6590
6591         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
6592         `where-is-internal' that returns a range of key sequences.
6593
6594 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6595
6596         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
6597
6598         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
6599         (gnus-summary-jump-to-group): Consider windows on other displayed
6600         frames as well.  Similar changes might be needed elsewhere, but that's
6601         the one I've bumped into during my use.
6602
6603         * nndoc.el (nndoc-oe-dbx-type-p):
6604         * gnus-msg.el (gnus-debug):
6605         * gnus-group.el (gnus-update-group-mark-positions):
6606         Use mm-string-to-multibyte.
6607
6608 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6609
6610         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
6611         doesn't handle NotDashEscaped.
6612
6613         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
6614         (mml-dnd-attach-options): Fix typo in custom choice.
6615
6616         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
6617         nndoc-article-type to mbox.
6618         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
6619
6620         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
6621         to nil, instead of html2text.
6622
6623         * imap.el (imap-debug): Add `imap-ping-server'.
6624
6625         * gnus-bookmark.el: Add FIXMEs.
6626
6627         * message.el (message-form-letter-separator)
6628         (message-send-form-letter-delay): New variables.
6629         (message-send-form-letter): Use them.  New command to send form
6630         letters.  Requested by Uwe Siart.
6631         (message-send-mail-function): Doc fix.  Add "Other" custom option.
6632
6633 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6634
6635         * Update copyright years.
6636
6637 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6638
6639         Sync from EMACS_22_BASE.
6640
6641         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
6642
6643 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
6644
6645         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
6646         empty author.
6647
6648 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
6649
6650         * gnus-registry.el (gnus-registry-marks): Add variable for
6651         customization of marks and their appearance.
6652         (gnus-registry-read-mark): Use it.
6653         (gnus-registry-do-marks): Add utility function to loop through
6654         `gnus-registry-marks'.
6655         (gnus-registry-install-shortcuts-and-menus): Add function to install
6656         shortcuts and menus.
6657         (gnus-registry-initialize): Use it.
6658         (gnus-registry-default-mark): Clarify documentation.
6659
6660 2008-02-29  Glenn Morris  <rgm@gnu.org>
6661
6662         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
6663         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
6664         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
6665         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
6666         Change defcustom :version from 23.0 to 23.1.
6667
6668 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
6669
6670         * gnus-registry.el (gnus-registry-follow-group-p)
6671         (gnus-registry-post-process-groups): Add functions to aid registry
6672         splitting and improve logging.  Clarify behavior in function
6673         documentation.
6674         (gnus-registry-split-fancy-with-parent): Use them.
6675
6676 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6677
6678         * gnus-art.el: Use with-current-buffer.
6679
6680 2008-02-27  David Engster  <dengste@eml.cc>
6681
6682         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
6683         Express real group name in the response.
6684
6685 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6686
6687         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
6688         (nnmairix-last-server, nnmairix-current-server): Defvar them.
6689         (nnmairix-goto-original-article): Defvar gnus-registry-install and
6690         autoload gnus-registry-fetch-group when compiling.
6691         (nnmairix-request-group-with-article-number-correction): Remove
6692         unreferenced argument passed to nnmairix-call-backend.
6693
6694 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
6695
6696         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
6697         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
6698         Wilde.
6699
6700 2008-02-27  Glenn Morris  <rgm@gnu.org>
6701
6702         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
6703         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
6704         variables to defconsts.  Convert comments to doc-strings.
6705         (nnmairix-last-server, nnmairix-current-server): Convert from free
6706         variables to defvars.  Convert comments to doc-strings.
6707         (gnus-registry-fetch-group): Autoload.
6708         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
6709         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
6710         (nnmairix-widget-build-editable-fields): Use car cddr rather than
6711         caddr.
6712         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
6713         nnmairix-request-group-with-article-number-correction call.
6714         (nnmairix-fast, nnmairix-group): New, less general names, for free
6715         variables passed from nnmairix-request-group to
6716         nnmairix-request-group-with-article-number-correction.  Declare.
6717         (nnmairix-request-group-with-article-number-correction):
6718         Use nnmairix-fast, nnmairix-group rather than fast, group.
6719
6720 2008-02-26  David Engster  <dengste@eml.cc>
6721
6722         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
6723         version 0.5.
6724
6725 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
6726
6727         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
6728         instead of making an extra function call.  Don't add the current group
6729         to articles only when they have the group.  Use
6730         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
6731         Reported by David <de_bb@arcor.de>.
6732
6733 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6734
6735         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
6736         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
6737
6738 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
6739
6740         * mail-source.el (mail-source-delete-incoming): Change default.
6741         Supplement doc string.
6742
6743         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
6744
6745 2008-02-14  Glenn Morris  <rgm@gnu.org>
6746
6747         * time-date.el (format-seconds): New function.
6748
6749 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6750
6751         * nnmail.el (nnmail-message-id-cache-file): Derive from
6752         `gnus-home-directory'.
6753
6754 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
6755
6756         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
6757         Document negative prefix.
6758
6759         * gnus-group.el (gnus-group-read-group): Document negative prefix.
6760
6761 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6762
6763         * message.el (message-unsent-separator): Add the Exim bounce
6764         separator.
6765
6766 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
6767
6768         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
6769         list.
6770         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
6771         recipient/signer list.
6772
6773 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6774
6775         * Makefile.in (datarootdir): Define.
6776         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
6777         name that might contain whitespace.
6778
6779 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
6780
6781         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
6782         fbound (Emacs 23 unicode), signal an error.
6783
6784 2008-02-08  Glenn Morris  <rgm@gnu.org>
6785
6786         * gnus-art.el (pgg-display-output-buffer): Declare as function.
6787
6788 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
6789
6790         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
6791         ports to the calls to `netrc-machine-user-or-password' in addition to
6792         "imap" and "imaps".
6793
6794 2008-02-01  Zhang Wei  <id.brep@gmail.com>
6795
6796         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
6797
6798         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
6799
6800 2008-02-01  Kenichi Handa  <handa@m17n.org>
6801
6802         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
6803         rfc2104-hexstring-to-bitstring and changed to return a byte list.
6804         (rfc2104-hash): Convert the result of concat to unibyte string.
6805
6806 2008-02-01  Dave Love  <fx@gnu.org>
6807
6808         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
6809         coding-system-for-read.
6810         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
6811
6812 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
6813
6814         * gnus.el (gnus-group-startup-message): Add `find-image' call before
6815         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
6816         <hanche@math.ntnu.no>.
6817
6818 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6819
6820         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
6821
6822         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6823
6824 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
6825
6826         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
6827         * message.el (message-beginning-of-line): Use featurep instead of bound
6828         tests in order to resolve conditionals at compile time.
6829
6830 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
6831
6832         * mail-source.el (mail-sources): Add `group' choice.
6833
6834         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
6835         parameter `in-group' to control into which group the articles go.
6836         Add treatment of `group' mail-source.
6837
6838 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6839
6840         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
6841
6842         * mm-decode.el (mm-dissect-buffer): Decode description.
6843
6844         * mml.el (mml-to-mime): Encode message header first.
6845
6846 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6847
6848         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
6849         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
6850
6851         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
6852         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
6853
6854 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
6855
6856         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
6857
6858 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6859
6860         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
6861         prefix keys.
6862         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
6863         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
6864         gnus-xmas.el.
6865
6866         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
6867         (gnus-xmas-article-describe-bindings): New function.
6868         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
6869         gnus-xmas-article-describe-bindings.
6870
6871         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
6872
6873 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6874
6875         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
6876         Add new variables for article mark management.
6877         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
6878         list of extra data entries which, when present, will indicate that the
6879         article ID should not be trimmed from the registry.
6880         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
6881         functions.
6882         (gnus-registry-read-mark): New function to read a mark name from the
6883         user.
6884         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
6885         (gnus-registry-set-article-mark-internal): New functions to add and
6886         remove marks.
6887         (gnus-registry-get-article-marks): New function to show the marks for
6888         an article, or retrieve them for further use.
6889
6890 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6891
6892         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
6893         keys when no argument is given.
6894
6895 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6896
6897         * imap.el (imap-ping-server): New variable.
6898         (imap-opened): On add extra ping if imap-ping-server is non-nil.
6899         (imap-ping-server): Minor doc string fixes.
6900
6901 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6902
6903         * imap.el (imap-ping-server): New function.
6904         (imap-opened): Call imap-ping-server.
6905
6906 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
6907
6908         * gnus-sum.el (gnus-article-sort-by-random)
6909         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
6910         jidanni@jidanni.org.
6911
6912 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6913
6914         * gnus-art.el (gnus-article-describe-bindings): New function.
6915         (gnus-article-read-summary-keys): Use it.
6916         (gnus-article-mode-map): Bind `C-h b' to it.
6917
6918 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6919
6920         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
6921         XEmacs.
6922         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
6923         against non-character events.
6924
6925         * lpath.el: Fbind map-keymap for Emacs 21.
6926
6927 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
6928
6929         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
6930         command.
6931         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
6932         instead of END.  Change name of the temp file.
6933         (gnus-group-gmane-group-download-format): Add doc string.  Make it
6934         customizable.
6935
6936 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6937
6938         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
6939         bind `S W' to gnus-article-wide-reply-with-original; set default
6940         binding to gnus-article-read-summary-send-keys.
6941         (gnus-article-read-summary-keys): Fix the order of keys; display
6942         continuation keys correctly in the echo area; describe bindings
6943         correctly when keys end with `C-h'.
6944         (gnus-article-read-summary-send-keys): New function.
6945         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
6946         for gnus-article-read-summary-send-keys; display continuation keys
6947         correctly in the echo area.
6948         (gnus-article-reply-with-original): Ignore prefix argument.
6949         (gnus-article-wide-reply-with-original): New function.
6950
6951         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
6952         Emacs 21.
6953
6954 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6955
6956         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
6957         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
6958
6959 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
6960
6961         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
6962         (gnus-group-read-ephemeral-gmane-group): New command.
6963
6964 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
6965
6966         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
6967
6968 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6969
6970         * message.el (message-send-mail-function): Increase custom version.
6971
6972         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
6973         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
6974
6975 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
6976
6977         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
6978         for the cases where imap-authenticate is called with a nil buffer
6979         parameter.
6980
6981 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6982
6983         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
6984         html parts correctly; support forwarded messages.
6985         (gnus-article-browse-html-article): Remove work buffers.
6986
6987         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
6988         compiling.
6989         (netrc-bound-and-true-p): New macro.
6990         (netrc-parse): Use it instead of bound-and-true-p that is not available
6991         in XEmacs 21.4.
6992
6993 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
6994
6995         * gnus-registry.el (gnus-registry-mark-article)
6996         (gnus-registry-article-marks): Add functionality to mark articles
6997         through the Gnus registry.
6998
6999         * encrypt.el: Clarify documentation for the new pgg method.
7000         (encrypt-file-alist): Add PGG option.
7001         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
7002         functionality.  Abstract password key and messaging to external
7003         functions.
7004         (encrypt-password-key, encrypt-get-passphrase-if-needed)
7005         (encrypt-message-method-and-cipher): Add new convenience external
7006         functions.
7007         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
7008         (encrypt-pgg-process-buffer): Add PGG functionality glue.
7009
7010         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
7011         (netrc-parse): Use encrypt-file-alist to determine if
7012         encrypt-find-model or encrypt-insert-file-contents should be used.
7013
7014         * encrypt.el: Clarify documentation.  Load password-cache or
7015         password, whichever one is found first, instead of autoloading.
7016
7017 2007-12-19  Glenn Morris  <rgm@gnu.org>
7018
7019         * mml.el (message-options-set, message-narrow-to-head)
7020         (message-in-body-p, message-mail-p, message-encode-message-body):
7021         Autoload.
7022         (message-remove-header, message-narrow-to-headers-or-head)
7023         (message-subscribed-p, message-make-mail-followup-to)
7024         (message-position-on-field, message-news-p)
7025         (message-options-set-recipient, message-generate-headers)
7026         (message-sort-headers): Declare as functions.
7027
7028 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7029
7030         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
7031         convention in doc string.
7032
7033 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7034
7035         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
7036         title to html parts.
7037         (gnus-article-browse-html-article): Pass message header to it.
7038
7039         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
7040
7041 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
7042
7043         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
7044         or password compatible with XEmacs.
7045
7046 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7047
7048         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
7049         format document.
7050         (gnus-mime-delete-part): Don't write description line if empty.
7051         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
7052
7053 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
7054
7055         * gnus-sum.el (gnus-summary-mark-unread-as-read)
7056         (gnus-summary-mark-read-and-unread-as-read)
7057         (gnus-summary-mark-current-read-and-unread-as-read)
7058         (gnus-summary-mark-unread-as-ticked): Doc fix.
7059         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
7060
7061 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7062
7063         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
7064         Christoph Conrad <christoph.conrad@gmx.de>.
7065
7066 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7067
7068         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
7069         yes-or-no-p.
7070
7071 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7072
7073         * mm-decode.el (mm-add-meta-html-tag): New function.
7074         (mm-save-part-to-file, mm-pipe-part): Use it.
7075
7076         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
7077         gnus-y-or-n-p instead of y-or-n-p.
7078         (gnus-article-browse-html-parts): Work with message/external-body; use
7079         mm-add-meta-html-tag.
7080
7081 2007-12-11  Glenn Morris  <rgm@gnu.org>
7082
7083         * gnus-cache.el: Require gnus-sum not just when compiling.
7084
7085         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
7086
7087         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
7088         definitions before use.
7089
7090         * mm-decode.el: Require gnus-util.
7091         (mm-remove-part): Only call delete-annotation on XEmacs.
7092
7093         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
7094
7095         * nnmail.el: Require gnus-int.
7096
7097         * spam.el: Move `require's before `eval-when-compile's.
7098
7099         * gnus-ems.el (gnus-alive-p):
7100         * gnus-fun.el (message-goto-eoh):
7101         * gnus-util.el (gnus-group-name-decode):
7102         * mail-source.el (gnus-compress-sequence):
7103         * message.el (Info-goto-node, format-spec):
7104         * mm-bodies.el (message-options-get):
7105         * mm-decode.el (mm-view-pkcs7):
7106         * mm-util.el (gmm-write-region):
7107         * mml-smime.el (mml-compute-boundary)
7108         (gnus-completing-read-with-default):
7109         * mml.el (widget-button-press, gnus-make-hashtable):
7110         * mml1991.el (mm-decode-content-transfer-encoding)
7111         (mm-encode-content-transfer-encoding)
7112         (message-options-get, message-options-set):
7113         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
7114         * nnfolder.el (gnus-request-group):
7115         * nnheader.el (ietf-drums-unfold-fws):
7116         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
7117         * smime.el (gnus-run-mode-hooks):
7118         * spam-stat.el (gnus-message): Autoload.
7119
7120         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
7121         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
7122         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
7123         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
7124         Add declare-function compatibility definition.
7125
7126         * gnus-cache.el (nnvirtual-find-group-art):
7127         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
7128         (gnus-add-image, gnus-add-wash-type):
7129         * gnus-group.el (nnkiboze-score-file):
7130         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
7131         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
7132         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
7133         (message-tokenize-header, gnus-get-buffer-create)
7134         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
7135         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
7136         * gnus.el (gnus-group-decoded-name):
7137         * mail-source.el (imap-capability):
7138         * mm-bodies.el (message-options-set):
7139         * mm-decode.el (gnus-configure-windows):
7140         * mm-extern.el (message-goto-body):
7141         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
7142         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
7143         (epg-sub-key-validity, message-options-set):
7144         * mml.el (widget-event-point, gnus-configure-windows):
7145         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
7146         * mml2015.el (epg-check-configuration, epg-configuration)
7147         (message-options-set):
7148         * nndb.el (nndb-request-article):
7149         * nnfolder.el (gnus-request-create-group):
7150         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
7151         * nnmaildir.el (gnus-group-mark-article-read):
7152         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
7153         * rfc1843.el (message-fetch-field):
7154         * spam.el (gnus-extract-address-components):
7155         Declare as functions.
7156
7157 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7158
7159         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
7160
7161         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
7162
7163         * lpath.el: Fbind run-mode-hooks for Emacs 21;
7164         bind show-trailing-whitespace for XEmacs.
7165
7166 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7167
7168         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
7169         new no-op macro for backward compatibility.
7170
7171         * imap.el (imap-string-to-integer): New function.
7172
7173 2007-12-09  Glenn Morris  <rgm@gnu.org>
7174
7175         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
7176
7177         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
7178         * message.el, mm-view.el, sieve-manage.el, smime.el:
7179         Add declare-function compatibility definition.
7180
7181         * gnus-art.el (w3-region, w3m-region, Info-menu):
7182         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
7183         * gnus-sum.el (gnus-get-predicate):
7184         * gnus-util.el (mm-append-to-file, w32-focus-frame):
7185         * message.el (mail-abbrev-in-expansion-header-p):
7186         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
7187         (w3m-detect-meta-charset, w3m-region):
7188         * sieve-manage.el (password-read, password-cache-add)
7189         (password-cache-remove):
7190         * smime.el (password-read-and-add): Declare as functions.
7191
7192 2007-12-08  David Kastrup  <dak@gnu.org>
7193
7194         * gnus-sum.el (gnus-summary-simplify-subject-query):
7195         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
7196         `message'.
7197
7198 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7199
7200         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
7201         it to bind idna-program, installation-directory, defined-colors, and
7202         face-attribute for XEmacs of the version that compiles defcustom forms.
7203
7204 2007-12-07  Glenn Morris  <rgm@gnu.org>
7205
7206         * gnus-art.el (article-make-date-line): Revert previous change.
7207
7208 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7209
7210         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
7211
7212 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
7213
7214         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
7215         Call gnus-add-to-range ranges only once with a prepared article-list.
7216
7217 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
7218
7219         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
7220         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
7221         group names with backslashes.  Reported by Tassilo Horn
7222         <tassilo@member.fsf.org>.
7223
7224 2007-12-06  Deepak Goel  <deego3@gmail.com>
7225
7226         * gnus-art.el (article-make-date-line):
7227         * gnus-start.el (gnus-load):
7228         * pop3.el (pop3-read-response): Fix buggy call to `error'.
7229
7230 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7231
7232         * gnus-art.el (gnus-use-idna)
7233         * gnus-start.el (gnus-site-init-file)
7234         * message.el (message-use-idna)
7235         * mm-uu.el (mm-uu-hide-markers)
7236         * smiley.el (smiley-style): Revert changes that suppress warnings.
7237
7238 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7239
7240         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
7241         specify charset to html source.  Reported by Christoph Conrad
7242         <christoph.conrad@gmx.de>.
7243
7244 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7245
7246         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
7247         idna-program in order to suppress byte compile warning issued by XEmacs
7248         that came to byte compile the default value section of defcustom forms
7249         recently.
7250
7251         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
7252         value of installation-directory.
7253
7254         * message.el (message-use-idna): Don't directly refer to the value of
7255         idna-program.
7256
7257         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
7258
7259         * smiley.el (smiley-style): Don't directly call face-attribute.
7260
7261 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
7262
7263         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
7264
7265         * gnus-dired.el: Reduce Gnus dependencies.
7266         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
7267         require.  Use autoloads instead.
7268         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
7269         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
7270         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
7271         (gnus-dired-mode): Adjust doc string.
7272         (gnus-dired-mail-mode): New variable.
7273         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
7274         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
7275         (gnus-dired-mail-buffers): New function.  Return mail or message
7276         composition buffers.
7277         (gnus-dired-attach): Use it.
7278         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
7279         NO-DECODE.
7280         (gnus-dired-print): Use `gnus-print-buffer' depending on
7281         `gnus-dired-mail-mode'.
7282
7283 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7284
7285         * rfc2047.el (rfc2047-encoded-word-regexp)
7286         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
7287         explaining what regexp patterns are for.
7288
7289 2007-12-04  Glenn Morris  <rgm@gnu.org>
7290
7291         * password.el: Move to password-cache.el.
7292
7293         * mml1991.el (password-read, password-cache-add, password-cache-remove):
7294         * mml2015.el (password-read, password-cache-add, password-cache-remove):
7295         * mml-smime.el (password-read, password-cache-add)
7296         (password-cache-remove):
7297         No need to autoload, since mml-sec requires password.
7298
7299         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
7300         * message.el (gnus-extract-address-components):
7301         * mml-smime.el (gnus-extract-address-components): Define for compiler.
7302
7303         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
7304         password.
7305
7306 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7307
7308         * mailcap.el: Reduce dependencies.
7309         (mail-header-parse-content-type): Autoload.
7310         (mailcap-delete-duplicates): New alias.
7311         (mailcap-mime-info): Add optional argument NO-DECODE.
7312         (mailcap-mime-types): Use mailcap-delete-duplicates.
7313
7314         * message.el (message-ignored-supersedes-headers): Add "X-ID".
7315
7316 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
7317
7318         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
7319         (imap-parse-status): Upcase status-att for servers that sends them
7320         lower-case (e.g., MS Exchange 2007).
7321
7322 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7323
7324         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
7325         function.
7326
7327         * gnus-uu.el (gnus-uu-decode-yenc): New command.
7328         (gnus-uu-yenc-article): New function.
7329
7330         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
7331
7332         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
7333         buffer.
7334
7335 2007-12-02  Glenn Morris  <rgm@gnu.org>
7336
7337         * binhex.el (binhex): New custom group.
7338         (binhex-decoder-program, binhex-decoder-switches)
7339         (binhex-use-external): Move to the binhex custom group.
7340
7341         * uudecode.el (uudecode): New custom group.
7342         (uudecode-decoder-program, uudecode-decoder-switches)
7343         (uudecode-use-external): Move to the uudecode custom group.
7344
7345         * netrc.el (top-level): Don't load `encrypt' features.
7346         (netrc-parse): Don't use encrypt.
7347         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
7348
7349         * encrypt.el: Remove file.
7350
7351 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
7352
7353         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
7354         matches on patches.
7355
7356         * gnus-art.el (gnus-article-browse-html-article): Mention
7357         `mm-text-html-renderer' in the doc string.
7358
7359         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
7360         string.  Add comments.
7361
7362         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
7363         if rhs is ASCII.
7364
7365 2007-12-01  Glenn Morris  <rgm@gnu.org>
7366
7367         * mail-source.el (top-level): Require format-spec before
7368         eval-when-compile.
7369
7370 2007-11-30  Glenn Morris  <rgm@gnu.org>
7371
7372         * encrypt.el: Require password, rather than autoloading password-read.
7373
7374 2007-11-29  Glenn Morris  <rgm@gnu.org>
7375
7376         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
7377         (sasl-make-client, sasl-next-step, sasl-step-data)
7378         (sasl-step-set-data): Declare as functions.
7379
7380 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
7381
7382         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
7383
7384 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
7385
7386         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
7387         certs should be verified and what is to be done in the event of a
7388         verification failure.
7389
7390         * gnus.el (gnus-method-to-server): Add an optional parameter so the
7391         caller can indicate whether the cache should be disregarded for this
7392         call.  This way the result of the call is reproducible at all times and
7393         can be considered a canonical server name for the supplied method.
7394         (gnus-agent-method-p): Canonicalize server names by pushing their
7395         method through `gnus-method-to-server' using the no-cache argument.
7396
7397         * gnus-srvr.el (gnus-server-insert-server-line): Call
7398         `gnus-method-to-server' with `no-cache' argument.
7399
7400         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
7401         gnus-agent-possibly-synchronize-flags as this should be called when the
7402         server is actually being opened.
7403         (gnus-agent-possibly-synchronize-flags)
7404         (gnus-agent-possibly-synchronize-flags-server): Move check for the
7405         flags file of an agentized server to the latter function.
7406
7407         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
7408         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
7409         after a connection has been established successfully.
7410
7411 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7412
7413         * gnus-art.el (article-display-face): Force to display face if called
7414         interactively; check if gnus-article-x-face-too-ugly matches author.
7415         (article-display-x-face): Display face even if From header is missing
7416         as article-display-face does.
7417
7418 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
7419
7420         * hashcash.el (message-narrow-to-headers-or-head)
7421         (message-fetch-field, message-goto-eoh)
7422         (message-narrow-to-headers): Declare as functions.
7423
7424 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
7425
7426         * mail-source.el (mail-sources): Default to fetch from file for
7427         compatibility with default of nnmail-spool-file.
7428
7429 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7430
7431         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
7432         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
7433         to look for encoded word that should be encoded again.
7434         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
7435         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
7436         encoding pattern.
7437         (rfc2047-decode-region): Switch strict regexp and loose one according
7438         to rfc2047-allow-irregular-q-encoded-words.
7439
7440 2007-11-25  Romain Francoise  <romain@orebokech.com>
7441
7442         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
7443
7444 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7445
7446         * tls.el (tls-program): Provide more custom choices from
7447         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
7448         (tls-process-connection-type, tls-success): Remove "*" in doc string.
7449
7450 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7451
7452         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
7453         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
7454
7455         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
7456         `nnmail-spool-file'.
7457
7458         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
7459         `nnmail-spool-file'.
7460
7461         * gnus-move.el (gnus-change-server): Ditto.
7462
7463         * gnus-kill.el (gnus-batch-score): Ditto.
7464
7465         * gnus-cache.el (gnus-jog-cache): Ditto.
7466
7467         * gnus-msg.el (gnus-summary-reply):
7468         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
7469
7470 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7471
7472         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
7473         version.  Minor improvement to doc strings.
7474         (tls-program): Add comment.
7475
7476 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
7477
7478         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
7479         (tls-checktrust): New variable.  Check if GNU TLS complained about a
7480         mismatch between the hostname provided in the certificate and the name
7481         of the host connnecting to.
7482         (open-tls-stream): Use them.  Check certificates against trusted root
7483         certificates.
7484
7485 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7486
7487         * gnus-cache.el (gnus-cache-generate-nov-databases):
7488         Use nnml-generate-nov-databases-directory instead of
7489         nnml-generate-nov-databases-1.
7490
7491 2007-11-24  Glenn Morris  <rgm@gnu.org>
7492
7493         * message.el (message-tool-bar-retro): Update for rename
7494         mail_send.xpm->mail-send.xpm.
7495
7496 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
7497
7498         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7499         `smime-ldap-search' for Emacs 22 and up.
7500
7501 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7502
7503         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
7504
7505         * message.el (message-send-mail-function): Fix error convention.
7506         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
7507         (message-widen-reply, message-send-mail, message-talkative-question)
7508         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
7509         (message-clone-locals, message-send-news): Use with-current-buffer.
7510         (message-insert-or-toggle-importance): Remove unused var `valid'.
7511         (message-make-references): Remove unused var `new-references'.
7512         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
7513
7514 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
7515
7516         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
7517         (spam-split-symbolic-return-positive): Reflow docstring.
7518         (spam-backends, spam-summary-exit-behavior)
7519         (spam-mark-ham-unread-before-move-from-spam-group)
7520         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
7521         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
7522         (spam-clear-cache, spam-backend-check, spam-install-backend)
7523         (spam-install-statistical-backend, spam-list-of-processors)
7524         (spam-group-processor-p, spam-split, spam-bogofilter-score)
7525         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
7526         (spam-check-crm114, spam-initialize, spam-unload-hook):
7527         Fix typos in docstrings.
7528
7529 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7530
7531         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
7532         been checked if they have never been read and those group levels are
7533         higher than the one that a user specified.
7534
7535 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7536
7537         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
7538         foreign groups unless a group level is specified by a user.
7539         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
7540
7541 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
7542
7543         * message.el (message-send-mail-function): Require sendmail.
7544
7545 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
7546
7547         * message.el (message-send-mail-function): Check for smtpmail too.
7548
7549         * utf7.el (utf7-encode, utf7-decode): Use coding system
7550         `utf-7'/`utf-7-imap' from utf-7.el' if available.
7551
7552         * message.el (message-send-mail-function): New function.
7553         (message-send-mail-function): Set default using
7554         message-send-mail-function.  Adjust doc string.
7555         (message-send-mail-with-mailclient): New function.
7556
7557 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
7558
7559         * smime.el (from):
7560         * rfc2047.el (message-posting-charset):
7561         * qp.el (mm-use-ultra-safe-encoding):
7562         * pop3.el (parse-time-months):
7563         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
7564         * nnml.el (files):
7565         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
7566         (jka-compr-compression-info-list, ange-ftp-path-format)
7567         (efs-path-regexp):
7568         * nndiary.el (files):
7569         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
7570         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
7571         (epg-digest-algorithm-alist, inhibit-redisplay)
7572         (password-cache-expiry):
7573         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
7574         (pgg-output-buffer, password-cache-expiry):
7575         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
7576         (efs-path-regexp):
7577         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
7578         (inhibit-redisplay):
7579         * mm-uu.el (file-name, start-point, end-point, entry)
7580         (gnus-newsgroup-name, gnus-newsgroup-charset):
7581         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
7582         (latin-unity-ucs-list):
7583         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
7584         (mm-uu-binhex-decode-function):
7585         * message.el (gnus-message-group-art, gnus-list-identifiers)
7586         (rmail-enable-mime-composing, gnus-local-organization)
7587         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
7588         (gnus-read-active-file, facemenu-add-face-function)
7589         (facemenu-remove-face-function, gnus-article-decoded-p)
7590         (tool-bar-mode):
7591         * mail-source.el (display-time-mail-function):
7592         * gnus-util.el (nnmail-pathname-coding-system)
7593         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
7594         (gnus-original-article-buffer, gnus-user-agent)
7595         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
7596         (xemacs-codename, sxemacs-codename, emacs-program-version):
7597         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
7598         * gnus-start.el (gnus-agent-covered-methods)
7599         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
7600         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
7601         (gnus-newsgroup-headers, gnus-group-list-mode)
7602         (gnus-group-mark-positions, gnus-newsgroup-data)
7603         (gnus-newsgroup-unreads, nnoo-state-alist)
7604         (gnus-current-select-method, mail-sources)
7605         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
7606         (nnmail-spool-file, gnus-cache-active-hashtb):
7607         * gnus-mh.el (mh-lib-progs):
7608         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
7609         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
7610         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
7611         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
7612         (gnus-group-buffer):
7613         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
7614         (font-lock-set-defaults):
7615         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
7616         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
7617         (gnus-summary-post-menu, total-parts, type, condition, length):
7618         * gnus-agent.el (gnus-agent-read-agentview):
7619         * flow-fill.el (show-trailing-whitespace):
7620         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
7621         eval-and-compile wrappers for byte compiler pacifiers.
7622
7623         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
7624         (mm-display-inline-fontify): Check for featurep 'xemacs not
7625         extent-list.
7626
7627         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
7628         itimer-list.
7629         (mm-create-image-xemacs): Only do something for XEmacs.
7630         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
7631
7632         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
7633
7634         * gnus-registry.el (gnus-adaptive-word-syntax-table):
7635         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
7636
7637 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
7638
7639         * nnimap.el (nnimap-split-download-body):
7640         * gnus-demon.el (gnus-demon):
7641         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
7642
7643 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7644
7645         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
7646         macros.
7647         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
7648         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
7649         copy data from unibyte buffer to multibyte current buffer.
7650         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
7651         to copy data from unibyte current buffer to multibyte buffer.
7652         (nntp-make-process-buffer): Make process buffer unibyte.
7653
7654         * pop3.el (pop3-open-server): Fix typo in Lisp code.
7655
7656 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
7657
7658         * pop3.el (pop3-open-server): Accept and process data more robustly at
7659         connexion start to avoid spurious "POP SSL connexion failed" errors.
7660
7661 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7662
7663         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
7664         read group names.
7665
7666 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
7667
7668         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
7669
7670 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7671
7672         * nnmail.el (nnmail-parse-active): Make group names unibyte.
7673         (nnmail-save-active): Use a unibyte buffer when saving active file,
7674         which may contain non-ASCII group names.
7675
7676         * nnml.el (nnml-request-group): Decode group names in messages.
7677
7678 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
7679
7680         * message.el (message-citation-line-function)
7681         (message-insert-formatted-citation-line): Fix spelling of
7682         `message-insert-formated-citation-line'.
7683
7684 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
7685
7686         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
7687
7688 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7689
7690         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
7691         nnmail-pathname-coding-system.
7692
7693         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
7694         that a user enters; decode group names in messages.
7695
7696         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
7697
7698 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7699
7700         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
7701
7702         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
7703
7704         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
7705         risky local variable.
7706
7707         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
7708
7709 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
7710
7711         * encrypt.el: Improve documentation to fix function name typo.
7712         Reported by Daiki Ueno <ueno@unixuser.org>.
7713
7714 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7715
7716         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
7717         even if the point is not in the last page of an article.
7718         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
7719         back to the previous page.
7720
7721 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
7722
7723         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
7724
7725 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7726
7727         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
7728
7729 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7730
7731         * message.el (message-check-news-body-syntax): Avoid
7732         mm-string-as-multibyte.
7733         (message-hide-headers): Don't assume (point-min)==1.
7734
7735 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7736
7737         * message.el (message-remove-blank-cited-lines): Fix if remove is
7738         given.
7739         (message-bogus-address-regexp): New variable.
7740         (message-bogus-recipient-p): New function.
7741         (message-check-recipients): New command.
7742         (message-syntax-checks): Add `bogus-recipient'.
7743         (message-fix-before-sending): Add `bogus-recipient'.
7744
7745         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
7746         (gnus-treat-body-boundary): Don't test window-system.
7747
7748 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
7749
7750         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
7751
7752 2007-10-28  Miles Bader  <miles@gnu.org>
7753
7754         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
7755         at compile-time too.
7756
7757 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
7758
7759         * gnus-msg.el (gnus-message-setup-hook): Add
7760         `message-remove-blank-cited-lines' to options.
7761
7762 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7763
7764         * message.el (message-remove-blank-cited-lines): New function.
7765         Suggested by Karl Plästerer.
7766
7767 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7768
7769         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
7770         mapc.
7771
7772         * imap.el (imap-open): Replace mapcar called for effect with mapc.
7773         (top-level): Use mapc to set functions to be traced for debugging.
7774
7775         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
7776         called for effect with while loop.
7777
7778         * message.el (message-talkative-question): Replace mapcar called for
7779         effect with mapc.
7780
7781         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
7782         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
7783         called for effect with dolist.
7784
7785         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
7786
7787         * nndiary.el: Use dolist instead of mapcar to add diary headers to
7788         gnus-extra-headers and nnmail-extra-headers.
7789
7790         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
7791         called for effect with dolist.
7792         (top-level): Use mapc to set functions to be traced for debugging.
7793
7794         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
7795         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
7796         dolist.
7797
7798         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
7799         Replace mapcar called for effect with mapc.
7800         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
7801         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
7802         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
7803         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
7804
7805         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
7806         remove-if that's a cl function.
7807
7808         * webmail.el (webmail-debug): Replace mapcar called for effect with
7809         dolist.
7810
7811         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
7812         with mapc.
7813
7814 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7815
7816         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
7817         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
7818         with while loop.
7819
7820         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
7821         functions from article-* functions.
7822         (gnus-multi-decode-header): Replace mapcar called for effect with
7823         dolist.
7824
7825         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
7826         (gnus-bookmark-show-details): Replace mapcar called for effect with
7827         while loop.
7828
7829         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
7830         called for effect with while loop.
7831
7832         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
7833         with dolist.
7834
7835         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
7836         mapcar called for effect with dolist.
7837
7838         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
7839
7840         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
7841         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
7842         Replace mapcar called for effect with dolist.
7843         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
7844         mapc.
7845
7846         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
7847         Replace mapcar called for effect with dolist.
7848         (gnus-topic-list): Replace mapcar called for effect with mapc.
7849
7850         * gnus.el: Use mapc instead of mapcar to add autoloads.
7851
7852 2007-10-23  Richard Stallman  <rms@gnu.org>
7853
7854         * gnus-group.el (gnus-group-highlight): Mark as risky.
7855
7856 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7857
7858         * gnus.el (gnus-server-to-method): Return method found first in
7859         gnus-newsrc-alist.
7860
7861         * gnus-art.el (gnus-article-highlight-signature)
7862         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
7863         button overlay without the front stickiness.
7864
7865 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
7866
7867         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
7868         overview buffer needed a catch to receive its throw.
7869         (gnus-agent-flush-cache): Declared as interactive to make this function
7870         easier to use.
7871
7872 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
7873
7874         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
7875         `next-line'.
7876
7877 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7878
7879         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
7880         exclude address matching message-dont-reply-to-names.
7881
7882 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7883
7884         * gnus-util.el (gnus-string<): New function.
7885
7886         * gnus-sum.el (gnus-article-sort-by-author)
7887         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
7888
7889 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7890
7891         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
7892         the frame-focus tag is set in gnus-buffer-configuration.
7893
7894 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7895
7896         * gnus-art.el (gnus-article-add-button): Make a button overlay without
7897         the front stickiness.
7898
7899 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7900
7901         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
7902         url pattern; remove duplicate one.
7903         (gnus-article-extend-url-button): New function.
7904         (gnus-article-add-buttons): Use it.
7905         (gnus-button-push): Use concatenated url that it makes.
7906
7907 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
7908
7909         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
7910
7911 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7912
7913         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
7914         Don't hardcode point-min==1.
7915
7916 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
7917
7918         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
7919         Fix comment about "iso8859-1".
7920
7921 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
7922
7923         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
7924         ones returned from the verify-function.
7925
7926         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
7927         mml2015-extract-cleartext-signature if extraction failed.
7928
7929 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
7930
7931         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
7932         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
7933         failed.
7934
7935 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7936
7937         * Relicense "GPLv2 or later" files to "GPLv3 or later".
7938
7939 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
7940
7941         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
7942         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
7943         recommends to use EasyPG instead of PGG.
7944
7945         * pgg.el: Revert to revision 6.23.2.16.
7946
7947         * pgg-def.el: Revert to revision 6.6.2.14.
7948
7949         * pgg-gpg.el: Revert to revision 6.23.2.34.
7950
7951 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
7952
7953         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
7954         to mark a thread as expirable.  Add variable `hide' to handle hiding of
7955         thread for both the null and zero (kill/expire thread) universal prefix
7956         cases.
7957         (gnus-summary-expire-thread): Add new function to expire a thread,
7958         using gnus-summary-kill-thread.
7959         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
7960         shortcuts for gnus-summary-expire-thread.
7961         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
7962         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
7963
7964 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7965
7966         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
7967         extras value, so an extras entry can be deleted.
7968         (gnus-registry-delete-extra-entry): Use it.
7969         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
7970         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
7971         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
7972         storage through the gnus-registry, and provide an appropriate API for
7973         it.
7974
7975 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7976
7977         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
7978         Suggested by Leo <sdl.web@gmail.com>.
7979
7980         * gnus.el: Do.
7981
7982 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7983
7984         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
7985         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
7986
7987         * gnus-agent.el (gnus-agent-fetch-headers): Do.
7988
7989         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7990         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
7991
7992 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7993
7994         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
7995         newline.
7996         (nnmbox-request-accept-article): Don't change article in source buffer;
7997         narrow to header to use message-fetch-field rather than
7998         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
7999         (nnmbox-request-replace-article): Quote lines that'll be misidentified
8000         as delimiters; make sure article ends with newline.
8001         (nnmbox-delete-mail): Correct last position of article to be deleted;
8002         ignore X-Gnus-Newsgroup header in article body.
8003         (nnmbox-save-mail): Quote lines looking like delimiters at the right
8004         positions; make sure article ends with newline.
8005
8006         * message.el (message-display-abbrev): Don't infloop when a user
8007         inserts SPC in the beginning of header.
8008
8009         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
8010         coding-system-for-read and coding-system-for-write for XEmacs having no
8011         file-coding feature.
8012
8013         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
8014
8015 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
8016
8017         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
8018         list of groups not followed by default.  Fix type to be regexp.
8019         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
8020
8021 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
8022
8023         * hmac-def.el (define-hmac-function): Switch from old-style to
8024         new-style backquotes.
8025
8026         * md4.el (md4-make-step): Likewise.
8027
8028 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8029
8030         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
8031         raw-text coding system when saving .newsrc file, which may contain
8032         non-ASCII group names.
8033
8034 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8035
8036         * gnus-cus.el (gnus-score-extra): New widget.
8037         (gnus-score-extra-convert): New function.
8038         (gnus-score-customize): Use it for Extra.
8039
8040 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
8041
8042         * mml2015.el (mml2015-extract-cleartext-signature): New function.
8043         (mml2015-mailcrypt-clear-verify): Use it.
8044         (mml2015-gpg-clear-verify): Use it.
8045         (mml2015-pgg-clear-verify): Use it.
8046         (mml2015-epg-clear-verify): Replace the current part with the output
8047         from GnuPG; don't extract the plaintext by itself.
8048
8049         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
8050         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
8051         mml2015-clear-verify-function; don't touch the armor headers or
8052         dash-escaped text here.
8053
8054 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8055
8056         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
8057         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
8058         parts, or application/octet-stream as a last resort.
8059         (gnus-mime-view-part-as-type): Don't toggle display.
8060         (gnus-mime-view-part-as-charset): Don't turn off display before
8061         querying charset.
8062
8063         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
8064         stuff to undisplayer function in Emacs.
8065         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
8066
8067         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
8068         text/calendar parts.
8069
8070 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8071
8072         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
8073         decoding text/calendar parts.
8074
8075         * message.el (message-forward-make-body-mime): Always mark body as
8076         having no illegible text; remove signed-or-encrypted argument.
8077         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
8078
8079         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
8080         (mml-generate-mime-1): Don't encode body if it is specified to be in
8081         raw form; don't make buffer be unibyte when inserting multibyte string.
8082
8083 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8084
8085         * sha1.el: Fix up comment style.
8086         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
8087         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
8088
8089         * hex-util.el: Fix up comment style.
8090         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
8091
8092         * gnus-salt.el: Use with-current-buffer.
8093         (gnus-pick-setup-message): Fix long-standing typo.
8094
8095 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8096
8097         * imap.el (imap-logout-timeout): New variable.
8098         (imap-logout, imap-logout-wait): New functions.
8099         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
8100
8101         * nnimap.el (nnimap-logout-timeout): New server variable.
8102         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
8103         nnimap-logout-timeout.
8104
8105         * gnus-art.el (gnus-article-summary-command-nosave)
8106         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
8107
8108 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8109
8110         * gnus.el (gnus-maximum-newsgroup): New variable.
8111
8112         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
8113         according to gnus-maximum-newsgroup.
8114
8115         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8116         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
8117         Limit the range of articles according to gnus-maximum-newsgroup.
8118
8119 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
8120
8121         * gnus-art.el (gnus-sticky-article): Fixed problems described in
8122         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
8123         Don't perform gnus-configure-windows here; reuse existing sticky
8124         article buffer.
8125
8126         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
8127         it doesn't exist in gnus-article-mode.
8128
8129 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8130
8131         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
8132         (gnus-agent-decoded-group-name): New function.
8133         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
8134         (gnus-agent-expire-group-1): Use it; decode group name in messages.
8135
8136 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
8137
8138         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
8139         Add binding for gnus-sticky-article.
8140         (gnus-summary-exit): Don't kill sticky article buffers.
8141
8142         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
8143         article buffer.
8144         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
8145         (gnus-kill-sticky-article-buffers): New commands.
8146
8147 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8148
8149         * nntp.el (nntp-xref-number-is-evil): New server variable.
8150         (nntp-find-group-and-number): If it is non-nil, don't trust article
8151         numbers in the Xref header.
8152
8153 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8154
8155         * gnus-agent.el (gnus-agent-read-group): New function.
8156         (gnus-agent-flush-group, gnus-agent-expire-group)
8157         (gnus-agent-regenerate-group): Use it.
8158         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
8159         nnmail-pathname-coding-system.
8160
8161 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8162
8163         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
8164
8165         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
8166         that are unread as unread, and also as selected so that information of
8167         marks having been changed by a user may be updated when exiting group.
8168
8169 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8170
8171         * gnus-art.el (gnus-mime-display-single): Pass part number that is
8172         calculated ignoring signature parts to gnus-treat-article.
8173
8174 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8175
8176         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
8177         a point here in order to keep the window start.
8178         (gnus-insert-mime-security-button): Make a button overlay without the
8179         front stickiness.
8180         (gnus-mime-display-security): Goto the end of a button.
8181
8182         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
8183
8184 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8185
8186         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
8187         group-name-at-point.
8188         (gnus-group-completing-read): New function that offers decoded
8189         non-ASCII group names for completion.
8190         (gnus-fetch-group, gnus-group-read-ephemeral-group)
8191         (gnus-group-jump-to-group, gnus-group-make-group-simple)
8192         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
8193         (gnus-group-fetch-control): Use it.
8194         (gnus-fetch-group): Use group-name-at-point for the initial value
8195         rather than the default value; use gnus-alive-p.
8196
8197         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
8198         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
8199         (gnus-summary-post-news): Use gnus-group-completing-read.
8200
8201         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
8202         (gnus-read-move-group-name): Decode group name for completion.
8203
8204 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
8205
8206         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
8207         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
8208         Yamaoka slightly modified the code).
8209
8210 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8211
8212         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
8213         (nnmail-split-incoming): Bind it.
8214
8215         * nnml.el (nnml-group-name-charset): New function.
8216         (nnml-decoded-group-name): Use it; don't decode group name if
8217         nnmail-group-names-not-encoded-p is non-nil.
8218         (nnml-encoded-group-name): New function.
8219         (nnml-group-pathname): Inline nnml-decoded-group-name.
8220         (nnml-request-expire-articles): Decode group name in message.
8221         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
8222         nnmail-pathname-coding-system.
8223         (nnml-save-mail, nnml-active-number): Work with decoded group names and
8224         not decoded ones according to nnmail-group-names-not-encoded-p.
8225         (nnml-generate-active-info): Use nnml-encoded-group-name.
8226
8227 2007-08-08  Glenn Morris  <rgm@gnu.org>
8228
8229         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
8230         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
8231         doc-strings and comments.
8232
8233 2007-07-25  Glenn Morris  <rgm@gnu.org>
8234
8235         * Relicense all FSF files to GPLv3 or later.
8236
8237 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8238
8239         * gnus-sum.el (gnus-summary-move-article): Make
8240         gnus-summary-respool-article work.
8241
8242 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
8243
8244         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
8245         string.
8246
8247 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
8248
8249         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
8250         that should be ignored when comparing distant RSS articles with local
8251         ones.
8252         (nnrss-make-hash-index): New function.  Create a hash index according
8253         to the ignored fields.
8254         (nnrss-check-group): Use it.
8255
8256 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8257
8258         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
8259
8260         * gnus-art.el (article-decode-group-name): Decode Xref header too.
8261
8262         * gnus-group.el (gnus-group-make-group): Encode group name here unless
8263         the new optional argument ENCODED is non-nil.
8264         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
8265         coding system for encoding group name.
8266         (gnus-group-make-rss-group): Pass un-encoded group name to
8267         gnus-group-make-group.
8268         (gnus-group-set-info): Tell gnus-group-make-group that group name is
8269         encoded.
8270
8271         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
8272         Encode group name to which articles are moved or copied.
8273         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
8274         coding system for encoding Newsgroup, Followup-To and Xref headers.
8275
8276         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
8277         marks; use nnheader-file-coding-system to write a file.
8278         (nnagent-retrieve-headers): Bind file-name-coding-system to
8279         nnmail-pathname-coding-system.
8280
8281         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
8282
8283         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
8284         (nnml-request-article, nnml-request-create-group)
8285         (nnml-request-rename-group, nnml-find-id)
8286         (nnml-possibly-change-directory, nnml-possibly-create-directory)
8287         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
8288         (nnml-save-marks): Use nnml-group-pathname instead of
8289         nnmail-group-pathname.
8290
8291         (nnml-request-create-group, nnml-request-expire-articles)
8292         (nnml-request-move-article, nnml-request-delete-group)
8293         (nnml-deletable-article-p, nnml-possibly-create-directory)
8294         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
8295         (nnml-open-marks): Bind file-name-coding-system to
8296         nnmail-pathname-coding-system.
8297
8298         (nnml-request-article): Pass server argument to nnml-find-group-number.
8299         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
8300         server argument to nnml-possibly-create-directory.
8301         (nnml-request-accept-article): Pass server argument to
8302         nnml-active-number and nnml-save-mail.
8303         (nnml-find-group-number): Pass server argument to nnml-find-id.
8304         (nnml-request-update-info): Pass server argument to
8305         nnml-marks-changed-p.
8306
8307         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
8308         (nnml-save-mail, nnml-active-number): Add server argument.
8309
8310         (nnml-request-delete-group): Warn if group is missing.
8311         (nnml-get-nov-buffer): Decode group name.
8312         (nnml-generate-active-info): Encode group name.
8313         (nnml-open-marks): Decode group name in messages.
8314
8315 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8316
8317         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
8318         if it is not specified.
8319         (gnus-article-pipe-part, gnus-article-save-part)
8320         (gnus-article-interactively-view-part, gnus-article-copy-part)
8321         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
8322         (gnus-article-inline-part, gnus-article-save-part-and-strip)
8323         (gnus-article-replace-part, gnus-article-delete-part)
8324         (gnus-article-view-part-as-type): Pass raw prefix argument to
8325         gnus-article-part-wrapper.
8326
8327 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8328
8329         * gnus-agent.el (gnus-agent-save-active): Bind
8330         nnheader-file-coding-system to gnus-agent-file-coding-system.
8331
8332         * gnus-cache.el (gnus-cache-save-buffers)
8333         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
8334         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
8335         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
8336         (gnus-cache-braid-nov, gnus-cache-braid-heads)
8337         (gnus-cache-generate-active, gnus-cache-rename-group)
8338         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
8339         (gnus-cache-update-overview-total-fetched-for): Bind
8340         file-name-coding-system to nnmail-pathname-coding-system.
8341         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
8342         variables.
8343         (gnus-cache-decoded-group-name): New function.
8344         (gnus-cache-file-name): Use it.
8345         (gnus-cache-generate-active): Use non-decoded group name for active.
8346
8347         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
8348         right place.
8349         (gnus-write-active-file): Don't break non-ASCII group names.
8350
8351         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
8352         nnmail-pathname-coding-system.
8353
8354         * lpath.el: Bind default-file-name-coding-system,
8355         file-name-coding-system and language-info-alist for XEmacs.
8356
8357         * gnus-uu.el (gnus-uu-decode-save): Typo.
8358
8359 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8360
8361         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
8362
8363 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8364
8365         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
8366         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
8367         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
8368         (gnus-agent-flush-group, gnus-agent-flush-cache)
8369         (gnus-agent-fetch-headers, gnus-agent-load-alist)
8370         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
8371         (gnus-agent-retrieve-headers, gnus-agent-request-article)
8372         (gnus-agent-regenerate-group)
8373         (gnus-agent-update-files-total-fetched-for)
8374         (gnus-agent-update-view-total-fetched-for): Bind
8375         file-name-coding-system to nnmail-pathname-coding-system.
8376         (gnus-agent-group-pathname): Don't encode file names by
8377         nnmail-pathname-coding-system.
8378         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
8379         coding-system-for-write instead of buffer-file-coding-system to
8380         gnus-agent-file-coding-system.
8381
8382         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
8383         Decode group name.
8384
8385         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
8386
8387         * gnus-start.el (gnus-update-active-hashtb-from-killed)
8388         (gnus-read-newsrc-el-file): Make group names unibyte.
8389
8390         * nnmail.el (nnmail-group-pathname): Don't encode file names by
8391         nnmail-pathname-coding-system.
8392
8393         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
8394         (nnrss-request-delete-group): Bind file-name-coding-system to
8395         nnmail-pathname-coding-system.
8396         (nnrss-read-server-data, nnrss-read-group-data): Bind
8397         file-name-coding-system correctly.
8398         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
8399
8400         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
8401         (nntp-server-to-method-cache): New variable.
8402         (nntp-group-pathname): New function that decodes non-ASCII group names.
8403         (nntp-possibly-create-directory, nntp-marks-changed-p)
8404         (nntp-save-marks, nntp-open-marks): Use it.
8405         (nntp-possibly-create-directory, nntp-open-marks):
8406         Bind file-name-coding-system to nnmail-pathname-coding-system.
8407         (nntp-open-marks): Decode group names when bootstrapping marks.
8408
8409         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
8410         Newsgroups and Folowup-To headers.
8411
8412 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8413
8414         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8415         (gnus-server-closed-face, gnus-server-denied-face)
8416         (gnus-server-offline-face): Remove variable.
8417         (gnus-server-font-lock-keywords): Use faces that are not aliases.
8418
8419         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
8420         of modifying message-stack directly for XEmacs.
8421
8422         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
8423         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
8424         if the coding-system argument is nil for XEmacs.
8425
8426         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
8427         mm-charset-override-alist.
8428
8429         * rfc2047.el: Don't require base64; require rfc2045 for the function
8430         rfc2045-encode-string.
8431         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
8432         to quote the parameter value.
8433
8434 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8435
8436         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
8437         form in gnus-group-name-charset-method-alist.
8438
8439         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
8440         overrides the default layout edit-form.
8441
8442         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
8443
8444         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
8445
8446 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8447
8448         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
8449         as unfetched articles.
8450
8451 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
8452
8453         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
8454
8455 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8456
8457         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
8458         original back end that keeps marks in the local system.
8459
8460 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8461
8462         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
8463         arg of pop-to-buffer for XEmacs.
8464         (gnus-article-read-summary-keys): Ditto; don't restore window
8465         configuration if summary command ends up with neither article buffer
8466         nor summary buffer; describe bindings if summary keys end with C-h.
8467
8468 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8469
8470         * message.el (message-fix-before-sending): Skip raw message part to be
8471         forwarded while checking illegible text.
8472         (message-forward-make-body-mime, message-forward-make-body): Mark
8473         signed or encrypted raw message as having no illegible text.
8474
8475 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8476
8477         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
8478         (gnus-message-with-timestamp-1): New macro.
8479         (gnus-message-with-timestamp): New function.
8480         (gnus-message): Use them.
8481
8482         * nnheader.el (nnheader-message): Use them.
8483
8484 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
8485
8486         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
8487         .newsrc.eld file.
8488
8489 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8490
8491         * gnus-agent.el (gnus-agent-fetch-headers)
8492         (gnus-agent-retrieve-headers): Bind
8493         gnus-decode-encoded-address-function to identity.
8494
8495         * nntp.el (nntp-send-xover-command): Recognize an xover command is
8496         available also when the server returns simply a dot.
8497
8498         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
8499
8500 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8501
8502         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
8503
8504 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8505
8506         * gnus-ems.el (gnus-x-splash): Make it work.
8507
8508         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
8509         from being used.
8510
8511         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
8512
8513 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8514
8515         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
8516         4th and the 5th arguments.
8517
8518         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
8519         the front stickiness.
8520         (gnus-article-summary-command-nosave): Correct the order of the
8521         arguments passed to pop-to-buffer.
8522         (gnus-article-read-summary-keys): Ditto; make it work properly when the
8523         summary command ends up with the article buffer.
8524
8525         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
8526         the same faces.
8527
8528 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
8529
8530         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
8531
8532 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
8533
8534         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
8535         * gnus-sum.el (gnus-summary-highlight):
8536         * pgg.el (pgg-sign-region, pgg-sign):
8537         * mail-source.el (mail-source-delete-old-incoming-confirm):
8538         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
8539
8540 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8541
8542         * gnus-art.el (gnus-mime-view-part-externally)
8543         (gnus-mime-view-part-internally): Fix predicate function passed to
8544         completing-read.
8545
8546         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
8547
8548         * gnus.el (gnus-update-message-archive-method): Add :version.
8549
8550 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8551
8552         * gnus.el (gnus-update-message-archive-method): New variable.
8553
8554         * gnus-start.el (gnus-setup-news): Update saved "archive" method
8555         according to gnus-message-archive-method if
8556         gnus-update-message-archive-method is non-nil.
8557
8558 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8559
8560         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
8561         by Loic Dachary <loic@dachary.org>.
8562         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8563
8564 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8565
8566         * message.el (message-pop-to-buffer): Add switch-function argument.
8567         (message-mail): Pass switch-function argument to it.
8568
8569 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
8570
8571         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
8572         Improve doc string.
8573
8574 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8575
8576         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
8577         (gnus-header-content)
8578         * gnus-cite.el (gnus-cite-10)
8579         * gnus-srvr.el (gnus-server-closed)
8580         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
8581         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
8582         (gnus-group-mail-3-empty, gnus-group-mail-low)
8583         (gnus-group-mail-low-empty, gnus-splash)
8584         * message.el (message-header-to, message-header-cc)
8585         (message-header-subject, message-header-other, message-header-name)
8586         (message-header-xheader, message-separator, message-cited-text)
8587         (message-mml): Lighten colors of faces used for dark background.
8588
8589 2007-05-24  Simon Josefsson  <simon@josefsson.org>
8590
8591         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
8592         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
8593
8594 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8595
8596         * message.el (message-narrow-to-headers-or-head):
8597         Ignore mail-header-separator in the body.
8598
8599 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8600
8601         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
8602         same as window size.
8603
8604 2007-05-22  Kevin Ryde  <user42@zip.com.au>
8605
8606         * message.el (message-font-lock-keywords): Use message-header-xheader
8607         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
8608         ahead of the anything pattern, to get it recognised.
8609
8610 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8611
8612         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
8613         spam.el loads uses it in the compiled defadvice form.
8614
8615 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
8616
8617         * gnus-sum.el (gnus-articles-to-read)
8618         (gnus-summary-insert-old-articles): Don't truncate group name for
8619         `read-string'.
8620
8621         * gnus-util.el (gnus-limit-string): Delete this function.
8622
8623         * gnus-sum.el (gnus-simplify-subject-fully): Use
8624         `truncate-string-to-width' instead.
8625
8626 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
8627
8628         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
8629         if, on summary exit, the next group has to be selected.
8630         (gnus-summary-exit): Use it.
8631
8632 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
8633
8634         * gnus-art.el (gnus-article-mode): Fix comment about displaying
8635         non-break space.
8636
8637 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8638
8639         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
8640         Check if group is not a directory.
8641         (nnfolder-request-expire-articles): Don't delete articles if the target
8642         group is not available.
8643
8644         * nnml.el (nnml-request-create-group): Properly check if group is not a
8645         file.
8646         (nnml-request-expire-articles): Don't delete articles if the target
8647         group is not available.
8648
8649         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8650         Don't quote characters that are within parentheses.
8651
8652 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8653
8654         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
8655         (gnus-handle-ephemeral-exit): Select article according to it.
8656
8657 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8658
8659         * message.el (message-insert-formated-citation-line): Remove newline.
8660         (message-citation-line-format): Add final \n here so that the user can
8661         avoid a blank line.
8662
8663 2007-05-03  Dan Christensen  <jdc@uwo.ca>
8664
8665         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
8666         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
8667         Update lanl/arXiv support.
8668
8669 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8670
8671         * gnus.el: Bump version number.
8672
8673 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8674
8675         * gnus.el (gnus-version-number): Bump version.
8676
8677 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8678
8679         * gnus.el: No Gnus v0.6 is released.
8680
8681 2007-04-27  Didier Verna  <didier@xemacs.org>
8682
8683         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
8684         * gmm-utils.el (gmm-regexp-concat): here.
8685         * message.el: Don't require 'gnus-util.
8686         (message-dont-reply-to-names): Handle name change above.
8687         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
8688
8689 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8690
8691         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
8692         since the initial value varies according to the system.
8693
8694 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8695
8696         * mm-util.el (mm-charset-synonym-alist): Defcustom.
8697
8698 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
8699
8700         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
8701
8702 2007-04-24  Didier Verna  <didier@xemacs.org>
8703
8704         Improve the type of gnus-ignored-from-addresses.
8705         * gnus-util.el (gnus-orify-regexp): New function.
8706         * message.el (gnus-util): Require it.
8707         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
8708         * gnus-sum.el (gnus-ignored-from-addresses): New function.
8709         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
8710
8711 2007-04-24  Didier Verna  <didier@xemacs.org>
8712
8713         * gnus-sum.el:
8714         * gnus-utils.el: Fix some trailing whitespaces.
8715
8716 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8717
8718         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
8719         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
8720         article's Message-ID; refer parent article in summary buffer.
8721
8722         * message.el (message-bounce): Call mime-to-mml.
8723
8724         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
8725         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
8726         optimize and/or forms properly.
8727
8728 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
8729
8730         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
8731         URL.
8732
8733 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8734
8735         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
8736
8737 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8738
8739         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
8740         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
8741         displayed of multipart/alternative part if it is invoked from summary
8742         buffer.
8743
8744         * mm-view.el (mm-inline-text-html-render-with-w3m)
8745         (mm-inline-text-html-render-with-w3m-standalone)
8746         (mm-inline-render-with-function): Use mail-parse-charset by default.
8747
8748 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
8749
8750         * parse-time.el (parse-time-string-chars): Check if CHAR
8751         is less than the length of parse-time-syntax.
8752
8753 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8754
8755         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
8756         from gnus-newsgroup-processable.
8757
8758 2007-04-16  Didier Verna  <didier@xemacs.org>
8759
8760         * gnus-msg.el (gnus-configure-posting-styles): Handle
8761         message-signature-directory properly with :file syntax.  Reported by
8762         "Leo".
8763
8764 2007-04-11  Didier Verna  <didier@xemacs.org>
8765
8766         New user option: message-signature-directory.
8767         * gnus-msg.el (gnus-configure-posting-styles): Support it.
8768         * message.el (message-insert-signature): Ditto.
8769         * message.el (message-signature-file): Doc update.
8770         * message.el (message-signature-directory): New.
8771
8772 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8773
8774         * gnus-msg.el (gnus-inews-yank-articles): Use
8775         message-exchange-point-and-mark instead of exchange-point-and-mark.
8776
8777 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8778
8779         * message.el (message-yank-original): Make sure cited text ends with
8780         newline; don't exchange point and mark.
8781
8782 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
8783
8784         * tls.el (open-tls-stream): Properly handle case where there
8785         is no associated buffer.
8786
8787 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
8788
8789         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
8790         message-yank-original, make sure (< mark TEXT point).
8791
8792 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8793
8794         * message.el (message-fill-column): New variable.
8795         (message-mode): Use it.  Add comment on a possible new hook.
8796
8797         * nnmail.el (nnmail-spool-file): Mark as obsolete.
8798         (nnmail-get-new-mail): Reformat.
8799
8800         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
8801
8802         * gmm-utils.el: Fix Commentary.
8803         (gmm-tool-bar-from-list): Fix typo in doc string.
8804
8805 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
8806
8807         * message.el (message-yank-original): Don't switch point and mark
8808         unnecessarily to put point and mark as documented.
8809
8810 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8811
8812         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
8813         from the message heads.
8814
8815 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
8816
8817         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
8818         article buffer does not have a window.  This may not be the best
8819         solution but is certainly better than setting the start of the null,
8820         that is the current, window.
8821
8822 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8823
8824         * gnus-draft.el (gnus-draft-setup-hook): New hook.
8825         (gnus-draft-setup): Run it.
8826
8827         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
8828         gnus-score-fast-scoring.  Allow regexp.
8829         (gnus-score-headers): Use it.
8830
8831         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
8832         XEmacs.
8833
8834         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
8835         string.
8836         (gnus-button-alist): Also catch `<f1> k ...'.
8837         (gnus-treat-display-x-face): Fix doc string.
8838
8839 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8840
8841         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
8842         evaluation of gnus-extended-version to ensure correct generation of the
8843         User-Agent header when message-generate-headers-first is used.
8844
8845 2007-03-24  Simon Josefsson  <simon@josefsson.org>
8846
8847         * hashcash.el (hashcash-generate-payment-async): Don't crash if
8848         hashcash-path is nil.  Don't call callback with incorrect number of
8849         parameters if val is 0.
8850
8851 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8852
8853         * message.el (message-required-news-headers):
8854         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
8855
8856 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
8857
8858         * tls.el (open-tls-stream): In handshake-waiting loop,
8859         don't wait more if there is output available to process.
8860
8861 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
8862
8863         * tls.el (tls-program): Doc fix.
8864
8865 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8866
8867         * message.el (message-generate-new-buffers): Change the meaning of the
8868         nil value; add `standard' to the choices; treat t as `unique'; improve
8869         doc string.
8870         (gnus-select-frame-set-input-focus): Autoload.
8871         (message-buffer-name): Search for the existing message buffer if
8872         message-generate-new-buffers is nil or `standard'; treat the value t of
8873         message-generate-new-buffers as `unique'.
8874         (message-pop-to-buffer): Raise the frame already displaying the message
8875         buffer; clear the echo area after querying.
8876         (message-setup): Pass the `continue' argument to compose-mail.
8877         (message-mail): Prefer `switch-function' if it is given; search for the
8878         existing message buffer if the `continue' argument is non-nil; pass
8879         continue and switch-function arguments to compose-mail by way of
8880         message-setup.
8881         (message-mail-other-window): Adjust argument of message-setup.
8882         (message-mail-other-frame): Ditto.
8883
8884 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8885
8886         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
8887         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
8888         to turn font-lock on when turning gnus-message-citation-mode on.
8889
8890 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
8891
8892         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
8893         (mml-smime-function-alist): New variable; add epg as the backend.
8894         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
8895         mml-smime- functions instead.
8896         * mm-view.el: Require smime.
8897
8898 2007-03-05  Didier Verna  <didier@xemacs.org>
8899
8900         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
8901         instead of just inheritance for posting styles.
8902         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
8903
8904 2007-02-24  Chris Moore  <dooglus@gmail.com>
8905
8906         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
8907         * pgg-pgp.el (pgg-pgp-encrypt-region):
8908         * pgg-gpg.el (pgg-gpg-encrypt-region):
8909         Check pgg-encrypt-for-me if no other recipients.
8910
8911 2007-02-24  John Paul Wallington  <jpw@pobox.com>
8912
8913         * tls.el (tls-certtool-program): Fix custom type.
8914
8915 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8916
8917         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
8918         and point-at-eol instead of line-(beginning|end)-position.
8919
8920         * assistant.el (assistant-parse-buffer): Ditto.
8921
8922         * netrc.el (netrc-parse-services): Ditto.
8923
8924 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
8925
8926         * mml2015.el (mml2015-epg-find-usable-key): New function.
8927         (mml2015-epg-sign): Use it.
8928         (mml2015-epg-encrypt): Use it.
8929
8930 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8931
8932         * message.el (message-make-in-reply-to): Quote name containing
8933         non-ASCII characters.  It will make the RFC2047 encoder cause an error
8934         if there are special characters.  Reported by NAKAJI Hiroyuki
8935         <nakaji@jp.freebsd.org>.
8936
8937 2007-02-27  Didier Verna  <didier@xemacs.org>
8938
8939         Include the group parameters as well as the topic ones in the
8940         inheritance filter process.
8941         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
8942         argument GROUP-PARAMS-LIST.
8943         * gnus-topic.el (gnus-group-topic-parameters): Use it.
8944
8945 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8946
8947         * nntp.el (nntp-never-echoes-commands)
8948         (nntp-open-connection-functions-never-echo-commands): New variables.
8949         (nntp-send-command): Use them.
8950
8951 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
8952
8953         * mml2015.el (mml2015-epg-verify): Simplified.
8954
8955 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8956
8957         * mml.el (mml-content-disposition-alist): New user option.
8958         (mml-content-disposition): New function.
8959         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
8960         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
8961
8962 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
8963
8964         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
8965         verification.
8966
8967 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8968
8969         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
8970         articles posted in the last 24 hours.
8971
8972 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
8973
8974         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
8975
8976 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
8977
8978         * nntp.el (nntp-send-command): Don't wait for echoes when
8979         nntp-open-ssl-stream is used.
8980
8981 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8982
8983         * gnus-cite.el (gnus-test-font-lock-add-keywords)
8984         (gnus-message-add-citation-keywords)
8985         (gnus-message-remove-citation-keywords): Remove.
8986         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
8987         directly, make the variables in font-lock-defaults buffer-local, add
8988         gnus-message-citation-keywords to them and then update the value of
8989         font-lock-keywords.
8990
8991 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8992
8993         * message.el (message-cite-original-1): Don't call
8994         gnus-article-highlight-citation.
8995
8996         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
8997         citations; fix line count.
8998
8999 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9000
9001         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
9002         (gnus-message-add-citation-keywords)
9003         (gnus-message-remove-citation-keywords): Use it; fix the emulating
9004         versions of font-lock-add-keywords and font-lock-remove-keywords to
9005         work with XEmacs correctly.
9006
9007 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9008
9009         * gnus-cite.el (gnus-cite-face-list): Set the values of
9010         gnus-message-max-citation-depth and gnus-message-citation-keywords.
9011         (gnus-message-max-citation-depth): Use defvar rather than defconst.
9012         (gnus-message-cite-prefix-regexp): New variable.
9013         (gnus-message-search-citation-line): Use it; protect against long
9014         citation prefix; fill match data with nil rather than 0 for XEmacs; set
9015         the 0th match data for Emacs.
9016         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
9017         (gnus-message-add-citation-keywords): Append keywords rather than
9018         prepending; emulate font-lock-add-keywords if it is not available.
9019         (gnus-message-remove-citation-keywords): Emulate
9020         font-lock-remove-keywords if it is not available.
9021
9022         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
9023
9024         * message.el (message-cite-prefix-regexp): Set the value of
9025         gnus-message-cite-prefix-regexp.
9026
9027 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9028
9029         * nnweb.el (nnweb-google-parse-1): Update parser.
9030
9031 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
9032
9033         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
9034
9035 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9036
9037         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9038         regexp.
9039
9040 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9041
9042         * uudecode.el (uudecode-string-to-multibyte): New function emulating
9043         string-to-multibyte.
9044         (uudecode-decode-region-internal): Use it.
9045
9046         * lpath.el: Fbind string-as-multibyte for XEmacs.
9047
9048 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9049
9050         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
9051         custom choice.
9052
9053         * gnus-art.el (gnus-signature-limit): Fix custom choice.
9054
9055 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
9056
9057         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
9058
9059         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
9060         `write-region' to respect `mm-inhibit-file-name-handlers'.
9061
9062 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
9063
9064         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
9065         Use gnus-home-directory instead of "~/" or "$HOME".
9066
9067 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
9068
9069         * encrypt.el (encrypt-insert-file-contents): Add better prompt
9070         to mention filename.
9071         Add comments at beginning regarding usage.
9072         (encrypt-write-file-contents): Change interactive so a string is
9073         acceptable.  If the file has no associated model, show an error instead
9074         of a nonsense prompt.
9075
9076 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9077
9078         * spam.el (spam-bsfilter-ham-switch): Fix typo.
9079         Thanks to Yoshihiko Yamada for kind notification of this typo.
9080
9081 2007-01-12  Kenichi Handa  <handa@m17n.org>
9082
9083         * uudecode.el (uudecode-decode-region-internal): Make it work in a
9084         multibyte buffer.
9085
9086 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9087
9088         * gnus-score.el (gnus-score-fast-scoring): New variable.
9089         (gnus-score-headers): Use it.
9090
9091         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
9092
9093         * message.el (message-cite-original-1): Call
9094         gnus-article-highlight-citation if requested.
9095         (message-make-from): Allow name and address as optional arguments.
9096
9097         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
9098
9099         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
9100         bugs to doc string.
9101         (gnus-button-alist): Add mid\\|message-id.
9102         (gnus-button-fetch-group): Extend for use in
9103         `browse-url-browser-function'.
9104         (gnus-button-url-regexp): Try to catch paired parentheses like in
9105         Wikipedia URLs.
9106
9107         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
9108         Suggested by Simon Krahnke <overlord@gmx.li>.
9109
9110 2007-01-13  Romain Francoise  <romain@orebokech.com>
9111
9112         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
9113         Update copyright.
9114
9115 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
9116
9117         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
9118
9119 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9120
9121         * gnus-registry.el (gnus-registry-unfollowed-groups)
9122         (gnus-registry-split-fancy-with-parent): Fix documentation.
9123
9124 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9125
9126         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
9127         from nnweb groups.
9128
9129 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9130
9131         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
9132         Xref urls.  Erase buffer before requesting head.
9133
9134 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
9135
9136         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
9137         customizable.
9138
9139 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
9140
9141         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
9142         no signing key is found.
9143         (mml2015-epg-encrypt): Ask user whether to skip or abort if
9144         no encrypting and/or signing key is found.
9145
9146 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9147
9148         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
9149
9150 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9151
9152         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
9153         headers read from disk with the ones newly found in the current search.
9154         This should no longer cause problems, because the article numbers in
9155         Gmane's `nov.php' output are ignored since the previous change.
9156
9157 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9158
9159         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
9160
9161 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9162
9163         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
9164         replace-regexp-in-string; bind url-version; fbind display-images-p and
9165         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
9166         find-face and set-itimer-function for Emacs; bind itimer-list for
9167         Emacs.
9168
9169         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9170
9171 2007-01-01  Romain Francoise  <romain@orebokech.com>
9172
9173         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
9174
9175 2006-12-31  Steve Youngs  <steve@sxemacs.org>
9176
9177         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
9178         `define-minor-mode' macro definition expanded properly.
9179         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
9180         exclude it there.
9181
9182         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
9183         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
9184         `fboundp' test.
9185         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
9186         This is OK to autoload in (S)XEmacs now.
9187
9188 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9189
9190         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
9191         keystroke.
9192         (gnus-summary-limit-to-singletons): Fix typo.
9193
9194         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
9195         else fails.
9196
9197 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9198
9199         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
9200         docstring.
9201
9202         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
9203         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
9204         (gnus-summary-insert-dormant-articles): Fix typo in message.
9205
9206 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
9207
9208         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
9209         nil for XEmacs.
9210         (gnus-message-citation-mode): Don't autoload in XEmacs.
9211
9212         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
9213
9214 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
9215
9216         * nnimap.el (nnimap-expunge-search-string): Mention
9217         nnimap-search-uids-not-since-is-evil in docstring.
9218
9219 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9220
9221         * spam.el: Revert to make-obsolete-variable because
9222         define-obsolete-variable-alias is not supported in Emacs 21.
9223
9224         * spam.el (spam-ifile-path, spam-ifile-database-path)
9225         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
9226         make-obsolete-variable.
9227         (spam-bsfilter-path, spam-bsfilter-program)
9228         (spam-spamassassin-path, spam-spamassassin-program)
9229         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
9230         use "path" inappropriately.
9231         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
9232         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
9233         variable names.
9234
9235 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
9236
9237         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
9238         summary buffer.
9239
9240         * password.el (password-cache-remove): Use clear-string to burn
9241         password, if available.
9242
9243 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9244
9245         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
9246
9247         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
9248
9249         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
9250         (gnus-message-highlight-citation): Move defcustom here from
9251         gnus-cite.el.
9252         (gnus-message-citation-mode): Autoload.
9253
9254         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
9255         checks to make it compile with XEmacs.
9256         (gnus-message-citation-mode): New minor mode.
9257         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
9258         (gnus-message-highlight-citation): New variables.
9259         (gnus-message-search-citation-line)
9260         (gnus-message-add-citation-keywords)
9261         (gnus-message-remove-citation-keywords)
9262         (turn-on-gnus-message-citation-mode)
9263         (turn-off-gnus-message-citation-mode): New functions.
9264
9265 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
9266
9267         * gnus-cite.el: Enable highlighting of different citation levels in
9268         message-mode.
9269
9270 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9271
9272         * message.el (message-make-fqdn): Fix comment.
9273         (message-bogus-system-names): Add ".local".
9274
9275         * spam.el (spam-ifile-path, spam-ifile-program)
9276         (spam-ifile-database-path, spam-ifile-database)
9277         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
9278         Don't use "path" inappropriately.
9279         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
9280         strings.
9281         (spam-check-ifile, spam-ifile-register-with-ifile)
9282         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
9283         new variable names.
9284
9285         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
9286         (gnus-treat-display-smileys): Simplify using
9287         gnus-image-type-available-p.
9288
9289         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
9290         available.
9291
9292         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
9293         `display-images-p' if available.
9294
9295 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9296
9297         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
9298         one after turning on the buffer's multibyteness instead of decoding
9299         them directly in the unibyte buffer that causes unexpected conversion
9300         in Emacs 23 (unicode).
9301
9302 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9303
9304         * message.el (message-generate-hashcash): Fix custom type.
9305
9306 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9307
9308         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
9309
9310 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9311
9312         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
9313         disconnect icons.  Add help text.
9314
9315 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
9316
9317         * spam.el (spam-extra-header-to-number): CRM114 spam score is
9318         negated to be consistent with the others we handle.
9319
9320 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9321
9322         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
9323         version of gnus-summary-buffer to something, so that we can use two
9324         article buffers at the same time.
9325
9326 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
9327
9328         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
9329         trigger all the extra headers.
9330         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
9331         sorting.
9332
9333 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9334
9335         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
9336         solid groups.
9337
9338 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
9339
9340         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
9341
9342 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
9343
9344         * legacy-gnus-agent.el: Add Copyright notice.
9345
9346 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
9347
9348         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
9349
9350 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9351
9352         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
9353
9354         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
9355         to make it work reliably in CVS Emacs.
9356         (gnus-summary-limit-strange-charsets-predicate)
9357         (gnus-summary-limit-to-predicate): New functions.
9358
9359 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
9360
9361         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
9362         specifying array size.
9363         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
9364         array if it is too small.
9365         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
9366         (gnus-sort-threads-loop): New function.
9367
9368 2006-12-06  Chris Moore  <dooglus@gmail.com>
9369
9370         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
9371         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
9372
9373 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
9374
9375         * mm-url.el (mm-url-predefined-programs): Call curl with correct
9376         options.
9377
9378 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9379
9380         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
9381         DOS-ing the recipient.
9382
9383         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
9384         the headers when creating the mapping to avoid mismappings.
9385         (nnweb-gmane-create-mapping): Always nix out old mapping.
9386
9387 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9388
9389         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
9390         and mm-verify-option to never.
9391
9392 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9393
9394         * message.el (message-signed-or-encrypted-p): New function.
9395         (message-forward-make-body): Use it.
9396
9397         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
9398         Replace encode-coding-string with mm-encode-coding-string.
9399
9400 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9401
9402         * nneething.el (nneething-decode-file-name): Replace
9403         decode-coding-string with mm-decode-coding-string.
9404
9405         * gnus-int.el (gnus-open-server): Say failed server's name.
9406
9407 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9408
9409         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
9410         strings to a single string.  Quote `errors-file-name'.
9411         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
9412         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
9413         Adjust calls.  Use `shell-quote-argument'.
9414
9415 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
9416
9417         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
9418         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
9419
9420         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
9421         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
9422         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
9423         (gnus-group-make-directory-group, gnus-group-transpose-groups):
9424         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
9425         (gnus-subscribe-newsgroup, gnus-1):
9426         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
9427         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
9428         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
9429         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
9430
9431 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9432
9433         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
9434         keystroke.
9435         (gnus-summary-limit-to-bodies): Implement headersp.
9436
9437 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9438
9439         * dns.el (query-dns): Protect against "Process dns deleted" strings.
9440
9441 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9442
9443         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
9444
9445 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9446
9447         * message.el (message-generate-hashcash): Expand range of values to
9448         include `opportunistic'.
9449         (message-send-mail): Use it.
9450
9451 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9452
9453         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
9454         and comment it.
9455
9456         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
9457
9458 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
9459
9460         * gnus-util.el (gnus-extract-address-components): Improve comment.
9461
9462 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9463
9464         * gnus-util.el (gnus-extract-address-components): Work with address in
9465         which the name portion contains @.
9466
9467         * lpath.el: Fbind custom-autoload.
9468
9469 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9470
9471         * gnus.el (gnus-start): Move custom group up.
9472         (gnus-select-method): Don't autoload, but make it available for
9473         `customize-variable'.
9474         (gnus-getenv-nntpserver): Don't autoload.
9475
9476 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
9477
9478         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
9479
9480 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9481
9482         * message.el (message-sendmail-extra-arguments): New variable.
9483         (message-send-mail-with-sendmail): Use it.
9484
9485 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9486
9487         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
9488         mm-with-unibyte-current-buffer to make string unibyte.
9489
9490         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
9491         mm-string-as-multibyte.
9492
9493 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
9494
9495         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
9496         Reported by Werner Koch <wk@gnupg.org>.
9497
9498 2006-11-14  Daiki Ueno  <ueno@p360>
9499
9500         * mml2015.el: Autoload epa-select-keys when compiling.
9501
9502 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9503
9504         * mml2015.el (mml2015-epg-sign): Save the signing keys in
9505         message-options.
9506         (mml2015-epg-encrypt): Save the recipient keys in message-options.
9507
9508 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9509
9510         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
9511         EasyPG (< 0.0.6).
9512         (mml2015-always-trust): New user option.
9513         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
9514         prompt.
9515
9516 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9517
9518         * nntp.el (nntp-authinfo-force): New variable.
9519         (nntp-send-authinfo): Use it.
9520
9521 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
9522
9523         * message.el (message-strip-subject-encoded-words): Allow _not_ to
9524         decode encoded words.  Improve prompt.  Add comment about forwarding.
9525         (message-replacement-char): Move up.
9526
9527 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
9528
9529         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
9530         instead of gnus-intersection because arguments of gnus-sorted-nunion
9531         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
9532
9533 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
9534
9535         * message.el (message-strip-subject-encoded-words): Reformat prompt.
9536         (message-simplify-subject-functions): Enable
9537         message-strip-subject-encoded-words by default.
9538
9539 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
9540
9541         * message.el (message-strip-subject-encoded-words): New function.
9542         (message-simplify-subject-functions): New variable.
9543         (message-simplify-subject): Use it.  Fix typo in doc string.
9544         Support message-strip-subject-encoded-words.
9545
9546 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
9547
9548         * gnus-diary.el (gnus-diary-delay-format-function):
9549         * nndiary.el (nndiary-reminders):
9550         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
9551
9552 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9553
9554         * gnus-art.el (article-hide-boring-headers): Fetch date from
9555         gnus-original-article-buffer to avoid problems with localized date
9556         strings.
9557
9558 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9559
9560         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
9561
9562 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
9563
9564         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9565         New variables.
9566         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9567         (mm-charset-synonym-alist): Move some entries to
9568         mm-codepage-iso-8859-list.
9569         (mm-charset-synonym-alist, mm-charset-override-alist): Add
9570         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9571
9572 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9573
9574         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
9575
9576 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9577
9578         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
9579         with Emacs 21 and XEmacs.
9580
9581 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
9582
9583         * spam.el (spam-parse-address): New function for better parsing,
9584         catching errors, etc.
9585         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
9586
9587 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9588
9589         * mm-view.el: Add interactive arg to html2text autoload.
9590
9591 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9592
9593         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
9594
9595 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
9596
9597         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
9598         variables.
9599         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9600         (mm-charset-synonym-alist): Move some entries to
9601         mm-codepage-iso-8859-list.
9602
9603         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
9604
9605 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
9606
9607         * message.el (message-citation-line-format)
9608         (message-insert-formated-citation-line): Fix implementation of %E, %N
9609         and %n according to the doc string.
9610
9611 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
9612
9613         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
9614         car-safe to avoid bad parses.
9615
9616 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9617
9618         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
9619         names.
9620
9621         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
9622
9623 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9624
9625         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
9626         header.
9627
9628         * message.el (message-draft-headers): Add Date.
9629         (message-headers-to-generate): Fix typo in docstring.
9630
9631         * nndraft.el (nndraft-required-headers): New variable.
9632         (nndraft-generate-headers): Use it.
9633
9634         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
9635
9636 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9637
9638         * gnus-registry.el (gnus-registry-wash-for-keywords)
9639         (gnus-registry-find-keywords): New functions to allow easy searching of
9640         articles that are in the registry.
9641
9642 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9643
9644         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
9645         ietf-drums-parse-address instead of gnus-extract-address-components.
9646         Reported by Damien Elmes <damien@repose.cx>.
9647
9648 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9649
9650         * gnus.el (gnus-mime): Remove unused custom group.
9651
9652 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9653
9654         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
9655         "blank line" when searching for end of armor headers.
9656
9657 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9658
9659         * gmm-utils.el (gmm-write-region): Fix variable name.
9660
9661 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
9662
9663         * gmm-utils.el (gmm-write-region): New function based on compatibility
9664         code from `mm-make-temp-file'.
9665
9666         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
9667
9668         * nnmaildir.el (nnmaildir--update-nov)
9669         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
9670         Use `gmm-write-region'.
9671
9672 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9673
9674         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
9675         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9676
9677         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
9678
9679         * message.el (message-replacement-char): New variable.
9680         (message-fix-before-sending): Use it.
9681         (message-simplify-subject): New function to remove duplicate code.
9682         (message-reply, message-followup): Use it.
9683
9684         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
9685         gnus-summary-limit-to-articles.
9686
9687 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9688
9689         * gnus-util.el (gnus-with-local-quit): New macro.
9690
9691         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
9692
9693 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
9694
9695         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
9696         ignore non-string data.
9697
9698 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
9699
9700         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
9701         non-string data (needs to be done in the registry too).
9702
9703 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9704
9705         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
9706         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
9707         (gnus-registry-split-fancy-with-parent)
9708         (gnus-registry-fetch-simplified-message-subject-fast)
9709         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
9710         Remove text properties on ingress into the registry and when it's saved.
9711         (gnus-registry-clean-empty-function): Fix bug with cleaning the
9712         registry from entries with no groups.
9713
9714 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9715
9716         * gnus-util.el (gnus-string-remove-all-properties): Add utility
9717         function to remove string properties.
9718
9719 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9720
9721         * gmm-utils.el (gmm): Adjust custom version.
9722
9723         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
9724         custom version.
9725
9726         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
9727
9728 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9729
9730         * gnus-art.el (gnus-insert-prev-page-button)
9731         (gnus-insert-next-page-button): Simplify.  Reformat.
9732
9733 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9734
9735         * gnus-art.el (gnus-insert-prev-page-button)
9736         (gnus-insert-next-page-button): Apply gnus-article-button-face.
9737
9738 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
9739
9740         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
9741
9742 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9743
9744         * gnus-art.el (gnus-insert-mime-button)
9745         (gnus-insert-mime-security-button):
9746         Apply gnus-article-button-face to MIME and security buttons.
9747
9748 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
9749
9750         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
9751         readable.
9752
9753 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9754
9755         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
9756
9757 2006-09-20  Steve Youngs  <steve@sxemacs.org>
9758
9759         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
9760         `browse-url-of-file' instead of `browse-url'.
9761
9762 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9763
9764         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9765         regexp.  Articles containing quotation were cut prematurely.
9766
9767 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9768
9769         * message.el (message-cite-original-1): Use nobody by default for the
9770         value of From header.
9771         (message-reply): Ditto.
9772
9773 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
9774
9775         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
9776         to the gnus-info.  This fixes a bug of inline-PGP message verification.
9777         Reported by Michael Piotrowski <mxp@dynalabs.de>.
9778
9779 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
9780
9781         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
9782         mails in the doc string.  Add some URLs in comment.
9783         (pop3-movemail): Warn about pop3-leave-mail-on-server.
9784
9785 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9786
9787         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
9788         backslashes handling and the way to find boundaries of quoted strings.
9789
9790 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
9791
9792         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
9793         mml1991-encrypt-to-self is set and mml1991-signers is not set.
9794         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
9795         mml2015-encrypt-to-self is set and mml2015-signers is not set.
9796
9797 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9798
9799         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
9800         doc string.
9801         (gnus-button-regexp, gnus-button-last): Remove unused variables.
9802
9803 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9804
9805         * lpath.el: Fbind epg-check-configuration.
9806
9807 2006-09-06  Simon Josefsson  <jas@extundo.com>
9808
9809         * mml2015.el (mml2015-use): Doc fix, mention epg.
9810
9811 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9812
9813         * mml2015.el (mml2015-use): Default to epg, if available.
9814
9815 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9816
9817         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
9818         message-sender.
9819         (mml1991-epg-encrypt): Ditto.
9820         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
9821         message-sender.
9822         (mml2015-epg-encrypt): Ditto.
9823
9824 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
9825
9826         * message.el (message-send-mail-with-sendmail): Look for sendmail in
9827         several common directories.
9828
9829 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
9830
9831         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
9832         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
9833
9834 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9835
9836         * gnus-art.el (article-decode-encoded-words): Make it fast.
9837
9838 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9839
9840         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
9841
9842         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
9843         in quoted string into `\'.
9844
9845 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9846
9847         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9848         Use standard-syntax-table.
9849
9850 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9851
9852         * gnus-art.el (gnus-decode-address-function): New variable.
9853         (article-decode-encoded-words): Use it to decode headers which are
9854         assumed to contain addresses.
9855         (gnus-mime-delete-part): Remove useless `or'.
9856
9857         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
9858         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
9859         (gnus-nov-parse-line): Use it to decode From header.
9860         (gnus-get-newsgroup-headers): Ditto.
9861         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
9862
9863         * mail-parse.el (mail-decode-encoded-address-region): New alias.
9864         (mail-decode-encoded-address-string): New alias.
9865
9866         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9867         New function.
9868         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
9869         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
9870         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
9871         (rfc2047-decode-string): Ditto.
9872         (rfc2047-decode-address-region): New function.
9873         (rfc2047-decode-address-string): New function.
9874
9875 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
9876
9877         * message.el (message-caesar-buffer-body): Allow rotating headers.
9878
9879         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
9880
9881         * message.el (message-insert-formated-citation-line): Fix %f.
9882         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
9883
9884 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9885
9886         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
9887         (gnus-bookmark-mouse-available-p): New macro.
9888         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
9889         (gnus-bookmark-bmenu-show-infos): Use it.
9890         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
9891         (gnus-bookmark-bmenu-hide-infos): Ditto.
9892         (gnus-bookmark-remove-properties): New function.
9893         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
9894         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
9895         (gnus-bookmark-write-file): Bind coding-system-for-write.
9896         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
9897         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
9898         group before selecting it.
9899         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
9900         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
9901         quit-window if it is not available; use gnus-mouse-2 and bind it to
9902         gnus-bookmark-bmenu-select-by-mouse.
9903         (gnus-bookmark-show-details): Remove unused variable `details-list'.
9904         (gnus-bookmark-bmenu-select-by-mouse): New function.
9905
9906 2006-08-13  Romain Francoise  <romain@orebokech.com>
9907
9908         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
9909         space.
9910
9911 2006-08-10  Romain Francoise  <romain@orebokech.com>
9912
9913         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
9914         (dns-mode-soa-auto-increment-serial): New user option.
9915         (dns-mode-soa-maybe-increment-serial): New function.
9916         (dns-mode): Add the latter to `write-contents-functions'.
9917
9918 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9919
9920         * compface.el (uncompface): Use binary rather than raw-text-unix.
9921
9922 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9923
9924         * compface.el (uncompface): Make sure the eol conversion doesn't take
9925         place when communicating with the external programs.  Reported by
9926         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9927
9928 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9929
9930         * nnheader.el (nnheader-insert-head): Fix typo in comment.
9931
9932 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9933
9934         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9935         Make it more robust by parsing author and date independently.
9936
9937 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9938
9939         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
9940
9941 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
9942
9943         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
9944         first matching secret key.
9945         (mml2015-epg-encrypt): Ditto.
9946
9947         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
9948         first matching secret key.
9949         (mml1991-epg-encrypt): Ditto.
9950
9951         * mml2015.el (mml2015-encrypt-to-self): New user option.
9952         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
9953         mml2015-epg-encrypt-to-self is set.
9954
9955         * mml1991.el (mml1991-encrypt-to-self): New variable.
9956         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
9957         mml1991-epg-encrypt-to-self is set.
9958
9959         * mml2015.el (mml2015-signers): New user option.
9960         (mml2015-epg-sign): Reflect the value of mml2015-signers.
9961         (mml2015-epg-encrypt): Allow to select signing keys.
9962
9963         * mml1991.el (mml1991-signers): New variable.
9964         (mml1991-epg-sign): Reflect the value of mml1991-signers.
9965         (mml1991-epg-encrypt): Allow to select signing keys.
9966
9967 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9968
9969         * nnheader.el (nnheader-insert-head): Make it work even if the file
9970         uses CRLF for the line-break code.
9971
9972 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
9973
9974         * mml2015.el: Require mml-sec instead of password.
9975         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
9976         (mml2015-cache-passphrase): Inherit the default value from
9977         mml-secure-cache-passphrase.
9978         (mml2015-passphrase-cache-expiry): Inherit the default value from
9979         mml-secure-passphrase-cache-expiry.
9980
9981         * mml1991.el: Require mml-sec instead of password.
9982         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
9983         (mml1991-cache-passphrase): Inherit the default value from
9984         mml-secure-cache-passphrase.
9985         (mml1991-passphrase-cache-expiry): Inherit the default value from
9986         mml-secure-passphrase-cache-expiry.
9987
9988         * mml-sec.el: Require password.
9989         (mml-secure-verbose): New user option.
9990         (mml-secure-cache-passphrase): New user option.
9991         (mml-secure-passphrase-cache-expiry): New user option.
9992
9993 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
9994
9995         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
9996         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
9997         andreas@altroot.de (Andreas Vögele).
9998
9999         FIXME: Use `tiny change'?
10000
10001 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10002
10003         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
10004         workaround for the url package included with Emacs.
10005
10006         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10007
10008 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10009
10010         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
10011         correctly.  This fixes a bug caused by the 2006-05-12 change.
10012
10013 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
10014
10015         * nnmail.el (nnmail-article-group): If splitting raises an error, give
10016         some information about the error when saying that the `bogus' mail
10017         group will be used.
10018
10019 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
10020
10021         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
10022         string.
10023
10024 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
10025
10026         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
10027
10028 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10029
10030         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
10031
10032 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10033
10034         * mml1991.el (mml1991-function-alist): Add epg.
10035         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
10036         (mml1991-epg-encrypt): New functions.
10037
10038 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10039
10040         * mml2015.el (mml2015-verbose): New variable.
10041         (mml2015-cache-passphrase): Ditto.
10042         (mml2015-passphrase-cache-expiry): Ditto.
10043         (mml2015-function-alist): Add epg.
10044         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
10045         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
10046         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
10047         functions.
10048
10049 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10050
10051         * message.el (message-cite-original-1): Preserve region when removing
10052         quoted text due to X-No-Archive in order to avoid bogus attribution
10053         when citing multiple messages.
10054
10055 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10056
10057         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
10058         Kenneth Jacker <khj@be.cs.appstate.edu>.
10059
10060 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
10061
10062         * gnus-diary.el (gnus-user-format-function-d)
10063         (gnus-user-format-function-D): Autoload.
10064
10065         * imap.el (Commentary): Fix typo.
10066
10067         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
10068         2006-04-22 contribution.
10069
10070 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10071
10072         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
10073         It didn't really fix the bogosity I'm seeing with solid web groups.
10074
10075 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10076
10077         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
10078         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
10079         created using server names.  If we use the feature without declaring
10080         it, Gnus does not properly manage server and group state.
10081
10082         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
10083         bound.
10084
10085 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10086
10087         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
10088         looking up the method using GROUP's prefix before inventing a new one.
10089         It is used on killed/unknown groups in various places where returning
10090         an all-new method isn't expected by the caller.
10091
10092         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
10093         and match semantics of gnus-group-real-prefix.
10094
10095 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
10096
10097         * nnmail.el (nnmail-broken-references-mailers): New variable.
10098         (nnmail-ignore-broken-references): New function generalizing
10099         nnmail-fix-eudora-headers.
10100         (nnmail-fix-eudora-headers): Now obsolete.
10101
10102         * gnus-art.el (gnus-button-handle-custom): Support
10103         `customize-apropos*'.
10104
10105 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10106
10107         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
10108
10109         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
10110         articles.
10111
10112 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
10113
10114         * message.el (message-cite-reply-above): New variable.
10115         (message-yank-original): Use it.
10116
10117 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10118
10119         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
10120
10121 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
10122
10123         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
10124         as read.
10125
10126         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
10127
10128 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
10129
10130         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
10131         (gnus-bookmark-default-file): Use gnus-directory.
10132         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
10133         Remove "*" in doc string.
10134         (gnus-bookmark-write-file): Simplify.
10135         (gnus-bookmark-maybe-sort-alist): Use `when'.
10136         (gnus-bookmark-get-bookmark): Fix typo in doc string.
10137         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
10138         FIXME about Emacs 21 and XEmacs compatibility.
10139         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
10140         compatibility.
10141         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
10142         compatibility.
10143         (gnus-bookmark-menu-heading): Fix version.
10144
10145 2006-06-19  Bastien Guerry  <bzg@altern.org>
10146
10147         * gnus-bookmark.el: New file.
10148
10149 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10150
10151         * message.el (message-syntax-checks): Doc fix.
10152
10153 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10154
10155         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
10156         unsubscribed groups as if they were killed ones.  It causes duplicate
10157         entries in gnus-newsrc-alist.
10158
10159 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10160
10161         * message.el (message-syntax-checks): Doc fix.
10162         (message-send-mail): Add check for continuation headers.
10163         (message-check-news-header-syntax): Fix regexp used to check for
10164         continuation headers.
10165
10166 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10167
10168         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
10169
10170 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
10171
10172         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
10173
10174 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10175
10176         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
10177         default-truncate-lines.
10178
10179 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10180
10181         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
10182         to fill the utf-8 entry.
10183
10184         * lpath.el: Fbind unicode-precedence-list.
10185
10186 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10187
10188         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10189
10190 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
10191
10192         * gnus-agent.el (directory-files-and-attributes): Move all the way
10193         forward (the third and final move).
10194         (gnus-agent-read-agentview): Trap reconstruction errors due to
10195         nonexistant directory.  Handle by returning nil.
10196
10197 2006-05-30  Didier Verna  <didier@xemacs.org>
10198
10199         * message.el (message-dont-reply-to-names): Update the custom type.
10200         * message.el (message-dont-reply-to-names): New defsubst: potentially
10201         convert a list of regexps into a single one.
10202         * message.el (message-get-reply-headers): Use it.
10203         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
10204
10205 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10206
10207         * gnus-agent.el (directory-files-and-attributes): Move forward.
10208
10209 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10210
10211         * gnus-ml.el (gnus-mailing-list-subscribe)
10212         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
10213         (gnus-mailing-list-message): Fix doc strings.
10214
10215 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10216
10217         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
10218         of doing it manually.
10219
10220 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10221
10222         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
10223         comment.
10224
10225 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
10226
10227         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
10228         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
10229         (gnus-agent-read-local): All symbols allocated in my-obarray.
10230         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
10231         (gnus-agent-regenerate-group): Check numeric names to see if they are
10232         messages or groups.
10233         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
10234         better way of do this...)
10235
10236         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
10237         'dummy.group' (there should be a better way of do this...)
10238
10239 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10240
10241         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
10242         (gnus-saved-headers): Ditto.
10243         (gnus-default-article-saver): Mention functions may have properties.
10244         (gnus-article-save): Override gnus-save-all-headers and
10245         gnus-saved-headers by :headers property which saver function may have.
10246         (gnus-summary-save-in-file): Add :headers property.
10247         (gnus-summary-write-to-file): Ditto.
10248
10249         * gnus-sum.el (gnus-summary-save-article): Bind
10250         gnus-prompt-before-saving to t when saving many articles in a file;
10251         always show all headers.
10252
10253         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
10254
10255 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10256
10257         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
10258         marks.
10259
10260         * message.el (message-indent-citation): Add optional arguments to allow
10261         using it outside of message buffers.
10262
10263         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
10264         (gnus-article-treat-unfold-headers): Use it.
10265         (gnus-article-truncate-lines): New variable.
10266         (gnus-article-mode): Use it.
10267         (gnus-article-toggle-truncate-lines): New function.
10268
10269         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
10270         gnus-article-toggle-truncate-lines.
10271
10272         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
10273         coding system in XEmacs, use binary.
10274
10275 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10276
10277         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
10278         after-load-alist.
10279
10280         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
10281         this function should save decoded articles.
10282         (gnus-summary-write-to-file): Use property to specify this function
10283         should save decoded articles and specify gnus-summary-save-in-file
10284         should be used to save articles other than the first one when saving
10285         many articles.
10286         (gnus-summary-save-body-in-file): Use property to specify this
10287         function should save decoded articles.
10288         (gnus-summary-write-body-to-file): Use property to specify this
10289         function should save decoded articles and specify
10290         gnus-summary-save-body-in-file should be used to save articles other
10291         than the first one when saving many articles.
10292
10293         * gnus-sum.el (gnus-summary-save-article): Simplify.
10294
10295 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10296
10297         * gnus-art.el (gnus-default-article-saver): Add
10298         gnus-summary-write-body-to-file.
10299         (gnus-article-save-coding-system): Don't use coding system object
10300         in XEmacs.
10301         (gnus-read-save-file-name): Add optional `dir-var' argument which
10302         specifies directory in which files are saved; work even if optional
10303         `variable' argument is not specified.
10304         (gnus-summary-write-to-file): Read file name.
10305         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
10306         (gnus-summary-write-body-to-file): New function.
10307
10308         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
10309         (gnus-summary-local-variables): Add it.
10310         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
10311         (gnus-summary-save-article): Remove optional `decode' argument;
10312         determine whether to decode articles by the value of
10313         gnus-default-article-saver; when saving many files using
10314         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
10315         it first and use gnus-summary-save-in-file or
10316         gnus-summary-save-body-in-file thereafter unless
10317         gnus-prompt-before-saving is always; move point to article which
10318         will be saved.
10319         (gnus-summary-save-article-file): Revert.
10320         (gnus-summary-write-article-file): Revert.
10321         (gnus-summary-save-article-body-file): Revert.
10322         (gnus-summary-write-article-body-file): New function.
10323
10324 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10325
10326         * gnus-art.el (gnus-default-article-saver): Doc fix.
10327         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
10328         from gnus-summary-save-article-coding-system, and default to a
10329         certain coding system.
10330         (gnus-output-to-file): Add coding cookie and encode text according
10331         to gnus-article-save-coding-system; don't use mm-append-to-file.
10332
10333         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
10334         gnus-art.el and rename to gnus-article-save-coding-system.
10335         (gnus-summary-save-article): Require gnus-art; don't show all
10336         headers if it decodes articles; don't add coding cookie here;
10337         don't bind mm-text-coding-system-for-write.
10338         (gnus-summary-save-article-file): Save decoded articles.
10339         (gnus-summary-write-article-file): When saving many files, use
10340         gnus-summary-write-to-file first and gnus-summary-save-in-file
10341         thereafter unless gnus-prompt-before-saving is always.
10342         (gnus-summary-save-article-body-file): Save decoded articles.
10343
10344         * lpath.el: Fbind select-safe-coding-system for XEmacs.
10345
10346 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10347
10348         * nnrss.el (nnrss-check-group): Bind hash-index.
10349
10350 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
10351
10352         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
10353         its hash index.  Store this hash in `nnrss-group-data'.
10354         (nnrss-read-group-data): Update accordingly.
10355
10356 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10357
10358         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
10359         entry.
10360
10361         * gnus-sum.el (gnus-summary-make-menu-bar): Add
10362         gnus-article-browse-html-article.
10363
10364 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
10365
10366         * gnus-sum.el (gnus-summary-mime-map): Add
10367         gnus-article-browse-html-article.
10368
10369         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
10370
10371 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10372
10373         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
10374         suitable coding systems in customize.
10375
10376 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
10377
10378         * mail-source.el (mail-sources): Fix custom type.
10379
10380 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
10381
10382         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
10383         (gnus-summary-expire-articles-now): Shorten prompt.
10384
10385         * gmm-utils.el (wid-edit): Require.
10386         (defun-gmm): Renamed from `gmm-defun-compat'.
10387         (gmm-image-search-load-path): Use it.
10388         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
10389
10390 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10391
10392         * gnus-sum.el (gnus-summary-save-article-coding-system): New
10393         variable.
10394         (gnus-summary-save-article): Add optional `decode' argument.  If
10395         it is set and gnus-summary-save-article-coding-system is non-nil,
10396         save decoded article.
10397         (gnus-summary-write-article-file): Save decoded article if
10398         gnus-summary-save-article-coding-system is non-nil.
10399
10400         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
10401         type.
10402
10403 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10404
10405         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
10406
10407 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10408
10409         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
10410         first to test gnus-single-article-buffer which may be buffer-local.
10411
10412         * gnus-sum.el (gnus-summary-setup-buffer): Make
10413         gnus-single-article-buffer buffer-local and nil in ephemeral
10414         group; make gnus-article-buffer, gnus-article-current, and
10415         gnus-original-article-buffer always buffer-local.
10416         (gnus-summary-exit): Kill article buffer belonging to ephemeral
10417         group.
10418         (gnus-handle-ephemeral-exit): Don't move to next summary line.
10419
10420 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10421
10422         * nnml.el (nnml-request-compact-group): Compressed files might not
10423         have .gz extension.
10424
10425 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10426
10427         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
10428         (mm-copy-to-buffer): Use with-current-buffer.
10429         (mm-display-part): Simplify.
10430         (mm-inlinable-p): Add optional arg `type'.
10431
10432 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10433
10434         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
10435         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
10436         Try harder to show the attachment internally or externally using
10437         gnus-mime-view-part-as-type.
10438
10439 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10440
10441         * message.el (message-from-style, message-signature-separator)
10442         (message-user-organization-file, message-send-mail-function)
10443         (message-citation-line-function, message-yank-prefix)
10444         (message-indent-citation-function, message-signature)
10445         (message-signature-file, message-signature-insert-empty-line):
10446         Remove autoloads.
10447
10448         * gnus-art.el (gnus-buttonized-mime-types): Remove
10449         "multipart/signed".  Revert 2006-04-26 change.
10450
10451 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10452
10453         * gnus.el (gnus-version-number): Bump version.
10454
10455 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10456
10457         * gnus.el: No Gnus v0.5 is released.
10458
10459 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10460
10461         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
10462         fetching articles by message-id.
10463
10464 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10465
10466         * message.el (hashcash): Require hashcash as normal.
10467
10468         * ecomplete.el (ecomplete-highlight-match-line): Use
10469         point-at-eol.
10470         (ecomplete-highlight-match-line): Use `highlight', because that
10471         face exists in both Emacs and XEmacs.
10472
10473         * message.el (message-display-abbrev): Use point-at-bol.
10474
10475         * mail-source.el: Don't require timer/timer-funcs.
10476
10477         * gnus-async.el: Ditto.
10478
10479         * password.el: Ditto.
10480
10481         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
10482
10483         * mm-url.el: Ditto.
10484
10485         * gnus-xmas.el: Don't require timer-funcs.
10486
10487         * mm-util.el: Require timer/timer-funcs.
10488
10489 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10490
10491         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
10492         Close.
10493
10494 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10495
10496         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
10497         unibyte after clear-decrypt function runs.
10498
10499         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
10500         returns as a unibyte string.
10501
10502 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10503
10504         * lpath.el: Revert.
10505
10506         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
10507         (pgg-gpg-process-sentinel): Revert.
10508
10509         * pgg-pgp.el (pgg-pgp-process-region): Revert.
10510         (pgg-pgp-lookup-key): Revert.
10511
10512         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
10513         (pgg-pgp5-lookup-key): Revert.
10514
10515         * pgg.el (pgg-fetch-key): Revert.
10516
10517 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10518
10519         * lpath.el: Fbind string-as-multibyte for XEmacs.
10520
10521         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
10522         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
10523         (mml1991-pgg-encrypt): Ditto.
10524
10525         * pgg-gpg.el (pgg-string-to-multibyte): New function.
10526         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
10527         a multibyte buffer.
10528
10529         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
10530         (pgg-pgp-lookup-key): Ditto.
10531
10532         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
10533         (pgg-pgp5-lookup-key): Ditto.
10534
10535         * pgg.el (pgg-fetch-key): Ditto.
10536
10537 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
10538
10539         * message.el (message-user-organization-file): Check several
10540         locations of the organization file.
10541
10542         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
10543         Add gnus-article-view-part-as-type.
10544
10545         * gnus-art.el (gnus-article-view-part-as-type): New function.
10546
10547         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
10548         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
10549
10550         * mml.el: Simplify autoload.
10551         (mml-mode): defvar dnd-protocol-alist instead of using
10552         symbol-value.
10553         (mml-default-directory): New variable.
10554         (mml-minibuffer-read-file): Use it.
10555         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
10556
10557         * message.el (message-citation-line-format): New variable.
10558         (message-insert-formated-citation-line): New function.
10559         (message-citation-line-function): Add
10560         `message-insert-formated-citation-line' to custom type.
10561
10562         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
10563         to doc string.
10564
10565         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
10566         depending on mm-verify-option.
10567
10568 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10569
10570         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
10571         binding pgg-* variables; reimplement the section which prevents
10572         MIME header from being signed.
10573         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
10574         pgg-text-mode; remove a blank line at the top of body.
10575
10576         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
10577         lines at the top of body; use gnus-newsgroup-charset if there's no
10578         Charset header.
10579
10580 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10581
10582         * message.el (message-self-insert-commands): Doc fix.
10583
10584         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
10585         (mm-uu-pgp-encrypted-test): Ditto.
10586         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
10587         between header and body; return application/pgp-encrypted handle
10588         if decryption failed; decode decrypted body by charset.
10589
10590         * mm-decode.el (mm-automatic-display): Don't make application/pgp
10591         element match to application/pgp-*.
10592
10593 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10594
10595         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
10596         HTML.
10597
10598 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10599
10600         * mail-source.el (mail-source-call-script): Message the error
10601         string.
10602
10603 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10604
10605         * gnus-util.el (gnus-byte-compile): Use it.
10606
10607 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
10608
10609         * gnus-util.el (kill-empty-logs): New function.
10610
10611 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10612
10613         * message.el (message-mail-alias-type): Doc fix.
10614         (message-mail-alias-type-p): New function.
10615         (message-send): Use it.
10616         (message-mode): Ditto.
10617         (message-strip-forbidden-properties): Ditto.
10618
10619         * ecomplete.el (ecomplete-database-file-coding-system): New
10620         variable.
10621         (ecomplete-save): Use it.
10622         (ecomplete-setup): Use it.
10623
10624 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10625
10626         * message.el (message-self-insert-commands): New variable.
10627         (message-strip-forbidden-properties): Use it.
10628
10629 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10630
10631         * message.el (message-put-addresses-in-ecomplete): Use a regexp
10632         that doesn't make XEmacs choke.
10633
10634 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
10635
10636         * gnus-util.el (gnus-replace-in-string):
10637         Prefer replace-regexp-in-string over of replace-in-string.
10638
10639 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10640
10641         * gnus-util.el (gnus-select-frame-set-input-focus):
10642         Use select-frame-set-input-focus if it is available in XEmacs; use
10643         definition defined in Emacs 22 for old Emacsen.
10644
10645         * dgnushack.el: Autoload unmorse-region for XEmacs.
10646
10647         * lpath.el: Bind cursor-in-non-selected-windows and
10648         select-frame-set-input-focus for XEmacs.
10649
10650 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10651
10652         * mm-view.el (mm-inline-text): Use equal instead of equalp.
10653
10654 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
10655
10656         * gnus-registry.el (gnus-registry-cache-save): Remove text
10657         properties when saving via the temp buffer.
10658
10659 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10660
10661         * message.el (message-generate-hashcash): Honor custom type.
10662
10663 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10664
10665         * message.el (message-generate-hashcash): Default to non-nil when
10666         hashcash is found.
10667
10668         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
10669         (gnus-refer-thread-limit): Increase default to 500.
10670
10671         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
10672
10673         * flow-fill.el (fill-flowed): Allow delete-space.
10674
10675 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10676
10677         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10678         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
10679         Remove autoloads.
10680
10681 2006-04-18  Simon Josefsson  <jas@extundo.com>
10682
10683         * message.el (message-generate-hashcash): Default to.
10684
10685 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10686
10687         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10688         concatenating segments rather than before concatenating them.
10689
10690 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10691
10692         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
10693
10694 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10695
10696         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
10697
10698         * message.el (message-forward-make-body-plain): Allow
10699         message-forward-ignored-headers to be a list.
10700         (message-remove-ignored-headers): Factor out into function.
10701         (message-forward-make-body-mml): Use it.
10702
10703         * imap.el (imap-quote-specials): New function.
10704         (imap-login-auth): Quote specials.
10705
10706         * rfc2231.el (rfc2231-parse-string): Remove dead code.
10707         (rfc2231-parse-string): Allow concatanation of parameters that
10708         aren't contiguous.  The test case is
10709           (mail-header-parse-content-type "message/external-body;
10710             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
10711             access-type=LOCAL-FILE;
10712             name*1*=plugh%2fhello-sailor%2fbing.pdf")
10713
10714 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10715
10716         * nntp.el (nntp-accept-process-output): Return the value of
10717         `nnheader-accept-process-output'.
10718
10719 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10720
10721         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
10722         (gnus-button-alist): Recognize more diff formats.
10723         (gnus-button-patch): Strip directory.
10724
10725 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10726
10727         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
10728         Emacs 22 when setting focus.
10729
10730 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10731
10732         * gnus-art.el (gnus-article-treat-types): Do treatment of
10733         text/x-verbatim parts.
10734         (gnus-button-patch): New command.
10735
10736         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
10737         addresses that contain invalid characters.
10738
10739 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10740
10741         * message.el (message-put-addresses-in-ecomplete): Use
10742         gnus-replace-in-string.
10743         (message-is-yours-p): Use the more correct
10744         mail-header-parse-address instead of
10745         mail-extract-address-components.
10746         (message-put-addresses-in-ecomplete): Fix typo.
10747
10748         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
10749         keystroke.
10750
10751         * gnus-art.el (gnus-treatment-function-alist): Change order of
10752         newsgroups/generic header folding to avoid double-folding.
10753
10754         * message.el (message-hidden-headers): Add X-Draft-From.
10755
10756         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
10757         command.
10758         (gnus-summary-repeat-search-article-backward): New command.
10759
10760         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
10761         groups in the parent topic.
10762
10763 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
10764
10765         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
10766         (spam-extra-header-to-number): Return the CRM114 number as a
10767         number instead of a string.
10768
10769 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10770
10771         * gnus-art.el (gnus-face-properties-alist): Moved here from
10772         gnus-fun.
10773
10774         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
10775
10776 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10777
10778         * message.el (message-strip-forbidden-properties): Only display on
10779         self-insert-command.
10780
10781         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
10782         reindent.
10783         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
10784
10785 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
10786
10787         * smiley.el (smiley-style): Fix typo.
10788
10789 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10790
10791         * hashcash.el (hashcash-insert-payment-async-2): Use
10792         message-goto-eoh instead of doing it manually.
10793         (mail-add-payment): Use message-narrow-to-header instead of trying
10794         to do the same itself.
10795
10796         * message.el (message-hidden-headers): Add Face.
10797
10798         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
10799         reparenting code.
10800         (gnus-summary-reparent-children): Refactored out code.
10801         (gnus-summary-thread-map): New keystroke.
10802         (gnus-summary-reparent-children): Make into command.
10803
10804         * smiley.el (smiley-style): Default to `medium' if using a large
10805         font.
10806
10807         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
10808         does it itself.
10809
10810         * message.el (message-point-in-header-p): Simplify definition.
10811
10812 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10813
10814         * nnagent.el (nnagent-request-set-mark): Silence log file
10815         writing.
10816         (nnagent-request-set-mark): Use write-region instead of
10817         append-to-file.
10818
10819         * gnus-sum.el (gnus-read-header): Fudge article number if using a
10820         strange select method.
10821
10822         * ecomplete.el (ecomplete-display-matches): Get highlightling
10823         right.
10824         (ecomplete-display-matches): Use literals.
10825         (ecomplete-display-matches): Disable message logging.
10826
10827         * message.el (message-display-abbrev): Small optimization.
10828
10829         * ecomplete.el (ecomplete-display-matches): Allow automatic
10830         display.
10831
10832         * message.el (message-strip-forbidden-properties): Display
10833         abbrevs.
10834         (message-display-abbrev): Get automatic display right.
10835
10836         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
10837         keystrokes.
10838
10839 2006-04-13  Romain Francoise  <romain@orebokech.com>
10840
10841         TODO: Backport to v5-10!
10842
10843         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
10844         Moved here (and renamed) from gnus-registry.el.
10845
10846         * gnus-registry.el: Require gnus-util.
10847         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
10848
10849 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10850
10851         * gnus-group.el (gnus-group-catchup-current): Change
10852         if-then-else-if-then-else into cond.
10853         (gnus-group-catchup): Indent.
10854         (group-name-at-point): New function.
10855         (gnus-fetch-group): Provide default from thing at point.
10856
10857 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10858
10859         * message.el (message-display-abbrev): Fix regexp.
10860
10861         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
10862         choosing.
10863         (ecomplete-highlight-match-line): Fix up code rewrite, remove
10864         dead variables.
10865
10866         * message.el (message-newline-and-indent): Remove debugging.
10867         (message-display-abbrev): Use new implementation.
10868
10869 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
10870
10871         * gnus-art.el (gnus-article-mode): Set
10872         cursor-in-non-selected-windows to nil.
10873
10874         * smiley.el: Revert previous change.
10875         (smiley-data-directory): defvar it before using it in the
10876         defcustom of `smiley-style'.
10877
10878 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10879
10880         * message.el (message-newline-and-indent): New function.
10881
10882         * ecomplete.el: Implement more bits.
10883
10884         * message.el (message-put-addresses-in-ecomplete): Clean up the
10885         string.
10886
10887         * ecomplete.el (ecomplete-add-item): Chop off decimals.
10888
10889         * gnus-sum.el (gnus-summary-save-parts): Bind
10890         gnus-summary-save-parts-counter and use it to make unique file
10891         names.
10892
10893         * gnus-art.el (gnus-ignored-headers): Add some more headers.
10894
10895         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
10896         parameter to say whether to actually parse the individual
10897         addresses.
10898
10899         * message.el (message-put-addresses-in-ecomplete): New function.
10900         (ecomplete): Require.
10901         (message-mail-alias-type): Add ecomplete as an option.
10902
10903 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
10904
10905         * flow-fill.el (fill-flowed): Remove trailing space from blank
10906         quoted lines.
10907
10908 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10909
10910         * smiley.el (smiley-style): Move definition later to avoid a
10911         compilation warning.
10912
10913 2006-04-12  Kenichi Handa  <handa@m17n.org>
10914
10915         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10916         buffer and then decode the buffer text if necessary.
10917         (rfc2231-encode-string): Be sure to work on multibyte buffer at
10918         first, and after mm-encode-body, change the buffer to unibyte.
10919         Use mm-disable-multibyte instead of set-buffer-multibyte.
10920
10921 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10922
10923         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
10924         Content-Type header instead of Content-Disposition header.
10925         (gnus-mime-inline-part): Ditto.
10926         (gnus-mime-view-part-as-charset): Ignore charset that the part
10927         specifies.
10928
10929         * mm-decode.el (mm-display-part): Work with external parts and
10930         usual parts similarly.
10931
10932         * mm-extern.el (mm-inline-external-body): Use mm-display-part
10933         instead of gnus-display-mime.
10934
10935         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
10936         instead of with-temp-buffer.
10937
10938         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
10939         tag to summarized topics part in order to encode non-ASCII text.
10940
10941 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10942
10943         * smiley.el (smiley-style): New variable.
10944         (smiley-directory): New function.
10945         (smiley-data-directory): Derive from `smiley-style' using
10946         `smiley-directory'.
10947         (smiley-regexp-alist): Add new entries.
10948
10949         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
10950         (gnus-article-browse-delete-temp): Add :version.
10951
10952 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
10953
10954         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
10955         the sieve region.
10956
10957 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10958
10959         * gnus.el (gnus-version-number): Bump version.
10960
10961 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10962
10963         * gnus.el: No Gnus v0.4 is released.
10964
10965 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10966
10967         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
10968         layout.
10969
10970         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
10971         unknown charset.
10972
10973         * message.el (message-header-synonyms): Add Original-To to the
10974         default.
10975
10976         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
10977         optional parameter.
10978
10979 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
10980
10981         * gnus-fun.el (gnus): Require it for gnus-directory.
10982
10983 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10984
10985         * gnus-fun.el (gnus-face-properties-alist): Add :version.
10986
10987 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10988
10989         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
10990
10991 2006-04-05  Simon Josefsson  <jas@extundo.com>
10992
10993         * password.el (password-reset): New function.
10994
10995 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10996
10997         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
10998         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
10999
11000 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11001
11002         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11003         Some whitespace was matched into the url, which broke browsing hits
11004         > 100 when mm-url-use-external was nil.
11005
11006 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11007
11008         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
11009         gnus-extra-headers for 'Newsgroups.
11010
11011         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
11012         bound.
11013
11014 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
11015
11016         * pgg-gpg.el: Clean up process buffers every time gpg processes
11017         complete.
11018
11019 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
11020
11021         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11022         doc string.
11023
11024 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
11025
11026         * pgg-gpg.el (pgg-gpg-process-filter)
11027         (pgg-gpg-wait-for-completion): Check if buffer is alive.
11028
11029         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11030         lines, temporary fix.
11031
11032 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11033
11034         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
11035
11036 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
11037
11038         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11039         default-enable-multibyte-characters.  This reverts the change from
11040         revision 6.17 which is no longer necessary because the passphrase
11041         is sent separately now.  GnuPG messages are unreadable under
11042         multibyte locales with default-enable-multibyte-characters set to
11043         nil.
11044
11045 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
11046
11047         * message.el (message-tool-bar-gnome): Move "spell".
11048
11049 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
11050
11051         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
11052         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
11053         instead.
11054
11055 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
11056
11057         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
11058         newsgroups handling for NNTP overviews which don't include
11059         Newsgroups.
11060
11061 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11062
11063         * message.el (message-resend): Bind message-generate-hashcash to nil.
11064
11065 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11066
11067         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
11068         when searching for already-paid recipients.
11069
11070 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
11071
11072         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11073         passphrases when it is not needed.
11074         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11075         passphrase stuff from gpg, should only be necessary when you use
11076         gpg with a smartcard.
11077
11078 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11079
11080         * mml.el (mml-insert-mime): Ignore cached contents of
11081         message/external-body part.
11082
11083         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
11084         (mm-insert-part): Ditto.
11085
11086 2006-03-23  Simon Josefsson  <jas@extundo.com>
11087
11088         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
11089         Reiner.
11090         (pgg-gpg-use-agent-p): Use it again.
11091
11092 2006-03-23  Simon Josefsson  <jas@extundo.com>
11093
11094         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
11095         older emacsen.
11096         (pgg-gpg-use-agent-p): Don't use it.
11097
11098 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
11099
11100         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
11101         if we can.
11102
11103 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
11104
11105         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11106         (pgg-gpg-update-agent): New function.
11107         (pgg-gpg-use-agent-p): New function.
11108         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11109         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11110         (pgg-gpg-sign-region): Use it.
11111
11112 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11113
11114         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
11115         Reported by Ralf Wachinger <rwachinger@gmx.de>.
11116
11117 2006-03-21  Simon Josefsson  <jas@extundo.com>
11118
11119         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11120         <wilde@sha-bang.de>.
11121         (pgg-gpg-use-agent): New variable.
11122         (pgg-gpg-process-region): Use it.
11123         (pgg-gpg-encrypt-region): Likewise.
11124         (pgg-gpg-encrypt-symmetric-region): Likewise.
11125         (pgg-gpg-decrypt-region): Likewise.
11126         (pgg-gpg-sign-region): Likewise.
11127         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11128
11129 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11130
11131         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
11132
11133         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
11134         Add comment on version.
11135
11136 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
11137
11138         * smiley.el: Add missing test smiley.
11139
11140 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11141
11142         * mm-decode.el (mm-with-part): New macro.
11143         (mm-get-part): Use it; work with message/external-body as well.
11144         (mm-save-part): Treat name and filename equally.
11145
11146         * mm-extern.el (mm-extern-cache-contents): New function.
11147         (mm-inline-external-body): Use it; force the part to be displayed;
11148         move undisplayer added to the cached handle to the parent.
11149
11150         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
11151         (gnus-mime-view-part-as-type): Work with message/external-body.
11152
11153         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
11154
11155 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11156
11157         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
11158         images in image-load-path.  [Sync with image.el, revision 1.60, in
11159         Emacs.]
11160
11161 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11162
11163         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
11164         path rather than symbol.  Always return list of directories.
11165         Guarantee that image directory comes first.  [Sync with image.el,
11166         revision 1.59, in Emacs.]
11167
11168         * message.el (message-make-tool-bar): Adjust to new API of
11169         `gmm-image-load-path-for-library'.
11170
11171         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11172
11173         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11174
11175 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11176
11177         * gnus-art.el (gnus-article-only-boring-p):
11178         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
11179         intangible text.
11180         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
11181
11182 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
11183
11184         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
11185         `defun' instead of `gmm-defun-compat'.
11186
11187 2006-03-14  Simon Josefsson  <jas@extundo.com>
11188
11189         * message.el (message-unique-id): Don't use message-number-base36
11190         if (user-uid) is a float.
11191         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
11192
11193 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11194
11195         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
11196
11197         * gnus-art.el (gnus-mime-display-single): Make sure there is an
11198         empty line between a part and a message part.
11199
11200 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
11201
11202         * smiley.el: Add more test smileys.
11203         (smiley-data-directory, smiley-regexp-alist)
11204         (gnus-smiley-file-types): Fix doc strings.
11205         (smiley-update-cache): Clear smiley-cached-regexp-alist before
11206         adding new elements.
11207         (smiley-mouse-map): Unused code.  Make it a comment.
11208
11209 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11210
11211         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
11212         scan latest NoCeM messages instead of old ones.
11213         (gnus-nocem-check-article): Fix regexps so as to match to PGP
11214         delimiters that are recently used.
11215         (gnus-nocem-load-cache): Add autoload cookie.
11216
11217         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
11218
11219         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
11220         level which is larger than gnus-use-nocem is specified.
11221
11222         * gnus-group.el (gnus-group-get-new-news): Ditto.
11223
11224 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
11225
11226         * gnus-util.el (gnus-tool-bar-update): New function.
11227
11228         * gnus-group.el (gnus-group-update-tool-bar): New variable.
11229         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
11230
11231         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
11232
11233         * gnus-group.el (gnus-group-redraw-when-idle)
11234         (gnus-group-redraw-check): Remove.
11235         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
11236
11237 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11238
11239         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
11240         if optional last element is specified in splits (FIELD VALUE...).
11241
11242 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
11243
11244         * message.el (message-make-tool-bar): Rename gmm-image-load-path
11245         to gmm-image-load-path-for-library.  Call with no-error argument.
11246         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
11247
11248         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11249
11250         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11251
11252         * gmm-utils.el (gmm-image-load-path): Remove alias.
11253
11254 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
11255
11256         * gmm-utils.el (gmm-image-load-path): Add alias.
11257
11258         * nnml.el (nnml-generate-nov-databases-directory): Rename from
11259         nnml-generate-nov-databases-1.
11260         (nnml-generate-nov-databases): Use it.
11261         (nnml-generate-nov-databases-directory): Document no-active
11262         argument.
11263
11264         * gmm-utils.el (gmm-image-load-path-for-library): Return single
11265         directory if path is t.  Add no-error.
11266
11267         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
11268         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11269
11270         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
11271         resetting gnus-article-browse-html-temp-list.
11272
11273         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
11274         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
11275         Add example to docstring.  Rename local variables.  Move error
11276         checks to default case in cond and simplify.
11277
11278 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11279
11280         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
11281         handle is multipart when calling it recursively.
11282         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
11283
11284 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
11285
11286         * nnimap.el (nnimap-request-update-info-internal): Optimize.
11287         Don't `gnus-uncompress-range' to avoid excessive memory usage.
11288
11289 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11290
11291         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
11292         is loaded.
11293
11294         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
11295         loaded.
11296
11297 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11298
11299         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
11300         to "Emacs 23 (unicode)" in doc string.
11301
11302         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
11303         "Emacs 23 (unicode)" in comment.
11304
11305 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11306
11307         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
11308
11309         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
11310         characters 160 through 255 in Emacs 23.
11311
11312 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11313
11314         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
11315         gnus-article-browse-html-temp.
11316         (gnus-article-browse-delete-temp): Make it customizable.  Add
11317         `file'.  Adjust doc string.
11318         (gnus-article-browse-delete-temp-files): Add argument.  Allow
11319         query for each file.  Adjust doc string.
11320         (gnus-article-browse-html-parts): Add
11321         `gnus-article-browse-delete-temp-files' to
11322         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
11323
11324 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
11325
11326         * gnus-art.el (gnus-article-browse-html-temp)
11327         (gnus-article-browse-delete-temp): New variables.
11328         (gnus-article-browse-delete-temp-files): New function.
11329         (gnus-article-browse-html-parts): Use it.
11330
11331 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11332
11333         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
11334
11335         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
11336         string.
11337
11338         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
11339         gnus-summary-insert-new-articles when unplugged.  Remove
11340         gnus-summary-search-article-forward.
11341
11342         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
11343         display-visual-class instead of display-color-cells.
11344
11345 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11346
11347         * dgnushack.el: Autoload customize-group for XEmacs.
11348
11349         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
11350         message/* containing non-ASCII text properly.
11351
11352 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11353
11354         * message.el: Require gmm-utils, remove autoloads.
11355         (message-tool-bar): Set default based on
11356         gmm-tool-bar-style.
11357         (message-tool-bar-gnome): Add gmm-customize-mode.
11358
11359         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
11360         gmm-tool-bar-style.
11361         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
11362
11363         * gnus-group.el (gnus-group-tool-bar): Set default based on
11364         gmm-tool-bar-style.
11365         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
11366
11367         * gmm-utils.el (gmm-image-directory): Rename variable from
11368         gmm-image-load-path.
11369         (gmm-image-load-path): Use gmm-image-directory.
11370         (gmm-customize-mode): New function.
11371         (gmm-tool-bar-style): New variable.
11372
11373         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
11374         gnus-group-redraw-line-number.
11375         (gnus-group-redraw-check): Simplify.
11376         (gnus-group-tool-bar-update): Remove redraw check.
11377         (gnus-group-make-tool-bar): Add redraw check.
11378
11379 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
11380
11381         * gnus-art.el (gnus-button): Add missing parentheses.
11382
11383 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11384
11385         * lpath.el: Fbind line-number-at-pos.
11386
11387 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11388
11389         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
11390
11391 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11392
11393         * gnus-art.el (gnus-button): New face.
11394         (gnus-article-button-face): Use it.
11395
11396         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
11397         gnus-summary-next-page.  Re-order.
11398
11399         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
11400         next-node are now included.
11401         (gnus-group-redraw-line-number): New internal variable.
11402         (gnus-group-redraw-check): Helper function for updating the tool
11403         bar.
11404         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
11405
11406         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
11407
11408         * spam.el (spam-spamassassin-score-regexp): New internal variable.
11409         (spam-extra-header-to-number, spam-check-spamassassin-headers):
11410         Use it to match format of Spamassassin 3.0 and later.  Reported by
11411         IRIE Tetsuya <irie@t.email.ne.jp>.
11412         (spam-check-bogofilter)
11413         (spam-bogofilter-register-with-bogofilter): Fix args of
11414         `gnus-error' calls.
11415
11416 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11417
11418         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
11419         unnecessary interaction when sending queued mails.  Reported by
11420         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
11421
11422 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
11423
11424         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
11425         first or last are nil.
11426
11427 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11428
11429         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
11430
11431 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11432
11433         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
11434
11435 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11436
11437         * dns.el (query-dns): Protect more against buggy tcp output.
11438
11439 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11440
11441         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
11442         nov.php.
11443
11444 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11445
11446         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
11447         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
11448         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
11449         output on the server side.
11450         (nnweb-google-create-mapping): Update regexps and add some
11451         progress indication.
11452
11453 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
11454
11455         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
11456         gnus-agent-toggle-plugged.  Re-order icons.
11457         (gnus-group-tool-bar-gnome): Add
11458         gnus-group-{prev,next}-unread-group.
11459         (gnus-group-tool-bar-gnome): Re-order icons.
11460
11461         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
11462         gnus-summary-insert-new-articles.
11463
11464         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
11465         comments.
11466
11467         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
11468         also available in Emacs 21.3.
11469
11470         * message.el (message-fix-before-sending): Change "Emacs 22" to
11471         "Emacs 23 (unicode)" in comment.
11472
11473         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
11474         "Emacs 23 (unicode)" in comment.
11475
11476         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
11477         comment.
11478         (mm-coding-system-p): Add comment about no-MULE XEmacs.
11479
11480         * mm-view.el (mm-fill-flowed): Add :version.
11481
11482 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11483
11484         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
11485         and load-path.
11486
11487 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
11488
11489         * message.el: Autoload gmm-image-load-path.
11490         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
11491         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
11492         consitency.
11493
11494         * gmm-utils.el (gmm-image-load-path): Also search in
11495         "../etc/images".  Don't set gmm-image-load-path if we don't find
11496         the image.
11497
11498 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11499
11500         * gmm-utils.el (gmm-image-load-path): Don't make
11501         `gmm-image-load-path' include subdirectories which the second arg
11502         `image' might specify.
11503
11504         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
11505         subdirectory to icon file names.
11506
11507         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
11508
11509 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11510
11511         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
11512         gmm-image-load-path calls.
11513
11514         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11515
11516         * message.el (message-make-tool-bar): Ditto.
11517
11518         * mml.el (mml-preview): Added comment concerning tool bar icons.
11519
11520         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
11521         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
11522
11523         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
11524         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
11525
11526         * message.el (message-tool-bar-gnome): Use new icon names.
11527         (message-make-tool-bar): Use `gmm-image-load-path'.
11528
11529         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
11530         functions from MH-E.
11531         (gmm-image-load-path): New variable from MH-E.
11532         (gmm-image-load-path): New function from MH-E.  Added arguments
11533         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
11534         *-image-load-path-called-flag.
11535
11536 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
11537
11538         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
11539
11540 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
11541
11542         * nnimap.el (nnimap-request-move-article): Change folder back to
11543         source group before deleting.
11544
11545 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
11546
11547         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
11548
11549         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
11550         mm-url.
11551
11552         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
11553
11554 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11555
11556         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
11557         coding system which mm-charset-to-coding-system returns for a
11558         given charset is valid.
11559
11560 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
11561
11562         * html2text.el (html2text-remove-tag-list):
11563         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
11564
11565 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
11566
11567         * gnus-cus.el: Revert 2005-10-17 change.
11568
11569 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11570
11571         * gnus-art.el (article-strip-banner): Call
11572         article-really-strip-banner only when the regexp match is made.
11573
11574 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11575
11576         * gnus-art.el (article-strip-banner): Use
11577         gnus-extract-address-components instead of
11578         mail-header-parse-addresses to make it work with non-ASCII text;
11579         remove mail-encode-encoded-word-string.
11580
11581         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
11582         values which are surrounded with \"...\"; make it never cause a
11583         Lisp error; give up parsing of parameters if it failed in
11584         extracting type.
11585
11586 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
11587
11588         * smime.el (smime-cert-by-ldap-1): Fix bug where
11589         `smime-ldap-search' returns results without userCertificates.
11590
11591 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11592
11593         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
11594
11595 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11596
11597         * spam.el (spam-check-spamassassin-headers): Adapt format for
11598         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
11599         <ari@mbf.ocn.ne.jp>.
11600         (spam-list-of-processors): Add spam-use-gmane.
11601
11602 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11603
11604         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
11605         make-temp-file; make it work with XEmacs as well.
11606
11607         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
11608         mm-make-temp-file.
11609
11610         * mm-decode.el (mm-display-external): Use the 3rd arg of
11611         mm-make-temp-file.
11612         (mm-create-image-xemacs): Ditto.
11613
11614 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11615
11616         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
11617         with message-narrow-to-headers.
11618         (gnus-draft-setup): Narrow to header to run message-fetch-field.
11619         (gnus-draft-check-draft-articles): New function.
11620         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
11621
11622 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11623
11624         * gnus-art.el (gnus-article-browse-html-parts):
11625         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
11626         Don't use suffix argument for mm-make-temp-file for Emacs 21
11627         compatibility.  Remove useless `format'.
11628
11629 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11630
11631         * nnweb.el (nnweb-google-wash-article): Update regexps.
11632         (nnweb-group-alist): Use defvoo instead of defvar.
11633
11634 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11635
11636         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
11637         re-loading nn* modules.
11638
11639 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
11640
11641         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
11642         for `tool-bar-mode' and don't check it's default-value.
11643
11644         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11645
11646         * message.el (message-make-tool-bar): Ditto.
11647
11648         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
11649         `substring'.  Shorten tmp-file name.
11650
11651         * gnus.el: Remove bogus comment.
11652
11653 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
11654
11655         * gnus-art.el (gnus-article-browse-html-parts): New function.
11656         (gnus-article-browse-html-article): New function for viewing html
11657         articles with a browser.
11658
11659 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
11660
11661         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
11662         in elisp.
11663         (pgg-gpg-encrypt-symmetric-region): Ditto.
11664         (pgg-gpg-sign-region): Ditto.
11665
11666         * pgg-def.el (pgg-text-mode): New variable.
11667
11668         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
11669         (mml2015-pgg-encrypt): Ditto.
11670
11671         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
11672         (mml1991-pgg-encrypt): Ditto.
11673
11674 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11675
11676         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
11677         message-make-date instead of current-time-string.
11678
11679         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
11680         to gnus-decoded which mm-uu might set.
11681
11682 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11683
11684         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
11685         don't decode quoted parameters; remove misimported Emacs code.
11686         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11687         (rfc2231-decode-encoded-string): Don't use split-string which
11688         behaves differently according to Emacs version; use
11689         mm-decode-coding-region to convert charset to coding-system.
11690         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11691         (rfc2231-encode-string): Remove misimported Emacs code.
11692
11693 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11694
11695         * gnus-art.el (article-decode-charset): Don't use ignore-errors
11696         when calling mail-header-parse-content-type.
11697         (article-de-quoted-unreadable): Ditto.
11698         (article-de-base64-unreadable): Ditto.
11699         (article-wash-html): Ditto.
11700
11701         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
11702         calling mail-header-parse-content-type and
11703         mail-header-parse-content-disposition.
11704         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
11705         mail-header-parse-content-type.
11706
11707         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
11708         insert charset and format parameters; encode description after
11709         inserting it to buffer.
11710         (mml-insert-parameter): Fold lines properly even if a parameter is
11711         segmented into two or more lines; change the max column to 76.
11712
11713         * rfc1843.el (rfc1843-decode-article-body): Don't use
11714         ignore-errors when calling mail-header-parse-content-type.
11715
11716         * rfc2231.el (rfc2231-parse-string): Return at least type if
11717         possible; don't cause an error even if it fails in parsing of
11718         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11719         (rfc2231-encode-string): Don't break lines at the beginning, leave
11720         it to mml-insert-parameter.
11721
11722         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
11723         calling mail-header-parse-content-type.
11724
11725 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
11726
11727         * spam-report.el (spam-report-gmane-use-article-number):
11728         Improve doc string.
11729         (spam-report-gmane-internal): Check if a suitable header was found
11730         in the article.
11731
11732 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11733
11734         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
11735         (rfc2231-encode-string): Make param*=value always begin with LWSP.
11736
11737 2006-02-05  Romain Francoise  <romain@orebokech.com>
11738
11739         Update copyright notices of all files in the gnus directory.
11740
11741 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11742
11743         * nnweb.el (nnweb-request-group): Avoid growing overview files.
11744
11745 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11746
11747         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
11748         segmented lines of parameter value to cope with Thunderbird 1.5
11749         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
11750         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11751         (rfc2231-encode-string): Don't make lines exceeding 76 column.
11752
11753 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
11754
11755         * mml.el (mml-generate-mime-1): Correct the order of inline signed
11756         parts.
11757
11758 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11759
11760         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
11761         there's only one active file for all servers.
11762         (nnweb-request-scan): Make sure nnweb-articles is initialized on
11763         solid groups.  Gnus might have used a FAST request to select the group.
11764         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
11765         and nnweb-search redundantly in the active file.
11766         (nnweb-request-list): Don't list bogus groups.  There can only be one.
11767         (nnweb-request-create-group): Don't use ARGS.
11768         (nnweb-possibly-change-server, nnweb-request-group): Remove some
11769         initialisations.  Let nnoo do the work.
11770
11771 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11772
11773         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
11774         Say the part has been decoded.
11775
11776         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
11777
11778 2006-01-31  Kevin Ryde  <user42@zip.com.au>
11779
11780         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
11781         mailcap-viewer-test-cache when there's no 'test clause, since that
11782         will invert the meaning of a "nil" test previously determined by
11783         mailcap-mailcap-entry-passes-test.
11784
11785 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11786
11787         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
11788         compiling.
11789
11790         * gnus-sum.el: Ditto.
11791
11792         * message.el: Don't bind tool-bar-map when compiling.
11793
11794 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
11795
11796         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
11797
11798 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11799
11800         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
11801         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
11802         current Google Groups.
11803
11804 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
11805
11806         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
11807         and tool-bar-mode.
11808
11809         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
11810         and tool-bar-mode.
11811
11812         * message.el (message-tool-bar-update): Simplify.
11813         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
11814
11815         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
11816         gnus-summary-buffer.
11817         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
11818         gnus-summary-reply.
11819
11820         * gmm-utils.el (gmm): Add :version.
11821
11822 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11823
11824         * Makefile.in (clean): New rule.
11825         (distclean): Use it.
11826
11827 2006-01-26  Steve Youngs  <steve@sxemacs.org>
11828
11829         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
11830         autoload.
11831
11832 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11833
11834         * gmm-utils.el (gmm-verbose): Add :group.
11835
11836 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
11837
11838         * message.el: Change some comments WRT tool-bars.
11839
11840         * gnus-sum.el (gnus-summary-tool-bar)
11841         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
11842         (gnus-summary-tool-bar-zap-list): New variables.
11843         (gnus-summary-make-tool-bar): Complete rewrite using
11844         `gmm-tool-bar-from-list'.
11845
11846         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
11847         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
11848         variables.
11849         (gnus-group-make-tool-bar): Complete rewrite using
11850         `gmm-tool-bar-from-list'.
11851         (gnus-group-tool-bar-update): New function.
11852
11853         * message.el (message-mode-field-menu): Add "Show hidden Headers".
11854
11855 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11856
11857         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
11858         is dissected into a single part of which the type is the same as
11859         the given one; decode charset.
11860
11861 2006-01-21  Kevin Ryde  <user42@zip.com.au>
11862
11863         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
11864         into alists as symbol not string, since that's what
11865         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
11866         look for.
11867
11868 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
11869
11870         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
11871         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
11872
11873         * message.el (message-tool-bar-gnome): Use gmm-ignore.
11874
11875 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11876
11877         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
11878         (gnus-xmas-mime-security-button-menu): New function.
11879
11880         * gnus-art.el (gnus-mime-security-button-commands): New variable.
11881         (gnus-mime-security-button-menu): New definition.
11882         (gnus-mime-security-button-map): Use them.
11883         (gnus-mime-security-button-menu): New function.
11884         (gnus-insert-mime-security-button): Addition to help echo.
11885         (gnus-mime-security-run-function, gnus-mime-security-save-part)
11886         (gnus-mime-security-pipe-part): New functions.
11887
11888         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
11889         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
11890
11891         * mm-decode.el (mm-handle-set-disposition): Remove.
11892         (mm-handle-set-description): Remove.
11893
11894 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11895
11896         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
11897         (mm-w3m-standalone-supports-m17n-p): New function.
11898         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
11899         w3m usage.
11900
11901         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
11902         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
11903
11904 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11905
11906         * message.el (message-tool-bar-zap-list): Use
11907         gmm-tool-bar-zap-list as custom type.
11908         (message-tool-bar-update): New function.
11909         (message-tool-bar, message-tool-bar-gnome)
11910         (message-tool-bar-retro): Add message-tool-bar-update.
11911         (message-tool-bar-gnome): Add flyspell-buffer.
11912
11913         * gnus-util.el (gnus-error): Describe `args'.
11914
11915         * gmm-utils.el (gmm-error): Describe `args'.
11916         (gmm-tool-bar-zap-list): New widget.
11917         (gmm-tool-bar-from-list): Improve description of `zap-list'.
11918
11919 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11920
11921         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
11922         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
11923         the number of recursive calls.
11924
11925         * mm-decode.el (mm-handle-set-disposition): New macro.
11926         (mm-handle-set-description): New macro.
11927
11928 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11929
11930         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
11931         encoding.
11932
11933 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11934
11935         * message.el (message-tool-bar-zap-list, message-tool-bar)
11936         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
11937         (message-tool-bar-local-item-from-menu): Remove.
11938         (message-tool-bar-map): Replace by `message-make-tool-bar'.
11939         (message-make-tool-bar): New function.
11940         (message-mode): Use `message-make-tool-bar'.
11941
11942         * gmm-utils.el: New file.
11943         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
11944         (gmm-lazy): New widget copied from `nnmail.el'.
11945         (gmm-tool-bar-from-list): New function for creating customizable
11946         tool bars.
11947         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
11948         output.
11949         (gmm): Add :prefix to defgroup.
11950
11951 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
11952
11953         * gmm-utils.el (gmm-widget-p): New function.
11954
11955 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11956
11957         * mml.el (mml-attach-file): Describe `description' in doc string.
11958         (mml-menu): Add Emacs MIME manual and PGG manual.
11959
11960 2006-01-20  Richard M. Stallman  <rms@gnu.org>
11961
11962         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
11963
11964 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
11965
11966         * nntp.el (nntp-end-of-line): Doc fix.
11967
11968 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
11969
11970         * imap.el (imap-open): Handle case where buffer is a buffer
11971         object.
11972
11973 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11974
11975         * gnus-delay.el (gnus-delay): Don't autoload.
11976         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11977         to be re-loaded when customizing the `gnus-delay' group.
11978
11979 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
11980
11981         * message.el (message-insert-citation-line): Use newlines.
11982
11983 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11984
11985         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
11986         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
11987         these routines, so the passphrase can be managed externally and
11988         passed in to the system.
11989         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
11990         pgg-add-passphrase-to-cache function.
11991
11992         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
11993         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
11994         these routines, so the passphrase can be managed externally and
11995         passed in to the system.
11996         (pgg-pgp5-sign-region): Use new name of
11997         pgg-add-passphrase-to-cache function.
11998
11999 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12000
12001         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12002         part of the decoded armor to find the key-identifier.
12003         (pgg-gpg-lookup-key-owner): New function to return the
12004         human-readable identifier of a key owner.
12005         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
12006         itself.
12007         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
12008         the key value) if we have a key and can match it against a secret
12009         key.  Also, added a note pointing out fact that the prompt only
12010         indicates the first matching key.
12011
12012         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
12013         pgg-decrypt-region.
12014         (pgg-add-passphrase-to-cache): Rename from
12015         `pgg-add-passphrase-cache' to reduce confusion (all callers
12016         changed).
12017         (pgg-remove-passphrase-from-cache): Rename from
12018         `pgg-remove-passphrase-cache' to reduce confusion (all callers
12019         changed).
12020         (pgg-read-passphrase, pgg-add-passphrase-cache)
12021         (pgg-remove-passphrase-cache): Add informative docstrings.
12022         (pgg-decrypt): Convey provided passphrase in subordinate call to
12023         pgg-decrypt-region.
12024
12025 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
12026
12027         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12028         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12029         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12030         'passphrase' argument, so the passphrase can be managed externally
12031         and then passed in to the system.
12032
12033         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12034         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
12035         so the passphrase cache can be used reliably with identifiers
12036         besides a pgp packet's key id.
12037
12038         * pgg-gpg.el (pgg-gpg-encrypt-region)
12039         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12040         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
12041         these routines, so the passphrase can be managed externally and
12042         passed in to the system.
12043
12044         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
12045         'notruncate' argument, so the passphrase cache can be used
12046         reliably with identifiers besides a pgp packet's key id.
12047
12048 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
12049
12050         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12051         symmetric encryption.
12052         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12053         encrypted session key.
12054         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12055         message ask for the passphrase in a proper way.
12056
12057         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12058         New user commands for symmetric encryption.
12059
12060 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12061
12062         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
12063
12064         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
12065
12066 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
12067
12068         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
12069
12070 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12071
12072         * mm-decode.el (mm-inlined-types): Add application/pgp.
12073         (mm-automatic-display): Ditto.
12074
12075         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
12076         part as text.
12077
12078 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12079
12080         * nnrss.el: Update copyright.
12081         (nnrss-opml-import): Query whether to subscribe to each entry.
12082
12083         * gnus-art.el:
12084         * gnus-sum.el:
12085         * gnus-xmas.el:
12086         * messagexmas.el:
12087         * mm-uu.el:
12088         * mm-view.el: Update copyright.
12089
12090 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
12091
12092         * message.el (message-info): New function.
12093         (message-mode-menu): Add it.
12094         Update copyright.
12095
12096         * ChangeLog: Fix and update copyright.
12097
12098 2006-01-13  Romain Francoise  <romain@orebokech.com>
12099
12100         * message.el (message-forward-subject-name-subject): Prefer the
12101         address to 'nowhere' if the sender has no name.
12102         Fix typo.  Update copyright year.
12103
12104 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12105
12106         * gnus-art.el (article-wash-html): Use
12107         gnus-summary-show-article-charset-alist if a numeric arg is given.
12108         (gnus-article-wash-html-with-w3m-standalone): New function.
12109
12110         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
12111         mm-inline-text-html-render-with-w3m-standalone.
12112         (mm-text-html-washer-alist): Map w3m-standalone to
12113         gnus-article-wash-html-with-w3m-standalone.
12114         (mm-inline-text-html-render-with-w3m-standalone): New function.
12115
12116 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12117
12118         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
12119         Improve LaTeX.
12120
12121 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12122
12123         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
12124         (nnrss-request-article): Render text/plain parts as HTML.
12125
12126         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
12127         the buffer.
12128
12129 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12130
12131         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
12132         custom definition of `gnus-posting-styles'.
12133
12134         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
12135         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
12136
12137 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12138
12139         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
12140         Use nntp for bug archive.
12141
12142 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12143
12144         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
12145         parts.
12146         (nnrss-normalize-date): New function converts ISO 8601 date into
12147         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12148         (nnrss-check-group): Use it.
12149
12150 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12151
12152         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
12153
12154         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
12155         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12156         (nnrss-insert-w3): Ditto.
12157
12158 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12159
12160         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
12161         the articles to be forwarded including the case where neither a
12162         number of articles nor a region is specified.
12163
12164 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12165
12166         * nnrss.el (nnrss-request-article): Fix last change; fill
12167         text/plain parts.
12168
12169 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12170
12171         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
12172         in text/plain part.
12173         (nnrss-check-group): Don't add excessive newline to dc:subject.
12174
12175 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
12176
12177         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
12178         article.
12179
12180 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12181
12182         * nnml.el: Don't require gnus-bcklg.  Autoload it.
12183         (nnml-use-compressed-files, nnml-save-mail): Support other
12184         comression programs such as bzip2.
12185
12186 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12187
12188         * dns.el (query-dns): Make sure we check the buffer size before
12189         removing tcp headers.
12190
12191 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12192
12193         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
12194         remove MIME buttons associated with multipart/alternative parts.
12195         (gnus-mime-display-alternative): Tag buttons using `article-type'
12196         text property.
12197
12198         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
12199         associated with multipart/alternative parts.
12200
12201         * gnus-art.el (gnus-signature-separator): Fix custom type.
12202
12203         * mm-decode.el (mm-inlined-types): Fix custom type.
12204         (mm-keep-viewer-alive-types): Ditto.
12205         (mm-automatic-display): Ditto.
12206         (mm-attachment-override-types): Ditto.
12207         (mm-inline-override-types): Ditto.
12208         (mm-automatic-external-display): Ditto.
12209
12210 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12211
12212         * spam-report.el (spam-report-user-mail-address)
12213         (spam-report-user-agent): New variables.
12214         (spam-report-url-ping-plain): Use spam-report-user-agent.
12215
12216 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
12217
12218         * gnus-art.el (gnus-button-handle-custom): Do not just use
12219         `customize-apropos' for any "M-x customize-*" button but the
12220         function called for.  Accept both the function name and its
12221         argument in order to achieve this.
12222         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
12223         function name to `gnus-button-handle-custom' in case of "M-x
12224         customize-*" buttons.
12225
12226 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12227
12228         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
12229         multipart/alternative and add xref to mm-discouraged-alternatives
12230         in doc string.
12231
12232         * mm-decode.el (mm-discouraged-alternatives): Add xref to
12233         gnus-buttonized-mime-types in doc string.
12234
12235 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
12236
12237         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
12238         Suggest image/.* in the doc string.
12239
12240 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12241
12242         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
12243         message-marks (Debian bug #342521).
12244
12245 2005-12-12  Simon Josefsson  <jas@extundo.com>
12246
12247         * password.el (password-read-from-cache): Add.
12248         (password-read): Use it.
12249
12250 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12251
12252         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
12253         us-ascii as a MIME charset.
12254
12255         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
12256         against the case where the 2nd arg TYPE is nil.
12257
12258 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12259
12260         * pop3.el (pop3-stream-type): Fix custom version.
12261
12262         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
12263
12264 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12265
12266         * mm-decode.el (mm-display-external): Add missing cdr.
12267
12268 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12269
12270         * mm-decode.el (mm-display-external): Use nametemplate (defined in
12271         RFC1524) if it is in mailcap or add a suffix according to
12272         mailcap-mime-extensions when generating a temp filename; postpone
12273         deleting a temp file for 2 seconds for some wrappers, shell
12274         scripts, and so on, which might exit right after having started a
12275         viewer command as a background job.
12276
12277 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12278
12279         * nntp.el (nntp-marks-directory): Fix custom group.
12280
12281         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
12282         steps when < 10.
12283
12284         * gnus-start.el (gnus-no-server-1): Mention
12285         `gnus-level-default-subscribed' in doc string.
12286
12287 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12288
12289         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
12290         parens.
12291
12292 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12293
12294         * gnus-xmas.el (gnus-use-toolbar): Revert.
12295         (gnus-xmas-setup-toolbar): Use global default-toolbar if
12296         gnus-use-toolbar is default.
12297
12298         * messagexmas.el (message-use-toolbar): Revert.
12299         (message-setup-toolbar): Use global default-toolbar if
12300         message-use-toolbar is default.
12301
12302 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12303
12304         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
12305         according to default-toolbar-visible-p.
12306
12307         * messagexmas.el (message-use-toolbar): Ditto.
12308
12309 2005-11-26  Dave Love  <fx@gnu.org>
12310
12311         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
12312         (tls-program, tls-success): Provide openssl alternative.
12313
12314         * starttls.el: Doc fixes.
12315         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
12316         SERVICE to PORT.
12317
12318         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
12319         port null or service name.
12320         (starttls-negotiate): Autoload.
12321
12322 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12323
12324         * message.el (message-kill-to-signature): Fix interactive spec.
12325
12326 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12327
12328         * pop3.el (pop3-open-server): Recognize a string as a service name.
12329
12330 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
12331
12332         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
12333
12334 2005-11-23  Dave Love  <fx@gnu.org>
12335
12336         Add pop3s, pop3/starttls.
12337
12338         * pop3.el (pop3-authentication-scheme): Clarify doc.
12339         (open-tls-stream, starttls-open-stream): Autoload.
12340         (pop3-stream-type): New.
12341         (pop3-open-server): Use it.
12342
12343         * mail-source.el (mail-sources): Fix some :types.  Add stream type
12344         for POP.
12345         (mail-source-keyword-map): Add :stream for POP.
12346         (mail-source-fetch-pop): Use pop3-stream-type.
12347
12348 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12349
12350         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
12351         of current-time-string.
12352
12353 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
12354
12355         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
12356         date header.
12357
12358 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12359
12360         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
12361         it can seriously impact performance as it bypasses the agent's
12362         local caches.
12363
12364 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12365
12366         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
12367         must be explicitly online rather than "not explicitly offline" for
12368         its flags to be synchronized.
12369
12370         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
12371         that gnus-uu-unmark-thread will function correctly.
12372
12373         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
12374         1024K is instead displayed as 1M.
12375
12376 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12377
12378         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
12379
12380 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
12381
12382         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
12383
12384 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
12385
12386         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
12387         error message to display actual error condition.
12388         (gnus-agent-save-local): Avoid saving symbols that are bound to
12389         nil as they simply result in a warning message in
12390         gnus-agent-read-local.
12391
12392 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12393
12394         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
12395         rather than make-variable-buffer-local for file-precious-flag.
12396
12397 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12398
12399         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
12400         for duplicates which are removed.  The invalid sort check then
12401         triggers a rescan after the sort as sorting may have moved
12402         duplicate entries such that they can be cheaply detected.
12403
12404 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12405
12406         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
12407
12408 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12409
12410         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
12411         internal variable to a custom variable.  Changed default value
12412         from compressed(2) to uncompressed(1).
12413         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
12414         support for uncompressed agentview files.  Taken together, reading
12415         the agentview file should now be 6-7 times faster.
12416
12417 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12418
12419         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
12420         as a buffer-local variable.  This avoids creating truncated
12421         dribble files as a result of a hang up, eg.
12422
12423 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
12424
12425         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
12426         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
12427         XEmacs.
12428
12429 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12430
12431         * gnus-start.el (gnus-start-draft-setup): Enforce
12432         `gnus-draft-mode' for nndraft:drafts at startup.
12433
12434         * gnus.el (gnus-splash): Change custom group.
12435         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
12436         allow-list argument.
12437
12438         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
12439         string.
12440
12441 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12442
12443         * gnus-art.el (gnus-default-article-saver): Add user-defined
12444         `function' to custom type.
12445
12446 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12447
12448         * imap.el (imap-open): Handle case where buffer is a buffer
12449         object.
12450
12451 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12452
12453         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
12454         long lines.
12455         (gnus-cache-delete-group): Wrap doc strings.
12456
12457         * gnus-agent.el (gnus-agent-rename-group)
12458         (gnus-agent-delete-group): Wrap doc strings.
12459
12460 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12461
12462         * messagexmas.el (message-use-toolbar): Change the valid values
12463         into default, top, bottom, left, and right.
12464         (message-toolbar-thickness): New variable.
12465         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
12466         well.
12467         (message-setup-toolbar): Make it work.
12468
12469         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
12470         (gnus-use-toolbar): Change the valid values into default, top,
12471         bottom, left, and right.
12472         (gnus-toolbar-thickness): New variable.
12473         (gnus-xmas-setup-toolbar): New function.
12474         (gnus-xmas-setup-group-toolbar): Use it.
12475         (gnus-xmas-setup-summary-toolbar): Use it.
12476
12477 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12478
12479         * gnus-start.el (gnus-1): Add "native" to
12480         gnus-predefined-server-alist.
12481
12482         * gnus.el (gnus-method-to-server): Don't add "native" to the
12483         lists here, because that leads to problems when
12484         gnus-select-method is bound.
12485
12486 2005-11-09  Simon Josefsson  <jas@extundo.com>
12487
12488         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
12489         use (not sort-by-date) instead.
12490
12491 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12492
12493         * gnus-delay.el (gnus-delay-group): Don't autoload.
12494         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12495         to be re-loaded when customizing the `gnus-delay' group.
12496
12497 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
12498
12499         * message.el: Revert last changes.
12500         (message-insert-citation-line): Use newlines.
12501
12502 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
12503
12504         * message.el (message-courtesy-message)
12505         (message-mark-insert-begin, message-mark-insert-end)
12506         (message-elide-ellipsis, message-cancel-message)
12507         (message-add-header, message-change-subject)
12508         (message-cross-post-followup-to-header)
12509         (message-cross-post-insert-note, message-reduce-to-to-cc)
12510         (message-widen-reply, message-delete-not-region)
12511         (message-kill-to-signature, message-insert-signature)
12512         (message-insert-importance-high, message-insert-importance-low)
12513         (message-insert-or-toggle-importance)
12514         (message-insert-disposition-notification-to)
12515         (message-indent-citation, message-yank-original)
12516         (message-cite-original-without-signature, message-cite-original)
12517         (message-insert-citation-line, message-position-on-field)
12518         (message-fix-before-sending, message-send-mail-partially)
12519         (message-send-mail, message-send-mail-with-sendmail)
12520         (message-send-mail-with-qmail, message-send-news)
12521         (message-check-news-header-syntax, message-generate-headers)
12522         (message-insert-courtesy-copy, message-fill-address)
12523         (message-fill-header, message-shorten-references)
12524         (message-setup-1, message-cancel-news)
12525         (message-forward-make-body-plain, message-forward-make-body-mime)
12526         (message-forward-make-body-mml, message-encode-message-body)
12527         (message-forward-make-body-digest-plain)
12528         (message-forward-make-body-digest-mime)
12529         (message-use-alternative-email-as-from): Insert `hard-newline'
12530         instead of ordinary newlines.
12531
12532 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12533
12534         * message.el (message-generate-headers): Downcase the argument
12535         given to message-check-element.
12536
12537 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
12538
12539         * nntp.el (nntp-authinfo-rejected): New error condition.
12540         (nntp-wait-for): Use new error condition to signal authentication
12541         error.
12542         (nntp-retrieve-data): Rethrow new error condition to break out of
12543         recursive call to nntp-send-authinfo.
12544
12545 2005-11-08  Romain Francoise  <romain@orebokech.com>
12546
12547         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
12548         (gnus-summary-exit-map): Bind to `Z p'.
12549         (gnus-summary-make-menu-bar): Add menu item.
12550
12551 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
12552
12553         * gnus-art.el (gnus-article-treat-custom): Add `first'.
12554         (gnus-treat-*): Add `first' in all doc strings.
12555
12556         * gnus-group.el (gnus-group-compact-group): Fix typo.
12557
12558 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12559
12560         * gnus.el (gnus-parameters-case-fold-search): New variable.
12561         (gnus-parameters-get-parameter): Use it.
12562
12563         * gnus-score.el (gnus-home-score-file): Doc fix.
12564
12565 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
12566
12567         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
12568
12569 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12570
12571         * mm-util.el (mm-special-display-p): New function.
12572
12573         * mml.el (mml-preview): Use it; doc fix.
12574
12575 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12576
12577         * imap.el (imap-open): Handle case where buffer is a buffer object.
12578
12579 2005-10-29  Romain Francoise  <romain@orebokech.com>
12580
12581         * message.el (message-fix-before-sending): Fix comment.
12582
12583 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12584
12585         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
12586
12587 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12588
12589         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
12590         Used in gnus-score.el.
12591
12592 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12593
12594         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
12595
12596 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
12597
12598         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
12599         whitespace removed in revision 7.8.  Use concatenated string to
12600         protect trailing whitespace.
12601
12602 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
12603
12604         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
12605         (nnimap-request-expire-articles): Use it to avoid sending 'UID
12606         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
12607         Courier IMAP ("some version from 2004").  Mostly based on similar
12608         code in the same function.
12609
12610 2005-10-26  Didier Verna  <didier@xemacs.org>
12611
12612         * gnus-group.el (gnus-group-compact-group): Invalidate original
12613         article buffer.
12614         * gnus-srvr.el (gnus-server-compact-server): Ditto.
12615         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
12616         NOV database and in article itself.
12617         Invalidate article backlog.
12618
12619 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12620
12621         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
12622
12623 2005-10-26  Simon Josefsson  <jas@extundo.com>
12624
12625         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
12626         part of 2004-07-25 change.
12627
12628 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12629
12630         * message.el (message-display-completion-list): New function.
12631         (message-expand-group): Use it; make sure the Completions buffer
12632         is modifiable.
12633 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
12634
12635         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
12636         user-mail-name is an empty string.
12637
12638 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12639
12640         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
12641         depending on gnus-score-decay-constant.
12642
12643         * encrypt.el (encrypt-insert-file-contents)
12644         (encrypt-write-file-contents): Don't use `gnus-message'.
12645
12646         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
12647         arguments.
12648         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
12649         arguments to mm-uu-verbatim-marks-extract.
12650         (mm-uu-hide-markers): New variable.
12651         (mm-uu-extract): Use face similar to `gnus-cite-3'.
12652
12653         * gnus-fun.el (gnus-convert-image-to-x-face-command)
12654         (gnus-convert-image-to-face-command): Use "convert" by default to
12655         allow other input image formats.
12656         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
12657         accordingly.
12658
12659 2005-10-23  Simon Josefsson  <jas@extundo.com>
12660
12661         * imap.el (imap-gssapi-program): Align command line parameters
12662         with latest GNU SASL.
12663         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
12664
12665 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12666
12667         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
12668         HTML.
12669         (nnslashdot-request-article): Ditto.
12670
12671         * lpath.el (featurep): Add nobreak-char-display.
12672
12673 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12674
12675         * mail-source.el (mail-source-fetch-pop): Require pop3.
12676         (mail-source-check-pop): Ditto.
12677
12678 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12679
12680         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
12681         errors.
12682
12683 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12684
12685         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
12686         (gnus-treat-strip-leading-blank-lines): Improve doc string.
12687
12688         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
12689
12690         * mm-bodies.el (mm-decode-string): Call
12691         `mm-charset-to-coding-system' with allow-override argument.
12692
12693 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12694
12695         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
12696         (rfc2047-charset-to-coding-system): New function.
12697         (rfc2047-decode-encoded-words): New function.
12698         (rfc2047-decode-region): Use them.
12699         (rfc2047-decode-cte): Remove.
12700         (rfc2047-parse-and-decode): Remove.
12701         (rfc2047-decode): Remove.
12702
12703 2005-10-15  Kenichi Handa  <handa@m17n.org>
12704
12705         * rfc2047.el (rfc2047-decode-cte): New function.
12706         (rfc2047-decode-region): Change the way to decode successive
12707         encoded-words: decode B- or Q-encoding in each encoded-word,
12708         concatenate them, and decode it as charset.
12709
12710 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12711
12712         * lpath.el: Fbind codepage-setup for XEmacs.
12713
12714 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
12715
12716         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
12717         widget-move-and-invoke.
12718         (gnus-custom-mode): Use gnus-custom-map.
12719
12720 2005-10-15  Bill Wohler  <wohler@newt.com>
12721
12722         * message.el (message-tool-bar-map): Renamed image file from
12723         mail_send to mail/send.
12724
12725 2005-10-16  Masatake YAMATO  <jet@gyve.org>
12726
12727         * message.el (message-expand-group): Pass the common
12728         prefix substring of completion to `display-completion-list'.
12729
12730 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
12731
12732         * mml-sec.el (mml-secure-method): New internal variable.
12733         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
12734         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
12735         functions using mml-secure-method.
12736
12737         * mml.el (mml-mode-map): Add key bindings for those functions.
12738         (mml-menu): Simplify security menu entries.  Suggested by Jesper
12739         Harder <harder@myrealbox.com>.
12740         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
12741         end of message if point is the headers of the message.
12742
12743         * message.el (message-in-body-p): New function.
12744
12745         * assistant.el: Autoload gnus-util and netrc.
12746
12747         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
12748         Use `mm-charset-override-alist' only when decoding.
12749
12750         * mm-bodies.el (mm-decode-body): Call
12751         `mm-charset-to-coding-system' with allow-override argument.
12752
12753         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
12754         `filename' from Content-Disposition if Content-Type doesn't
12755         provide `name'.
12756         (gnus-mime-view-part-as-type): Set default instead of
12757         initial-input.
12758
12759 2005-10-09  Daniel Brockman  <daniel@brockman.se>
12760
12761         * format-spec.el (format-spec): Propagate text properties of % spec.
12762
12763 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12764
12765         * gnus-art.el (gnus-treat-predicate): Add `first'.
12766
12767 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12768
12769         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
12770         (mm-charset-override-alist): New variable.
12771         (mm-charset-to-coding-system): Use it.
12772         (mm-codepage-setup): New helper function.
12773         (mm-charset-eval-alist): New variable.
12774         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
12775         about unknown charsets.
12776
12777         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
12778
12779 2005-10-04  David Hansen  <david.hansen@gmx.net>
12780
12781         * nnrss.el (nnrss-request-article): Add support for the comments tag.
12782         (nnrss-check-group): Ditto.
12783
12784 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12785
12786         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
12787         Rename x-gnus-verbatim to x-verbatim.
12788         (mm-uu-type-alist): Fix regexp for verbatim-marks.
12789
12790         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
12791         x-verbatim.
12792
12793         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
12794
12795         * gnus-util.el (gnus-remove-duplicates): Remove.
12796
12797         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
12798         instead of gnus-remove-duplicates.
12799
12800         * message.el (message-remove-duplicates): Remove.
12801         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
12802         message-remove-duplicates.
12803
12804         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
12805         available, else use implementation from `delete-dups'.
12806
12807         * message.el (message-insert-expires): New function.
12808         (message-mode-map): Add key binding.
12809         (message-mode-field-menu): Add menu entry.
12810         (message-mode): Document it.
12811         (message-make-expires-date): Use `message-make-date'.
12812
12813 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
12814
12815         * message.el (message-make-expires-date): New function.
12816
12817 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12818
12819         * Makefile.in (list-installed-shadows): New entry.
12820         (install): Use it.
12821         (remove-installed-shadows): New entry.
12822
12823         * dgnushack.el (dgnushack-default-load-path): New variable.
12824         (dgnushack-find-lisp-shadows): New function.
12825         (dgnushack-remove-lisp-shadows): New function.
12826
12827 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12828
12829         * Makefile.in (install-el-elc): New entry.
12830         (install): Use it so that .el files are necessarily installed.
12831
12832 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12833
12834         * time-date.el: Autoload parse-time-string, XEmacs needs it.
12835
12836 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12837
12838         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
12839         function rather than the diff-mode.el package.
12840         (mm-display-external): Use with-current-buffer.
12841         (mm-viewer-completion-map, mm-viewer-completion-map):
12842         Move initialization inside declaration.
12843
12844 2005-09-29  Simon Josefsson  <jas@extundo.com>
12845
12846         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
12847         autoload mail-check-payment.
12848         (spam-check-hashcash): Define unconditionally, since hashcash.el
12849         is part of Gnus now.  Ignore errors from payment checking.
12850
12851 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
12852
12853         * message.el (message-bold-region, message-unbold-region): Rename
12854         from `bold-region' and `unbold-region'.
12855
12856         * message.el: Remove useless autoloads.
12857
12858 2005-09-28  Simon Josefsson  <jas@extundo.com>
12859
12860         * message.el (message-use-idna): Default to t.
12861         (message-use-idna): Test whether encoding works too.  Doc fix.
12862
12863 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12864
12865         * nntp.el (nntp-warn-about-losing-connection): Remove.
12866
12867 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
12868
12869         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
12870         customizable.  Change default value.
12871         (mm-uu-diff-groups-regexp): Change default value.
12872         (mm-uu-type-alist): Add doc string.
12873         (mm-uu-configure): Add doc string.  Make it interactive.
12874         (mm-uu-tex-groups-regexp): New variable.
12875         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
12876         (mm-uu-type-alist): Add LaTeX documents.
12877         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
12878         of "text/verbatim".
12879         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
12880
12881         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
12882         instead of "text/verbatim".
12883
12884         * message.el (message-mark-inserted-region)
12885         (message-mark-insert-file): Use slrn style marks when called with
12886         prefix argument.
12887
12888 2005-09-27  Simon Josefsson  <jas@extundo.com>
12889
12890         * message.el (message-idna-to-ascii-rhs-1): Reformat.
12891
12892 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
12893
12894         * message.el (message-remove-duplicates): New function.
12895         Implementation borrowed from `gnus-remove-duplicates'.
12896         (message-idna-to-ascii-rhs): Also encode idna addresses in
12897         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12898         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
12899         only ask about the same idna domain once per header and also tell
12900         in what header to replace the idna domain.
12901
12902         * gnus-art.el (article-decode-idna-rhs): Also decode idna
12903         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12904         (article-decode-idna-rhs): Fix regexp so that all idna-address in
12905         a header is decoded and not just the last one.
12906
12907 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12908
12909         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
12910         has been decoded.
12911
12912         * mm-decode.el (mm-automatic-display): Add text/verbatim.
12913         (mm-insert-part): Don't modify text if it has been decoded.
12914
12915         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
12916         decoded.
12917
12918         * mm-view.el (mm-inline-text): Don't strip text props unless
12919         decoding enriched or richtext parts.
12920
12921 2005-09-25  Romain Francoise  <romain@orebokech.com>
12922
12923         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
12924         * gnus-start.el (gnus-subscribe-interactively):
12925         * gnus-uu.el (gnus-uu-grab-articles):
12926         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
12927         space.
12928
12929 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
12930
12931         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
12932         * mm-view.el (mm-view-pkcs7-decrypt):
12933         * gnus-sum.el (gnus-summary-limit-to-extra)
12934         (gnus-summary-respool-article, gnus-read-move-group-name):
12935         * gnus-score.el (gnus-summary-increase-score):
12936         * gnus-util.el (gnus-completing-read-with-default):
12937         * gnus-art.el (gnus-read-save-file-name)
12938         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
12939         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
12940         * message.el (message-check-news-header-syntax):
12941         Follow convention for reading with the minibuffer.
12942
12943 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
12944
12945         * spam-report.el (spam-report-url-ping-plain):
12946         Use gnus-extended-version as User-Agent.
12947
12948         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
12949         default value is nil.
12950
12951         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
12952         (mm-uu-verbatim-marks-extract): New function.
12953         (mm-uu-extract): New face.
12954         (mm-uu-copy-to-buffer): Use it.
12955
12956         * spam-report.el (spam-report-gmane-ham): Renamed from
12957         `spam-report-gmane-unspam'.
12958         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
12959         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
12960
12961         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
12962         Autoload.
12963         (spam-report-gmane-unregister-routine): Renamed
12964         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
12965
12966 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
12967
12968         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
12969         (spam-report-gmane-unregister-routine): Add support for gmane
12970         unregistration.
12971
12972         * spam-report.el (spam-report-gmane-unspam)
12973         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
12974         (spam-report-gmane): Change to take a single article and do unspam
12975         registration.
12976
12977 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12978
12979         * mm-url.el (mm-url-decode-entities): Fix regexp.
12980
12981 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12982
12983         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
12984         default to nil, to be able to use Gnus at all.  If the default
12985         switches to something else, then the function should be fixed not
12986         be exceedingly slow.
12987
12988 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
12989
12990         * gnus-start.el (gnus-activate-group): If the server is nil, don't
12991         fail hard.
12992
12993         * spam-report.el: Add better Keywords line.
12994
12995         * spam.el: Add Maintainer and better Keywords line.
12996
12997 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12998
12999         * gnus-art.el (gnus-article-replace-part)
13000         (gnus-mime-replace-part): New functions.
13001         (gnus-mime-action-alist, gnus-mime-button-commands)
13002         (gnus-mime-save-part-and-strip): Added file argument.
13003         (gnus-article-part-wrapper): Added interactive argument.
13004
13005         * gnus-sum.el (gnus-summary-mime-map): Add
13006         `gnus-article-replace-part'.
13007
13008 2005-09-19  Didier Verna  <didier@xemacs.org>
13009
13010         The nnml compaction feature:
13011         * nnml.el (nnml-request-compact-group): New function.
13012         * nnml.el (nnml-request-compact): New function.
13013         * gnus-int.el (gnus-request-compact-group): New function.
13014         * gnus-int.el (gnus-request-compact): New function.
13015         * gnus-group.el (gnus-group-compact-group): New function.
13016         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
13017         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
13018         * gnus-srvr.el (gnus-server-compact-server): New function.
13019         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
13020         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
13021
13022 2005-09-18  Deepak Goel  <deego@gnufans.org>
13023
13024         * sieve.el (sieve-help): Fix `message' call: first arg should be a
13025         format spec.
13026
13027 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13028
13029         * gnus.el (gnus-group-startup-message): Bind image-load-path.
13030
13031 2005-09-15  Romain Francoise  <romain@orebokech.com>
13032
13033         * message.el (message-fill-paragraph): Clarify docstring.
13034
13035 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13036
13037         * gnus-art.el (gnus-mime-display-part): Protect against broken
13038         MIME messages.
13039
13040 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13041
13042         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
13043         before parsing header.
13044
13045 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
13046
13047         * html2text.el (html2text-replace-list): Add new entities.
13048
13049 2005-09-11  Romain Francoise  <romain@orebokech.com>
13050
13051         * message.el (message-alternative-emails): Improve docstring.
13052         (message-setup-1): Call `message-use-alternative-email-as-from'
13053         after `message-setup-hook' to give it precedence over posting
13054         styles, etc.
13055         (message-use-alternative-email-as-from): Add docstring.  Remove
13056         the original From header if present.
13057
13058         * nnml.el (nnml-compressed-files-size-threshold): New variable.
13059         (nnml-save-mail): Use it.
13060
13061         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
13062         articles.  Add new argument `silent'.
13063         (gnus-uu-mark-all): Report the total number of marked articles.
13064
13065 2005-09-10  Romain Francoise  <romain@orebokech.com>
13066
13067         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
13068         (gnus-uu-mark-series): Likewise.
13069
13070 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
13071
13072         * spam-report.el (spam-report-gmane): Fix generation of spam
13073         report URL.
13074
13075 2005-09-10  Simon Josefsson  <jas@extundo.com>
13076
13077         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
13078         t, based on discussion on the ding list with Robert Epprecht
13079         <epprecht@solnet.ch>.
13080
13081 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
13082
13083         * spam-report.el (spam-report-gmane): Make it work without
13084         X-Report-Spam header.  Gmane now only provides Archived-At.
13085         This is only used if `spam-report-gmane-use-article-number' is nil.
13086         (spam-report-gmane-spam-header): Remove.  Not used anymore.
13087
13088         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
13089         make `gnus-summary-sort-by-recipient' work with threading.
13090
13091         * nnweb.el (nnweb-google-wash-article): Print a message if article
13092         is not available.
13093
13094 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13095
13096         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
13097         change.  Decode text/* parts content before displaying.
13098
13099 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13100
13101         * mml-smime.el: Remove defvar of gnus-extract-address-components.
13102
13103 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13104
13105         * mm-view.el (mm-display-inline-fontify): Disable support modes.
13106
13107         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
13108         url-package-name, url-package-version,
13109         w3m-cid-retrieve-function-alist, w3m-current-buffer,
13110         w3m-display-inline-images, and w3m-minor-mode-map.
13111
13112 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
13113
13114         * message.el (message-tab-body-function): Fix mismatched custom type.
13115
13116         * gnus.el (gnus-group-change-level-function): Ditto.
13117
13118         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
13119
13120         * gnus-art.el (gnus-signature-limit)
13121         (gnus-article-mime-part-function): Ditto.
13122
13123 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13124
13125         * mml.el (mml-mode): Silence the byte compiler.
13126
13127         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
13128         using `(sit-for 0)' before moving the point to the specified part;
13129         skip unbuttonized parts.
13130         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
13131         return to the summary window if gnus-auto-select-part is non-nil.
13132
13133 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
13134
13135         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
13136         variables.
13137         (mml-dnd-attach-file, mml-mode): Use them.
13138
13139         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
13140         Make fetching article by MID work again for Google Groups.  Added
13141         FIXME concerning gnus-group-make-web-group.
13142
13143         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
13144         Don't depend on Gnus by using mail-extract-address-components if
13145         gnus-extract-address-components is not bound.
13146
13147 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13148
13149         * gnus-art.el (gnus-mime-display-security): Don't display the
13150         signature, but only the signed part.
13151
13152 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13153
13154         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
13155
13156         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
13157         list, not listp.
13158
13159 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
13160
13161         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
13162         when encoding.
13163
13164         * mm-bodies.el (mm-decode-content-transfer-encoding):
13165         De-canonicalize CRLF for all text content types, not just
13166         text/plain.
13167
13168 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13169
13170         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
13171         valid article; point arrow and cursor at the MIME button.
13172
13173 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13174
13175         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
13176         Suggested by Dan Christensen <jdc@uwo.ca>.
13177
13178         * mm-decode.el (mm-save-part): Enable change of prompt.
13179
13180 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
13181
13182         * gnus-msg.el (gnus-inews-add-send-actions): Made
13183         `message-post-method' lambda parameter ARG `&optional'.
13184
13185 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13186
13187         * gnus-sum.el (gnus-summary-mime-map): Added
13188         gnus-article-save-part-and-strip, gnus-article-delete-part and
13189         gnus-article-jump-to-part.
13190
13191         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
13192         (gnus-article-edit-part): Use it.
13193         (gnus-article-part-wrapper): Added no-handle argument.
13194         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
13195         functions.
13196
13197 2005-08-29  Romain Francoise  <romain@orebokech.com>
13198
13199         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13200         docstring.
13201         (gnus-face-from-file): Likewise.
13202
13203 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13204
13205         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
13206         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
13207         non-nil.
13208         (gnus-auto-select-part): New variable.
13209         (gnus-article-jump-to-part): New function.
13210         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
13211         (gnus-mime-delete-part): Allow selecting specified part after
13212         deleting or stripping parts.
13213         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
13214         part if argument is bogus.
13215
13216 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
13217
13218         * gnus-art.el (w3m-minor-mode-map):
13219         * gnus-spec.el (gnus-newsrc-file-version):
13220         * gnus-util.el (nnmail-active-file-coding-system)
13221         (gnus-original-article-buffer, gnus-user-agent):
13222         * gnus.el (gnus-ham-process-destinations)
13223         (gnus-parameter-ham-marks-alist)
13224         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
13225         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
13226         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
13227         * mm-decode.el (gnus-current-window-configuration):
13228         * mm-extern.el (gnus-article-mime-handles):
13229         * mm-url.el (url-current-object, url-package-name)
13230         (url-package-version):
13231         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
13232         (smime-keys, w3m-cid-retrieve-function-alist)
13233         (w3m-current-buffer, w3m-display-inline-images)
13234         (w3m-minor-mode-map):
13235         * mml-smime.el (gnus-extract-address-components):
13236         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
13237         (gnus-newsrc-hashtb, message-default-charset)
13238         (message-deletable-headers, message-options)
13239         (message-posting-charset, message-required-mail-headers)
13240         (message-required-news-headers):
13241         * mml1991.el (mc-pgp-always-sign):
13242         * mml2015.el (mc-pgp-always-sign):
13243         * nnheader.el (nnmail-extra-headers):
13244         * rfc1843.el (gnus-decode-encoded-word-function)
13245         (gnus-decode-header-function, gnus-newsgroup-name):
13246         * spam-stat.el (gnus-original-article-buffer): Add defvars.
13247
13248 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
13249
13250         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
13251         the end of the date treatments.
13252
13253 2005-08-15  Simon Josefsson  <jas@extundo.com>
13254
13255         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
13256         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
13257         Capello and Romain Francoise.
13258         (pgg-fetch-key-function): Removed, not used?
13259         (pgg-insert-url-with-w3): Require url, to get
13260         url-insert-file-contents regardless of where it is defined.
13261
13262 2005-08-13  Romain Francoise  <romain@orebokech.com>
13263
13264         * message.el (message-cite-original-1): New function.
13265         (message-cite-original): Use it.
13266         (message-cite-original-without-signature): Ditto.
13267
13268 2005-08-08  Romain Francoise  <romain@orebokech.com>
13269
13270         * message.el (message-yank-empty-prefix): New variable.
13271         (message-indent-citation): Use it.
13272         (message-cite-original-without-signature): Respect X-No-Archive.
13273
13274 2005-08-08  Simon Josefsson  <jas@extundo.com>
13275
13276         * pgg.el: Autoload url-insert-file-contents instead of loading
13277         w3/url.
13278         (pgg-insert-url-with-w3): Don't load url here.
13279
13280 2005-08-07  Jesper Harder  <harder@phys.au.dk>
13281
13282         * message.el (message-kill-to-signature): Don't insert newline at
13283         bol.
13284         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
13285
13286 2005-08-06  Romain Francoise  <romain@orebokech.com>
13287
13288         * message.el (message-user-fqdn): Fix typo in docstring.
13289
13290 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
13291
13292         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
13293
13294         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
13295
13296 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13297
13298         * mm-bodies.el (mm-encode-body): Use coding system rather than
13299         charset to encode text.
13300
13301         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
13302         number of charsets if utf-8 is available (XEmacs).
13303
13304 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13305
13306         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
13307         taken from `gnus-button-mid-or-mail-regexp'.
13308         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
13309         (gnus-button-alist): Improve regexp for domain part of the MIDs
13310         for news:localpart@domain buttons.
13311         (gnus-button-ctan-directory-regexp): Update.
13312
13313 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13314
13315         * sieve-manage.el (sieve-manage-interactive-login): Use
13316         make-local-variable rather than make-variable-buffer-local.
13317         (sieve-manage-open): Ditto.
13318         (sieve-manage-authenticate): Ditto.
13319
13320         * mml.el (mml-generate-mime-1): Make the content type default to
13321         text/plain if the filename is not specified.
13322
13323 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13324
13325         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
13326         instead of insert-buffer.
13327
13328         * message.el (message-yank-original): Ditto; set the mark at the
13329         end of the yanked message.
13330
13331 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13332
13333         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
13334         lines to scroll rather than to stop it.
13335
13336         * mml.el (mml-generate-default-type): Add doc string.
13337         (mml-generate-mime-1): Use mm-default-file-encoding or make it
13338         default to application/octet-stream when determining the content
13339         type if it is not specified for the part or the mml contents; add
13340         a comment about mml-generate-default-type.
13341
13342 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
13343
13344         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
13345         make it default to application/octet-stream when determining the
13346         content type if it is not specified for the external contents.
13347
13348 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13349
13350         * rfc2231.el (rfc2231-parse-string): Take care that not only a
13351         segmented parameter but also other parameters might be there.
13352
13353 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13354
13355         * mm-decode.el (mm-display-external): Delete temp file, directory
13356         and buffer immediately if the external process is exited.
13357
13358 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13359
13360         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
13361         fewer lines than that of scroll-margin.
13362         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
13363
13364 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13365
13366         * gnus-art.el (gnus-article-next-page): Revert.
13367         (gnus-article-beginning-of-window): New macro.
13368         (gnus-article-next-page-1): Use it.
13369         (gnus-article-prev-page): Ditto.
13370         (gnus-article-edit-part): Use insert-buffer-substring instead of
13371         insert-buffer.
13372         (gnus-article-edit-exit): Ditto.
13373
13374         * gnus-util.el (gnus-beginning-of-window): Remove.
13375         (gnus-end-of-window): Remove.
13376
13377         * lpath.el: Don't bind header-line-format and scroll-margin.
13378
13379 2005-07-25  Simon Josefsson  <jas@extundo.com>
13380
13381         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
13382         to have the url package without w3.  Reported by Daiki Ueno
13383         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
13384
13385 2005-07-20  Didier Verna  <didier@xemacs.org>
13386
13387         * gnus-diary.el: Remove the description comment (nndiary is now
13388         properly documented in the Gnus manual).
13389         Fix the spelling of "Back End".
13390         * nndiary.el: Ditto.
13391         Fix the copyright notice.
13392
13393 2005-07-18  Romain Francoise  <romain@orebokech.com>
13394
13395         * gnus-sum.el (gnus-summary-to-prefix)
13396         (gnus-summary-newsgroup-prefix): New variables.
13397         (gnus-summary-from-or-to-or-newsgroups): Use them.
13398
13399 2005-07-17  Romain Francoise  <romain@orebokech.com>
13400
13401         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
13402         space as it's generally not especially interesting to the user.
13403
13404 2005-07-16  Romain Francoise  <romain@orebokech.com>
13405
13406         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
13407         nil to avoid prompting and file modification if one of the
13408         messages at the top of the nnfolder file contains a copyright
13409         notice.
13410         Update copyright notice.
13411
13412         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
13413         instead of `current-time-string' as the latter creates a time
13414         string that is not RFC 2822 compliant (it lacks the zone).
13415         Update copyright notice.
13416
13417 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13418
13419         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
13420         for text/rtf.  Display default in prompt.  Pass default for M-n.
13421
13422         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
13423
13424 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13425
13426         * gnus-msg.el (gnus-button-mailto): Remove
13427         save-selected-window-window hackery because it relies on
13428         save-selected-window internals.
13429
13430 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13431
13432         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
13433         (gnus-article-next-page-1): Use gnus-beginning-of-window.
13434         (gnus-article-prev-page): Ditto.
13435
13436         * gnus-util.el (gnus-beginning-of-window): New function.
13437         (gnus-end-of-window): New function.
13438
13439         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
13440
13441 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13442
13443         * gnus-score.el (gnus-score-edit-all-score): Set
13444         gnus-score-edit-exit-function to gnus-score-edit-done and call
13445         gnus-message.
13446
13447 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13448
13449         * gnus-msg.el (gnus-button-mailto): Remove
13450         save-selected-window-window hackery because it relies on
13451         save-selected-window internals.
13452
13453 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13454
13455         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
13456         add-minor-mode.
13457         (gnus-binary-mode): Ditto.
13458
13459         * gnus-topic.el (gnus-topic-mode): Ditto.
13460
13461 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
13462
13463         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
13464         (gnus-article-prev-page): Take scroll-margin into consideration.
13465
13466 2005-07-04  Lute Kamstra  <lute@gnu.org>
13467
13468         Update FSF's address in GPL notices.
13469
13470 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
13471
13472         * gnus.el (gnus-exit):
13473         * gnus-group.el (gnus-group-icons):
13474         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
13475
13476         * gnus-nocem.el (gnus-nocem):
13477         * message.el (message-various, message-buffers, message-sending)
13478         (message-interface, message-forwarding, message-insertion)
13479         (message-headers, message-news, message-mail):
13480         * pgg-gpg.el (pgg-gpg):
13481         * pgg-parse.el (pgg-parse):
13482         * pgg-pgp.el (pgg-pgp):
13483         * pgg-pgp5.el (pgg-pgp5):
13484         * pop3.el (pop3): Finish `defgroup' description with period.
13485
13486 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13487
13488         * gnus-art.el (article-display-face): Improve the efficiency.
13489         (article-display-x-face): Ditto; remove grey x-face stuff.
13490
13491 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13492
13493         * gnus-art.el (article-display-face): Correct the position in
13494         which Faces are inserted.
13495
13496 2005-06-29  Didier Verna  <didier@xemacs.org>
13497
13498         * gnus-art.el (article-display-face): Display faces in correct
13499         order.
13500
13501 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13502
13503         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
13504         (gnus-fill-real-hashtb): Use hash table instead of obarray.
13505         (gnus-nocem-check-article): Fetch the Type header.
13506         (gnus-nocem-message-wanted-p): Fix the way to examine types.
13507         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
13508         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
13509         make sure gnus-nocem-hashtb is initialized.
13510         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
13511         (gnus-nocem-unwanted-article-p): Ditto.
13512
13513         * pgg.el (pgg-verify): Return the verification result.
13514
13515 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13516
13517         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
13518         is ascii.
13519
13520 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
13521
13522         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
13523         `show-nonbreak-escape'.
13524
13525 2005-06-23  Lute Kamstra  <lute@gnu.org>
13526
13527         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
13528
13529         * dig.el (dig-mode):
13530         * smime.el (smime-mode): Use gnus-run-mode-hooks.
13531
13532 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
13533
13534         * nnimap.el (nnimap-split-download-body): Fix spellings.
13535
13536 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
13537
13538         * gnus-art.el (gnus-article-encrypt-body):
13539         * gnus-cus.el (gnus-score-customize):
13540         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
13541         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
13542
13543 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
13544
13545         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
13546         header by looking for magic "MII" at the beginnig.
13547
13548 2005-06-16  Miles Bader  <miles@gnu.org>
13549
13550         * gnus-xmas.el (gnus-xmas-group-startup-message):
13551         Use renamed gnus-splash face.
13552
13553         * assistant.el (assistant-field): Remove "-face" suffix from face name.
13554         (assistant-field-face): New backward-compatibility alias for renamed
13555         face.
13556         (assistant-render-text): Use renamed assistant-field face.
13557
13558         * spam.el (spam): Remove "-face" suffix from face name.
13559         (spam-face): New backward-compatibility alias for renamed face.
13560         (spam-face, spam-initialize): Use renamed spam face.
13561
13562         * message.el (message-header-to, message-header-cc)
13563         (message-header-subject, message-header-newsgroups)
13564         (message-header-other, message-header-name)
13565         (message-header-xheader, message-separator, message-cited-text)
13566         (message-mml): Remove "-face" suffix from face names.
13567         (message-header-to-face, message-header-cc-face)
13568         (message-header-subject-face, message-header-newsgroups-face)
13569         (message-header-other-face, message-header-name-face)
13570         (message-header-xheader-face, message-separator-face)
13571         (message-cited-text-face, message-mml-face):
13572         New backward-compatibility aliases for renamed faces.
13573         (message-font-lock-keywords): Use renamed message faces.
13574
13575         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
13576         (sieve-test-commands, sieve-tagged-arguments):
13577         Remove "-face" suffix from face names.
13578         (sieve-control-commands-face, sieve-action-commands-face)
13579         (sieve-test-commands-face, sieve-tagged-arguments-face):
13580         New backward-compatibility aliases for renamed faces.
13581         (sieve-control-commands-face, sieve-action-commands-face)
13582         (sieve-test-commands-face, sieve-tagged-arguments-face):
13583         Use renamed sieve faces.
13584
13585         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
13586         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
13587         (gnus-group-news-3-empty, gnus-group-news-4)
13588         (gnus-group-news-4-empty, gnus-group-news-5)
13589         (gnus-group-news-5-empty, gnus-group-news-6)
13590         (gnus-group-news-6-empty, gnus-group-news-low)
13591         (gnus-group-news-low-empty, gnus-group-mail-1)
13592         (gnus-group-mail-1-empty, gnus-group-mail-2)
13593         (gnus-group-mail-2-empty, gnus-group-mail-3)
13594         (gnus-group-mail-3-empty, gnus-group-mail-low)
13595         (gnus-group-mail-low-empty, gnus-summary-selected)
13596         (gnus-summary-cancelled, gnus-summary-high-ticked)
13597         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
13598         (gnus-summary-high-ancient, gnus-summary-low-ancient)
13599         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
13600         (gnus-summary-low-undownloaded)
13601         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
13602         (gnus-summary-low-unread, gnus-summary-normal-unread)
13603         (gnus-summary-high-read, gnus-summary-low-read)
13604         (gnus-summary-normal-read, gnus-splash):
13605         Remove "-face" suffix from face names.
13606         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13607         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13608         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13609         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13610         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13611         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13612         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13613         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13614         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13615         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13616         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13617         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13618         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13619         (gnus-summary-normal-ticked-face)
13620         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
13621         (gnus-summary-normal-ancient-face)
13622         (gnus-summary-high-undownloaded-face)
13623         (gnus-summary-low-undownloaded-face)
13624         (gnus-summary-normal-undownloaded-face)
13625         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13626         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13627         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13628         (gnus-splash-face):
13629         New backward-compatibility aliases for renamed faces.
13630         (gnus-group-startup-message): Use renamed gnus faces.
13631
13632         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
13633         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
13634         (gnus-server-agent): Remove "-face" suffix from face names.
13635         (gnus-server-agent-face, gnus-server-opened-face)
13636         (gnus-server-closed-face, gnus-server-denied-face)
13637         (gnus-server-offline-face):
13638         New backward-compatibility aliases for renamed faces.
13639         (gnus-server-agent-face, gnus-server-opened-face)
13640         (gnus-server-closed-face, gnus-server-denied-face)
13641         (gnus-server-offline-face): Use renamed gnus faces.
13642
13643         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
13644         Remove "-face" suffix from face names.
13645         (gnus-picon-xbm-face, gnus-picon-face):
13646         New backward-compatibility aliases for renamed faces.
13647
13648         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
13649         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
13650         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
13651         (gnus-cite-11): Remove "-face" suffix from face names.
13652         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
13653         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
13654         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
13655         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
13656         New backward-compatibility aliases for renamed faces.
13657         (gnus-cite-attribution-face, gnus-cite-face-list)
13658         (gnus-article-boring-faces): Use renamed gnus faces.
13659
13660         * gnus-art.el (gnus-signature, gnus-header-from)
13661         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
13662         (gnus-header-content): Remove "-face" suffix from face names.
13663         (gnus-signature-face, gnus-header-from-face)
13664         (gnus-header-subject-face, gnus-header-newsgroups-face)
13665         (gnus-header-name-face, gnus-header-content-face):
13666         New backward-compatibility aliases for renamed faces.
13667         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
13668
13669         * gnus-sum.el (gnus-summary-selected-face)
13670         (gnus-summary-highlight): Use renamed gnus faces.
13671         * gnus-group.el (gnus-group-highlight): Likewise.
13672
13673 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
13674
13675         * gnus-sieve.el (gnus-sieve-article-add-rule):
13676         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
13677         * spam-stat.el (spam-stat-buffer-change-to-spam)
13678         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
13679
13680         * message.el (message-is-yours-p):
13681         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
13682
13683 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13684
13685         * mm-view.el (mm-inline-text): Withdraw the last change.
13686
13687 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13688
13689         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
13690         executing enriched-decode.
13691
13692 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13693
13694         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
13695         charset of tar files.
13696
13697 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
13698
13699         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
13700
13701 2005-06-04  Lute Kamstra  <lute@gnu.org>
13702
13703         * nnfolder.el (nnfolder-read-folder): Make sure that undo
13704         information is never recorded.
13705
13706 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13707
13708         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
13709
13710 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13711
13712         * pop3.el (pop3-apop): Run md5 in the binary mode.
13713
13714         * starttls.el (starttls-set-process-query-on-exit-flag):
13715         Use eval-and-compile.
13716
13717 2005-05-31  Simon Josefsson  <jas@extundo.com>
13718
13719         * smime.el (smime-replace-in-string): Define.
13720         (smime-cert-by-ldap-1): Use it.
13721
13722 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13723
13724         * gnus-art.el (article-display-x-face): Replace
13725         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13726
13727         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
13728         set-process-query-on-exit-flag or process-kill-without-query.
13729
13730         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
13731         loop instead of replace-regexp.
13732
13733         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
13734         instead of process-kill-without-query if it is available.
13735
13736         * lpath.el: Fbind ldap-search-entries.
13737
13738         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
13739         instead of find-file-hooks if it is available.
13740
13741         * mml1991.el: Bind pgg-default-user-id when compiling.
13742
13743         * mml2015.el: Bind pgg-default-user-id when compiling.
13744
13745         * nndraft.el (nndraft-request-associate-buffer):
13746         Use write-contents-functions instead of write-contents-hooks if it is
13747         available.
13748
13749         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
13750         instead of find-file-hooks if it is available.
13751
13752         * nntp.el (nntp-open-connection): Replace
13753         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13754         (nntp-open-ssl-stream): Ditto.
13755         (nntp-open-tls-stream): Ditto.
13756
13757         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
13758         set-process-query-on-exit-flag or process-kill-without-query.
13759         (starttls-open-stream-gnutls): Use it instead of
13760         process-kill-without-query.
13761         (starttls-open-stream): Ditto.
13762
13763 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
13764
13765         * smime.el (smime-cert-by-ldap-1): Don't use
13766         replace-regexp-in-string.
13767
13768 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
13769
13770         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
13771
13772         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
13773         in PEM format.  Adjust to the XEmacs compability.
13774
13775 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
13776
13777         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
13778         by `string-to-number'.
13779         * gnus-agent.el (gnus-agent-regenerate-group)
13780         (gnus-agent-fetch-articles): Ditto.
13781         * gnus-art.el (gnus-button-fetch-group): Ditto.
13782         * gnus-cache.el (gnus-cache-generate-active)
13783         (gnus-cache-articles-in-group): Ditto.
13784         * gnus-group.el (gnus-group-set-current-level)
13785         (gnus-group-insert-group-line): Ditto.
13786         * gnus-score.el (gnus-score-set-expunge-below)
13787         (gnus-score-set-mark-below, gnus-summary-score-effect)
13788         (gnus-summary-score-entry): Ditto.
13789         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
13790         (gnus-soup-pack): Ditto.
13791         * gnus-spec.el (gnus-xmas-format): Ditto.
13792         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
13793         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
13794         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
13795         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
13796         * nndb.el (nndb-get-remote-expire-response): Ditto.
13797         * nndiary.el (nndiary-parse-schedule-value)
13798         (nndiary-string-to-number, nndiary-request-replace-article)
13799         (nndiary-request-article): Ditto.
13800         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
13801         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
13802         * nneething.el (nneething-make-head): Ditto.
13803         * nnfolder.el (nnfolder-request-article)
13804         (nnfolder-retrieve-headers): Ditto.
13805         * nnheader.el (nnheader-file-to-number): Ditto.
13806         * nnkiboze.el (nnkiboze-request-article): Ditto.
13807         * nnmail.el (nnmail-process-unix-mail-format)
13808         (nnmail-process-babyl-mail-format): Ditto.
13809         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
13810         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
13811         (nnmh-request-create-group, nnmh-request-list-1)
13812         (nnmh-request-group, nnmh-request-article): Ditto.
13813         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
13814         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
13815         * nnsoup.el (nnsoup-make-active): Ditto.
13816         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
13817         * nntp.el (nntp-find-group-and-number)
13818         (nntp-retrieve-headers-with-xover): Ditto.
13819         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
13820         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
13821         (pgg-format-key-identifier): Ditto.
13822         * pop3.el (pop3-last, pop3-stat): Ditto.
13823         * qp.el (quoted-printable-decode-region): Ditto.
13824
13825         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
13826         of concat.
13827
13828 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13829
13830         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
13831
13832         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
13833
13834         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
13835
13836         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
13837
13838         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
13839
13840         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
13841
13842         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
13843         (gnus-carpal-mode): Ditto.
13844
13845         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
13846         (gnus-browse-mode): Ditto.
13847
13848         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
13849
13850         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
13851
13852 2005-05-29  Richard M. Stallman  <rms@gnu.org>
13853
13854         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
13855
13856 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13857
13858         * gnus-util.el (gnus-run-mode-hooks): New function.
13859
13860         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
13861
13862         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
13863         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
13864
13865 2005-05-27  Lute Kamstra  <lute@gnu.org>
13866
13867         * dns-mode.el (dns-mode): Specify customization group.
13868
13869 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
13870
13871         * gnus-agent.el (gnus-agent-make-mode-line-string):
13872         Use mode-line-highlight as mouse-face.
13873
13874 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13875
13876         * canlock.el (canlock): Change the parent group to news.
13877
13878         * deuglify.el (gnus-outlook-deuglify): Add :group.
13879
13880         * dig.el (dig): Add :group.
13881
13882         * dns-mode.el (dns-mode): Add :group.
13883
13884         * encrypt.el (encrypt): Add :group.
13885
13886         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
13887         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
13888         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
13889         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
13890         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
13891
13892         * gnus-diary.el (gnus-diary): Add :group.
13893
13894         * gnus.el (gnus-group-news-1-face): Add :group.
13895         (gnus-group-news-1-empty-face): Ditto.
13896         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
13897         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
13898         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
13899         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
13900         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
13901         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
13902         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
13903         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
13904         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
13905         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
13906         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
13907         (gnus-summary-high-ticked-face): Ditto.
13908         (gnus-summary-low-ticked-face): Ditto.
13909         (gnus-summary-normal-ticked-face): Ditto.
13910         (gnus-summary-high-ancient-face): Ditto.
13911         (gnus-summary-low-ancient-face): Ditto.
13912         (gnus-summary-normal-ancient-face): Ditto.
13913         (gnus-summary-high-undownloaded-face): Ditto.
13914         (gnus-summary-low-undownloaded-face): Ditto.
13915         (gnus-summary-normal-undownloaded-face): Ditto.
13916         (gnus-summary-high-unread-face): Ditto.
13917         (gnus-summary-low-unread-face): Ditto.
13918         (gnus-summary-normal-unread-face): Ditto.
13919         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
13920         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
13921
13922         * hashcash.el (hashcash): New custom group.
13923         (hashcash-default-payment): Add :group.
13924         (hashcash-payment-alist): Ditto.
13925         (hashcash-default-accept-payment): Ditto.
13926         (hashcash-accept-resources): Ditto.
13927         (hashcash-path): Ditto.
13928         (hashcash-extra-generate-parameters): Ditto.
13929         (hashcash-double-spend-database): Ditto.
13930         (hashcash-in-news): Ditto.
13931
13932         * message.el (message-minibuffer-local-map): Add :group.
13933
13934         * netrc.el (netrc): Add :group.
13935
13936         * sieve-manage.el (sieve-manage-log): Add :group.
13937         (sieve-manage-default-user): Diito.
13938         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
13939         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
13940         (sieve-manage-authenticators): Ditto.
13941         (sieve-manage-authenticator-alist): Ditto.
13942         (sieve-manage-default-port): Ditto.
13943
13944         * sieve-mode.el (sieve-control-commands-face): Add :group.
13945         (sieve-action-commands-face): Ditto.
13946         (sieve-test-commands-face): Ditto.
13947         (sieve-tagged-arguments-face): Ditto.
13948
13949         * smime.el (smime): Add :group.
13950
13951         * spam-report.el (spam-report): Add :group.
13952
13953         * spam.el (spam, spam-face): Add :group.
13954
13955 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13956
13957         * nntp.el (nntp-next-result-arrived-p): Some news servers may
13958         return \n.\n.\n at the end of articles.  Protect against that.
13959         (nntp-with-open-group): Allow debugging.
13960
13961         * nnheader.el (mail-header-set-extra): Make into a function
13962         because I just could't understand how to quote the list properly.
13963
13964         * dns.el (query-dns-cached): New function.
13965
13966 2005-05-26  Lute Kamstra  <lute@gnu.org>
13967
13968         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
13969
13970 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13971
13972         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
13973
13974         * gnus-art.el: Don't autoload mail-extract-address-components.
13975
13976         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
13977         eval-and-compile to evaluate it.
13978
13979         * hashcash.el: Don't autoload executable-find.
13980
13981         * nndb.el: Don't declare the nndb back end two or more times; don't
13982         autoload news-reply-mode, news-setup, cancel-timer and telnet.
13983
13984         * nntp.el: Autoload format-spec instead of format; use
13985         eval-and-compile to evaluate autoload forms.
13986
13987 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
13988
13989         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
13990
13991 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13992
13993         * gnus.el (gnus-version-number): Bump version.
13994
13995 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13996
13997         * gnus.el: No Gnus v0.3 is released.
13998
13999 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14000
14001         * lpath.el (featurep): Bind show-nonbreak-escape.
14002
14003 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14004
14005         * gnus-art.el (gnus-article-edit-part): Disable undo.
14006
14007 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14008
14009         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
14010         gnus-article-date-lapsed-new-header is t if date timer is active;
14011         skip headers in which the original date value is empty.
14012         (gnus-article-save-original-date): Redefine it as a macro.
14013         (gnus-display-mime): Use it.
14014
14015 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14016
14017         * gnus-art.el (article-date-ut): Support converting date in
14018         forwarded parts as well.
14019         (gnus-article-save-original-date): New function.
14020         (gnus-display-mime): Use it.
14021
14022 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
14023
14024         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
14025         enclosure element of <item>.
14026
14027 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
14028
14029         * message.el (message-kill-buffer-query): Renamed from
14030         `message-kill-buffer-query-if-modified'.  Added :version.
14031
14032 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14033
14034         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
14035         window layout.
14036
14037 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14038
14039         * mml.el: Autoload dnd when compiling.
14040
14041 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14042
14043         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
14044         x-dnd-*.
14045
14046 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14047
14048         * qp.el (quoted-printable-encode-region): Save excursion.
14049
14050 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
14051
14052         * message.el (message-kill-buffer-query-if-modified): Add new variable
14053         so the user can kill a modified message buffer quickly.
14054         (message-kill-buffer): Use it.
14055
14056 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14057
14058         * lpath.el: Fbind display-time-event-handler; don't fbind
14059         string-to-multibyte.
14060
14061         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
14062
14063 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14064
14065         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
14066         contained in text because xml.el decodes entities) with LFs.
14067
14068 2005-04-11  Lute Kamstra  <lute@gnu.org>
14069
14070         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
14071         differently.
14072
14073 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14074
14075         * mm-util.el (mm-detect-coding-region): Typo.
14076
14077 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14078
14079         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
14080
14081 2005-04-06  Deepak Goel  <deego@gnufans.org>
14082
14083         * spam-stat.el (spam-stat-score-buffer): Add a call to a
14084         user-function allow user modifications of the scores.
14085         (spam-stat-score-buffer-user): New function, to allow
14086         user-computed modifications to the score.
14087         (spam-stat-score-buffer-user-functions): List of additional
14088         scoring functions.
14089         (spam-stat-error-holder): Global temporary error holder.
14090         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
14091         variable.
14092
14093 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
14094
14095         * gnus-registry.el (gnus-registry-clean-empty-function)
14096         (gnus-registry-trim, gnus-registry-fetch-groups)
14097         (gnus-registry-delete-group): Groups that match
14098         `gnus-registry-ignored-groups' are removed from the registry
14099         entries, not just ignored for splitting.  This helps clean up the
14100         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
14101         to get all the groups a message ID is in.
14102
14103         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
14104         (spam-stat-split-fancy): Change "threshhold" to "threshold".
14105         (spam-stat-score-buffer-user-functions): Add :number custom type.
14106
14107 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14108
14109         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
14110         argument in XEmacs.
14111
14112         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
14113         (nnrss-request-group): Decode group name first.
14114         (nnrss-request-article): Make a text/plain article if mml-to-mime
14115         failed.
14116         (nnrss-get-encoding): Return a compatible encoding according to
14117         nnrss-compatible-encoding-alist.
14118         (nnrss-find-el): Use consp instead of listp.
14119         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
14120
14121 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14122
14123         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
14124         which Emacs 20 doesn't support.
14125         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
14126
14127 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14128
14129         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
14130         silence the byte compiler inside the defun.
14131
14132         * gnus-demon.el (parse-time-string): Add autoload.
14133
14134         * gnus-delay.el (parse-time-string): Add autoload.
14135
14136         * gnus-art.el (parse-time-string): Add autoload.
14137
14138         * nnultimate.el (parse-time): Require for `parse-time-string'.
14139
14140 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14141
14142         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
14143
14144         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
14145
14146         * smime.el (smime-ldap-host-list): Add :version.
14147
14148 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14149
14150         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
14151         pass it to `gnus-browse-read-group'.
14152         (gnus-browse-read-group): Add NUMBER argument and pass it to
14153         `gnus-group-read-ephemeral-group'.
14154
14155         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
14156         argument and pass it to `gnus-group-read-group'.
14157
14158 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
14159
14160         * mm-util.el (mm-xemacs-find-mime-charset): Only call
14161         mm-xemacs-find-mime-charset-1 if we have the mule feature
14162         available at runtime.
14163
14164 2005-03-25  Werner Lemberg  <wl@gnu.org>
14165
14166         * nnmaildir.el: Replace `illegal' with `invalid'.
14167
14168 2005-03-23  Lute Kamstra  <lute@gnu.org>
14169
14170         * time-date.el: Add comment on time value formats.
14171         Don't require parse-time.
14172         (with-decoded-time-value): New macro.
14173         (encode-time-value): New function.
14174         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
14175         (days-to-time): Return a valid time value when arg is huge.
14176         (time-since): Use time-subtract.
14177         (time-to-number-of-days): Use time-to-seconds.
14178
14179 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14180
14181         * gnus-start.el (gnus-display-time-event-handler):
14182         Check display-time-timer at runtime rather than only at load time
14183         in case display-time-mode is turned off in the mean time.
14184
14185 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14186
14187         * nnimap.el (nnimap-open-connection): Print which authinfo file is
14188         used.
14189
14190         * nneething.el (nneething-map-file-directory): Derive from
14191         `gnus-directory'.
14192
14193         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
14194         the To/Cc button.
14195
14196 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14197
14198         * nnmaildir.el (nnmaildir-request-accept-article):
14199         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
14200
14201 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14202
14203         * gnus-async.el: Require timer-funcs at compile time when in
14204         XEmacs for `run-with-idle-timer'.
14205
14206 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14207
14208         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
14209         autoloaded function.
14210
14211 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14212
14213         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
14214
14215 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
14216
14217         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
14218
14219 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14220
14221         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
14222         gnus-expert-user to default.
14223
14224 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
14225
14226         * nnimap.el (nnimap-open-server): Ditto.
14227
14228         * imap.el (imap-authenticate): Fix typo.
14229
14230 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
14231
14232         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
14233         buffer (since IMAP server might return FETCH response out of
14234         order, and the nntp buffer must be sorted).
14235
14236 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
14237
14238         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
14239         comparison on string.
14240
14241         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
14242         (gnus-agent-score): Renamed category keywords to match gnus-cus.
14243         (gnus-agent-summary-fetch-series): Modified to protect against
14244         gnus-agent-summary-fetch-group clearing processable flags.
14245         (gnus-agent-synchronize-group-flags): Update live group buffer as
14246         synchronization may occur due to the user toggle the plugged
14247         status.
14248         (gnus-agent-fetch-group-1): Clear downloadable flag when article
14249         successfully downloaded.
14250         (gnus-agent-expire-group-1): Avoid using markers when the overview
14251         is in ascending order; greatly improves performance.
14252         (gnus-agent-regenerate-group): Use
14253         gnus-agent-synchronize-group-flags to reset read status in both
14254         gnus and server.
14255         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
14256
14257 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14258
14259         * message.el: Don't autoload former message-utils variables.
14260         (message-strip-subject-trailing-was): Change doc string.
14261
14262         * nnweb.el: Fixes for `gnus-group-make-web-group'.
14263         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
14264         (nnweb-google-search): Add "hl=en" here.
14265         (nnweb-google-parse-1, nnweb-google-create-mapping):
14266         Don't hardcode URL.
14267
14268 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14269
14270         * message.el (message-get-reply-headers, message-followup):
14271         Mention related variables `message-use-followup-to' and
14272         `message-use-mail-followup-to', in the information buffer.
14273
14274         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
14275         of broken groups(-beta).google.com.
14276
14277 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14278
14279         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
14280         parameter to invoked gnus-request-move-article; remove the
14281         redundant gnus-sum-hint-move-is-internal variable; apply the marks
14282         all at once instead of once per article.
14283         (gnus-summary-remove-process-mark): Accept a list of articles as
14284         well as a single article for processing.
14285
14286         * gnus-int.el (gnus-request-move-article): Add move-is-internal
14287         parameter.
14288
14289         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
14290
14291         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
14292
14293         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
14294         parameter.
14295
14296         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
14297         parameter.
14298
14299         * nnimap.el (nnimap-request-move-article): Add move-is-internal
14300         parameter and remove the gnus-sum-hint-move-is-internal variable.
14301
14302         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
14303         parameter.
14304
14305         * nndraft.el (nndraft-request-move-article): Add move-is-internal
14306         parameter.
14307
14308         * nndiary.el (nndiary-request-move-article): Add move-is-internal
14309         parameter.
14310
14311         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
14312
14313         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
14314         parameter.
14315
14316         * nnagent.el (nnagent-request-move-article): Add move-is-internal
14317         parameter.
14318
14319 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14320
14321         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
14322         a more conservative way.
14323
14324 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14325
14326         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
14327         buffer, so it moves the window's cursor.
14328
14329 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
14330
14331         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
14332         `mm-dissect-multipart' and receive the from field as an (optional)
14333         argument from `mm-dissect-multipart'.
14334         (mm-dissect-multipart): Receive the from field as an argument and
14335         pass it on when we call `mm-dissect-buffer' on MIME parts.
14336         Fixes verification/decryption of signed/encrypted MIME parts.
14337
14338 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
14339
14340         * gnus-sum.el (gnus-summary-move-article): Set
14341         gnus-sum-hint-move-is-internal for gnus-request-move-article and
14342         whatever it calls (right now, only nnimap-request-move article
14343         respects it).
14344
14345         * nnimap.el (nnimap-request-move-article): When
14346         gnus-sum-hint-move-is-internal is set, don't do the extra
14347         nnimap-request-article.
14348
14349 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14350
14351         * nnheader.el (nnheader-find-file-noselect): Add doc string.
14352
14353         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
14354         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
14355
14356         * gnus-sum.el (gnus-summary-caesar-message):
14357         Apply `gnus-treat-article' after rotation.
14358
14359         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
14360         doc string.
14361
14362 2005-02-22  Simon Josefsson  <jas@extundo.com>
14363
14364         * encrypt.el (encrypt-password-cache-expiry): Remove (use
14365         `password-cache-expiry' instead).  Reported by Arne Jørgensen
14366         <arne@arnested.dk>.
14367         (encrypt): Add password-cache and password-cache-expiry as group
14368         members.
14369
14370 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
14371
14372         * smime.el (smime-ldap-host-list): Doc fix.
14373         (smime-ask-passphrase): Use `password-read-and-add' to read (and
14374         cache) password.
14375         (smime-sign-region): Use it.
14376         (smime-decrypt-region): Use it.
14377         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
14378         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
14379         fails.
14380         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
14381         certificate from DER to PEM format rather than calling openssl.
14382
14383         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
14384
14385         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
14386         for signing/encryption.
14387
14388         * mml.el (mml-parse-1): Use them.
14389
14390 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
14391
14392         * nnrss.el (nnrss-verbose): Removed.
14393         (nnrss-request-group): Use `nnheader-message' instead.
14394
14395 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
14396
14397         * nnrss.el (nnrss-verbose): New variable.
14398         (nnrss-request-group): Make it say nnrss is requesting a group.
14399
14400 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14401
14402         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
14403         Handle news URL with given port correctly.
14404
14405 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14406
14407         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
14408         containing special characters.
14409
14410         * gnus-sum.el (gnus-summary-edit-article): Ditto.
14411
14412         * mml.el (mime-to-mml): Ditto.
14413
14414         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
14415         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
14416         (rfc2047-decode-region): Quote decoded words containing special
14417         characters when rfc2047-quote-decoded-words-containing-tspecials
14418         is non-nil.
14419
14420 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
14421
14422         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
14423
14424         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
14425
14426 2005-02-15  Simon Josefsson  <jas@extundo.com>
14427
14428         * nnimap.el (nnimap-debug): Doc fix.
14429
14430         * imap.el (imap-debug): Doc fix.
14431
14432 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14433
14434         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
14435
14436 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
14437
14438         * gnus.el (spam-contents): Improve docs for spam-contents
14439         parameter in its variable incarnation.
14440
14441 2005-02-14  Simon Josefsson  <jas@extundo.com>
14442
14443         * smime-ldap.el: Use require instead of load-library for ldap.
14444         (smime-ldap-search): Indent.
14445         (smime-ldap-search-internal): Shorten line.
14446
14447         * smime.el (smime-cert-by-dns): Add doc-string.
14448         (smime-cert-by-ldap-1): Indent.
14449
14450         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
14451         mml-smime-get-dns-ldap.
14452         (mml-smime-encrypt-query): Use new function.  Default to ldap.
14453
14454 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
14455
14456         * smime.el: Require smime-ldap.
14457         (smime-ldap-host-list): New variable.
14458         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
14459
14460         * mml-smime.el (mml-smime-encrypt-query): New function.
14461         (mml-smime-encrypt-query): Use it.
14462
14463         * smime-ldap.el: New file.
14464
14465 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14466
14467         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
14468
14469 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14470
14471         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
14472         argument in doc string.  Make query for type more clear.
14473
14474 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14475
14476         * gnus.el (gnus-group-startup-message): Search for gnus images in
14477         etc/images/gnus.
14478         * mm-util.el (mm-image-load-path): Likewise.
14479         * smiley.el (smiley-data-directory): Search for smilies in
14480         etc/images/smilies.
14481
14482 2005-02-09  Kim F. Storm  <storm@cua.dk>
14483
14484         Change Emacs release version from 21.4 to 22.1 throughout.
14485         Change Emacs development version from 21.3.50 to 22.0.50.
14486
14487 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14488
14489         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
14490
14491         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
14492         non-Mule XEmacs as well.
14493         (mm-decompress-buffer): Signal an error intentionally if it does
14494         not decompress compressed data because auto-compression-mode is
14495         disabled.
14496
14497 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
14498
14499         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
14500         an ID in the registry even if it has no groups.
14501
14502 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14503
14504         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
14505         merge it into mm-decompress-buffer.
14506         (gnus-mime-copy-part): Use the MIME part charset, the value which
14507         a user specified or gnus-newsgroup-charset for decoding, like
14508         gnus-mime-inline-part does; set buffer-file-coding-system to tell
14509         save-buffer what was used.  Suggested by Kevin Ryde
14510         <user42@zip.com.au>.
14511         (gnus-mime-inline-part): Allow the name parameter as well as the
14512         filename parameter; force decompressing of compressed data; always
14513         display contents being not decoded as unibyte.
14514
14515         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
14516         as well as the filename parameter.
14517
14518         * mm-util.el (mm-decompress-buffer): Merge
14519         gnus-mime-jka-compr-maybe-uncompress.
14520         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
14521         of compressed data.
14522
14523 2005-02-08  Simon Josefsson  <jas@extundo.com>
14524
14525         * imap.el (imap-log): Doc fix.
14526
14527 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14528
14529         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
14530         the coding cookies; decompress compressed parts.
14531
14532         * mml.el (mml-generate-mime-1): Add the charset parameter according
14533         to the value which a user specified manually or the coding cookie.
14534
14535         * mm-util.el (mm-string-to-multibyte): New function.
14536         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
14537         (mm-coding-system-to-mime-charset): New function.
14538         (mm-decompress-buffer): New function.
14539         (mm-find-buffer-file-coding-system): New function.
14540
14541         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
14542         (mm-display-inline-fontify): Rewrite for decoding and decompressing
14543         parts.
14544
14545 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14546
14547         * mm-view.el (mm-display-inline-fontify): Decode a part according
14548         to the charset parameter.
14549
14550 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14551
14552         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
14553         prefix arg is neither nil nor a number, as info specifies.
14554
14555 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14556
14557         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
14558         timestamps.
14559
14560 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
14561
14562         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
14563         groups error checking and notify user.
14564
14565 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
14566
14567         * message.el (message-send-mail-function): Check existence of
14568         sendmail-program first before using default value
14569         `message-send-mail-with-sendmail'.  Otherwise use more generic
14570         `smtpmail-send-it'.
14571
14572 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14573
14574         * nntp.el (nntp-request-update-info): Always return nil.
14575
14576 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14577
14578         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
14579
14580 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14581
14582         * message.el (message-beginning-of-line): Change the behavior when
14583         invoked between BOL and : so that it first moves backward.
14584
14585 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14586
14587         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
14588         article buffer when editing of the article is discarded.
14589         (gnus-article-prepare): Revert.
14590
14591 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14592
14593         * gnus-art.el (gnus-article-prepare):
14594         Remove message-strip-forbidden-properties from the local hook.
14595
14596 2005-01-27  Simon Josefsson  <jas@extundo.com>
14597
14598         * password.el (password-cache-add): Only start one timer per key.
14599         Reported by Derek Atkins <warlord@MIT.EDU>.
14600
14601 2005-01-26  Steve Youngs  <steve@sxemacs.org>
14602
14603         * run-at-time.el: Removed.  It is no longer needed as
14604         timer-funcs.el in the xemacs-base package has a working version of
14605         `run-at-time'.
14606
14607         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
14608
14609         * password.el: Require timer-funcs instead of run-at-time in
14610         XEmacs.
14611         Remove `password-run-at-time' macro.
14612         (password-cache-add): Use `run-at-time' instead of
14613         `password-run-at-time'.
14614
14615         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
14616         Remove `nnheader-cancel-function-timers' alias,
14617         `cancel-function-timers' exists in XEmacs in timer-funcs.
14618
14619         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
14620         for `run-with-idle-timer'.
14621
14622         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
14623         for `run-at-time'.
14624
14625         * mm-url.el: Require timer-funcs at compile time when in XEmacs
14626         for `with-timeout'.
14627
14628         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
14629         the same as for XEmacs 21.4.
14630         No need to ignore `run-with-idle-timer', this function exists in
14631         XEmacs now in timer-funcs.el in the xemacs-base package.
14632         (dgnushack-compile): No need to delete
14633         run-at-time.el from the list of files to compile because it
14634         doesn't exist anymore.
14635
14636 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14637
14638         * mml.el (mml-generate-mime-1): Convert string into unibyte when
14639         inserting " *mml*" buffer's contents into a unibyte temp buffer.
14640
14641 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
14642
14643         * mail-source.el (mail-source-fetch-imap): Search for ^From case
14644         sensitively.
14645
14646 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
14647
14648         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
14649
14650 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14651
14652         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
14653         which will be inserted according to the multibyteness of a buffer
14654         rather than the type of contents.  Suggested by ARISAWA Akihiro
14655         <ari@mbf.ocn.ne.jp>.
14656
14657         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
14658         of string which old xml.el may return rather than a string.
14659
14660 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14661
14662         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
14663
14664 2005-01-16  Simon Josefsson  <jas@extundo.com>
14665
14666         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
14667         idn/idna.el isn't available.
14668         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
14669         <michael@waxrat.com>.
14670
14671         * hashcash.el: Remove non-FSF copyright header.
14672
14673         * hashcash.el (hashcash-extra-generate-parameters): New variable.
14674         (hashcash-generate-payment): Use it.
14675         (hashcash-generate-payment-async): Use it.
14676
14677 2005-01-15  Simon Josefsson  <jas@extundo.com>
14678
14679         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
14680         Suggested by Raymond Scholz <ray-2005@zonix.de>.
14681
14682         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
14683         gnus-summary-idna-message.
14684         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
14685         (gnus-summary-idna-message): New function.
14686
14687 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14688
14689         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
14690         gnus-novice-user.
14691
14692 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14693
14694         * nnrss.el (nnrss-request-delete-group): Delete entries in
14695         nnrss-group-alist as well.
14696         (nnrss-save-server-data): Insert newline.
14697
14698 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
14699
14700         * gnus.el (gnus-user-agent): Use list of symbols instead of
14701         symbols.  Display full version number for (S)XEmacs.  Optionally
14702         display (S)XEmacs codename.
14703
14704         * gnus-util.el (gnus-emacs-version): Update for new
14705         `gnus-user-agent'.
14706
14707         * gnus-msg.el (gnus-extended-version): Make it possible to omit
14708         Gnus version.
14709
14710 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14711
14712         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
14713         which is unreadable in some setups.
14714
14715 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14716
14717         * gnus-spec.el (gnus-update-format-specifications): Flush the
14718         group format spec cache if it doesn't support decoded group names.
14719
14720 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14721
14722         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
14723         Allow to apply decay on score files matching a regexp.
14724
14725 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14726
14727         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
14728         compatibility in %g and %c.
14729
14730 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14731
14732         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
14733         name for only %g and %c.
14734         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
14735         of gnus-tmp-group to decoded group name.
14736         (gnus-group-make-rss-group): Exclude `/'s from group names.
14737
14738 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14739
14740         * nnrss.el (nnrss-get-encoding): Fix regexp.
14741
14742 2004-12-27  Simon Josefsson  <jas@extundo.com>
14743
14744         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
14745         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
14746         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
14747
14748 2004-12-17  Kim F. Storm  <storm@cua.dk>
14749
14750         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
14751
14752         * gnus-sum.el (gnus-summary-mode-map): Likewise.
14753
14754 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14755
14756         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
14757
14758 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14759
14760         * nnrss.el: Require rfc2047 and mml.
14761         (nnrss-file-coding-system): New variable.
14762         (nnrss-format-string): Redefine it as an inline function.
14763         (nnrss-decode-group-name): New function.
14764         (nnrss-string-as-multibyte): Remove.
14765         (nnrss-retrieve-headers): Decode group name; don't use
14766         nnrss-format-string.
14767         (nnrss-request-group): Decode group name.
14768         (nnrss-request-article): Decode group name; allow a Message-ID as
14769         well as an article number; don't use nnrss-format-string; encode a
14770         Message-ID string which may contain non-ASCII characters; use
14771         mml-to-mime to compose a MIME article.
14772         (nnrss-request-expire-articles): Decode group name.
14773         (nnrss-request-delete-group): Decode group name.
14774         (nnrss-fetch): Clarify error message.
14775         (nnrss-read-server-data): Use insert-file-contents instead of load;
14776         bind file-name-coding-system; use multibyte buffer.
14777         (nnrss-save-server-data): Bind coding-system-for-write to the
14778         value of nnrss-file-coding-system; bind file-name-coding-system;
14779         add coding cookie.
14780         (nnrss-read-group-data): Use insert-file-contents instead of load;
14781         bind file-name-coding-system; use multibyte buffer.
14782         (nnrss-save-group-data): Bind coding-system-for-write to the
14783         value of nnrss-file-coding-system; bind file-name-coding-system.
14784         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
14785         make it work with non-ASCII text.
14786         (nnrss-find-el): Make it work with old xml.el as well.
14787
14788 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14789
14790         * nnrss.el (nnrss-get-encoding): New function.
14791         (nnrss-fetch): Use unibyte buffer initially; bind
14792         coding-system-for-read while performing mm-url-insert; remove ^Ms;
14793         decode contents according to the encoding attribute.
14794         (nnrss-save-group-data): Add coding cookie.
14795         (nnrss-mime-encode-string): New function.
14796         (nnrss-check-group): Use it to encode subject and author.
14797
14798 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
14799
14800         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
14801         imaginary variable.
14802
14803 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14804
14805         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
14806         correctly even if there are wide characters.
14807
14808 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14809
14810         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
14811         downcased symbol names; make a new cache instead of reusing
14812         bbdb-hashtable.
14813
14814 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14815
14816         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14817         concatenating segments rather than before concatenating them.
14818         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14819
14820         * message.el (message-get-reply-headers): Bind `extra'.
14821
14822 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14823
14824         * message.el (message-extra-wide-headers): New variable.
14825         (message-get-reply-headers): Use it.
14826
14827 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14828
14829         * gnus-agent.el (gnus-agent-group-path): Decode group name.
14830         (gnus-agent-group-pathname): Ditto.
14831
14832         * gnus-cache.el (gnus-cache-file-name): Decode group name.
14833
14834         * gnus-group.el (gnus-group-make-group): Decode group name.
14835         (gnus-group-make-rss-group): Register the group data after opening
14836         the nnrss group.
14837
14838 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
14839
14840         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
14841         by expiry now get marked as read.
14842
14843 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14844
14845         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
14846
14847 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
14848
14849         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
14850         unify Latin characters in XEmacs.
14851         (mm-find-mime-charset-region): Use it.
14852
14853 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14854
14855         * gnus-util.el (gnus-delete-directory): New function.
14856
14857         * gnus-agent.el (gnus-agent-delete-group): Use it.
14858
14859         * gnus-cache.el (gnus-cache-delete-group): Use it.
14860
14861 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14862
14863         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
14864         names.
14865
14866 2004-12-16  Simon Josefsson  <jas@extundo.com>
14867
14868         * hashcash.el (hashcash-payment-alist): Fix custom :type.
14869
14870 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14871
14872         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
14873
14874         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
14875         (gnus-group-set-current-level): Decode group name.
14876
14877 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
14878
14879         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
14880         failed.
14881
14882 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14883
14884         * gnus-group.el (gnus-group-delete-group): Decode group name.
14885         (gnus-group-make-rss-group): Encode group name.
14886         (gnus-group-catchup-current): Decode group name.
14887         (gnus-group-kill-group): Decode group name.
14888
14889 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14890
14891         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
14892
14893 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14894
14895         * gnus-group.el (gnus-group-make-rss-group):
14896         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
14897
14898         * gnus-start.el (gnus-setup-news): Honor user's setting to
14899         gnus-message-archive-method.  Suggested by Lute Kamstra
14900         <lute@gnu.org>.
14901
14902 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
14903
14904         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
14905         global counterparts of the buffer-local variables.
14906
14907 2004-11-16  Romain Francoise  <romain@orebokech.com>
14908
14909         * gnus-sum.el (gnus-summary-exit): Don't clear the global
14910         counterparts of the buffer-local variables.
14911
14912 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14913
14914         * message.el (message-forbidden-properties): Fixed typo in doc
14915         string.
14916
14917 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14918
14919         * gnus-util.el (gnus-replace-in-string): Added doc string.
14920
14921         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
14922         to avoid problems when splitting mails with many recipients.
14923
14924 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14925
14926         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
14927         pop-to-buffer, covered by the subsequent gnus-configure-windows.
14928
14929 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
14930
14931         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
14932         if there is no hashtable in memory or file modification time is
14933         newer than cached timestamp.
14934
14935 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14936
14937         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
14938         not-matching option.
14939
14940 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
14941
14942         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
14943         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
14944         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14945         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
14946         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
14947         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
14948
14949 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14950
14951         * message.el (message-forward-make-body-mml): Remove headers
14952         according to message-forward-ignored-headers if a message is decoded.
14953
14954 2004-12-02  Romain Francoise  <romain@orebokech.com>
14955
14956         * message.el (message-forward-make-body-plain): Always remove
14957         headers according to message-forward-ignored-headers.
14958
14959 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
14960
14961         * spam.el (spam-summary-prepare-exit): Remove the
14962         gnus-summary-limit pop for now, it has problems with ham marks for
14963         me.
14964
14965 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
14966
14967         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
14968         correctly.
14969
14970 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
14971
14972         * format-spec.el (format-spec): Message the char.
14973
14974 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
14975
14976         * gnus-art.el (gnus-split-methods): Reformat comments.
14977
14978         * spam.el (spam-summary-prepare-exit): Remove article limits
14979         before exiting the summary buffer.
14980
14981 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14982
14983         * lpath.el: Remove bbdb-create-internal, bbdb-records,
14984         spam-BBDB-register-routine and spam-enter-ham-BBDB.
14985
14986         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
14987         order to silence the byte compiler.
14988
14989         * spam.el: Fix the way to silence the byte compiler, which
14990         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
14991         bbdb-search-simple, spam-BBDB-register-routine,
14992         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
14993         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
14994         spam-stat-buffer-is-spam, spam-stat-load,
14995         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
14996         spam-stat-save and spam-stat-split-fancy.
14997
14998 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14999
15000         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
15001         which may confuse users.
15002         (canlock-password-for-verify): Ditto.
15003
15004         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
15005
15006         * gnus-art.el (gnus-emphasis-alist): Ditto.
15007
15008         * gnus-registry.el (gnus-registry-max-entries): Ditto.
15009
15010         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
15011
15012         * gnus-start.el (gnus-save-killed-list): Ditto.
15013
15014         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
15015         (gnus-sum-thread-tree-root): Ditto.
15016         (gnus-sum-thread-tree-false-root): Ditto.
15017         (gnus-sum-thread-tree-single-indent): Ditto.
15018
15019         * message.el (message-courtesy-message): Ditto.
15020         (message-archive-note): Ditto.
15021         (message-subscribed-address-file): Ditto.
15022         (message-user-fqdn): Ditto.
15023
15024         * spam-report.el (spam-report-gmane-regex): Ditto.
15025
15026         * spam.el (spam-blackhole-good-server-regex): Ditto.
15027
15028 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15029
15030         * mml.el (mml-preview): Widen the message buffer before copying
15031         the contents to the preview buffer; sort headers before previewing.
15032
15033         * message.el (message-hidden-headers): Fix the way to avoid a bug
15034         in the `repeat' widget in Emacs 21.3 or earlier.
15035
15036 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15037
15038         * message.el (message-hidden-headers): Default to "^References:".
15039         Improve customization type.  Suggested by Reiner Steib
15040         <Reiner.Steib@gmx.de>.
15041
15042 2004-11-25  Romain Francoise  <romain@orebokech.com>
15043
15044         * message.el (message-strip-forbidden-properties): Remove check for
15045         obsolete `message-hidden' text property, hidden headers are not
15046         accessible in the buffer anymore.
15047
15048 2004-11-22  Romain Francoise  <romain@orebokech.com>
15049
15050         * message.el (message-header-format-alist): Add `From' in list
15051         so that it can be sorted.
15052         (message-fix-before-sending): Widen and sort headers before
15053         sending.
15054         (message-hide-headers): Use narrowing to hide headers by moving
15055         them to the top of the buffer and narrowing to the region
15056         underneath.
15057
15058 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15059
15060         * message.el (message-strip-forbidden-properties): Bind
15061         buffer-read-only (etc) to nil.
15062
15063 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15064
15065         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
15066         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15067
15068 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
15069
15070         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
15071
15072 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15073
15074         * dns.el (query-dns): Use sit-for to time instead of
15075         accept-process-output, since that doesn't seem to work on udp
15076         sockets.
15077
15078 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15079
15080         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
15081
15082 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
15083
15084         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
15085         doc string.  Improve doc string.
15086
15087 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15088
15089         * nntp.el (nntp-request-update-info): Return nil if
15090         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
15091         may not call gnus-activate-group which uselessly issues the GROUP
15092         commands for all nntp groups and wastes time.  Reported by Romain
15093         Francoise <romain@orebokech.com>.
15094
15095         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
15096
15097 2004-11-15  Simon Josefsson  <jas@extundo.com>
15098
15099         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
15100         headers separately.
15101         (gnus-button-openpgp): New function, inspired by Jochen Küpper
15102         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
15103
15104 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15105
15106         * gnus-start.el (gnus-convert-old-newsrc):
15107         Assign legacy-gnus-agent to 5.10.7.
15108
15109 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15110
15111         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
15112         start of the lines.
15113
15114 2004-11-14  Magnus Henoch  <mange@freemail.hu>
15115
15116         * hashcash.el (hashcash-default-payment): Change default to 20.
15117         (hashcash-default-accept-payment): Change default to 20.
15118         (hashcash-process-alist): New variable.
15119         (hashcash-generate-payment-async): Add.
15120         (hashcash-already-paid-p): Add.
15121         (hashcash-insert-payment): Don't generate payments twice.
15122         (hashcash-insert-payment-async): Add.
15123         (hashcash-insert-payment-async-2): Add.
15124         (hashcash-cancel-async): Add.
15125         (hashcash-wait-async): Add.
15126         (hashcash-processes-running-p): Add.
15127         (hashcash-wait-or-cancel): Add.
15128         (mail-add-payment): New optional argument.  Conditionally start
15129         asynchronous calculation.
15130         (mail-add-payment-async): Add.
15131
15132         * message.el (message-send-mail): Wait for asynchronous hashcash
15133         results.  Don't clobber existing X-Hashcash headers.
15134         (message-setup-1): Call mail-add-payment-async when
15135         message-generate-hashcash is non-nil.
15136
15137 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15138
15139         * message.el (message-use-alternative-email-as-from): Examine the
15140         From header as well; use message-make-from in order to include a
15141         user's full name.
15142
15143 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15144
15145         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
15146         default; improve customization type.
15147         (gnus-emphasis-custom-with-format): New macro.
15148         (gnus-emphasis-custom-value-to-external): New function.
15149         (gnus-emphasis-custom-value-to-internal): New function.
15150
15151 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15152
15153         * dns.el (query-dns): Resolve reverse addresses.
15154
15155 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15156
15157         * gnus-group.el (gnus-group-get-new-news): Use it.
15158
15159         * gnus-start.el (gnus-check-reasonable-setup): New function.
15160
15161 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15162
15163         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
15164         "Args out of range" error.  Reported by Arnaud Giersch
15165         <arnaud.giersch@free.fr>.
15166
15167 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15168
15169         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
15170
15171 2004-11-04  Richard M. Stallman  <rms@gnu.org>
15172
15173         * spam.el (spam group): Add :version.
15174
15175         * pgg-def.el (pgg group): Add :version.
15176
15177 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15178
15179         * gnus-art.el (gnus-article-edit-article): Don't associate the
15180         article buffer with a draft file.  This is a temporary measure
15181         against the 2004-08-22 change to gnus-article-edit-mode.
15182
15183 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15184
15185         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
15186         (html2text-format-tags): Remove unused variable `attr'.
15187
15188 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15189
15190         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
15191
15192         * tls.el (tls-process-connection-type, tls-success)
15193         (tls-certtool-program): Add :version.
15194
15195         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
15196         (starttls-extra-arguments, starttls-process-connection-type)
15197         (starttls-connect, starttls-failure, starttls-success): Add :version.
15198
15199         * spam-stat.el (spam-stat): Add :version.
15200
15201         * sieve.el (sieve): Add :version.
15202
15203         * sha1.el (sha1): Add :version.
15204         (sha1-use-external): Remove redundant version.
15205
15206         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
15207         (nnmail-cache-ignore-groups, nnmail-spool-hook)
15208         (nnmail-split-fancy-match-partial-words)
15209         (nnmail-split-lowercase-expanded): Add :version.
15210
15211         * nndiary.el (nndiary): Add :version.
15212
15213         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
15214
15215         * mml-sec.el (mml-default-sign-method)
15216         (mml-default-encrypt-method, mml-signencrypt-style-alist):
15217         Add :version.
15218
15219         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
15220
15221         * mm-url.el (mm-url-use-external, mm-url-program)
15222         (mm-url-arguments): Add :version.
15223
15224         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
15225         (mm-attachment-file-modes, mm-decrypt-option)
15226         (mm-w3m-safe-url-regexp): Add :version.
15227
15228         * message.el (message-cite-prefix-regexp)
15229         (message-sendmail-envelope-from, message-minibuffer-local-map)
15230         (message-user-fqdn, message-completion-alist): Add :version.
15231
15232         * gnus-win.el (gnus-configure-windows-hook)
15233         (gnus-use-frames-on-any-display): Add :version.
15234
15235         * gnus-art.el (gnus-article-address-banner-alist)
15236         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
15237         (gnus-treat-from-picon, gnus-treat-mail-picon)
15238         (gnus-treat-x-pgp-sig): Add :version.
15239
15240         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
15241         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
15242         (gnus-summary-article-delete-hook)
15243         (gnus-summary-display-while-building): Add :version.
15244
15245         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
15246         (gnus-get-top-new-news-hook): Add :version.
15247
15248         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15249         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
15250
15251         * gnus-registry.el (gnus-registry): Add :version.
15252
15253         * gnus-spec.el (gnus-use-correct-string-widths)
15254         (gnus-make-format-preserve-properties): Add :version.
15255
15256         * gnus.el (gnus-group-charter-alist)
15257         (gnus-group-fetch-control-use-browse-url)
15258         (gnus-install-group-spam-parameters): Add :version.
15259
15260         * gnus-diary.el (gnus-diary): Add :version.
15261
15262         * gnus-delay.el (gnus-delay): Add :version.
15263
15264         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
15265         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
15266         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
15267         Add :version.
15268
15269         * gnus-agent.el (gnus-agent-max-fetch-size)
15270         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
15271         (gnus-agent-prompt-send-queue): Add :version.
15272
15273         * deuglify.el (gnus-outlook-deuglify): Add :version.
15274
15275         * html2text.el: Beautify code.  Improve doc strings.  Some
15276         checkdoc cleanup.
15277         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
15278
15279 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
15280
15281         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
15282
15283 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
15284
15285         * gnus-registry.el (gnus-registry-hashtb): Create the registry
15286         when package is loaded.
15287
15288         * spam.el (spam-summary-score-preferred-header): Add global preference
15289         for people who want to override the default SpamAssassin over
15290         Bogofilter preference (when both are set).
15291         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
15292         (spam-user-format-function-S): Check
15293         spam-summary-score-preferred-header.
15294         (spam-extra-header-to-number): Add X-Bogosity header parsing.
15295         (spam-user-format-function-S): Format the score correctly.
15296
15297 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15298
15299         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
15300         signature file.  Suggested by Manoj Srivastava
15301         <srivasta@golden-gryphon.com>.
15302
15303         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
15304         iso-2022-jp even in the Japanese language environment.
15305         Suggested by Jason Rumney <jasonr@gnu.org>.
15306
15307 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15308
15309         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
15310         use the same characters as the dummy marks; make it free from
15311         getting affected by the language environment.
15312         (gnus-summary-read-group-1): Update mark positions only when the
15313         format spec is updated.
15314
15315         * gnus-spec.el (gnus-update-format-specifications): Return a list
15316         of updated types.
15317
15318 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15319
15320         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
15321         of boundp to check if display-warning is available.
15322
15323 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
15324
15325         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
15326
15327 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15328
15329         * nnspool.el (nnspool-spool-directory): Use news-path if the
15330         news-directory variable is not bound.
15331
15332         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
15333         function instead of display-warning if it is not available.
15334
15335 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15336
15337         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
15338         v5-10: Use `point-at-bol'.
15339
15340 2004-10-26  Simon Josefsson  <jas@extundo.com>
15341
15342         * hashcash.el: Fix URL in comment, reported by Cheng Gao
15343         <chenggao@gmail.com>.
15344
15345 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15346
15347         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
15348         instead.
15349
15350 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
15351
15352         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
15353         to remove a server from the nnimap-server-buffer-alist.
15354         (nnimap-open-connection, nnimap-close-server): Use it.
15355
15356         * gnus-encrypt.el: Remove file in favor of encrypt.el.
15357
15358 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15359
15360         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
15361         running the major-mode function.
15362
15363 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15364
15365         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
15366         dummy marks in the right way.
15367
15368 2004-10-18  David Edmondson  <dme@dme.org>
15369
15370         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
15371         excessively.
15372
15373 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
15374
15375         * gnus-util.el (gnus-split-references): Accept a nil references
15376         string and go on blissfully.
15377
15378         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
15379         cases where the references string is non-nil but has no references.
15380
15381         * encrypt.el: Add autoload tags.
15382
15383         * spam.el (spam-resolve-registrations-routine): Remove article
15384         from unregistration list too.  Reported by David Hanak
15385         <dhanak@isis.vanderbilt.edu>
15386
15387 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
15388
15389         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
15390         nil.  Changed custom type.
15391
15392 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
15393
15394         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
15395
15396         * gnus-sum.el (gnus-summary-move-article): Use it.
15397
15398 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
15399
15400         * encrypt.el: Add autoload cookies.
15401
15402         * spam.el (spam-backend-article-list-property)
15403         (spam-backend-get-article-todo-list)
15404         (spam-backend-put-article-todo-list)
15405         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
15406         Resolve registrations separately.
15407         (spam-register-routine): Format comments.
15408         (spam-unregister-routine, spam-register-routine): Always call with
15409         specific-articles, no default list.
15410         (spam-summary-prepare-exit): Use the spam-classifications function.
15411
15412         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
15413         gnus-encrypt.el.
15414
15415         * encrypt.el: Copied from gnus-encrypt.el.
15416
15417         * gnus-encrypt.el: Commented that it's obsolete.
15418
15419 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15420
15421         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
15422         (gnus-score-save): Use it.
15423
15424         * message.el (message-bury): Use `window-dedicated-p'.
15425
15426 2004-10-15  Simon Josefsson  <jas@extundo.com>
15427
15428         * pop3.el (top-level): Don't require nnheader.
15429         (pop3-read-timeout): Add.
15430         (pop3-accept-process-output): Add.
15431         (pop3-read-response, pop3-retr): Use it.
15432
15433 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
15434
15435         * spam.el (spam-register-routine): Move comment.
15436         (spam-verify-bogofilter): Use 'unknown for the initial
15437         spam-bogofilter-valid state, not 'never.
15438
15439         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
15440         for netrc-machine.
15441
15442         * nnimap.el (nnimap-open-connection): Use
15443         netrc-machine-user-or-password.
15444
15445 2004-10-17  Richard M. Stallman  <rms@gnu.org>
15446
15447         * gnus-registry.el (gnus-registry-unload-hook):
15448         Set as a variable with add-hook.
15449
15450         * nnspool.el (nnspool-spool-directory): Use news-directory instead
15451         of news-path.
15452
15453         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
15454
15455         * spam.el: Delete duplicate `provide'.
15456         (spam-unload-hook): Set as a variable with add-hook.
15457
15458 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15459
15460         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
15461         in the doc string.
15462
15463         * message.el (message-ignored-news-headers)
15464         (message-ignored-supersedes-headers)
15465         (message-ignored-resent-headers)
15466         (message-forward-ignored-headers): Improve custom type.
15467
15468 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15469
15470         * message.el (message-tokenize-header): Fix 2004-09-06 change
15471         which used point-min in the wrong place.
15472
15473 2004-10-12  Simon Josefsson  <jas@extundo.com>
15474
15475         * tls.el (tls-certtool-program): New variable.
15476         (tls-certificate-information): New function, based on
15477         ssl-certificate-information.
15478
15479 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15480
15481         * compface.el: Move the version of ELisp-based uncompface program
15482         to the contrib directory because of the copyright problem.
15483
15484 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15485
15486         * message.el (message-kill-buffer): Raise the current frame.
15487
15488 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15489
15490         * gnus-sum.el: Mention that multibyte characters don't work as marks.
15491
15492         * gnus.el (message-y-or-n-p): Autoload.
15493
15494         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
15495         (pop3-password-required, pop3-authentication-scheme)
15496         (pop3-leave-mail-on-server): Made customizable.
15497         (pop3): New custom group.
15498         (pop3-retr): Remove `sleep-for' statements.
15499         Suggested by Dave Love <fx@gnu.org>.
15500
15501         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
15502         Windows/DOS.
15503
15504         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15505         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
15506         Dave Love <fx@gnu.org>.
15507
15508         * mml.el (mml-minibuffer-read-disposition): Require match.
15509         Suggested by Dave Love <fx@gnu.org>.
15510
15511 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15512
15513         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
15514         doc string.
15515
15516 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15517
15518         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
15519
15520 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15521
15522         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
15523         instead of calling `mm-insert-inline', to decode text/* parts
15524         before displaying them.
15525
15526 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15527
15528         * mm-uu.el (mm-uu-text-plain-type): New variable.
15529         (mm-uu-pgp-signed-extract-1): Use it.
15530         (mm-uu-pgp-encrypted-extract-1): Use it.
15531         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
15532         bind mm-uu-text-plain-type with that value.
15533         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
15534         mm-uu-dissect.
15535
15536 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15537
15538         * gnus-group.el (gnus-update-group-mark-positions):
15539         * gnus-sum.el (gnus-update-summary-mark-positions):
15540         * message.el (message-check-news-body-syntax):
15541         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
15542         of string-as-multibyte.
15543
15544 2004-10-05  Juri Linkov  <juri@jurta.org>
15545
15546         * gnus-group.el (gnus-update-group-mark-positions):
15547         * gnus-sum.el (gnus-update-summary-mark-positions):
15548         * message.el (message-check-news-body-syntax):
15549         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
15550         8-bit unibyte values to a multibyte string for search functions.
15551
15552 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15553
15554         * mm-uu.el (mm-uu-dissect): Allow optional arg.
15555         (mm-uu-dissect-text-parts): New function.
15556
15557         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
15558         dissect text parts.
15559
15560         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
15561         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
15562
15563         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
15564
15565         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
15566         gnus-current-topics instead of gnus-current-topic.
15567
15568 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
15569
15570         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
15571
15572 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
15573
15574         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
15575         where approriate.
15576
15577         * nnml.el (nnml-generate-active-info): do.
15578
15579         * nndiary.el (nndiary-generate-active-info): do.
15580
15581         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
15582         (gnus-topic-move): do.
15583
15584         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
15585         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
15586
15587         * gnus-srvr.el (gnus-server-prepare)
15588         (gnus-server-open-all-servers): do.
15589
15590         * gnus-msg.el (gnus-summary-cancel-article)
15591         (gnus-summary-resend-message)
15592         (gnus-summary-mail-crosspost-complaint): do.
15593
15594         * gnus-move.el (gnus-change-server): do.
15595
15596         * gnus-group.el (gnus-group-unmark-all-groups)
15597         (gnus-group-set-current-level): do.
15598
15599 2004-10-04  Simon Josefsson  <jas@extundo.com>
15600
15601         * message.el (message-generate-hashcash): Doc fix.
15602
15603 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
15604
15605         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
15606         avoid infinite recursion via gnus-get-function.
15607
15608 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
15609
15610         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
15611
15612         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
15613
15614         * nnmail.el (nnmail-split-history): do.
15615
15616         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
15617         (nnml-request-delete-group): do.
15618
15619         * nnslashdot.el (nnslashdot-read-groups): do.
15620
15621         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
15622         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
15623
15624         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
15625         (nnspool-sift-nov-with-sed): Use last.
15626         (nnspool-retrieve-headers-with-nov): Use mapc.
15627         (nnspool-request-newgroups): Use dolist.
15628         (nnspool-request-group): Use last.
15629
15630         * nntp.el (nntp-read-server-type): Use dolist.
15631
15632         * nnvirtual.el (nnvirtual-create-mapping)
15633         (nnvirtual-update-read-and-marked): Use dolist.
15634         (nnvirtual-convert-headers): Simplify.
15635
15636 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15637
15638         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
15639         support for sync'ing tick marks.
15640
15641 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15642
15643         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
15644         there's no visible header.
15645
15646 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15647
15648         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
15649         necessary, pass full group name to gnus-request-set-marks.
15650
15651 2004-10-01  Simon Josefsson  <jas@extundo.com>
15652
15653         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
15654         acroread.
15655
15656 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15657
15658         * spam-report.el (spam-report-gmane): Fix interactive.
15659
15660         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
15661
15662         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
15663         when writing file.
15664         (gnus-agent-synchronize-flags): Don't default to being
15665         interactive.
15666
15667 2004-09-30  Simon Josefsson  <jas@extundo.com>
15668
15669         * message.el (message-generate-hashcash): Add.
15670         (message-send-mail): Use it, call mail-add-payment.
15671
15672 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15673
15674         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
15675
15676 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
15677
15678         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
15679         gnus-requst-update-info with explicit code to sync the in-memory
15680         info read flags with the marks being sync'd to the backend.
15681
15682         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
15683
15684 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15685
15686         * spam.el (spam-verify-bogofilter): Add new function.
15687         (spam-check-bogofilter)
15688         (spam-bogofilter-register-with-bogofilter): Use it.
15689         (spam-verify-bogofilter): Add small fixes.
15690
15691 2004-09-28  Simon Josefsson  <jas@extundo.com>
15692
15693         * hashcash.el (hashcash-generate-payment): Revert.
15694
15695 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15696
15697         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
15698         gnus-extract-references instead of gnus-split-references.
15699
15700         * gnus-util.el (gnus-extract-references): Add new function, analogous
15701         to gnus-split-references but extracts only the message-ID without
15702         anything extra.
15703
15704         * hashcash.el (hashcash-generate-payment)
15705         (hashcash-check-payment): Do the right thing if hashcash-path is
15706         nil (because the hashcash program could not be found).
15707
15708         * spam.el (spam-use-hashcash): Remove comment.
15709
15710 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
15711
15712         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
15713         (gnus-cache-enter-article, gnus-cache-remove-article)
15714         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
15715
15716         * gnus-async.el (gnus-async-prefetch-remove-group): do.
15717
15718         * gnus-art.el (article-hide-boring-headers)
15719         (article-translate-strings, article-display-face)
15720         (gnus-article-mime-match-handle-first)
15721         (gnus-article-highlight-headers)
15722         (gnus-article-add-buttons-to-head): do.
15723
15724 2004-09-27  Simon Josefsson  <jas@extundo.com>
15725
15726         * hashcash.el: New version, from
15727         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
15728         ../contrib/.
15729
15730 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15731
15732         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
15733
15734 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
15735
15736         * gnus-dup.el (gnus-dup-open): Use mapc.
15737         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
15738
15739         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
15740         Reported by Stefan Wiens <s.wi@gmx.net>.
15741
15742         * gnus.el (gnus-shutdown): Use dolist.
15743
15744         * gnus-undo.el (gnus-undo): Use mapc.
15745
15746         * nnrss.el (nnrss-generate-active): do.
15747
15748         * message.el (message-cite-original-without-signature)
15749         (message-cite-original): Use mapc.
15750         (message-do-actions, message-make-forward-subject): Use dolist.
15751
15752 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15753
15754         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
15755         deletion to remove entire duplicate line.  Fixes merged article
15756         number bug.
15757
15758 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15759
15760         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
15761         servers that are offline.  Avoids having gnus-agent-toggle-plugged
15762         first ask if you want to open a server and then, even when you
15763         responded with no, asking if you want to synchronize the server's
15764         flags.
15765         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
15766         multi-line expressions.
15767         (gnus-agent-synchronize-group-flags): New internal function.
15768         Updates marks in memory (in the info structure) AND in the
15769         backend.
15770
15771         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
15772
15773         * nnagent.el (nnagent-request-set-mark): Use
15774         gnus-agent-synchronize-group-flags, not backend's request-set-mark
15775         method, to ensure that synchronization updates marks in the
15776         backend and in the info (in memory) structure.
15777
15778 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15779
15780         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
15781         convention fully; don't miss the root article of a thread; make
15782         the X-Draft-From header with correct article numbers.
15783
15784 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
15785
15786         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
15787         unless plugged.  Disable the agent so that an open failure causes
15788         an error.
15789
15790         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
15791         Reverted 2004-09-21 change.  The backend must be opened while
15792         synchronizing flags even when the backend stores the flags
15793         locally.
15794
15795 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
15796
15797         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
15798         in `header' match.  Reported by Svend Tollak Munkejord.
15799
15800         * message.el (message-cite-original): Fix use of
15801         `message-cite-articles-with-x-no-archive'.
15802
15803 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15804
15805         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
15806         (gnus-window-to-buffer): Ditto.
15807
15808         * mml.el (mml-preview-buffer): New variable.
15809         (mml-preview): Manage window layout with gnus-buffer-configuration.
15810
15811         * gnus-msg.el (gnus-setup-message): Put article numbers into the
15812         X-Draft-From header even if those articles aren't quoted.
15813
15814 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
15815
15816         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
15817         (gnus-request-set-mark, gnus-request-update-mark): Use new
15818         g-s-t-u-l-m to decide to use backend even when unplugged.
15819
15820 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15821
15822         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
15823         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
15824
15825 2004-09-20  Simon Josefsson  <jas@extundo.com>
15826
15827         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
15828         "utf-16-le".
15829
15830 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15831
15832         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
15833
15834 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15835
15836         * uudecode.el (uudecode-use-external): Add :version.
15837
15838         * smime.el (smime-CA-file, smime-encrypt-cipher)
15839         (smime-dns-server): Add :version.
15840
15841         * smiley.el (gnus-smiley-file-types): Add :version.
15842
15843         * sha1.el (sha1-use-external): Add :version.
15844
15845         * pgg-def.el (pgg-query-keyserver): Add :version.
15846
15847         * nnmail.el (nnmail-fancy-expiry-targets)
15848         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
15849         Add :version.
15850
15851         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
15852         (nnimap-retrieve-groups-asynchronous): Add :version.
15853         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
15854
15855         * mml.el (mml-content-disposition-parameters)
15856         (mml-insert-mime-headers-always): Add :version.
15857
15858         * mm-util.el (mm-coding-system-priorities): Add :version.
15859
15860         * mm-decode.el (mm-inline-text-html-with-images)
15861         (mm-keep-viewer-alive-types, mm-external-terminal-program)
15862         (mm-verify-option): Add :version.
15863         (mm-text-html-renderer): Change :version.
15864
15865         * message.el (message-fcc-externalize-attachments)
15866         (message-required-headers, message-draft-headers)
15867         (message-subject-trailing-was-query)
15868         (message-subject-trailing-was-ask-regexp)
15869         (message-subject-trailing-was-regexp, message-mark-insert-begin)
15870         (message-mark-insert-end, message-archive-header)
15871         (message-archive-note, message-cross-post-default)
15872         (message-cross-post-note, message-followup-to-note)
15873         (message-cross-post-note-function, message-use-mail-followup-to)
15874         (message-subscribed-address-functions)
15875         (message-subscribed-address-file, message-subscribed-addresses)
15876         (message-subscribed-regexps, message-allow-no-recipients)
15877         (message-yank-cited-prefix, message-signature-insert-empty-line)
15878         (message-hidden-headers, message-hierarchical-addresses)
15879         (message-mail-user-agent, message-use-idna)
15880         (message-valid-fqdn-regexp)
15881         (message-strip-special-text-properties, message-header-synonyms)
15882         (message-beginning-of-line, message-tab-body-function): Add :version.
15883         (message-insert-canlock, message-wide-reply-confirm-recipients):
15884         Change :version.
15885
15886         * mail-source.el (mail-source-ignore-errors): Add :group, :type
15887         and :version.
15888         (mail-source-delete-old-incoming-confirm)
15889         (mail-source-movemail-program): Add :version.
15890
15891         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
15892         (gnus-agent-cache, gnus-agent): Change :version.
15893
15894         * gnus-util.el (gnus-use-byte-compile): Change :version.
15895
15896         * gnus-sum.el (gnus-summary-make-false-root-always)
15897         (gnus-summary-default-high-score)
15898         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
15899         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
15900         (gnus-read-all-available-headers, gnus-article-emulate-mime)
15901         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
15902         (gnus-sum-thread-tree-single-indent)
15903         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
15904         (gnus-sum-thread-tree-leaf-with-other)
15905         (gnus-sum-thread-tree-single-leaf): Add :version.
15906         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
15907         (gnus-article-loose-mime): Change :version.
15908
15909         * gnus-start.el (gnus-backup-startup-file)
15910         (gnus-save-startup-file-via-temp-buffer): Add :version.
15911
15912         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
15913         (gnus-server-offline-face): Add :version.
15914
15915         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
15916
15917         * gnus-msg.el (gnus-gcc-externalize-attachments)
15918         (gnus-debug-files, gnus-debug-exclude-variables)
15919         (gnus-discouraged-post-methods): Change :version.
15920         (gnus-confirm-mail-reply-to-news)
15921         (gnus-confirm-treat-mail-like-news): Add :version.
15922
15923         * gnus-int.el (gnus-server-unopen-status): Add :version.
15924
15925         * gnus-group.el (gnus-group-jump-to-group-prompt)
15926         (gnus-large-ephemeral-newsgroup)
15927         (gnus-fetch-old-ephemeral-headers): Add :version.
15928
15929         * gnus-fun.el (gnus-x-face-directory)
15930         (gnus-convert-pbm-to-x-face-command)
15931         (gnus-convert-image-to-x-face-command)
15932         (gnus-convert-image-to-face-command): Add :version.
15933
15934         * gnus-delay.el (gnus-delay-default-hour): Add :version.
15935
15936         * gnus-cite.el (gnus-cite-blank-line-after-header)
15937         (gnus-article-boring-faces): Add :version.
15938
15939         * gnus-art.el (gnus-buttonized-mime-types)
15940         (gnus-inhibit-mime-unbuttonizing)
15941         (gnus-treat-display-face)
15942         (gnus-treat-body-boundary): Change :version.
15943         (gnus-body-boundary-delimiter, gnus-picon-databases)
15944         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
15945         (gnus-treat-date-english, gnus-treat-fold-headers)
15946         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
15947         (gnus-treat-mail-picon, gnus-treat-wash-html)
15948         (gnus-article-encrypt-protocol)
15949         (gnus-use-idna, gnus-article-over-scroll)
15950         (gnus-mime-display-multipart-alternative-as-mixed)
15951         (gnus-mime-display-multipart-related-as-mixed)
15952         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
15953         (gnus-ctan-url, gnus-button-ctan-handler)
15954         (gnus-button-handle-ctan-bogus-regexp)
15955         (gnus-button-ctan-directory-regexp)
15956         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
15957         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
15958         (gnus-button-man-level, gnus-button-emacs-level)
15959         (gnus-button-message-level, gnus-button-browse-level): Add :version.
15960
15961         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
15962         (gnus-agent-go-online): Change :version.
15963         (gnus-agent-expire-unagentized-dirs)
15964         (gnus-agent-auto-agentize-methods): Add :version.
15965
15966         * flow-fill.el (fill-flowed-display-column)
15967         (fill-flowed-encode-column): Add :version.
15968
15969         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
15970         (gnus-outlook-deuglify-unwrap-max)
15971         (gnus-outlook-deuglify-cite-marks)
15972         (gnus-outlook-deuglify-unwrap-stop-chars)
15973         (gnus-outlook-deuglify-no-wrap-chars)
15974         (gnus-outlook-deuglify-attrib-cut-regexp)
15975         (gnus-outlook-deuglify-attrib-verb-regexp)
15976         (gnus-outlook-deuglify-attrib-end-regexp)
15977         (gnus-outlook-display-hook): Add :version.
15978
15979         * binhex.el (binhex-use-external): Add :version.
15980
15981 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
15982
15983         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
15984         and `invisible'.
15985
15986 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
15987
15988         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
15989         in gnus-registry-trim.
15990
15991 2004-09-13  Simon Josefsson  <jas@extundo.com>
15992
15993         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
15994
15995         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
15996
15997         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
15998         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15999         <yamaoka@jpl.org>.
16000         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
16001         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16002         <yamaoka@jpl.org>.
16003
16004         * sieve.el (sieve-manage-mode): Ditto.
16005
16006 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
16007
16008         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
16009
16010 2004-09-11  Simon Josefsson  <jas@extundo.com>
16011
16012         * dns-mode.el: Add.
16013
16014         * mm-view.el (mm-display-dns-inline): Add.
16015
16016         * mm-decode.el (mm-inline-media-tests): Add text/dns.
16017         (mm-automatic-display): Ditto.
16018
16019         * mailcap.el (mailcap-mime-data): Add text/dns.
16020         (mailcap-mime-extensions): Map .soa to text/dns.
16021
16022 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
16023
16024         * gnus-art.el (article-decode-mime-words, article-babel)
16025         (gnus-article-highlight-signature, gnus-article-add-buttons)
16026         (gnus-signature-toggle): Remove unnecessary bindings of
16027         `inhibit-read-only' inherited from v5.10 merge.
16028
16029 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
16030
16031         * nntp.el (nntp): New customization group.
16032         (nntp-authinfo-file): Add customization group.
16033
16034         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
16035
16036         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
16037
16038         * gnus.el (to-address, to-list, subscribed)
16039         (large-newsgroup-initial): Ditto.
16040
16041         * flow-fill.el (fill-flowed-display-column)
16042         (fill-flowed-encode-column): Ditto.
16043
16044 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16045
16046         * message.el (message-tokenize-header, message-send-mail-with-qmail):
16047         Use point-min rather than 1.
16048         (message-send-mail): Use buffer-size rather than point-max.
16049
16050         * gnus-sum.el (gnus-summary-search-article-forward):
16051         Signal a specific `search-failed' rather than a generic `error'.
16052
16053         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
16054         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
16055         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
16056
16057 2004-09-10  Simon Josefsson  <jas@extundo.com>
16058
16059         * nndb.el (require): Remove tcp and duplicate cl.
16060
16061 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16062
16063         * gnus-agent.el (directory-files-and-attributes): Move forward.
16064
16065 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16066
16067         * gnus-agent.el (directory-files-and-attributes): Optionally
16068         defined to support XEmacs.
16069
16070 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16071
16072         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
16073         to avoid run-time CL dependencies.
16074         (gnus-agent-unfetch-articles): New function.
16075         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
16076         article numbers even when local .overview file is missing.
16077         (gnus-agent-read-article-number): New function.  Only accepts
16078         27-bit article numbers.
16079         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
16080         gnus-agent-read-article-number.
16081         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
16082         from backend while recognizing that article numbers in .overview
16083         must be valid.
16084         (gnus-agent-update-files-total-fetched-for): Use
16085         directory-files-and-attributes to improve performance.
16086         * gnus-int.el (gnus-request-move-article): Use
16087         gnus-agent-unfetch-articles in place of gnus-agent-expire to
16088         improve performance.
16089
16090         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
16091         some users confused by references to .newsrc when they only have a
16092         .newsrc.eld file.
16093         (gnus-convert-mark-converter-prompt)
16094         (gnus-convert-converter-needs-prompt): Fixed use of property list.
16095         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
16096         New function.  Used internally to only display 'gnus converting
16097         files' message when actually necessary.
16098
16099         * gnus-sum.el (): Removed (require 'gnus-agent) as required
16100         methods now autoloaded.
16101
16102 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16103
16104         * gnus-sum.el (gnus-summary-insert-subject): Remove list
16105         identifiers.
16106
16107 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
16108
16109         * gnus-picon.el: Fix indentation and closing parenthesis.
16110
16111 2004-09-01  Simon Josefsson  <jas@extundo.com>
16112
16113         * message.el (message-canlock-generate): Require sha1, not
16114         sha1-el.  (Can we get rid of this require altogether?  It is ugly
16115         to require within a function.  Sadly, if sha1.el isn't loaded, the
16116         let binding in m-c-g will hide the defcustom definition, which is
16117         bad.)
16118
16119         * canlock.el: Require sha1, not sha1-el.
16120
16121         * message.el: Don't autoload sha1 (there is a autoload cookie in
16122         sha1.el).
16123
16124         * sha1-el.el: Renamed to sha1.el.
16125
16126 2004-08-30  Juanma Barranquero  <lektu@terra.es>
16127
16128         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
16129
16130 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16131
16132         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
16133
16134 2004-08-30  Kim F. Storm  <storm@cua.dk>
16135
16136         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
16137
16138         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
16139         Add :group 'nnimap.
16140
16141 2004-08-30  Andreas Schwab  <schwab@suse.de>
16142
16143         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
16144         ?* and ?\;.
16145
16146         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
16147         and ?\' to symbol instead of whitespace.
16148
16149 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16150
16151         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
16152
16153         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
16154         instead of re-search-forward.
16155
16156         * gnus-uu.el (gnus-uu-save-article): Ditto.
16157         (gnus-uu-post-encode-uuencode): Ditto.
16158
16159         * html2text.el (html2text-clean-list-items): Ditto.
16160         (html2text-clean-dtdd): Ditto.
16161         (html2text-format-tags): Ditto.
16162
16163         * message.el (message-send-mail-with-sendmail): Fix regexp.
16164         (message-fill-field-general): Use search-forward instead of
16165         re-search-forward.
16166         (unbold-region): Ditto.
16167
16168         * nnrss.el (nnrss-request-article): Ditto.
16169
16170         * nnslashdot.el (nnslashdot-request-article): Ditto.
16171
16172         * nnweb.el (nnweb-gmane-wash-article): Ditto.
16173
16174         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
16175         "Unrecognized menu descriptor" error in XEmacs.
16176
16177 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16178
16179         * gnus-sum.el (gnus-read-header): Don't remove a header for the
16180         parent article of a sparse article in the thread hashtb.
16181
16182 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
16183
16184         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
16185         (nnmail-expand-newtext): Lowercase expanded entries if
16186         nnmail-split-lowercase-expanded is non-nil.
16187
16188 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16189
16190         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
16191
16192         * gnus-group.el (gnus-group-line-format-alist): Convert the value
16193         of gnus-tmp-news-method into string under XEmacs.  It will be
16194         passed to gnus-correct-length which takes only a string argument.
16195
16196 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16197
16198         * gnus-util.el (gnus-bind-print-variables): New macro.
16199         (gnus-prin1): Use it.
16200         (gnus-prin1-to-string): Use it.
16201         (gnus-pp): New function.
16202         (gnus-pp-to-string): New function.
16203
16204         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
16205         Replace pp-to-string with gnus-pp-to-string.
16206         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
16207         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
16208         * gnus-msg.el (gnus-debug): Ditto.
16209         * gnus-score.el (gnus-score-save): Ditto.
16210         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
16211         gnus-pp-to-string.
16212         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
16213         with gnus-pp.
16214         * score-mode.el (gnus-score-pretty-print): Ditto.
16215         * webmail.el (webmail-debug): Ditto.
16216
16217 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16218
16219         * gnus-art.el (article-display-face, article-display-x-face):
16220         Use buffer-read-only.
16221
16222 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16223
16224         * gnus-art.el (article-hide-list-identifiers):
16225         Bind inhibit-read-only as t.
16226
16227 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
16228
16229         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
16230
16231 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16232
16233         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
16234         (gnus-narrow-to-page): Don't assume point-min == 1.
16235         (gnus-article-edit-mode): Derive from message-mode.
16236
16237         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
16238         point-min == 1.
16239
16240         * imap.el (imap-parse-address-list, imap-parse-body-ext):
16241         Disable incorrect use of `assert'.
16242
16243         * message.el (message-mode): Set comment-start-skip.
16244
16245
16246 2004-08-22  Sam Steingold  <sds@gnu.org>
16247
16248         * pop3.el (pop3-leave-mail-on-server): New user variable.
16249         (pop3-movemail): Delete mail only when it is nil.
16250
16251 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
16252
16253         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
16254
16255         * mml.el (mml-preview): Use `pop-to-buffer'.
16256
16257         * message.el (message-goto-mail-followup-to): Insert after "To".
16258         (message-carefully-insert-headers): Add comment.
16259
16260         * gnus.el: Remove unused variable `gnus-article-check-size'.
16261
16262         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
16263
16264         * gnus-art.el (gnus-button-alist): Improve
16265         `gnus-button-handle-library' entry.
16266
16267 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
16268
16269         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
16270         downcase, since XEmacs capitalizes error messages differently.
16271
16272 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
16273
16274         * nntp.el: Add (require 'gnus) due to reference to
16275         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
16276
16277 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
16278
16279         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
16280         `mm-fill-flowed'.
16281
16282         * mm-decode.el (mm-dissect-singlepart): Check it.
16283
16284 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
16285
16286         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
16287         'imap' for netrc parsing.
16288
16289 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
16290
16291         * mailcap.el (mailcap-mime-data): Mark as risky.
16292
16293 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16294
16295         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
16296         may be included in the encoded word.
16297         (rfc2047-encode): Don't append a space if the encoded word
16298         includes close parenthesis.
16299
16300 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16301
16302         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
16303         of text within parentheses.
16304
16305 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
16306
16307         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
16308         (gnus-encrypt-write-file-contents): Make the password key the file
16309         name PLUS the cipher, not just the cipher.  Also remove failed
16310         passwords from the cache.
16311
16312 2004-08-06  Simon Josefsson  <jas@extundo.com>
16313
16314         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
16315         fix.
16316
16317 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16318
16319         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
16320         LWSP.
16321
16322 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
16323
16324         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
16325         to append in-reply-to: data to the references: header.
16326
16327         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
16328         (netrc-parse): Use gnus-encrypt.el functions.
16329
16330         * gnus-encrypt.el: Add new file for encryption support; currently
16331         does only a few GPG ciphers and an internal XOR cipher.
16332
16333         * password.el: Add comments on using password-read-and-add.
16334         (password-read-and-add): Add function to read and add the
16335         password to the cache at once.
16336
16337 2004-07-28  Simon Josefsson  <jas@extundo.com>
16338
16339         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
16340         parameter (but don't use it, for now).
16341
16342         * imap.el (imap-ssl-open): Use imap-process-connection-type,
16343         instead of hard coding to nil.
16344
16345 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16346
16347         * mm-view.el (mm-inline-image-emacs): Open lines under an image
16348         as mm-inline-image-xemacs does.
16349
16350 2004-07-26  Simon Josefsson  <jas@extundo.com>
16351
16352         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
16353         Revert part of 2004-07-17 change below.
16354
16355 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16356
16357         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
16358         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16359
16360 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16361
16362         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
16363         quotes that actually start with ">" at the beginning of the
16364         lines.
16365
16366 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16367
16368         * rfc2047.el (rfc2047-encode-region): Fix last change.
16369         (rfc2047-encode-parameter): Remove useless concat.
16370
16371 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16372
16373         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
16374         encode special characters; fix some kind of misconfigured headers;
16375         signal a real error if debug-on-quit or debug-on-error is non-nil.
16376         (rfc2047-encode-max-chars): New variable.
16377         (rfc2047-encode-1): Use it.
16378         (rfc2047-encode-parameter): New function.
16379
16380         * mml.el (mml-insert-parameter): Remove an excessive space.
16381
16382 2004-07-17  Simon Josefsson  <jas@extundo.com>
16383
16384         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
16385         Kai Grossjohann <kai@emptydomain.de>.
16386         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
16387         (gnus-group-make-menu-bar): Ditto.
16388
16389         * gnus-util.el (gnus-group-server): Add.
16390
16391 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
16392
16393         * message.el (message-clone-locals): Clone sendmail and smtp
16394         variables.
16395
16396 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16397
16398         * rfc2047.el (rfc2047-encode-region): Fix last change.
16399
16400 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16401
16402         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
16403         characters as non-special.
16404
16405 2004-07-09  Simon Josefsson  <jas@extundo.com>
16406
16407         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
16408         Users will lose all flag changes made while unplugged with
16409         e.g. nntp unless flag synchronization happens, thus `nil' is not a
16410         good default.  See numerous reports on ding mailing list.
16411
16412 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16413
16414         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
16415         add generate-head-function and generate-article-function to the
16416         rfc822-forward entry.
16417         (nndoc-rfc822-forward-generate-article): New function.
16418         (nndoc-rfc822-forward-generate-head): New function.
16419
16420         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
16421
16422 2004-07-06  Dan Christensen  <jdc@uwo.ca>
16423
16424         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
16425         respect display group parameter and gnus-summary-expunge-below.
16426         (gnus-articles-to-read): Remove unused reference to display group
16427         parameter.
16428
16429 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16430
16431         * nnheader.el (nnheader-uniquify-message-id): New experimental
16432         variable.
16433         (nnheader-nov-read-message-id): Use it.
16434
16435         * spam-report.el (spam-report-gmane): Add interactive.
16436
16437 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16438
16439         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
16440         qp-or-base64 for the application/* types.
16441
16442 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
16443
16444         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
16445
16446 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
16447
16448         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
16449         trim value.
16450
16451 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16452
16453         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
16454         New macro and function.
16455         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
16456
16457 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16458
16459         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
16460         after-load-alist.
16461
16462 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16463
16464         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
16465         update info that isn't there.
16466
16467 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
16468
16469         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
16470         entry.
16471
16472 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16473
16474         * mm-view.el (mm-inline-render-with-function): Use multibyte
16475         buffer; decode html source by charset.
16476
16477         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
16478
16479         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
16480         Mule-UCS is loaded under XEmacs.
16481         (mm-mime-mule-charset-alist): Avoid duplicated entries.
16482
16483 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
16484
16485         * nnheader.el (nnheader-max-head-length): Increase to 8192.
16486
16487 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16488
16489         * mm-util.el (mm-coding-system-p): Return a coding-system.
16490         (mm-mime-mule-charset-alist): Use shift_jis instead of
16491         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
16492         entries for the mime charsets iso-2022-jp-3 and shift_jis.
16493         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
16494         instead of japanese-shift-jis and iso-latin-1 respectively in
16495         order to share the default value with both Emacs and XEmacs-mule.
16496         (mm-mule-charset-to-mime-charset): Make
16497         mm-coding-system-priorities effective.
16498         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
16499         while predicating of candidates upon the priorities.
16500
16501 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
16502
16503         * gnus-sum.el (gnus-summary-make-menu-bar): Add
16504         gnus-uu-invert-processable.
16505
16506         * gnus.el: Autoload gnus-uu-invert-processable.
16507
16508 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16509
16510         * mm-util.el (mm-with-multibyte-buffer): New macro.
16511
16512         * rfc2047.el (rfc2047-encode-string): Use it.
16513         (rfc2047-encode-region): Move point to the end of the region after
16514         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
16515
16516 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16517
16518         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
16519         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
16520
16521 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16522
16523         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
16524         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
16525         Karl Chen <quarl@nospam.quarl.org>.
16526
16527 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
16528
16529         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
16530         invalid addresses.
16531
16532 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
16533
16534         * spam.el: Change section markers, revise TODO list.
16535         (spam-backends): Make new master list of all installed backends.
16536         (spam-summary-exit-behavior): Add new variable to determine how
16537         messages moves are done at summary exit.
16538         (spam-move-spam-nonspam-groups-only)
16539         (spam-process-ham-in-nonham-groups)
16540         (spam-process-ham-in-spam-groups): Remove variables, the
16541         spam-summary-exit-behavior variable should be used to manage this
16542         behavior.
16543         (spam-old-ham-articles, spam-old-spam-articles): Remove.
16544         (spam-old-articles): Add variable, replacing spam-old-ham-articles
16545         and spam-old-spam-articles.
16546         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
16547         Add empty variables, placeholders for the backends they represent.
16548         (spam-set-difference): Move, unchanged.
16549         (spam-list-of-processors): Declare OBSOLETE, not used anymore
16550         unless the user has a processor variable.
16551         (spam-classifications, spam-classification-valid-p)
16552         (spam-backend-properties, spam-backend-property-valid-p)
16553         (spam-backend-function-type-valid-p)
16554         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
16555         (spam-report-articles-gmane, spam-report-articles-resend):
16556         Remove functions, they are not needed.
16557         (spam-install-backend-super, spam-backend-list)
16558         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
16559         (spam-backend-function, spam-backend-ham-registration-function)
16560         (spam-backend-spam-registration-function)
16561         (spam-backend-ham-unregistration-function)
16562         (spam-backend-spam-unregistration-function)
16563         (spam-backend-statistical-p, spam-backend-mover-p)
16564         (spam-install-backend-alias, spam-install-checkonly-backend)
16565         (spam-install-mover-backend, spam-install-nocheck-backend)
16566         (spam-install-backend, spam-install-statistical-backend)
16567         (spam-install-statistical-checkonly-backend): Add backend installation
16568         support.
16569         (spam-summary-prepare-exit): Rewrite to use the new backend code.
16570         (spam-group-processor-p): Use the new backend code and respect the
16571         summary exit behavior.
16572         (spam-mark-spam-as-expired-and-move-routine): Remove.
16573         (spam-summary-prepare): Change to use the new spam-old-articles
16574         variable.
16575         (spam-copy-or-move-routine, spam-copy-spam-routine)
16576         (spam-move-spam-routine, spam-copy-ham-routine)
16577         (spam-move-ham-routine): Add code to copy/move ham or spam.
16578         (spam-fetch-field-fast): Improve doc and code, plus allow the
16579         'number request.
16580         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
16581         variables.
16582         (spam-split, spam-find-spam): Use the new backend code.
16583         (spam-registration-functions): Remove variable.
16584         (spam-unregister-routine): Add convenience wrapper.
16585         (spam-log-undo-registration, spam-register-routine)
16586         (spam-log-processing-to-registry)
16587         (spam-log-unregistration-needed-p): Rename "check" to "backend"
16588         where possible.
16589         (spam-check-gmane-xref, spam-check-regex-headers)
16590         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
16591         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
16592         (spam-check-bogofilter-headers, spam-check-spamoracle)
16593         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
16594         (spam-check-crm114-headers): Use the spam-split-group that
16595         spam-split prepares, no need to determine it every time.
16596
16597         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
16598         to the nnheader-parse-naked-head call.
16599
16600         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
16601
16602         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
16603         the nnheader-nov-read-message-id call.
16604
16605 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16606
16607         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
16608         gnus-activate-group twice.  Suggested by Markus Peter
16609         <warp@spin.de>.
16610
16611 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16612
16613         * gnus-art.el (gnus-article-time-format): Exchange the order of
16614         day and month in the default value; fix customization type.
16615         (article-date-ut): Use add-text-properties.
16616         (article-make-date-line): Use message-make-date instead of
16617         current-time-string.
16618
16619         * message.el (message-fetch-field): Don't use set-text-properties.
16620         (message-make-date): Simplify.
16621
16622         * messagexmas.el (message-xmas-make-date): New function.
16623         (message-xmas-redefine): Defalias message-make-date to it.
16624
16625 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16626
16627         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
16628         (rfc2047-encode-region): Treat text within parentheses as special;
16629         show the original text when error has occurred.
16630
16631         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
16632         already-computed method to gnus-activate-group.
16633
16634         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
16635         same select-methods identical Lisp objects.
16636
16637         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
16638         object when modifying the info.
16639
16640 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16641
16642         * gnus-srvr.el (gnus-server-set-info): Remove the server from
16643         gnus-opened-servers since it has never been opened with the new
16644         configuration yet.
16645
16646 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16647
16648         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
16649         arg to nnheader-generate-fake-message-id.
16650
16651 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
16652
16653         * nnheader.el (nnheader-generate-fake-message-id): Accept a
16654         number and build a fake message ID localized to a group and
16655         article number (so it's repeatable from that point on).
16656         (nnheader-fake-message-id-p): Change regex to accomodate new fake
16657         ID format.
16658
16659         * gnus-sum.el (gnus-get-newsgroup-headers): Call
16660         nnheader-generate-fake-message-id with the article number.
16661
16662 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
16663
16664         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
16665         end-of-buffer.
16666
16667 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16668
16669         * message.el (message-ignored-supersedes-headers): Add Approved.
16670
16671 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16672
16673         * rfc2047.el (rfc2047-encode-message-header): Remove useless
16674         goto-char.
16675         (rfc2047-encode): Fold the line before encoding.
16676
16677 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16678
16679         * rfc2047.el (rfc2047-encode-message-header): Disabled header
16680         folding -- not all headers can be folded, and this should be done
16681         by the message composition mode.  Probably.  I think.
16682
16683 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16684
16685         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
16686         fast.
16687
16688         * gnus-ems.el (gnus-remove-image): Don't use
16689         message-text-with-property; remove only the image found first.
16690
16691         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
16692         found first.
16693
16694 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
16695
16696         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
16697
16698 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16699
16700         * message.el (message-text-with-property): Make it fast and accept
16701         optional arguments.
16702         (message-strip-forbidden-properties): Use it.
16703         (message-fix-before-sending): Follow the m-t-w-p change.
16704
16705         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
16706
16707 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16708
16709         * gnus-art.el (article-hide-headers): Don't change the buffer
16710         mistakenly when performing mml-preview even if
16711         gnus-single-article-buffer is nil.
16712
16713 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
16714
16715         * message.el (message-expand-name-databases): New user option.
16716         (message-expand-name): Use it.
16717
16718 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
16719
16720         * spam.el (spam-report-articles-resend)
16721         (spam-report-resend-register-routine): Allow ham reporting.
16722         (spam-report-resend-register-ham-routine): Add wrapper.
16723         (spam-registration-functions): Add ham resending functions.
16724         (spam-list-of-processors): Add ham resend processor.
16725
16726         * gnus.el (ham-resend-to): Add new group parameter.
16727         (spam-process): Add ham resend option.
16728
16729         * spam-report.el (spam-report-resend): Allow reporting ham.
16730         (spam-report-resend-ham): Add wrapper.
16731
16732 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16733
16734         * message.el (message-cite-articles-with-x-no-archive): New
16735         variable.
16736         (message-cite-original): Use it.
16737
16738 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16739
16740         * message.el (message-cite-original): Respect X-No-Archive.
16741
16742 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16743
16744         * gnus-art.el (article-hide-headers): Refer to the values for
16745         gnus-ignored-headers and gnus-visible-headers in the summary
16746         buffer since a user may have set them as group parameters.
16747
16748 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
16749
16750         * assistant.el (assistant-node-name): Add convenience function.
16751         (assistant-render-text, assistant-render-node): Add error handling,
16752         plus handle multiple next nodes.
16753         (assistant-find-next-node): Comment out for now.
16754         (assistant-find-next-nodes): Add function, returns list of next
16755         nodes.
16756
16757 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
16758
16759         * mail-source.el (mail-source-directory): Fix doc-string.
16760
16761 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
16762
16763         * assistant.el (assistant-render-text, assistant-eval): Add :set
16764         widget type, which is different because it takes and returns a
16765         list.  Much hilarity ensues.
16766
16767 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
16768
16769         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
16770
16771         * gnus-group.el (gnus-group-get-new-news-this-group): Added
16772         doc-string.
16773
16774         * gnus-start.el (gnus-activate-group): Added doc-string.
16775
16776 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16777
16778         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
16779
16780 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
16781
16782         * assistant.el (assistant-render-text): Try to add a :set
16783         widget, more to come.
16784
16785         * spam.el (spam-group-spam-contents-p): Handle empty groupname
16786         strings.
16787         (spam-report-articles-resend)
16788         (spam-register-routine): Do registration iff any articles warrant
16789         it.
16790         (spam-summary-prepare-exit): Change log message for nil group
16791         destinations.
16792
16793 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
16794
16795         * spam.el (spam-report-resend-register-routine): Allow
16796         spam-report-resend-to to be a group parameter or a global value.
16797
16798 2004-05-26  Simon Josefsson  <jas@extundo.com>
16799
16800         * starttls.el: Merge with my GNUTLS based starttls.el.
16801         (starttls-gnutls-program, starttls-use-gnutls)
16802         (starttls-extra-arguments, starttls-process-connection-type)
16803         (starttls-connect, starttls-failure, starttls-success): New
16804         variables.
16805         (starttls-program, starttls-extra-args): Doc fix.
16806         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
16807         functions.
16808         (starttls-negotiate, starttls-open-stream): Check
16809         `starttls-use-gnutls' and pass on to corresponding *-gnutls
16810         function if it is set.
16811
16812 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16813
16814         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
16815         structured fields.
16816
16817 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16818
16819         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
16820
16821 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
16822
16823         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
16824         variable.
16825         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
16826         assigning the spam-mark to new messages.
16827
16828 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
16829
16830         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
16831
16832 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16833
16834         * dgnushack.el: Autoload customize-set-variable for XEmacs.
16835
16836         * rfc2047.el (rfc2047-encodable-p): Don't move point.
16837         (rfc2047-decode): Treat the ascii coding-system as raw-text by
16838         default.
16839
16840 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
16841
16842         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
16843         correct data.
16844
16845 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
16846
16847         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
16848         (spam-group-processor-p): Fix function.
16849         (spam-group-processor-multiple-p)
16850         (spam-group-spam-processor-report-gmane-p)
16851         (spam-group-spam-processor-report-resend-p)
16852         (spam-group-spam-processor-bogofilter-p)
16853         (spam-group-spam-processor-blacklist-p)
16854         (spam-group-spam-processor-ifile-p)
16855         (spam-group-ham-processor-ifile-p)
16856         (spam-group-spam-processor-spamoracle-p)
16857         (spam-group-spam-processor-crm114-p)
16858         (spam-group-ham-processor-bogofilter-p)
16859         (spam-group-spam-processor-stat-p)
16860         (spam-group-ham-processor-stat-p)
16861         (spam-group-ham-processor-whitelist-p)
16862         (spam-group-ham-processor-BBDB-p)
16863         (spam-group-ham-processor-spamoracle-p)
16864         (spam-group-ham-processor-copy-p): Remove functions with some
16865         prejudice against unneeded code.
16866         (spam-report-articles-resend)
16867         (spam-report-resend-register-routine): Allow the group/topic
16868         spam-resend-to value to override spam-report-resend-to.
16869         (spam-summary-prepare-exit): Invoke spam-group-processor-p
16870         properly now.
16871
16872         * gnus.el (spam-resend-to): Add group/topic parameter.
16873         (spam-process): Move the OBSOLETE processors to the end of the
16874         choices.
16875
16876 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
16877
16878         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
16879         with resend-to set to nil, and then ask the user if necessary.
16880         (spam-report-resend): spam-report-resend takes a list of articles, not
16881         separate article numbers.
16882
16883 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16884
16885         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
16886         addition to emacs-w3m.
16887
16888 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16889
16890         * assistant.el (assistant-authinfo-data): New function.
16891         (assistant-eval): Eval for entire assistant.
16892
16893         * netrc.el (netrc-services-file): New variable.
16894         (netrc-parse-services): New function.
16895         (netrc-find-service-name): New function.
16896         (netrc-find-service-number): New function.
16897         (netrc-port-equal): New function.
16898         (netrc-machine): Use it.
16899
16900         * nnimap.el (nnimap-open-connection): Use netrc.
16901
16902         * gnus-util.el (gnus-netrc-get): Remove aliases.
16903
16904         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
16905
16906         * assistant.el (wid-edit): Fix compilation.
16907
16908         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
16909
16910 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
16911
16912         * gnus-util.el (gnus-set-file-modes): New function.  (small
16913         patch).
16914
16915 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16916
16917         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
16918
16919         * assistant.el (assistant-render-node): Fix up rendering and
16920         read-only text.
16921         (assistant-render-node): Reset.
16922         (assistant-make-read-only): Not sticky.
16923
16924 2004-05-20  Danny Siu  <dsiu@adobe.com>
16925
16926         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
16927         centered even when gnus-auto-center-summary is t.
16928
16929 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16930
16931         * dns.el (dns-get-txt-answer): New function.
16932         (dns-read-txt): Ditto.
16933         (query-dns): Use it.
16934
16935 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16936
16937         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
16938         active for foreign groups even if the group level is higher than
16939         the specified value.
16940
16941 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16942
16943         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
16944         non-active groups.
16945
16946         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
16947
16948 2004-05-20  Magnus Henoch  <mange@freemail.hu>
16949
16950         * dns.el (dns-read-type): Add support for SVR.  (small patch)
16951
16952 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
16953
16954         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
16955         (spam-crm114-header, spam-crm114-spam-switch)
16956         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
16957         (spam-crm114-positive-spam-header)
16958         (spam-crm114-database-directory, spam-list-of-processors)
16959         (spam-group-spam-processor-crm114-p)
16960         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
16961         (spam-generic-score, spam-list-of-checks)
16962         (spam-list-of-statistical-checks, spam-registration-functions)
16963         (spam-check-crm114-headers, spam-crm114-score)
16964         (spam-check-crm114, spam-crm114-register-with-crm114)
16965         (spam-crm114-register-spam-routine)
16966         (spam-crm114-unregister-spam-routine)
16967         (spam-crm114-register-ham-routine)
16968         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
16969         asjo@koldfront.dk (Adam Sjøgren).
16970
16971         * gnus.el: Add spam-use-crm114.
16972
16973         * spam.el (spam-list-of-processors, spam-registration-functions):
16974         Add spam-use-resend.
16975         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
16976         (spam-report-articles-gmane): Add doc fix.
16977         (spam-report-articles-resend, spam-report-resend-register-routine):
16978         Add wrappers around spam-report-resend-to.
16979
16980         * spam-report.el (spam-report-resend-to, spam-report-resend):
16981         Add support for resending spam.
16982         (spam-report-gmane): Fix line length >80.
16983
16984         * gnus.el (spam-process): Add spam-use-resend.
16985
16986 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16987
16988         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
16989         number of processed spam messages.
16990         (spam-ham-copy-or-move-routine): Return the number of processed
16991         ham messages.
16992         (spam-summary-prepare-exit): Use the above values to decide
16993         whether status messages shouled be displayed.
16994
16995 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16996
16997         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
16998         `rfc2047-encoding-function-alist' in order to avoid conflicting
16999         with the old version.
17000         (rfc2047-encode-region): Concatenate words containing non-ASCII
17001         characters in structured fields; don't encode space-delimited
17002         ASCII words even in unstructured fields; don't break words at
17003         char-category boundaries.
17004         (rfc2047-encode-1): New function.
17005         (rfc2047-encode): Use it; encode text so that it occupies the
17006         maximum width within 76-column; work correctly on Q encoding for
17007         iso-2022-* charsets.
17008         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
17009         sure not to break a line just after the header name.
17010         (rfc2047-b-encode-region): Removed.
17011         (rfc2047-b-encode-string): New function.
17012         (rfc2047-q-encode-region): Removed.
17013         (rfc2047-q-encode-string): New function.
17014
17015         * mm-util.el (mm-replace-in-string): New function.
17016
17017 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17018
17019         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
17020         get it right.
17021         (gnus-inews-make-draft): Really.
17022
17023 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
17024
17025         * nnmh.el (nnmh-request-list-1): Don't check the link count
17026         before descending.  (small patch)
17027
17028 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17029
17030         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
17031         stuff.
17032
17033         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
17034         on real group name.
17035
17036         * gnus-art.el (gnus-signature-limit): Doc fix.
17037
17038         * gnus-msg.el (gnus-inews-make-draft): Quote list.
17039
17040         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
17041
17042 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
17043
17044         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
17045         isn't a string.
17046
17047 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17048
17049         * gnus-draft.el (gnus-draft-send): Bind
17050         rfc2047-encode-encoded-words.
17051
17052         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
17053         (rfc2047-encodable-p): Say that =? needs encoding.
17054         (rfc2047-encode-encoded-words): New variable.
17055
17056         * gnus-group.el (gnus-group-select-group): Doc fix.
17057
17058         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
17059
17060         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
17061         to nil.
17062
17063         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
17064
17065         * nnheader.el (nnheader-get-lines-and-char): New function.
17066
17067 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
17068
17069         * gnus-msg.el (gnus-summary-followup-with-original): Document
17070         yanking of region when active.
17071
17072 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17073
17074         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
17075         groups if the group level is higher than the specified value.
17076
17077 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17078
17079         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
17080         (gnus-group-jump-to-group): Added prefix argument using
17081         `gnus-group-jump-to-group-prompt'.  Query before jumping to
17082         non-active group.
17083
17084         * compface.el (uncompface): Be verbose when changing
17085         `uncompface-use-external'.
17086
17087         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
17088         handle manual section.
17089
17090 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17091
17092         * gnus-art.el (gnus-button-alist): Revert previous change.
17093
17094 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17095
17096         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
17097
17098 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17099
17100         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
17101         whether backend can accept message.
17102
17103         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
17104
17105 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
17106
17107         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17108         Avoid creating directory when nntp-marks-is-evil is true.
17109         Reported by Reiner Steib.
17110
17111 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17112
17113         * gnus-picon.el (gnus-picon-style): New variable.
17114         (gnus-picon-insert-glyph): Added optional `nostring' argument.
17115         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
17116         Jesper Harder <harder@ifa.au.dk>.
17117
17118 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17119
17120         * message.el (message-fill-field): Return point.
17121         (message-generate-headers): Go to end of field.
17122
17123         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
17124         stuff for non-living groups.
17125
17126 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
17127
17128         * gnus-art.el (gnus-article-followup-with-original)
17129         (gnus-article-reply-with-original): gnus-mark-active-p ->
17130         gnus-region-active-p.
17131
17132 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
17133
17134         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
17135         only when there is spam or ham to be processed.
17136
17137 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17138
17139         * mail-source.el (mail-source-delete-crash-box): Refactor.
17140         (mail-source-fetch): Use it.
17141         (mail-source-fetch-file): Ditto.
17142         (mail-source-fetch-directory): Run postscript in loop.
17143         (mail-source-fetch-pop): Delete.
17144         (mail-source-fetch-maildir): Ditto.
17145         (mail-source-fetch-imap): Ditto.
17146
17147         * imap.el (imap-authenticators): Comment out sasl.
17148
17149         * message.el (message-skip-to-next-address): New function.
17150         (message-fill-header-address): Refactor.
17151         (message-fill-address): Use it.
17152         (message-delete-address): Use it.
17153         (message-fill-header-general): Refactor.
17154         (message-fill-field-address): Rename.
17155         (message-narrow-to-field): Find the start of the header.
17156         (message-header-format-alist): Don't pre-fill.
17157         (message-fill-header): Removed.
17158         (message-insert-header): New function.
17159         (message-shorten-references): Use it.
17160
17161         * rfc2047.el (rfc2047-field-value): Strip props.
17162
17163         * mail-parse.el (mail-header-make-address): New alias.
17164
17165         * ietf-drums.el (ietf-drums-make-address): New function.
17166
17167         * imap.el: Add compiler directives.
17168
17169         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
17170
17171         * gnus-art.el (article-decode-idna-rhs): Don't use
17172         message-idna-inside-rhs-p.
17173
17174 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17175
17176         * message.el (message-idna-inside-rhs-p): Removed.
17177         (message-idna-to-ascii-rhs-1): Use proper address parsing.
17178
17179         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
17180         false positives.
17181
17182 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
17183
17184         * imap.el (imap-sasl-make-mechanisms): Use sasl.
17185
17186 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17187
17188         * nneething.el (nneething-file-name): Don't create spurious
17189         files.
17190
17191         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
17192         (gnus-inews-do-gcc): Remove sleep.
17193
17194         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
17195         part under point.
17196
17197         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
17198         (gnus-agent-regenerate-group): Using nil messages aren't valid.
17199
17200 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
17201
17202         * spam.el (spam-summary-prepare-exit): Fixed (length).
17203
17204 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
17205
17206         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
17207         as expired without moving it" message when there are spam
17208         messages left.
17209
17210 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
17211
17212         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
17213         header is not nil.
17214
17215 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
17216
17217         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
17218         nntp-possibly-create-directory, not nntp-possibly-change-group.
17219         (nntp-marks-changed-p): New arg SERVER.
17220         (nntp-request-update-info): Adjust caller.
17221
17222 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
17223
17224         * nntp.el (nntp-save-marks): Pass missing arg.
17225
17226 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
17227
17228         * nntp.el: Support marks.
17229         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
17230         (nntp-marks-modtime, nntp-marks-directory): New variables.
17231         (nntp-request-set-mark, nntp-request-update-info)
17232         (nntp-possibly-create-directory, nntp-marks-changed-p)
17233         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
17234         functions.
17235
17236 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
17237
17238         * gnus-xmas.el (gnus-xmas-select-lowest-window)
17239         (gnus-xmas-redefine): Rename.
17240
17241         * gnus-score.el (gnus-score-insert-help): Use
17242         gnus-select-lowest-window.
17243
17244         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
17245         appt-select-lowest-window and rename to gnus-select-lowest-window.
17246
17247         * gnus.el: do.
17248
17249 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17250
17251         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
17252         encodings of MIME-encoded words, in order to improve
17253         interoperability with several broken MUAs.
17254
17255 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17256
17257         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
17258         tags, only when charsets are not specified in headers.
17259         (mm-inline-text-html-render-with-w3m): Ditto.
17260
17261         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
17262         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
17263
17264 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17265
17266         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
17267         instead of MIME-decoded from fields when checking
17268         `gnus-article-address-banner-alist'.
17269
17270 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
17271
17272         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
17273         description rather than subject.
17274
17275 2004-05-02  Steve Youngs  <steve@youngs.au.com>
17276
17277         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
17278
17279 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17280
17281         * gnus.el (gnus-version-number): Bump.
17282
17283 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17284
17285         * gnus.el: No Gnus v0.2 is released.
17286
17287 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17288
17289         * gnus-agent.el (gnus-agent-read-agentview): Inline
17290         gnus-uncompress-range.
17291
17292 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17293
17294         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
17295         `exec-installed-p'.
17296
17297 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17298
17299         * gnus.el (spam-process, spam-autodetect-methods): Add
17300         bsfilter and bsfilter-headers.
17301
17302         * spam.el (spam-bsfilter): New customize group.
17303         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
17304         (spam-bsfilter-header, spam-bsfilter-probability-header)
17305         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
17306         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
17307         (spam-bsfilter-database-directory): New options.
17308         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
17309         (spam-list-of-statistical-checks, spam-registration-functions):
17310         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
17311         (spam-bsfilter-score): New command.
17312         (spam-check-bsfilter-headers, spam-check-bsfilter)
17313         (spam-bsfilter-register-with-bsfilter)
17314         (spam-bsfilter-register-spam-routine)
17315         (spam-bsfilter-unregister-spam-routine)
17316         (spam-bsfilter-register-ham-routine)
17317         (spam-bsfilter-unregister-ham-routine): New functions.
17318         (spam-generic-score): Support bsfilter; Accept an optional argument
17319         to recalcurate spam score even if scoring header has already been
17320         added.
17321         (spam-bogofilter-score, spam-spamassassin-score): Accept an
17322         optional argument to recalcurate spam score even if scoring header
17323         has already been added.
17324
17325 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
17326
17327         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
17328         strings!  Reported by David D. Smith <davidsmith@acm.org>.
17329         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
17330         link is missing.
17331
17332 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
17333
17334         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
17335         (html2text-get-attr): Rewrite.
17336
17337         * message.el (message-setup-1): Remove redundant put-text-property
17338         on mail-header-separator.
17339
17340 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
17341
17342         * gnus-registry.el (gnus-registry-cache-whitespace)
17343         (gnus-registry-action, gnus-registry-spool-action)
17344         (gnus-registry-split-fancy-with-parent): Change message levels
17345         from 5 to 3 or 7, as needed.
17346
17347         * spam.el (spam-summary-prepare-exit)
17348         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
17349         (spam-split, spam-find-spam, spam-log-undo-registration)
17350         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
17351         level from 5 to 6.
17352
17353 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17354
17355         * gnus-ems.el: Autoload appt-select-lowest-window (revert
17356         2004-03-04 change).
17357
17358 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
17359
17360         * sieve-manage.el (sieve-manage-open):
17361         * nnweb.el (nnweb-insert-html):
17362         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
17363         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
17364         * nnspool.el (nnspool-request-group):
17365         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
17366         * nnml.el (nnml-request-update-info):
17367         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
17368         (nnmh-request-create-group, nnmh-update-gnus-unreads):
17369         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
17370         (nnimap-request-set-mark):
17371         * nnfolder.el (nnfolder-request-update-info):
17372         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
17373         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
17374         * gnus-uu.el (gnus-uu-find-articles-matching):
17375         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
17376         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
17377         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
17378         * gnus-nocem.el (gnus-nocem-scan-groups):
17379         * gnus-int.el (gnus-start-news-server):
17380         * gnus-group.el (gnus-group-make-kiboze-group)
17381         (gnus-group-browse-foreign-server):
17382         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
17383         Use mapc when appropriate.
17384
17385 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
17386
17387         FIXME: Make separate entries for each person.
17388
17389         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
17390         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
17391         <shields@msrl.com>:
17392
17393         * spam.el (spam-necessary-extra-headers): Get the extra headers we
17394         may need for spam sorting and scoring.
17395         (spam-user-format-function-S): Add user format function suitable for
17396         general use.
17397         (spam-article-sort-by-spam-status): Add sorting function for summary
17398         sorting.
17399         (spam-extra-header-to-number): Add function to get a score from a
17400         header.
17401         (spam-summary-score): Add function to get a numeric score from the
17402         headers.
17403         (spam-generic-score): Fix function doc, was in wrong place.
17404         (spam-initialize): Take symbols when it's run, and install the
17405         extra headers that spam-necessary-extra-headers thinks we need.
17406
17407 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
17408
17409         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
17410         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17411
17412 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
17413
17414         * gnus-sum.el (gnus-set-global-variables)
17415         (gnus-build-all-threads, gnus-get-newsgroup-headers)
17416         (gnus-article-get-xrefs, gnus-summary-best-group)
17417         (gnus-summary-next-article, gnus-summary-enter-digest-group)
17418         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
17419         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
17420         Use with-current-buffer.
17421
17422 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
17423
17424         * spam.el (spam-summary-prepare-exit): Simplify logic.
17425         (spam-fetch-article-header): Read the article header if it's not
17426         available.
17427         (spam-list-articles): Simplify logic.
17428         (spam-filelist-register-routine): Fix bug with unregister-list.
17429
17430         * gnus-registry.el: Fix comments at beginning.
17431
17432 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
17433
17434         * message.el (message-cater-to-broken-inn): Remove.
17435         (message-shorten-references): Make sure the total folded length of
17436         References is shorter than 998 characters to cater to a bug in INN
17437         2.3.  Also, don't pretend that references aren't folded -- this
17438         hasn't worked for a while.
17439
17440 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17441
17442         * gnus-agent.el (gnus-agentize):
17443         gnus-agent-send-mail-real-function no longer set to current value
17444         of message-send-mail-function but rather a lambda that calls
17445         message-send-mail-function.  The change makes the agent real-time
17446         responsive to user changes to message-send-mail-function.
17447
17448 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17449
17450         * legacy-gnus-agent.el
17451         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
17452         help from Florian Weimer <fw@deneb.enyo.de>
17453
17454 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17455
17456         * nnmail.el (nnmail-cache-insert): Revert last change.
17457
17458 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17459
17460         * nnmail.el (nnmail-cache-insert): Always check whether
17461         nnmail-cache-ignore-groups matches a group name.
17462
17463 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
17464
17465         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
17466         (spam-find-spam, spam-log-processing-to-registry)
17467         (spam-log-registered-p, spam-log-unregistration-needed-p)
17468         (spam-log-undo-registration): Use gnus-message instead of
17469         gnus-error, none of these errors are fatal.
17470
17471         * gnus-registry.el (gnus-registry-clean-empty-function)
17472         (gnus-registry-clean-empty): Remove only empty entries without
17473         extra data.
17474
17475 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
17476
17477         * spam-stat.el (spam-stat-buffer-change-to-spam)
17478         (spam-stat-buffer-change-to-non-spam): Change (error) to
17479         (gnus-message 8) invocation.
17480
17481 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17482
17483         * nntp.el (nntp-via-netcat-command): New variable.
17484         (nntp-via-netcat-switches): New variable.
17485         (nntp-open-via-rlogin-and-netcat): New function.
17486         (nntp-open-connection-function): Doc fix.
17487         (nntp-telnet-command): Doc fix.
17488         (nntp-end-of-line): Doc fix.
17489         (nntp-via-rlogin-command): Doc fix.
17490         (nntp-via-user-name): Doc fix.
17491         (nntp-via-address): Doc fix.
17492
17493 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17494
17495         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
17496         error in Emacs 21.1.
17497
17498 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
17499
17500         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
17501
17502 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17503
17504         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
17505         (gnus-agent-with-refreshed-group): New macro.
17506         (gnus-agent-rename-group): New function.
17507         (gnus-agent-delete-group): New function.
17508         (gnus-agent-save-group-info): Use gnus-command-method when
17509         `method' parameter is nil.  Don't write nil entries into the
17510         active file.
17511         (gnus-agent-get-group-info): New function.
17512         (gnus-agent-fetch-articles): Use
17513         gnus-agent-update-files-total-fetched-for to increment disk space
17514         used.
17515         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
17516         gnus-agent-update-view-total-fetched-for to increment disk space
17517         used.
17518         (gnus-agent-get-local): Added optional parameters to avoid calling
17519         gnus-group-real-name and gnus-find-method-for-group.
17520         (gnus-agent-set-local): Delete stored entry if either min, or max,
17521         are nil.
17522         (gnus-agent-fetch-session): Reworded error/quit messages.  On
17523         quit, use gnus-agent-regenerate-group to record existance of any
17524         articles fetched to disk before the quit occurred.
17525         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
17526         gnus-agent-update-view-total-fetched-for, and
17527         gnus-agent-update-files-total-fetched-for to decrement disk space
17528         used.
17529         (gnus-agent-retrieve-headers): Use
17530         gnus-agent-update-view-total-fetched-for to increment disk space
17531         used.
17532         (gnus-agent-regenerate-group): Replace gnus-group-update-group
17533         with gnus-agent-update-files-total-fetched-for to decrement disk
17534         space and fresh group buffer.
17535         (gnus-agent-inhibit-update-total-fetched-for): New variable.
17536         (gnus-agent-need-update-total-fetched-for): New variable.
17537         (gnus-agent-update-files-total-fetched-for): New function.
17538         (gnus-agent-update-view-total-fetched-for): New function.
17539         (gnus-agent-total-fetched-for): New function.
17540
17541         * gnus-cache.el (gnus-cache-save-buffers): Use
17542         gnus-cache-update-overview-total-fetched-for to change disk space
17543         used by this group.
17544         (gnus-cache-possibly-enter-article): Use
17545         gnus-cache-update-file-total-fetched-for to increment disk space
17546         used by this group.
17547         (gnus-cache-possibly-remove-article): Use
17548         gnus-cache-update-file-total-fetched-for to decrement disk space
17549         used by this group.
17550         (gnus-cache-generate-nov-databases): Purge total fetched cache.
17551         (gnus-cache-rename-group): New function.
17552         (gnus-cache-delete-group): New function.
17553         (gnus-cache-inhibit-update-total-fetched-for): New variable.
17554         (gnus-cache-need-update-total-fetched-for): New variable.
17555         (gnus-cache-with-refreshed-group): New macro.
17556         (gnus-cache-update-file-total-fetched-for): New function.
17557         (gnus-cache-update-overview-total-fetched-for): New function.
17558         (gnus-cache-rename-group-total-fetched-for): New function.
17559         (gnus-cache-delete-group-total-fetched-for): New function.
17560         (gnus-cache-total-fetched-for): New function.
17561
17562         * gnus-group.el: Require gnus-sum and autoload functions to
17563         resolve warnings when gnus-group.el compiled alone.
17564         (gnus-group-line-format): Documented new %F.
17565         (size of Fetched data) group line format; identifies disk space
17566         used by agent and cache.
17567         (gnus-group-line-format-alist): Defined new F format.
17568         (gnus-total-fetched-for): New function.
17569         (gnus-group-delete-group): No longer update
17570         gnus-cache-active-altered as gnus-request-delete-group now keeps
17571         the cache in sync.
17572         (gnus-group-list-active): Let the agent store a server's active
17573         list if currently plugged.
17574
17575         * gnus-int.el (gnus-request-delete-group):
17576         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
17577         local disk in sync with the server.
17578         (gnus-request-rename-group):
17579         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
17580         local disk in sync with the server.
17581
17582         * gnus-start.el (gnus-get-unread-articles):
17583         Cosmetic simplification to logic.
17584
17585         * gnus-util.el (gnus-rename-file): New function.
17586
17587 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
17588
17589         * mm-util.el (mm-image-load-path): Handle nil in load-path.
17590
17591 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
17592
17593         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
17594         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
17595
17596 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
17597
17598         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
17599         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
17600
17601 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
17602
17603         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
17604
17605 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
17606
17607         * spam.el (spam-set-difference): Add function to replace
17608         gnus-set-difference in spam.el.
17609         (spam-summary-prepare-exit): Use spam-set-difference.
17610
17611 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
17612
17613         * gnus-registry.el (gnus-registry-cache-file): Update to use
17614         gnus-dribble-directory OR gnus-home-directory OR ~.
17615         (gnus-registry-split-fancy-with-parent): Fix doc.
17616
17617 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17618
17619         * message.el (message-exchange-point-and-mark): Use
17620         message-mark-active-p.  Suggested by Jesper Harder
17621         <harder@ifa.au.dk>.
17622
17623 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17624
17625         * message.el (message-exchange-point-and-mark): Don't activate
17626         region if it was inactive.  Suggested by Hiroshi Fujishima
17627         <pooh@nature.tsukuba.ac.jp>.
17628
17629 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17630
17631         * gnus-art.el (article-display-face): Display Faces in the same
17632         order as X-Faces.
17633
17634 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17635
17636         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
17637
17638 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17639
17640         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
17641         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
17642         (gnus-article-mime-hierarchy): Remove.
17643         (gnus-article-mime-hierarchy-next): Remove.
17644         (gnus-article-mode): Revert 2004-03-19 change.
17645         (gnus-article-setup-buffer): Revert 2004-03-19 change.
17646         (gnus-insert-mime-button): Revert 2004-03-19 change.
17647         (gnus-mime-accumulate-hierarchy): Remove.
17648         (gnus-mime-enter-multipart): Remove.
17649         (gnus-mime-leave-multipart): Remove.
17650         (gnus-mime-display-part): Revert 2004-03-19 change.
17651         (gnus-mime-display-alternative): Revert 2004-03-19 change.
17652
17653         * mml.el (mml-preview): Revert 2004-03-19 change.
17654
17655 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
17656
17657         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
17658
17659 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17660
17661         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
17662         t while entering a file name using the mm-with-multibyte macro.
17663         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17664
17665         * mm-util.el (mm-with-multibyte): New macro.
17666
17667 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17668
17669         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
17670         user option.
17671         (gnus-mime-multipart-functions): Doc and customization fix.
17672         (gnus-article-mime-hierarchy): New variable.
17673         (gnus-article-mime-hierarchy-next): New variable.
17674         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
17675         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
17676         gnus-article-mime-hierarchy-next to nil.
17677         (gnus-insert-mime-button): Show hierarchy numbers.
17678         (gnus-mime-accumulate-hierarchy): New function.
17679         (gnus-mime-enter-multipart): New function.
17680         (gnus-mime-leave-multipart): New function.
17681         (gnus-mime-display-part): Recompute hierarchical MIME structure.
17682         (gnus-mime-display-alternative): Show hierarchy numbers.
17683
17684         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
17685         gnus-article-mime-hierarchy-next to nil.
17686
17687 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
17688
17689         * dns.el: Don't require gnus-xmas.
17690
17691 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
17692
17693         * mml.el (mml-generate-mime-1): Don't use format=flowed with
17694         inline PGP.
17695         (mml-menu): Disable mml-quote-region if mark is inactive.
17696
17697 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17698
17699         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
17700         when the group's active is not available.
17701
17702 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17703
17704         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
17705         error.
17706
17707 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
17708
17709         * imap.el (imap-store-password): New variable.
17710         (imap-interactive-login): Use it.
17711         Suggested by Mark Plaksin <happy@mcplaksin.org>.
17712
17713 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17714
17715         * gnus-art.el (gnus-article-read-summary-keys): Restore new
17716         window-start and hscroll to summary window.
17717
17718 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17719
17720         * gnus-start.el (gnus-convert-old-newsrc): Only write the
17721         conversion message to newsrc-dribble when an actual conversion is
17722         performed.
17723
17724 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
17725
17726         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
17727
17728 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17729
17730         * mm-decode.el (mm-complicated-handles): New function reviving
17731         former definition of mm-multiple-handles.
17732
17733         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
17734         (gnus-mime-delete-part): Use it.
17735
17736 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17737
17738         * gnus-agent.el (gnus-agent-read-local): Bind
17739         nnheader-file-coding-system to gnus-agent-file-coding-system to
17740         avoid the implicit assumption that they will always be equal.
17741         (gnus-agent-save-local): Bind buffer-file-coding-system, not
17742         coding-system-for-write, as the with-temp-file macro first prints
17743         to a buffer then saves the buffer.
17744
17745 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17746
17747         * gnus-art.el (gnus-article-edit-part): New function.
17748         (gnus-mime-save-part-and-strip): Use it; do query instead of
17749         signaling an error; don't use mm-multiple-handles.
17750         (gnus-mime-delete-part): Ditto.
17751
17752 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17753
17754         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
17755         old file versions.
17756         (gnus-group-prepare-hook): Removed function that converted list
17757         form of gnus-agent-expire-days to group properties.
17758
17759         * gnus-int.el: Autoload gnus-agent-regenerate-group.
17760         (gnus-request-accept-article): Re-indented.
17761
17762         * gnus-start.el (gnus-convert-old-newsrc): Registered new
17763         converters to handle old agent file formats.  Added logic for a
17764         "backup before upgrading warning".
17765         (gnus-convert-mark-converter-prompt): Developers can mark
17766         functions as needing (default), or not needing,
17767         gnus-convert-old-newsrc's "backup before upgrading warning".
17768         (gnus-convert-converter-needs-prompt): Tests whether the user
17769         should be protected from potentially irreversable changes by the
17770         function.
17771
17772         * legacy-gnus-agent.el: New.  Provides converters that are only
17773         loaded when gnus-convert-old-newsrc needs to call them.
17774
17775 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17776
17777         * mail-source.el (mail-source-touch-pop): Doc fix.
17778
17779         * message.el (message-smtpmail-send-it): Doc fix.
17780
17781 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
17782
17783         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
17784
17785         * nnmail.el (nnmail-split-fancy): do.
17786
17787         * gnus-kill.el (gnus-kill, gnus-execute): do.
17788
17789 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
17790
17791         * gnus-sum.el (gnus-widget-reversible-match)
17792         (gnus-widget-reversible-to-internal)
17793         (gnus-widget-reversible-to-external): New functions.
17794         (gnus-widget-reversible): New widget.
17795         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
17796
17797 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
17798
17799         * gnus-sum.el (gnus-thread-sort-functions)
17800         (gnus-article-sort-functions): Document `(not F)' items.
17801
17802 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
17803
17804         * spam.el (spam-use-gmane-xref): Add new backend.
17805         (spam-gmane-xref-spam-group): Add variable to control the name of the
17806         Gmane spam group.
17807         (spam-blackhole-servers, spam-blackhole-good-server-regex)
17808         (spam-regex-headers-spam, spam-regex-headers-ham)
17809         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
17810         (spam-list-of-checks): Add spam-use-gmane-xref to list of
17811         backends and checks.
17812         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
17813
17814         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
17815         an autodetect method.
17816
17817 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17818
17819         * gnus-int.el (gnus-request-accept-article): Inform the agent that
17820         articles are being added to a group.
17821         (gnus-request-replace-article): Inform the agent that articles
17822         need to be uncached as the cached contents are no longer valid.
17823
17824 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17825
17826         * binhex.el: Don't autoload executable-find.
17827
17828         * canlock.el: Don't autoload mail-fetch-field.
17829
17830         * dgnushack.el: Autoload c-mode for XEmacs.
17831
17832         * gnus-ems.el: Don't autoload appt-select-lowest-window.
17833
17834         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
17835         rmail-dont-reply-to and rmail-output.
17836
17837         * gnus-score.el: Don't autoload ffap-string-at-point.
17838
17839         * gnus-setup.el: Don't autoload sc-cite-original.
17840
17841         * imap.el: Don't autoload base64-decode-string,
17842         base64-encode-string and md5.
17843
17844         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
17845         and rmail-msg-restore-non-pruned-header.
17846
17847         * mm-decode.el: Don't autoload executable-find.
17848
17849         * mm-url.el: Don't autoload executable-find.
17850
17851         * mm-view.el: Don't autoload diff-mode.
17852
17853         * nndb.el: Don't autoload news-reply-mode, news-setup,
17854         cancel-timer and telnet.
17855
17856         * password.el: Don't autoload run-at-time for Emacs.
17857
17858         * sha1-el.el: Don't autoload executable-find.
17859
17860         * sieve-mode.el: Don't autoload c-mode.
17861
17862         * uudecode.el: Don't autoload executable-find.
17863
17864 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17865
17866         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
17867         (gnus-agent-possibly-alter-active): Avoid null in numeric
17868         comparison.
17869         (gnus-agent-set-local): Refuse to save null in local object table.
17870         (gnus-agent-regenerate-group): The REREAD parameter can now be a
17871         list of articles that will be marked as unread.
17872
17873 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17874
17875         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
17876
17877 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
17878
17879         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
17880         language tags.
17881
17882 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
17883
17884         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
17885         Don't bind "obarray".
17886
17887         * gnus-sum.el (gnus-thread-sort-functions): Added
17888         `gnus-thread-sort-by-most-recent-number' and
17889         `gnus-thread-sort-by-most-recent-date'.
17890         Reported by Kai Grossjohann <kai@emptydomain.de>.
17891
17892 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17893
17894         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
17895
17896 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17897
17898         * gnus-cus.el (gnus-agent-customize-category): Removed
17899         ignore-errors macro reference that required cl to be loaded at
17900         run-time.
17901
17902         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
17903         single-interval range of the form (min . max).  Previously the
17904         range had to look like ((min . max)).  Likewise, return
17905         (min . max) rather than ((min . max)).
17906         (gnus-range-map): Use gnus-range-normalize to accept
17907         single-interval range.
17908
17909         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
17910         the cache, but not the agent, now appear with their usual face.
17911
17912         * dgnushack.el (loaddir): New variable that is bound to the
17913         directory containing the dgnushack.el file. Use loaddir, rather
17914         than srcdir, to update load-path. Change lets dgnushack compile
17915         code in directories other than GNUS/lisp.
17916
17917 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17918
17919         * lpath.el: Don't bind w3m-safe-url-regexp.
17920
17921         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
17922         w3m-safe-url-regexp variable buffer-local.
17923
17924         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17925
17926 2004-02-27  Simon Josefsson  <jas@extundo.com>
17927
17928         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
17929         gnus-group-real-prefix.
17930         (gnus-summary-move-article): Use it, instead of
17931         gnus-group-real-prefix.
17932
17933 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17934
17935         * lpath.el: Bind w3m-safe-url-regexp.
17936
17937         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
17938         w3m-safe-url-regexp variable buffer-local and set it as the value
17939         of mm-w3m-safe-url-regexp.
17940
17941         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17942
17943         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
17944         parsing gnus-posting-styles when the message is not for replying.
17945
17946         * dgnushack.el: Autoload sgml-mode for XEmacs.
17947
17948         * nnrss.el (nnrss-opml-export): Use
17949         mm-set-buffer-file-coding-system instead of
17950         set-buffer-file-coding-system.
17951
17952 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
17953
17954         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
17955         of checkdoc.el).
17956         * nnrss.el: do.
17957         * gnus-mlspl.el: do.
17958         * gnus-ml.el: do.
17959         * gnus-srvr.el: do.
17960
17961         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
17962
17963 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
17964
17965         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
17966         Corrections to custom-manual links.
17967
17968         * gnus-art.el (gnus-article): Ditto.
17969
17970         * mm-decode.el (mime-display, mime-security): Ditto.
17971
17972 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17973
17974         * flow-fill.el: Typo.
17975
17976 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
17977
17978         * spam-wash.el: New file.
17979
17980 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
17981
17982         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
17983
17984 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
17985
17986         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
17987         to be run with new-articles as LIST1, not LIST2.
17988         (spam-registration-functions): Add spam-use-ham-copy as a nil
17989         registration backend.
17990
17991 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17992
17993         * spam-stat.el (spam-stat-washing-hook): New option.
17994         (spam-stat-buffer-words): Use it.
17995         (spam-stat-process-directory, spam-stat-test-directory): Use
17996         insert-file-contents-literally.
17997         (spam-stat-coding-system): New variable.
17998         (spam-stat-load, spam-stat-save): Use it.
17999
18000 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18001
18002         * spam-report.el (spam-report-plug-agent): Quote
18003         spam-report-url-to-file and spam-report-url-ping-plain.
18004
18005 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
18006
18007         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
18008         / in mailto URLs.
18009
18010 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18011
18012         * spam-report.el (spam-report-process-queue): Fix interactive use.
18013         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
18014         (spam-report-unplug-agent): Doc fixes.
18015         (spam-report-url-ping-mm-url, spam-report-url-to-file)
18016         (spam-report-agentize, spam-report-deagentize): Autoload.
18017
18018 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18019
18020         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
18021
18022         * message.el (message-setup-fill-variables): Add mml tags to
18023         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
18024         <ajk@iu.edu>.
18025         (message-mode): Don't modify paragraph-separate there.
18026
18027 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18028
18029         * compface.el (uncompface-use-external): Default to undecided.
18030         (uncompface-use-external-threshold): New variable.
18031         (uncompface-float-time): New macro.
18032         (uncompface): Determine whether to use the external decoder if
18033         uncompface-use-external is undecided.
18034
18035 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18036
18037         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
18038         after images.
18039
18040         * gnus-art.el (gnus-mime-display-single): Remove dead code.
18041
18042 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
18043
18044         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
18045
18046         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
18047
18048         * gnus-sum.el (gnus-summary-limit-to-age)
18049         (gnus-summary-limit-children): do.
18050
18051         * gnus-int.el (gnus-request-scan): do.
18052
18053         * gnus-group.el (gnus-group-suspend): do.
18054
18055         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
18056
18057         * gnus-cite.el (gnus-cite-parse-attributions): do.
18058
18059         * gnus-agent.el (gnus-summary-set-agent-mark)
18060         (gnus-agent-regenerate-group): do.
18061
18062         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
18063
18064         * binhex.el (binhex-decode-region-internal): do.
18065
18066 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18067
18068         * gnus-fun.el (gnus-face-properties-alist): New user option.
18069         (gnus-display-x-face-in-from): Use it.
18070
18071         * gnus-art.el (article-display-face): Ditto.
18072
18073         * compface.el (uncompface-use-external): Default to nil.
18074
18075 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
18076
18077         * nntp.el (nntp-erase-buffer): New function.
18078         (nntp-retrieve-data, nntp-send-command)
18079         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
18080         (nntp-possibly-change-group): Use it.
18081
18082         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
18083         with-current-buffer.
18084
18085 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
18086
18087         * compface.el: Merge the ELisp-based uncompface program.
18088         (compface): New customization group.
18089         (uncompface-use-external): New user option.
18090         (uncompface): Call uncompface-internal if uncompface-use-external
18091         is nil.
18092         (uncompface-internal): New function.  Note that there are also
18093         some other functions and variables added for this function.
18094
18095 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
18096
18097         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
18098         if necessary.
18099
18100 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
18101
18102         * spam-report.el (spam-report-unplug-agent)
18103         (spam-report-plug-agent, spam-report-deagentize)
18104         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
18105         Add support for the Agent in spam-report: when unplugged, report to a
18106         file; when plugged, submit all the requests.
18107
18108         * spam.el (spam-register-routine): Fix message about
18109         registration.
18110
18111 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
18112
18113         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
18114         dependencies.
18115         (rfc2047-encode): Use it.
18116
18117         * gnus-art.el (gnus-button-marker-list): Move before first
18118         reference.
18119
18120         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18121         (imap-parse-body): Fix format string mismatch.
18122
18123         * gnus-score.el (gnus-summary-increase-score): do.
18124
18125         * nnrss.el (nnrss-close): New function.
18126
18127 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
18128
18129         * nnrss.el (nnrss-make-filename): New function.
18130         (nnrss-request-delete-group, nnrss-read-server-data)
18131         (nnrss-save-server-data, nnrss-read-group-data)
18132         (nnrss-save-group-data): Use it.
18133         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
18134         (nnrss-read-server-data, nnrss-read-group-data): Use load.
18135         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
18136
18137 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
18138
18139         * mml.el (mml-compute-boundary-1): Don't uncompress files.
18140
18141 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
18142
18143         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
18144         files.
18145
18146         * message.el (message-generate-headers-first): Don't quote nil
18147         and t in docstrings.
18148
18149         * imap.el (imap-id): do.
18150
18151         * gnus-agent.el (gnus-agent-consider-all-articles)
18152         (gnus-agent-queue-mail): do.
18153
18154 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
18155
18156         * spam-report.el (spam-report-process-queue): New function.
18157         Process requests from `spam-report-requests-file'.
18158         (spam-report-process-queue): Doc fix.
18159
18160 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
18161
18162         * spam.el (spam-register-routine)
18163         (spam-log-processing-to-registry, spam-log-registered-p)
18164         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18165         Change "check" to "spam-check" for semi-clarity.
18166
18167 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
18168
18169         * pop3.el: Require nnheader.
18170
18171         * mml-smime.el: Require cl.  Autoload message-fetch-field.
18172
18173         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
18174
18175         * gnus-picon.el: Require cl.
18176
18177         * gnus-fun.el: Require gnus-ems and gnus-util.
18178
18179         * gnus.el (gnus-method-to-server): Move defsubst before first use.
18180
18181         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
18182
18183         * gnus-art.el (gnus-article-edit-mode): Define before first
18184         reference.
18185
18186 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
18187
18188         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
18189         (gnus-uu-post-encoded): Use point-at-bol.
18190
18191         * gnus-topic.el (gnus-group-active-topic-p): do.
18192
18193         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
18194
18195         * gnus-group.el (gnus-group-kill-region): do.
18196
18197         * gnus-art.el (article-date-ut): do.
18198
18199         * message.el (message-fetch-field): Remove redundant
18200         case-fold-search binding.
18201         (message-narrow-to-field): Simplify.
18202
18203 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
18204
18205         * spam.el (spam-directory): Derive from `gnus-directory'.
18206
18207         * spam-report.el (spam-report-url-to-file)
18208         (spam-report-requests-file): New function and variable for offline
18209         reporting.
18210         (spam-report-url-ping-function): Add `spam-report-url-to-file'
18211         and user defined function.
18212         (spam-report-url-ping-mm-url): Remove doubled slash.
18213
18214 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
18215
18216         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
18217
18218 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
18219
18220         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
18221         format string mismatch.
18222
18223         * sieve.el (sieve-deactivate-all): do.
18224
18225         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
18226
18227         * nnlistserv.el (nnlistserv-kk-wash-article): do.
18228
18229         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
18230
18231         * mm-bodies.el (mm-7bit-chars): Don't include \r.
18232
18233 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
18234
18235         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
18236         the list of checks.
18237
18238 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
18239
18240         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
18241         padding.
18242
18243 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
18244
18245         * mm-view.el (mm-fill-flowed): New variable.
18246         (mm-inline-text): Use it.
18247
18248 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
18249
18250         * spam.el (spam-spamassassin-register-ham-routine)
18251         (spam-spamassassin-register-spam-routine): Fix function names.
18252
18253 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18254
18255         * gnus.el (gnus-tmp-grouplens): Remove.
18256         (gnus-summary-line-format): Remove grouplens.
18257
18258         * gnus-group.el (gnus-group-line-format): Ditto.
18259
18260         * gnus-spec.el (gnus-format-specs): Ditto.
18261         (gnus-update-format-specifications): Flush the group format spec
18262         cache if there's the grouplens stuff.
18263         (gnus-parse-simple-format): Replace %l with the empty string.
18264
18265 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
18266
18267         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
18268         omission.
18269
18270 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18271
18272         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
18273         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18274
18275 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18276
18277         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
18278         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
18279         New macros and functions.
18280         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
18281         Handle > NLINK_MAX messages.
18282         * nnmaildir.el (nnmaildir-request-set-mark): Use
18283         nnmaildir--emlink-p and nnmaildir--eexist-p.
18284
18285 2004-01-25  Alex Schroeder  <alex@gnu.org>
18286
18287         * spam-stat.el (spam-stat-process-directory-age): New option.
18288         (spam-stat-process-directory): Use it.
18289
18290 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
18291
18292         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
18293         (spam-stat-save): Accept prefix argument.
18294
18295 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
18296
18297         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
18298         links" error.
18299
18300 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18301
18302         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
18303         the rest of the and/or forms.
18304
18305 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18306
18307         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
18308         compatibility with old .newsrc.eld files.
18309
18310         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
18311
18312         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
18313
18314         * gnus-start.el (gnus-1): do.
18315
18316         * gnus-group.el (gnus-group-line-format-alist): do.
18317
18318         * gnus.el (gnus-use-grouplens, gnus-visual): do.
18319
18320         * gnus-gl.el: Remove.
18321
18322 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18323
18324         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
18325         marks consisting of a single range {for example, (3 . 5)} rather
18326         than a list of a single range { ((3 . 5)) }.
18327
18328 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18329
18330         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
18331         with-current-buffer.
18332         (spam-stat-store-current-buffer): Use insert-buffer-substring to
18333         avoid consing a string.
18334
18335         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
18336         Remove obsolete entries for big5 and gb2312.
18337
18338 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18339
18340         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
18341         uncompressed list.
18342
18343 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
18344
18345         * spam-stat.el (spam-stat-strip-xref): New function.
18346         (spam-stat-process-directory): Use it.
18347
18348         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
18349         here -- it's done in message-fetch-field.
18350
18351 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18352
18353         * gnus-agent.el (gnus-agent-queue-mail)
18354         (gnus-agent-prompt-send-queue): New variables.
18355         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
18356         * gnus-draft.el (gnus-group-send-queue): Pass the group name
18357         "nndraft:queue" along to gnus-draft-send.  Use
18358         gnus-agent-prompt-send-queue.
18359         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
18360         is "nndraft:queue".  Suggested by Gaute Strokkenes
18361         <gs234@srcf.ucam.org>
18362
18363         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
18364         (agent-enable-undownloaded-faces): Added.
18365         (gnus-agent-cat-groups): Use eval-and-compile, not
18366         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
18367         method of gnus-agent-cat-groups even when the buffer has been
18368         evaled.
18369         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
18370         delete gnus-agent-save-active-1.
18371         (gnus-agent-save-groups): Deleted.  Identical to
18372         gnus-agent-save-active.
18373         (gnus-agent-write-active): No longer adjust agent's copy of active
18374         file as agent's adjustments are now stored in their own
18375         file.  Removed optional parameter.
18376         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
18377         servers.  Add use of min/max range limits from server's local
18378         file.
18379         (gnus-agent-save-alist): Removed unused optional argument.
18380         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
18381         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
18382         (gnus-agent-set-local): A per-server file that keeps min/max range
18383         limits for articles known to the agent.  Provides a fast mechanism
18384         for altering many active ranges.
18385         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
18386         active file (local makes it unnecessary).
18387         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
18388
18389         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
18390         (agent-enable-undownloaded-faces): Added.
18391
18392         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
18393         disable it when sending to "nndraft:queue".
18394         (gnus-group-send-queue): Add safety check to avoid sending queue
18395         when unplugged.
18396
18397         * gnus-group.el (gnus-group-catchup): Use new
18398         gnus-sequence-of-unread-articles, not
18399         gnus-list-of-unread-articles, to avoid exhausting memory with huge
18400         numbers of articles.  Use gnus-range-map to avoid having to
18401         uncompress the unread list.
18402         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
18403         Fixed invalid ange-ftp reference.
18404
18405         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
18406         (gnus-sorted-range-intersection): Intersection of two ranges
18407         without requiring that they first be uncompressed.
18408
18409         * gnus-start.el (gnus-activate-group): Unless blocked by the
18410         caller, possibly expand the active range to include both cached
18411         and agentized articles.
18412         (gnus-convert-old-newsrc): Rewrote in anticipation of having
18413         multiple version-dependent converters.
18414         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
18415         gnus-agent-save-active.
18416         (gnus-save-newsrc-file): Save dirty agent range limits.
18417
18418         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
18419         gnus-agent-possibly-alter-active.
18420         (gnus-adjust-marked-articles): Faster handling of simple lists.
18421
18422 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
18423
18424         * spam-stat.el (spam-stat-test-directory): New optional argument
18425         displays a list of files detected.  Suggested by Andrew Cohen
18426         <cohen@andy.bu.edu>.
18427         (spam-stat-buffer-words-with-scores): Don't narrow and change
18428         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
18429
18430 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
18431
18432         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
18433         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
18434         (spam-spamassassin-arguments)
18435         (spam-spamassassin-spam-flag-header)
18436         (spam-spamassassin-positive-spam-flag-header)
18437         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
18438         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
18439         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
18440         (spam-list-of-processors, spam-list-of-checks)
18441         (spam-list-of-statistical-checks, spam-registration-functions)
18442         (spam-check-spamassassin-headers, spam-check-spamassassin)
18443         (spam-spamassassin-score)
18444         (spam-spamassassin-register-with-sa-learn)
18445         (spam-spamassassin-register-spam-routine)
18446         (spam-spamassassin-register-ham-routine)
18447         (spam-assassin-register-spam-routine)
18448         (spam-assassin-register-ham-routine): Add SpamAssassin support.
18449         (spam-bogofilter-score): Fix to show article before scoring.
18450
18451 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
18452
18453         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
18454         default scoring function.
18455         (spam-generic-score): Call spam-spamassassin-score if
18456         spam-use-spamassassin or spam-use-spamassassin-headers is on;
18457         spam-bogofilter-score otherwise.
18458
18459         * gnus.el (spam-process, spam-autodetect-methods): Add
18460         spamassassin and spamassassin-headers.
18461
18462 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
18463
18464         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18465         Suppress unnecessary messages.
18466
18467 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
18468
18469         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
18470         make-hash-table.
18471
18472 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18473
18474         * canlock.el (base64-encode-string): Don't autoload it.
18475
18476 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18477
18478         * run-at-time.el: Remove useless (require 'itimer),
18479         eval-and-compile and (featurep 'xemacs).
18480
18481 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
18482
18483         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
18484         GROUP is a virtual group.
18485
18486 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
18487
18488         * gnus.el: Autoload `message-y-or-n-p'.
18489
18490 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
18491
18492         * pgg-parse.el: Remove unnecessary (require 'custom).
18493
18494         * pgg-def.el: do.
18495
18496         * nnmail.el: do.
18497
18498         * gnus-undo.el: do.
18499
18500         * gnus-picon.el: do.
18501
18502         * gnus-util.el: do.
18503
18504 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
18505
18506         * gnus-sum.el (gnus-pick-line-number): Add autoload.
18507
18508 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18509
18510         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
18511         handle, as well as a list.
18512
18513         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
18514         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
18515         (mm-w3m-cid-retrieve): Simplify.
18516
18517 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
18518
18519         * message.el (message-kill-to-signature): Allow prefix arg to
18520         specify number of lines to keep before signature.
18521
18522 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
18523
18524         * message.el (message-kill-to-signature): Change docstring.
18525
18526 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18527
18528         * canlock.el: Always require sha1-el.
18529         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
18530
18531         * message.el: Autoload sha1 only when compiling.
18532
18533         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
18534         eudc-expand-inline for XEmacs.
18535
18536 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18537
18538         * message.el (message-canlock-generate): Require sha1-el.
18539
18540 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
18541
18542         * message.el (message-expand-name): Silence the byte compiler.
18543
18544         * lpath.el: Add detect-coding-system.
18545
18546         * dgnushack.el (dgnushack-compile): Remove obsolete check for
18547         cus-edit.
18548
18549 2004-01-13  Simon Josefsson  <jas@extundo.com>
18550
18551         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
18552         Invoke gnus-score-mode.  Reported by
18553         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18554
18555         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
18556         Jim Blandy <jimb@redhat.com> (tiny change).
18557
18558 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18559
18560         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
18561
18562 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
18563
18564         * spam.el (spam-get-article-as-string): Update to use
18565         gnus-request-article-this-buffer, much simpler.
18566         (spam-get-article-as-buffer): Remove.
18567
18568 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
18569
18570         * message.el (message-expand-name): Use EUDC if the user uses that.
18571
18572 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18573
18574         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
18575         character for the encoding to avoid consing a string.
18576
18577         * rfc2047.el (rfc2047-decode-string): Don't cons a string
18578         unnecessarily.
18579
18580         * mm-util.el (mm-replace-chars-in-string): Remove.
18581
18582         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
18583         of mm-replace-chars-in-string.
18584
18585 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
18586
18587         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
18588
18589         * mm-util.el (mm-subst-char-in-string): Support inplace.
18590
18591         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
18592         a new string in every iteration.  Use shy groups.
18593
18594 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
18595
18596         * gnus-srvr.el (gnus-browse-unsubscribe-group):
18597         * gnus-soup.el (gnus-soup-group-brew):
18598         * gnus-msg.el (gnus-put-message):
18599         * gnus-move.el (gnus-group-move-group-to-server):
18600         * gnus-kill.el (gnus-batch-score):
18601         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
18602         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
18603         (gnus-group-update-group, gnus-group-read-group)
18604         (gnus-group-make-group, gnus-group-make-help-group)
18605         (gnus-group-make-archive-group, gnus-group-make-directory-group)
18606         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
18607         (gnus-group-sort-by-unread, gnus-group-catchup)
18608         (gnus-group-unsubscribe-group, gnus-group-kill-group)
18609         (gnus-group-yank-group, gnus-group-set-info)
18610         (gnus-group-list-groups):
18611         * gnus.el (gnus-generate-new-group-name):
18612         * gnus-delay.el (gnus-delay-send-queue):
18613         * nnvirtual.el (nnvirtual-catchup-group):
18614         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
18615         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
18616         (gnus-group-prepare-topics, gnus-topic-check-topology):
18617         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
18618         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
18619         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
18620         (gnus-group-make-articles-read):
18621         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
18622         (gnus-group-change-level, gnus-kill-newsgroup)
18623         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
18624         (gnus-get-unread-articles, gnus-make-articles-unread)
18625         (gnus-make-ascending-articles-unread): Use accessor
18626         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
18627         to get group information for improved readability.
18628
18629
18630 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18631
18632         * gnus-art.el (article-decode-mime-words, article-babel)
18633         (gnus-article-highlight-signature, gnus-article-add-buttons)
18634         (gnus-signature-toggle): Use gnus-with-article-buffer.
18635
18636         * gnus-art.el (gnus-article-highlight-headers)
18637         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
18638
18639         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
18640         (gnus-article-set-globals, gnus-request-article-this-buffer)
18641         (gnus-button-message-id, gnus-article-maybe-hide-headers)
18642         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
18643         (gnus-mime-display-alternative): Use with-current-buffer.
18644
18645 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18646
18647         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
18648         also under 80 char limit, and call gnus-error if needed.
18649         (spam-fetch-article-header): Fix - it was a
18650         buffer-local variable (gnus-newsgroup-data).
18651         (spam-find-spam): Use spam-generate-fake-headers, forget about
18652         spam-insert-fake-headers.
18653         (spam-insert-fake-headers): Remove.
18654
18655 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18656
18657         * deuglify.el (gnus-article-outlook-unwrap-lines)
18658         (gnus-outlook-rearrange-article)
18659         (gnus-outlook-repair-attribution-outlook)
18660         (gnus-outlook-repair-attribution-block)
18661         (gnus-outlook-repair-attribution-other): Remove redundant
18662         save-excursion.
18663
18664 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18665
18666         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
18667         (spam-fetch-field-subject-fast)
18668         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
18669         (spam-fetch-article-header): Add functions to deal with Gnus
18670         internals for fast retrieval of article header data.
18671         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
18672
18673 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18674
18675         * pop3.el (pop3-md5): Remove.
18676         (pop3-apop): Replace pop3-md5 with md5.
18677
18678         * mm-bodies.el: base64 is always built-in.
18679
18680         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
18681         with-current-buffer.
18682
18683 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18684
18685         * canlock.el (canlock-insert-header): Remove excessive grouping in
18686         regexp.
18687
18688         * gnus-sum.el (gnus-summary-read-document): Ditto.
18689
18690         * gnus-uu.el (gnus-uu-part-number): Ditto.
18691
18692         * html2text.el (html2text-remove-tags): Ditto.
18693         (html2text-format-tags): Ditto.
18694         (html2text-format-single-elements): Ditto.
18695
18696         * mml.el (mml-parse-1): Ditto.
18697
18698 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18699
18700         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
18701
18702         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
18703
18704         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
18705
18706         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
18707
18708 2003-11-15  Simon Josefsson  <jas@extundo.com>
18709
18710         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
18711         (pgg-gpg-lookup-key): Use regexp match instead of
18712         split-string (split-string is different between emacs 21.2 and
18713         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
18714
18715 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18716
18717         * gnus-art.el (gnus-mime-view-all-parts)
18718         (gnus-article-part-wrapper, gnus-article-view-part): Use
18719         with-current-buffer.
18720
18721 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18722
18723         * spam.el (spam-disable-spam-split-during-ham-respool)
18724         (spam-spamoracle-database, spam-cache-lookups)
18725         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
18726         (spam-group-ham-mark-p, spam-group-spam-mark-p)
18727         (spam-group-ham-marks, spam-group-spam-marks)
18728         (spam-group-spam-contents-p, spam-group-ham-contents-p)
18729         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
18730         also add spam-use-blackholes to the statistical checks.
18731         (spam-fetch-field-fast): Add interface to fetching fields, may
18732         become a macro.
18733         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
18734         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
18735         (spam-insert-fake-headers): Fake an article when needed.
18736         (spam-find-spam): Fake article when possible.
18737         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
18738         (spam-check-bogofilter-headers): Use message-fetch-field instead
18739         of nnmail-fetch-field.
18740
18741 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18742
18743         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
18744
18745 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18746
18747         * spam.el (spam-split): Do not require spam-use-CHECK to be
18748         enabled if that check is passed to spam-split explicitly; also
18749         fix so 'spam doesn't get converted to spam-split-group when
18750         spam-split-symbolic-return is t.
18751         (spam-find-spam): Find registrations of the article and use those
18752         instead of re-running spam-split to find the spam/ham
18753         classification of the article.
18754         (spam-log-processing-to-registry, spam-log-registered-p)
18755         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18756         Use gnus-error instead of gnus-message.
18757         (spam-log-registration-type): Add function to determine the
18758         classification of a message based on registry entries; will
18759         return nil if both 'spam and 'ham are found.
18760         (spam-check-BBDB): Expand all the BBDB macros here so we can have
18761         a reasonably fast local cache without the loading errors.
18762         (spam-cache-lookups): Set to t by default.
18763         (spam-find-spam): Don't try to guess spam-cache-lookups.
18764         (spam-enter-whitelist, spam-enter-blacklist): Clear the
18765         spam-caches entry.
18766         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
18767         caching of whitelist/blacklist entries.
18768         (spam-check-whitelist, spam-check-blacklist): Invoke
18769         spam-from-listed-p with a type, not a cache variable.
18770         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
18771
18772 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18773
18774         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
18775
18776         * nnmail.el (nnmail-split-fancy): do.
18777
18778         * mml.el (mml-parse): do.
18779
18780         * gnus-score.el (gnus-enter-score-words-into-hashtb)
18781         (gnus-score-adaptive): do.
18782
18783 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18784
18785         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
18786         (gnus-mime-button-map): Don't set keymap parent.
18787         (gnus-button-ctan-directory-regexp): Use shy grouping.
18788         (gnus-prev-page-map): Don't set keymap parent.
18789         (gnus-prev-page-map): Remove duplicated one.
18790         (gnus-next-page-map): Don't set keymap parent.
18791         (gnus-mime-security-button-map): Ditto.
18792
18793         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
18794         version number.
18795
18796         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
18797
18798 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18799
18800         * canlock.el (canlock-sha1-function): Remove.
18801         (canlock-sha1-function-for-verify): Remove.
18802         (canlock-openssl-program): Remove.
18803         (canlock-openssl-args): Remove.
18804         (canlock-ignore-errors): Remove.
18805         (canlock-sha1-with-openssl): Remove.
18806         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
18807         (canlock-verify): Don't use canlock-ignore-errors.
18808
18809         * sha1-el.el (sha1-string-external): Make it can return a string
18810         in binary form.
18811         (sha1-region-external): Ditto.
18812         (sha1-string-internal): Ditto.
18813         (sha1-region-internal): Ditto.
18814         (sha1-region): Ditto.
18815         (sha1-string): Ditto.
18816         (sha1): Ditto.
18817
18818 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18819
18820         * spam.el (spam-report-articles-gmane): New command.
18821
18822 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18823
18824         * gnus.el: Don't make unnecessary *Group* buffer when loading.
18825
18826         * run-at-time.el (run-at-time-saved): Remove.
18827         (run-at-time): Doc fix.
18828
18829 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18830
18831         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
18832         (gnus-summary-limit-map): Add it.
18833         (gnus-summary-make-menu-bar): do.
18834
18835 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
18836
18837         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
18838         Make attempt at some caching support (done for BBDB only now).
18839         (spam-find-spam): Set spam-cache-lookups if there are more than 2
18840         addresses to be checked.
18841         (spam-clear-cache-BBDB): Add function, to be invoked by
18842         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
18843         (spam-check-BBDB): Check and use the caches, if
18844         spam-cache-lookups is on, remove superfluous (provide).
18845
18846 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
18847
18848         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
18849
18850 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
18851
18852         * run-at-time.el (run-at-time-saved): Move to after the definition
18853         of `run-at-time'.
18854
18855         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
18856
18857 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18858
18859         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
18860         mm-w3m-local-map-property.
18861
18862         * mm-view.el (mm-w3m-mode-map): Remove.
18863         (mm-w3m-local-map-property): Remove.
18864         (mm-inline-text-html-render-with-w3m): Don't use
18865         mm-w3m-local-map-property.
18866
18867 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18868
18869         * run-at-time.el: New file.
18870
18871         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
18872         under Emacs.
18873
18874         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
18875         of gnus-set-text-properties.
18876
18877         * gnus-uu.el (gnus-uu-save-article): Ditto.
18878
18879         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
18880
18881         * gnus-cite.el (gnus-cite-parse): Ditto.
18882
18883         * gnus-art.el (gnus-button-push): Use set-text-properties instead
18884         of gnus-.
18885
18886         * gnus-xmas.el (run-at-time): Require run-at-time.
18887
18888         * gnus.el: Changed calls to nnheader-run-at-time and
18889         password-run-at-time throughout to use run-at-time directly.
18890
18891         * password.el: Removed definition of run-at-time.
18892
18893         * nnheaderxm.el: Remove definition of run-at-time.
18894
18895 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
18896
18897         * mml.el (mml-minibuffer-read-disposition): Show attachment type
18898         in prompt.
18899
18900 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18901
18902         * messagexmas.el (message-xmas-redefine): Alias
18903         `message-make-caesar-translation-table' to
18904         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
18905         version.
18906
18907         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
18908         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
18909         `gnus-xmas-set-text-properties'.
18910         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
18911         `gnus-xmas-completing-read'.
18912         (gnus-xmas-completing-read): Removed.
18913         (gnus-xmas-open-network-stream): Removed.
18914
18915         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
18916         XEmacs version.
18917
18918         * dns.el (dns-make-network-process): Use `open-network-stream'
18919         instead of `gnus-xmas-open-network-stream'.
18920
18921         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
18922
18923         * .cvsignore: Add auto-autoloads.el, custom-load.el.
18924
18925 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18926
18927         * gnus-art.el (gnus-mime-display-alternative)
18928         (gnus-insert-mime-button, gnus-insert-mime-security-button)
18929         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
18930         Don't use gnus-local-map-property.
18931
18932         * gnus-util.el (gnus-local-map-property): Remove.
18933
18934         * mm-view.el (mm-view-pkcs7-decrypt): Replace
18935         gnus-completing-read-maybe-default with completing-read.
18936
18937         * gnus-util.el (gnus-completing-read): do.
18938         (gnus-completing-read-maybe-default): Remove.
18939
18940 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18941
18942         * password.el: Only autoload `run-at-time' if not XEmacs.
18943         Only autoload the itimer functions if XEmacs.
18944
18945 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18946
18947         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
18948         XEmacsen.
18949
18950         * dgnushack.el: Autoload executable-find for XEmacs.
18951
18952 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18953
18954         * gnus-art.el (gnus-read-string): Remove.
18955         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
18956         read-string.
18957
18958 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
18959
18960         * netrc.el: Autoload password-read.
18961         (netrc): Add configuration group.
18962         (netrc-encoding-method, netrc-openssl-path): Add
18963         variables for encoding and decoding of files with symmetric
18964         ciphers.
18965         (netrc-encode): Add assistant function to encode a file with
18966         netrc-encoding-method.
18967         (netrc-parse): Add interactive parameter, added optional
18968         decoding if netrc-encoding-method is non-nil but otherwise
18969         behavior is standard.
18970         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
18971         Do s/encode/encrypt/ everywhere.
18972
18973         * spam.el: Remove executable-find autoload.
18974
18975 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18976
18977         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
18978
18979         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
18980
18981 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18982
18983         * gnus-art.el (gnus-treat-ansi-sequences)
18984         (article-treat-ansi-sequences): New variable and function.
18985         Suggested by Dan Jacobson <jidanni@jidanni.org>.
18986
18987         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18988         Use it.
18989
18990 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18991
18992         * mm-util.el (mm-quote-arg): Remove.
18993
18994         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
18995         shell-quote-argument.
18996
18997         * gnus-uu.el (gnus-uu-command): do.
18998
18999         * gnus-sum.el (gnus-summary-insert-pseudos): do.
19000
19001         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
19002         with make-char.
19003
19004         * mm-util.el (mm-make-char): Remove.
19005
19006         * mml.el (mml-mode): Replace gnus-add-minor-mode with
19007         add-minor-mode.
19008
19009         * gnus-undo.el (gnus-undo-mode): do.
19010
19011         * gnus-topic.el (gnus-topic-mode): do.
19012
19013         * gnus-sum.el (gnus-dead-summary-mode): do.
19014
19015         * gnus-start.el (gnus-slave-mode): do.
19016
19017         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
19018
19019         * gnus-ml.el (gnus-mailing-list-mode): do.
19020
19021         * gnus-gl.el (gnus-grouplens-mode): do.
19022
19023         * gnus-draft.el (gnus-draft-mode): do.
19024
19025         * gnus-dired.el (gnus-dired-mode): do.
19026
19027         * gnus-ems.el (gnus-add-minor-mode): Remove.
19028
19029         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19030         Replace gnus-char-width with char-width.
19031
19032         * gnus-ems.el (gnus-char-width): Remove.
19033
19034         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19035         Replace gnus-char-width with char-width.
19036
19037         * gnus-ems.el (gnus-char-width): Remove.
19038
19039         * spam-stat.el (with-syntax-table): Remove with-syntax-table
19040         definition.
19041         Remove Emacs 20 hash table compatibility code.
19042
19043         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
19044         20 compatibility code.
19045
19046         * spam.el (spam-point-at-eol): Replace with point-at-eol.
19047
19048         * smime.el (smime-point-at-eol): Replace with point-at-eol.
19049
19050         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
19051         with point-at-{eol,bol}.
19052
19053         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
19054
19055         * imap.el (imap-point-at-eol): Replace with point-at-eol.
19056
19057         * flow-fill.el (fill-flowed-point-at-bol)
19058         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
19059
19060         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
19061         Replace with point-at-{eol,bol} throughout all files.
19062
19063 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19064
19065         * ntlm.el (ntlm-string-as-unibyte): New macro.
19066         (ntlm-build-auth-response): Use it.
19067
19068         Remove Emacs 20 stuff:
19069         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
19070         (butlast, mapc, remove): Remove the compiler macros.
19071         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
19072         of delq and copy-sequence.
19073         * gnus-art.el (popup-menu): Remove the compiler macro.
19074         * nnmail.el (nnmail-split-fancy): Don't support customizing with
19075         Emacs 20.
19076
19077 2004-01-05  Simon Josefsson  <jas@extundo.com>
19078
19079         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
19080         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
19081         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
19082         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
19083         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
19084         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
19085         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
19086         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
19087         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
19088         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
19089         ntlm-string-permute, string-lshift into ntlm-string-lshift,
19090         string-xor into ntlm-string-xor.  Suggested by
19091         Jesper Harder <harder@myrealbox.com>.
19092
19093         * ntlm.el: Don't include poem.
19094
19095         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
19096         Jesper Harder <harder@myrealbox.com>.
19097
19098         * sasl-ntlm.el, ntlm.el, md4.el: New files.
19099
19100         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
19101         probably breaks emacs with DL patch, but do we care? Is anyone
19102         still using the DL stuff?)
19103
19104         * sieve-manage.el: Use the password package.
19105         (sieve-manage-read-passwd): Remove.
19106         (sieve-manage-interactive-login): Use password.  Re-add
19107         condition-case around loop.
19108
19109         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
19110         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
19111         the password package.
19112
19113 2003-02-19  Simon Josefsson  <jas@extundo.com>
19114
19115         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
19116         token.
19117
19118 2002-08-07  Simon Josefsson  <jas@extundo.com>
19119
19120         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
19121         (sieve-manage-authenticators):
19122         (sieve-manage-authenticator-alist): Add some SASL mechs.
19123         (sieve-sasl-auth): New function.
19124         (sieve-manage-cram-md5-auth):
19125         (sieve-manage-plain-auth): Rewrite using SASL library.
19126         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
19127         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
19128         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
19129         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
19130
19131 2004-01-05  Simon Josefsson  <jas@extundo.com>
19132
19133         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
19134         New files.
19135
19136 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19137
19138         * gnus-group.el (gnus-no-groups-message): Update.
19139
19140         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
19141
19142 2003-11-09  Simon Josefsson  <jas@extundo.com>
19143
19144         * imap.el: Support for ID IMAP extension (RFC 2971).
19145         (imap-local-variables): Add imap-id.
19146         (imap-id): New variable.
19147         (imap-id): New function.
19148         (imap-parse-response): Parse untagged ID response.
19149         * nnimap.el (nnimap-id): New variable.
19150         (nnimap-open-connection): Use it.
19151
19152 2003-12-28  Simon Josefsson  <jas@extundo.com>
19153
19154         * gnus-score.el (gnus-score-edit-all-score): New.
19155         * gnus-group.el (gnus-group-score-map): Bind it to W e.
19156
19157 2004-01-04  Simon Josefsson  <jas@extundo.com>
19158
19159         * password.el: Add.
19160
19161 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
19162
19163         * dns.el (dns-query-types): Fix typo.
19164         (dns-query-types): New function.
19165         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
19166         PTR and SOA replies, see RFC 1035.
19167
19168 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19169
19170         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
19171
19172         * Moved to Changelog.2.
19173
19174 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19175
19176         * gnus.el (gnus-version-number): Bump version.
19177
19178 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19179
19180         * gnus.el: No Gnus v0.1 is released.
19181
19182 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19183
19184         * gnus.el: No Gnus v0.0 is released.
19185
19186 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19187
19188         * gnus.el (gnus-version-number): Bump.
19189         (gnus-version): No.
19190
19191 See ChangeLog.2 for earlier changes.
19192
19193     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
19194       Free Software Foundation, Inc.
19195
19196   This file is part of GNU Emacs.
19197
19198   GNU Emacs is free software: you can redistribute it and/or modify
19199   it under the terms of the GNU General Public License as published by
19200   the Free Software Foundation, either version 3 of the License, or
19201   (at your option) any later version.
19202
19203   GNU Emacs is distributed in the hope that it will be useful,
19204   but WITHOUT ANY WARRANTY; without even the implied warranty of
19205   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19206   GNU General Public License for more details.
19207
19208   You should have received a copy of the GNU General Public License
19209   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
19210
19211 ;; Local Variables:
19212 ;; coding: utf-8
19213 ;; fill-column: 79
19214 ;; add-log-time-zone-rule: t
19215 ;; End: