shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color expression...
[gnus] / lisp / ChangeLog
1 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
4         expression to shr-color-check as is.
5
6         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
7
8         * color-lab.el: Add coding cookie.
9         (float-pi): Use eval-and-compile.
10
11         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
12         compiled for Emacsen having no `libxml-parse-html-region' support.
13
14 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15
16         * shr.el (shr-insert-color-overlay): Split stuff like
17         "#444444 !important" to find the real colour.
18         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
19         parse <font color="red"> entries.
20
21 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
22
23         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
24         point when parsing headers.
25
26         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
27         is positioned properly when parsing headers.
28
29 2010-11-23  Julien Danjou  <julien@danjou.info>
30
31         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
32
33         * shr-color.el (shr-color->hexadecimal): Add support for color names.
34
35         * shr.el (shr-parse-style): Replace \n with space in style parsing.
36
37         * shr-color.el (shr-color-hsl-to-rgb-fractions): Use shr-color-hue-to-rgb.
38         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
39
40 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
41
42         * shr.el (shr-color->hexadecimal): Autoload.
43         (shr-descend): Add color to all tags.
44
45 2010-11-22  Julien Danjou  <julien@danjou.info>
46
47         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
48         shr-color->hexadecimal.
49
50         * shr-color.el (shr-color->hexadecimal): Add converting functions for
51         RGB() or HSL() color representation.
52
53         * shr.el (shr-tag-font): Add.
54         (shr-tag-color-check): New function to get better colors.
55         (shr-tag-insert-color-overlay): Factorize code between tag-font and
56         tag-span.
57
58         * shr-color.el: New file.
59
60         * color-lab.el: New file.
61
62         * gnus-art.el (gnus-url-mailto): Do not downcase args.
63
64 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
65
66         * nnir.el: Fix typo in comments.
67         (nnir-run-imap): Simplify code. No need to reverse artlist.
68         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
69
70 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
71
72         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
73
74         * nnimap.el (nnimap-get-capabilities): Refactor out.
75         (nnimap-open-connection): Re-request capabilities after STARTTLS.
76
77 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
78
79         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
80         appearing when `mm-uu-hide-markers' is nil.
81
82 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
83
84         * nnimap.el (nnimap-unselect-group): Make into its own function.
85         (nnimap-request-rename-group): Unselect group before renaming.
86         This had gotten lost somewhere.
87         (nnimap-request-accept-article): Keep track of examined groups, and
88         unselect the group before APPENDing to read-only groups.
89         (nnimap-request-move-article): Clear flags before moving so that they
90         can be re-set later.
91
92 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
93
94         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
95         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
96
97 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
98
99         * gnus-art.el (gnus-mime-display-single)
100         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
101         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
102         parameter.
103
104 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
105
106         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
107         (shr-table-vertical-line): New variable.
108         (shr-insert-table): Use it.
109
110 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
111
112         * gnus-html.el (gnus-html-wash-images): Don't display images if
113         gnus-inhibit-images is non-nil; register displayer for cid images.
114         (gnus-html-display-image): Work for cid image.
115         (gnus-html-insert-image): Allow arguments.
116         (gnus-html-put-image): Inhibit read-only.
117         (gnus-html-prefetch-images): Don't prefetch images if
118         gnus-inhibit-images is non-nil.
119
120 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
121
122         * shr.el (shr-put-image): Break lines when inserting big pictures.
123
124 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
125
126         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
127         sender, thanks Katsumi Yamaoka.
128
129 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
130
131         * nnir.el (nnir-run-imap): Reverse the article list for each group
132         rather than the whole list.
133
134 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
135
136         * shr.el (shr-image-displayer): Protect function against non-existent
137         image source.
138
139         * gnus-art.el (gnus-inhibit-images): New user option.
140         (gnus-mime-display-single): Don't display image if it is non-nil.
141
142         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
143         gnus-inhibit-images.
144
145         * shr.el (shr-image-displayer): New function.
146         (shr-tag-img): Use it.
147
148 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
149
150         * mml2015.el (mml2015-epg-sign): Use From header.
151
152 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
153
154         * gnus-html.el (gnus-html-wash-images): Register a displayer.
155
156         * gnus-util.el (gnus-find-text-property-region): Return markers.
157
158         * shr.el (shr-tag-img): Put a displayer in the text property.
159
160         * gnus-util.el (gnus-find-text-property-region): New utility function.
161
162         * gnus-html.el (gnus-html-display-image): Make the alt optional.
163         (gnus-html-show-images): Remove.
164
165         * gnus-art.el (gnus-article-show-images): New, more general function.
166
167         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
168         image url text properties.
169
170         * shr.el: Ditto.
171
172         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
173         gnus-agent-auto-agentize-methods is set.  Which it isn't.
174
175 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
176
177         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
178         work for two or more articles.
179
180 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
181
182         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
183         divide an image that's in an html article to two or more when washing
184         non-ASCII characters in alt text of it.
185
186 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
187
188         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
189         smime-decrypt-region using function argument.
190         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
191
192         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
193
194         * smime.el (smime-decrypt-region): Catch it.
195
196 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
197
198         * smime.el (smime-mode-map): Move initialization into declaration.
199         (gnus-run-mode-hooks): Don't autoload.
200         (smime-mode): Use define-derived-mode.
201
202 2010-11-11  Glenn Morris  <rgm@gnu.org>
203
204         * smime.el (from): Restrict declaration to XEmacs.
205
206         * nnir.el (gnus-group-topic-name): Autoload.
207
208 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
209
210         * shr.el (shr-insert): Don't break long line if it is because of
211         kinsoku-bol characters in the line end.
212
213 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
214
215         * nnir.el (nnir-request-move-article): Fix to provide original group
216         and subject.
217         (nnir-warp-to-article): Don't fail on articles whose headers haven't
218         been retrieved.
219
220         * gnus-sum.el (gnus-summary-move-article): Use original group and
221         subject for virtual articles such as those in an nnir summary buffer.
222
223 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
224
225         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
226         least 21.5).
227
228         * smime.el (from): Declare it again for XEmacs.
229
230 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
231
232         * message.el (message-resend): Don't disable encoding unless it's
233         already encoded.
234
235         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
236         low-numbered articles.
237
238 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
239
240         * rfc2047.el (rfc2047-syntax-table): Simplify.
241
242         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
243
244         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
245         set-char-table-range for XEmacs.
246
247 2010-11-10  Glenn Morris  <rgm@gnu.org>
248
249         * time-date.el (time-to-seconds): Always an alias on Emacs,
250         never a real function.
251         (with-no-warnings): Remove compat stub, now unused.
252         (time-less-p): Doc fix.
253         (time-to-number-of-days): Simplify.
254
255         * smime.el (from): Remove unused declaration.
256
257         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
258         (gnus-float-time): On Emacs, always an alias.
259
260         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
261         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
262
263 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
264
265         * dgnushack.el: Don't use ignore-errors in the top level form since it
266         is unavailable in XEmacs even if cl is loaded.
267
268         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
269
270 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
271
272         * shr.el (browse-url-mailto): Autoload.
273
274         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
275
276         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
277         regexp doesn't need quoting.
278
279 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
280
281         * message.el (message-subject-trailing-was-ask-regexp)
282         (message-subject-trailing-was-regexp): Match was: in addition to was.
283
284 2010-11-09  Glenn Morris  <rgm@gnu.org>
285
286         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
287         (nnbabyl-check-mbox): Use point-at-bol.
288
289 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
290
291         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
292
293         * message.el (message-mailto): New function.
294         (message-mailto): Should accept other parameters.
295         (message-mailto): Remove since it duplicates browse-url-mailto
296         functionality.
297
298 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
299
300         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
301         methods.
302         (gnus-read-active-file): Ditto.
303
304         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
305         ": " from the prompt.
306         (gnus-group-make-group): Ditto.
307
308 2010-11-07  Glenn Morris  <rgm@gnu.org>
309
310         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
311         (gnus-bookmark-kill-line): Use point-at-eol.
312
313 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
314
315         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
316         asterisks in From header.
317
318 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
319
320         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
321         string to avoid making the From headers syntactically invalid.
322
323         * message.el (message-send-mail): Don't insert courtesy messages if the
324         message already has List-Post and List-ID messages.
325
326 2010-11-06  Glenn Morris  <rgm@gnu.org>
327
328         * gnus-art.el (gnus-treat-article): Give dynamic local variables
329         `condition', `type', `length' a prefix.
330         (gnus-treat-predicate): Update for above name changes.
331
332 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
333
334         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
335         binding.  Handled by `gnus-summary-refer-thread' instead.
336         (nnir-warp-to-article): New backend function.
337
338         * nnimap.el (nnimap-request-thread): Force dependency updating.
339
340         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
341         (gnus-summary-refer-thread): Rework to improve thread-referral.
342
343         * gnus-int.el (gnus-warp-to-article): New function.
344
345         * gnus-sum.el (gnus-summary-article-map): Bind it.
346
347 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
348
349         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
350         gnus-summary-refer-thread.
351
352         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
353         headers.
354         (gnus-summary-limit-include-thread): Prevent articles in thread from
355         being cut in gnus-cut-threads.
356         (gnus-summary-refer-thread): Limit retrieved headers to those in
357         thread.
358
359 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
360
361         * message.el (message-send-mail): Use the value of
362         message-courtesy-message from the message buffer.
363
364         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
365
366         * shr.el (shr-browse-url): Implement mailto: URLs.
367
368         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
369         "raw".
370
371         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
372         if it's already selected.
373
374         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
375
376 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
377
378         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
379         to measure the length and truncate alt text.
380
381 2010-11-03  Glenn Morris  <rgm@gnu.org>
382
383         * nndiary.el (nndiary-generate-nov-databases-1)
384         (nndiary-generate-active-info): Rename dynamic variable `files' to
385         something less generic.
386
387 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
388
389         * nnir.el (nnir-request-move-article): Call the underlying backend to
390         move articles from nnir.
391
392 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
393
394         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
395
396 2010-11-02  Julien Danjou  <julien@danjou.info>
397
398         * nnir.el: Remove wais support.
399
400 2010-11-02  Glenn Morris  <rgm@gnu.org>
401
402         * gnus-html.el: Reorder requirements to quieten compiler.
403
404 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
405
406         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
407         properly for XEmacs as well.
408         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
409         (gnus-article-natural-long-line-p): Use window-width rather than
410         frame-width.
411
412 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
413
414         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
415         (nnir-read-parms): Don't modify query.
416         (nnir-run-query): Add ability to search topic on current line.
417         (nnir-get-active): Clean up.
418
419 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
420
421         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
422         degenerate articles.
423
424         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
425         (gnus-print-buffer): Just print the buffer as is, without any copying
426         to a buffer and then re-highlighting.
427
428         * nnimap.el (nnimap-request-group): Store the new updated info.
429         (nnimap-request-group): Select the group when we don't know whether it
430         exists or not.
431
432         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
433         groups.
434
435         * gnus-group.el (gnus-group-find-new-groups): Display all the new
436         groups.
437
438         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
439         groups.
440
441         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
442         long-lines case by only filling the long lines.
443
444         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
445         (bug #7311).
446
447 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
448
449         * shr.el: No need to declare `declare-function' since shr.el is for
450         only Emacsen that provide `libxml-parse-html-region'.
451
452         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
453         effective only in a file it is referred to.
454
455 2010-11-01  Glenn Morris  <rgm@gnu.org>
456
457         * mm-util.el (gnus-completing-read): Autoload.
458         (mm-read-coding-system): Simplify Emacs definition.
459
460         * nnmail.el (gnus-activate-group):
461         * nnimap.el (gnutls-negotiate):
462         * nntp.el (netrc-parse): Fix declarations.
463
464 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
465
466         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
467         string-match-p in Emacs >=23.
468
469         * gnus-msg.el (gnus-configure-posting-styles)
470         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
471
472 2010-11-01  Glenn Morris  <rgm@gnu.org>
473
474         * nnir.el (declare-function): Add compat stub.
475         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
476         (nnir-run-gmane): Require 'mm-url.
477
478         * mm-util.el (mm-string-to-multibyte): Simplify.
479
480         * shr.el (declare-function): Add compat stub.
481         (url-cache-create-filename): Declare.
482         (mm-disable-multibyte, widget-convert-button): Autoload.
483
484         * smime.el (ldap-search): Declare.
485         (smime-cert-by-ldap-1): Require ldap on Emacs.
486
487         * nnimap.el: Require nnmail, and gnus-sum when compiling.
488         (nnimap-keepalive): Use gnus-float-time.
489
490         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
491         (mail-source-delete-crash-box): Use gnus-float-time.
492
493         * gnus-dired.el (gnus-completing-read): Autoload.
494
495         * mm-view.el (gnus-rescale-image): Autoload.
496
497         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
498
499         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
500
501         * sieve-manage.el: Require 'cl when compiling.
502
503         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
504         (gnus-iswitchb-completing-read): Require iswitchb.
505         (gnus-select-frame-set-input-focus): Silence compiler.
506
507 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
508
509         * message.el (message-subject-trailing-was-query): Change default to t,
510         since I think that's what most people want.
511
512         * nnimap.el (nnimap-request-accept-article): Erase buffer before
513         appending for easier debugging.
514         (nnimap-wait-for-connection): Take a regexp.
515         (nnimap-request-accept-article): Wait for the continuation line before
516         sending anything unless we're streaming.
517
518         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
519         leave the header washing to take place.
520
521 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
522
523         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
524         regular expression match and replace in posting styles.
525
526 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
527
528         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
529         an entire server.
530         (nnir-get-active): New function.
531         (nnir-run-imap): Use it.
532         (nnir-run-gmane): Who knew, gmane search returns an article score!
533
534         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
535         server on the current line with nnir.
536
537 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
538
539         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
540         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
541         left edge.
542         (gnus-article-foldable-buffer): Skip past the prefix when determining
543         raggedness.
544
545         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
546         the raw article, and change `C-u g' to show the article without doing
547         treatments.
548
549         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
550         on to `gnus-treat-article'.
551         (gnus-inhibit-article-treatments): New variable.
552
553         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
554
555         * gnus-art.el (gnus-treatment-function-alist): Have
556         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
557         (gnus-treat-fill-long-lines): Change default to fill all text/plain
558         sections.
559
560         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
561         parameter.
562         (gnus-article-fill-cited-long-lines): New function.
563         (gnus-article-fill-cited-article): Allow filling only long sections.
564
565         * shr.el (shr-find-fill-point): Don't break lines between punctuation
566         and non-punctuation (like after the apostrophe in "'We").
567
568         * gnus-sum.el (gnus-summary-select-article): Make sure
569         gnus-original-article-buffer is alive.
570
571         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
572         reflect the order they're in in the digest.
573
574         * gnus.el (gnus-group-startup-message): Move point to the start of the
575         buffer.
576
577         * nnimap.el (nnimap-capability): New function.
578         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
579         is set.
580
581 2010-10-31  David Engster  <dengste@eml.cc>
582
583         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
584         conform with changes to gnus-completing-read.
585
586 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
587
588         * shr.el (shr-tag-img): Output "*" instead of "[img]".
589
590 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
591
592         * nnir.el: Move defvar, defcustom around to keep file organized
593         and keep byte-compiler quiet.
594         (nnir-read-parms): Accept search-engine as arg.
595         (nnir-run-query): Pass search-engine as arg.
596         (nnir-search-engine): Remove.
597
598 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
599
600         * shr.el (shr-generic): The text nodes should be text, not :text.
601
602         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
603         later in the file.
604
605 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
606
607         * nnir.el: General clean up.  Allow searching with multiple engines.
608         Allow separate extra-parameters for each engine.
609         Batch queries when possible.
610         (nnir-imap-default-search-key,nnir-method-default-engines):
611         Add customize interface.
612         (nnir-run-gmane): New engine.
613         (nnir-engines): Use it.  Qualify all prompts with engine name.
614         (nnir-search-engine): Remove global variable.
615         (nnir-run-hyrex): Restore for now.
616         (nnir-extra-parms,nnir-search-history): New variables.
617         (gnus-group-make-nnir-group): Use them.
618         (nnir-group-server): Remove in favor of gnus-group-server.
619         (nnir-request-group): Avoid searching twice.
620         (nnir-sort-groups-by-server): New function.
621
622 2010-10-30  Julien Danjou  <julien@danjou.info>
623
624         * gnus-group.el: Remove gnus-group-fetch-control.
625
626         * gnus-start.el (gnus-find-new-newsgroups):
627         Remove gnus-check-first-time-used.
628
629         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
630
631 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
632
633         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
634         set on groups that don't have \* permanentflags.
635
636 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
637
638         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
639         control the background color.
640         (shr-tag-img): Ignore very small web bug type images.
641         (shr-put-image): Add help-echo alt texts to the images.
642         (shr-tag-video): Show the video poster image.
643
644 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
645
646         * shr.el (shr-table-depth): New variable.
647         (shr-tag-table-1): Only insert the images after the top-level table.
648
649         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
650
651         * gnus-util.el (gnus-list-memq-of-list): New function.
652
653         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
654         selected.
655         (nnimap-unsplittable-articles): New slot.
656         (nnimap-new-articles): Use it.
657
658 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
659
660         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
661         move to the previous line on `M-g'.
662
663 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
664
665         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
666         *-request-group, which seems unnecessary.
667
668         * nnimap.el (nnimap-quote-specials): Function copied over from
669         imap.el.
670         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
671         they support that.  Suggested by Tom Regner.
672
673 2010-10-29  Julien Danjou  <julien@danjou.info>
674
675         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
676         defalias.
677         (gnus-summary-delete-marked-with): Remove obsolete defalias.
678
679         * gnus.el: Remove `gnus-nntp-service' variable.
680         (gnus-secondary-servers): Make obsolete.
681         (gnus-nntp-server): Make obsolete.
682
683         * gnus-start.el (gnus-1): Remove x-splash calls.
684
685         * gnus-ems.el (gnus-x-splash): Remove.
686
687         * gnus.el (gnus-group-startup-message): Simplify/update code.
688
689         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
690         definition.
691
692         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
693         capability before doing anything.
694         (gnus-group-insert-group-line): Remove useless
695         gnus-group-remove-excess-properties.
696
697 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
698
699         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
700
701 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
702
703         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
704         config after reselecting.
705
706 2010-10-28  Julien Danjou  <julien@danjou.info>
707
708         * shr.el (shr-put-image): Use point even if only inserting text.
709         (shr-put-image): Save excursion when inserting alt text on non-graphic
710         display, so the behaviour is the same when we are on a graphic display.
711
712         * nnir.el (nnir-run-swish-e): Remove hyrex support.
713
714 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
715
716         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
717         (gnus-mime-copy-part): Check coding system, not charset.
718         (gnus-mime-view-part-externally): Never remove part.
719         (gnus-mime-view-part-internally): Don't remove part here.
720         (gnus-article-part-wrapper): Make sure MIME tag is visible.
721         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
722         multipart/alternative.
723
724         * mm-decode.el (mm-display-part): Take optional arg `force'.
725
726 2010-10-26  Julien Danjou  <julien@danjou.info>
727
728         * gnus-group.el (gnus-group-default-list-level): Add this function to
729         compute the default list level.
730         (gnus-group-default-list-level): Add possibility to use a function.
731
732 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
733
734         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
735
736         * gnus-group.el (gnus-group-completing-read)
737         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
738         gnus-replace-in-string.
739
740 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
741
742         * shr.el (shr-tag-div): Add.
743
744         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
745
746 2010-10-25  Julien Danjou  <julien@danjou.info>
747
748         * gnus-util.el: Remove `gnus-with-local-quit'.
749
750         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
751
752 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
753
754         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
755         the original article buffer.
756
757 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
758
759         * nnimap.el (nnimap-request-head): New function.
760         (nnimap-request-move-article): Try to be slighly faster by not
761         requesting the entire message when moving.
762         (nnimap-transform-headers): Don't bug out on bodiless articles.
763         (nnimap-send-command): Have no outstanding messages if the IMAP server
764         doesn't support streaming.
765         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
766
767 2010-10-24  Julien Danjou  <julien@danjou.info>
768
769         * message.el (message-default-headers): Fix type.
770
771 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
772
773         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
774         prefetching images.
775
776         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
777         backend for unknown groups.  This is mainly useful for nnimap groups.
778
779         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
780         group isn't covered by the agent.
781
782 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
783
784         * nnir.el (nnir-method-default-engines): New variable.
785         (nnir-run-query): Use it.
786         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
787         (gnus-summary-nnir-goto-thread): Change group if needed.
788
789         * gnus-group.el (gnus-group-group-map): Add key binding for
790         gnus-group-make-nnir-group.
791
792 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
793
794         * shr.el (shr-tag-object): Add.
795
796         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
797         original article buffer live.
798         (gnus-summary-select-article-buffer):
799         Mention gnus-widen-article-buffer.
800
801 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
802
803         * shr.el (shr-tag-strong): Add.
804
805 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
806
807         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
808         group names.  They mess up the group buffer badly.
809
810         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
811
812         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
813         instead of the summary one.
814
815 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
816
817         * mml.el (mml-preview): Work properly when editing article.
818
819         * gnus-start.el (gnus-read-active-file-1): Don't add method to
820         gnus-have-read-active-file if it's already been in.
821
822 2010-10-22  Tom Tromey  <tromey@redhat.com>
823
824         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
825         gnus-group-completing-read.
826
827 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
828
829         * message.el (message-mode-map): Don't bind M-; to comment region, to
830         allow the global comment-dwim to work.
831
832 2010-10-21  Julien Danjou  <julien@danjou.info>
833
834         * message.el (message-setup-1): Allow message-default-headers to be a
835         function.
836
837 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
838
839         * shr.el (shr-tag-table): Simplify.
840
841 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
842
843         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
844         to avoid trying to snarf invalid stuff.
845
846         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
847
848         * gnus.el (gnus-message-archive-group): Quote value.
849         (gnus-message-archive-group): Mark as changed.
850
851         * shr.el (shr-add-font): Don't put the font properties on the newline
852         or the indentation.
853
854         * message.el (message-fix-before-sending): Change options when sending
855         non-printable characters.
856
857         * gnus.el (gnus-message-archive-method): Change the default to
858         monthly outgoing groups.
859
860         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
861         that have gotten new numbers.
862
863         * nnimap.el (nnimap-request-replace-article): New function.
864
865 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
866
867         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
868         (nnrss-request-article): Don't use special html washing code.
869
870 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
871
872         * shr.el (shr-tag-table): Remove useless nconc.
873
874 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
875
876         * gnus-art.el (article-wash-html): Simplify and remove the charset
877         stuff.  Use the normal html rendering code instead of the special html
878         washing code.
879
880         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
881         `gnus-w3m' symbols.
882         (mm-text-html-washer-alist): Remove.
883
884         * mm-decode.el (mm-inline-text-html-renderer): Remove.
885         (mm-inline-media-tests): Remove use.
886         (mm-text-html-renderer): Change default to the `shr' symbol.
887
888         * mm-view.el (mm-inline-text-html): Remove use.
889
890         * gnus-art.el (gnus-blocked-images): New function.  Allow the
891         `gnus-blocked-images' to be a function.
892         (gnus-article-wash-function): Remove.
893
894 2010-10-20  Julien Danjou  <julien@danjou.info>
895
896         * spam.el (spam-list-of-processors): Mark as obsolete.
897
898         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
899         (nnimap-insert-partial-structure): Fix boundary detection.
900
901 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
902
903         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
904         run file-truename on remote files.  This can be expensive and even
905         prevent one from editing drafts if some unrelated buffer has a stale
906         connection.
907
908 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
909
910         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
911         kinsoku-eol regardless of shr-kinsoku-shorten.
912         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
913         (shr-tag-table): Support caption, thead, and tfoot.
914
915 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
916
917         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
918         lines.
919         (shr-save-contents): New command and keystroke.
920
921         * nndoc.el (nndoc-type-alist): Add git support.
922         (nndoc-git-type-p): New function.
923         (nndoc-transform-git-article): Ditto.
924         (nndoc-transform-git-headers): Ditto.
925         (nndoc-transform-git-headers): Generate Subject headers.
926
927         * shr.el (shr-parse-style): New function.
928         (shr-tag-span): Ditto.
929
930         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
931         to `G G' to avoid collisions.
932
933 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
934
935         * shr.el: Load kinsoku if necessary.
936         (shr-kinsoku-shorten): New internal variable.
937         (shr-find-fill-point): Make kinsoku shorten text line if
938         shr-kinsoku-shorten is bound to non-nil.
939         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
940         shr-indentation too when testing if table is wider than frame width.
941         (shr-insert-table): Use `string-width' instead of `length' to measure
942         text width.
943         (shr-insert-table-ruler): Make sure indentation is done at bol.
944
945 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
946
947         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
948         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
949         undecoded network data.
950
951 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
952
953         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
954         name in the mode line spec so that the mode line menu works
955         (bug #2431).
956
957         * message.el (message-get-reply-headers): If we're fed `to-address',
958         then always use that.
959
960         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
961         aren't so wide as to need to switch off the edit menu.
962
963         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
964         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
965
966         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
967         `M-g'.
968         (nnimap-update-info): Update flags/read marks even if \* isn't part of
969         the permanent marks.
970
971 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
972
973         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
974         Splitting according to references/in-reply-to obeys the ignore-groups
975         variable, while splitting by sender and subject do not.
976
977 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
978
979         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
980         alist, so that we can look for non-Unicode chars.
981         (article-translate-strings): Allow both character and string maps.
982
983 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
984
985         * shr.el (shr-insert): Don't insert space behind a wide character
986         categorized as kinsoku-bol, or between characters both categorized as
987         nospace.
988
989 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
990
991         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
992         headers to gnus-newsgroup-headers.
993
994 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
995
996         * shr.el (shr-tag-img): Don't align images -- since we're not
997         rescaling, this often leads to ugly displays.
998
999 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
1000
1001         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
1002         duplicates.
1003
1004 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
1005
1006         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
1007         call.
1008
1009 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1010
1011         * gnus.el: Autoload gnus-html-show-images.
1012
1013         * nnimap.el: Use nnheader-message throughout.
1014
1015         * shr.el (shr-tag-img): Ignore images with no data.
1016
1017 2010-10-15  Julien Danjou  <julien@danjou.info>
1018
1019         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
1020         a possibility to disable format=flow encoding when using hard newlines.
1021
1022 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1023
1024         * shr.el (shr-insert): Remove space inserted before or after a
1025         breakable character or at the beginning or the end of a line.
1026         (shr-find-fill-point): Do kinsoku; find the second best point or give
1027         it up if there's no breakable point.
1028
1029 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1030
1031         * nnimap.el (nnimap-open-connection): Message when opening connection
1032         for debugging purposes.
1033
1034         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
1035         on every setup buffer call to allow this to change from article to
1036         article.
1037
1038         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
1039         buffers where we have a wide table.
1040
1041 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
1042
1043         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
1044         uses *-request-thread.
1045
1046 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1047
1048         * nnimap.el (nnimap-open-connection): Remove %s from openssl
1049         incantation, which is no longer valid.
1050
1051 2010-10-14  Julien Danjou  <julien@danjou.info>
1052
1053         * shr.el: Fix defcustom type (char -> character).
1054
1055 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1056
1057         * nnimap.el (nnimap-open-connection): tls-program should be a list of
1058         programs.
1059
1060 2010-10-14  Julien Danjou  <julien@danjou.info>
1061
1062         * shr.el (shr-tag-a): Use url-link as widget type.
1063
1064         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
1065         `gnus-group-get-icon'.
1066
1067 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1068
1069         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
1070         This should make server editing work better.
1071
1072         * shr.el (shr-find-fill-point): Don't inloop on indented text.
1073
1074         * tls.el (tls-program): Remove spurious %s from openssl.
1075
1076         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
1077         (nnimap-parse-flags): Fix regexp.
1078
1079         * shr.el (shr-find-fill-point): Use a filling algorithm that should
1080         probably work for CJVK text, too.
1081
1082         * nnimap.el (nnimap-extend-tls-programs): Remove.
1083         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
1084
1085         * tls.el (tls-starttls-switches): Remove starttls hack.
1086         (open-tls-stream): Ditto.
1087         (tls-find-starttls-argument): Ditto.
1088
1089 2010-10-13  Julien Danjou  <julien@danjou.info>
1090
1091         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
1092         responses.
1093
1094 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1095
1096         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
1097
1098         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
1099         anything in Emacs.
1100
1101         * shr.el (shr-current-column): Remove buggy and unnecessary function.
1102
1103 2010-10-13  Julien Danjou  <julien@danjou.info>
1104
1105         * shr.el (shr-width): Make shr-width a defcustom with default to
1106         fill-column.
1107         (shr-tag-img): Use shr-width rather than fill-column.
1108
1109 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1110
1111         * dgnushack.el (byte-optimize-apply)
1112         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
1113
1114         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
1115         position when (X-)Faces exist.
1116         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
1117         avatars when called interactively.
1118
1119 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1120
1121         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
1122         gnus-article-x-face-too-ugly is bound.
1123
1124 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1125
1126         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
1127
1128         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
1129         mailbox that doesn't exist.
1130
1131 2010-10-12  Julien Danjou  <julien@danjou.info>
1132
1133         * shr.el (shr-tag-img): Encode URL properly when retrieving.
1134         (shr-get-image-data): Encode URL properly when fetching from cache.
1135         (shr-tag-img): Use aligned-to spaces to align correctly images.
1136
1137         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
1138         before inserting the Gravatar.
1139
1140         * shr.el (shr-tag-img): Add align attribute support for <img>.
1141
1142 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1143
1144         * gnus-gravatar.el (gnus-art): Require.
1145
1146         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
1147         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1148         Remove long obsoleted functions.
1149
1150 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1151
1152         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
1153
1154         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
1155
1156         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
1157         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
1158         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
1159         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
1160         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
1161         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
1162         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
1163
1164 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1165
1166         * nnimap.el (nnimap-request-rename-group): Select group read-only
1167         before renaming it.
1168
1169         * shr.el (shr-insert): Fix up the white space only regexp.
1170
1171         * nnimap.el (nnimap-transform-split-mail): Not all articles have
1172         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
1173
1174         * shr.el (shr-current-column): New function.
1175         (shr-find-fill-point): New function.
1176
1177 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1178
1179         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
1180         numbers.
1181
1182 2010-10-11  Julien Danjou  <julien@danjou.info>
1183
1184         * shr.el (shr-hr-line): Add.
1185         (shr-tag-hr): Use shr-hr-line to specify which character to use to
1186         display hr lines.
1187         (shr-max-columns): Do not change state to nil if we just inserting
1188         spaces.
1189
1190 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1191
1192         * gnus-topic.el (gnus-topic-read-group): If after the last group,
1193         select the last group.
1194
1195 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
1196
1197         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
1198
1199 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
1200
1201         * dig.el (dig-mode-map): Declare and define in one step.
1202
1203 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1204
1205         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
1206         for Gnus.
1207         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
1208         (nnimap-update-qresync-info): Mark \Seen articles as read.
1209
1210         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
1211         non-variable, too.
1212
1213         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
1214         available.
1215         (nnimap-update-info): Rely more on the current active than the param
1216         active to avoid marking articles as read too much.
1217
1218         * auth-source.el (auth-source-create): Use (user-login-name) for the
1219         user name default.
1220
1221         * nnimap.el (nnimap-update-info): If the server doesn't return any
1222         useful info, just use the previous info.
1223         (nnimap-update-info): Prefer old info over start-article.
1224         (nnimap-update-qresync-info): Finish implementing QRESYNC.
1225
1226 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
1227
1228         * nnir.el (autoload): Clean up autoloads.
1229         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
1230         Use key rather than value.
1231         (nnir-imap-search-other): New variable.
1232         (nnir-read-parm): Use it.
1233         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
1234         (gnus-summary-nnir-goto-thread): Modify to work with imap.
1235
1236 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1237
1238         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
1239         the process, too.
1240
1241 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1242
1243         * spam.el (gnus-summary-mode-map): Bind to "$".
1244         Suggested by Russ Allbery.
1245
1246         * shr.el: Rework the way things are indented by <li> slightly.
1247
1248         * gnus.el (gnus-group-set-parameter): Fix typo.
1249
1250         * nnimap.el: Start implementing QRESYNC support.
1251
1252 2010-10-09  Julien Danjou  <julien@danjou.info>
1253
1254         * nnir.el (nnir-engines): Fix too many arguments.
1255
1256 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1257
1258         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
1259         group is the "last", so that the backends like nnfolder actually save
1260         their folders.
1261
1262         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
1263         try to use that for the tls stream.
1264         (nnimap-retrieve-group-data-early): Rework the marks code to heed
1265         UIDVALIDITY and find out which groups are read-only and not.
1266         (nnimap-get-flags): Use the same marks parsing code as the rest of
1267         nnimap.
1268
1269 2010-10-09  Julien Danjou  <julien@danjou.info>
1270
1271         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
1272
1273         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
1274         retrieving gravatars.
1275
1276         * shr.el (shr-table-corner): Add.
1277         (shr-table-line): Add.
1278         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
1279
1280 2010-10-08  Julien Danjou  <julien@danjou.info>
1281
1282         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
1283
1284 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
1285
1286         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
1287
1288         * gnus-sum.el (gnus-mark-article-as-unread)
1289         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
1290         (gnus-summary-set-bookmark): Use it.
1291
1292         * gnus-msg.el (gnus-setup-message): Use it.
1293
1294         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1295
1296         * gnus.el (gnus-group-remove-parameter): Use it.
1297
1298         * gnus-group.el (gnus-group-make-web-group): Use it.
1299
1300         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1301
1302         * nnregistry.el: Update docs to mention manual.
1303
1304         * gnus-registry.el: Update docs to mention nnregistry.el.
1305         (gnus-registry-initialize): Don't install nnregistry refer method
1306         automatically.
1307         (gnus-registry-install-nnregistry): Remove it.
1308
1309 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1310
1311         * shr.el (shr-insert): Don't insert double spaces.
1312
1313 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1314
1315         * gnus-gravatar.el (gnus-treat-from-gravatar)
1316         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
1317         called interactively.
1318
1319         * gnus-art.el (gnus-mime-view-part-externally)
1320         (gnus-mime-view-part-internally): Make predicate function passed to
1321         gnus-mime-view-part-as-type assume argument is a mime type, not a list
1322         of a mime type.
1323
1324         * shr.el (shr-table-widths): Don't use cl function `reduce'.
1325
1326 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1327
1328         * shr.el (require): Require cl when compiling.
1329         (shr-tag-hr): New function.
1330
1331         * nnimap.el (nnimap-update-info): Remove double setting of high.
1332         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
1333         This makes nnimap work properly on Courier again.
1334
1335         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
1336         the variable for backwards compatability.
1337
1338         * mm-decode.el (mm-save-part): If given a non-directory result, expand
1339         the file name before using to avoid setting mm-default-directory to
1340         nil.
1341
1342         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
1343         bidning gnus-agent variables.
1344
1345         * shr.el (shr-render-td): Use a cache for the table rendering function
1346         to avoid getting an exponential rendering behaviour in nested tables.
1347         (shr-insert): Rework the line-breaking algorithm.
1348         (shr-insert): Don't leave trailing spaces.
1349         (shr-insert-table): Also insert empty TDs.
1350         (shr-tag-blockquote): Ensure paragraphs after </ul>.
1351
1352 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1353
1354         * gnus-sum.el (gnus-number): Rename from `number'.
1355         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
1356         (gnus-summary-limit-children): Update uses correspondingly.
1357
1358 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1359
1360         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
1361         (gnus-gravatar-transform-address): Don't show avatars of people of
1362         which mail addresses match gnus-gravatar-too-ugly.
1363
1364 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1365
1366         * shr.el (shr-table-widths): Expand TD elements to fill available
1367         space.
1368
1369 2010-10-07  Julien Danjou  <julien@danjou.info>
1370
1371         * nnimap.el (nnimap-request-rename-group): Add this method.
1372
1373 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1374
1375         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
1376         name from XEmacs' function-arglist.
1377
1378         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
1379         gravatar under XEmacs.
1380
1381 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
1382
1383         * auth-source.el: Update docs with TODO items.
1384
1385         * gnus-sync.el: Update docs to explain state and plans.
1386
1387         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
1388         Hooks for mark updates.
1389         (gnus-request-set-mark, gnus-request-update-mark): Use them.
1390
1391         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
1392         hooks with arguments, which is needed for mark update hooks.
1393
1394 2010-10-06  Julien Danjou  <julien@danjou.info>
1395
1396         * gnus.el (gnus-expand-group-parameter): Only return and act on what
1397         was matched.
1398
1399         * sieve-manage.el: Update example in `Commentary'.
1400
1401         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
1402
1403         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
1404         not 2000.
1405         (sieve-manage-authenticate): Re-add function.
1406
1407 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1408
1409         * shr.el (shr-insert): Get 'space transition right.
1410         (shr-render-td): Only delete space at the end of the TD.
1411
1412         * nnimap.el (nnimap-open-connection): Prepare to support
1413         open-gnutls-stream.
1414
1415         * shr.el: Rearrange function order to be more logical.
1416
1417 2010-10-06  Julien Danjou  <julien@danjou.info>
1418
1419         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
1420         (nnrss-discover-feed): Remove 404 URL in docstring.
1421
1422         * nnir.el: Fix Swish-E URL.
1423         Fix Namazu URL.
1424
1425         * message.el (message-change-subject): Remove 404 URL in a comment.
1426
1427 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1428
1429         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
1430         called interactively.
1431
1432         * gnus-util.el (gnus-remove-if): Allow hash table.
1433         (gnus-remove-if-not): New function.
1434
1435         * gnus-art.el (gnus-mime-view-part-as-type)
1436         * gnus-score.el (gnus-summary-score-effect)
1437         * gnus-sum.el (gnus-read-move-group-name):
1438         Replace remove-if-not with gnus-remove-if-not.
1439
1440         * gnus-group.el (gnus-group-completing-read):
1441         Regard collection as a hash table if it is not a list.
1442
1443 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1444
1445         * shr.el (shr-render-td): Allow blank/missing <TD>s.
1446
1447         * shr.el: Document the table-rendering algorithm.
1448
1449 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1450
1451         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
1452         for Emacsen having no `libxml-parse-html-region' support.
1453
1454 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1455
1456         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
1457         invalid URLs.
1458
1459         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
1460         line-broken.
1461         (shr-tag-img): Ignore image fetching errors.
1462         (shr-overlays-in-region): Compute overlay positions correctly.
1463
1464         * mm-decode.el (mm-shr): Require shr.
1465
1466         * gnus-art.el (gnus-blocked-images): Move variable here.
1467
1468         * shr.el (shr-insert-table): Bind free variable.
1469
1470         * mm-decode.el (mm-shr): Bind shr-content-function.
1471
1472         * shr.el (shr-content-function): New variable.
1473
1474         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
1475         added for symmetry.
1476
1477         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
1478
1479         * gnus-group.el (gnus-group-make-group): Doc fix.
1480
1481         * nnimap.el (nnimap-request-newgroups): Return success.
1482
1483         * shr.el (shr-find-elements): New function.
1484         (shr-tag-table): Put all the images after the table.
1485         (shr-tag-table): Really inhibit images inside the table.
1486         (shr-collect-overlays): Copy over overlays from the TD elements to the
1487         main document.
1488
1489         * mm-decode.el (mm-shr): Bind shr-blocked-images to
1490         gnus-blocked-images.
1491
1492 2010-10-05  Julien Danjou  <julien@danjou.info>
1493
1494         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
1495
1496         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
1497         (gnus-html-maximum-image-size): Add this function.
1498         (gnus-html-put-image): Use gnus-html-maximum-image-size.
1499
1500         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
1501         server-value of the capability is nil.
1502
1503 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1504
1505         * shr.el (shr-tag-em): Add <EM> tag.
1506
1507 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
1508
1509         * sieve-manage.el (sieve-manage-default-stream): Make default stream
1510         customizable.
1511
1512         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
1513         handing broken links to browse-url.
1514
1515 2010-10-05  Julien Danjou  <julien@danjou.info>
1516
1517         * gnus-util.el (gnus-emacs-completing-read)
1518         (gnus-iswitchb-completing-read): Use autoload rather than require.
1519
1520 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1521
1522         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
1523         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
1524         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
1525         iswitchb-temp-buflist for XEmacs.
1526
1527         * gnus-util.el (gnus-completing-read-function): Exclude
1528         gnus-icompleting-read and gnus-ido-completing-read from candidates for
1529         XEmacs since iswitchb.el is very old and ido.el is unavailable in
1530         XEmacs.
1531
1532         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
1533         not to use `delete-dups' that is unavailable in XEmacs 21.4.
1534
1535         * gnus-html.el: Don't require help-fns under XEmacs.
1536         (gnus-html-schedule-image-fetching): Work for XEmacs.
1537
1538         * mm-decode.el (mm-shr): Decode contents by charset.
1539
1540 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1541
1542         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
1543         unknown.
1544
1545         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
1546         (shr-get-image-data): Ensure against the cache file missing.
1547
1548         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
1549         for data.
1550
1551         * spam-report.el (spam-report-url-ping-plain): Don't query about
1552         killing the process.
1553
1554         * shr.el (shr-render-td): Protect against too-wide text.
1555
1556 2010-10-04  Julien Danjou  <julien@danjou.info>
1557
1558         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
1559         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
1560
1561         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
1562         retrieved.
1563
1564 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1565
1566         * shr.el (browse-url): Require.
1567         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
1568         lines.
1569         (shr-show-alt-text, shr-browse-image): New commands.
1570         (shr-browse-url, shr-copy-url): New commands.
1571
1572         * gnus-sum.el (gnus-widen-article-window): New variable.
1573         (gnus-summary-select-article-buffer): Use it.
1574
1575         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
1576         without @ signs.
1577
1578 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1579
1580         * nnir.el (nnir-run-imap): Remove spurious space in search string.
1581
1582 2010-10-04  Julien Danjou  <julien@danjou.info>
1583
1584         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
1585         for XEmacs.
1586
1587 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1588
1589         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
1590
1591         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
1592         (nnimap-close-server): Implement.
1593
1594         * dgnushack.el (iswitchb): Require to shut up the compiler.
1595
1596         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
1597         (shr-insert): Tweak line breaking.
1598         (shr-insert): Handle <pre> better.
1599         (shr-tag-li): Get <li> indentation right.
1600         (shr-tag-li): Get <li> indentation even righter.
1601         (shr-tag-blockquote): Ensure paragraph start.
1602         (shr-make-table): Tweak table generation.
1603         (shr-make-table): Fix typo.
1604
1605         * shr.el: Implement table rendering.
1606
1607 2010-10-04  Julien Danjou  <julien@danjou.info>
1608
1609         * gnus-html.el (gnus-html-put-image): Fix resize image code.
1610
1611 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1612
1613         * shr.el (shr-insert): Use string anchors instead of line anchors.
1614
1615 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1616
1617         * shr.el: Add headings.
1618         (shr-ensure-paragraph): Actually work.
1619         (shr-tag-li): Make <ul> prettier.
1620         (shr-insert): Get white space at the beginning/end of elements right.
1621         (shr-tag-p): Collapse subsequent <p>s.
1622         (shr-ensure-paragraph): Don't insert double line feeds after blank
1623         lines.
1624         (shr-insert): \t is also space.
1625         (shr-tag-s): Fix "s" tag name function.
1626         (shr-tag-s): Fix face prop name.
1627
1628 2010-10-03  Julien Danjou  <julien@danjou.info>
1629
1630         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
1631
1632         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
1633         gnus-window-inside-pixel-edges.
1634
1635         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
1636         gnus-ems.
1637
1638         * mm-view.el (mm-inline-image-emacs): Support image resizing.
1639
1640         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
1641         function.
1642
1643         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
1644         resize choice.
1645
1646 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1647
1648         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
1649         beginning of the buffer.
1650
1651         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
1652         article buffer again.
1653
1654         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
1655
1656         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
1657         when it's at the start of the buffer.
1658
1659         * shr.el (shr-tag-blockquote): Convert name.
1660         (shr-rescale-image): Use the right image-size variant.
1661
1662         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
1663         buffer isn't shown, then select the current article first instead of
1664         bugging out.
1665         (gnus-summary-select-article-buffer): Show both the article and summary
1666         buffers again.
1667
1668         * shr.el (shr-fontize-cont): Protect against regions with no text.
1669         Rename tag functions to shr-tag-* for enhanced security.
1670         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
1671
1672 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
1673
1674         * shr.el (shr-insert):
1675         * pop3.el (pop3-movemail):
1676         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
1677         loaded.
1678
1679 2010-10-03  Glenn Morris  <rgm@gnu.org>
1680
1681         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
1682
1683         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
1684
1685         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
1686
1687         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
1688
1689         * gnus-util.el (gnus-make-local-hook): Simplify.
1690
1691 2010-10-02  Julien Danjou  <julien@danjou.info>
1692
1693         * gnus-util.el (gnus-iswitchb-completing-read): New function.
1694         (gnus-ido-completing-read): New function.
1695         (gnus-emacs-completing-read): New function.
1696         (gnus-completing-read): Use gnus-completing-read-function.
1697         Add gnus-completing-read-function.
1698
1699 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1700
1701         * shr.el (shr-insert-document): Autoload.
1702         (shr-img): Be silent.
1703         (shr-insert): Add a newline after every picture before text.
1704         (shr-add-font): Use overlays for combining faces.
1705         (shr-insert): Pass upwards the text start point.
1706
1707         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
1708         possible.
1709         (mm-shr): New function.
1710
1711 2010-10-02  Julien Danjou  <julien@danjou.info>
1712
1713         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
1714         should go backward.
1715
1716 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
1717
1718         * shr.el (shr): Fix typo in provide call.
1719
1720 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1721
1722         * shr.el: New file.
1723
1724         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
1725
1726         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
1727         completing read.
1728
1729 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1730
1731         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
1732         we're being queried about.  Suggested by Dan Jacobson.
1733
1734         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
1735         Suggested by Jason Eisner.
1736
1737         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
1738         table, too.  Suggested by Stefan Wiens.
1739         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
1740         the table unnecessary.  Suggested by Stefan Wiens.
1741
1742         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
1743         longer needed, and probably doesn't work either, as pointed out by
1744         Stefan Wiens.
1745         (gnus-summary-exit): Remove call to the clearing function.
1746         (gnus-summary-exit-no-update): Ditto.
1747
1748         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
1749         instead of gnus-eval-in-buffer-window to avoid popping up frames.
1750         Reported by Stefan Monnier.
1751         (gnus-summary-save-in-rmail): Ditto.
1752
1753         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
1754         article buffer, instead of both the article buffer and the summary
1755         buffer.  Sort of suggested by Dan Jacobson.
1756
1757         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
1758
1759         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
1760         Suggested by Dan Jacobson.
1761
1762         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
1763         documentation clearer.
1764
1765         * message.el (message-shorten-references): Comment on the number "21".
1766         Suggested by Stefan Monnier.
1767
1768         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
1769         Suggested by Dan Jacobson.
1770
1771         * gnus.el (gnus-large-newsgroup):
1772         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
1773
1774         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
1775         externalize attachments.  Bug reported by Steve Wen.
1776
1777         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
1778         really message anything to the user.
1779
1780         * nnmail.el (nnmail-article-group): Allow using the fancy split method
1781         directly.
1782
1783         * nnimap.el (nnimap-request-group): Low higher than high to signal no
1784         messages in empty groups.
1785
1786 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
1787
1788         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
1789         non-UIDNEXT group.
1790
1791 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1792
1793         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
1794         not the value from the collection.
1795
1796         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
1797         values.  This sometimes happens on some groups that have no info.
1798         (nnimap-request-newgroups): New function.
1799
1800 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
1801
1802         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
1803         check into `gnus-registry-initialize'.
1804         (gnus-registry-initialize): Ditto.
1805         Fix and extend header docs.
1806
1807 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1808
1809         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
1810         regexp backtrace overflows.
1811
1812         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
1813         for starttls that tls.el implements; i.e. openssl.
1814
1815         * tls.el (tls-starttls-switches): Give up on using starttls with
1816         gnutls-cli.
1817         (tls-program): Add --insecure to be consistent with the defaults from
1818         openssl s_client.  Now all three commands are insecure.
1819
1820 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1821
1822         * lpath.el: Bind completion-styles-alist for XEmacs.
1823
1824         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
1825         (gravatar-create-image): New function that's an alias to
1826         gnus-xmas-create-image, gnus-create-image, or create-image.
1827         (gravatar-data->image): Use it.
1828
1829 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
1830
1831         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
1832         install the nnregistry refer method.
1833         (gnus-registry-install-hooks): Use it.
1834         (gnus-registry-unfollowed-groups): Add nnmairix to the default
1835         unfollowed groups.
1836
1837 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
1838
1839         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
1840         expanding threads.
1841
1842 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1843
1844         * nnir.el: Use the server names without suffixes (bug #7009).
1845
1846         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
1847         unencrypted to STARTTLS, if possible.
1848
1849 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1850
1851         * message.el (message-ignored-supersedes-headers): Strip Injection-*
1852         headers before superseding.
1853
1854 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1855
1856         * nnrss.el (nnrss-use-local): Add documentation.
1857
1858         * nnimap.el (nnimap-extend-tls-programs): New function.
1859         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
1860         (nnimap-wait-for-connection): Accept the greeting from the stupid
1861         output from openssl s_client -starttls, too.
1862
1863         * tls.el (tls-starttls-switches): New variable.
1864         (tls-find-starttls-argument): Use it.
1865         (open-tls-stream): Ditto.
1866
1867         * netrc.el (netrc-credentials): Return the value of the "default" entry.
1868         (netrc-machine): Ditto.
1869
1870         * nnimap.el (nnimap-find-article-by-message-id): Really return the
1871         article number.
1872         (nnimap-split-fancy): New variable.
1873         (nnimap-split-incoming-mail): Use it.
1874
1875         * nntp.el (nntp-server-list-active-group): Document.
1876
1877         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
1878         SELECT to get the message-id.
1879
1880         * mail-source.el (mail-sources): Remove webmail support.
1881         (defvar): Ditto.
1882         (mail-source-fetcher-alist): Ditto.
1883         (mail-source-fetch-webmail): Remove.
1884
1885         * webmail.el: Remove -- doesn't seem relevant any more.
1886
1887         * gnus.el: Fix up make-obsolete-variable declarations throughout.
1888
1889         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
1890         the \r.
1891
1892 2010-09-30  Julien Danjou  <julien@danjou.info>
1893
1894         * gnus-agent.el (gnus-agent-add-group): Fix call to
1895         gnus-completing-read.
1896
1897 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1898
1899         * nndoc.el (nndoc-retrieve-groups): New function.
1900
1901         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
1902         `default', use nnmail-split-methods.
1903         (nnimap-request-article): Downcase the NILs so that they are nil.
1904
1905         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
1906         symbol.
1907
1908         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
1909         code, since if the user has requested network, that's what they ought
1910         to get.
1911         (nnimap-request-set-mark): Erase the buffer before issuing commands.
1912         (nnimap-split-rule): Mark as obsolete.
1913
1914         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
1915         New variable.
1916
1917         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
1918         correct slot, too.
1919
1920 2010-09-29  Julien Danjou  <julien@danjou.info>
1921
1922         * gnus.el (gnus-local-domain): Declare variable obsolete.
1923
1924         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
1925         Fix history computing.
1926         (gnus-ido-completing-read): Require ido.
1927
1928 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1929
1930         * gnus-registry.el: Don't prompt on load, which makes it impossible to
1931         build Gnus.
1932
1933         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
1934         when interpreting the structures.
1935         (nnimap-request-accept-article): Add \r\n to the lines to make this
1936         work with Cyrus.
1937
1938         * nndraft.el (nndraft-request-expire-articles): Use the group name
1939         instead if "nndraft".  Fix found by Nils Ackermann.
1940
1941 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
1942
1943         * nnregistry.el: Add.
1944
1945 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1946
1947         * nnmail.el (group, group-art-list, group-art):
1948         Remove unneeded directives.
1949
1950 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1951
1952         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
1953         (mm-mime-charset)
1954         * rfc2047.el (rfc2047-syntax-table)
1955         * utf7.el (utf7-utf-16-coding-system): Comment fix.
1956
1957         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
1958         rather than `insert-file-contents' and `eval-region'.
1959
1960         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
1961         construction.
1962
1963         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
1964
1965         * time-date.el: No need to require cl for Emacs 21.
1966
1967 2010-09-29  Julien Danjou  <julien@danjou.info>
1968
1969         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
1970         replacement of `gnus-gravatar-relief' to mimic
1971         `gnus-faces-properties-alist'.
1972         Add :version property.
1973
1974 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1975
1976         * mail-source.el (mail-source-report-new-mail)
1977         * message.el (message-default-mail-headers)
1978         * mm-decode.el (mm-valid-image-format-p): Comment fix.
1979
1980         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
1981
1982 2010-09-28  Julien Danjou  <julien@danjou.info>
1983
1984         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
1985         mail-address contains the same string as real-name.
1986
1987         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
1988         non-blank in header, otherwise it'll get stripped.
1989
1990         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
1991         real-name, and then for mail address rather than doing : or , search.
1992
1993 2010-09-27  Julien Danjou  <julien@danjou.info>
1994
1995         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
1996         right completing-read function.
1997         (gnus-use-ido): New variable
1998         (gnus-completing-read-with-default): Remove.
1999         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
2000         (gnus-agent-add-group):
2001         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
2002         * mm-view.el (mm-view-pkcs7-decrypt):
2003         * mm-util.el (mm-codepage-setup):
2004         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
2005         * mml-smime.el (mml-smime-openssl-sign-query):
2006         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
2007         (mml-insert-multipart):
2008         * gnus-msg.el (gnus-summary-yank-message):
2009         * gnus-int.el (gnus-start-news-server):
2010         * mm-decode.el (mm-interactively-view-part):
2011         * gnus-dired.el (gnus-dired-attach):
2012         * gnus.el (gnus-read-method):
2013         * gnus-bookmark.el (gnus-bookmark-jump):
2014         * gnus-art.el (gnus-mime-view-part-as-type)
2015         (gnus-mime-action-on-part, gnus-article-encrypt-body):
2016         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
2017         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
2018         * nnmairix.el (nnmairix-create-server-and-default-group)
2019         (nnmairix-update-groups, nnmairix-get-server)
2020         (nnmairix-backend-to-server, nnmairix-goto-original-article)
2021         (nnmairix-get-group-from-file-path):
2022         * nnrss.el (nnrss-find-rss-via-syndic8):
2023         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
2024         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
2025         (gnus-group-browse-foreign-server):
2026         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
2027         (gnus-summary-execute-command, gnus-summary-respool-article)
2028         (gnus-read-move-group-name):
2029         * gnus-score.el (gnus-summary-increase-score)
2030         (gnus-summary-score-effect):
2031         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
2032
2033 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2034
2035         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
2036         x-focus-frame.
2037
2038         * nnimap.el (auth-source-forget-user-or-password)
2039         (auth-source-user-or-password): Autoload.
2040
2041         * message.el (message-from-style, message-interactive)
2042         (message-cite-prefix-regexp, message-sendmail-envelope-from)
2043         (message-yank-prefix, message-indentation-spaces, message-signature)
2044         (message-signature-file): Add comment.
2045
2046 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2047
2048         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
2049         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
2050         new articles.
2051
2052         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
2053         parts.
2054         (nnimap-request-article): Work with the t setting, too.
2055
2056         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
2057         that you don't get flashes of other buffers.
2058         (gnus-summary-show-complete-article): Intern before setting.
2059
2060 2010-09-27  David Engster  <dengste@eml.cc>
2061
2062         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
2063         well as HEADERS.
2064         (nnmairix-retrieve-headers): Provide new argument for the above.
2065
2066 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2067
2068         * gnus-sum.el (gnus-summary-move-article): Don't alter
2069         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
2070         group.
2071
2072         * nnimap.el (nnimap-update-info): Don't destructively alter active.
2073
2074         * message.el (message-cite-prefix-regexp): Revert my last edit.
2075
2076         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
2077         variable instead of the Gnus variable.
2078
2079         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
2080
2081         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
2082
2083         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
2084         since some servers don't like it.
2085         (nnimap-open-connection): Forget credentials if the server says the
2086         password was wrong.
2087         (nnimap-parse-line): Protect against invalid data.
2088
2089         * gnus-sum.el (gnus-summary-move-article): Add comment.
2090         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
2091         nothing alters it while scanning for new messages.
2092
2093         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
2094         which may or may not help.
2095         (nnimap-open-connection): If we're doing a stream connection, and then
2096         discover we're on a STARTTLS-capable server, then open a STARTTLS
2097         connection instead.
2098
2099 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2100
2101         * nnimap.el (utf7): Require.
2102
2103         * message.el (message-cite-prefix-regexp): Remove "}" from citation
2104         prefix.
2105
2106 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
2107
2108         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
2109
2110 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2111
2112         * nnimap.el (nnimap-request-accept-article): Message the error on
2113         error.
2114
2115 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2116
2117         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
2118
2119 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2120
2121         * nndoc.el (nndoc-request-list): Return success always.
2122
2123         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
2124         `fetch-old' -- we only want to fetch the articles we've requested.
2125         The rest are in the agent, probably.
2126         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
2127         disappeared server" to something low.  It's not important.
2128
2129         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
2130         arrived before the FETCH data.
2131
2132         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
2133         target here, because we don't know the Gnus name of the group.
2134
2135         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
2136         for the correct group.
2137
2138         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
2139
2140         * gnus.el (gnus): Give a final warning after startup.
2141
2142         * gnus-util.el (gnus-action-message-log): New variable.
2143         (gnus-message): Use it.
2144         (gnus-final-warning): New function.
2145
2146         * nnimap.el (nnimap-open-connection): Record the greeting.
2147         (nnimap): Add greeting.
2148
2149 2010-09-26  Julien Danjou  <julien@danjou.info>
2150
2151         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
2152         arguments.
2153         (gnus-html-wash-images): Fix spec computing to include start/end.
2154
2155         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
2156
2157 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2158
2159         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
2160         deletion.
2161         (nnimap-retrieve-headers): Don't select the group, because that's
2162         already done by nnimap-possibly-change-group.
2163
2164         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
2165         (gnus-picon-transform-address): Use it.
2166
2167         * mail-source.el (mail-source-value): Revert previous patch.
2168
2169         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
2170         on failure.
2171         (nnimap-open-connection): Look up both virtual and physical server name
2172         credentials.
2173
2174         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
2175
2176 2009-02-07  Dave Love  <fx@gnu.org>
2177
2178         * tls.el (open-tls-stream): Don't query killing process.
2179
2180 2009-02-08  Dave Love  <fx@gnu.org>
2181
2182         * gnus-win.el (gnus-window-to-buffer-helper)
2183         (gnus-all-windows-visible-p): Function needn't be a symbol.
2184
2185         * mail-source.el (mail-source-value): Function needn't be a symbol.
2186
2187 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2188
2189         * message.el (message-cite-prefix-regexp): Remove } from the cite
2190         prefix.
2191
2192         * gnus-art.el (gnus-treatment-function-alist): Do picons before
2193         highlight again, so that the highlight is correct.
2194
2195         * gnus-picon.el (gnus-picon): Remove again.
2196         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
2197
2198         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
2199         doing the header highlightling, so that the background colour of the
2200         picon is correct.
2201
2202         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
2203         (gnus-picon): Ditto.
2204         (gnus-picon): Reinstate.  The background colour for picons is white.
2205         (gnus-picon-insert-glyph): Make the background white.
2206
2207         * nnml.el (nnml-open-nov): Don't return dead buffers.
2208
2209         * auth-source.el (auth-source-create): Query the user for whether to
2210         store the credentials.
2211
2212         * netrc.el (netrc-store-data): New function.
2213
2214         * auth-source.el (auth-source-user-or-password): Use the existing auth
2215         sources, if any, for creation.
2216
2217         * gnus.el (gnus-group-fast-parameter): Return the last matching
2218         parameter instead of the first matching parameter.
2219
2220 2010-09-26  Julien Danjou  <julien@danjou.info>
2221
2222         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
2223
2224 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2225
2226         * mml2015.el (mml2015-use): Remove gpg support.
2227
2228         * mml1991.el (mml1991-function-alist): Remove gpg function.
2229         (mml1991-gpg-sign): Remove.
2230
2231 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
2232
2233         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
2234         (gnus-browse-unsubscribe-current-group): Document it.
2235         (gnus-browse-unsubscribe-group): Use it.
2236
2237 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2238
2239         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
2240         address to the To list for easier response.
2241
2242         * gnus.el (gnus-play-startup-jingle): Remove.
2243         (gnus-splash): Don't play jingle.
2244         (gnus): Silence gnus-load message.
2245
2246         * gnus-art.el (gnus-treat-play-sounds): Remove.
2247
2248         * gnus.el (gnus-play-jingle): Remove audio support.
2249
2250         * gnus-cus.el (gnus-score-customize): Remove audio reference.
2251
2252         * earcon.el: Remove -- no users.
2253
2254         * gnus-audio.el: Remove -- no users of this package.
2255
2256         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
2257
2258         * gnus-start.el (gnus-setup-news): Remove nocem support.
2259
2260         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
2261
2262         * gnus.el (gnus-use-nocem): Remove.
2263
2264         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
2265         Remove.
2266
2267         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
2268         uses NoCeM any more.
2269
2270         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
2271         (gnus-button-ctan-handler): Ditto.
2272         (gnus-button-handle-ctan-bogus-regexp): Ditto.
2273         (gnus-button-ctan-directory-regexp): Ditto.
2274         (gnus-button-handle-ctan): Ditto.
2275         (gnus-button-tex-level): Ditto.
2276         (gnus-button-alist): Remove CTAN stuff.
2277
2278 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2279
2280         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
2281         nnimap-streaming test.
2282
2283         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
2284         servers twice.
2285
2286         * nnimap.el (nnimap-open-connection): Add more error reporting when
2287         nnimap fails early.
2288
2289         * nnheader.el (nnheader-get-report-string): New function.
2290         (nnheader-get-report): Use it.
2291
2292         * gnus-int.el (gnus-check-server): Say what the error was when opening
2293         failed.
2294
2295         * nnimap.el (nnimap-wait-for-response): Search further when we're not
2296         using streaming.
2297
2298 2010-09-25  Julien Danjou  <julien@danjou.info>
2299
2300         * gnus-html.el (gnus-html-rescale-image): Use our defalias
2301         gnus-window-inside-pixel-edges.
2302
2303 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2304
2305         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
2306
2307         * mm-decode.el (mm-save-part): Allow saving to other directories the
2308         normal Emacs way.
2309
2310         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
2311         Suggested by Jay Berkenbilt.
2312
2313         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
2314         there isn't a single byte.
2315
2316         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
2317         just do it.  It doesn't really seem to matter what the user responds
2318         here, I think, so it's just a confusing question.
2319
2320         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
2321         non-streaming case.
2322
2323         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
2324         (gnus-article-encrypt-body): Use it.
2325
2326         * gnus-sum.el (gnus-summary-show-complete-article): New command and
2327         keystroke.
2328
2329         * nnimap.el (nnimap-find-wanted-parts-1):
2330         Use gnus-fetch-partial-articles.
2331
2332         * gnus-art.el (gnus-fetch-partial-articles): New variable.
2333
2334         * nnimap.el (nnimap-insert-partial-structure): New function.
2335         (nnimap-get-partial-article): New function.
2336         (nnimap-request-article): Use it.
2337         (nnimap-wait-for-response): Return whether the wait was successful.
2338         (nnimap-finish-retrieve-group-infos): Don't do anything if the
2339         retrieval wasn't successful.
2340         (nnimap-retrieve-group-data-early): Allow throttling servers.
2341         (nnimap-streaming): New variable.
2342         (nnimap-fetch-partial-articles): Remove.
2343
2344         * mm-decode.el (mm-with-part): Protect against killed buffers.
2345
2346         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
2347         for prettier summary display.
2348
2349 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
2350
2351         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
2352
2353 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2354
2355         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
2356         apparently third-party libraries depend on it.
2357
2358         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
2359         before starting negotiation.
2360
2361         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
2362         privacy reasons.
2363         (gnus-treat-mail-gravatar): Ditto.
2364
2365         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
2366         buffer when inserting images.  Inserting text into the headers, for
2367         instance, can make them invalid.
2368
2369 2010-09-25  Julien Danjou  <julien@danjou.info>
2370
2371         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
2372         variables.
2373
2374         * nnheader.el: Remove useless variables news-reply-yank-from and
2375         news-reply-yank-message-id.
2376
2377         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
2378         variables.
2379
2380         * mml1991.el: Remove useless mml1991-verbose.
2381
2382         * gnus.el: Remove useless variable gnus-use-generic-from.
2383         Remove obsolete variable gnus-topic-indentation.
2384
2385         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
2386
2387         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
2388
2389         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
2390
2391         * gnus-group.el: Remove useless gnus-group-icon-cache.
2392         Remove useless gnus-ephemeral-group-server.
2393
2394         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
2395
2396         * mml2015.el: Remove useless mml2015-verbose.
2397
2398         * mml-smime.el: Remove useless mml-smime-verbose.
2399
2400         * gnus.el: Remove useless gnus-local-domain.
2401
2402         * gnus-gravatar.el (gnus-gravatar-transform-address):
2403         Use gnus-gravatar-size.
2404
2405         * gnus-art.el: Remove useless gnus-treat-translate.
2406
2407 2010-09-24  Julien Danjou  <julien@danjou.info>
2408
2409         * gnus-sum.el: Add support for Gravatars.
2410
2411         * gnus-art.el: Add support for Gravatars.
2412
2413         * gnus-gravatar.el: Add this file.
2414
2415         * gravatar.el: Add this file.
2416
2417 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2418
2419         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
2420
2421         * gnus-group.el (gnus-group-fetch-faq): Remove.
2422
2423         * gnus.el (gnus-group-faq-directory): Remove.
2424
2425         * gnus-group.el (gnus-group-fetch-charter): Remove.
2426
2427         * gnus.el (gnus-group-charter-alist): Remove.
2428
2429         * gnus-group.el (gnus-group-archive-directory): Remove.
2430         (gnus-group-recent-archive-directory): Ditto.
2431         (gnus-group-make-archive-group): Remove.
2432
2433         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
2434
2435         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
2436         use the same article number for all the cached articles.
2437
2438         * nnimap.el (nnimap-command): Register the last command time so
2439         that we can use it for idling NOOPs.
2440         (nnimap-open-connection): Start the keeplive timer.
2441         (nnimap-make-process-buffer): Store all the process buffers.
2442         (nnimap-keepalive): New function.
2443
2444         * starttls.el (starttls-open-stream): Add autoload cookie.
2445
2446 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2447
2448         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
2449         handling.
2450
2451 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2452
2453         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
2454         its data structures.
2455
2456         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
2457         instead of the cl.el copy-list.
2458         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
2459         equalp.
2460
2461 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2462
2463         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
2464         and tool-bar-local-item-from-menu.
2465
2466         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
2467         mode-line-highlight face for Emacs.
2468
2469         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
2470         loading gnus-sum.elc; fix comment for canlock-verify.
2471         (gnus-article-jump-to-part): Use read-number.
2472         (gnus-insert-mime-button, gnus-insert-mime-security-button):
2473         Remove Emacs pre-21 compatible code for help-echo.
2474         (gnus-article-next-page-1): No need to adjust the number of lines.
2475         (gnus-article-describe-bindings): Always use help-buffer.
2476
2477         * gnus-audio.el (gnus-audio-inline-sound)
2478         * gnus-cus.el (gnus-custom-mode)
2479         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
2480
2481         * gnus-sum.el (gnus-remove-overlays): Doc fix.
2482
2483         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
2484         compatible code.
2485
2486 2010-09-24  Glenn Morris  <rgm@gnu.org>
2487
2488         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
2489         visiting the fcc file in rmail-mode.
2490
2491         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
2492
2493 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2494
2495         * nnir.el: Silence the byte compiler.
2496
2497         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
2498         alias to browse-url-url-encode-chars if any.
2499         (gnus-html-encode-url): Use it.
2500
2501 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2502
2503         * gnus-start.el (gnus-use-backend-marks): New variable.
2504         (gnus-get-unread-articles-in-group): Use it.
2505
2506         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
2507         makeover.
2508
2509 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2510
2511         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
2512
2513 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2514
2515         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
2516         Remove.
2517         (gnus-setup-news-hook):
2518         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
2519
2520         * gnus-int.el (gnus-request-update-info): Protect against backends not
2521         having the function.
2522
2523         * nnimap.el (nnimap-stream): Mention starttls.
2524         (nnimap-open-connection): Add starttls support.
2525
2526 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2527
2528         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
2529
2530 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2531
2532         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
2533         BODYSTRUCTUREs.
2534         (nnimap-transform-headers): Unfold quoted {42} headers.
2535
2536         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
2537         the info.
2538         (gnus-get-unread-articles): Only call updatep on backends that support
2539         it.
2540
2541         * nnweb.el (nnweb-request-update-info): NOOP.
2542
2543         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
2544
2545         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
2546         since it only deals with marks.
2547
2548         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
2549         gnus-request-marks, and make a new gnus-request-update-info.
2550
2551         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
2552         the active instead of the high number, which is usually too low.
2553
2554 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
2555
2556         * netrc.el (netrc-parse): Remove encrypt.el mentions.
2557         * encrypt.el: Remove.
2558
2559 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2560
2561         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
2562         server in symbolic form.
2563
2564         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
2565
2566 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2567
2568         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
2569         (nnimap-update-info): Fix up code slightly.
2570
2571         * gnus-int.el (gnus-open-server): Add tracing for performance
2572         debugging.
2573
2574         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
2575         (gnus-group-insert-group-line): Pass the real group name so that it
2576         gets the right data.
2577
2578         * gnus-start.el (gnus-get-unread-articles): Don't have
2579         `gnus-get-unread-articles-in-group' update info, since that can be
2580         really slow and doesn't seem to be needed?
2581
2582 2010-09-22  Dan Christensen  <jdc@uwo.ca>
2583
2584         * time-date.el (date-to-time): Try using parse-time-string first before
2585         using the slower timezone-make-date-arpa-standard.
2586
2587 2010-09-22  Julien Danjou  <julien@danjou.info>
2588
2589         * gnus-group.el (gnus-group-insert-group-line):
2590         Call gnus-group-highlight-line.
2591         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
2592         default hook list.
2593         (gnus-group-update-eval-form): Add new function.
2594         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
2595         (gnus-group-get-icon): Use gnus-group-update-eval-form.
2596
2597 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2598
2599         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
2600         immediate, then expire all articles.
2601         (nnimap-update-info): Fix off-by-one errors.
2602         (nnimap-flags-to-marks): Would return no marks lists for group with no
2603         flags.  Instead return the other data.
2604
2605 2010-09-22  Julien Danjou  <julien@danjou.info>
2606
2607         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
2608         Only return an icon.
2609         (gnus-group-insert-group-line): Compute icon to return.
2610
2611         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
2612         (gnus-html-image-fetched): Only cache if
2613         gnus-html-image-automatic-caching is set.
2614         (gnus-html-image-fetched): Check for errors.
2615
2616 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2617
2618         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
2619         once per method on `g'.  This ensures that backends like nnfolder don't
2620         open all their folders.
2621
2622         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
2623         (nnimap-request-list): Nix out group in the correct buffer.
2624         (nnimap-parse-flags): Implement by using `read' instead of
2625         hand-parsing.
2626         (nnimap-flags-to-marks): Pass on permanent-flags.
2627         (nnimap-make-process-buffer): Record the server name.
2628         (nnimap-parse-flags): Fix typo.
2629         (nnimap-request-scan): Run split on the server in general, not just a
2630         single group.
2631
2632         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
2633         parameter, and propagate this downwards.
2634
2635         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
2636         since EXAMINE changes it on the server.
2637
2638         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
2639         this command might take a while.
2640
2641 2010-09-22  Julien Danjou  <julien@danjou.info>
2642
2643         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
2644         harmful if you have 2 images side-by-side, they can't be properly
2645         update on text deletion.  Using text-property is safer here.
2646         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
2647         data.
2648
2649 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2650
2651         * nnimap.el (nnimap-expunge-inbox): Remove.
2652         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
2653         (nnimap-expunge): Flip default to t.
2654
2655         * gnus.el (gnus-method-to-server): Don't push things to the cache
2656         unless it's unique.
2657         (gnus-server-to-method): Ditto.
2658
2659 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2660
2661         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
2662
2663 2010-09-22  Julien Danjou  <julien@danjou.info>
2664
2665         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
2666         get the start of data.
2667         (gnus-html-encode-url): Add this function to encode special chars in
2668         URL.
2669         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
2670         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
2671
2672         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
2673         default.
2674         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
2675
2676         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
2677         images alt-text.
2678         (gnus-html-put-image): Put alt-text as help-echo.
2679
2680 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2681
2682         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
2683         * mm-util.el (mm-decompress-buffer)
2684         * nnir.el (nnir-run-find-grep)
2685         * pop3.el (pop3-list): Use 3rd arg of split-string.
2686
2687         * time-date.el (format-seconds): Comment fix.
2688
2689         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
2690         and byte-optimize-form-code-walker.
2691         (dgnushack-make-auto-load): Don't advise make-autoload.
2692
2693         * lpath.el: Remove Emacs 21 stuff.
2694
2695 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2696
2697         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
2698         outside the active range.  Suggested by Dan Christensen.
2699
2700         * gnus-start.el (gnus-get-unread-articles): Get the extended method
2701         slightly later to avoid double-getting it.
2702
2703         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
2704         previous patch.
2705
2706         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
2707
2708 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
2709
2710         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
2711
2712 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2713
2714         * gnus-int.el (gnus-open-server): Give a better error message in the
2715         "go offline" case.
2716
2717         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
2718         marks for nnimap, which is seldom the right thing to do.
2719
2720         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
2721         (gnus-same-method-different-name): New function.
2722
2723         * nnimap.el (parse-time): Require.
2724
2725         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
2726         method in the presence of many similar methods.
2727
2728         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
2729
2730         * nnimap.el (nnimap-find-expired-articles): Don't refer to
2731         nnml-inhibit-expiry.
2732
2733         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
2734         find out whether methods are equal.
2735
2736         * nnimap.el (nnimap-find-expired-articles): New function.
2737         (nnimap-process-expiry-targets): New function.
2738         (nnimap-request-move-article): Request the article before looking at
2739         what the Message-ID is.  Fix found by Andrew Cohen.
2740         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
2741
2742         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
2743         for oldness in addition to being a predicate.
2744
2745         * nnimap.el (nnimap-request-group): When we have zero articles, return
2746         the right data to Gnus.
2747         (nnimap-request-expire-articles): Only delete articles immediately if
2748         the target is 'delete.
2749
2750         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
2751         method, this would bug out.
2752
2753         * gnus-group.el (gnus-group-expunge-group): Rename from
2754         gnus-group-nnimap-expunge, and implemented as a normal interface
2755         function.
2756
2757         * gnus-int.el (gnus-request-expunge-group): New function.
2758
2759         * nnimap.el (nnimap-request-create-group): Implement.
2760         (nnimap-request-expunge-group): New function.
2761
2762 2010-09-21  Julien Danjou  <julien@danjou.info>
2763
2764         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
2765         (gnus-html-cache-expired): Add new function.
2766         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
2767         wethever we should display image for fetch it.
2768         Compute alt-text earlier to pass it to the fetching function too.
2769         (gnus-html-schedule-image-fetching): Change function argument to only
2770         get one image at a time, not a list.
2771         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
2772         cache.
2773         (gnus-html-get-image-data): New function to retrieve image data from
2774         cache.
2775         (gnus-html-put-image): Change buffer argument to use image data rather
2776         than file, and place image above region rather than inserting a new
2777         one.  Do not take alt-text as argument, since it's useless now: we place
2778         the image above alt-text.
2779         (gnus-html-prune-cache): Remove.
2780         (gnus-html-show-images): Start to fetch image when we find one, do not
2781         push into a temporary list.
2782         (gnus-html-prefetch-images): Only fetch image if they have expired.
2783         (gnus-html-browse-image): Fix, use 'gnus-image-url.
2784         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
2785
2786 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2787
2788         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
2789
2790 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2791
2792         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
2793         spec inser "*" if the group isn't active instead of 0.
2794
2795         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
2796         opening the server.
2797         (nnimap-request-delete-group): Implement group deletion.
2798         (nnimap-transform-headers): Return the size of the entire message in
2799         the Bytes header, not just the size of the first part.
2800         (nnimap-request-move-article): When moving an article from nnimap,
2801         request the article first so the accepting form has an article to
2802         accept.  Reported by Dan Christensen.
2803         (nnimap-command): Make sure that the error message doesn't error out.
2804
2805 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
2806
2807         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
2808         we haven't requested anything.
2809
2810 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2811
2812         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
2813         "".  Fix found by Andrew Cohen.
2814
2815         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
2816         instead of -encode-string.
2817
2818 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2819
2820         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
2821
2822         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
2823         by mm-subst-char-in-string.
2824
2825 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2826
2827         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
2828         waiting for the connection string.
2829
2830         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
2831         arriving.
2832
2833         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
2834         bogus characters.  This allows selecting certain Gmail groups.
2835
2836         * nnimap.el (nnimap-find-wanted-parts-1): New function.
2837         (nnimap-fetch-partial-articles): New variable.
2838         (nnimap-open-connection): When looking for credentials, also use the
2839         nnimap-server-port.
2840         (nnimap-request-article): Return the group/article number, so that Gnus
2841         `^' works as expected.
2842         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
2843
2844         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
2845         comments.
2846         (gnus-methods-sloppily-equal): New function.
2847         (gnus): When using the development version of Gnus, load the gnus-load
2848         file.
2849
2850         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
2851         `gnus-open-server' on each method before trying to scan them etc.
2852         This ensures that all the backend parameters are set correctly.
2853
2854         * nnimap.el (nnimap-authenticator): New variable.
2855         (nnimap-open-connection): Allow anonymous login.
2856         (nnimap-transform-headers): The chars header is called Chars not Bytes.
2857         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
2858
2859         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
2860         patch, found by Knut Anders Hatlen.
2861
2862 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
2863
2864         * gnus-agent.el (gnus-agent-batch-confirmation)
2865         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
2866         to gnus-message.
2867         * gnus-art.el (gnus-article-describe-briefly): Likewise.
2868         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
2869         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
2870         * gnus-int.el (gnus-open-server): Likewise.
2871         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
2872         (gnus-score-check-syntax): Likewise.
2873         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
2874         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
2875         Likewise.
2876         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
2877
2878 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2879
2880         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
2881         calling conventions so that prefetch doesn't bug out.
2882
2883 2010-09-19  Julien Danjou  <julien@danjou.info>
2884
2885         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
2886         rather than `subst-char-in-region' in order to be able to replace ASCII
2887         char by UTF-8 ones.
2888
2889         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
2890         than curl.
2891         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
2892         the right URL and ALT text on images.
2893         (gnus-html-wash-tags): Fix tag case.
2894         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
2895         (gnus-article-html): Add -o display_ins_del=2 option.
2896         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
2897
2898 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2899
2900         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
2901         the extra mail headers, which sometimes seem to happen for unknown
2902         reasons.
2903
2904         * mail-parse.el (mail-header-encode-parameter): Define as
2905         rfc2045-encode-string instead of as rfc2231-encode-string, since some
2906         (or most, perhaps?) mail readers don't understand the latter, but do
2907         understand the former.
2908
2909         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
2910         to nil, so that no methods are automatically agentized.  I think this
2911         is probably what most users want.
2912
2913         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
2914         from url-retrieve, for instance about invalid URLs.
2915
2916         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
2917         groups that have no articles.
2918         (nnimap-request-article): Check that we really got an article when we
2919         requested one.
2920
2921         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
2922         doesn't exist.
2923
2924         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
2925         nntp buffer so the agent can save it.
2926         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
2927         that CRLF doesn't get translated to \n.
2928         (nnimap-open-connection): Don't make 'shell commands only send \n.
2929
2930 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2931
2932         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
2933         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
2934         Update var name.
2935         (nnml-generate-nov-file): Use dolist.
2936         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
2937         Use with-current-buffer.
2938
2939 2010-09-18  Julien Danjou  <julien@danjou.info>
2940
2941         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
2942         parallel.
2943
2944 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2945
2946         * nnimap.el (nnimap-update-info): When doing partial marks update, get
2947         the range update right.
2948         (nnimap-request-group): Don't make `M-g' bug out on group with no
2949         marks.
2950         (nnoo): Require, so that other packages can require nnimap.
2951         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
2952         command we're looking for.  This helps when the server sends more
2953         responses after we've gotten everything we expected.
2954         (nnimap): Add a `newlinep' field to keep track of end-of-line
2955         conventions.
2956         Don't send CRLF to things that don't want it.
2957         (nnimap-request-accept-article): Ditto.
2958
2959 2010-09-18  Julien Danjou  <julien@danjou.info>
2960
2961         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
2962         than curl to retrieve images.
2963
2964 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2965
2966         * nnimap.el (nnimap-update-info): Extend the info so that we can set
2967         the marks.
2968         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
2969         (nnimap-wait-for-connection): New function.
2970         (nnimap-open-connection): If we have PREAUTH, don't query for login
2971         credentials.
2972         (nnimap-update-info): Fix off-by-one error when concatenating ranges
2973         when doing a partial update.
2974
2975 2010-09-18  Julien Danjou  <julien@danjou.info>
2976
2977         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
2978         tags.
2979
2980 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2981
2982         * nnimap.el (nnimap-credentials): New function.
2983         (nnimap-open-connection): Use the new function to look for credentials
2984         also on the numeric equivalents of "imap" and "imaps".
2985
2986         * gnus-start.el (gnus-activate-group): Send the info to
2987         gnus-request-group.
2988
2989         * nnimap.el (nnimap-request-group): Have the "check" version of the
2990         function parse flags and update the info, so that a `M-g' get a total
2991         resync of all flags from the group.
2992
2993         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
2994         to allow backends to alter the info on group selection.  Also alter all
2995         the backend -request-group functions to take the parameter.
2996
2997         * nnimap.el (nnimap-store-info): New function.
2998         (nnimap-update-info): Store the info for later usage.
2999         (nnimap-request-group): Use the stored info for the dont-check case, so
3000         that we don't retrieve all marks when we enter a group.
3001
3002         * nnimap.el: Use deffoo instead of defun for interface functions.
3003
3004         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
3005         update the group info.  This makes the nndraft groups, for instance, go
3006         back to their old behaviour.
3007
3008         * gnus-sum.el (gnus-select-newsgroup): Indent.
3009
3010         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
3011         in.
3012         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
3013         nothing.
3014
3015         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
3016         from methods that are denied.
3017
3018         * gnus-int.el (gnus-method-denied-p): New function.
3019
3020         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
3021         store the password instead of netrc.
3022         (nnimap-open-connection): Don't error out when we can't make a
3023         connections.
3024
3025         * auth-source.el (auth-source-create): In the password prompt, say what
3026         we're querying for.  Also prompt for user name if that hasn't been
3027         given.
3028
3029         * nnimap.el (nnimap-with-process-buffer): Remove.
3030
3031 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3032
3033         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
3034         method when we're reading from the agent.
3035
3036         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
3037
3038         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
3039         that's probably most useful for users.
3040
3041         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
3042         "failed" all the time.
3043
3044         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
3045         ...)) with (with-current-buffer ... ).
3046
3047         * nntp.el (nntp-open-server): Return whether the open was successful or
3048         not.
3049
3050         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
3051         select an unread unseen article first.
3052
3053         * nnimap.el (nnimap-open-connection): If the user doesn't have a
3054         /etc/services, supply some sensible port defaults.
3055
3056         * dgnushack.el: Define netrc-credentials.
3057
3058 2010-09-17  Julien Danjou  <julien@danjou.info>
3059
3060         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
3061
3062 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3063
3064         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
3065         doesn't have any parameters.
3066
3067 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3068
3069         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
3070         only upcased checks.
3071
3072         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
3073
3074         * nnimap.el (nnimap-open-shell-stream): New function.
3075         (nnimap-open-connection): Use it.
3076         (nnimap-transform-headers): Get the number of lines in each message.
3077         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
3078         number of lines.
3079         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
3080         problem.
3081
3082         * utf7.el (utf7-encode): Autoload.
3083
3084         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
3085         to allow the mail splitting to not return a default group.  This is
3086         useful for nnimap, which will leave unmatched mail in the inbox.
3087
3088         * nnimap.el: Rewritten.
3089
3090         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
3091         nnimap usage.
3092
3093         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
3094         if the move is internal, so that nnimap can do fast internal moves.
3095
3096         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
3097         data.
3098         (gnus-read-active-for-groups): Support finishing the early retrieval of
3099         data.
3100
3101         * gnus-range.el (gnus-range-nconcat): New function.
3102
3103         * gnus-int.el (gnus-finish-retrieve-group-infos)
3104         (gnus-retrieve-group-data-early): New functions.
3105
3106 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3107
3108         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
3109         (nnrss-retrieve-groups):
3110         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
3111         (pop3-quit): Use with-current-buffer.
3112
3113 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3114
3115         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
3116         instead of nnheader-accept-process-output.
3117
3118         * dgnushack.el (dgnushack-compile): Add comment.
3119
3120         * lpath.el: No need to fbind propertize for XEmacs 21.4.
3121
3122         * gnus-html.el (gnus-html-schedule-image-fetching)
3123         (gnus-html-prefetch-images): Replace process-kill-without-query by
3124         gnus-set-process-query-on-exit-flag.
3125
3126 2010-09-16  Romain Francoise  <romain@orebokech.com>
3127
3128         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
3129
3130 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3131
3132         * gnus-registry.el (gnus-registry-install-shortcuts): The second
3133         parameter to unintern is mandatory-ish in Emacs 24.
3134
3135         * gnus-html.el (gnus-html-schedule-image-fetching)
3136         (gnus-html-prefetch-images): Check for curl before using it.
3137
3138         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
3139         depend on curl, which isn't essential.
3140
3141         * imap.el: Revert back to version
3142         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
3143         seem problematic.
3144
3145 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3146
3147         * gnus-registry.el (gnus-registry-install-shortcuts):
3148         Explicitly pass `obarray' to `unintern' to avoid a warning.
3149
3150 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3151
3152         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
3153         change.
3154
3155         * nnrss.el (nnrss-request-list): Remove this function and related
3156         functions, including the moreover stuff.
3157
3158 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3159
3160         * nnrss.el (nnrss-retrieve-groups): New function.
3161
3162 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3163
3164         * .dir-locals.el: Add no-byte-compile cookie.
3165
3166 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3167
3168         * time-date.el (format-seconds): Comment fix.
3169
3170         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
3171         for back end that doesn't support request-scan.
3172
3173 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3174
3175         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
3176         then do request scans from the backends.
3177
3178         * netrc.el (netrc-credentials): New conveniency function.
3179
3180         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
3181         avoid running a hook per line, since this takes a lot of time,
3182         profiling shows.
3183         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
3184         directly if gnus-visual-p is true.
3185
3186 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3187
3188         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
3189         groups; replace mapcar with dolist which is a bit faster; pass groups
3190         info to gnus-read-active-file-1.
3191         (gnus-read-active-file-1): Scan only specified groups if the new
3192         optional arg `infos' is given.
3193
3194 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3195
3196         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
3197
3198         * pop3.el (pop3-movemail): Remove.
3199         (pop3-streaming-movemail): Rename to pop3-movemail.
3200
3201         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
3202         don't restrict end-tag searches to the end of the line.
3203
3204 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3205
3206         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
3207         articles of every unchecked group to t, which means unknown since the
3208         server has never been opened.
3209
3210 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3211
3212         * gnus-html.el (gnus-html-show-alt-text): New command.
3213         (gnus-html-browse-image): Ditto.
3214         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
3215         to browse the image directly.
3216         (gnus-html-wash-tags): Search for images first, so that <a><img> works
3217         better.
3218
3219         * gnus-async.el (gnus-async-article-callback):
3220         Call `gnus-html-prefetch-images' unconditionally.
3221
3222         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
3223         before feeding URLs to curl.
3224
3225 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3226
3227         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
3228         internal images as deletable by `W D D'.
3229
3230         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
3231         (gnus-async-article-callback): Fix typo.
3232
3233 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3234
3235         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
3236         current line to work around bugs in the output from w3m.
3237
3238         * gnus-async.el (gnus-async-article-callback): Always prefetch images
3239         for groups that want that.
3240
3241         * nntp.el (nntp-wait-for-string): Supply a timeout for
3242         accept-process-output to ensure progress.
3243
3244         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
3245         level to get unread articles from, then use that for foreign groups,
3246         too.
3247
3248         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
3249         confuses the rest of the function.
3250
3251         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
3252         for the methods that support -retrieve-groups, too.
3253
3254         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
3255
3256 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3257
3258         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
3259         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
3260
3261         * pop3.el: Require cl when compiling.
3262         (pop3-number-of-responses): Search for "+OK", not "+OK ".
3263
3264 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3265
3266         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
3267         that aren't going to be activated.
3268         (gnus-get-unread-articles): Fix up the last commit.
3269
3270         * gnus-html.el (gnus-article-html): Allow calling without specifying
3271         the handle.  In that case, dissect the buffer first.
3272
3273         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
3274
3275         * nnimap.el (nnimap-open-connection): Revert the change that would look
3276         into authinfo for imaps instead of imap.
3277
3278         * gnus-start.el (gnus-activate-group): Take an optional parameter to
3279         say that you don't want to call gnus-request-group with don-check, but
3280         do check the reponse.  This is for virtual groups only.
3281         (gnus-get-unread-articles): Count the archive groups as secondary, so
3282         that they're activated the same way as before.
3283
3284         * imap.el (imap-message-map): Removed optional buffer parameter, since
3285         no callers use it.
3286         (imap-message-get): Ditto.
3287         (imap-message-put): Ditto.
3288         (imap-mailbox-map): Ditto.
3289         (imap-mailbox-put): Ditto.
3290         (imap-mailbox-get): Ditto.
3291         (imap-mailbox-get): Revert last change for this function.
3292
3293         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
3294         case-insensitively.
3295         (nnimap-debug): Remove.
3296
3297         * imap.el (imap-fetch-safe): Removed function, and altered all callers
3298         to use `imap-fetch' instead.  According to the comments, this should be
3299         safe, since all other IMAP clients use the 1:* syntax.
3300         (imap-enable-exchange-bug-workaround): Removed.
3301         (imap-debug): Removed -- doesn't seem very useful.
3302
3303         * mail-source.el (mail-source-fetch): Don't message if we're fetching
3304         mail from a file, and the file doesn't exist.
3305
3306         * imap.el (imap-log): New convenience function used throughout instead
3307         of repeating the same code all over the place.
3308
3309         * pop3.el (pop3-streaming-movemail): Return t for success.
3310
3311         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
3312         .authinfo if we're using ssl connection.
3313
3314         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
3315         already have if we're in a main Gnus `g' run.
3316
3317         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
3318
3319 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3320
3321         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
3322
3323         * nnmh.el (nnmh-request-list-1): Bind `file'.
3324
3325         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
3326         alias to set-process-query-on-exit-flag or process-kill-without-query.
3327         (pop3-open-server): Use it.
3328
3329 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3330
3331         * mail-source.el (mail-source-delete-crash-box): Always move the crash
3332         box to the Incoming file.  Fixes mistake in previous checkin.
3333
3334         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
3335         request loop (for debugging purposes) removed.
3336
3337         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
3338         culprit is more visible.
3339         (nnml-save-incremental-nov, nnml-open-incremental-nov)
3340         (nnml-add-incremental-nov): New functions to do "incremental" nov
3341         updates, where we just append to the end of the existing nov files
3342         without reading/writing them in full.
3343
3344         * mail-source.el (mail-source-delete-crash-box): Really only check the
3345         incoming files once in a while.
3346
3347         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
3348
3349         * mail-source.el (mail-source-delete-crash-box): Only check the
3350         incoming files for deletion once per day to save a lot of file
3351         accesses.
3352
3353         * pop3.el (pop3-logon): Fix up unbound variable typo.
3354
3355         * mail-source.el (pop3-streaming-movemail): Autoload.
3356
3357         * pop3.el (pop3-streaming-movemail):
3358         Respect pop3-leave-mail-on-server.
3359
3360         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
3361         retrieval.
3362
3363         * pop3.el (pop3-process-filter): Remove unused function.
3364         (pop3-streaming-movemail, pop3-send-streaming-command)
3365         (pop3-wait-for-messages, pop3-write-to-file)
3366         (pop3-number-of-responses): New functions for streaming pop3
3367         retrieval.
3368
3369         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
3370         come from no known methods.
3371         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
3372         list.
3373
3374         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
3375         message sizes.
3376         (pop3-movemail): Use erase-buffer instead of looping and deleting
3377         regions, which seems rather odd.
3378
3379         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
3380         file once per `g' run.
3381
3382         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
3383         directories.  This makes the draft queue directory work.
3384
3385         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
3386         data from the backends, so that we only request the list of groups from
3387         each method once.  This should speed things up considerably.
3388
3389         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
3390         detect that it's not implemented.
3391
3392         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
3393         we actually do recurse down into the tree, but don't stat all leaf
3394         nodes.
3395
3396         * gnus-html.el (gnus-html-show-images): If there are no images to show,
3397         then say so instead of bugging out.
3398
3399         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
3400         files exist before trying to read them.
3401
3402         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
3403         around <pre_int>.
3404
3405         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
3406
3407         * nnmh.el (nnmh-request-list-1): Optimize for speed.
3408
3409 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3410
3411         * mm-util.el (mm-image-load-path): Just return the image directories,
3412         not all directories in the path in addition to the image directories.
3413         (mm-image-load-path): Maintain a cache of the image directories so that
3414         the `g' command in Gnus doesn't have to stat dozens of directories each
3415         time.
3416
3417         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
3418         (gnus-html-wash-tags): Add a new `i' command to insert images.
3419         (gnus-html-insert-image): New command and keystroke.
3420         (gnus-html-redisplay-with-images): New command and keystroke.
3421         (gnus-html-show-images): Rename command.
3422         (gnus-html-wash-tags): Remove more white space before <pre_int> image
3423         spacers.
3424         (gnus-html-wash-tags): Decode entities at the end, so that entities
3425         inside the tags don't mess up the rest of the "parsing".
3426
3427         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
3428         so that nnimap methods aren't agentized by default.  There's apparently
3429         many problems related to agent/imap behaviour.
3430
3431         * gnus-art.el (gnus-article-copy-string): New command and key binding.
3432
3433         * gnus-html.el: Doc fix.
3434
3435 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3436
3437         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
3438         specifier-spec-list for Emacs 21.
3439
3440         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
3441         glyph-width and glyph-height instead of display-graphic-p and
3442         image-size; make avoidance of displaying small images work for XEmacs.
3443
3444         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
3445         for XEmacs.
3446
3447         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
3448         of symbol that holds plist data.
3449         (gnus-process-plist): Remove plist of process after getting it.
3450
3451 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3452
3453         * message.el (message-generate-hashcash): Change default to
3454         'opportunistic if hashcash is installed.
3455
3456         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
3457         (gnus-html-put-image): Only call image-size once, since it's somewhat
3458         time-consuming on remote X servers.
3459
3460 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3461
3462         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
3463         type on data, not a file name.
3464
3465         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
3466         window-pixel-edges for Emacs 21.
3467
3468         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
3469         decoded contents.
3470         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
3471
3472 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3473
3474         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
3475         group line format, since it isn't very interesting.
3476
3477         * gnus-agent.el (gnus-agent-short-article),
3478         (gnus-agent-long-article): Increase values for these two variables,
3479         since most people are likely to have more network connection and
3480         storage than before.
3481
3482         * gnus.el (gnus-refer-article-method): Change default to 'current.
3483         When referring an article, the common behaviour is to refer it from the
3484         current select method, not the native select method.  The chances of
3485         the native select method having the message in question is rather slim
3486         these days.
3487
3488         * gnus-sum.el (gnus-auto-select-subject): Change default to
3489         `unseen-or-unread'.  I think it's likely that most people want to
3490         select an unseen article over a previously seen, but unread one.
3491
3492         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
3493         means that in the article buffer none of the minor mode elements will
3494         be shown, usually, and this is not desirable in most cases.
3495
3496         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
3497         that commands like `d' (and the like) go to the next line in the
3498         buffer, instead of the next unread article.  I think this is the
3499         behaviour that is most natural for most users.
3500         (gnus-single-article-buffer): Change default to nil, so that people can
3501         have as many article buffers open as they have summary buffer.  I think
3502         this is the most natural way for the groups to behave.
3503
3504         * message.el (message-generate-new-buffers): Change default to
3505         `unsent', so that all new message buffers start their names with the
3506         string "*unsent", and it's easier to find the buffers if you move from
3507         them.
3508
3509 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3510
3511         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
3512         small.  They're probably tracking images.
3513         (gnus-html-wash-tags): Remove all <pre_int> place holders.
3514         (gnus-html-rescale-image): Yet another try at getting the image sizing
3515         right.
3516
3517         * nntp.el (nntp-request-set-mark): Refuse to do marks if
3518         nntp-marks-file-name is nil.
3519
3520 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3521
3522         * gnus-html.el (gnus-html-wash-tags)
3523         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
3524         Better logging.
3525
3526 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3527
3528         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
3529
3530         * gnus-html.el (gnus-html-wash-tags): Check the value of
3531         gnus-blocked-images in the summary buffer.
3532
3533 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3534
3535         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
3536
3537 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3538
3539         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
3540         like "a", it seems like.
3541         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
3542         since it needs to be picked from the correct buffer.
3543
3544         * nnwfm.el: Remove.
3545
3546         * nnlistserv.el: Remove.
3547
3548 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3549
3550         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
3551         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
3552
3553 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3554
3555         * nnkiboze.el: Remove.
3556
3557         * nndb.el: Remove.
3558
3559         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
3560         alt text.
3561         (gnus-html-rescale-image): Try to get the rescaling logic right for
3562         images that are just wide and not tall.
3563
3564         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
3565         overshadow variable bindings.
3566
3567 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3568
3569         * gnus-html.el (gnus-html-wash-tags)
3570         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
3571         Add extra logging.
3572
3573 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3574
3575         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
3576         (gnus-max-image-proportion): New variable.
3577         (gnus-html-rescale-image): New function.
3578         (gnus-html-put-image): Rescale images.
3579
3580 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3581
3582         Fix up some byte-compiler warnings.
3583         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
3584         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
3585         (gnus-article-fill-cited-article, gnus-article-hide-citation)
3586         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
3587         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
3588         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
3589         (gnus-group-update-group): Use save-excursion and with-current-buffer.
3590
3591 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3592
3593         * gnus-html.el (gnus-article-html): Decode contents by charset.
3594
3595 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3596
3597         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
3598         (gnus-html-frame-width, gnus-blocked-images)
3599         * message.el (message-prune-recipient-rules): Add custom version.
3600         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
3601
3602         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
3603         functions.
3604
3605         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
3606         gnus-process-get.
3607
3608 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
3609
3610         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
3611         instead of lsub directly.
3612
3613 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3614
3615         * nnwarchive.el: Remove.
3616
3617         * gnus-soup.el: Remove.
3618
3619         * nnsoup.el: Remove.
3620
3621         * nnultimate.el: Remove.
3622
3623         * gnus-html.el (gnus-blocked-images): New variable.
3624
3625         * message.el (message-prune-recipients): New function.
3626         (message-prune-recipient-rules): New variable.
3627
3628         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
3629         guess whether a long line is natural text or not.
3630
3631         * gnus-html.el (gnus-html-schedule-image-fetching):
3632         Use gnus-process-plist and friends for compatibility.
3633
3634 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3635
3636         * gnus-html.el: Require packages that define macros used in this file.
3637         (gnus-article-mouse-face): Declare to silence byte-compiler.
3638         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
3639         process-get.
3640         (gnus-html-put-image): Use plist-get to avoid getf.
3641         (gnus-html-prefetch-images): Use with-current-buffer.
3642
3643 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3644
3645         * gnus-ems.el: Provide compatibility functions for
3646         gnus-set-process-plist.
3647
3648         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
3649         header-line-format for XEmacs 21.4.
3650
3651         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
3652         * gnus.el (gnus-valid-select-methods)
3653         * message.el (message-send-mail-partially-limit)
3654         * mm-decode.el (mm-text-html-renderer)
3655         * mml.el (mml-insert-mime-headers-always)
3656         * smiley.el (smiley-regexp-alist): Bump custom version.
3657
3658 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3659
3660         * gnus-html.el: require mm-url.
3661         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
3662         with the url to `url'.
3663         (gnus-html-wash-tags): Support cid: URLs/images.
3664
3665 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3666
3667         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
3668         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
3669         bindings, as they aren't useful at all.  `w' is moved to `W w'.
3670
3671         * gnus-move.el: Remove file, since it doesn't really work.
3672
3673         * gnus-html.el (gnus-article-html): Tell w3m that the input is
3674         UTF-8.  This seems to fix problems with some German web feeds.
3675
3676         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
3677         at the top so that the proper colours are applied.
3678
3679         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
3680         don't have dots in their names.
3681
3682         * gnus-art.el (gnus-article-view-part): Doc fix.
3683
3684         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
3685         XEmacs-compatible.
3686         (gnus-html-put-image): Don't do images on non-graphic displays.
3687
3688         * nnslashdot.el: Remove this unused backend.
3689
3690         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
3691         actions.
3692         (gnus-undo-register-1): Revert last change.
3693
3694         * gnus-group.el (gnus-group-completing-read): Protect against not
3695         having completion-styles bound.
3696
3697         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
3698         make broken recipients happier.
3699
3700         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
3701
3702         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
3703         point parameter.
3704
3705         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
3706
3707         * gnus-group.el (gnus-group-completing-read): Add 'substring to
3708         completion-styles for group selection.
3709
3710 2009-02-04  Andreas Schwab  <schwab@suse.de>
3711
3712         * gnus-score.el (gnus-score-string): Fix regex for matching extra
3713         headers and regexp-quote the match if necessary.
3714
3715 2009-03-24  Miles Bader  <miles@gnu.org>
3716
3717         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
3718         the blinking smiley.
3719
3720 2009-03-24  Simon Josefsson  <simon@josefsson.org>
3721
3722         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
3723         blink smiley.
3724
3725 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3726
3727         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
3728         where the dribbel file lives exists.
3729
3730         * message.el (message-send-mail-partially-limit): Change the default to
3731         nil, since most people don't want this.
3732
3733         * mm-url.el (mm-url-decode-entities): Also decode entities like
3734         &#x3212.
3735
3736 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
3737
3738         * gnus-sum.el (gnus-summary-idna-message):
3739         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
3740         Hyperlink urls in docstrings with URL `...'.
3741
3742 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
3743
3744         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
3745         functions.
3746
3747 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3748
3749         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
3750         say what the mouseover text should be.
3751
3752         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
3753         version of the mm-w3m-safe-url-regexp variable to only download images
3754         in the groups where we want that to happen.
3755
3756         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
3757
3758         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
3759         easier debugging.
3760         (gnus-article-beginning-of-window): Add kludge to allow spacing past
3761         big pictures in the article buffer.
3762
3763         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
3764         gnus-article-html.
3765         (mm-text-html-renderer): gnus-article-html needs curl in addition to
3766         w3m.
3767
3768         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
3769
3770 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3771
3772         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
3773         which doesn't exist.
3774
3775         * message.el (message-inhibit-ecomplete): New variable to allow some
3776         function to inhibit ecomplete address storage.
3777         (message-resend): Disable ecomplete message storage when resending
3778         messages.
3779
3780         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
3781
3782 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3783
3784         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
3785         Save excursion while copying, moving, and deleting articles in order to
3786         prevent the cursor from jumping to unforeseen place.
3787
3788 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3789
3790         * lpath.el: No need to bind bookmark-current-buffer,
3791         bookmark-yank-point and bookmark-make-record-function.
3792
3793 2010-08-17  Glenn Morris  <rgm@gnu.org>
3794
3795         * gnus-sync.el: Require gnus components whose functions are used.
3796
3797         * gnus-art.el (bookmark-make-record-function):
3798         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
3799         Declare for compiler.
3800
3801         * mm-url.el (mml-compute-boundary): Autoload.
3802
3803 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3804
3805         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
3806
3807 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
3808
3809         Typo fix "hoo4a" -> "hook".
3810
3811         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
3812
3813 2010-08-14  Glenn Morris  <rgm@gnu.org>
3814
3815         * gnus-sync.el (gnus-sync): Fix defgroup version.
3816
3817 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
3818
3819         Doc fixes and keep unknown groups (ammended for nunion bug fix).
3820
3821         * gnus-sync.el: Fix docs.
3822         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
3823         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
3824
3825 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3826
3827         Optimizations for gnus-sync.el.
3828
3829         * gnus-sync.el: Add docs about gnus-sync-backend
3830         possibilities.
3831         (gnus-sync-save): Remove unnecessary message.
3832         (gnus-sync-read): Optimize and show what groups were skipped.
3833
3834 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3835
3836         Minor bug fixes for gnus-sync.el.
3837
3838         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
3839         Don't read the sync on get-new-news.
3840
3841         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
3842         quiet.
3843
3844         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
3845         (fix typo).
3846
3847 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
3848
3849         Make saving and restoring of hidden threads work with overlays.
3850         Patch applied by Ted Zlatanov.
3851
3852         * gnus-sum.el (gnus-hidden-threads-configuration)
3853         (gnus-restore-hidden-threads-configuration): Update to deal with text
3854         properties, rather than searching for a magic character.
3855
3856 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3857
3858         New gnus-sync.el library for synchronization of marks.
3859
3860         * gnus-sync.el: New library for synchronization of marks.
3861
3862         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
3863         renamed from `gnus-registry-grep-in-list'.
3864
3865         * gnus-registry.el (gnus-registry-follow-group-p):
3866         Use `gnus-grep-in-list'.
3867
3868         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
3869
3870 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3871
3872         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
3873         determining charset of text fails.
3874
3875 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3876
3877         * nnmail.el (nnmail-get-new-mail-1): Revert.
3878
3879         * nnml.el (nnml-active-number): Make sure names of newly created groups
3880         in nnml-group-alist are encoded.
3881
3882 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3883
3884         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
3885         containing non-ASCII characters in active file for nnml back end.
3886
3887 2010-07-24  David Engster  <dengste@eml.cc>
3888
3889         * mml-smime.el (mml-smime-epg-verify): Also accept the older
3890         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
3891
3892 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
3893
3894         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
3895         tag (Bug#6654).
3896
3897 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3898
3899         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
3900         the article buffer, not the summary buffer.
3901
3902 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3903
3904         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
3905         Emacs 23 as well.
3906
3907 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3908
3909         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
3910         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
3911
3912 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3913
3914         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
3915         Patch applied by Karl Fogel.
3916
3917         * gnus-sum.el (gnus-summary-bookmark-make-record):
3918         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
3919
3920 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3921
3922         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
3923         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
3924         C-w still not working correctly from Article buffers; Thierry's
3925         patch to fix that will be applied after this.
3926
3927         * gnus-art.el (bookmark-make-record-function): New local variable.
3928
3929         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
3930         article buffer.
3931         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
3932
3933 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
3934
3935         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
3936         on changes in bookmark.el.
3937
3938 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3939
3940         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
3941         `no-log' instead of message not to log prompt string.
3942
3943 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
3944
3945         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
3946         the *other* type of HTML form submission.
3947
3948 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
3949
3950         * auth-source.el (auth-source-pick): If choice does not contain a
3951         questioned keyword, set the check to t.
3952
3953 2010-06-12  Romain Francoise  <romain@orebokech.com>
3954
3955         * gnus-util.el (gnus-date-get-time): Move up before first use.
3956
3957 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3958
3959         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
3960         (gnus-article-edit-part): Bind it to make last part that is substituted
3961         or deleted visible.
3962         (gnus-mime-display-single): Buttonize part of which id equals to
3963         gnus-mime-buttonized-part-id.
3964
3965 2010-06-10  Dan Christensen  <jdc@uwo.ca>
3966
3967         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
3968         (gnus-dd-mmm): Use gnus-date-get-time.
3969         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
3970         simplify logic.
3971         (gnus-summary-limit-to-age): Use gnus-date-get-time.
3972         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
3973
3974 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
3975
3976         * auth-source.el (top): Autoload `secrets-list-collections',
3977         `secrets-create-item', `secrets-delete-item'.
3978         (auth-sources): Fix tag string.
3979         (auth-get-source, auth-source-retrieve, auth-source-create)
3980         (auth-source-delete): New defuns.
3981         (auth-source-pick): Rewrite in order to avoid 2 passes.
3982         (auth-source-forget-user-or-password): New parameter USERNAME.
3983         (auth-source-user-or-password): New parameters CREATE-MISSING and
3984         DELETE-EXISTING.  Retrieve password interactively, if needed.
3985
3986 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3987
3988         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
3989         deleting unused directories when gnus-expert-user is t.
3990
3991 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3992
3993         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
3994         for each temp file when gnus-article-browse-delete-temp is ask.
3995
3996 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3997
3998         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
3999         Lisp calls to delete-backward-char by calls to delete-char.
4000
4001 2010-05-20  Kevin Ryde  <user42@zip.com.au>
4002
4003         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
4004
4005 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
4006
4007         * password-cache.el (password-cache-remove): Fix docstring.
4008
4009 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4010
4011         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
4012         article unless decoding article to be saved.
4013
4014 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4015
4016         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
4017         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
4018         generated within the mm-with-unibyte-current-buffer macro.
4019
4020 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4021
4022         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
4023         to nil when we're in a mml-preview buffer and no group is selected.
4024
4025 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
4026
4027         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
4028         when catching the `C-g'.  Reported by "Leo".
4029
4030 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4031
4032         * message.el (message-forward-make-body-plain)
4033         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
4034         multibyte-string-p.
4035
4036         * lpath.el: Revert.
4037
4038 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4039
4040         * message.el (message-forward-make-body-mml): Assume original message
4041         is multibyte string; error on unibyte.
4042         (message-forward-make-body-plain): Ditto; don't add excessive newline
4043         in body end.
4044
4045         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
4046
4047 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
4048
4049         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
4050         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
4051
4052 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4053
4054         * mm-extern.el (mm-extern-url): Don't use
4055         mm-with-unibyte-current-buffer.
4056         (mm-extern-cache-contents): Use with-current-buffer instead of
4057         save-excursion + set-buffer.
4058
4059 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4060
4061         * mm-util.el (mm-emacs-mule): Remove.
4062
4063 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
4064
4065         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
4066         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
4067         change.
4068
4069 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4070
4071         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
4072         bind the default value of enable-multibyte-characters to nil.
4073
4074 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4075
4076         * message.el (message-forward-make-body-plain)
4077         (message-forward-make-body-mml):
4078         Don't use mm-with-unibyte-current-buffer.
4079
4080 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4081
4082         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
4083
4084 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
4085
4086         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
4087         (Bug#5592).
4088
4089 2010-05-07  Julien Danjou  <julien@danjou.info>
4090
4091         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
4092         it to mm-pipe-part.
4093
4094         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
4095         it is given.
4096
4097 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4098
4099         * binhex.el (binhex-decode-region-internal)
4100         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
4101         (dns-query)
4102         * nnweb.el (nnweb-gmane-search)
4103         * pgg-parse.el (pgg-parse-armor)
4104         * pgg.el (pgg-verify-region)
4105         * sha1.el (sha1-string-external)
4106         * uudecode.el (uudecode-decode-region-internal)
4107         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
4108         XEmacs.
4109
4110         * gnus-art.el (gnus-article-browse-html-parts)
4111         * gnus-group.el (gnus-read-ephemeral-gmane-group)
4112         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
4113         make-temp-file.
4114
4115         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
4116         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
4117         compiling.
4118
4119         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
4120         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
4121         XEmacs when compiling.
4122
4123         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
4124         gnus-pick-mode-off-hook for XEmacs when compiling.
4125         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
4126         gnus-binary-mode-off-hook for XEmacs when compiling.
4127
4128         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
4129         Return nil if char-charset is not available.
4130
4131         * imap.el (imap-disable-multibyte)
4132         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
4133         macros.
4134
4135         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
4136         instead of encode-coding-string.
4137
4138         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
4139         'xemacs) instead of mm-emacs-mule to switch function definitions.
4140         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
4141
4142         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
4143         bind temporary-file-directory for XEmacs;
4144         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
4145         timer-set-function for XEmacs 21.4 and SXEmacs;
4146         bind timer-list for XEmacs 21.4 and SXEmacs;
4147         fbind char-charset and find-charset-region for non-Mule XEmacs;
4148         fbind decode-coding-region, decode-coding-string, detect-coding-region,
4149         encode-coding-region and encode-coding-string for XEmacs having no
4150         file-coding feature.
4151
4152 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
4153
4154         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
4155
4156 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4157
4158         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
4159         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
4160
4161 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
4162
4163         * mm-util.el (mm-decompress-buffer): Use `delete-file';
4164         alias `jka-compr-delete-temp-file' no longer exists.
4165
4166 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4167
4168         Use define-minor-mode in Gnus where applicable.
4169         * mml.el (mml-mode): Use define-minor-mode.
4170         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
4171         (gnus-undo-mode): Use define-minor-mode.
4172         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
4173         (gnus-dead-summary-mode): Use define-minor-mode.
4174         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
4175         Initialize in declaration.
4176         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
4177         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
4178         (gnus-mailing-list-mode): Use define-minor-mode.
4179         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
4180         (gnus-draft-mode): Use define-minor-mode.
4181         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
4182         (gnus-dired-mode): Use define-minor-mode.
4183
4184 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
4185
4186         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
4187         handles on recursive mml-to-mime translation and check them for
4188         boundary delimiter collisions.  Reported by Greg Troxel.
4189
4190 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4191
4192         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
4193
4194 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4195
4196         * mm-util.el (mm-find-buffer-file-coding-system):
4197         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
4198
4199 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
4200
4201         * message.el (message-generate-headers): Record insertion of optional
4202         headers as well.  Otherwise the check to prevent repeated insertion of
4203         optional headers is a no-op.
4204
4205 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
4206
4207         * smime.el: Don't mention CVS.
4208
4209         * nnrss.el (nnrss-fetch): Don't mention CVS.
4210
4211         * nnir.el: Don't mention CVS.
4212
4213 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4214
4215         * gnus-sum.el (gnus-summary-bookmark-make-record):
4216         Add `location' field.
4217
4218 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4219
4220         * lpath.el: Fbind bookmark-default-handler,
4221         bookmark-get-bookmark-record, bookmark-make-record-default,
4222         bookmark-prop-get for Emacs <23 and XEmacs.
4223
4224 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4225
4226         * gnus-sum.el: Add bookmark declarations to silence the compiler.
4227         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
4228         Use with-current-buffer to silence the byte-compiler.
4229         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
4230         bother to require `gnus'.
4231         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
4232
4233 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4234
4235         * gnus-sum.el (gnus-summary-bookmark-make-record)
4236         (gnus-summary-bookmark-jump): New functions.
4237         (gnus-summary-mode): Setup bookmark support.
4238
4239 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
4240
4241         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
4242         if set.
4243
4244 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4245
4246         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
4247         gnus-article-browse-html-save-cid-image; make it work recursively for
4248         forwarded messages as well.
4249         (gnus-article-browse-html-parts): Work when prefix arg is given.
4250         (gnus-article-browse-html-article): Doc fix.
4251
4252 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
4253
4254         * message.el (message-default-mail-headers):
4255         (message-default-headers): Carry the value mail-default-headers over
4256         into message-default-mail-headers, rather than message-default-headers.
4257
4258 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
4259
4260         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
4261         charset.
4262
4263         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
4264         charset into the <meta> tag when the article is encoded to utf-8.
4265
4266 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4267
4268         * gnus-art.el (gnus-article-browse-delete-temp-files):
4269         Delete directories as well.
4270         (gnus-article-browse-html-parts): Work for images that do not specify
4271         file names; delete temp directory when quitting; insert header at the
4272         right place; use file: scheme for image files.
4273
4274 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
4275
4276         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
4277         (gnus-article-browse-html-parts): Use it to make temporary cid image
4278         files in addition to html file so that browser may display them.
4279
4280 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4281
4282         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
4283
4284 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4285
4286         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
4287
4288 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
4289
4290         * auth-source.el (auth-sources): Change default to be simpler.
4291         Explain about Secret Service API sources.  Improve Customize options.
4292         (auth-source-pick): Change to accept any number of search parameters.
4293         Implement fallbacks iteratively, not recursively.  Add scoring on the
4294         second pass and sort by score.  Call Secret Service API when needed.
4295         (auth-source-user-or-password): Use it.  Call Secret Service API
4296         directly when needed to get the user name and the password.
4297
4298 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4299
4300         * message.el (message-interactive): Doc fix.
4301         (message-qmail-inject-args): Reflow.
4302         (message-kill-to-signature): Fix typo in docstring.
4303
4304         * smiley.el (smiley-buffer): Fix typo in docstring.
4305
4306 2010-03-24  Glenn Morris  <rgm@gnu.org>
4307
4308         * mail-source.el (gnus-message): Declare.
4309         (mail-source-delete-old-incoming): Require gnus-util.
4310
4311 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4312
4313         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
4314
4315         * message.el (ecomplete-setup): Autoload it for Emacs <23.
4316
4317         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
4318         password-cache's default if it is not bound.
4319         (mml-secure-passphrase-cache-expiry): Default to 16 that is
4320         password-cache-expiry's default if it is not bound.
4321
4322         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
4323         available in Emacs 21.
4324
4325         * lpath.el: Suppress compiler warnings for:
4326         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
4327         XEmacs;
4328         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
4329         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
4330         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
4331
4332 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
4333
4334         * auth-source.el (auth-sources): Fix up definition so extra parameters
4335         are always inline.
4336
4337 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
4338
4339         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
4340         wasn't updated after mismatch.  Clear cached mailbox info correctly
4341         when uidvalidity changes.
4342         (nnimap-group-prefixed-name): New function to avoid some code
4343         duplication.
4344         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
4345         (nnimap-request-group): Use it.
4346         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
4347         (nnimap-update-unseen): Significantly improved speed of Gnus startup
4348         with many imap folders.  This is done by caching the group status from
4349         the imap server persistently in a group parameter `imap-status'.  (This
4350         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
4351         but not persistently, so every Gnus startup was still very slow.)
4352
4353 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
4354
4355         * assistant.el (assistant-render-text): Run `widget-setup' and don't
4356         delete the extra newline.  Otherwise editing of :string and :number
4357         types don't work.
4358
4359 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4360
4361         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
4362         secrets.el dependency.
4363         (auth-sources): Add optional user name.  Add secrets.el configuration
4364         choice (unused right now).
4365
4366 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4367
4368         * gnus-sum.el (gnus-summary-make-menu-bar):
4369         Let `gnus-registry-install-shortcuts' fill in the functions.
4370
4371         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
4372         warnings.
4373         (gnus-registry-misc-menus): Variable to hold registry mark menus.
4374         (gnus-registry-install-shortcuts): Populate and use it in a
4375         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
4376
4377 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
4378
4379         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
4380         In-place substitutions for the group name encoding/decoding.
4381         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
4382         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
4383         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
4384         (nnimap-update-unseen, nnimap-request-list)
4385         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
4386         (nnimap-request-set-mark, nnimap-split-to-groups)
4387         (nnimap-split-articles, nnimap-request-newgroups)
4388         (nnimap-request-create-group, nnimap-request-accept-article)
4389         (nnimap-request-delete-group, nnimap-request-rename-group)
4390         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
4391         `encoded-mbx' for consistency.
4392         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
4393         variable `imap-current-mailbox'.
4394
4395         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
4396         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
4397
4398 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
4399
4400         * pop3.el (pop3-display-message-size-flag): Display message size byte
4401         counts during POP3 download.
4402         (pop3-movemail): Use it.
4403         (pop3-list): Implement listing of available messages.
4404
4405 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
4406
4407         * nnir.el (nnir-get-article-nov-override-function): New function to
4408         override the normal NOV retrieval.
4409         (nnir-retrieve-headers): Use it.
4410
4411 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
4412
4413         * auth-source.el (netrc-machine-user-or-password): Autoload.
4414
4415 2010-03-19  Glenn Morris  <rgm@gnu.org>
4416
4417         Stop message.el from loading about 40 libraries it doesn't always need.
4418         The general approach is to autoload rather than require, and to
4419         require in the specific functions rather than the file.  (Bug#5642)
4420
4421         * gmm-utils.el: Don't require wid-edit.
4422         (widget-create-child-value, widget-convert, widget-default-get):
4423         Autoload.
4424
4425         * gnus-util.el: Don't require time-date, netrc.
4426         (message-fetch-field, gnus-group-name-decode): Declare rather than
4427         autoloading.
4428         (gnus-fetch-field): Require message.
4429         (gnus-decode-newsgroups): Require gnus-group.
4430
4431         * ietf-drums.el: Don't require time-date.
4432
4433         * message.el: Don't require hashcash, canlock, ecomplete.
4434         Do require mail-utils.  Require nnheader only when compiling.
4435         (smtpmail-default-smtp-server): Remove declaration.
4436         (message-send-mail-function): Check smtpmail-default-smtp-server
4437         is bound rather than requiring smtpmail.
4438         (message-auto-save-directory, message-insert-signature):
4439         Use expand-file-name rather than nnheader-concat.
4440         (nnheader-insert-file-contents): Autoload.
4441         (hashcash-wait-async): Declare.
4442         (message-send-mail): Only call gnus-setup-posting-charset if
4443         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
4444         (message-send-mail-with-sendmail): Require sendmail.
4445         (canlock-password, canlock-password-for-verify): Declare.
4446         (message-canlock-password): Require canlock.
4447         (nnheader-get-report): Autoload.
4448         (gnus-setup-posting-charset): Declare.
4449         (message-send-news): Require gnus-msg.
4450         (message-make-references, message-make-in-reply-to): Use mail-header-id
4451         rather than the alias mail-header-message-id.
4452         (ecomplete-add-item, ecomplete-save): Declare.
4453         (message-put-addresses-in-ecomplete): Require ecomplete.
4454         (ecomplete-display-matches): Autoload.
4455
4456         * mm-decode.el: Don't require mailcap, gnus-util.
4457         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
4458         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
4459         Autoload.
4460         (mailcap-mime-extensions): Declare.
4461
4462         * mm-encode.el: Don't require mailcap.
4463         (mailcap-extension-to-mime): Autoload.
4464
4465         * mml-sec.el: Don't require password-cache.
4466
4467         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
4468         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
4469         (mml-minibuffer-read-type): Require mailcap.
4470         (mml-preview): Require gnus-msg.
4471
4472         * mml1991.el: Require password-cache.
4473         (password-cache-expiry): Remove declaration.
4474
4475         * mml2015.el: Require password-cache.
4476         (password-cache-expiry): Remove declaration.
4477
4478         * nneething.el (mailcap): Require mailcap.
4479
4480         * nnheader.el (declare-function): Add compatibility stub.
4481         (message-remove-header): Declare rather than autoload.
4482         (nnheader-replace-header): Require message.
4483
4484         * nnimap.el (declare-function): Add compatibility stub.
4485         (netrc-parse, netrc-machine-user-or-password): Declare.
4486         (nnimap-open-connection): Require netrc.
4487
4488         * nntp.el (declare-function): Add compatibility stub.
4489         (netrc-parse, netrc-machine, netrc-get): Declare.
4490         (nntp-send-authinfo): Require netrc.
4491
4492         * rfc2047.el: Don't require qp.
4493         (quoted-printable-encode-region, quoted-printable-decode-string):
4494         Autoload.
4495
4496         * sieve-mode.el: Don't require easymenu.
4497         (easy-menu-add-item): Autoload it.
4498
4499         * spam-stat.el (time-to-number-of-days): Autoload it.
4500
4501 2010-03-19  Glenn Morris  <rgm@gnu.org>
4502
4503         * password-cache.el (password-cache, password-cache-expiry): Autoload.
4504
4505 2010-03-18  Glenn Morris  <rgm@gnu.org>
4506
4507         * hashcash.el (declare-function): Remove duplicate definition.
4508
4509 2010-03-17  Kevin Ryde  <user42@zip.com.au>
4510
4511         * mml.el (mml-read-tag): Unquote values with `read' to reverse
4512         prin1 in mml-insert-tag (just stripping the quotes gave wrong
4513         value if any backslash escapes).
4514
4515 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4516
4517         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
4518         if it is available.  (bug#5647)
4519
4520         * lpath.el: Suppress compiler warning for coding-system-from-name for
4521         Emacs 21 and XEmacs.
4522
4523 2010-03-14  Juri Linkov  <juri@jurta.org>
4524
4525         * hmac-def.el:
4526         * hmac-md5.el:
4527         * netrc.el: Fix keywords.
4528
4529 2010-02-26  Glenn Morris  <rgm@gnu.org>
4530
4531         * message.el (message-send-mail-function): Change the default, so that
4532         it inherits from a customized send-mail-function.  (Bug#5643)
4533
4534 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4535
4536         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
4537         shell-command-to-string signals an error (bug#5299).
4538
4539 2010-02-24  Glenn Morris  <rgm@gnu.org>
4540
4541         * message.el (message-smtpmail-send-it)
4542         (message-send-mail-with-mailclient): Doc fixes.
4543
4544 2010-02-16  Glenn Morris  <rgm@gnu.org>
4545
4546         * message.el (message-default-mail-headers): Change the default value
4547         to ease the transition from mail-mode to message-mode.  (Bug#5555)
4548
4549 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4550
4551         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
4552         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
4553
4554 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
4555
4556         * time-date.el (date-to-time): Doc fix (Bug#5408).
4557
4558 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
4559
4560         * message.el (message-mail): Just pass yank-action on to message-setup.
4561         (message-setup): Handle (FUN . ARGS) form of yank-action.
4562         (message-with-reply-buffer, message-widen-reply)
4563         (message-yank-original): Handle non-buffer values of
4564         message-reply-buffer (Bug#4080).
4565         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
4566
4567 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
4568
4569         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
4570         Fix typo in docstring.
4571
4572 2010-01-08  Jason Rumney  <jasonr@gnu.org>
4573
4574         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
4575         response.
4576
4577 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4578
4579         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
4580
4581         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4582
4583         * message.el (message-check-news-header-syntax): Protect against a
4584         string that `rfc822-addresses' returns when parsing fails.
4585
4586 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4587
4588         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
4589         (gnus-previous-char-property-change): New functions.
4590
4591         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
4592
4593 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
4594
4595         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
4596         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
4597
4598 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
4599
4600         * message.el (message-exchange-point-and-mark): Rework last change to
4601         avoid using optional arg of exchange-point-and-mark, for backward
4602         compatibility.
4603
4604 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
4605
4606         * message.el (message-exchange-point-and-mark):
4607         Call exchange-point-and-mark with an argument rather than setting
4608         mark-active by hand (Bug#5175).
4609
4610 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4611
4612         * nntp.el (nntp-service-to-port): Work for service expressed with
4613         numeric string; replace [:digit:] with [0-9] for XEmacs.
4614
4615 2009-12-17  Glenn Morris  <rgm@gnu.org>
4616
4617         * gnus-group.el (gnus-bug-group-download-format-alist):
4618         Change emacs entry to debbugs.gnu.org.  Bump :version.
4619
4620 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
4621
4622         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
4623
4624 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
4625
4626         * message.el (message-info): Explain why we use `Info-goto-node'.
4627
4628 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4629
4630         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
4631
4632 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4633
4634         * message.el (message-completion-in-region): New compatibility function.
4635         (message-expand-group): Use it.
4636
4637 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4638
4639         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
4640         with no unread article should be listed if the 2nd arg `predicate' is
4641         given.
4642
4643 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4644
4645         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
4646
4647 2009-11-29  Juri Linkov  <juri@jurta.org>
4648
4649         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
4650         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
4651         on `gnus-recenter'.  (Bug#4698, Bug#4981)
4652
4653 2009-11-26  Kevin Ryde  <user42@zip.com.au>
4654
4655         * sha1.el (sha1-string-external): default-directory "/" in case
4656         otherwise non-existent.  process-connection-type pipe for touch of
4657         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
4658
4659 2009-11-25  Kevin Ryde  <user42@zip.com.au>
4660
4661         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
4662         it's comms related and sgml-mode.el has "comm" on that basis too.
4663
4664 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4665
4666         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
4667         containing tspecial characters if they have been already quoted.
4668
4669 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
4670
4671         * dns-mode.el (auto-mode-alist): Purecopy string.
4672
4673 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4674
4675         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
4676
4677 2009-10-24  Glenn Morris  <rgm@gnu.org>
4678
4679         * gnus-art.el (help-xref-stack-item): Define for compiler.
4680
4681 2009-10-21  Kevin Ryde  <user42@zip.com.au>
4682
4683         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
4684
4685 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4686
4687         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
4688
4689 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4690
4691         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
4692         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
4693
4694 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4695
4696         * gnus.el (gnus-overlay-get): New alias to overlay-get.
4697         (gnus-overlays-in): New alias to overlays-in.
4698
4699         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
4700         gnus-overlay-get, and gnus-delete-overlay.
4701         (gnus-summary-show-thread): Make it work as well for systems in which
4702         next-single-char-property-change is not available.
4703         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
4704
4705         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
4706         (gnus-overlay-get): New alias to extent-property.
4707         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
4708
4709         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
4710         SXEmacs.
4711
4712         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
4713         SXEmacs.
4714
4715 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
4716
4717         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
4718
4719 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
4720
4721         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
4722         and XEmacs that don't have `remove-overlays'.
4723
4724 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4725
4726         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
4727         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
4728         selective display.  Use overlays instead.
4729
4730 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
4731
4732         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
4733
4734 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
4735
4736         * spam-stat.el (spam-stat-load): Fix typo in message.
4737
4738 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
4739
4740         * dig.el (dig-invoke): Fix typo in docstring.
4741         (query-dig): Reflow docstring.
4742
4743 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
4744
4745         * gnus-art.el (gnus-article-encrypt-body):
4746         * message.el (message-check-recipients):
4747         * mm-util.el (mm-codepage-setup):
4748         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
4749         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
4750
4751 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
4752
4753         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
4754         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
4755         keys from the menu if mm-{sign,encrypt}-option is 'guided.
4756         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
4757         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
4758
4759 2009-09-21  Kevin Ryde  <user42@zip.com.au>
4760
4761         * dig.el: Add "Keywords: comm", as per net-utils.el.
4762
4763 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4764
4765         * dig.el (dig-mode): Use define-derived-mode.
4766
4767 2009-09-19  Glenn Morris  <rgm@gnu.org>
4768
4769         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
4770
4771 2009-09-18  Glenn Morris  <rgm@gnu.org>
4772
4773         * gnus-diary.el (gnus-diary-check-message):
4774         * message.el (message-insert-formatted-citation-line):
4775         * nnbabyl.el (top-level):
4776         * nndiary.el (nndiary-schedule):
4777         Fix typos in condition-case handlers.
4778
4779 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4780
4781         * gnus-art.el (gnus-article-edit-part): Work for the buffer
4782         configuration that provides the sole article window in a frame;
4783         position point correctly after deleting a part.
4784
4785 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
4786
4787         * spam.el (spam-unregister-on-reregister): Add boolean variable.
4788         (spam-resolve-registrations-routine): Use it to unregister articles
4789         that change status.
4790
4791 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4792
4793         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
4794         with XEmacs.
4795         (parse-time-string-chars): Use it.
4796
4797 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
4798
4799         * imap.el (imap-interactive-login): Better messages.
4800         (imap-open): Fix bug with renamed buffer on reconnect.
4801         (imap-authenticate): Add buffer-local imap-last-authenticator variable
4802         for easier debugging and cleaner code.  On successful (guessed based on
4803         server capabilities) secondary authentication, set imap-state
4804         correctly.
4805         (imap-last-authenticator): Define imap-last-authenticator as a variable
4806         to avoid warnings.
4807
4808 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4809
4810         * nnrss.el (nnrss-request-article): Remove binding of
4811         default-enable-multibyte-characters that has gotten needless by
4812         the 2007-07-13 change in rfc2047-encode-message-header.
4813
4814         * mml.el (mml-insert-multipart): Error on the message header.
4815         (mml-insert-part): Error on the message header; position point at
4816         the end of a MIME tag.
4817
4818 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4819
4820         * time-date.el (autoload): Expand define-obsolete-function-alias into
4821         defalias and make-obsolete for old Emacsen that Gnus supports.
4822         (with-no-warnings): Define it for old Emacsen.
4823         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
4824         is available.
4825         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
4826         float-time is available; suppress compile warning for time-to-seconds.
4827
4828         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
4829         (gnus-float-time): Alias to float-time if it exists.
4830
4831         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
4832         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
4833         float-time is available; suppress compile warning for time-to-seconds.
4834
4835         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
4836         XEmacs.
4837
4838 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
4839
4840         * imap.el (imap-message-map): Docstring fix.
4841
4842 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4843
4844         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
4845         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
4846         Add the optional argument `encoding' that overrides the default.
4847
4848         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
4849         mm-encode-buffer.
4850
4851 2009-09-04  Glenn Morris  <rgm@gnu.org>
4852
4853         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
4854         mm-disable-multibyte, rather than default-enable-multibyte-characters.
4855         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
4856         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
4857         * mm-util.el (mm-with-unibyte-current-buffer)
4858         (mm-find-buffer-file-coding-system):
4859         * yenc.el (yenc-decode-region): Use default-value rather than
4860         default-enable-multibyte-characters.
4861
4862 2009-09-03  Glenn Morris  <rgm@gnu.org>
4863
4864         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
4865         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
4866         than default-enable-multibyte-characters.
4867
4868 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
4869
4870         * gnus-art.el (gnus-article-read-summary-keys):
4871         Fix gnus-buffer-configuration's value temporarily used.
4872
4873 2009-09-02  Glenn Morris  <rgm@gnu.org>
4874
4875         * gnus-util.el (gnus-float-time): New function.
4876         * gnus-delay.el (gnus-delay-article):
4877         * gnus-sum.el (gnus-thread-latest-date):
4878         * gnus-util.el (gnus-user-date): Use gnus-float-time.
4879         * nnspool.el (nnspool-request-newgroups):
4880         Use gnus-float-time rather than time-to-seconds.
4881         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
4882
4883         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
4884         (gnus-header-subject-face, gnus-header-newsgroups-face)
4885         (gnus-header-name-face, gnus-header-content-face):
4886         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
4887         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
4888         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
4889         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
4890         (gnus-cite-face-11):
4891         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
4892         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4893         (gnus-server-closed-face, gnus-server-denied-face)
4894         (gnus-server-offline-face):
4895         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
4896         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
4897         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
4898         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
4899         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
4900         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
4901         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
4902         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
4903         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
4904         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
4905         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
4906         (gnus-summary-selected-face, gnus-summary-cancelled-face)
4907         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
4908         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
4909         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
4910         (gnus-summary-high-undownloaded-face)
4911         (gnus-summary-low-undownloaded-face)
4912         (gnus-summary-normal-undownloaded-face)
4913         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
4914         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
4915         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
4916         (gnus-splash-face):
4917         * message.el (message-header-to-face, message-header-cc-face)
4918         (message-header-subject-face, message-header-newsgroups-face)
4919         (message-header-other-face, message-header-name-face)
4920         (message-header-xheader-face, message-separator-face)
4921         (message-cited-text-face, message-mml-face):
4922         * sieve-mode.el (sieve-control-commands-face)
4923         (sieve-action-commands-face, sieve-test-commands-face)
4924         (sieve-tagged-arguments-face):
4925         * spam.el (spam-face):
4926         Mark face aliases with "-face" in the name as obsolete.
4927
4928 2009-09-01  Glenn Morris  <rgm@gnu.org>
4929
4930         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
4931         than goto-line.
4932
4933 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4934
4935         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4936         Don't move point if the command is invoked inside the message header.
4937
4938 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4939
4940         * imap.el (imap-send-command): Simplify.
4941         (imap-wait-for-tag): point-max -> buffer-size.
4942
4943 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4944
4945         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
4946         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
4947         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
4948         * nnir.el (nnir-swish-e-index-file):
4949         * gnus-sum.el (gnus-summary-delete-marked-as-read)
4950         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
4951         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4952         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
4953         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
4954         (gnus-treat-display-xface): Add Emacs version of obsolescence.
4955
4956 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4957
4958         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4959         Don't save excursion.
4960
4961 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4962
4963         * nnheader.el (nnheader-find-file-noselect):
4964         * mm-util.el (mm-insert-file-contents):
4965         Use (default-value 'major-mode) instead of default-major-mode.
4966
4967 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4968
4969         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
4970
4971 2009-08-26  Glenn Morris  <rgm@gnu.org>
4972
4973         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
4974         than placing in files.el.
4975
4976 2009-08-25  Glenn Morris  <rgm@gnu.org>
4977
4978         * nnir.el (top-level): Don't require cl at run-time.
4979         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
4980         Replace cl-function substitute with gnus-replace-in-string.
4981         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
4982         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
4983         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
4984         simplified expansions.
4985
4986 2009-08-25  Kevin Ryde  <user42@zip.com.au>
4987
4988         * dig.el (dig): Add autoload cookie.
4989
4990 2009-08-22  Glenn Morris  <rgm@gnu.org>
4991
4992         * gnus-art.el (gnus-button-patch): Use forward-line rather than
4993         goto-line.
4994
4995 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
4996
4997         * parse-time.el (parse-time-string-chars): Save match data.
4998
4999 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
5000
5001         * parse-time.el (parse-time-string-chars): Compute using character
5002         classes, to handle non-ascii characters (Bug#3190).
5003
5004 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5005
5006         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
5007
5008         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
5009         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
5010         (gnus-mm-display-part, gnus-mime-display-single)
5011         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
5012         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
5013
5014         * gnus-sum.el
5015         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
5016         (gnus-summary-move-article): Add expirable mark to articles copied or
5017         moved to group that has auto-expire turned on if the option is non-nil.
5018
5019 2009-07-24  Glenn Morris  <rgm@gnu.org>
5020
5021         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
5022         Fix typo.  (Bug#3903)
5023
5024 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5025
5026         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
5027         gnus-article-read-summary-keys rather than gnus-summary-edit-article
5028         that should not be used for draft articles.
5029         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
5030         that has no concern in minor mode keys.
5031         (gnus-article-summary-command, gnus-article-summary-command-nosave):
5032         Abolish.
5033
5034 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5035
5036         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
5037         article without making inquiry to a user for unknown encoding.
5038
5039         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
5040         (nnmaildir--scan): Assume i-node and device number that file-attributes
5041         returns might be cons-cell.
5042
5043         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
5044
5045         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
5046
5047 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
5048
5049         * auth-source.el: Remove docs now in auth.texi.  Don't use
5050         `gnus-message' for logging.  Add new variables `auth-source-debug' and
5051         `auth-source-hide-passwords' and use them.
5052
5053 2009-07-15  Glenn Morris  <rgm@gnu.org>
5054
5055         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
5056
5057 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5058
5059         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
5060         excessive whitespace from the default values of title and description.
5061
5062 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5063
5064         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
5065         mail-fetch-field to fetch Content-Description header in order to
5066         exclude newlines.
5067
5068 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
5069
5070         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
5071         format used by GnuPG 2.0.11.
5072
5073 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5074
5075         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
5076         to deleted part.
5077
5078 2009-05-30  David Engster  <dengste@eml.cc>
5079
5080         * nnmairix.el: Remove old documentation in the commentary block.
5081         (nnmairix-request-group): Do not update active file for nnml back ends.
5082         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
5083         end so that overview files are ignored.
5084         (nnmairix-update-groups): Make updating the groups more robust by using
5085         marks.
5086         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
5087         with dollar characters in message-id.
5088
5089 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
5090
5091         * spam.el: Use dns-query instead of query-dns.  Was renamed on
5092         2008-12-25 in dns.el.
5093
5094 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5095
5096         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
5097         could happen if the text is only composed of spaces and/or tabs.
5098
5099 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
5100
5101         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
5102         when sending a queued message to avoid extra mml tags.
5103
5104 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5105
5106         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
5107
5108 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5109
5110         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
5111         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
5112         rmail-toggle-header for XEmacs;
5113         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
5114
5115 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5116
5117         * gnus-dired.el: Remove autoload for gnus-setup-message.
5118         (gnus-dired-attach): Fake this-command value to prevent Gnus from
5119         displaying Gnus logo; always use compose-mail.
5120
5121 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5122
5123         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
5124
5125 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5126
5127         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
5128         (gnus-nocem-issuers): List currently active issuers; fix custom type.
5129         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
5130         available.
5131         (gnus-nocem-epg-verify): New function.
5132
5133 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
5134
5135         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
5136
5137 2009-02-15  Glenn Morris  <rgm@gnu.org>
5138
5139         * gnus-util.el (rmail-insert-rmail-file-header)
5140         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
5141         autoloads.
5142         (rmail-default-rmail-file): Remove unnecessary declaration.
5143         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
5144
5145 2009-02-14  Glenn Morris  <rgm@gnu.org>
5146
5147         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
5148         variable (only used in gnus-util, which declares it anyway).
5149         (rmail-output-to-rmail-file): Remove autoload of deleted function,
5150         which was only needed by gnus-art (changed to not use it any more).
5151         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
5152         only used in gnus-util, which autoloads it itself.
5153         (rmail-update-summary): Fix autoload.
5154
5155         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
5156         rather than rmail-output-to-rmail-file.
5157
5158 2009-02-07  Glenn Morris  <rgm@gnu.org>
5159
5160         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
5161         autoload of function that no longer exists.
5162         (rmail-toggle-header): Declare.
5163         (message-forward-rmail-make-body): Handle mbox Rmail.
5164
5165 2009-01-31  Glenn Morris  <rgm@gnu.org>
5166
5167         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
5168         2009-01-09 change.
5169
5170 2009-01-31  Dave Love  <fx@gnu.org>
5171
5172         * imap.el (imap-fetch-safe): Bind debug-on-error.
5173         (imap-debug): Add imap-fetch-safe.
5174
5175 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
5176
5177         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
5178         (auth-source-forget-all-cached): New convenience function.
5179         (auth-source-user-or-password): Accept list of modes or a single mode.
5180
5181         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
5182         auth-source modes.
5183
5184         * netrc.el (netrc-machine-user-or-password): Use list of
5185         auth-source modes.
5186
5187         * nnimap.el (nnimap-open-connection): Use list of
5188         auth-source modes.
5189
5190         * nntp.el (nntp-send-authinfo): Use list of
5191         auth-source modes.
5192
5193 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5194
5195         * auth-source.el: Update docs to reflect epa-file-enable is to be used
5196         now.
5197
5198 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5199
5200         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
5201         coding system in XEmacs; add a workaround for XEmacs.
5202
5203         * lpath.el: Fbind coding-system-aliasee.
5204
5205 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5206
5207         * mm-util.el (mm-coding-system-priorities): Protect against nil value
5208         of current-language-environment.
5209
5210 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5211
5212         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
5213         available at runtime.
5214
5215 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5216
5217         * gnus-art.el (article-date-ut): Fix end point of narrowing.
5218
5219 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
5220
5221         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
5222         the greatest positive fixnum value doesn't work under an XEmacs with
5223         bignum support; use the most-positive-fixnum constant instead,
5224         available since Emacs 21.1 with cl and XEmacs 21.1.
5225
5226 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5227
5228         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
5229         XEmacs gets not to work.
5230
5231 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5232
5233         * mm-util.el (mm-coding-system-priorities): Allow the value like
5234         "Japanese (UTF-8)" of current-language-environment.
5235
5236 2009-01-09  Glenn Morris  <rgm@gnu.org>
5237
5238         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
5239         with last-command-event.
5240
5241 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
5242
5243         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
5244         in the doc string.
5245
5246         * message.el (message-fix-before-sending): Amend comment.
5247
5248 2009-01-08  Dave Love  <fx@gnu.org>
5249
5250         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
5251
5252 2009-01-07  David Engster  <dengste@eml.cc>
5253
5254         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
5255         simplified server definitions by converting it via
5256         gnus-server-to-method.
5257
5258 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5259
5260         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
5261         parameter's operands.
5262
5263 2009-01-06  David Engster  <dengste@eml.cc>
5264
5265         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
5266         primary select method (for gnus-group-mark-article-as-read).
5267
5268 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
5269
5270         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
5271         `(gnus)Face', not `(gnus)X-Face'.
5272
5273 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5274
5275         * mm-util.el (mm-ucs-to-char): New function.
5276
5277         * mm-url.el (mm-url-decode-entities): Use it.
5278
5279         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
5280         unicode-to-char.
5281
5282 2009-01-05  Dave Love  <fx@gnu.org>
5283
5284         * time-date.el: Require cl for `declare'.
5285
5286 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5287
5288         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
5289         Dave Love.
5290
5291 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5292
5293         * message.el (message-fix-before-sending): Add `eight-bit' to
5294         illegible-text check.
5295
5296 2009-01-03  Michael Olson  <mwolson@gnu.org>
5297
5298         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
5299         `headers' is nil.  This can occur if the IMAP server does not have
5300         permissions to read messages from a folder, but can write new messages
5301         to the folder.
5302         (nnimap-request-article-part): Do not insert `data' if it is nil.
5303
5304         * imap.el (imap-parse-fetch): Courier can insert spurious blank
5305         characters which will confuse `read', so skip past them.
5306
5307 2009-01-01  Dave Love  <fx@gnu.org>
5308
5309         * imap.el (imap-string-to-integer): Fix typo.
5310         (imap-fetch-safe): New function.
5311         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
5312
5313         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
5314
5315         * imap.el (imap-process-connection-type, imap-debug, imap-open):
5316         (imap-parse-greeting): Fix doc strings.
5317         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
5318         (imap-parse-flag-list): Make messages unique.
5319         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
5320
5321         * nnimap.el: Fix author email.
5322         (nnimap-split-rule): Add FIXME comment.
5323         (nnimap-debug): Fix doc string.
5324
5325 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5326
5327         * dns.el (dns-set-servers): Check "Address".  Fix typo.
5328
5329 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
5330
5331         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
5332         nslookup if resolv.conf isn't available.
5333         (dns-query): Rename from query-dns.
5334         (dns-query-cached): Rename from query-dns-cached.
5335
5336 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5337
5338         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
5339         overlay-arrow-position and overlay-arrow-string buffer-local; no need
5340         to check if those variables exist (first appeared in Emacs 18.50).
5341
5342 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5343
5344         * mm-util.el (mm-line-number-at-pos): New function.
5345
5346         * spam-report.el (spam-report-process-queue): Use it.
5347
5348 2008-12-24  David Engster  <dengste@eml.cc>
5349
5350         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
5351         parameters that haven't existed as variables as buffer-local variables.
5352
5353 2008-12-23  Dave Love  <fx@gnu.org>
5354
5355         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
5356         cadar.
5357
5358         * sieve-manage.el (sieve-manage-starttls-p): Rename from
5359         imap-starttls-p.
5360         (sieve-manage-starttls-open): Rename from imap-starttls-open.
5361
5362 2008-12-22  Dave Love  <fx@gnu.org>
5363
5364         * imap.el: Fix author email.  Doc fixes.
5365         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
5366         reply.
5367
5368 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
5369
5370         * spam-report.el (spam-report-gmane-max-requests): New constant.
5371         (spam-report-gmane-wait): New variable.
5372         (spam-report-gmane-ham, spam-report-gmane-spam)
5373         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
5374         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
5375         the server.
5376
5377         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
5378         Add explanations.
5379
5380         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
5381         nnheader-accept-process-output and nnheader-read-timeout if available.
5382         (pop3-movemail): Use it.
5383
5384         * message.el (message-check-news-body-syntax): Fix signature check if
5385         there's an attachment.
5386
5387 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5388
5389         * mm-util.el: Add comments to the mm- emulating functions.
5390
5391 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
5392
5393         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
5394         Reported by Stephen Berman <stephen.berman@gmx.net>.
5395
5396 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5397
5398         * mm-util.el (mm-substring-no-properties): New function.
5399         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
5400         (mm-special-display-p): Enable those lambda forms to be byte compiled.
5401         (mm-string-to-multibyte): Doc fix.
5402
5403         * mml.el (mml-attach-file): Use mm-substring-no-properties.
5404
5405 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5406
5407         * mml.el (mml-attach-file): Strip text properties from file name.
5408         (Bug#1574)
5409
5410 2008-12-16  Glenn Morris  <rgm@gnu.org>
5411
5412         * mm-util.el (mm-charset-override-alist): Declare for compiler.
5413
5414 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5415
5416         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
5417         knows since the charset specified might be a bogus alias that
5418         mm-charset-synonym-alist provides.
5419
5420 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5421
5422         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
5423         "ISO_8859-1".
5424
5425         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
5426
5427 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5428
5429         * mm-util.el (mm-charset-eval-alist):
5430         Define it before mm-charset-to-coding-system.
5431         (mm-charset-to-coding-system): Add optional argument `silent';
5432         define it before mm-charset-override-alist.
5433         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
5434         default value if it can be used in Emacs currently running;
5435         silence mm-charset-to-coding-system.
5436
5437 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5438
5439         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
5440         `allow-override' which says whether to use `mm-charset-override-alist'.
5441         (rfc2047-decode-encoded-words): Use it.
5442
5443         * mm-util.el (mm-charset-override-alist): Fix custom type;
5444         add `(gb2312 . gbk)' to choices.
5445
5446 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5447
5448         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
5449         fast.
5450
5451         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5452
5453         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
5454
5455 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
5456
5457         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
5458         on links.
5459
5460         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5461
5462 2008-12-03  Lute Kamstra  <lute@gnu.org>
5463
5464         * sha1.el: Remove leading * from docstrings of defcustoms,
5465         deffaces, defconsts and defuns.
5466
5467 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5468
5469         * message.el (message-idna-to-ascii-rhs-1): Protect against local
5470         users' addresses that don't have domain parts.
5471         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
5472         rather than message-narrow-to-head since there will be the message
5473         header separator.
5474
5475 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5476
5477         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
5478         since the result is inserted in a unibyte buffer anyway.
5479         (nnimap-demule-use-string-to-multibyte): Remove.
5480         (nnimap-demule): Alias it to mm-string-to-multibyte.
5481
5482 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
5483
5484         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
5485         variable for debugging bug#464 and bug#1174.
5486         (nnimap-demule): Use it.
5487
5488 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5489
5490         * gnus-score.el (gnus-score-find-trace): Handle default score in total
5491         score calculation correctly.
5492
5493 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5494
5495         * message.el (message-send-mail): Just set the buffer to unibyte
5496         rather than use mm-with-unibyte-current-buffer which does a lot more.
5497         (message-send-mail-partially): Don't bother with
5498         mm-with-unibyte-current-buffer since it's already been made unibyte by
5499         message-send-mail.
5500
5501 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
5502
5503         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
5504
5505 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
5506
5507         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
5508
5509 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5510
5511         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
5512         require itself and to remove `with-no-warnings'.
5513
5514 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5515
5516         * starttls.el (starttls-any-program-available): Get the name of the
5517         available TLS layer program.
5518         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
5519         well as the host name in the "opening" message.
5520
5521         * auth-source.el (auth-source-cache, auth-source-do-cache)
5522         (auth-source-user-or-password): Cache passwords and logins by default,
5523         allow override with `auth-source-do-cache'.
5524         (auth-source-forget-user-or-password): Allow users to remove cache
5525         entries if needed.
5526
5527 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
5528
5529         * md4.el (md4-buffer): Fix typo in docstring.
5530         (md4, md4-64): Doc fixes.
5531         (md4-pack-int32): Reflow docstring.
5532
5533 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5534
5535         * ietf-drums.el (ietf-drums-remove-comments): Localize second
5536         condition-case to only the forward-sexp call.
5537
5538 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5539
5540         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
5541         quotes contained.  Make it more robust regardless by an extra
5542         condition-case wrapper.
5543
5544 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5545
5546         * lpath.el: No need to fbind codepage-setup for Emacs 23.
5547
5548 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5549
5550         * nnml.el (nnml-request-expire-articles): Check if the function set to
5551         `nnmail-expiry-target' returns the symbol `delete'.
5552
5553         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
5554
5555         * nnmail.el (nnmail-expiry-target): Fix custom type.
5556
5557 2008-10-02  Glenn Morris  <rgm@gnu.org>
5558
5559         * mm-util.el (mm-codepage-setup): Tweak codepage error.
5560         Silence compiler warning.
5561
5562 2008-10-01  Magnus Henoch  <mange@freemail.hu>
5563
5564         * tls.el (open-tls-stream): Show the actual command being
5565         executed, instead of the format string.
5566
5567 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5568
5569         * lpath.el: Fbind codepage-setup for Emacs 23.
5570
5571 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
5572
5573         * mml.el (mml-menu): Don't assume mml2015 is bound.
5574
5575 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5576
5577         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
5578         exists.
5579
5580 2008-09-27  Glenn Morris  <rgm@gnu.org>
5581
5582         * gnus-util.el (mail-header-remove-comments): Autoload it.
5583
5584 2008-09-27  Andreas Schwab  <schwab@suse.de>
5585
5586         * gnus-util.el (gnus-split-references): Strip comments.
5587         (gnus-parent-id): Likewise.
5588
5589 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
5590
5591         * message.el (message-confirm-send): Fix version.
5592
5593 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5594
5595         * message.el (message-idna-to-ascii-rhs-1): Use
5596         mail-extract-address-components rather than mail-header-parse-addresses
5597         that is an alias by default to ietf-drums-parse-addresses that does not
5598         support non-ASCII names in headers' contents.
5599
5600 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5601
5602         * message.el (message-confirm-send): Fix variable documentation to
5603         avoid the "y/n" wording.
5604
5605 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
5606
5607         * message.el (message-set-auto-save-file-name): Save to a different
5608         filename so multiple messages (especially drafts) can be recovered.
5609
5610 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
5611
5612         * message.el (message-confirm-send): Add appropriate version.
5613
5614 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5615
5616         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
5617         defvar.
5618
5619 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
5620
5621         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
5622         (mm-pkcs7-enveloped-magic): Ditto.
5623
5624 2008-09-17  Simon Josefsson  <simon@josefsson.org>
5625
5626         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
5627         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
5628
5629 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
5630
5631         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
5632         default, it's better.
5633
5634 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
5635
5636         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
5637         summary line gnus-number property and ignore them (with a warning
5638         message).
5639
5640 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5641
5642         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
5643         macro caddr in the interactive form since it won't be expanded.
5644
5645 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5646
5647         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
5648         `charset'; fix name of function called recursively.
5649         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
5650
5651 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5652
5653         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
5654         (gnus-mime-set-charset-parameters): New function.
5655         (gnus-mime-view-part-as-charset): Use it to correctly display part
5656         specifying wrong charset.
5657
5658 2008-09-08  David Engster  <dengste@eml.cc>
5659
5660         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
5661         in completing-read for back end server.
5662
5663 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
5664
5665         * message.el (message-confirm-send): New variable to confirm sending a
5666         message.
5667         (message-send): Use it.
5668
5669 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
5670
5671         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
5672
5673 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5674
5675         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
5676
5677 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
5678
5679         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
5680         prevent tracking too many groups.
5681         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
5682         Use it.
5683
5684 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
5685
5686         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
5687         moving point to the bottom of the window in order to avoid recentering.
5688
5689 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5690
5691         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
5692
5693         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
5694         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
5695         (gnus-article-beginning-of-window): Fix calculation.
5696
5697 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5698
5699         * gnus-msg.el (gnus-summary-supersede-article)
5700         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
5701         value of gnus-newsgroup-charset to decode non-MIME encoded text in
5702         message header.
5703
5704 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
5705
5706         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
5707         pending output coming after the status change.
5708
5709 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
5710
5711         * message.el:
5712         * gnus-start.el:
5713         * gnus-registry.el: Remove VMS support.
5714
5715 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5716
5717         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
5718         macro.
5719         (rfc2104-hash): Use it.
5720
5721 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
5722
5723         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
5724         (gnus-summary-sort-by-most-recent-date): New commands.
5725         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
5726         and menu entries.
5727
5728 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5729
5730         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
5731         don't redisplay article for raw contents; remove plural articles stuff.
5732
5733         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
5734         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
5735         on gnus-summary-save-article; display results properly.
5736
5737 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5738
5739         * lpath.el: No need to fbind ns-focus-frame.
5740
5741 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5742
5743         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
5744
5745 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5746
5747         * gnus-art.el (gnus-summary-save-in-pipe):
5748         Consider gnus-save-all-headers.
5749
5750 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
5751
5752         * gnus-util.el (ns-focus-frame): Remove declaration.
5753         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
5754         like x.
5755
5756 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
5757
5758         * rfc2104.el (rfc2104-zero): Delete defconst.
5759         (rfc2104-hex-alist): Likewise.
5760         (rfc2104-hex-to-int): Delete func.
5761         (rfc2104-hexstring-to-bitstring): Likewise.
5762         (rfc2104-nybbles): New defconst.
5763         (rfc2104-hash): Rewrite for speed.
5764
5765 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5766
5767         * tls.el (open-tls-stream): Make it work with the 2nd argument
5768         BUFFER that is a string but does not exist as a buffer object, as
5769         mentioned in the doc-string.
5770
5771 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5772
5773         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
5774         SXEmacs.
5775
5776 2008-07-16  Glenn Morris  <rgm@gnu.org>
5777
5778         * gnus-util.el (ns-focus-frame): Declare for compiler.
5779
5780 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5781
5782         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
5783         set as a group parameter.
5784         (gnus-summary-save-in-pipe): Work when it is called independently.
5785         (gnus-summary-pipe-to-muttprint): Don't modify
5786         gnus-summary-pipe-output-default-command.
5787
5788 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5789
5790         * message.el (message-send-mail-with-sendmail):
5791         Display the error message.
5792
5793 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5794
5795         * gnus-art.el (gnus-default-article-saver):
5796         Add gnus-summary-save-in-pipe to choices.
5797         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
5798         gnus-summary-pipe-output-default-command as the default command.
5799         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
5800         instead of gnus-last-shell-command.
5801
5802         * gnus-sum.el (gnus-summary-pipe-output-default-command):
5803         New user option.
5804         (gnus-summary-muttprint-program): Mention the value will be changed.
5805         (gnus-summary-save-article): Force showing of all headers.
5806         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
5807
5808 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
5809
5810         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
5811
5812 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
5813
5814         * nnimap.el (nnimap-id):
5815         * sieve-manage.el (sieve-manage-open): Doc fixes.
5816
5817 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
5818
5819         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
5820         if available.
5821
5822 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5823
5824         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
5825
5826         * nnkiboze.el (nnkiboze-generate-group):
5827         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
5828
5829         * nnmairix.el: Require CL.
5830
5831 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5832
5833         * dgnushack.el: Autoload get-display-table and put-display-table for
5834         XEmacs 21.5.
5835
5836         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
5837         21.4 and SXEmacs.
5838
5839 2008-06-15  David Engster  <dengste@eml.cc>
5840
5841         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
5842
5843 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
5844
5845         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
5846         New macros that expand to an `aset'/`aref' call under Emacs, and to a
5847         runtime choice under XEmacs.
5848
5849         * gnus-sum.el (gnus-summary-set-display-table):
5850         Use `gnus-put-display-table', `gnus-get-display-table',
5851         `gnus-set-display-table' for the display table, instead of `aset'.
5852
5853         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
5854         Use `gnus-put-display-table', `gnus-get-display-table',
5855         `gnus-set-display-table' for the display table.
5856
5857 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5858
5859         * nnmairix.el: Add autoloads.
5860
5861 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5862
5863         * nnmairix.el (nnmairix-delete-recreate-group)
5864         (nnmairix-update-and-clear-marks): Fix error messages.
5865
5866 2008-06-14  David Engster  <dengste@eml.cc>
5867
5868         * nnmairix.el: Upgrade to version 0.6.
5869         (nnmairix-group-toggle-propmarks-this-group)
5870         (nnmairix-group-toggle-readmarks-this-group)
5871         (nnmairix-group-delete-recreate-this-group)
5872         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
5873         (nnmairix-remove-tick-mark-original-article): New commands.
5874         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
5875         (nnmairix-propagate-marks-to-nnmairix-groups)
5876         (nnmairix-only-use-registry, nnmairix-allowfast-default)
5877         (nnmairix-marks-cache, nnmairix-version-output): New variables.
5878         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
5879         functions needed for marks propagation and manipulation of read marks.
5880         (nnmairix-update-groups): New function.
5881         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
5882         (nnmairix-determine-original-group-from-registry)
5883         (nnmairix-determine-original-group-from-path)
5884         (nnmairix-get-group-from-file-path, nnmairix-map-range)
5885         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
5886         New helper functions.
5887         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
5888         keystrokes for new commands.
5889         (nnmairix-delete-and-create-on-change): Doc string cleanup.
5890         (nnmairix-request-group): Check allow-fast group parameter.
5891         (nnmairix-request-create-group): Set allow-fast group parameter if
5892         nnmairix-allowfast-default is set.
5893         (nnmairix-close-group): Propagate marks upon closing if needed.
5894         (nnmairix-group-toggle-threads-this-group): Use new.
5895         nnmairix-group-toggle-parameter helper function.
5896         (nnmairix-search): Better check for empty search result.
5897         (nnmairix-goto-original-article): Use new helper functions for
5898         determining original article.
5899         (nnmairix-show-original-article): Make sure message-id is in brackets.
5900         (nnmairix-call-mairix-binary): Change variable name.
5901         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
5902         helper function.
5903         (nnmairix-widget-toggle-activate): Fix doc string.
5904
5905 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5906
5907         * nnir.el: Require edmacro when compiling with XEmacs.
5908         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
5909         available in Emacs 21.
5910
5911 2008-06-11  Glenn Morris  <rgm@gnu.org>
5912
5913         * gnus-util.el (x-focus-frame):
5914         * gnus.el (image-size):
5915         * mm-decode.el (image-size): Declare.
5916
5917         * gnus-picon.el (declare-function): Add compat definition.
5918         (image-size): Declare.
5919
5920         * gnus-group.el (tool-bar-map):
5921         * gnus-sum.el (tool-bar-map): Define for compiler.
5922
5923         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
5924
5925         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
5926
5927         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
5928         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
5929         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
5930         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
5931         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
5932         * sieve-manage.el, spam-report.el, spam.el:
5933         Remove unnecessary eval-and-compile of autoloads.
5934
5935 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
5936
5937         * auth-source.el: Precise Tramp doc.
5938
5939 2008-06-07  Glenn Morris  <rgm@gnu.org>
5940
5941         * nnmairix.el: Remove unnecessary eval-when-compile.
5942
5943 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5944
5945         * lpath.el: Fbind propertize for XEmacs 21.4.
5946
5947 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
5948
5949         * nnir.el: Move here from ../contrib.
5950
5951 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5952
5953         * gnus-util.el (gnus-read-shell-command): New function.
5954         * mm-decode.el (mm-pipe-part):
5955         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
5956
5957 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5958
5959         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
5960
5961 2008-06-03  Glenn Morris  <rgm@gnu.org>
5962
5963         * pop3.el (nnheader-accept-process-output): Autoload it.
5964
5965 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5966
5967         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
5968         are not 2-digit hexadecimal characters that follow `%'s.
5969
5970 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
5971
5972         * message.el (message-bogus-recipient-p): Fix type in doc string.
5973         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
5974         (message-bogus-addresses): Rename from message-bogus-address-regexp.
5975         Improve custom options.
5976         (message-bogus-recipient-p): Adjust accordingly.
5977
5978 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
5979
5980         * parse-time.el (parse-time-months, parse-time-weekdays): Add
5981         long-form month and day names.
5982
5983 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5984
5985         * dgnushack.el: Autoload debug, eudc-expand-inline and
5986         pgg-snarf-keys-region for XEmacs.
5987
5988         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
5989
5990         * nnmairix.el: Require edmacro when compiling with XEmacs.
5991
5992 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
5993
5994         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
5995         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
5996
5997 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5998
5999         * auth-source.el: Add more docs.
6000
6001         * netrc.el (netrc-machine): Always match if the port is not given.
6002
6003 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6004
6005         * nnheader.el (nnheader-read-timeout): Change the default timeout from
6006         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
6007         retrieval faster in some cases, but might make CPU usage larger.
6008         If this has any bad side effects, we might revert this change.
6009
6010         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
6011         seems to make mail retrieval much, much faster.
6012         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
6013         unconditionally.
6014
6015         * gnus-draft.el (gnus-group-send-queue):
6016         Bind message-send-mail-partially-limit to nil to avoid being prompted.
6017
6018 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
6019
6020         * mml.el (mml-attach-buffer): Prompt for `disposition'.
6021
6022         * message.el (message-bogus-address-regexp): Fix and improve custom
6023         type.
6024         (message-setup-hook): Add message-check-recipients as custom option.
6025
6026 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
6027
6028         * message.el (message-cite-function): Remove bogus autoload which crept
6029         in during merge from v5-10.
6030
6031 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
6032
6033         * nnimap.el (nnimap-open-connection): Fix login/password bug.
6034
6035         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
6036
6037         * auth-source.el: Preliminary Tramp docs.
6038         (auth-sources): Change the default auth-sources to use
6039         EPA .gpg files.
6040
6041 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6042
6043         * nntp.el: Autoload `auth-source-user-or-password'.
6044         (nntp-send-authinfo): Use it.
6045
6046         * nnimap.el: Autoload `auth-source-user-or-password'.
6047         (nnimap-open-connection): Use it.
6048
6049         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
6050         for the gnus-message function.
6051         (auth-source-user-or-password): Use it.
6052
6053 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6054
6055         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
6056         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
6057         (rfc2104-hash): Use it.
6058
6059 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
6060
6061         * gnus-art.el (gnus-article-toggle-truncate-lines):
6062         Don't use `iff' in docstring.
6063
6064 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
6065
6066         * gnus-registry.el: Adjusted copyright dates and added a keyword.
6067
6068         * gnus-util.el (gnus-extract-address-component-name)
6069         (gnus-extract-address-component-email): Convenience functions around
6070         `gnus-extract-address-components'.
6071
6072         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6073         Use `gnus-extract-address-component-email' to fix bug of comparing full
6074         sender name to `user-mail-address'.
6075
6076 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6077
6078         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
6079         catch/throw to optimize.
6080         (gnus-registry-find-keywords): Just use member to find a keyword.
6081
6082 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6083
6084         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
6085         is current before calling gnus-server-prepare.
6086         (gnus-server-setup-buffer, gnus-server-update-server)
6087         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
6088
6089 2008-05-04  Juri Linkov  <juri@jurta.org>
6090
6091         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
6092         (mailcap-file-default-commands): Use mailcap-replace-in-string
6093         instead of replace-regexp-in-string, and mailcap-delete-duplicates
6094         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
6095
6096 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
6097
6098         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
6099
6100 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6101
6102         * gnus.el: Bump version to 0.11.
6103
6104 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6105
6106         * gnus.el: No Gnus v0.10 is released.
6107
6108 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6109
6110         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
6111         hooks.
6112         (gnus-update-read-articles): Speed up non-marks-using users.
6113         (gnus-use-marks): Define gnus-use-marks.
6114         (gnus-propagate-marks): Rename variable to something more sensible.
6115
6116 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
6117
6118         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
6119         (gmm-image-load-path-for-library): Fix typos in docstrings.
6120         (gmm-message): Reflow docstring.
6121
6122 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
6123
6124         * mail-source.el (mail-source-set-1, mail-source-bind):
6125         Move auth-source code out of the macro to clean it up and fix bugs.
6126
6127 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
6128
6129         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
6130         by sender if it's equal to user-mail-address, it's likely to be
6131         useless.
6132
6133         * mail-source.el (mail-source-bind): Don't use user or password if they
6134         are not bound.  Unintern them if they are nil.  Don't use server unless
6135         it's bound, and default it to empty string otherwise.
6136
6137 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6138
6139         * mail-source.el: Load auth-source.el.
6140         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
6141         get user name or password, if auth-sources is set up.
6142
6143         * gnus-registry.el (gnus-registry-split-strategy): New variable for
6144         strategy of splitting with parent.
6145         (gnus-registry-split-fancy-with-parent)
6146         (gnus-registry-post-process-groups): Use it and fix prior
6147         bug (returning a list as the split result).
6148
6149         * auth-source.el (auth-sources): Remove server parameter.
6150         (auth-source-pick, auth-source-user-or-password)
6151         (auth-source-user-or-password-imap)
6152         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6153         (auth-source-user-or-password-sftp)
6154         (auth-source-user-or-password-smtp): Remove server parameter.
6155
6156 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
6157
6158         * smime.el (smime-sign-region, smime-encrypt-region)
6159         (smime-decrypt-region):
6160         Remove redundant calls to `generate-new-buffer-name'.
6161
6162 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
6163
6164         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
6165         Don't use QP for message/rfc822.
6166         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
6167
6168 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6169
6170         * sieve-manage.el (sieve-string-bytes): Remove.
6171         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
6172         correct byte-length only if the process's coding-system is the same as
6173         the one used internally by Emacs to represent strings.
6174
6175 2008-04-22  Juri Linkov  <juri@jurta.org>
6176
6177         * mailcap.el (mailcap-file-default-commands): New function.
6178
6179 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6180
6181         * message.el (message-signature-separator, message-cite-function):
6182         Change custom version.
6183
6184 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
6185
6186         * tls.el (tls-program): Add -ign_eof argument to call the openssl
6187         commands.
6188         (tls-checktrust): Ditto.
6189
6190 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6191
6192         * mm-decode.el (mm-display-external): Make temp file read-only.
6193
6194 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6195
6196         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
6197         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
6198         `C-c C-f d'.
6199
6200 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
6201
6202         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
6203
6204 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6205
6206         * gnus.el: Bump version to 0.9.
6207
6208 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
6209
6210         * gnus.el: No Gnus v0.8 is released.
6211
6212 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6213
6214         * mail-source.el (mail-source-value):
6215         Prefer fboundp to functionp so it works with macros as well.
6216
6217 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6218
6219         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6220         Fix last change in case the element is not even a symbol.
6221
6222 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6223
6224         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6225         Prefer fboundp to functionp so it works with macros as well.
6226
6227 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
6228
6229         * auth-source.el: Add docs.
6230         (auth-sources): Modify format to support server.
6231         (auth-source-pick, auth-source-user-or-password)
6232         (auth-source-user-or-password-imap)
6233         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6234         (auth-source-user-or-password-sftp)
6235         (auth-source-user-or-password-smtp): Add server parameter.
6236
6237 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
6238
6239         * gnus-registry.el: Initialize the registry when gnus-registry-install
6240         is t.
6241
6242 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6243
6244         * compface.el (uncompface): Make buffer unibyte.
6245
6246 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6247
6248         * mail-source.el (mail-source-value):
6249         Prefer fboundp to functionp so it works with macros as well.
6250
6251 2008-04-05  Glenn Morris  <rgm@gnu.org>
6252
6253         * gnus-ems.el (mm-disable-multibyte): Autoload it.
6254
6255 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6256
6257         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
6258         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
6259
6260         * nnheader.el (nnheader-init-server-buffer): Change buffer's
6261         multibyteness after rather than before erasing it.
6262
6263         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
6264         mm-with-multibyte.
6265         (gnus-request-article-this-buffer): Make sure the proper decoding is
6266         used if gnus-original-article-buffer happens to be unibyte.
6267
6268         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
6269         default-enable-multibyte-characters.
6270
6271         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
6272         default-enable-multibyte-characters.
6273
6274         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
6275
6276         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
6277
6278 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6279
6280         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6281         Fix last change in case the element is not even a symbol.
6282
6283 2008-04-02  Simon Josefsson  <simon@josefsson.org>
6284
6285         * imap.el (imap-enable-exchange-bug-workaround): New variable.
6286         (imap-message-copyuid-1): Use it.
6287         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
6288         J. Williams in
6289         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
6290
6291         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
6292         imap-enable-exchange-bug-workaround.
6293         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
6294
6295 2008-04-01  Simon Josefsson  <simon@josefsson.org>
6296
6297         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
6298         a 100 byte status-checks into a 2-3MB transfer for each group.
6299         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
6300         to enable bug workaround or not.
6301         (nnimap-find-minmax-uid): Only enable workaround conditionally.
6302
6303 2008-03-31  Glenn Morris  <rgm@gnu.org>
6304
6305         * message.el (mml2015-use): Declare for compiler.
6306         (message-info): Require mml2015 when appropriate.
6307
6308 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6309
6310         * Makefile.in (EMACS_COMP): Quote directory name that might contain
6311         whitespace.
6312
6313 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6314
6315         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
6316         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
6317         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
6318         (nntp-service-to-port): New function.
6319         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
6320         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
6321         (nntp-open-netcat-stream): New function.
6322         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
6323
6324 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
6325
6326         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
6327
6328 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6329
6330         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
6331
6332 2008-03-28  Magnus Henoch  <mange@freemail.hu>
6333
6334         * dns.el (dns-write): Use set-buffer-multibyte.
6335
6336 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
6337
6338         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
6339
6340 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6341
6342         * message.el (message-signature-separator): Change default.
6343         Improve custom type.
6344         (message-cite-function): Change default to
6345         message-cite-original-without-signature.
6346
6347         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
6348         toggle.
6349
6350         * message.el (message-check-news-body-syntax): Fix signature check.
6351         (message-setup-1): Mark buffer as unmodified _after_ running
6352         message-setup-hook and handling message-alternative-emails.
6353         (message-shorten-references): Be more strict when building list of
6354         valid references to comply with GNKSA.
6355
6356         * gnus-group.el (gnus-read-ephemeral-bug-group)
6357         (gnus-read-ephemeral-debian-bug-group)
6358         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
6359
6360         * message.el (message-info): Don't use booleanp which isn't supported
6361         in Emacs 21 and XEmacs.
6362
6363 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
6364
6365         * gnus-group.el (gnus-gmane-group-download-format): Rename from
6366         gnus-group-gmane-group-download-format.
6367         (gnus-group-read-ephemeral-gmane-group): Rename from
6368         gnus-group-read-ephemeral-gmane-group.
6369         (gnus-read-ephemeral-gmane-group-url): Rename from
6370         gnus-group-read-ephemeral-gmane-group-url.
6371         (gnus-bug-group-download-format-alist): New variable.
6372         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
6373         (gnus-read-ephemeral-emacs-bug-group): New commands.
6374
6375 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6376
6377         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
6378         (gnus-visible-headers): Improve custom type.
6379
6380 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6381
6382         * mml.el (mml-menu): Add workarounds for XEmacs.
6383
6384         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
6385         X-Boundary header.
6386
6387         * message.el (message-simplify-recipients): Fix previous commit.
6388
6389 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6390
6391         * mm-util.el (mm-set-buffer-multibyte): New function.
6392         * mm-decode.el (mm-copy-to-buffer): Use it.
6393
6394         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6395         Prefer fboundp to functionp so it works with macros as well.
6396
6397 2008-03-19  Glenn Morris  <rgm@gnu.org>
6398
6399         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
6400         Accidentally removed in the sync process with Emacs.
6401
6402 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
6403
6404         * message.el (message-alter-recipients-discard-bogus-full-name):
6405         New function.
6406         (message-alter-recipients-function): New variable.
6407         (message-get-reply-headers): Use it.
6408         (message-replace-header): New helper function.
6409         (message-recipients-without-full-name): New variable.
6410         (message-simplify-recipients): New command.
6411
6412         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
6413
6414         * message.el (message-info): Handle EasyPG manual.
6415
6416         * mml.el (mml-menu): Add entry for EasyPG.
6417
6418 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
6419
6420         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
6421         parameter.
6422
6423         * message.el (message-disassociate-draft): Specify drafts group name
6424         fully.
6425
6426 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
6427
6428         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6429         Eliminate unnecessary duplicates from the match list.
6430
6431 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6432
6433         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
6434
6435         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
6436
6437         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
6438         args of `how-many' of which the XEmacs version doesn't take; declare
6439         Info-index-next as function.
6440
6441 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6442
6443         * gnus-score.el (gnus-score-headers): Fix handling of
6444         gnus-inhibit-slow-scoring.
6445
6446         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
6447         string.
6448         (gnus-button-url-regexp): Improve handling of parenthesis.
6449         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
6450         (gnus-button-handle-info-keystrokes): Handle index entries.
6451
6452 2008-03-15  Glenn Morris  <rgm@gnu.org>
6453
6454         * parse-time.el (parse-time-string): Simplify.
6455
6456 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6457
6458         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
6459         Incoming* files.
6460
6461 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6462
6463         * auth-source.el (auth-sources): Rename from auth-source-choices.
6464         (auth-source-pick): Use it.
6465
6466 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6467
6468         * binhex.el (binhex-decode-region-internal):
6469         * uudecode.el (uudecode-decode-region-internal):
6470         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
6471         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
6472         setting default-enable-multibyte-characters.
6473
6474 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6475
6476         * auth-source.el (auth-source-protocols)
6477         (auth-source-protocols-customize, auth-source-choices): Add and
6478         modified variable customizations and defaults.
6479         (auth-source-pick, auth-source-user-or-password)
6480         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6481         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6482         (auth-source-user-or-password-sftp)
6483         (auth-source-user-or-password-smtp): Use new variables and provide an
6484         interface to netrc.el.
6485
6486 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6487
6488         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
6489         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
6490         Make sure the nntp port to specify is a string.
6491
6492 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6493
6494         * nntp.el: Use with-current-buffer.
6495         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
6496         dubious mm-with-unibyte-current-buffer.
6497         (nntp-with-open-group-function): New function extracted from
6498         nntp-with-open-group macro.
6499         (nntp-with-open-group): Use the function, so it's easier to debug.
6500         Add indentation and debugging info.
6501         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
6502         Recommend the use of the netcat alternatives.
6503
6504         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
6505         Avoid mm-string-as-multibyte as well.
6506
6507         * nnweb.el (nnweb-insert-html):
6508         Remove use of nnheader-string-as-multibyte.
6509
6510         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
6511         (nnheader-string-as-multibyte): Remove.
6512
6513         * mm-view.el: Use inhibit-read-only.
6514         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
6515         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
6516         or unibyte-string.
6517
6518         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
6519         (mm-uu-yenc-extract): Use with-current-buffer.
6520
6521         * gnus-soup.el (gnus-soup-send-packet): Don't use
6522         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
6523
6524         * nnmh.el: Use with-current-buffer.
6525         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
6526         mm-string-as-multibyte on the output of mm-encode-coding-string.
6527
6528         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
6529         (nnimap-request-move-article): Use with-current-buffer.
6530
6531         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
6532         inserting the handle-buffer's text, so the implicit multibyte->unibyte
6533         conversion uses string-make-unibyte rather than string-as-unibyte.
6534
6535         * gnus-msg.el: Use with-current-buffer.
6536
6537         * message.el (message-ignored-resent-headers): Add "Delivered-To".
6538
6539 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
6540
6541         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
6542         string for caching if it is 'PIN.
6543
6544 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6545
6546         * lpath.el: Consider the case without Emacs/W3.
6547
6548 2008-03-08  Glenn Morris  <rgm@gnu.org>
6549
6550         * time-date.el (date-to-time, time-subtract, time-add)
6551         (safe-date-to-time): Doc fixes.
6552
6553 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
6554
6555         * mail-source.el (mail-source-delete-old-incoming-confirm):
6556         Change default to nil.
6557         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
6558
6559 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6560
6561         * lpath.el: Rearrange.
6562
6563         * gnus-art.el (gnus-narrow-to-page): Position point properly.
6564         (gnus-article-goto-prev-page): Work for articles having ^L's.
6565
6566         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
6567
6568         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
6569
6570 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
6571
6572         * gnus-bookmark.el: Adjust for renames in bookmark.el.
6573         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
6574         (gnus-bookmark-jump): Adjust some variable names.
6575
6576 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
6577
6578         * auth-source.el: New package.
6579         (auth-source-choices): Add customization entry point variable.
6580
6581         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
6582         bug.
6583
6584 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
6585
6586         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
6587         (gnus-registry-initialize, gnus-registry-install-p): Use it.
6588         (gnus-registry-install-shortcuts): Rename from
6589         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
6590         the `gnus-registry-mark-map' keymap dynamically from
6591         `gnus-registry-marks'.  The generated functions update the summary line
6592         when a registry mark is added or deleted, and will call
6593         `gnus-registry-install-p' (see the comments in the code).
6594         (gnus-registry-user-format-function-M): Use concat intelligently.
6595
6596         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
6597         the registry mark functions.
6598
6599 2008-03-05  Glenn Morris  <rgm@gnu.org>
6600
6601         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
6602         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
6603         gnus-art.
6604         (top-level): No need to load own source when compiling.
6605
6606 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6607
6608         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
6609         Suggested by <chris.anderton@zetnet.co.uk>.
6610
6611 2008-03-04  Glenn Morris  <rgm@gnu.org>
6612
6613         * gnus-sum.el (top-level): No need to require gnus when compiling,
6614         since unconditionally required near start of file.
6615         (gnus-summary-display-while-building): Move definition before use.
6616
6617 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
6618
6619         * gnus-registry.el (gnus-registry-user-format-function-M):
6620         Add formatting function.
6621
6622 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6623
6624         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
6625         with plists.
6626         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
6627         Use new format.
6628
6629 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6630
6631         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
6632         `where-is-internal' that returns a range of key sequences.
6633
6634 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6635
6636         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
6637
6638         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
6639         (gnus-summary-jump-to-group): Consider windows on other displayed
6640         frames as well.  Similar changes might be needed elsewhere, but that's
6641         the one I've bumped into during my use.
6642
6643         * nndoc.el (nndoc-oe-dbx-type-p):
6644         * gnus-msg.el (gnus-debug):
6645         * gnus-group.el (gnus-update-group-mark-positions):
6646         Use mm-string-to-multibyte.
6647
6648 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6649
6650         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
6651         doesn't handle NotDashEscaped.
6652
6653         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
6654         (mml-dnd-attach-options): Fix typo in custom choice.
6655
6656         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
6657         Change nndoc-article-type to mbox.
6658         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
6659
6660         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
6661         to nil, instead of html2text.
6662
6663         * imap.el (imap-debug): Add `imap-ping-server'.
6664
6665         * gnus-bookmark.el: Add FIXMEs.
6666
6667         * message.el (message-form-letter-separator)
6668         (message-send-form-letter-delay): New variables.
6669         (message-send-form-letter): Use them.  New command to send form
6670         letters.  Requested by Uwe Siart.
6671         (message-send-mail-function): Doc fix.  Add "Other" custom option.
6672
6673 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6674
6675         * Update copyright years.
6676
6677 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6678
6679         Sync from EMACS_22_BASE.
6680
6681         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
6682
6683 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
6684
6685         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
6686         empty author.
6687
6688 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
6689
6690         * gnus-registry.el (gnus-registry-marks): Add variable for
6691         customization of marks and their appearance.
6692         (gnus-registry-read-mark): Use it.
6693         (gnus-registry-do-marks): Add utility function to loop through
6694         `gnus-registry-marks'.
6695         (gnus-registry-install-shortcuts-and-menus): Add function to install
6696         shortcuts and menus.
6697         (gnus-registry-initialize): Use it.
6698         (gnus-registry-default-mark): Clarify documentation.
6699
6700 2008-02-29  Glenn Morris  <rgm@gnu.org>
6701
6702         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
6703         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
6704         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
6705         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
6706         Change defcustom :version from 23.0 to 23.1.
6707
6708 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
6709
6710         * gnus-registry.el (gnus-registry-follow-group-p)
6711         (gnus-registry-post-process-groups): Add functions to aid registry
6712         splitting and improve logging.  Clarify behavior in function
6713         documentation.
6714         (gnus-registry-split-fancy-with-parent): Use them.
6715
6716 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6717
6718         * gnus-art.el: Use with-current-buffer.
6719
6720 2008-02-27  David Engster  <dengste@eml.cc>
6721
6722         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
6723         Express real group name in the response.
6724
6725 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6726
6727         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
6728         (nnmairix-last-server, nnmairix-current-server): Defvar them.
6729         (nnmairix-goto-original-article): Defvar gnus-registry-install and
6730         autoload gnus-registry-fetch-group when compiling.
6731         (nnmairix-request-group-with-article-number-correction):
6732         Remove unreferenced argument passed to nnmairix-call-backend.
6733
6734 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
6735
6736         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
6737         (mm-uu-extract): Improve face for low color ttys.
6738         Reported by Sascha Wilde.
6739
6740 2008-02-27  Glenn Morris  <rgm@gnu.org>
6741
6742         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
6743         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
6744         variables to defconsts.  Convert comments to doc-strings.
6745         (nnmairix-last-server, nnmairix-current-server): Convert from free
6746         variables to defvars.  Convert comments to doc-strings.
6747         (gnus-registry-fetch-group): Autoload.
6748         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
6749         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
6750         (nnmairix-widget-build-editable-fields): Use car cddr rather than
6751         caddr.
6752         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
6753         nnmairix-request-group-with-article-number-correction call.
6754         (nnmairix-fast, nnmairix-group): New, less general names, for free
6755         variables passed from nnmairix-request-group to
6756         nnmairix-request-group-with-article-number-correction.  Declare.
6757         (nnmairix-request-group-with-article-number-correction):
6758         Use nnmairix-fast, nnmairix-group rather than fast, group.
6759
6760 2008-02-26  David Engster  <dengste@eml.cc>
6761
6762         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
6763         version 0.5.
6764
6765 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
6766
6767         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
6768         instead of making an extra function call.  Don't add the current group
6769         to articles only when they have the group.  Use
6770         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
6771         Reported by David <de_bb@arcor.de>.
6772
6773 2008-02-24  Miles Bader  <miles@gnu.org>
6774
6775         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
6776         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
6777         (mm-find-mime-charset-region):
6778         * mm-bodies.el (mm-encode-body):
6779         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
6780
6781 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6782
6783         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
6784         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
6785
6786 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
6787
6788         * mail-source.el (mail-source-delete-incoming): Change default.
6789         Supplement doc string.
6790
6791         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
6792
6793 2008-02-14  Glenn Morris  <rgm@gnu.org>
6794
6795         * time-date.el (format-seconds): New function.
6796
6797 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6798
6799         * nnmail.el (nnmail-message-id-cache-file): Derive from
6800         `gnus-home-directory'.
6801
6802 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
6803
6804         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
6805         Document negative prefix.
6806
6807         * gnus-group.el (gnus-group-read-group): Document negative prefix.
6808
6809 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6810
6811         * message.el (message-unsent-separator): Add the Exim bounce
6812         separator.
6813
6814 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
6815
6816         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
6817         list.
6818         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
6819         recipient/signer list.
6820
6821 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6822
6823         * Makefile.in (datarootdir): Define.
6824         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
6825         name that might contain whitespace.
6826
6827 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
6828
6829         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
6830         fbound (Emacs 23 unicode), signal an error.
6831
6832 2008-02-08  Glenn Morris  <rgm@gnu.org>
6833
6834         * gnus-art.el (pgg-display-output-buffer): Declare as function.
6835
6836 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
6837
6838         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
6839         ports to the calls to `netrc-machine-user-or-password' in addition to
6840         "imap" and "imaps".
6841
6842 2008-02-01  Zhang Wei  <id.brep@gmail.com>
6843
6844         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
6845
6846         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
6847
6848 2008-02-01  Kenichi Handa  <handa@m17n.org>
6849
6850         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
6851         rfc2104-hexstring-to-bitstring and changed to return a byte list.
6852         (rfc2104-hash): Convert the result of concat to unibyte string.
6853
6854 2008-02-01  Dave Love  <fx@gnu.org>
6855
6856         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
6857         coding-system-for-read.
6858         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
6859
6860 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
6861
6862         * gnus.el (gnus-group-startup-message): Add `find-image' call before
6863         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
6864         <hanche@math.ntnu.no>.
6865
6866 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6867
6868         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
6869
6870         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6871
6872 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
6873
6874         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
6875         * message.el (message-beginning-of-line): Use featurep instead of bound
6876         tests in order to resolve conditionals at compile time.
6877
6878 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
6879
6880         * mail-source.el (mail-sources): Add `group' choice.
6881
6882         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
6883         parameter `in-group' to control into which group the articles go.
6884         Add treatment of `group' mail-source.
6885
6886 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6887
6888         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
6889
6890         * mm-decode.el (mm-dissect-buffer): Decode description.
6891
6892         * mml.el (mml-to-mime): Encode message header first.
6893
6894 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6895
6896         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
6897         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
6898
6899         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
6900         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
6901
6902 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
6903
6904         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
6905
6906 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6907
6908         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
6909         prefix keys.
6910         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
6911         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
6912         gnus-xmas.el.
6913
6914         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
6915         (gnus-xmas-article-describe-bindings): New function.
6916         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
6917         gnus-xmas-article-describe-bindings.
6918
6919         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
6920
6921 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6922
6923         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
6924         Add new variables for article mark management.
6925         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
6926         list of extra data entries which, when present, will indicate that the
6927         article ID should not be trimmed from the registry.
6928         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
6929         functions.
6930         (gnus-registry-read-mark): New function to read a mark name from the
6931         user.
6932         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
6933         (gnus-registry-set-article-mark-internal): New functions to add and
6934         remove marks.
6935         (gnus-registry-get-article-marks): New function to show the marks for
6936         an article, or retrieve them for further use.
6937
6938 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6939
6940         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
6941         keys when no argument is given.
6942
6943 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6944
6945         * imap.el (imap-ping-server): New variable.
6946         (imap-opened): On add extra ping if imap-ping-server is non-nil.
6947         (imap-ping-server): Minor doc string fixes.
6948
6949 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6950
6951         * imap.el (imap-ping-server): New function.
6952         (imap-opened): Call imap-ping-server.
6953
6954 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
6955
6956         * gnus-sum.el (gnus-article-sort-by-random)
6957         (gnus-thread-sort-by-random): Fix doc strings.
6958         Reported by jidanni@jidanni.org.
6959
6960 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6961
6962         * gnus-art.el (gnus-article-describe-bindings): New function.
6963         (gnus-article-read-summary-keys): Use it.
6964         (gnus-article-mode-map): Bind `C-h b' to it.
6965
6966 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6967
6968         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
6969         XEmacs.
6970         (gnus-article-describe-key, gnus-article-describe-key-briefly):
6971         Protect against non-character events.
6972
6973         * lpath.el: Fbind map-keymap for Emacs 21.
6974
6975 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
6976
6977         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
6978         New command.
6979         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
6980         instead of END.  Change name of the temp file.
6981         (gnus-group-gmane-group-download-format): Add doc string.  Make it
6982         customizable.
6983
6984 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6985
6986         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
6987         bind `S W' to gnus-article-wide-reply-with-original; set default
6988         binding to gnus-article-read-summary-send-keys.
6989         (gnus-article-read-summary-keys): Fix the order of keys; display
6990         continuation keys correctly in the echo area; describe bindings
6991         correctly when keys end with `C-h'.
6992         (gnus-article-read-summary-send-keys): New function.
6993         (gnus-article-describe-key, gnus-article-describe-key-briefly):
6994         Work for gnus-article-read-summary-send-keys; display continuation keys
6995         correctly in the echo area.
6996         (gnus-article-reply-with-original): Ignore prefix argument.
6997         (gnus-article-wide-reply-with-original): New function.
6998
6999         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
7000         Emacs 21.
7001
7002 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7003
7004         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
7005         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
7006
7007 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
7008
7009         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
7010         (gnus-group-read-ephemeral-gmane-group): New command.
7011
7012 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
7013
7014         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
7015
7016 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7017
7018         * message.el (message-send-mail-function): Increase custom version.
7019
7020         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
7021         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
7022
7023 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
7024
7025         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
7026         for the cases where imap-authenticate is called with a nil buffer
7027         parameter.
7028
7029 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7030
7031         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
7032         html parts correctly; support forwarded messages.
7033         (gnus-article-browse-html-article): Remove work buffers.
7034
7035         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
7036         compiling.
7037         (netrc-bound-and-true-p): New macro.
7038         (netrc-parse): Use it instead of bound-and-true-p that is not available
7039         in XEmacs 21.4.
7040
7041 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
7042
7043         * gnus-registry.el (gnus-registry-mark-article)
7044         (gnus-registry-article-marks): Add functionality to mark articles
7045         through the Gnus registry.
7046
7047         * encrypt.el: Clarify documentation for the new pgg method.
7048         (encrypt-file-alist): Add PGG option.
7049         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
7050         functionality.  Abstract password key and messaging to external
7051         functions.
7052         (encrypt-password-key, encrypt-get-passphrase-if-needed)
7053         (encrypt-message-method-and-cipher): Add new convenience external
7054         functions.
7055         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
7056         (encrypt-pgg-process-buffer): Add PGG functionality glue.
7057
7058         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
7059         (netrc-parse): Use encrypt-file-alist to determine if
7060         encrypt-find-model or encrypt-insert-file-contents should be used.
7061
7062         * encrypt.el: Clarify documentation.  Load password-cache or
7063         password, whichever one is found first, instead of autoloading.
7064
7065 2007-12-19  Glenn Morris  <rgm@gnu.org>
7066
7067         * mml.el (message-options-set, message-narrow-to-head)
7068         (message-in-body-p, message-mail-p, message-encode-message-body):
7069         Autoload.
7070         (message-remove-header, message-narrow-to-headers-or-head)
7071         (message-subscribed-p, message-make-mail-followup-to)
7072         (message-position-on-field, message-news-p)
7073         (message-options-set-recipient, message-generate-headers)
7074         (message-sort-headers): Declare as functions.
7075
7076 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7077
7078         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
7079         convention in doc string.
7080
7081 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7082
7083         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
7084         title to html parts.
7085         (gnus-article-browse-html-article): Pass message header to it.
7086
7087         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
7088
7089 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
7090
7091         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
7092         or password compatible with XEmacs.
7093
7094 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7095
7096         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
7097         format document.
7098         (gnus-mime-delete-part): Don't write description line if empty.
7099         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
7100
7101 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
7102
7103         * gnus-sum.el (gnus-summary-mark-unread-as-read)
7104         (gnus-summary-mark-read-and-unread-as-read)
7105         (gnus-summary-mark-current-read-and-unread-as-read)
7106         (gnus-summary-mark-unread-as-ticked): Doc fix.
7107         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
7108
7109 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7110
7111         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
7112         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7113
7114 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7115
7116         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
7117         yes-or-no-p.
7118
7119 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7120
7121         * mm-decode.el (mm-add-meta-html-tag): New function.
7122         (mm-save-part-to-file, mm-pipe-part): Use it.
7123
7124         * gnus-art.el (gnus-article-browse-delete-temp-files):
7125         Use gnus-y-or-n-p instead of y-or-n-p.
7126         (gnus-article-browse-html-parts): Work with message/external-body; use
7127         mm-add-meta-html-tag.
7128
7129 2007-12-11  Glenn Morris  <rgm@gnu.org>
7130
7131         * gnus-cache.el: Require gnus-sum not just when compiling.
7132
7133         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
7134
7135         * gnus-int.el (gnus-server-opened, gnus-status-message):
7136         Move definitions before use.
7137
7138         * mm-decode.el: Require gnus-util.
7139         (mm-remove-part): Only call delete-annotation on XEmacs.
7140
7141         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
7142
7143         * nnmail.el: Require gnus-int.
7144
7145         * spam.el: Move `require's before `eval-when-compile's.
7146
7147         * gnus-ems.el (gnus-alive-p):
7148         * gnus-fun.el (message-goto-eoh):
7149         * gnus-util.el (gnus-group-name-decode):
7150         * mail-source.el (gnus-compress-sequence):
7151         * message.el (Info-goto-node, format-spec):
7152         * mm-bodies.el (message-options-get):
7153         * mm-decode.el (mm-view-pkcs7):
7154         * mm-util.el (gmm-write-region):
7155         * mml-smime.el (mml-compute-boundary)
7156         (gnus-completing-read-with-default):
7157         * mml.el (widget-button-press, gnus-make-hashtable):
7158         * mml1991.el (mm-decode-content-transfer-encoding)
7159         (mm-encode-content-transfer-encoding)
7160         (message-options-get, message-options-set):
7161         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
7162         * nnfolder.el (gnus-request-group):
7163         * nnheader.el (ietf-drums-unfold-fws):
7164         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
7165         * smime.el (gnus-run-mode-hooks):
7166         * spam-stat.el (gnus-message): Autoload.
7167
7168         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
7169         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
7170         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
7171         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
7172         Add declare-function compatibility definition.
7173
7174         * gnus-cache.el (nnvirtual-find-group-art):
7175         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
7176         (gnus-add-image, gnus-add-wash-type):
7177         * gnus-group.el (nnkiboze-score-file):
7178         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
7179         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
7180         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
7181         (message-tokenize-header, gnus-get-buffer-create)
7182         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
7183         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
7184         * gnus.el (gnus-group-decoded-name):
7185         * mail-source.el (imap-capability):
7186         * mm-bodies.el (message-options-set):
7187         * mm-decode.el (gnus-configure-windows):
7188         * mm-extern.el (message-goto-body):
7189         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
7190         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
7191         (epg-sub-key-validity, message-options-set):
7192         * mml.el (widget-event-point, gnus-configure-windows):
7193         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
7194         * mml2015.el (epg-check-configuration, epg-configuration)
7195         (message-options-set):
7196         * nndb.el (nndb-request-article):
7197         * nnfolder.el (gnus-request-create-group):
7198         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
7199         * nnmaildir.el (gnus-group-mark-article-read):
7200         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
7201         * rfc1843.el (message-fetch-field):
7202         * spam.el (gnus-extract-address-components):
7203         Declare as functions.
7204
7205 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7206
7207         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
7208
7209         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
7210
7211         * lpath.el: Fbind run-mode-hooks for Emacs 21;
7212         bind show-trailing-whitespace for XEmacs.
7213
7214 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7215
7216         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
7217         new no-op macro for backward compatibility.
7218
7219         * imap.el (imap-string-to-integer): New function.
7220
7221 2007-12-09  Glenn Morris  <rgm@gnu.org>
7222
7223         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
7224
7225         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
7226         * message.el, mm-view.el, sieve-manage.el, smime.el:
7227         Add declare-function compatibility definition.
7228
7229         * gnus-art.el (w3-region, w3m-region, Info-menu):
7230         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
7231         * gnus-sum.el (gnus-get-predicate):
7232         * gnus-util.el (mm-append-to-file, w32-focus-frame):
7233         * message.el (mail-abbrev-in-expansion-header-p):
7234         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
7235         (w3m-detect-meta-charset, w3m-region):
7236         * sieve-manage.el (password-read, password-cache-add)
7237         (password-cache-remove):
7238         * smime.el (password-read-and-add): Declare as functions.
7239
7240 2007-12-08  David Kastrup  <dak@gnu.org>
7241
7242         * gnus-sum.el (gnus-summary-simplify-subject-query):
7243         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
7244         `message'.
7245
7246 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7247
7248         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
7249         it to bind idna-program, installation-directory, defined-colors, and
7250         face-attribute for XEmacs of the version that compiles defcustom forms.
7251
7252 2007-12-07  Glenn Morris  <rgm@gnu.org>
7253
7254         * gnus-art.el (article-make-date-line): Revert previous change.
7255
7256 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7257
7258         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
7259
7260 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
7261
7262         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
7263         Call gnus-add-to-range ranges only once with a prepared article-list.
7264
7265 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
7266
7267         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
7268         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
7269         group names with backslashes.
7270         Reported by Tassilo Horn <tassilo@member.fsf.org>.
7271
7272 2007-12-06  Deepak Goel  <deego3@gmail.com>
7273
7274         * gnus-art.el (article-make-date-line):
7275         * gnus-start.el (gnus-load):
7276         * pop3.el (pop3-read-response): Fix buggy call to `error'.
7277
7278 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7279
7280         * gnus-art.el (gnus-use-idna)
7281         * gnus-start.el (gnus-site-init-file)
7282         * message.el (message-use-idna)
7283         * mm-uu.el (mm-uu-hide-markers)
7284         * smiley.el (smiley-style): Revert changes that suppress warnings.
7285
7286 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7287
7288         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
7289         specify charset to html source.
7290         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7291
7292 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7293
7294         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
7295         idna-program in order to suppress byte compile warning issued by XEmacs
7296         that came to byte compile the default value section of defcustom forms
7297         recently.
7298
7299         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
7300         value of installation-directory.
7301
7302         * message.el (message-use-idna): Don't directly refer to the value of
7303         idna-program.
7304
7305         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
7306
7307         * smiley.el (smiley-style): Don't directly call face-attribute.
7308
7309 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
7310
7311         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
7312
7313         * gnus-dired.el: Reduce Gnus dependencies.
7314         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
7315         Don't require.  Use autoloads instead.
7316         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
7317         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
7318         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
7319         (gnus-dired-mode): Adjust doc string.
7320         (gnus-dired-mail-mode): New variable.
7321         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
7322         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
7323         (gnus-dired-mail-buffers): New function.  Return mail or message
7324         composition buffers.
7325         (gnus-dired-attach): Use it.
7326         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
7327         NO-DECODE.
7328         (gnus-dired-print): Use `gnus-print-buffer' depending on
7329         `gnus-dired-mail-mode'.
7330
7331 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7332
7333         * rfc2047.el (rfc2047-encoded-word-regexp)
7334         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
7335         explaining what regexp patterns are for.
7336
7337 2007-12-04  Glenn Morris  <rgm@gnu.org>
7338
7339         * password.el: Move to password-cache.el.
7340
7341         * mml1991.el (password-read, password-cache-add, password-cache-remove):
7342         * mml2015.el (password-read, password-cache-add, password-cache-remove):
7343         * mml-smime.el (password-read, password-cache-add)
7344         (password-cache-remove):
7345         No need to autoload, since mml-sec requires password.
7346
7347         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
7348         * message.el (gnus-extract-address-components):
7349         * mml-smime.el (gnus-extract-address-components): Define for compiler.
7350
7351         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
7352         password.
7353
7354 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7355
7356         * mailcap.el: Reduce dependencies.
7357         (mail-header-parse-content-type): Autoload.
7358         (mailcap-delete-duplicates): New alias.
7359         (mailcap-mime-info): Add optional argument NO-DECODE.
7360         (mailcap-mime-types): Use mailcap-delete-duplicates.
7361
7362         * message.el (message-ignored-supersedes-headers): Add "X-ID".
7363
7364 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
7365
7366         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
7367         (imap-parse-status): Upcase status-att for servers that sends them
7368         lower-case (e.g., MS Exchange 2007).
7369
7370 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7371
7372         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
7373         function.
7374
7375         * gnus-uu.el (gnus-uu-decode-yenc): New command.
7376         (gnus-uu-yenc-article): New function.
7377
7378         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
7379
7380         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
7381
7382 2007-12-02  Glenn Morris  <rgm@gnu.org>
7383
7384         * binhex.el (binhex): New custom group.
7385         (binhex-decoder-program, binhex-decoder-switches)
7386         (binhex-use-external): Move to the binhex custom group.
7387
7388         * uudecode.el (uudecode): New custom group.
7389         (uudecode-decoder-program, uudecode-decoder-switches)
7390         (uudecode-use-external): Move to the uudecode custom group.
7391
7392         * netrc.el (top-level): Don't load `encrypt' features.
7393         (netrc-parse): Don't use encrypt.
7394         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
7395
7396         * encrypt.el: Remove file.
7397
7398 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
7399
7400         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
7401         matches on patches.
7402
7403         * gnus-art.el (gnus-article-browse-html-article):
7404         Mention `mm-text-html-renderer' in the doc string.
7405
7406         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
7407         string.  Add comments.
7408
7409         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
7410         if rhs is ASCII.
7411
7412 2007-12-01  Glenn Morris  <rgm@gnu.org>
7413
7414         * mail-source.el (top-level): Require format-spec before
7415         eval-when-compile.
7416
7417 2007-11-30  Glenn Morris  <rgm@gnu.org>
7418
7419         * encrypt.el: Require password, rather than autoloading password-read.
7420
7421 2007-11-29  Glenn Morris  <rgm@gnu.org>
7422
7423         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
7424         (sasl-make-client, sasl-next-step, sasl-step-data)
7425         (sasl-step-set-data): Declare as functions.
7426
7427 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
7428
7429         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
7430
7431 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
7432
7433         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
7434         certs should be verified and what is to be done in the event of a
7435         verification failure.
7436
7437         * gnus.el (gnus-method-to-server): Add an optional parameter so the
7438         caller can indicate whether the cache should be disregarded for this
7439         call.  This way the result of the call is reproducible at all times and
7440         can be considered a canonical server name for the supplied method.
7441         (gnus-agent-method-p): Canonicalize server names by pushing their
7442         method through `gnus-method-to-server' using the no-cache argument.
7443
7444         * gnus-srvr.el (gnus-server-insert-server-line):
7445         Call `gnus-method-to-server' with `no-cache' argument.
7446
7447         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
7448         gnus-agent-possibly-synchronize-flags as this should be called when the
7449         server is actually being opened.
7450         (gnus-agent-possibly-synchronize-flags)
7451         (gnus-agent-possibly-synchronize-flags-server): Move check for the
7452         flags file of an agentized server to the latter function.
7453
7454         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
7455         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
7456         after a connection has been established successfully.
7457
7458 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7459
7460         * gnus-art.el (article-display-face): Force to display face if called
7461         interactively; check if gnus-article-x-face-too-ugly matches author.
7462         (article-display-x-face): Display face even if From header is missing
7463         as article-display-face does.
7464
7465 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
7466
7467         * hashcash.el (message-narrow-to-headers-or-head)
7468         (message-fetch-field, message-goto-eoh)
7469         (message-narrow-to-headers): Declare as functions.
7470
7471 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
7472
7473         * mail-source.el (mail-sources): Default to fetch from file for
7474         compatibility with default of nnmail-spool-file.
7475
7476 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7477
7478         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
7479         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
7480         to look for encoded word that should be encoded again.
7481         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
7482         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
7483         encoding pattern.
7484         (rfc2047-decode-region): Switch strict regexp and loose one according
7485         to rfc2047-allow-irregular-q-encoded-words.
7486
7487 2007-11-25  Romain Francoise  <romain@orebokech.com>
7488
7489         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
7490
7491 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7492
7493         * tls.el (tls-program): Provide more custom choices from
7494         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
7495         (tls-process-connection-type, tls-success): Remove "*" in doc string.
7496
7497 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7498
7499         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
7500         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
7501
7502         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
7503         `nnmail-spool-file'.
7504
7505         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
7506         `nnmail-spool-file'.
7507
7508         * gnus-move.el (gnus-change-server): Ditto.
7509
7510         * gnus-kill.el (gnus-batch-score): Ditto.
7511
7512         * gnus-cache.el (gnus-jog-cache): Ditto.
7513
7514         * gnus-msg.el (gnus-summary-reply):
7515         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
7516
7517 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7518
7519         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
7520         version.  Minor improvement to doc strings.
7521         (tls-program): Add comment.
7522
7523 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
7524
7525         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
7526         (tls-checktrust): New variable.  Check if GNU TLS complained about a
7527         mismatch between the hostname provided in the certificate and the name
7528         of the host connnecting to.
7529         (open-tls-stream): Use them.  Check certificates against trusted root
7530         certificates.
7531
7532 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7533
7534         * gnus-cache.el (gnus-cache-generate-nov-databases):
7535         Use nnml-generate-nov-databases-directory instead of
7536         nnml-generate-nov-databases-1.
7537
7538 2007-11-24  Glenn Morris  <rgm@gnu.org>
7539
7540         * message.el (message-tool-bar-retro): Update for rename
7541         mail_send.xpm->mail-send.xpm.
7542
7543 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
7544
7545         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7546         `smime-ldap-search' for Emacs 22 and up.
7547
7548 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7549
7550         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
7551
7552         * message.el (message-send-mail-function): Fix error convention.
7553         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
7554         (message-widen-reply, message-send-mail, message-talkative-question)
7555         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
7556         (message-clone-locals, message-send-news): Use with-current-buffer.
7557         (message-insert-or-toggle-importance): Remove unused var `valid'.
7558         (message-make-references): Remove unused var `new-references'.
7559         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
7560
7561 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
7562
7563         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
7564         (spam-split-symbolic-return-positive): Reflow docstring.
7565         (spam-backends, spam-summary-exit-behavior)
7566         (spam-mark-ham-unread-before-move-from-spam-group)
7567         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
7568         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
7569         (spam-clear-cache, spam-backend-check, spam-install-backend)
7570         (spam-install-statistical-backend, spam-list-of-processors)
7571         (spam-group-processor-p, spam-split, spam-bogofilter-score)
7572         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
7573         (spam-check-crm114, spam-initialize, spam-unload-hook):
7574         Fix typos in docstrings.
7575
7576 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7577
7578         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
7579         been checked if they have never been read and those group levels are
7580         higher than the one that a user specified.
7581
7582 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7583
7584         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
7585         foreign groups unless a group level is specified by a user.
7586         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
7587
7588 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
7589
7590         * message.el (message-send-mail-function): Require sendmail.
7591
7592 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
7593
7594         * message.el (message-send-mail-function): Check for smtpmail too.
7595
7596         * utf7.el (utf7-encode, utf7-decode): Use coding system
7597         `utf-7'/`utf-7-imap' from utf-7.el' if available.
7598
7599         * message.el (message-send-mail-function): New function.
7600         (message-send-mail-function): Set default using
7601         message-send-mail-function.  Adjust doc string.
7602         (message-send-mail-with-mailclient): New function.
7603
7604 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
7605
7606         * smime.el (from):
7607         * rfc2047.el (message-posting-charset):
7608         * qp.el (mm-use-ultra-safe-encoding):
7609         * pop3.el (parse-time-months):
7610         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
7611         * nnml.el (files):
7612         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
7613         (jka-compr-compression-info-list, ange-ftp-path-format)
7614         (efs-path-regexp):
7615         * nndiary.el (files):
7616         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
7617         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
7618         (epg-digest-algorithm-alist, inhibit-redisplay)
7619         (password-cache-expiry):
7620         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
7621         (pgg-output-buffer, password-cache-expiry):
7622         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
7623         (efs-path-regexp):
7624         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
7625         (inhibit-redisplay):
7626         * mm-uu.el (file-name, start-point, end-point, entry)
7627         (gnus-newsgroup-name, gnus-newsgroup-charset):
7628         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
7629         (latin-unity-ucs-list):
7630         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
7631         (mm-uu-binhex-decode-function):
7632         * message.el (gnus-message-group-art, gnus-list-identifiers)
7633         (rmail-enable-mime-composing, gnus-local-organization)
7634         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
7635         (gnus-read-active-file, facemenu-add-face-function)
7636         (facemenu-remove-face-function, gnus-article-decoded-p)
7637         (tool-bar-mode):
7638         * mail-source.el (display-time-mail-function):
7639         * gnus-util.el (nnmail-pathname-coding-system)
7640         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
7641         (gnus-original-article-buffer, gnus-user-agent)
7642         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
7643         (xemacs-codename, sxemacs-codename, emacs-program-version):
7644         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
7645         * gnus-start.el (gnus-agent-covered-methods)
7646         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
7647         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
7648         (gnus-newsgroup-headers, gnus-group-list-mode)
7649         (gnus-group-mark-positions, gnus-newsgroup-data)
7650         (gnus-newsgroup-unreads, nnoo-state-alist)
7651         (gnus-current-select-method, mail-sources)
7652         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
7653         (nnmail-spool-file, gnus-cache-active-hashtb):
7654         * gnus-mh.el (mh-lib-progs):
7655         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
7656         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
7657         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
7658         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
7659         (gnus-group-buffer):
7660         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
7661         (font-lock-set-defaults):
7662         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
7663         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
7664         (gnus-summary-post-menu, total-parts, type, condition, length):
7665         * gnus-agent.el (gnus-agent-read-agentview):
7666         * flow-fill.el (show-trailing-whitespace):
7667         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
7668         eval-and-compile wrappers for byte compiler pacifiers.
7669
7670         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
7671         (mm-display-inline-fontify): Check for featurep 'xemacs not
7672         extent-list.
7673
7674         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
7675         itimer-list.
7676         (mm-create-image-xemacs): Only do something for XEmacs.
7677         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
7678
7679         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
7680
7681         * gnus-registry.el (gnus-adaptive-word-syntax-table):
7682         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
7683
7684 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
7685
7686         * nnimap.el (nnimap-split-download-body):
7687         * gnus-demon.el (gnus-demon):
7688         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
7689
7690 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7691
7692         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
7693         New macros.
7694         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
7695         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
7696         copy data from unibyte buffer to multibyte current buffer.
7697         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
7698         to copy data from unibyte current buffer to multibyte buffer.
7699         (nntp-make-process-buffer): Make process buffer unibyte.
7700
7701         * pop3.el (pop3-open-server): Fix typo in Lisp code.
7702
7703 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
7704
7705         * pop3.el (pop3-open-server): Accept and process data more robustly at
7706         connexion start to avoid spurious "POP SSL connexion failed" errors.
7707
7708 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7709
7710         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
7711         read group names.
7712
7713 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
7714
7715         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
7716
7717 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7718
7719         * nnmail.el (nnmail-parse-active): Make group names unibyte.
7720         (nnmail-save-active): Use a unibyte buffer when saving active file,
7721         which may contain non-ASCII group names.
7722
7723         * nnml.el (nnml-request-group): Decode group names in messages.
7724
7725 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
7726
7727         * message.el (message-citation-line-function)
7728         (message-insert-formatted-citation-line): Fix spelling of
7729         `message-insert-formated-citation-line'.
7730
7731 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
7732
7733         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
7734
7735 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7736
7737         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
7738         nnmail-pathname-coding-system.
7739
7740         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
7741         that a user enters; decode group names in messages.
7742
7743         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
7744
7745 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7746
7747         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
7748
7749         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
7750
7751         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
7752         risky local variable.
7753
7754         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
7755
7756 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
7757
7758         * encrypt.el: Improve documentation to fix function name typo.
7759         Reported by Daiki Ueno <ueno@unixuser.org>.
7760
7761 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7762
7763         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
7764         even if the point is not in the last page of an article.
7765         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
7766         back to the previous page.
7767
7768 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
7769
7770         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
7771
7772 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7773
7774         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
7775
7776 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7777
7778         * message.el (message-check-news-body-syntax):
7779         Avoid mm-string-as-multibyte.
7780         (message-hide-headers): Don't assume (point-min)==1.
7781
7782 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7783
7784         * message.el (message-remove-blank-cited-lines): Fix if remove is
7785         given.
7786         (message-bogus-address-regexp): New variable.
7787         (message-bogus-recipient-p): New function.
7788         (message-check-recipients): New command.
7789         (message-syntax-checks): Add `bogus-recipient'.
7790         (message-fix-before-sending): Add `bogus-recipient'.
7791
7792         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
7793         (gnus-treat-body-boundary): Don't test window-system.
7794
7795 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
7796
7797         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
7798
7799 2007-10-28  Miles Bader  <miles@gnu.org>
7800
7801         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
7802         at compile-time too.
7803
7804 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
7805
7806         * gnus-msg.el (gnus-message-setup-hook):
7807         Add `message-remove-blank-cited-lines' to options.
7808
7809 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7810
7811         * message.el (message-remove-blank-cited-lines): New function.
7812         Suggested by Karl Plästerer.
7813
7814 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7815
7816         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
7817         mapc.
7818
7819         * imap.el (imap-open): Replace mapcar called for effect with mapc.
7820         (top-level): Use mapc to set functions to be traced for debugging.
7821
7822         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
7823         called for effect with while loop.
7824
7825         * message.el (message-talkative-question): Replace mapcar called for
7826         effect with mapc.
7827
7828         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
7829         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
7830         called for effect with dolist.
7831
7832         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
7833
7834         * nndiary.el: Use dolist instead of mapcar to add diary headers to
7835         gnus-extra-headers and nnmail-extra-headers.
7836
7837         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
7838         called for effect with dolist.
7839         (top-level): Use mapc to set functions to be traced for debugging.
7840
7841         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
7842         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
7843         dolist.
7844
7845         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
7846         Replace mapcar called for effect with mapc.
7847         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
7848         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
7849         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
7850         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
7851
7852         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
7853         remove-if that's a cl function.
7854
7855         * webmail.el (webmail-debug): Replace mapcar called for effect with
7856         dolist.
7857
7858         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
7859         with mapc.
7860
7861 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7862
7863         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
7864         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
7865         with while loop.
7866
7867         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
7868         functions from article-* functions.
7869         (gnus-multi-decode-header): Replace mapcar called for effect with
7870         dolist.
7871
7872         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
7873         (gnus-bookmark-show-details): Replace mapcar called for effect with
7874         while loop.
7875
7876         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
7877         called for effect with while loop.
7878
7879         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
7880         with dolist.
7881
7882         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7883         Replace mapcar called for effect with dolist.
7884
7885         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
7886
7887         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
7888         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
7889         Replace mapcar called for effect with dolist.
7890         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
7891         mapc.
7892
7893         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
7894         Replace mapcar called for effect with dolist.
7895         (gnus-topic-list): Replace mapcar called for effect with mapc.
7896
7897         * gnus.el: Use mapc instead of mapcar to add autoloads.
7898
7899 2007-10-23  Richard Stallman  <rms@gnu.org>
7900
7901         * gnus-group.el (gnus-group-highlight): Mark as risky.
7902
7903 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7904
7905         * gnus.el (gnus-server-to-method): Return method found first in
7906         gnus-newsrc-alist.
7907
7908         * gnus-art.el (gnus-article-highlight-signature)
7909         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
7910         button overlay without the front stickiness.
7911
7912 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
7913
7914         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
7915         overview buffer needed a catch to receive its throw.
7916         (gnus-agent-flush-cache): Declare as interactive to make this function
7917         easier to use.
7918
7919 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
7920
7921         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
7922         `next-line'.
7923
7924 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7925
7926         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
7927         exclude address matching message-dont-reply-to-names.
7928
7929 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7930
7931         * gnus-util.el (gnus-string<): New function.
7932
7933         * gnus-sum.el (gnus-article-sort-by-author)
7934         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
7935
7936 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7937
7938         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
7939         the frame-focus tag is set in gnus-buffer-configuration.
7940
7941 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7942
7943         * gnus-art.el (gnus-article-add-button): Make a button overlay without
7944         the front stickiness.
7945
7946 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7947
7948         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
7949         url pattern; remove duplicate one.
7950         (gnus-article-extend-url-button): New function.
7951         (gnus-article-add-buttons): Use it.
7952         (gnus-button-push): Use concatenated url that it makes.
7953
7954 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
7955
7956         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
7957
7958 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7959
7960         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
7961         Don't hardcode point-min==1.
7962
7963 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
7964
7965         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
7966         Fix comment about "iso8859-1".
7967
7968 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
7969
7970         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
7971         ones returned from the verify-function.
7972
7973         * mm-uu.el (mm-uu-pgp-signed-extract-1):
7974         Call mml2015-extract-cleartext-signature if extraction failed.
7975
7976 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
7977
7978         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
7979         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
7980         failed.
7981
7982 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7983
7984         * Relicense "GPLv2 or later" files to "GPLv3 or later".
7985
7986 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
7987
7988         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
7989         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
7990         recommends to use EasyPG instead of PGG.
7991
7992         * pgg.el: Revert to revision 6.23.2.16.
7993
7994         * pgg-def.el: Revert to revision 6.6.2.14.
7995
7996         * pgg-gpg.el: Revert to revision 6.23.2.34.
7997
7998 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
7999
8000         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
8001         to mark a thread as expirable.  Add variable `hide' to handle hiding of
8002         thread for both the null and zero (kill/expire thread) universal prefix
8003         cases.
8004         (gnus-summary-expire-thread): Add new function to expire a thread,
8005         using gnus-summary-kill-thread.
8006         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
8007         shortcuts for gnus-summary-expire-thread.
8008         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
8009         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
8010
8011 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8012
8013         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
8014         extras value, so an extras entry can be deleted.
8015         (gnus-registry-delete-extra-entry): Use it.
8016         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
8017         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
8018         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
8019         storage through the gnus-registry, and provide an appropriate API for
8020         it.
8021
8022 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8023
8024         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
8025         Suggested by Leo <sdl.web@gmail.com>.
8026
8027         * gnus.el: Do.
8028
8029 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8030
8031         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
8032         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
8033
8034         * gnus-agent.el (gnus-agent-fetch-headers): Do.
8035
8036         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8037         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
8038
8039 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8040
8041         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
8042         newline.
8043         (nnmbox-request-accept-article): Don't change article in source buffer;
8044         narrow to header to use message-fetch-field rather than
8045         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
8046         (nnmbox-request-replace-article): Quote lines that'll be misidentified
8047         as delimiters; make sure article ends with newline.
8048         (nnmbox-delete-mail): Correct last position of article to be deleted;
8049         ignore X-Gnus-Newsgroup header in article body.
8050         (nnmbox-save-mail): Quote lines looking like delimiters at the right
8051         positions; make sure article ends with newline.
8052
8053         * message.el (message-display-abbrev): Don't infloop when a user
8054         inserts SPC in the beginning of header.
8055
8056         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
8057         coding-system-for-read and coding-system-for-write for XEmacs having no
8058         file-coding feature.
8059
8060         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
8061
8062 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
8063
8064         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
8065         list of groups not followed by default.  Fix type to be regexp.
8066         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
8067
8068 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
8069
8070         * hmac-def.el (define-hmac-function): Switch from old-style to
8071         new-style backquotes.
8072
8073         * md4.el (md4-make-step): Likewise.
8074
8075 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8076
8077         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
8078         raw-text coding system when saving .newsrc file, which may contain
8079         non-ASCII group names.
8080
8081 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8082
8083         * gnus-cus.el (gnus-score-extra): New widget.
8084         (gnus-score-extra-convert): New function.
8085         (gnus-score-customize): Use it for Extra.
8086
8087 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
8088
8089         * mml2015.el (mml2015-extract-cleartext-signature): New function.
8090         (mml2015-mailcrypt-clear-verify): Use it.
8091         (mml2015-gpg-clear-verify): Use it.
8092         (mml2015-pgg-clear-verify): Use it.
8093         (mml2015-epg-clear-verify): Replace the current part with the output
8094         from GnuPG; don't extract the plaintext by itself.
8095
8096         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
8097         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
8098         mml2015-clear-verify-function; don't touch the armor headers or
8099         dash-escaped text here.
8100
8101 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8102
8103         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
8104         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
8105         parts, or application/octet-stream as a last resort.
8106         (gnus-mime-view-part-as-type): Don't toggle display.
8107         (gnus-mime-view-part-as-charset): Don't turn off display before
8108         querying charset.
8109
8110         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
8111         stuff to undisplayer function in Emacs.
8112         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
8113
8114         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
8115         text/calendar parts.
8116
8117 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8118
8119         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
8120         decoding text/calendar parts.
8121
8122         * message.el (message-forward-make-body-mime): Always mark body as
8123         having no illegible text; remove signed-or-encrypted argument.
8124         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
8125
8126         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
8127         (mml-generate-mime-1): Don't encode body if it is specified to be in
8128         raw form; don't make buffer be unibyte when inserting multibyte string.
8129
8130 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8131
8132         * sha1.el: Fix up comment style.
8133         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
8134         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
8135
8136         * hex-util.el: Fix up comment style.
8137         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
8138
8139         * gnus-salt.el: Use with-current-buffer.
8140         (gnus-pick-setup-message): Fix long-standing typo.
8141
8142 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8143
8144         * imap.el (imap-logout-timeout): New variable.
8145         (imap-logout, imap-logout-wait): New functions.
8146         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
8147
8148         * nnimap.el (nnimap-logout-timeout): New server variable.
8149         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
8150         nnimap-logout-timeout.
8151
8152         * gnus-art.el (gnus-article-summary-command-nosave)
8153         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
8154
8155 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8156
8157         * gnus.el (gnus-maximum-newsgroup): New variable.
8158
8159         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
8160         according to gnus-maximum-newsgroup.
8161
8162         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8163         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
8164         Limit the range of articles according to gnus-maximum-newsgroup.
8165
8166 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
8167
8168         * gnus-art.el (gnus-sticky-article): Fix problems described in
8169         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
8170         Don't perform gnus-configure-windows here; reuse existing sticky
8171         article buffer.
8172
8173         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
8174         it doesn't exist in gnus-article-mode.
8175
8176 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8177
8178         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
8179         (gnus-agent-decoded-group-name): New function.
8180         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
8181         (gnus-agent-expire-group-1): Use it; decode group name in messages.
8182
8183 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
8184
8185         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
8186         Add binding for gnus-sticky-article.
8187         (gnus-summary-exit): Don't kill sticky article buffers.
8188
8189         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
8190         article buffer.
8191         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
8192         (gnus-kill-sticky-article-buffers): New commands.
8193
8194 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8195
8196         * nntp.el (nntp-xref-number-is-evil): New server variable.
8197         (nntp-find-group-and-number): If it is non-nil, don't trust article
8198         numbers in the Xref header.
8199
8200 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8201
8202         * gnus-agent.el (gnus-agent-read-group): New function.
8203         (gnus-agent-flush-group, gnus-agent-expire-group)
8204         (gnus-agent-regenerate-group): Use it.
8205         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
8206         nnmail-pathname-coding-system.
8207
8208 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8209
8210         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
8211
8212         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
8213         that are unread as unread, and also as selected so that information of
8214         marks having been changed by a user may be updated when exiting group.
8215
8216 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
8217
8218         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
8219
8220 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8221
8222         * gnus-art.el (gnus-mime-display-single): Pass part number that is
8223         calculated ignoring signature parts to gnus-treat-article.
8224
8225 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8226
8227         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
8228         a point here in order to keep the window start.
8229         (gnus-insert-mime-security-button): Make a button overlay without the
8230         front stickiness.
8231         (gnus-mime-display-security): Goto the end of a button.
8232
8233         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
8234
8235 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8236
8237         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
8238         group-name-at-point.
8239         (gnus-group-completing-read): New function that offers decoded
8240         non-ASCII group names for completion.
8241         (gnus-fetch-group, gnus-group-read-ephemeral-group)
8242         (gnus-group-jump-to-group, gnus-group-make-group-simple)
8243         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
8244         (gnus-group-fetch-control): Use it.
8245         (gnus-fetch-group): Use group-name-at-point for the initial value
8246         rather than the default value; use gnus-alive-p.
8247
8248         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
8249         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
8250         (gnus-summary-post-news): Use gnus-group-completing-read.
8251
8252         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
8253         (gnus-read-move-group-name): Decode group name for completion.
8254
8255 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
8256
8257         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
8258         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
8259         Yamaoka slightly modified the code).
8260
8261 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8262
8263         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
8264         (nnmail-split-incoming): Bind it.
8265
8266         * nnml.el (nnml-group-name-charset): New function.
8267         (nnml-decoded-group-name): Use it; don't decode group name if
8268         nnmail-group-names-not-encoded-p is non-nil.
8269         (nnml-encoded-group-name): New function.
8270         (nnml-group-pathname): Inline nnml-decoded-group-name.
8271         (nnml-request-expire-articles): Decode group name in message.
8272         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
8273         nnmail-pathname-coding-system.
8274         (nnml-save-mail, nnml-active-number): Work with decoded group names and
8275         not decoded ones according to nnmail-group-names-not-encoded-p.
8276         (nnml-generate-active-info): Use nnml-encoded-group-name.
8277
8278 2007-08-08  Glenn Morris  <rgm@gnu.org>
8279
8280         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
8281         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
8282         doc-strings and comments.
8283
8284 2007-07-25  Glenn Morris  <rgm@gnu.org>
8285
8286         * Relicense all FSF files to GPLv3 or later.
8287
8288 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8289
8290         * gnus-sum.el (gnus-summary-move-article):
8291         Make gnus-summary-respool-article work.
8292
8293 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
8294
8295         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
8296         string.
8297
8298 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
8299
8300         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
8301         that should be ignored when comparing distant RSS articles with local
8302         ones.
8303         (nnrss-make-hash-index): New function.  Create a hash index according
8304         to the ignored fields.
8305         (nnrss-check-group): Use it.
8306
8307 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8308
8309         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
8310
8311         * gnus-art.el (article-decode-group-name): Decode Xref header too.
8312
8313         * gnus-group.el (gnus-group-make-group): Encode group name here unless
8314         the new optional argument ENCODED is non-nil.
8315         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
8316         coding system for encoding group name.
8317         (gnus-group-make-rss-group): Pass un-encoded group name to
8318         gnus-group-make-group.
8319         (gnus-group-set-info): Tell gnus-group-make-group that group name is
8320         encoded.
8321
8322         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
8323         Encode group name to which articles are moved or copied.
8324         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
8325         coding system for encoding Newsgroup, Followup-To and Xref headers.
8326
8327         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
8328         marks; use nnheader-file-coding-system to write a file.
8329         (nnagent-retrieve-headers): Bind file-name-coding-system to
8330         nnmail-pathname-coding-system.
8331
8332         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
8333
8334         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
8335         (nnml-request-article, nnml-request-create-group)
8336         (nnml-request-rename-group, nnml-find-id)
8337         (nnml-possibly-change-directory, nnml-possibly-create-directory)
8338         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
8339         (nnml-save-marks): Use nnml-group-pathname instead of
8340         nnmail-group-pathname.
8341
8342         (nnml-request-create-group, nnml-request-expire-articles)
8343         (nnml-request-move-article, nnml-request-delete-group)
8344         (nnml-deletable-article-p, nnml-possibly-create-directory)
8345         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
8346         (nnml-open-marks): Bind file-name-coding-system to
8347         nnmail-pathname-coding-system.
8348
8349         (nnml-request-article): Pass server argument to nnml-find-group-number.
8350         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
8351         Pass server argument to nnml-possibly-create-directory.
8352         (nnml-request-accept-article): Pass server argument to
8353         nnml-active-number and nnml-save-mail.
8354         (nnml-find-group-number): Pass server argument to nnml-find-id.
8355         (nnml-request-update-info): Pass server argument to
8356         nnml-marks-changed-p.
8357
8358         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
8359         (nnml-save-mail, nnml-active-number): Add server argument.
8360
8361         (nnml-request-delete-group): Warn if group is missing.
8362         (nnml-get-nov-buffer): Decode group name.
8363         (nnml-generate-active-info): Encode group name.
8364         (nnml-open-marks): Decode group name in messages.
8365
8366 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8367
8368         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
8369         if it is not specified.
8370         (gnus-article-pipe-part, gnus-article-save-part)
8371         (gnus-article-interactively-view-part, gnus-article-copy-part)
8372         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
8373         (gnus-article-inline-part, gnus-article-save-part-and-strip)
8374         (gnus-article-replace-part, gnus-article-delete-part)
8375         (gnus-article-view-part-as-type): Pass raw prefix argument to
8376         gnus-article-part-wrapper.
8377
8378 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8379
8380         * gnus-agent.el (gnus-agent-save-active):
8381         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
8382
8383         * gnus-cache.el (gnus-cache-save-buffers)
8384         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
8385         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
8386         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
8387         (gnus-cache-braid-nov, gnus-cache-braid-heads)
8388         (gnus-cache-generate-active, gnus-cache-rename-group)
8389         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
8390         (gnus-cache-update-overview-total-fetched-for):
8391         Bind file-name-coding-system to nnmail-pathname-coding-system.
8392         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
8393         New variables.
8394         (gnus-cache-decoded-group-name): New function.
8395         (gnus-cache-file-name): Use it.
8396         (gnus-cache-generate-active): Use non-decoded group name for active.
8397
8398         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
8399         right place.
8400         (gnus-write-active-file): Don't break non-ASCII group names.
8401
8402         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
8403         nnmail-pathname-coding-system.
8404
8405         * lpath.el: Bind default-file-name-coding-system,
8406         file-name-coding-system and language-info-alist for XEmacs.
8407
8408         * gnus-uu.el (gnus-uu-decode-save): Typo.
8409
8410 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8411
8412         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
8413
8414 2007-07-14  David Kastrup  <dak@gnu.org>
8415
8416         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
8417         finishing actions if we did not edit the article.
8418
8419 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8420
8421         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
8422         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
8423         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
8424         (gnus-agent-flush-group, gnus-agent-flush-cache)
8425         (gnus-agent-fetch-headers, gnus-agent-load-alist)
8426         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
8427         (gnus-agent-retrieve-headers, gnus-agent-request-article)
8428         (gnus-agent-regenerate-group)
8429         (gnus-agent-update-files-total-fetched-for)
8430         (gnus-agent-update-view-total-fetched-for):
8431         Bind file-name-coding-system to nnmail-pathname-coding-system.
8432         (gnus-agent-group-pathname): Don't encode file names by
8433         nnmail-pathname-coding-system.
8434         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
8435         coding-system-for-write instead of buffer-file-coding-system to
8436         gnus-agent-file-coding-system.
8437
8438         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
8439         Decode group name.
8440
8441         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
8442
8443         * gnus-start.el (gnus-update-active-hashtb-from-killed)
8444         (gnus-read-newsrc-el-file): Make group names unibyte.
8445
8446         * nnmail.el (nnmail-group-pathname): Don't encode file names by
8447         nnmail-pathname-coding-system.
8448
8449         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
8450         (nnrss-request-delete-group): Bind file-name-coding-system to
8451         nnmail-pathname-coding-system.
8452         (nnrss-read-server-data, nnrss-read-group-data):
8453         Bind file-name-coding-system correctly.
8454         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
8455
8456         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
8457         (nntp-server-to-method-cache): New variable.
8458         (nntp-group-pathname): New function that decodes non-ASCII group names.
8459         (nntp-possibly-create-directory, nntp-marks-changed-p)
8460         (nntp-save-marks, nntp-open-marks): Use it.
8461         (nntp-possibly-create-directory, nntp-open-marks):
8462         Bind file-name-coding-system to nnmail-pathname-coding-system.
8463         (nntp-open-marks): Decode group names when bootstrapping marks.
8464
8465         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
8466         Newsgroups and Folowup-To headers.
8467
8468 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8469
8470         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8471         (gnus-server-closed-face, gnus-server-denied-face)
8472         (gnus-server-offline-face): Remove variable.
8473         (gnus-server-font-lock-keywords): Use faces that are not aliases.
8474
8475         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
8476         of modifying message-stack directly for XEmacs.
8477
8478         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
8479         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
8480         if the coding-system argument is nil for XEmacs.
8481
8482         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
8483         mm-charset-override-alist.
8484
8485         * rfc2047.el: Don't require base64; require rfc2045 for the function
8486         rfc2045-encode-string.
8487         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
8488         to quote the parameter value.
8489
8490 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8491
8492         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
8493         form in gnus-group-name-charset-method-alist.
8494
8495         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
8496         overrides the default layout edit-form.
8497
8498         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
8499
8500         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
8501
8502 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8503
8504         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
8505         as unfetched articles.
8506
8507 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
8508
8509         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
8510
8511 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8512
8513         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
8514         original back end that keeps marks in the local system.
8515
8516 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8517
8518         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
8519         arg of pop-to-buffer for XEmacs.
8520         (gnus-article-read-summary-keys): Ditto; don't restore window
8521         configuration if summary command ends up with neither article buffer
8522         nor summary buffer; describe bindings if summary keys end with C-h.
8523
8524 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8525
8526         * message.el (message-fix-before-sending): Skip raw message part to be
8527         forwarded while checking illegible text.
8528         (message-forward-make-body-mime, message-forward-make-body):
8529         Mark signed or encrypted raw message as having no illegible text.
8530
8531 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8532
8533         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
8534         (gnus-message-with-timestamp-1): New macro.
8535         (gnus-message-with-timestamp): New function.
8536         (gnus-message): Use them.
8537
8538         * nnheader.el (nnheader-message): Use them.
8539
8540 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
8541
8542         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
8543         .newsrc.eld file.
8544
8545 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8546
8547         * gnus-agent.el (gnus-agent-fetch-headers)
8548         (gnus-agent-retrieve-headers):
8549         Bind gnus-decode-encoded-address-function to identity.
8550
8551         * nntp.el (nntp-send-xover-command): Recognize an xover command is
8552         available also when the server returns simply a dot.
8553
8554         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
8555
8556 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8557
8558         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
8559
8560 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8561
8562         * gnus-ems.el (gnus-x-splash): Make it work.
8563
8564         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
8565         from being used.
8566
8567         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
8568
8569 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8570
8571         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
8572         4th and the 5th arguments.
8573
8574         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
8575         the front stickiness.
8576         (gnus-article-summary-command-nosave): Correct the order of the
8577         arguments passed to pop-to-buffer.
8578         (gnus-article-read-summary-keys): Ditto; make it work properly when the
8579         summary command ends up with the article buffer.
8580
8581         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
8582         the same faces.
8583
8584 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
8585
8586         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
8587
8588 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
8589
8590         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
8591         * gnus-sum.el (gnus-summary-highlight):
8592         * pgg.el (pgg-sign-region, pgg-sign):
8593         * mail-source.el (mail-source-delete-old-incoming-confirm):
8594         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
8595
8596 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8597
8598         * gnus-art.el (gnus-mime-view-part-externally)
8599         (gnus-mime-view-part-internally): Fix predicate function passed to
8600         completing-read.
8601
8602         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
8603
8604         * gnus.el (gnus-update-message-archive-method): Add :version.
8605
8606 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8607
8608         * gnus.el (gnus-update-message-archive-method): New variable.
8609
8610         * gnus-start.el (gnus-setup-news): Update saved "archive" method
8611         according to gnus-message-archive-method if
8612         gnus-update-message-archive-method is non-nil.
8613
8614 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8615
8616         * gnus-sum.el (gnus-summary-limit-to-address): New function.
8617         Suggested by Loic Dachary <loic@dachary.org>.
8618         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8619
8620 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8621
8622         * message.el (message-pop-to-buffer): Add switch-function argument.
8623         (message-mail): Pass switch-function argument to it.
8624
8625 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
8626
8627         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
8628         Improve doc string.
8629
8630 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8631
8632         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
8633         (gnus-header-content)
8634         * gnus-cite.el (gnus-cite-10)
8635         * gnus-srvr.el (gnus-server-closed)
8636         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
8637         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
8638         (gnus-group-mail-3-empty, gnus-group-mail-low)
8639         (gnus-group-mail-low-empty, gnus-splash)
8640         * message.el (message-header-to, message-header-cc)
8641         (message-header-subject, message-header-other, message-header-name)
8642         (message-header-xheader, message-separator, message-cited-text)
8643         (message-mml): Lighten colors of faces used for dark background.
8644
8645 2007-05-24  Simon Josefsson  <simon@josefsson.org>
8646
8647         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
8648         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
8649
8650 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8651
8652         * message.el (message-narrow-to-headers-or-head):
8653         Ignore mail-header-separator in the body.
8654
8655 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8656
8657         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
8658         same as window size.
8659
8660 2007-05-22  Kevin Ryde  <user42@zip.com.au>
8661
8662         * message.el (message-font-lock-keywords): Use message-header-xheader
8663         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
8664         ahead of the anything pattern, to get it recognised.
8665
8666 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8667
8668         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
8669         spam.el loads uses it in the compiled defadvice form.
8670
8671 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
8672
8673         * gnus-sum.el (gnus-articles-to-read)
8674         (gnus-summary-insert-old-articles): Don't truncate group name for
8675         `read-string'.
8676
8677         * gnus-util.el (gnus-limit-string): Delete this function.
8678
8679         * gnus-sum.el (gnus-simplify-subject-fully):
8680         Use `truncate-string-to-width' instead.
8681
8682 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
8683
8684         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
8685         Tell if, on summary exit, the next group has to be selected.
8686         (gnus-summary-exit): Use it.
8687
8688 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
8689
8690         * gnus-art.el (gnus-article-mode): Fix comment about displaying
8691         non-break space.
8692
8693 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8694
8695         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
8696         Check if group is not a directory.
8697         (nnfolder-request-expire-articles): Don't delete articles if the target
8698         group is not available.
8699
8700         * nnml.el (nnml-request-create-group): Properly check if group is not a
8701         file.
8702         (nnml-request-expire-articles): Don't delete articles if the target
8703         group is not available.
8704
8705         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8706         Don't quote characters that are within parentheses.
8707
8708 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8709
8710         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
8711         (gnus-handle-ephemeral-exit): Select article according to it.
8712
8713 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8714
8715         * message.el (message-insert-formated-citation-line): Remove newline.
8716         (message-citation-line-format): Add final \n here so that the user can
8717         avoid a blank line.
8718
8719 2007-05-03  Dan Christensen  <jdc@uwo.ca>
8720
8721         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
8722         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
8723         Update lanl/arXiv support.
8724
8725 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8726
8727         * gnus.el: Bump version number.
8728
8729 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8730
8731         * gnus.el (gnus-version-number): Bump version.
8732
8733 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8734
8735         * gnus.el: No Gnus v0.6 is released.
8736
8737 2007-04-27  Didier Verna  <didier@xemacs.org>
8738
8739         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
8740         * gmm-utils.el (gmm-regexp-concat): ... here.
8741         * message.el: Don't require 'gnus-util.
8742         (message-dont-reply-to-names): Handle name change above.
8743         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
8744
8745 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8746
8747         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
8748         since the initial value varies according to the system.
8749
8750 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8751
8752         * mm-util.el (mm-charset-synonym-alist): Defcustom.
8753
8754 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
8755
8756         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
8757
8758 2007-04-24  Didier Verna  <didier@xemacs.org>
8759
8760         Improve the type of gnus-ignored-from-addresses.
8761         * gnus-util.el (gnus-orify-regexp): New function.
8762         * message.el (gnus-util): Require it.
8763         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
8764         * gnus-sum.el (gnus-ignored-from-addresses): New function.
8765         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
8766
8767 2007-04-24  Didier Verna  <didier@xemacs.org>
8768
8769         * gnus-sum.el:
8770         * gnus-utils.el: Fix some trailing whitespaces.
8771
8772 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8773
8774         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
8775         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
8776         article's Message-ID; refer parent article in summary buffer.
8777
8778         * message.el (message-bounce): Call mime-to-mml.
8779
8780         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
8781         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
8782         optimize and/or forms properly.
8783
8784 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
8785
8786         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
8787         URL.
8788
8789 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8790
8791         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
8792
8793 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8794
8795         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
8796         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
8797         displayed of multipart/alternative part if it is invoked from summary
8798         buffer.
8799
8800         * mm-view.el (mm-inline-text-html-render-with-w3m)
8801         (mm-inline-text-html-render-with-w3m-standalone)
8802         (mm-inline-render-with-function): Use mail-parse-charset by default.
8803
8804 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
8805
8806         * parse-time.el (parse-time-string-chars): Check if CHAR
8807         is less than the length of parse-time-syntax.
8808
8809 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8810
8811         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
8812         from gnus-newsgroup-processable.
8813
8814 2007-04-16  Didier Verna  <didier@xemacs.org>
8815
8816         * gnus-msg.el (gnus-configure-posting-styles):
8817         Handle message-signature-directory properly with :file syntax.
8818         Reported by "Leo".
8819
8820 2007-04-11  Didier Verna  <didier@xemacs.org>
8821
8822         New user option: message-signature-directory.
8823         * gnus-msg.el (gnus-configure-posting-styles): Support it.
8824         * message.el (message-insert-signature): Ditto.
8825         * message.el (message-signature-file): Doc update.
8826         * message.el (message-signature-directory): New.
8827
8828 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8829
8830         * gnus-msg.el (gnus-inews-yank-articles):
8831         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
8832
8833 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8834
8835         * message.el (message-yank-original): Make sure cited text ends with
8836         newline; don't exchange point and mark.
8837
8838 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
8839
8840         * tls.el (open-tls-stream): Properly handle case where there
8841         is no associated buffer.
8842
8843 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
8844
8845         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
8846         message-yank-original, make sure (< mark TEXT point).
8847
8848 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8849
8850         * message.el (message-fill-column): New variable.
8851         (message-mode): Use it.  Add comment on a possible new hook.
8852
8853         * nnmail.el (nnmail-spool-file): Mark as obsolete.
8854         (nnmail-get-new-mail): Reformat.
8855
8856         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
8857
8858         * gmm-utils.el: Fix Commentary.
8859         (gmm-tool-bar-from-list): Fix typo in doc string.
8860
8861 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
8862
8863         * message.el (message-yank-original): Don't switch point and mark
8864         unnecessarily to put point and mark as documented.
8865
8866 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8867
8868         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
8869         from the message heads.
8870
8871 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
8872
8873         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
8874         article buffer does not have a window.  This may not be the best
8875         solution but is certainly better than setting the start of the null,
8876         that is the current, window.
8877
8878 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8879
8880         * gnus-draft.el (gnus-draft-setup-hook): New hook.
8881         (gnus-draft-setup): Run it.
8882
8883         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
8884         gnus-score-fast-scoring.  Allow regexp.
8885         (gnus-score-headers): Use it.
8886
8887         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
8888         XEmacs.
8889
8890         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
8891         string.
8892         (gnus-button-alist): Also catch `<f1> k ...'.
8893         (gnus-treat-display-x-face): Fix doc string.
8894
8895 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8896
8897         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
8898         evaluation of gnus-extended-version to ensure correct generation of the
8899         User-Agent header when message-generate-headers-first is used.
8900
8901 2007-03-24  Simon Josefsson  <simon@josefsson.org>
8902
8903         * hashcash.el (hashcash-generate-payment-async): Don't crash if
8904         hashcash-path is nil.  Don't call callback with incorrect number of
8905         parameters if val is 0.
8906
8907 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8908
8909         * message.el (message-required-news-headers):
8910         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
8911
8912 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
8913
8914         * tls.el (open-tls-stream): In handshake-waiting loop,
8915         don't wait more if there is output available to process.
8916
8917 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
8918
8919         * tls.el (tls-program): Doc fix.
8920
8921 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8922
8923         * message.el (message-generate-new-buffers): Change the meaning of the
8924         nil value; add `standard' to the choices; treat t as `unique'; improve
8925         doc string.
8926         (gnus-select-frame-set-input-focus): Autoload.
8927         (message-buffer-name): Search for the existing message buffer if
8928         message-generate-new-buffers is nil or `standard'; treat the value t of
8929         message-generate-new-buffers as `unique'.
8930         (message-pop-to-buffer): Raise the frame already displaying the message
8931         buffer; clear the echo area after querying.
8932         (message-setup): Pass the `continue' argument to compose-mail.
8933         (message-mail): Prefer `switch-function' if it is given; search for the
8934         existing message buffer if the `continue' argument is non-nil; pass
8935         continue and switch-function arguments to compose-mail by way of
8936         message-setup.
8937         (message-mail-other-window): Adjust argument of message-setup.
8938         (message-mail-other-frame): Ditto.
8939
8940 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8941
8942         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
8943         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
8944         to turn font-lock on when turning gnus-message-citation-mode on.
8945
8946 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
8947
8948         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
8949         (mml-smime-function-alist): New variable; add epg as the backend.
8950         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
8951         mml-smime- functions instead.
8952         * mm-view.el: Require smime.
8953
8954 2007-03-05  Didier Verna  <didier@xemacs.org>
8955
8956         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
8957         instead of just inheritance for posting styles.
8958         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
8959
8960 2007-02-24  Chris Moore  <dooglus@gmail.com>
8961
8962         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
8963         * pgg-pgp.el (pgg-pgp-encrypt-region):
8964         * pgg-gpg.el (pgg-gpg-encrypt-region):
8965         Check pgg-encrypt-for-me if no other recipients.
8966
8967 2007-02-24  John Paul Wallington  <jpw@pobox.com>
8968
8969         * tls.el (tls-certtool-program): Fix custom type.
8970
8971 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8972
8973         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
8974         and point-at-eol instead of line-(beginning|end)-position.
8975
8976         * assistant.el (assistant-parse-buffer): Ditto.
8977
8978         * netrc.el (netrc-parse-services): Ditto.
8979
8980 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
8981
8982         * mml2015.el (mml2015-epg-find-usable-key): New function.
8983         (mml2015-epg-sign): Use it.
8984         (mml2015-epg-encrypt): Use it.
8985
8986 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8987
8988         * message.el (message-make-in-reply-to): Quote name containing
8989         non-ASCII characters.  It will make the RFC2047 encoder cause an error
8990         if there are special characters.  Reported by NAKAJI Hiroyuki
8991         <nakaji@jp.freebsd.org>.
8992
8993 2007-02-27  Didier Verna  <didier@xemacs.org>
8994
8995         Include the group parameters as well as the topic ones in the
8996         inheritance filter process.
8997         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
8998         argument GROUP-PARAMS-LIST.
8999         * gnus-topic.el (gnus-group-topic-parameters): Use it.
9000
9001 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9002
9003         * nntp.el (nntp-never-echoes-commands)
9004         (nntp-open-connection-functions-never-echo-commands): New variables.
9005         (nntp-send-command): Use them.
9006
9007 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
9008
9009         * mml2015.el (mml2015-epg-verify): Simplify.
9010
9011 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9012
9013         * mml.el (mml-content-disposition-alist): New user option.
9014         (mml-content-disposition): New function.
9015         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
9016         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
9017
9018 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
9019
9020         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
9021         verification.
9022
9023 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9024
9025         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
9026         articles posted in the last 24 hours.
9027
9028 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
9029
9030         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
9031
9032 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
9033
9034         * nntp.el (nntp-send-command): Don't wait for echoes when
9035         nntp-open-ssl-stream is used.
9036
9037 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9038
9039         * gnus-cite.el (gnus-test-font-lock-add-keywords)
9040         (gnus-message-add-citation-keywords)
9041         (gnus-message-remove-citation-keywords): Remove.
9042         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
9043         directly, make the variables in font-lock-defaults buffer-local, add
9044         gnus-message-citation-keywords to them and then update the value of
9045         font-lock-keywords.
9046
9047 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9048
9049         * message.el (message-cite-original-1): Don't call
9050         gnus-article-highlight-citation.
9051
9052         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
9053         citations; fix line count.
9054
9055 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9056
9057         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
9058         (gnus-message-add-citation-keywords)
9059         (gnus-message-remove-citation-keywords): Use it; fix the emulating
9060         versions of font-lock-add-keywords and font-lock-remove-keywords to
9061         work with XEmacs correctly.
9062
9063 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9064
9065         * gnus-cite.el (gnus-cite-face-list): Set the values of
9066         gnus-message-max-citation-depth and gnus-message-citation-keywords.
9067         (gnus-message-max-citation-depth): Use defvar rather than defconst.
9068         (gnus-message-cite-prefix-regexp): New variable.
9069         (gnus-message-search-citation-line): Use it; protect against long
9070         citation prefix; fill match data with nil rather than 0 for XEmacs; set
9071         the 0th match data for Emacs.
9072         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
9073         (gnus-message-add-citation-keywords): Append keywords rather than
9074         prepending; emulate font-lock-add-keywords if it is not available.
9075         (gnus-message-remove-citation-keywords):
9076         Emulate font-lock-remove-keywords if it is not available.
9077
9078         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
9079
9080         * message.el (message-cite-prefix-regexp): Set the value of
9081         gnus-message-cite-prefix-regexp.
9082
9083 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9084
9085         * nnweb.el (nnweb-google-parse-1): Update parser.
9086
9087 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
9088
9089         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
9090
9091 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9092
9093         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9094         regexp.
9095
9096 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9097
9098         * uudecode.el (uudecode-string-to-multibyte): New function emulating
9099         string-to-multibyte.
9100         (uudecode-decode-region-internal): Use it.
9101
9102         * lpath.el: Fbind string-as-multibyte for XEmacs.
9103
9104 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9105
9106         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
9107         Fix custom choice.
9108
9109         * gnus-art.el (gnus-signature-limit): Fix custom choice.
9110
9111 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
9112
9113         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
9114
9115         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
9116         `write-region' to respect `mm-inhibit-file-name-handlers'.
9117
9118 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
9119
9120         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
9121         Use gnus-home-directory instead of "~/" or "$HOME".
9122
9123 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
9124
9125         * encrypt.el (encrypt-insert-file-contents): Add better prompt
9126         to mention filename.
9127         Add comments at beginning regarding usage.
9128         (encrypt-write-file-contents): Change interactive so a string is
9129         acceptable.  If the file has no associated model, show an error instead
9130         of a nonsense prompt.
9131
9132 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9133
9134         * spam.el (spam-bsfilter-ham-switch): Fix typo.
9135         Thanks to Yoshihiko Yamada for kind notification of this typo.
9136
9137 2007-01-12  Kenichi Handa  <handa@m17n.org>
9138
9139         * uudecode.el (uudecode-decode-region-internal): Make it work in a
9140         multibyte buffer.
9141
9142 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9143
9144         * gnus-score.el (gnus-score-fast-scoring): New variable.
9145         (gnus-score-headers): Use it.
9146
9147         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
9148
9149         * message.el (message-cite-original-1):
9150         Call gnus-article-highlight-citation if requested.
9151         (message-make-from): Allow name and address as optional arguments.
9152
9153         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
9154
9155         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
9156         bugs to doc string.
9157         (gnus-button-alist): Add mid\\|message-id.
9158         (gnus-button-fetch-group): Extend for use in
9159         `browse-url-browser-function'.
9160         (gnus-button-url-regexp): Try to catch paired parentheses like in
9161         Wikipedia URLs.
9162
9163         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
9164         Suggested by Simon Krahnke <overlord@gmx.li>.
9165
9166 2007-01-13  Romain Francoise  <romain@orebokech.com>
9167
9168         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
9169         Update copyright.
9170
9171 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
9172
9173         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
9174
9175 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9176
9177         * gnus-registry.el (gnus-registry-unfollowed-groups)
9178         (gnus-registry-split-fancy-with-parent): Fix documentation.
9179
9180 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9181
9182         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
9183         from nnweb groups.
9184
9185 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9186
9187         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
9188         Xref urls.  Erase buffer before requesting head.
9189
9190         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9191
9192 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
9193
9194         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
9195         customizable.
9196
9197 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
9198
9199         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
9200         no signing key is found.
9201         (mml2015-epg-encrypt): Ask user whether to skip or abort if
9202         no encrypting and/or signing key is found.
9203
9204 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9205
9206         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
9207
9208 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9209
9210         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
9211         headers read from disk with the ones newly found in the current search.
9212         This should no longer cause problems, because the article numbers in
9213         Gmane's `nov.php' output are ignored since the previous change.
9214
9215 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9216
9217         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
9218
9219 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9220
9221         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
9222         replace-regexp-in-string; bind url-version; fbind display-images-p and
9223         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
9224         find-face and set-itimer-function for Emacs; bind itimer-list for
9225         Emacs.
9226
9227         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9228
9229 2007-01-01  Romain Francoise  <romain@orebokech.com>
9230
9231         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
9232
9233 2006-12-31  Steve Youngs  <steve@sxemacs.org>
9234
9235         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
9236         `define-minor-mode' macro definition expanded properly.
9237         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
9238         exclude it there.
9239
9240         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
9241         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
9242         `fboundp' test.
9243         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
9244         This is OK to autoload in (S)XEmacs now.
9245
9246 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9247
9248         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
9249         keystroke.
9250         (gnus-summary-limit-to-singletons): Fix typo.
9251
9252         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
9253         else fails.
9254
9255 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9256
9257         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
9258         docstring.
9259
9260         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
9261         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
9262         (gnus-summary-insert-dormant-articles): Fix typo in message.
9263
9264 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
9265
9266         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
9267         nil for XEmacs.
9268         (gnus-message-citation-mode): Don't autoload in XEmacs.
9269
9270         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
9271
9272 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
9273
9274         * nnimap.el (nnimap-expunge-search-string):
9275         Mention nnimap-search-uids-not-since-is-evil in docstring.
9276
9277 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9278
9279         * spam.el: Revert to make-obsolete-variable because
9280         define-obsolete-variable-alias is not supported in Emacs 21.
9281
9282         * spam.el (spam-ifile-path, spam-ifile-database-path)
9283         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
9284         make-obsolete-variable.
9285         (spam-bsfilter-path, spam-bsfilter-program)
9286         (spam-spamassassin-path, spam-spamassassin-program)
9287         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
9288         Don't use "path" inappropriately.
9289         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
9290         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
9291         variable names.
9292
9293 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
9294
9295         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
9296         summary buffer.
9297
9298         * password.el (password-cache-remove): Use clear-string to burn
9299         password, if available.
9300
9301 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9302
9303         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
9304
9305         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
9306
9307         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
9308         (gnus-message-highlight-citation): Move defcustom here from
9309         gnus-cite.el.
9310         (gnus-message-citation-mode): Autoload.
9311
9312         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
9313         checks to make it compile with XEmacs.
9314         (gnus-message-citation-mode): New minor mode.
9315         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
9316         (gnus-message-highlight-citation): New variables.
9317         (gnus-message-search-citation-line)
9318         (gnus-message-add-citation-keywords)
9319         (gnus-message-remove-citation-keywords)
9320         (turn-on-gnus-message-citation-mode)
9321         (turn-off-gnus-message-citation-mode): New functions.
9322
9323 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
9324
9325         * gnus-cite.el: Enable highlighting of different citation levels in
9326         message-mode.
9327
9328 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9329
9330         * message.el (message-make-fqdn): Fix comment.
9331         (message-bogus-system-names): Add ".local".
9332
9333         * spam.el (spam-ifile-path, spam-ifile-program)
9334         (spam-ifile-database-path, spam-ifile-database)
9335         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
9336         Don't use "path" inappropriately.
9337         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
9338         strings.
9339         (spam-check-ifile, spam-ifile-register-with-ifile)
9340         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
9341         Use new variable names.
9342
9343         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
9344         (gnus-treat-display-smileys): Simplify using
9345         gnus-image-type-available-p.
9346
9347         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
9348         available.
9349
9350         * gnus-xmas.el (gnus-xmas-image-type-available-p):
9351         Use `display-images-p' if available.
9352
9353 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9354
9355         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
9356         one after turning on the buffer's multibyteness instead of decoding
9357         them directly in the unibyte buffer that causes unexpected conversion
9358         in Emacs 23 (unicode).
9359
9360 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9361
9362         * message.el (message-generate-hashcash): Fix custom type.
9363
9364 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9365
9366         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
9367
9368 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9369
9370         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
9371         disconnect icons.  Add help text.
9372
9373 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
9374
9375         * spam.el (spam-extra-header-to-number): CRM114 spam score is
9376         negated to be consistent with the others we handle.
9377
9378 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9379
9380         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
9381         version of gnus-summary-buffer to something, so that we can use two
9382         article buffers at the same time.
9383
9384 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
9385
9386         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
9387         trigger all the extra headers.
9388         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
9389         sorting.
9390
9391 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9392
9393         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
9394         solid groups.
9395
9396 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
9397
9398         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
9399
9400 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
9401
9402         * legacy-gnus-agent.el: Add Copyright notice.
9403
9404 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
9405
9406         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
9407
9408 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9409
9410         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
9411
9412         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
9413         to make it work reliably in CVS Emacs.
9414         (gnus-summary-limit-strange-charsets-predicate)
9415         (gnus-summary-limit-to-predicate): New functions.
9416
9417 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
9418
9419         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
9420         specifying array size.
9421         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
9422         array if it is too small.
9423         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
9424         (gnus-sort-threads-loop): New function.
9425
9426 2006-12-06  Chris Moore  <dooglus@gmail.com>
9427
9428         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
9429         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
9430
9431 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
9432
9433         * mm-url.el (mm-url-predefined-programs): Call curl with correct
9434         options.
9435
9436 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9437
9438         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
9439         DOS-ing the recipient.
9440
9441         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
9442         the headers when creating the mapping to avoid mismappings.
9443         (nnweb-gmane-create-mapping): Always nix out old mapping.
9444
9445 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9446
9447         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
9448         and mm-verify-option to never.
9449
9450 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9451
9452         * message.el (message-signed-or-encrypted-p): New function.
9453         (message-forward-make-body): Use it.
9454
9455         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
9456         Replace encode-coding-string with mm-encode-coding-string.
9457
9458 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9459
9460         * nneething.el (nneething-decode-file-name):
9461         Replace decode-coding-string with mm-decode-coding-string.
9462
9463         * gnus-int.el (gnus-open-server): Say failed server's name.
9464
9465 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9466
9467         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
9468         strings to a single string.  Quote `errors-file-name'.
9469         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
9470         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
9471         Adjust calls.  Use `shell-quote-argument'.
9472
9473 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
9474
9475         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
9476         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
9477
9478         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
9479         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
9480         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
9481         (gnus-group-make-directory-group, gnus-group-transpose-groups):
9482         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
9483         (gnus-subscribe-newsgroup, gnus-1):
9484         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
9485         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
9486         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
9487         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
9488
9489 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9490
9491         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
9492         keystroke.
9493         (gnus-summary-limit-to-bodies): Implement headersp.
9494
9495 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9496
9497         * dns.el (query-dns): Protect against "Process dns deleted" strings.
9498
9499 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9500
9501         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
9502
9503 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9504
9505         * message.el (message-generate-hashcash): Expand range of values to
9506         include `opportunistic'.
9507         (message-send-mail): Use it.
9508
9509 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9510
9511         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
9512         and comment it.
9513
9514         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
9515
9516 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
9517
9518         * gnus-util.el (gnus-extract-address-components): Improve comment.
9519
9520 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9521
9522         * gnus-util.el (gnus-extract-address-components): Work with address in
9523         which the name portion contains @.
9524
9525         * lpath.el: Fbind custom-autoload.
9526
9527 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9528
9529         * gnus.el (gnus-start): Move custom group up.
9530         (gnus-select-method): Don't autoload, but make it available for
9531         `customize-variable'.
9532         (gnus-getenv-nntpserver): Don't autoload.
9533
9534 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
9535
9536         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
9537
9538 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9539
9540         * message.el (message-sendmail-extra-arguments): New variable.
9541         (message-send-mail-with-sendmail): Use it.
9542
9543 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9544
9545         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
9546         mm-with-unibyte-current-buffer to make string unibyte.
9547
9548         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
9549         mm-string-as-multibyte.
9550
9551 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
9552
9553         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
9554         Reported by Werner Koch <wk@gnupg.org>.
9555
9556 2006-11-14  Daiki Ueno  <ueno@p360>
9557
9558         * mml2015.el: Autoload epa-select-keys when compiling.
9559
9560 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9561
9562         * mml2015.el (mml2015-epg-sign): Save the signing keys in
9563         message-options.
9564         (mml2015-epg-encrypt): Save the recipient keys in message-options.
9565
9566 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9567
9568         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
9569         EasyPG (< 0.0.6).
9570         (mml2015-always-trust): New user option.
9571         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
9572         prompt.
9573
9574 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9575
9576         * nntp.el (nntp-authinfo-force): New variable.
9577         (nntp-send-authinfo): Use it.
9578
9579 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
9580
9581         * message.el (message-strip-subject-encoded-words): Allow _not_ to
9582         decode encoded words.  Improve prompt.  Add comment about forwarding.
9583         (message-replacement-char): Move up.
9584
9585 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
9586
9587         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
9588         instead of gnus-intersection because arguments of gnus-sorted-nunion
9589         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
9590
9591 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
9592
9593         * message.el (message-strip-subject-encoded-words): Reformat prompt.
9594         (message-simplify-subject-functions):
9595         Enable message-strip-subject-encoded-words by default.
9596
9597 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
9598
9599         * message.el (message-strip-subject-encoded-words): New function.
9600         (message-simplify-subject-functions): New variable.
9601         (message-simplify-subject): Use it.  Fix typo in doc string.
9602         Support message-strip-subject-encoded-words.
9603
9604 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
9605
9606         * gnus-diary.el (gnus-diary-delay-format-function):
9607         * nndiary.el (nndiary-reminders):
9608         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
9609
9610 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9611
9612         * gnus-art.el (article-hide-boring-headers): Fetch date from
9613         gnus-original-article-buffer to avoid problems with localized date
9614         strings.
9615
9616 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9617
9618         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
9619
9620 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
9621
9622         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9623         New variables.
9624         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9625         (mm-charset-synonym-alist): Move some entries to
9626         mm-codepage-iso-8859-list.
9627         (mm-charset-synonym-alist, mm-charset-override-alist):
9628         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9629
9630 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9631
9632         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
9633
9634 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9635
9636         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
9637         with Emacs 21 and XEmacs.
9638
9639 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
9640
9641         * spam.el (spam-parse-address): New function for better parsing,
9642         catching errors, etc.
9643         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
9644
9645 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9646
9647         * mm-view.el: Add interactive arg to html2text autoload.
9648
9649 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9650
9651         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
9652
9653 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
9654
9655         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9656         New variables.
9657         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9658         (mm-charset-synonym-alist): Move some entries to
9659         mm-codepage-iso-8859-list.
9660
9661         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
9662
9663 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
9664
9665         * message.el (message-citation-line-format)
9666         (message-insert-formated-citation-line): Fix implementation of %E, %N
9667         and %n according to the doc string.
9668
9669 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
9670
9671         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9672         Use car-safe to avoid bad parses.
9673
9674 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9675
9676         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
9677         names.
9678
9679         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
9680
9681 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9682
9683         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
9684         header.
9685
9686         * message.el (message-draft-headers): Add Date.
9687         (message-headers-to-generate): Fix typo in docstring.
9688
9689         * nndraft.el (nndraft-required-headers): New variable.
9690         (nndraft-generate-headers): Use it.
9691
9692         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
9693
9694 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9695
9696         * gnus-registry.el (gnus-registry-wash-for-keywords)
9697         (gnus-registry-find-keywords): New functions to allow easy searching of
9698         articles that are in the registry.
9699
9700 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9701
9702         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9703         Use ietf-drums-parse-address instead of gnus-extract-address-components.
9704         Reported by Damien Elmes <damien@repose.cx>.
9705
9706 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9707
9708         * gnus.el (gnus-mime): Remove unused custom group.
9709
9710 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9711
9712         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
9713         "blank line" when searching for end of armor headers.
9714
9715 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9716
9717         * gmm-utils.el (gmm-write-region): Fix variable name.
9718
9719 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
9720
9721         * gmm-utils.el (gmm-write-region): New function based on compatibility
9722         code from `mm-make-temp-file'.
9723
9724         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
9725
9726         * nnmaildir.el (nnmaildir--update-nov)
9727         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
9728         Use `gmm-write-region'.
9729
9730 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9731
9732         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
9733         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9734
9735         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
9736
9737         * message.el (message-replacement-char): New variable.
9738         (message-fix-before-sending): Use it.
9739         (message-simplify-subject): New function to remove duplicate code.
9740         (message-reply, message-followup): Use it.
9741
9742         * gnus-sum.el (gnus-summary-make-menu-bar):
9743         Clarify gnus-summary-limit-to-articles.
9744
9745 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9746
9747         * gnus-util.el (gnus-with-local-quit): New macro.
9748
9749         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
9750
9751 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
9752
9753         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
9754         ignore non-string data.
9755
9756 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
9757
9758         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
9759         non-string data (needs to be done in the registry too).
9760
9761 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9762
9763         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
9764         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
9765         (gnus-registry-split-fancy-with-parent)
9766         (gnus-registry-fetch-simplified-message-subject-fast)
9767         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
9768         Remove text properties on ingress into the registry and when it's saved.
9769         (gnus-registry-clean-empty-function): Fix bug with cleaning the
9770         registry from entries with no groups.
9771
9772 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9773
9774         * gnus-util.el (gnus-string-remove-all-properties): Add utility
9775         function to remove string properties.
9776
9777 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9778
9779         * gmm-utils.el (gmm): Adjust custom version.
9780
9781         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
9782         Adjust custom version.
9783
9784         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
9785
9786 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9787
9788         * gnus-art.el (gnus-insert-prev-page-button)
9789         (gnus-insert-next-page-button): Simplify.  Reformat.
9790
9791 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9792
9793         * gnus-art.el (gnus-insert-prev-page-button)
9794         (gnus-insert-next-page-button): Apply gnus-article-button-face.
9795
9796 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
9797
9798         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
9799
9800 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9801
9802         * gnus-art.el (gnus-insert-mime-button)
9803         (gnus-insert-mime-security-button):
9804         Apply gnus-article-button-face to MIME and security buttons.
9805
9806 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
9807
9808         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
9809         readable.
9810
9811 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9812
9813         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
9814
9815 2006-09-20  Steve Youngs  <steve@sxemacs.org>
9816
9817         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
9818         `browse-url-of-file' instead of `browse-url'.
9819
9820 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9821
9822         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9823         regexp.  Articles containing quotation were cut prematurely.
9824
9825 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9826
9827         * message.el (message-cite-original-1): Use nobody by default for the
9828         value of From header.
9829         (message-reply): Ditto.
9830
9831 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
9832
9833         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
9834         to the gnus-info.  This fixes a bug of inline-PGP message verification.
9835         Reported by Michael Piotrowski <mxp@dynalabs.de>.
9836
9837 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
9838
9839         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
9840         mails in the doc string.  Add some URLs in comment.
9841         (pop3-movemail): Warn about pop3-leave-mail-on-server.
9842
9843 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9844
9845         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
9846         backslashes handling and the way to find boundaries of quoted strings.
9847
9848 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
9849
9850         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
9851         mml1991-encrypt-to-self is set and mml1991-signers is not set.
9852         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
9853         mml2015-encrypt-to-self is set and mml2015-signers is not set.
9854
9855 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9856
9857         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
9858         doc string.
9859         (gnus-button-regexp, gnus-button-last): Remove unused variables.
9860
9861 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9862
9863         * lpath.el: Fbind epg-check-configuration.
9864
9865 2006-09-06  Simon Josefsson  <jas@extundo.com>
9866
9867         * mml2015.el (mml2015-use): Doc fix, mention epg.
9868
9869 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9870
9871         * mml2015.el (mml2015-use): Default to epg, if available.
9872
9873 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9874
9875         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
9876         message-sender.
9877         (mml1991-epg-encrypt): Ditto.
9878         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
9879         message-sender.
9880         (mml2015-epg-encrypt): Ditto.
9881
9882 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
9883
9884         * message.el (message-send-mail-with-sendmail): Look for sendmail in
9885         several common directories.
9886
9887 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
9888
9889         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
9890         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
9891
9892 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9893
9894         * gnus-art.el (article-decode-encoded-words): Make it fast.
9895
9896 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9897
9898         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
9899
9900         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
9901         in quoted string into `\'.
9902
9903 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9904
9905         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9906         Use standard-syntax-table.
9907
9908 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9909
9910         * gnus-art.el (gnus-decode-address-function): New variable.
9911         (article-decode-encoded-words): Use it to decode headers which are
9912         assumed to contain addresses.
9913         (gnus-mime-delete-part): Remove useless `or'.
9914
9915         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
9916         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
9917         (gnus-nov-parse-line): Use it to decode From header.
9918         (gnus-get-newsgroup-headers): Ditto.
9919         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
9920
9921         * mail-parse.el (mail-decode-encoded-address-region): New alias.
9922         (mail-decode-encoded-address-string): New alias.
9923
9924         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9925         New function.
9926         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
9927         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
9928         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
9929         (rfc2047-decode-string): Ditto.
9930         (rfc2047-decode-address-region): New function.
9931         (rfc2047-decode-address-string): New function.
9932
9933 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
9934
9935         * message.el (message-caesar-buffer-body): Allow rotating headers.
9936
9937         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
9938
9939         * message.el (message-insert-formated-citation-line): Fix %f.
9940         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
9941
9942 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9943
9944         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
9945         (gnus-bookmark-mouse-available-p): New macro.
9946         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
9947         (gnus-bookmark-bmenu-show-infos): Use it.
9948         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
9949         (gnus-bookmark-bmenu-hide-infos): Ditto.
9950         (gnus-bookmark-remove-properties): New function.
9951         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
9952         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
9953         (gnus-bookmark-write-file): Bind coding-system-for-write.
9954         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
9955         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
9956         group before selecting it.
9957         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
9958         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
9959         quit-window if it is not available; use gnus-mouse-2 and bind it to
9960         gnus-bookmark-bmenu-select-by-mouse.
9961         (gnus-bookmark-show-details): Remove unused variable `details-list'.
9962         (gnus-bookmark-bmenu-select-by-mouse): New function.
9963
9964 2006-08-13  Romain Francoise  <romain@orebokech.com>
9965
9966         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
9967         space.
9968
9969 2006-08-10  Romain Francoise  <romain@orebokech.com>
9970
9971         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
9972         (dns-mode-soa-auto-increment-serial): New user option.
9973         (dns-mode-soa-maybe-increment-serial): New function.
9974         (dns-mode): Add the latter to `write-contents-functions'.
9975
9976 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9977
9978         * compface.el (uncompface): Use binary rather than raw-text-unix.
9979
9980 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9981
9982         * compface.el (uncompface): Make sure the eol conversion doesn't take
9983         place when communicating with the external programs.
9984         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9985
9986 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9987
9988         * nnheader.el (nnheader-insert-head): Fix typo in comment.
9989
9990 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9991
9992         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9993         Make it more robust by parsing author and date independently.
9994
9995 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9996
9997         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
9998
9999 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
10000
10001         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
10002         first matching secret key.
10003         (mml2015-epg-encrypt): Ditto.
10004
10005         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
10006         first matching secret key.
10007         (mml1991-epg-encrypt): Ditto.
10008
10009         * mml2015.el (mml2015-encrypt-to-self): New user option.
10010         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
10011         mml2015-epg-encrypt-to-self is set.
10012
10013         * mml1991.el (mml1991-encrypt-to-self): New variable.
10014         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
10015         mml1991-epg-encrypt-to-self is set.
10016
10017         * mml2015.el (mml2015-signers): New user option.
10018         (mml2015-epg-sign): Reflect the value of mml2015-signers.
10019         (mml2015-epg-encrypt): Allow to select signing keys.
10020
10021         * mml1991.el (mml1991-signers): New variable.
10022         (mml1991-epg-sign): Reflect the value of mml1991-signers.
10023         (mml1991-epg-encrypt): Allow to select signing keys.
10024
10025 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10026
10027         * nnheader.el (nnheader-insert-head): Make it work even if the file
10028         uses CRLF for the line-break code.
10029
10030 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
10031
10032         * mml2015.el: Require mml-sec instead of password.
10033         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
10034         (mml2015-cache-passphrase): Inherit the default value from
10035         mml-secure-cache-passphrase.
10036         (mml2015-passphrase-cache-expiry): Inherit the default value from
10037         mml-secure-passphrase-cache-expiry.
10038
10039         * mml1991.el: Require mml-sec instead of password.
10040         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
10041         (mml1991-cache-passphrase): Inherit the default value from
10042         mml-secure-cache-passphrase.
10043         (mml1991-passphrase-cache-expiry): Inherit the default value from
10044         mml-secure-passphrase-cache-expiry.
10045
10046         * mml-sec.el: Require password.
10047         (mml-secure-verbose): New user option.
10048         (mml-secure-cache-passphrase): New user option.
10049         (mml-secure-passphrase-cache-expiry): New user option.
10050
10051 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
10052
10053         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10054         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
10055         andreas@altroot.de (Andreas Vögele).
10056
10057         FIXME: Use `tiny change'?
10058
10059 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10060
10061         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
10062         workaround for the url package included with Emacs.
10063
10064         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10065
10066 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10067
10068         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
10069         correctly.  This fixes a bug caused by the 2006-05-12 change.
10070
10071 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
10072
10073         * nnmail.el (nnmail-article-group): If splitting raises an error, give
10074         some information about the error when saying that the `bogus' mail
10075         group will be used.
10076
10077 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
10078
10079         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
10080         string.
10081
10082 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
10083
10084         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
10085
10086 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10087
10088         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
10089
10090 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10091
10092         * mml1991.el (mml1991-function-alist): Add epg.
10093         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
10094         (mml1991-epg-encrypt): New functions.
10095
10096 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10097
10098         * mml2015.el (mml2015-verbose): New variable.
10099         (mml2015-cache-passphrase): Ditto.
10100         (mml2015-passphrase-cache-expiry): Ditto.
10101         (mml2015-function-alist): Add epg.
10102         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
10103         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
10104         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
10105         New functions.
10106
10107 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10108
10109         * message.el (message-cite-original-1): Preserve region when removing
10110         quoted text due to X-No-Archive in order to avoid bogus attribution
10111         when citing multiple messages.
10112
10113 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10114
10115         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
10116         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
10117
10118 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
10119
10120         * gnus-diary.el (gnus-user-format-function-d)
10121         (gnus-user-format-function-D): Autoload.
10122
10123         * imap.el (Commentary): Fix typo.
10124
10125         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
10126         2006-04-22 contribution.
10127
10128 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10129
10130         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
10131         It didn't really fix the bogosity I'm seeing with solid web groups.
10132
10133 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10134
10135         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
10136         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
10137         created using server names.  If we use the feature without declaring
10138         it, Gnus does not properly manage server and group state.
10139
10140         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
10141         bound.
10142
10143 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10144
10145         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
10146         looking up the method using GROUP's prefix before inventing a new one.
10147         It is used on killed/unknown groups in various places where returning
10148         an all-new method isn't expected by the caller.
10149
10150         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
10151         and match semantics of gnus-group-real-prefix.
10152
10153 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
10154
10155         * nnmail.el (nnmail-broken-references-mailers): New variable.
10156         (nnmail-ignore-broken-references): New function generalizing
10157         nnmail-fix-eudora-headers.
10158         (nnmail-fix-eudora-headers): Now obsolete.
10159
10160         * gnus-art.el (gnus-button-handle-custom):
10161         Support `customize-apropos*'.
10162
10163 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10164
10165         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
10166
10167         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
10168         articles.
10169
10170 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
10171
10172         * message.el (message-cite-reply-above): New variable.
10173         (message-yank-original): Use it.
10174
10175 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10176
10177         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
10178
10179 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
10180
10181         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
10182         as read.
10183
10184         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
10185
10186 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
10187
10188         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
10189         (gnus-bookmark-default-file): Use gnus-directory.
10190         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
10191         Remove "*" in doc string.
10192         (gnus-bookmark-write-file): Simplify.
10193         (gnus-bookmark-maybe-sort-alist): Use `when'.
10194         (gnus-bookmark-get-bookmark): Fix typo in doc string.
10195         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
10196         Add FIXME about Emacs 21 and XEmacs compatibility.
10197         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
10198         compatibility.
10199         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
10200         compatibility.
10201         (gnus-bookmark-menu-heading): Fix version.
10202
10203 2006-06-19  Bastien Guerry  <bzg@altern.org>
10204
10205         * gnus-bookmark.el: New file.
10206
10207 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10208
10209         * message.el (message-syntax-checks): Doc fix.
10210
10211 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10212
10213         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
10214         unsubscribed groups as if they were killed ones.  It causes duplicate
10215         entries in gnus-newsrc-alist.
10216
10217 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10218
10219         * message.el (message-syntax-checks): Doc fix.
10220         (message-send-mail): Add check for continuation headers.
10221         (message-check-news-header-syntax): Fix regexp used to check for
10222         continuation headers.
10223
10224 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10225
10226         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
10227
10228 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
10229
10230         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
10231
10232 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10233
10234         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
10235         default-truncate-lines.
10236
10237 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10238
10239         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
10240         to fill the utf-8 entry.
10241
10242         * lpath.el: Fbind unicode-precedence-list.
10243
10244 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10245
10246         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10247
10248 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
10249
10250         * gnus-agent.el (directory-files-and-attributes): Move all the way
10251         forward (the third and final move).
10252         (gnus-agent-read-agentview): Trap reconstruction errors due to
10253         nonexistent directory.  Handle by returning nil.
10254
10255 2006-05-30  Didier Verna  <didier@xemacs.org>
10256
10257         * message.el (message-dont-reply-to-names): Update the custom type.
10258         * message.el (message-dont-reply-to-names): New defsubst: potentially
10259         convert a list of regexps into a single one.
10260         * message.el (message-get-reply-headers): Use it.
10261         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
10262
10263 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10264
10265         * gnus-agent.el (directory-files-and-attributes): Move forward.
10266
10267 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10268
10269         * gnus-ml.el (gnus-mailing-list-subscribe)
10270         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
10271         (gnus-mailing-list-message): Fix doc strings.
10272
10273 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10274
10275         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
10276         of doing it manually.
10277
10278 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10279
10280         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
10281         comment.
10282
10283 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
10284
10285         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
10286         (gnus-agent-read-agentview): Fix handling of end-of-file error.
10287         (gnus-agent-read-local): All symbols allocated in my-obarray.
10288         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
10289         (gnus-agent-regenerate-group): Check numeric names to see if they are
10290         messages or groups.
10291         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
10292         better way of do this...)
10293
10294         * gnus-cache.el (gnus-agent-total-fetched-for):
10295         Ignore 'dummy.group' (there should be a better way of do this...)
10296
10297 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10298
10299         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
10300         (gnus-saved-headers): Ditto.
10301         (gnus-default-article-saver): Mention functions may have properties.
10302         (gnus-article-save): Override gnus-save-all-headers and
10303         gnus-saved-headers by :headers property which saver function may have.
10304         (gnus-summary-save-in-file): Add :headers property.
10305         (gnus-summary-write-to-file): Ditto.
10306
10307         * gnus-sum.el (gnus-summary-save-article): Bind
10308         gnus-prompt-before-saving to t when saving many articles in a file;
10309         always show all headers.
10310
10311         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
10312
10313 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10314
10315         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
10316         marks.
10317
10318         * message.el (message-indent-citation): Add optional arguments to allow
10319         using it outside of message buffers.
10320
10321         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
10322         (gnus-article-treat-unfold-headers): Use it.
10323         (gnus-article-truncate-lines): New variable.
10324         (gnus-article-mode): Use it.
10325         (gnus-article-toggle-truncate-lines): New function.
10326
10327         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
10328         Add gnus-article-toggle-truncate-lines.
10329
10330         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
10331         coding system in XEmacs, use binary.
10332
10333 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10334
10335         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
10336         after-load-alist.
10337
10338         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
10339         this function should save decoded articles.
10340         (gnus-summary-write-to-file): Use property to specify this function
10341         should save decoded articles and specify gnus-summary-save-in-file
10342         should be used to save articles other than the first one when saving
10343         many articles.
10344         (gnus-summary-save-body-in-file): Use property to specify this
10345         function should save decoded articles.
10346         (gnus-summary-write-body-to-file): Use property to specify this
10347         function should save decoded articles and specify
10348         gnus-summary-save-body-in-file should be used to save articles other
10349         than the first one when saving many articles.
10350
10351         * gnus-sum.el (gnus-summary-save-article): Simplify.
10352
10353 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10354
10355         * gnus-art.el (gnus-default-article-saver):
10356         Add gnus-summary-write-body-to-file.
10357         (gnus-article-save-coding-system): Don't use coding system object
10358         in XEmacs.
10359         (gnus-read-save-file-name): Add optional `dir-var' argument which
10360         specifies directory in which files are saved; work even if optional
10361         `variable' argument is not specified.
10362         (gnus-summary-write-to-file): Read file name.
10363         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
10364         (gnus-summary-write-body-to-file): New function.
10365
10366         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
10367         (gnus-summary-local-variables): Add it.
10368         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
10369         (gnus-summary-save-article): Remove optional `decode' argument;
10370         determine whether to decode articles by the value of
10371         gnus-default-article-saver; when saving many files using
10372         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
10373         it first and use gnus-summary-save-in-file or
10374         gnus-summary-save-body-in-file thereafter unless
10375         gnus-prompt-before-saving is always; move point to article which
10376         will be saved.
10377         (gnus-summary-save-article-file): Revert.
10378         (gnus-summary-write-article-file): Revert.
10379         (gnus-summary-save-article-body-file): Revert.
10380         (gnus-summary-write-article-body-file): New function.
10381
10382 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10383
10384         * gnus-art.el (gnus-default-article-saver): Doc fix.
10385         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
10386         from gnus-summary-save-article-coding-system, and default to a
10387         certain coding system.
10388         (gnus-output-to-file): Add coding cookie and encode text according
10389         to gnus-article-save-coding-system; don't use mm-append-to-file.
10390
10391         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
10392         gnus-art.el and rename to gnus-article-save-coding-system.
10393         (gnus-summary-save-article): Require gnus-art; don't show all
10394         headers if it decodes articles; don't add coding cookie here;
10395         don't bind mm-text-coding-system-for-write.
10396         (gnus-summary-save-article-file): Save decoded articles.
10397         (gnus-summary-write-article-file): When saving many files, use
10398         gnus-summary-write-to-file first and gnus-summary-save-in-file
10399         thereafter unless gnus-prompt-before-saving is always.
10400         (gnus-summary-save-article-body-file): Save decoded articles.
10401
10402         * lpath.el: Fbind select-safe-coding-system for XEmacs.
10403
10404 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10405
10406         * nnrss.el (nnrss-check-group): Bind hash-index.
10407
10408 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
10409
10410         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
10411         its hash index.  Store this hash in `nnrss-group-data'.
10412         (nnrss-read-group-data): Update accordingly.
10413
10414 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10415
10416         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
10417         entry.
10418
10419         * gnus-sum.el (gnus-summary-make-menu-bar):
10420         Add gnus-article-browse-html-article.
10421
10422 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
10423
10424         * gnus-sum.el (gnus-summary-mime-map):
10425         Add gnus-article-browse-html-article.
10426
10427         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
10428
10429 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10430
10431         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
10432         suitable coding systems in customize.
10433
10434 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
10435
10436         * mail-source.el (mail-sources): Fix custom type.
10437
10438 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
10439
10440         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
10441         (gnus-summary-expire-articles-now): Shorten prompt.
10442
10443         * gmm-utils.el (wid-edit): Require.
10444         (defun-gmm): Rename from `gmm-defun-compat'.
10445         (gmm-image-search-load-path): Use it.
10446         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
10447
10448 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10449
10450         * gnus-sum.el (gnus-summary-save-article-coding-system):
10451         New variable.
10452         (gnus-summary-save-article): Add optional `decode' argument.
10453         If it is set and gnus-summary-save-article-coding-system is non-nil,
10454         save decoded article.
10455         (gnus-summary-write-article-file): Save decoded article if
10456         gnus-summary-save-article-coding-system is non-nil.
10457
10458         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
10459         type.
10460
10461 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10462
10463         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
10464
10465 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10466
10467         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
10468         first to test gnus-single-article-buffer which may be buffer-local.
10469
10470         * gnus-sum.el (gnus-summary-setup-buffer):
10471         Make gnus-single-article-buffer buffer-local and nil in ephemeral
10472         group; make gnus-article-buffer, gnus-article-current, and
10473         gnus-original-article-buffer always buffer-local.
10474         (gnus-summary-exit): Kill article buffer belonging to ephemeral
10475         group.
10476         (gnus-handle-ephemeral-exit): Don't move to next summary line.
10477
10478 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10479
10480         * nnml.el (nnml-request-compact-group): Compressed files might not
10481         have .gz extension.
10482
10483 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10484
10485         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
10486         (mm-copy-to-buffer): Use with-current-buffer.
10487         (mm-display-part): Simplify.
10488         (mm-inlinable-p): Add optional arg `type'.
10489
10490 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10491
10492         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
10493         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
10494         Try harder to show the attachment internally or externally using
10495         gnus-mime-view-part-as-type.
10496
10497 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10498
10499         * message.el (message-from-style, message-signature-separator)
10500         (message-user-organization-file, message-send-mail-function)
10501         (message-citation-line-function, message-yank-prefix)
10502         (message-indent-citation-function, message-signature)
10503         (message-signature-file, message-signature-insert-empty-line):
10504         Remove autoloads.
10505
10506         * gnus-art.el (gnus-buttonized-mime-types):
10507         Remove "multipart/signed".  Revert 2006-04-26 change.
10508
10509 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10510
10511         * gnus.el (gnus-version-number): Bump version.
10512
10513 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10514
10515         * gnus.el: No Gnus v0.5 is released.
10516
10517 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10518
10519         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
10520         fetching articles by message-id.
10521
10522 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10523
10524         * message.el (hashcash): Require hashcash as normal.
10525
10526         * ecomplete.el (ecomplete-highlight-match-line):
10527         Use point-at-eol.
10528         (ecomplete-highlight-match-line): Use `highlight', because that
10529         face exists in both Emacs and XEmacs.
10530
10531         * message.el (message-display-abbrev): Use point-at-bol.
10532
10533         * mail-source.el: Don't require timer/timer-funcs.
10534
10535         * gnus-async.el: Ditto.
10536
10537         * password.el: Ditto.
10538
10539         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
10540
10541         * mm-url.el: Ditto.
10542
10543         * gnus-xmas.el: Don't require timer-funcs.
10544
10545         * mm-util.el: Require timer/timer-funcs.
10546
10547 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10548
10549         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
10550         Close.
10551
10552 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10553
10554         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
10555         unibyte after clear-decrypt function runs.
10556
10557         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
10558         returns as a unibyte string.
10559
10560 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10561
10562         * lpath.el: Revert.
10563
10564         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
10565         (pgg-gpg-process-sentinel): Revert.
10566
10567         * pgg-pgp.el (pgg-pgp-process-region): Revert.
10568         (pgg-pgp-lookup-key): Revert.
10569
10570         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
10571         (pgg-pgp5-lookup-key): Revert.
10572
10573         * pgg.el (pgg-fetch-key): Revert.
10574
10575 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10576
10577         * lpath.el: Fbind string-as-multibyte for XEmacs.
10578
10579         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
10580         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
10581         (mml1991-pgg-encrypt): Ditto.
10582
10583         * pgg-gpg.el (pgg-string-to-multibyte): New function.
10584         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
10585         a multibyte buffer.
10586
10587         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
10588         (pgg-pgp-lookup-key): Ditto.
10589
10590         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
10591         (pgg-pgp5-lookup-key): Ditto.
10592
10593         * pgg.el (pgg-fetch-key): Ditto.
10594
10595 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
10596
10597         * message.el (message-user-organization-file): Check several
10598         locations of the organization file.
10599
10600         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
10601         Add gnus-article-view-part-as-type.
10602
10603         * gnus-art.el (gnus-article-view-part-as-type): New function.
10604
10605         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
10606         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
10607
10608         * mml.el: Simplify autoload.
10609         (mml-mode): defvar dnd-protocol-alist instead of using
10610         symbol-value.
10611         (mml-default-directory): New variable.
10612         (mml-minibuffer-read-file): Use it.
10613         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
10614
10615         * message.el (message-citation-line-format): New variable.
10616         (message-insert-formated-citation-line): New function.
10617         (message-citation-line-function):
10618         Add `message-insert-formated-citation-line' to custom type.
10619
10620         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
10621         to doc string.
10622
10623         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
10624         depending on mm-verify-option.
10625
10626 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10627
10628         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
10629         binding pgg-* variables; reimplement the section which prevents
10630         MIME header from being signed.
10631         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
10632         pgg-text-mode; remove a blank line at the top of body.
10633
10634         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
10635         lines at the top of body; use gnus-newsgroup-charset if there's no
10636         Charset header.
10637
10638 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10639
10640         * message.el (message-self-insert-commands): Doc fix.
10641
10642         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
10643         (mm-uu-pgp-encrypted-test): Ditto.
10644         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
10645         between header and body; return application/pgp-encrypted handle
10646         if decryption failed; decode decrypted body by charset.
10647
10648         * mm-decode.el (mm-automatic-display): Don't make application/pgp
10649         element match to application/pgp-*.
10650
10651 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10652
10653         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
10654         HTML.
10655
10656 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10657
10658         * mail-source.el (mail-source-call-script): Message the error
10659         string.
10660
10661 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10662
10663         * gnus-util.el (gnus-byte-compile): Use it.
10664
10665 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
10666
10667         * gnus-util.el (kill-empty-logs): New function.
10668
10669 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10670
10671         * message.el (message-mail-alias-type): Doc fix.
10672         (message-mail-alias-type-p): New function.
10673         (message-send): Use it.
10674         (message-mode): Ditto.
10675         (message-strip-forbidden-properties): Ditto.
10676
10677         * ecomplete.el (ecomplete-database-file-coding-system):
10678         New variable.
10679         (ecomplete-save): Use it.
10680         (ecomplete-setup): Use it.
10681
10682 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10683
10684         * message.el (message-self-insert-commands): New variable.
10685         (message-strip-forbidden-properties): Use it.
10686
10687 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10688
10689         * message.el (message-put-addresses-in-ecomplete): Use a regexp
10690         that doesn't make XEmacs choke.
10691
10692 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
10693
10694         * gnus-util.el (gnus-replace-in-string):
10695         Prefer replace-regexp-in-string over of replace-in-string.
10696
10697 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10698
10699         * gnus-util.el (gnus-select-frame-set-input-focus):
10700         Use select-frame-set-input-focus if it is available in XEmacs; use
10701         definition defined in Emacs 22 for old Emacsen.
10702
10703         * dgnushack.el: Autoload unmorse-region for XEmacs.
10704
10705         * lpath.el: Bind cursor-in-non-selected-windows and
10706         select-frame-set-input-focus for XEmacs.
10707
10708 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10709
10710         * mm-view.el (mm-inline-text): Use equal instead of equalp.
10711
10712 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
10713
10714         * gnus-registry.el (gnus-registry-cache-save): Remove text
10715         properties when saving via the temp buffer.
10716
10717 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10718
10719         * message.el (message-generate-hashcash): Honor custom type.
10720
10721 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10722
10723         * message.el (message-generate-hashcash): Default to non-nil when
10724         hashcash is found.
10725
10726         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
10727         (gnus-refer-thread-limit): Increase default to 500.
10728
10729         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
10730
10731         * flow-fill.el (fill-flowed): Allow delete-space.
10732
10733 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10734
10735         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10736         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
10737         Remove autoloads.
10738
10739 2006-04-18  Simon Josefsson  <jas@extundo.com>
10740
10741         * message.el (message-generate-hashcash): Default to.
10742
10743 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10744
10745         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10746         concatenating segments rather than before concatenating them.
10747
10748 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10749
10750         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
10751
10752 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10753
10754         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
10755
10756         * message.el (message-forward-make-body-plain):
10757         Allow message-forward-ignored-headers to be a list.
10758         (message-remove-ignored-headers): Factor out into function.
10759         (message-forward-make-body-mml): Use it.
10760
10761         * imap.el (imap-quote-specials): New function.
10762         (imap-login-auth): Quote specials.
10763
10764         * rfc2231.el (rfc2231-parse-string): Remove dead code.
10765         (rfc2231-parse-string): Allow concatanation of parameters that
10766         aren't contiguous.  The test case is
10767           (mail-header-parse-content-type "message/external-body;
10768             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
10769             access-type=LOCAL-FILE;
10770             name*1*=plugh%2fhello-sailor%2fbing.pdf")
10771
10772 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10773
10774         * nntp.el (nntp-accept-process-output): Return the value of
10775         `nnheader-accept-process-output'.
10776
10777 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10778
10779         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
10780         (gnus-button-alist): Recognize more diff formats.
10781         (gnus-button-patch): Strip directory.
10782
10783 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10784
10785         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
10786         Emacs 22 when setting focus.
10787
10788 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10789
10790         * gnus-art.el (gnus-article-treat-types): Do treatment of
10791         text/x-verbatim parts.
10792         (gnus-button-patch): New command.
10793
10794         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
10795         addresses that contain invalid characters.
10796
10797 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10798
10799         * message.el (message-put-addresses-in-ecomplete):
10800         Use gnus-replace-in-string.
10801         (message-is-yours-p): Use the more correct
10802         mail-header-parse-address instead of
10803         mail-extract-address-components.
10804         (message-put-addresses-in-ecomplete): Fix typo.
10805
10806         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
10807         keystroke.
10808
10809         * gnus-art.el (gnus-treatment-function-alist): Change order of
10810         newsgroups/generic header folding to avoid double-folding.
10811
10812         * message.el (message-hidden-headers): Add X-Draft-From.
10813
10814         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
10815         New command.
10816         (gnus-summary-repeat-search-article-backward): New command.
10817
10818         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
10819         groups in the parent topic.
10820
10821 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
10822
10823         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
10824         (spam-extra-header-to-number): Return the CRM114 number as a
10825         number instead of a string.
10826
10827 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10828
10829         * gnus-art.el (gnus-face-properties-alist): Move here from
10830         gnus-fun.
10831
10832         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
10833
10834 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10835
10836         * message.el (message-strip-forbidden-properties): Only display on
10837         self-insert-command.
10838
10839         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
10840         reindent.
10841         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
10842
10843 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
10844
10845         * smiley.el (smiley-style): Fix typo.
10846
10847 2006-03-23  Kenichi Handa  <handa@m17n.org>
10848
10849         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
10850         instead of set-buffer-multibyte.
10851
10852 2006-03-23  Kenichi Handa  <handa@m17n.org>
10853
10854         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10855         buffer and then decode the buffer text if necessary.
10856         (rfc2231-encode-string): Be sure to work on multibyte buffer at
10857         first, and after mm-encode-body, change the buffer to unibyte.
10858
10859 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10860
10861         * hashcash.el (hashcash-insert-payment-async-2):
10862         Use message-goto-eoh instead of doing it manually.
10863         (mail-add-payment): Use message-narrow-to-header instead of trying
10864         to do the same itself.
10865
10866         * message.el (message-hidden-headers): Add Face.
10867
10868         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
10869         reparenting code.
10870         (gnus-summary-reparent-children): Refactored out code.
10871         (gnus-summary-thread-map): New keystroke.
10872         (gnus-summary-reparent-children): Make into command.
10873
10874         * smiley.el (smiley-style): Default to `medium' if using a large
10875         font.
10876
10877         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
10878         does it itself.
10879
10880         * message.el (message-point-in-header-p): Simplify definition.
10881
10882 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10883
10884         * nnagent.el (nnagent-request-set-mark): Silence log file
10885         writing.
10886         (nnagent-request-set-mark): Use write-region instead of
10887         append-to-file.
10888
10889         * gnus-sum.el (gnus-read-header): Fudge article number if using a
10890         strange select method.
10891
10892         * ecomplete.el (ecomplete-display-matches): Get highlightling
10893         right.
10894         (ecomplete-display-matches): Use literals.
10895         (ecomplete-display-matches): Disable message logging.
10896
10897         * message.el (message-display-abbrev): Small optimization.
10898
10899         * ecomplete.el (ecomplete-display-matches): Allow automatic
10900         display.
10901
10902         * message.el (message-strip-forbidden-properties):
10903         Display abbrevs.
10904         (message-display-abbrev): Get automatic display right.
10905
10906         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
10907         keystrokes.
10908
10909 2006-04-13  Romain Francoise  <romain@orebokech.com>
10910
10911         TODO: Backport to v5-10!
10912
10913         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
10914         Move here (and rename) from gnus-registry.el.
10915
10916         * gnus-registry.el: Require gnus-util.
10917         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
10918
10919 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10920
10921         * gnus-group.el (gnus-group-catchup-current):
10922         Change if-then-else-if-then-else into cond.
10923         (gnus-group-catchup): Indent.
10924         (group-name-at-point): New function.
10925         (gnus-fetch-group): Provide default from thing at point.
10926
10927 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10928
10929         * message.el (message-display-abbrev): Fix regexp.
10930
10931         * ecomplete.el (ecomplete-highlight-match-line):
10932         Reimplement choosing.
10933         (ecomplete-highlight-match-line): Fix up code rewrite, remove
10934         dead variables.
10935
10936         * message.el (message-newline-and-indent): Remove debugging.
10937         (message-display-abbrev): Use new implementation.
10938
10939 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
10940
10941         * gnus-art.el (gnus-article-mode):
10942         Set cursor-in-non-selected-windows to nil.
10943
10944         * smiley.el: Revert previous change.
10945         (smiley-data-directory): defvar it before using it in the
10946         defcustom of `smiley-style'.
10947
10948 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10949
10950         * message.el (message-newline-and-indent): New function.
10951
10952         * ecomplete.el: Implement more bits.
10953
10954         * message.el (message-put-addresses-in-ecomplete): Clean up the
10955         string.
10956
10957         * ecomplete.el (ecomplete-add-item): Chop off decimals.
10958
10959         * gnus-sum.el (gnus-summary-save-parts):
10960         Bind gnus-summary-save-parts-counter and use it to make unique file
10961         names.
10962
10963         * gnus-art.el (gnus-ignored-headers): Add some more headers.
10964
10965         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
10966         parameter to say whether to actually parse the individual
10967         addresses.
10968
10969         * message.el (message-put-addresses-in-ecomplete): New function.
10970         (ecomplete): Require.
10971         (message-mail-alias-type): Add ecomplete as an option.
10972
10973 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
10974
10975         * flow-fill.el (fill-flowed): Remove trailing space from blank
10976         quoted lines.
10977
10978 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10979
10980         * smiley.el (smiley-style): Move definition later to avoid a
10981         compilation warning.
10982
10983 2006-04-12  Kenichi Handa  <handa@m17n.org>
10984
10985         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10986         buffer and then decode the buffer text if necessary.
10987         (rfc2231-encode-string): Be sure to work on multibyte buffer at
10988         first, and after mm-encode-body, change the buffer to unibyte.
10989         Use mm-disable-multibyte instead of set-buffer-multibyte.
10990
10991 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10992
10993         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
10994         Content-Type header instead of Content-Disposition header.
10995         (gnus-mime-inline-part): Ditto.
10996         (gnus-mime-view-part-as-charset): Ignore charset that the part
10997         specifies.
10998
10999         * mm-decode.el (mm-display-part): Work with external parts and
11000         usual parts similarly.
11001
11002         * mm-extern.el (mm-inline-external-body): Use mm-display-part
11003         instead of gnus-display-mime.
11004
11005         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
11006         instead of with-temp-buffer.
11007
11008         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
11009         tag to summarized topics part in order to encode non-ASCII text.
11010
11011 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11012
11013         * smiley.el (smiley-style): New variable.
11014         (smiley-directory): New function.
11015         (smiley-data-directory): Derive from `smiley-style' using
11016         `smiley-directory'.
11017         (smiley-regexp-alist): Add new entries.
11018
11019         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
11020         (gnus-article-browse-delete-temp): Add :version.
11021
11022 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
11023
11024         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
11025         the sieve region.
11026
11027 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11028
11029         * gnus.el (gnus-version-number): Bump version.
11030
11031 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11032
11033         * gnus.el: No Gnus v0.4 is released.
11034
11035 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11036
11037         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
11038         layout.
11039
11040         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
11041         unknown charset.
11042
11043         * message.el (message-header-synonyms): Add Original-To to the
11044         default.
11045
11046         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
11047         optional parameter.
11048
11049 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
11050
11051         * gnus-fun.el (gnus): Require it for gnus-directory.
11052
11053 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11054
11055         * gnus-fun.el (gnus-face-properties-alist): Add :version.
11056
11057 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11058
11059         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
11060
11061 2006-04-05  Simon Josefsson  <jas@extundo.com>
11062
11063         * password.el (password-reset): New function.
11064
11065 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11066
11067         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11068         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11069
11070 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11071
11072         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11073         Some whitespace was matched into the url, which broke browsing hits
11074         > 100 when mm-url-use-external was nil.
11075
11076 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11077
11078         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11079         Check gnus-extra-headers for 'Newsgroups.
11080
11081         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
11082         bound.
11083
11084 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
11085
11086         * pgg-gpg.el: Clean up process buffers every time gpg processes
11087         complete.
11088
11089 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
11090
11091         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11092         doc string.
11093
11094 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
11095
11096         * pgg-gpg.el (pgg-gpg-process-filter)
11097         (pgg-gpg-wait-for-completion): Check if buffer is alive.
11098
11099         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11100         lines, temporary fix.
11101
11102 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11103
11104         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
11105
11106 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
11107
11108         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11109         default-enable-multibyte-characters.  This reverts the change from
11110         revision 6.17 which is no longer necessary because the passphrase
11111         is sent separately now.  GnuPG messages are unreadable under
11112         multibyte locales with default-enable-multibyte-characters set to
11113         nil.
11114
11115 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
11116
11117         * message.el (message-tool-bar-gnome): Move "spell".
11118
11119 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
11120
11121         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
11122         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
11123         instead.
11124
11125 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
11126
11127         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11128         Improve newsgroups handling for NNTP overviews which don't include
11129         Newsgroups.
11130
11131 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11132
11133         * message.el (message-resend): Bind message-generate-hashcash to nil.
11134
11135 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11136
11137         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
11138         when searching for already-paid recipients.
11139
11140 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
11141
11142         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11143         passphrases when it is not needed.
11144         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11145         passphrase stuff from gpg, should only be necessary when you use
11146         gpg with a smartcard.
11147
11148 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11149
11150         * mml.el (mml-insert-mime): Ignore cached contents of
11151         message/external-body part.
11152
11153         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
11154         (mm-insert-part): Ditto.
11155
11156 2006-03-23  Simon Josefsson  <jas@extundo.com>
11157
11158         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
11159         Reiner.
11160         (pgg-gpg-use-agent-p): Use it again.
11161
11162 2006-03-23  Simon Josefsson  <jas@extundo.com>
11163
11164         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
11165         older emacsen.
11166         (pgg-gpg-use-agent-p): Don't use it.
11167
11168 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
11169
11170         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
11171         if we can.
11172
11173 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
11174
11175         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11176         (pgg-gpg-update-agent): New function.
11177         (pgg-gpg-use-agent-p): New function.
11178         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11179         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11180         (pgg-gpg-sign-region): Use it.
11181
11182 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11183
11184         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
11185         Reported by Ralf Wachinger <rwachinger@gmx.de>.
11186
11187 2006-03-21  Simon Josefsson  <jas@extundo.com>
11188
11189         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11190         <wilde@sha-bang.de>.
11191         (pgg-gpg-use-agent): New variable.
11192         (pgg-gpg-process-region): Use it.
11193         (pgg-gpg-encrypt-region): Likewise.
11194         (pgg-gpg-encrypt-symmetric-region): Likewise.
11195         (pgg-gpg-decrypt-region): Likewise.
11196         (pgg-gpg-sign-region): Likewise.
11197         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11198
11199 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11200
11201         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
11202
11203         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
11204         Add comment on version.
11205
11206 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
11207
11208         * smiley.el: Add missing test smiley.
11209
11210 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11211
11212         * mm-decode.el (mm-with-part): New macro.
11213         (mm-get-part): Use it; work with message/external-body as well.
11214         (mm-save-part): Treat name and filename equally.
11215
11216         * mm-extern.el (mm-extern-cache-contents): New function.
11217         (mm-inline-external-body): Use it; force the part to be displayed;
11218         move undisplayer added to the cached handle to the parent.
11219
11220         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
11221         (gnus-mime-view-part-as-type): Work with message/external-body.
11222
11223         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
11224
11225 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11226
11227         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
11228         images in image-load-path.  [Sync with image.el, revision 1.60, in
11229         Emacs.]
11230
11231 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11232
11233         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
11234         path rather than symbol.  Always return list of directories.
11235         Guarantee that image directory comes first.  [Sync with image.el,
11236         revision 1.59, in Emacs.]
11237
11238         * message.el (message-make-tool-bar): Adjust to new API of
11239         `gmm-image-load-path-for-library'.
11240
11241         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11242
11243         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11244
11245 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11246
11247         * gnus-art.el (gnus-article-only-boring-p):
11248         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
11249         intangible text.
11250         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
11251
11252 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
11253
11254         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
11255         Use `defun' instead of `gmm-defun-compat'.
11256
11257 2006-03-14  Simon Josefsson  <jas@extundo.com>
11258
11259         * message.el (message-unique-id): Don't use message-number-base36
11260         if (user-uid) is a float.
11261         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
11262
11263 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11264
11265         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
11266
11267         * gnus-art.el (gnus-mime-display-single): Make sure there is an
11268         empty line between a part and a message part.
11269
11270 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
11271
11272         * smiley.el: Add more test smileys.
11273         (smiley-data-directory, smiley-regexp-alist)
11274         (gnus-smiley-file-types): Fix doc strings.
11275         (smiley-update-cache): Clear smiley-cached-regexp-alist before
11276         adding new elements.
11277         (smiley-mouse-map): Unused code.  Make it a comment.
11278
11279 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11280
11281         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
11282         scan latest NoCeM messages instead of old ones.
11283         (gnus-nocem-check-article): Fix regexps so as to match to PGP
11284         delimiters that are recently used.
11285         (gnus-nocem-load-cache): Add autoload cookie.
11286
11287         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
11288
11289         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
11290         level which is larger than gnus-use-nocem is specified.
11291
11292         * gnus-group.el (gnus-group-get-new-news): Ditto.
11293
11294 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
11295
11296         * gnus-util.el (gnus-tool-bar-update): New function.
11297
11298         * gnus-group.el (gnus-group-update-tool-bar): New variable.
11299         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
11300
11301         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
11302
11303         * gnus-group.el (gnus-group-redraw-when-idle)
11304         (gnus-group-redraw-check): Remove.
11305         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
11306
11307 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11308
11309         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
11310         if optional last element is specified in splits (FIELD VALUE...).
11311
11312 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
11313
11314         * message.el (message-make-tool-bar): Rename gmm-image-load-path
11315         to gmm-image-load-path-for-library.  Call with no-error argument.
11316         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
11317
11318         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11319
11320         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11321
11322         * gmm-utils.el (gmm-image-load-path): Remove alias.
11323
11324 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
11325
11326         * gmm-utils.el (gmm-image-load-path): Add alias.
11327
11328         * nnml.el (nnml-generate-nov-databases-directory): Rename from
11329         nnml-generate-nov-databases-1.
11330         (nnml-generate-nov-databases): Use it.
11331         (nnml-generate-nov-databases-directory): Document no-active
11332         argument.
11333
11334         * gmm-utils.el (gmm-image-load-path-for-library): Return single
11335         directory if path is t.  Add no-error.
11336
11337         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
11338         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11339
11340         * gnus-art.el (gnus-article-browse-delete-temp-files):
11341         Simplify resetting gnus-article-browse-html-temp-list.
11342
11343         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
11344         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
11345         Add example to docstring.  Rename local variables.  Move error
11346         checks to default case in cond and simplify.
11347
11348 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11349
11350         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
11351         handle is multipart when calling it recursively.
11352         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
11353
11354 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
11355
11356         * nnimap.el (nnimap-request-update-info-internal): Optimize.
11357         Don't `gnus-uncompress-range' to avoid excessive memory usage.
11358
11359 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11360
11361         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
11362         is loaded.
11363
11364         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
11365         loaded.
11366
11367 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11368
11369         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
11370         to "Emacs 23 (unicode)" in doc string.
11371
11372         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
11373         "Emacs 23 (unicode)" in comment.
11374
11375 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11376
11377         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
11378
11379         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
11380         characters 160 through 255 in Emacs 23.
11381
11382 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11383
11384         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
11385         gnus-article-browse-html-temp.
11386         (gnus-article-browse-delete-temp): Make it customizable.
11387         Add `file'.  Adjust doc string.
11388         (gnus-article-browse-delete-temp-files): Add argument.
11389         Allow query for each file.  Adjust doc string.
11390         (gnus-article-browse-html-parts):
11391         Add `gnus-article-browse-delete-temp-files' to
11392         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
11393
11394 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
11395
11396         * gnus-art.el (gnus-article-browse-html-temp)
11397         (gnus-article-browse-delete-temp): New variables.
11398         (gnus-article-browse-delete-temp-files): New function.
11399         (gnus-article-browse-html-parts): Use it.
11400
11401 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11402
11403         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
11404
11405         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
11406         string.
11407
11408         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
11409         gnus-summary-insert-new-articles when unplugged.
11410         Remove gnus-summary-search-article-forward.
11411
11412         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
11413         display-visual-class instead of display-color-cells.
11414
11415 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11416
11417         * dgnushack.el: Autoload customize-group for XEmacs.
11418
11419         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
11420         message/* containing non-ASCII text properly.
11421
11422 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11423
11424         * message.el: Require gmm-utils, remove autoloads.
11425         (message-tool-bar): Set default based on
11426         gmm-tool-bar-style.
11427         (message-tool-bar-gnome): Add gmm-customize-mode.
11428
11429         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
11430         gmm-tool-bar-style.
11431         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
11432
11433         * gnus-group.el (gnus-group-tool-bar): Set default based on
11434         gmm-tool-bar-style.
11435         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
11436
11437         * gmm-utils.el (gmm-image-directory): Rename variable from
11438         gmm-image-load-path.
11439         (gmm-image-load-path): Use gmm-image-directory.
11440         (gmm-customize-mode): New function.
11441         (gmm-tool-bar-style): New variable.
11442
11443         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
11444         gnus-group-redraw-line-number.
11445         (gnus-group-redraw-check): Simplify.
11446         (gnus-group-tool-bar-update): Remove redraw check.
11447         (gnus-group-make-tool-bar): Add redraw check.
11448
11449 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
11450
11451         * gnus-art.el (gnus-button): Add missing parentheses.
11452
11453 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11454
11455         * lpath.el: Fbind line-number-at-pos.
11456
11457 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11458
11459         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
11460
11461 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11462
11463         * gnus-art.el (gnus-button): New face.
11464         (gnus-article-button-face): Use it.
11465
11466         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11467         Add gnus-summary-next-page.  Re-order.
11468
11469         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
11470         next-node are now included.
11471         (gnus-group-redraw-line-number): New internal variable.
11472         (gnus-group-redraw-check): Helper function for updating the tool
11473         bar.
11474         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
11475
11476         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
11477
11478         * spam.el (spam-spamassassin-score-regexp): New internal variable.
11479         (spam-extra-header-to-number, spam-check-spamassassin-headers):
11480         Use it to match format of Spamassassin 3.0 and later.
11481         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
11482         (spam-check-bogofilter)
11483         (spam-bogofilter-register-with-bogofilter): Fix args of
11484         `gnus-error' calls.
11485
11486 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11487
11488         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
11489         unnecessary interaction when sending queued mails.
11490         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
11491
11492 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
11493
11494         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
11495         first or last are nil.
11496
11497 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11498
11499         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
11500
11501 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11502
11503         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
11504
11505 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11506
11507         * dns.el (query-dns): Protect more against buggy tcp output.
11508
11509 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11510
11511         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
11512         nov.php.
11513
11514 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11515
11516         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
11517         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
11518         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
11519         output on the server side.
11520         (nnweb-google-create-mapping): Update regexps and add some
11521         progress indication.
11522
11523 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
11524
11525         * gnus-group.el (gnus-group-tool-bar-gnome):
11526         Fix gnus-agent-toggle-plugged.  Re-order icons.
11527         (gnus-group-tool-bar-gnome):
11528         Add gnus-group-{prev,next}-unread-group.
11529         (gnus-group-tool-bar-gnome): Re-order icons.
11530
11531         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11532         Move gnus-summary-insert-new-articles.
11533
11534         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
11535         Fix comments.
11536
11537         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
11538         also available in Emacs 21.3.
11539
11540         * message.el (message-fix-before-sending): Change "Emacs 22" to
11541         "Emacs 23 (unicode)" in comment.
11542
11543         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
11544         "Emacs 23 (unicode)" in comment.
11545
11546         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
11547         comment.
11548         (mm-coding-system-p): Add comment about no-MULE XEmacs.
11549
11550         * mm-view.el (mm-fill-flowed): Add :version.
11551
11552 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11553
11554         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
11555         and load-path.
11556
11557 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
11558
11559         * message.el: Autoload gmm-image-load-path.
11560         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
11561         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
11562         consitency.
11563
11564         * gmm-utils.el (gmm-image-load-path): Also search in
11565         "../etc/images".  Don't set gmm-image-load-path if we don't find
11566         the image.
11567
11568 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11569
11570         * gmm-utils.el (gmm-image-load-path): Don't make
11571         `gmm-image-load-path' include subdirectories which the second arg
11572         `image' might specify.
11573
11574         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
11575         subdirectory to icon file names.
11576
11577         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
11578
11579 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11580
11581         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
11582         gmm-image-load-path calls.
11583
11584         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11585
11586         * message.el (message-make-tool-bar): Ditto.
11587
11588         * mml.el (mml-preview): Add comment concerning tool bar icons.
11589
11590         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
11591         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
11592
11593         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
11594         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
11595
11596         * message.el (message-tool-bar-gnome): Use new icon names.
11597         (message-make-tool-bar): Use `gmm-image-load-path'.
11598
11599         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
11600         New functions from MH-E.
11601         (gmm-image-load-path): New variable from MH-E.
11602         (gmm-image-load-path): New function from MH-E.  Add arguments
11603         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
11604         *-image-load-path-called-flag.
11605
11606 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
11607
11608         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
11609
11610 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
11611
11612         * nnimap.el (nnimap-request-move-article): Change folder back to
11613         source group before deleting.
11614
11615 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
11616
11617         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
11618
11619         * gnus-art.el (mm-url-insert-file-contents-external):
11620         Autoload mm-url.
11621
11622         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
11623
11624 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11625
11626         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
11627         coding system which mm-charset-to-coding-system returns for a
11628         given charset is valid.
11629
11630 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
11631
11632         * html2text.el (html2text-remove-tag-list):
11633         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
11634
11635 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
11636
11637         * gnus-cus.el: Revert 2005-10-17 change.
11638
11639 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11640
11641         * gnus-art.el (article-strip-banner):
11642         Call article-really-strip-banner only when the regexp match is made.
11643
11644 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11645
11646         * gnus-art.el (article-strip-banner):
11647         Use gnus-extract-address-components instead of
11648         mail-header-parse-addresses to make it work with non-ASCII text;
11649         remove mail-encode-encoded-word-string.
11650
11651         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
11652         values which are surrounded with \"...\"; make it never cause a
11653         Lisp error; give up parsing of parameters if it failed in
11654         extracting type.
11655
11656 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
11657
11658         * smime.el (smime-cert-by-ldap-1): Fix bug where
11659         `smime-ldap-search' returns results without userCertificates.
11660
11661 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11662
11663         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
11664
11665 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11666
11667         * spam.el (spam-check-spamassassin-headers): Adapt format for
11668         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
11669         <ari@mbf.ocn.ne.jp>.
11670         (spam-list-of-processors): Add spam-use-gmane.
11671
11672 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11673
11674         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
11675         make-temp-file; make it work with XEmacs as well.
11676
11677         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
11678         mm-make-temp-file.
11679
11680         * mm-decode.el (mm-display-external): Use the 3rd arg of
11681         mm-make-temp-file.
11682         (mm-create-image-xemacs): Ditto.
11683
11684 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11685
11686         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
11687         with message-narrow-to-headers.
11688         (gnus-draft-setup): Narrow to header to run message-fetch-field.
11689         (gnus-draft-check-draft-articles): New function.
11690         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
11691
11692 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11693
11694         * gnus-art.el (gnus-article-browse-html-parts):
11695         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
11696         Don't use suffix argument for mm-make-temp-file for Emacs 21
11697         compatibility.  Remove useless `format'.
11698
11699 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11700
11701         * nnweb.el (nnweb-google-wash-article): Update regexps.
11702         (nnweb-group-alist): Use defvoo instead of defvar.
11703
11704 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11705
11706         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
11707         re-loading nn* modules.
11708
11709 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
11710
11711         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
11712         for `tool-bar-mode' and don't check it's default-value.
11713
11714         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11715
11716         * message.el (message-make-tool-bar): Ditto.
11717
11718         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
11719         `substring'.  Shorten tmp-file name.
11720
11721         * gnus.el: Remove bogus comment.
11722
11723 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
11724
11725         * gnus-art.el (gnus-article-browse-html-parts): New function.
11726         (gnus-article-browse-html-article): New function for viewing html
11727         articles with a browser.
11728
11729 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
11730
11731         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
11732         in elisp.
11733         (pgg-gpg-encrypt-symmetric-region): Ditto.
11734         (pgg-gpg-sign-region): Ditto.
11735
11736         * pgg-def.el (pgg-text-mode): New variable.
11737
11738         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
11739         (mml2015-pgg-encrypt): Ditto.
11740
11741         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
11742         (mml1991-pgg-encrypt): Ditto.
11743
11744 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11745
11746         * nnfolder.el (nnfolder-insert-newsgroup-line):
11747         Use message-make-date instead of current-time-string.
11748
11749         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
11750         to gnus-decoded which mm-uu might set.
11751
11752 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11753
11754         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
11755         don't decode quoted parameters; remove misimported Emacs code.
11756         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11757         (rfc2231-decode-encoded-string): Don't use split-string which
11758         behaves differently according to Emacs version; use
11759         mm-decode-coding-region to convert charset to coding-system.
11760         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11761         (rfc2231-encode-string): Remove misimported Emacs code.
11762
11763 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11764
11765         * gnus-art.el (article-decode-charset): Don't use ignore-errors
11766         when calling mail-header-parse-content-type.
11767         (article-de-quoted-unreadable): Ditto.
11768         (article-de-base64-unreadable): Ditto.
11769         (article-wash-html): Ditto.
11770
11771         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
11772         calling mail-header-parse-content-type and
11773         mail-header-parse-content-disposition.
11774         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
11775         mail-header-parse-content-type.
11776
11777         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
11778         insert charset and format parameters; encode description after
11779         inserting it to buffer.
11780         (mml-insert-parameter): Fold lines properly even if a parameter is
11781         segmented into two or more lines; change the max column to 76.
11782
11783         * rfc1843.el (rfc1843-decode-article-body): Don't use
11784         ignore-errors when calling mail-header-parse-content-type.
11785
11786         * rfc2231.el (rfc2231-parse-string): Return at least type if
11787         possible; don't cause an error even if it fails in parsing of
11788         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11789         (rfc2231-encode-string): Don't break lines at the beginning, leave
11790         it to mml-insert-parameter.
11791
11792         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
11793         calling mail-header-parse-content-type.
11794
11795 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
11796
11797         * spam-report.el (spam-report-gmane-use-article-number):
11798         Improve doc string.
11799         (spam-report-gmane-internal): Check if a suitable header was found
11800         in the article.
11801
11802 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11803
11804         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
11805         (rfc2231-encode-string): Make param*=value always begin with LWSP.
11806
11807 2006-02-05  Romain Francoise  <romain@orebokech.com>
11808
11809         Update copyright notices of all files in the gnus directory.
11810
11811 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11812
11813         * nnweb.el (nnweb-request-group): Avoid growing overview files.
11814
11815 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11816
11817         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
11818         segmented lines of parameter value to cope with Thunderbird 1.5
11819         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
11820         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11821         (rfc2231-encode-string): Don't make lines exceeding 76 column.
11822
11823 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
11824
11825         * mml.el (mml-generate-mime-1): Correct the order of inline signed
11826         parts.
11827
11828 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11829
11830         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
11831         there's only one active file for all servers.
11832         (nnweb-request-scan): Make sure nnweb-articles is initialized on
11833         solid groups.  Gnus might have used a FAST request to select the group.
11834         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
11835         and nnweb-search redundantly in the active file.
11836         (nnweb-request-list): Don't list bogus groups.  There can only be one.
11837         (nnweb-request-create-group): Don't use ARGS.
11838         (nnweb-possibly-change-server, nnweb-request-group): Remove some
11839         initialisations.  Let nnoo do the work.
11840
11841 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11842
11843         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
11844         Say the part has been decoded.
11845
11846         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
11847
11848 2006-01-31  Kevin Ryde  <user42@zip.com.au>
11849
11850         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
11851         mailcap-viewer-test-cache when there's no 'test clause, since that
11852         will invert the meaning of a "nil" test previously determined by
11853         mailcap-mailcap-entry-passes-test.
11854
11855 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11856
11857         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
11858         compiling.
11859
11860         * gnus-sum.el: Ditto.
11861
11862         * message.el: Don't bind tool-bar-map when compiling.
11863
11864 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
11865
11866         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
11867
11868 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11869
11870         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
11871         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
11872         current Google Groups.
11873
11874 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
11875
11876         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
11877         and tool-bar-mode.
11878
11879         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
11880         and tool-bar-mode.
11881
11882         * message.el (message-tool-bar-update): Simplify.
11883         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
11884
11885         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
11886         gnus-summary-buffer.
11887         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
11888         gnus-summary-reply.
11889
11890         * gmm-utils.el (gmm): Add :version.
11891
11892 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11893
11894         * Makefile.in (clean): New rule.
11895         (distclean): Use it.
11896
11897 2006-01-26  Steve Youngs  <steve@sxemacs.org>
11898
11899         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
11900         Don't autoload.
11901
11902 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11903
11904         * gmm-utils.el (gmm-verbose): Add :group.
11905
11906 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
11907
11908         * message.el: Change some comments WRT tool-bars.
11909
11910         * gnus-sum.el (gnus-summary-tool-bar)
11911         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
11912         (gnus-summary-tool-bar-zap-list): New variables.
11913         (gnus-summary-make-tool-bar): Complete rewrite using
11914         `gmm-tool-bar-from-list'.
11915
11916         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
11917         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
11918         New variables.
11919         (gnus-group-make-tool-bar): Complete rewrite using
11920         `gmm-tool-bar-from-list'.
11921         (gnus-group-tool-bar-update): New function.
11922
11923         * message.el (message-mode-field-menu): Add "Show hidden Headers".
11924
11925 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11926
11927         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
11928         is dissected into a single part of which the type is the same as
11929         the given one; decode charset.
11930
11931 2006-01-21  Kevin Ryde  <user42@zip.com.au>
11932
11933         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
11934         into alists as symbol not string, since that's what
11935         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
11936         look for.
11937
11938 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
11939
11940         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
11941         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
11942
11943         * message.el (message-tool-bar-gnome): Use gmm-ignore.
11944
11945 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11946
11947         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
11948         (gnus-xmas-mime-security-button-menu): New function.
11949
11950         * gnus-art.el (gnus-mime-security-button-commands): New variable.
11951         (gnus-mime-security-button-menu): New definition.
11952         (gnus-mime-security-button-map): Use them.
11953         (gnus-mime-security-button-menu): New function.
11954         (gnus-insert-mime-security-button): Addition to help echo.
11955         (gnus-mime-security-run-function, gnus-mime-security-save-part)
11956         (gnus-mime-security-pipe-part): New functions.
11957
11958         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
11959         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
11960
11961         * mm-decode.el (mm-handle-set-disposition): Remove.
11962         (mm-handle-set-description): Remove.
11963
11964 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11965
11966         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
11967         (mm-w3m-standalone-supports-m17n-p): New function.
11968         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
11969         w3m usage.
11970
11971         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
11972         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
11973
11974 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11975
11976         * message.el (message-tool-bar-zap-list):
11977         Use gmm-tool-bar-zap-list as custom type.
11978         (message-tool-bar-update): New function.
11979         (message-tool-bar, message-tool-bar-gnome)
11980         (message-tool-bar-retro): Add message-tool-bar-update.
11981         (message-tool-bar-gnome): Add flyspell-buffer.
11982
11983         * gnus-util.el (gnus-error): Describe `args'.
11984
11985         * gmm-utils.el (gmm-error): Describe `args'.
11986         (gmm-tool-bar-zap-list): New widget.
11987         (gmm-tool-bar-from-list): Improve description of `zap-list'.
11988
11989 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11990
11991         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
11992         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
11993         the number of recursive calls.
11994
11995         * mm-decode.el (mm-handle-set-disposition): New macro.
11996         (mm-handle-set-description): New macro.
11997
11998 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11999
12000         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
12001         encoding.
12002
12003 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12004
12005         * message.el (message-tool-bar-zap-list, message-tool-bar)
12006         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
12007         (message-tool-bar-local-item-from-menu): Remove.
12008         (message-tool-bar-map): Replace by `message-make-tool-bar'.
12009         (message-make-tool-bar): New function.
12010         (message-mode): Use `message-make-tool-bar'.
12011
12012         * gmm-utils.el: New file.
12013         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
12014         (gmm-lazy): New widget copied from `nnmail.el'.
12015         (gmm-tool-bar-from-list): New function for creating customizable
12016         tool bars.
12017         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
12018         output.
12019         (gmm): Add :prefix to defgroup.
12020
12021 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
12022
12023         * gmm-utils.el (gmm-widget-p): New function.
12024
12025 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12026
12027         * mml.el (mml-attach-file): Describe `description' in doc string.
12028         (mml-menu): Add Emacs MIME manual and PGG manual.
12029
12030 2006-01-20  Richard M. Stallman  <rms@gnu.org>
12031
12032         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
12033
12034 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
12035
12036         * nntp.el (nntp-end-of-line): Doc fix.
12037
12038 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
12039
12040         * imap.el (imap-open): Handle case where buffer is a buffer
12041         object.
12042
12043 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12044
12045         * gnus-delay.el (gnus-delay): Don't autoload.
12046         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12047         to be re-loaded when customizing the `gnus-delay' group.
12048
12049 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
12050
12051         * message.el (message-insert-citation-line): Use newlines.
12052
12053 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12054
12055         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
12056         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
12057         these routines, so the passphrase can be managed externally and
12058         passed in to the system.
12059         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
12060         pgg-add-passphrase-to-cache function.
12061
12062         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
12063         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
12064         these routines, so the passphrase can be managed externally and
12065         passed in to the system.
12066         (pgg-pgp5-sign-region): Use new name of
12067         pgg-add-passphrase-to-cache function.
12068
12069 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12070
12071         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12072         part of the decoded armor to find the key-identifier.
12073         (pgg-gpg-lookup-key-owner): New function to return the
12074         human-readable identifier of a key owner.
12075         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
12076         itself.
12077         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
12078         the key value) if we have a key and can match it against a secret
12079         key.  Also, added a note pointing out fact that the prompt only
12080         indicates the first matching key.
12081
12082         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
12083         pgg-decrypt-region.
12084         (pgg-add-passphrase-to-cache): Rename from
12085         `pgg-add-passphrase-cache' to reduce confusion (all callers
12086         changed).
12087         (pgg-remove-passphrase-from-cache): Rename from
12088         `pgg-remove-passphrase-cache' to reduce confusion (all callers
12089         changed).
12090         (pgg-read-passphrase, pgg-add-passphrase-cache)
12091         (pgg-remove-passphrase-cache): Add informative docstrings.
12092         (pgg-decrypt): Convey provided passphrase in subordinate call to
12093         pgg-decrypt-region.
12094
12095 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
12096
12097         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12098         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12099         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12100         'passphrase' argument, so the passphrase can be managed externally
12101         and then passed in to the system.
12102
12103         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12104         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
12105         so the passphrase cache can be used reliably with identifiers
12106         besides a pgp packet's key id.
12107
12108         * pgg-gpg.el (pgg-gpg-encrypt-region)
12109         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12110         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
12111         these routines, so the passphrase can be managed externally and
12112         passed in to the system.
12113
12114         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
12115         'notruncate' argument, so the passphrase cache can be used
12116         reliably with identifiers besides a pgp packet's key id.
12117
12118 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
12119
12120         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12121         symmetric encryption.
12122         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12123         encrypted session key.
12124         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12125         message ask for the passphrase in a proper way.
12126
12127         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12128         New user commands for symmetric encryption.
12129
12130 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12131
12132         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
12133
12134         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
12135
12136 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
12137
12138         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
12139
12140 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12141
12142         * mm-decode.el (mm-inlined-types): Add application/pgp.
12143         (mm-automatic-display): Ditto.
12144
12145         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
12146         part as text.
12147
12148 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12149
12150         * nnrss.el: Update copyright.
12151         (nnrss-opml-import): Query whether to subscribe to each entry.
12152
12153         * gnus-art.el:
12154         * gnus-sum.el:
12155         * gnus-xmas.el:
12156         * messagexmas.el:
12157         * mm-uu.el:
12158         * mm-view.el: Update copyright.
12159
12160 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
12161
12162         * message.el (message-info): New function.
12163         (message-mode-menu): Add it.
12164         Update copyright.
12165
12166         * ChangeLog: Fix and update copyright.
12167
12168 2006-01-13  Romain Francoise  <romain@orebokech.com>
12169
12170         * message.el (message-forward-subject-name-subject): Prefer the
12171         address to 'nowhere' if the sender has no name.
12172         Fix typo.  Update copyright year.
12173
12174 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12175
12176         * gnus-art.el (article-wash-html):
12177         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
12178         (gnus-article-wash-html-with-w3m-standalone): New function.
12179
12180         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
12181         mm-inline-text-html-render-with-w3m-standalone.
12182         (mm-text-html-washer-alist): Map w3m-standalone to
12183         gnus-article-wash-html-with-w3m-standalone.
12184         (mm-inline-text-html-render-with-w3m-standalone): New function.
12185
12186 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12187
12188         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
12189         Improve LaTeX.
12190
12191 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12192
12193         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
12194         (nnrss-request-article): Render text/plain parts as HTML.
12195
12196         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
12197         the buffer.
12198
12199 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12200
12201         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
12202         custom definition of `gnus-posting-styles'.
12203
12204         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
12205         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
12206
12207 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12208
12209         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
12210         Use nntp for bug archive.
12211
12212 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12213
12214         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
12215         parts.
12216         (nnrss-normalize-date): New function converts ISO 8601 date into
12217         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12218         (nnrss-check-group): Use it.
12219
12220 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12221
12222         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
12223
12224         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
12225         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12226         (nnrss-insert-w3): Ditto.
12227
12228 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12229
12230         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
12231         the articles to be forwarded including the case where neither a
12232         number of articles nor a region is specified.
12233
12234 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12235
12236         * nnrss.el (nnrss-request-article): Fix last change; fill
12237         text/plain parts.
12238
12239 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12240
12241         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
12242         in text/plain part.
12243         (nnrss-check-group): Don't add excessive newline to dc:subject.
12244
12245 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
12246
12247         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
12248         article.
12249
12250 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12251
12252         * nnml.el: Don't require gnus-bcklg.  Autoload it.
12253         (nnml-use-compressed-files, nnml-save-mail): Support other
12254         comression programs such as bzip2.
12255
12256 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12257
12258         * dns.el (query-dns): Make sure we check the buffer size before
12259         removing tcp headers.
12260
12261 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12262
12263         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
12264         remove MIME buttons associated with multipart/alternative parts.
12265         (gnus-mime-display-alternative): Tag buttons using `article-type'
12266         text property.
12267
12268         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
12269         associated with multipart/alternative parts.
12270
12271         * gnus-art.el (gnus-signature-separator): Fix custom type.
12272
12273         * mm-decode.el (mm-inlined-types): Fix custom type.
12274         (mm-keep-viewer-alive-types): Ditto.
12275         (mm-automatic-display): Ditto.
12276         (mm-attachment-override-types): Ditto.
12277         (mm-inline-override-types): Ditto.
12278         (mm-automatic-external-display): Ditto.
12279
12280 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12281
12282         * spam-report.el (spam-report-user-mail-address)
12283         (spam-report-user-agent): New variables.
12284         (spam-report-url-ping-plain): Use spam-report-user-agent.
12285
12286 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
12287
12288         * gnus-art.el (gnus-button-handle-custom): Do not just use
12289         `customize-apropos' for any "M-x customize-*" button but the
12290         function called for.  Accept both the function name and its
12291         argument in order to achieve this.
12292         (gnus-button-alist): Remove support for "custom:" URL's.
12293         Pass function name to `gnus-button-handle-custom' in case of "M-x
12294         customize-*" buttons.
12295
12296 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12297
12298         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
12299         multipart/alternative and add xref to mm-discouraged-alternatives
12300         in doc string.
12301
12302         * mm-decode.el (mm-discouraged-alternatives): Add xref to
12303         gnus-buttonized-mime-types in doc string.
12304
12305 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
12306
12307         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
12308         Suggest image/.* in the doc string.
12309
12310 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12311
12312         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
12313         message-marks (Debian bug #342521).
12314
12315 2005-12-12  Simon Josefsson  <jas@extundo.com>
12316
12317         * password.el (password-read-from-cache): Add.
12318         (password-read): Use it.
12319
12320 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12321
12322         * rfc2047.el (rfc2047-charset-to-coding-system):
12323         Recognize us-ascii as a MIME charset.
12324
12325         * mm-bodies.el (mm-decode-content-transfer-encoding):
12326         Protect against the case where the 2nd arg TYPE is nil.
12327
12328 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12329
12330         * pop3.el (pop3-stream-type): Fix custom version.
12331
12332         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
12333
12334 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12335
12336         * mm-decode.el (mm-display-external): Add missing cdr.
12337
12338 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12339
12340         * mm-decode.el (mm-display-external): Use nametemplate (defined in
12341         RFC1524) if it is in mailcap or add a suffix according to
12342         mailcap-mime-extensions when generating a temp filename; postpone
12343         deleting a temp file for 2 seconds for some wrappers, shell
12344         scripts, and so on, which might exit right after having started a
12345         viewer command as a background job.
12346
12347 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12348
12349         * nntp.el (nntp-marks-directory): Fix custom group.
12350
12351         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
12352         steps when < 10.
12353
12354         * gnus-start.el (gnus-no-server-1):
12355         Mention `gnus-level-default-subscribed' in doc string.
12356
12357 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12358
12359         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
12360         parens.
12361
12362 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12363
12364         * gnus-xmas.el (gnus-use-toolbar): Revert.
12365         (gnus-xmas-setup-toolbar): Use global default-toolbar if
12366         gnus-use-toolbar is default.
12367
12368         * messagexmas.el (message-use-toolbar): Revert.
12369         (message-setup-toolbar): Use global default-toolbar if
12370         message-use-toolbar is default.
12371
12372 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12373
12374         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
12375         according to default-toolbar-visible-p.
12376
12377         * messagexmas.el (message-use-toolbar): Ditto.
12378
12379 2005-11-26  Dave Love  <fx@gnu.org>
12380
12381         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
12382         (tls-program, tls-success): Provide openssl alternative.
12383
12384         * starttls.el: Doc fixes.
12385         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
12386         SERVICE to PORT.
12387
12388         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
12389         port null or service name.
12390         (starttls-negotiate): Autoload.
12391
12392 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12393
12394         * message.el (message-kill-to-signature): Fix interactive spec.
12395
12396 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12397
12398         * pop3.el (pop3-open-server): Recognize a string as a service name.
12399
12400 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
12401
12402         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
12403
12404 2005-11-23  Dave Love  <fx@gnu.org>
12405
12406         Add pop3s, pop3/starttls.
12407
12408         * pop3.el (pop3-authentication-scheme): Clarify doc.
12409         (open-tls-stream, starttls-open-stream): Autoload.
12410         (pop3-stream-type): New.
12411         (pop3-open-server): Use it.
12412
12413         * mail-source.el (mail-sources): Fix some :types.  Add stream type
12414         for POP.
12415         (mail-source-keyword-map): Add :stream for POP.
12416         (mail-source-fetch-pop): Use pop3-stream-type.
12417
12418 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12419
12420         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
12421         of current-time-string.
12422
12423 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
12424
12425         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
12426         date header.
12427
12428 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12429
12430         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
12431         it can seriously impact performance as it bypasses the agent's
12432         local caches.
12433
12434 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12435
12436         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
12437         must be explicitly online rather than "not explicitly offline" for
12438         its flags to be synchronized.
12439
12440         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
12441         that gnus-uu-unmark-thread will function correctly.
12442
12443         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
12444         1024K is instead displayed as 1M.
12445
12446 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12447
12448         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
12449
12450 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
12451
12452         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
12453
12454 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
12455
12456         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
12457         error message to display actual error condition.
12458         (gnus-agent-save-local): Avoid saving symbols that are bound to
12459         nil as they simply result in a warning message in
12460         gnus-agent-read-local.
12461
12462 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12463
12464         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
12465         rather than make-variable-buffer-local for file-precious-flag.
12466
12467 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12468
12469         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
12470         for duplicates which are removed.  The invalid sort check then
12471         triggers a rescan after the sort as sorting may have moved
12472         duplicate entries such that they can be cheaply detected.
12473
12474 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12475
12476         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
12477
12478 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12479
12480         * gnus-agent.el (gnus-agent-article-alist-save-format):
12481         Change internal variable to a custom variable.  Change default value
12482         from compressed(2) to uncompressed(1).
12483         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
12484         support for uncompressed agentview files.  Taken together, reading
12485         the agentview file should now be 6-7 times faster.
12486
12487 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12488
12489         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
12490         as a buffer-local variable.  This avoids creating truncated
12491         dribble files as a result of a hang up, eg.
12492
12493 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
12494
12495         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
12496         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
12497         XEmacs.
12498
12499 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12500
12501         * gnus-start.el (gnus-start-draft-setup):
12502         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
12503
12504         * gnus.el (gnus-splash): Change custom group.
12505         (gnus-group-get-parameter, gnus-group-parameter-value):
12506         Describe allow-list argument.
12507
12508         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
12509         string.
12510
12511 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12512
12513         * gnus-art.el (gnus-default-article-saver): Add user-defined
12514         `function' to custom type.
12515
12516 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12517
12518         * imap.el (imap-open): Handle case where buffer is a buffer
12519         object.
12520
12521 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12522
12523         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
12524         long lines.
12525         (gnus-cache-delete-group): Wrap doc strings.
12526
12527         * gnus-agent.el (gnus-agent-rename-group)
12528         (gnus-agent-delete-group): Wrap doc strings.
12529
12530 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12531
12532         * messagexmas.el (message-use-toolbar): Change the valid values
12533         into default, top, bottom, left, and right.
12534         (message-toolbar-thickness): New variable.
12535         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
12536         well.
12537         (message-setup-toolbar): Make it work.
12538
12539         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
12540         (gnus-use-toolbar): Change the valid values into default, top,
12541         bottom, left, and right.
12542         (gnus-toolbar-thickness): New variable.
12543         (gnus-xmas-setup-toolbar): New function.
12544         (gnus-xmas-setup-group-toolbar): Use it.
12545         (gnus-xmas-setup-summary-toolbar): Use it.
12546
12547 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12548
12549         * gnus-start.el (gnus-1): Add "native" to
12550         gnus-predefined-server-alist.
12551
12552         * gnus.el (gnus-method-to-server): Don't add "native" to the
12553         lists here, because that leads to problems when
12554         gnus-select-method is bound.
12555
12556 2005-11-09  Simon Josefsson  <jas@extundo.com>
12557
12558         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
12559         use (not sort-by-date) instead.
12560
12561 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12562
12563         * gnus-delay.el (gnus-delay-group): Don't autoload.
12564         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12565         to be re-loaded when customizing the `gnus-delay' group.
12566
12567 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
12568
12569         * message.el: Revert last changes.
12570         (message-insert-citation-line): Use newlines.
12571
12572 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
12573
12574         * message.el (message-courtesy-message)
12575         (message-mark-insert-begin, message-mark-insert-end)
12576         (message-elide-ellipsis, message-cancel-message)
12577         (message-add-header, message-change-subject)
12578         (message-cross-post-followup-to-header)
12579         (message-cross-post-insert-note, message-reduce-to-to-cc)
12580         (message-widen-reply, message-delete-not-region)
12581         (message-kill-to-signature, message-insert-signature)
12582         (message-insert-importance-high, message-insert-importance-low)
12583         (message-insert-or-toggle-importance)
12584         (message-insert-disposition-notification-to)
12585         (message-indent-citation, message-yank-original)
12586         (message-cite-original-without-signature, message-cite-original)
12587         (message-insert-citation-line, message-position-on-field)
12588         (message-fix-before-sending, message-send-mail-partially)
12589         (message-send-mail, message-send-mail-with-sendmail)
12590         (message-send-mail-with-qmail, message-send-news)
12591         (message-check-news-header-syntax, message-generate-headers)
12592         (message-insert-courtesy-copy, message-fill-address)
12593         (message-fill-header, message-shorten-references)
12594         (message-setup-1, message-cancel-news)
12595         (message-forward-make-body-plain, message-forward-make-body-mime)
12596         (message-forward-make-body-mml, message-encode-message-body)
12597         (message-forward-make-body-digest-plain)
12598         (message-forward-make-body-digest-mime)
12599         (message-use-alternative-email-as-from): Insert `hard-newline'
12600         instead of ordinary newlines.
12601
12602 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12603
12604         * message.el (message-generate-headers): Downcase the argument
12605         given to message-check-element.
12606
12607 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
12608
12609         * nntp.el (nntp-authinfo-rejected): New error condition.
12610         (nntp-wait-for): Use new error condition to signal authentication
12611         error.
12612         (nntp-retrieve-data): Rethrow new error condition to break out of
12613         recursive call to nntp-send-authinfo.
12614
12615 2005-11-08  Romain Francoise  <romain@orebokech.com>
12616
12617         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
12618         (gnus-summary-exit-map): Bind to `Z p'.
12619         (gnus-summary-make-menu-bar): Add menu item.
12620
12621 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
12622
12623         * gnus-art.el (gnus-article-treat-custom): Add `first'.
12624         (gnus-treat-*): Add `first' in all doc strings.
12625
12626         * gnus-group.el (gnus-group-compact-group): Fix typo.
12627
12628 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12629
12630         * gnus.el (gnus-parameters-case-fold-search): New variable.
12631         (gnus-parameters-get-parameter): Use it.
12632
12633         * gnus-score.el (gnus-home-score-file): Doc fix.
12634
12635 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
12636
12637         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
12638
12639 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12640
12641         * mm-util.el (mm-special-display-p): New function.
12642
12643         * mml.el (mml-preview): Use it; doc fix.
12644
12645 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12646
12647         * imap.el (imap-open): Handle case where buffer is a buffer object.
12648
12649 2005-10-29  Romain Francoise  <romain@orebokech.com>
12650
12651         * message.el (message-fix-before-sending): Fix comment.
12652
12653 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12654
12655         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
12656
12657 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12658
12659         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
12660         Used in gnus-score.el.
12661
12662 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12663
12664         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
12665
12666 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
12667
12668         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
12669         whitespace removed in revision 7.8.  Use concatenated string to
12670         protect trailing whitespace.
12671
12672 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
12673
12674         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
12675         (nnimap-request-expire-articles): Use it to avoid sending 'UID
12676         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
12677         Courier IMAP ("some version from 2004").  Mostly based on similar
12678         code in the same function.
12679
12680 2005-10-26  Didier Verna  <didier@xemacs.org>
12681
12682         * gnus-group.el (gnus-group-compact-group): Invalidate original
12683         article buffer.
12684         * gnus-srvr.el (gnus-server-compact-server): Ditto.
12685         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
12686         NOV database and in article itself.
12687         Invalidate article backlog.
12688
12689 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12690
12691         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
12692
12693 2005-10-26  Simon Josefsson  <jas@extundo.com>
12694
12695         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
12696         part of 2004-07-25 change.
12697
12698 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12699
12700         * message.el (message-display-completion-list): New function.
12701         (message-expand-group): Use it; make sure the Completions buffer
12702         is modifiable.
12703 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
12704
12705         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
12706         user-mail-name is an empty string.
12707
12708 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12709
12710         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
12711         depending on gnus-score-decay-constant.
12712
12713         * encrypt.el (encrypt-insert-file-contents)
12714         (encrypt-write-file-contents): Don't use `gnus-message'.
12715
12716         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
12717         arguments.
12718         (mm-uu-type-alist): Add message-marks and insert-marks.
12719         Pass arguments to mm-uu-verbatim-marks-extract.
12720         (mm-uu-hide-markers): New variable.
12721         (mm-uu-extract): Use face similar to `gnus-cite-3'.
12722
12723         * gnus-fun.el (gnus-convert-image-to-x-face-command)
12724         (gnus-convert-image-to-face-command): Use "convert" by default to
12725         allow other input image formats.
12726         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
12727         accordingly.
12728
12729 2005-10-23  Simon Josefsson  <jas@extundo.com>
12730
12731         * imap.el (imap-gssapi-program): Align command line parameters
12732         with latest GNU SASL.
12733         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
12734
12735 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12736
12737         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
12738         HTML.
12739         (nnslashdot-request-article): Ditto.
12740
12741         * lpath.el (featurep): Add nobreak-char-display.
12742
12743 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12744
12745         * mail-source.el (mail-source-fetch-pop): Require pop3.
12746         (mail-source-check-pop): Ditto.
12747
12748 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12749
12750         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
12751         errors.
12752
12753 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12754
12755         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
12756         (gnus-treat-strip-leading-blank-lines): Improve doc string.
12757
12758         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
12759
12760         * mm-bodies.el (mm-decode-string):
12761         Call `mm-charset-to-coding-system' with allow-override argument.
12762
12763 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12764
12765         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
12766         (rfc2047-charset-to-coding-system): New function.
12767         (rfc2047-decode-encoded-words): New function.
12768         (rfc2047-decode-region): Use them.
12769         (rfc2047-decode-cte): Remove.
12770         (rfc2047-parse-and-decode): Remove.
12771         (rfc2047-decode): Remove.
12772
12773 2005-10-15  Kenichi Handa  <handa@m17n.org>
12774
12775         * rfc2047.el (rfc2047-decode-cte): New function.
12776         (rfc2047-decode-region): Change the way to decode successive
12777         encoded-words: decode B- or Q-encoding in each encoded-word,
12778         concatenate them, and decode it as charset.
12779
12780 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12781
12782         * lpath.el: Fbind codepage-setup for XEmacs.
12783
12784 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
12785
12786         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
12787         widget-move-and-invoke.
12788         (gnus-custom-mode): Use gnus-custom-map.
12789
12790 2005-10-15  Bill Wohler  <wohler@newt.com>
12791
12792         * message.el (message-tool-bar-map): Rename image file from
12793         mail_send to mail/send.
12794
12795 2005-10-16  Masatake YAMATO  <jet@gyve.org>
12796
12797         * message.el (message-expand-group): Pass the common
12798         prefix substring of completion to `display-completion-list'.
12799
12800 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
12801
12802         * mml-sec.el (mml-secure-method): New internal variable.
12803         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
12804         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
12805         New functions using mml-secure-method.
12806
12807         * mml.el (mml-mode-map): Add key bindings for those functions.
12808         (mml-menu): Simplify security menu entries.  Suggested by Jesper
12809         Harder <harder@myrealbox.com>.
12810         (mml-attach-file, mml-attach-buffer, mml-attach-external):
12811         Goto end of message if point is the headers of the message.
12812
12813         * message.el (message-in-body-p): New function.
12814
12815         * assistant.el: Autoload gnus-util and netrc.
12816
12817         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
12818         Use `mm-charset-override-alist' only when decoding.
12819
12820         * mm-bodies.el (mm-decode-body):
12821         Call `mm-charset-to-coding-system' with allow-override argument.
12822
12823         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
12824         `filename' from Content-Disposition if Content-Type doesn't
12825         provide `name'.
12826         (gnus-mime-view-part-as-type): Set default instead of
12827         initial-input.
12828
12829 2005-10-09  Daniel Brockman  <daniel@brockman.se>
12830
12831         * format-spec.el (format-spec): Propagate text properties of % spec.
12832
12833 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12834
12835         * gnus-art.el (gnus-treat-predicate): Add `first'.
12836
12837 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12838
12839         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
12840         (mm-charset-override-alist): New variable.
12841         (mm-charset-to-coding-system): Use it.
12842         (mm-codepage-setup): New helper function.
12843         (mm-charset-eval-alist): New variable.
12844         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
12845         Warn about unknown charsets.
12846
12847         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
12848
12849 2005-10-04  David Hansen  <david.hansen@gmx.net>
12850
12851         * nnrss.el (nnrss-request-article): Add support for the comments tag.
12852         (nnrss-check-group): Ditto.
12853
12854 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12855
12856         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
12857         Rename x-gnus-verbatim to x-verbatim.
12858         (mm-uu-type-alist): Fix regexp for verbatim-marks.
12859
12860         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
12861         x-verbatim.
12862
12863         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
12864
12865         * gnus-util.el (gnus-remove-duplicates): Remove.
12866
12867         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
12868         instead of gnus-remove-duplicates.
12869
12870         * message.el (message-remove-duplicates): Remove.
12871         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
12872         message-remove-duplicates.
12873
12874         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
12875         available, else use implementation from `delete-dups'.
12876
12877         * message.el (message-insert-expires): New function.
12878         (message-mode-map): Add key binding.
12879         (message-mode-field-menu): Add menu entry.
12880         (message-mode): Document it.
12881         (message-make-expires-date): Use `message-make-date'.
12882
12883 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
12884
12885         * message.el (message-make-expires-date): New function.
12886
12887 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12888
12889         * Makefile.in (list-installed-shadows): New entry.
12890         (install): Use it.
12891         (remove-installed-shadows): New entry.
12892
12893         * dgnushack.el (dgnushack-default-load-path): New variable.
12894         (dgnushack-find-lisp-shadows): New function.
12895         (dgnushack-remove-lisp-shadows): New function.
12896
12897 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12898
12899         * Makefile.in (install-el-elc): New entry.
12900         (install): Use it so that .el files are necessarily installed.
12901
12902 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12903
12904         * time-date.el: Autoload parse-time-string, XEmacs needs it.
12905
12906 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12907
12908         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
12909         function rather than the diff-mode.el package.
12910         (mm-display-external): Use with-current-buffer.
12911         (mm-viewer-completion-map, mm-viewer-completion-map):
12912         Move initialization inside declaration.
12913
12914 2005-09-29  Simon Josefsson  <jas@extundo.com>
12915
12916         * spam.el: Load hashcash when compiling, to avoid warnings.
12917         Don't autoload mail-check-payment.
12918         (spam-check-hashcash): Define unconditionally, since hashcash.el
12919         is part of Gnus now.  Ignore errors from payment checking.
12920
12921 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
12922
12923         * message.el (message-bold-region, message-unbold-region):
12924         Rename from `bold-region' and `unbold-region'.
12925
12926         * message.el: Remove useless autoloads.
12927
12928 2005-09-28  Simon Josefsson  <jas@extundo.com>
12929
12930         * message.el (message-use-idna): Default to t.
12931         (message-use-idna): Test whether encoding works too.  Doc fix.
12932
12933 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12934
12935         * nntp.el (nntp-warn-about-losing-connection): Remove.
12936
12937 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
12938
12939         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
12940         customizable.  Change default value.
12941         (mm-uu-diff-groups-regexp): Change default value.
12942         (mm-uu-type-alist): Add doc string.
12943         (mm-uu-configure): Add doc string.  Make it interactive.
12944         (mm-uu-tex-groups-regexp): New variable.
12945         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
12946         (mm-uu-type-alist): Add LaTeX documents.
12947         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
12948         of "text/verbatim".
12949         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
12950
12951         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
12952         instead of "text/verbatim".
12953
12954         * message.el (message-mark-inserted-region)
12955         (message-mark-insert-file): Use slrn style marks when called with
12956         prefix argument.
12957
12958 2005-09-27  Simon Josefsson  <jas@extundo.com>
12959
12960         * message.el (message-idna-to-ascii-rhs-1): Reformat.
12961
12962 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
12963
12964         * message.el (message-remove-duplicates): New function.
12965         Implementation borrowed from `gnus-remove-duplicates'.
12966         (message-idna-to-ascii-rhs): Also encode idna addresses in
12967         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12968         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
12969         only ask about the same idna domain once per header and also tell
12970         in what header to replace the idna domain.
12971
12972         * gnus-art.el (article-decode-idna-rhs): Also decode idna
12973         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12974         (article-decode-idna-rhs): Fix regexp so that all idna-address in
12975         a header is decoded and not just the last one.
12976
12977 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12978
12979         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
12980         has been decoded.
12981
12982         * mm-decode.el (mm-automatic-display): Add text/verbatim.
12983         (mm-insert-part): Don't modify text if it has been decoded.
12984
12985         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
12986         decoded.
12987
12988         * mm-view.el (mm-inline-text): Don't strip text props unless
12989         decoding enriched or richtext parts.
12990
12991 2005-09-25  Romain Francoise  <romain@orebokech.com>
12992
12993         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
12994         * gnus-start.el (gnus-subscribe-interactively):
12995         * gnus-uu.el (gnus-uu-grab-articles):
12996         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
12997         space.
12998
12999 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
13000
13001         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
13002         * mm-view.el (mm-view-pkcs7-decrypt):
13003         * gnus-sum.el (gnus-summary-limit-to-extra)
13004         (gnus-summary-respool-article, gnus-read-move-group-name):
13005         * gnus-score.el (gnus-summary-increase-score):
13006         * gnus-util.el (gnus-completing-read-with-default):
13007         * gnus-art.el (gnus-read-save-file-name)
13008         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
13009         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
13010         * message.el (message-check-news-header-syntax):
13011         Follow convention for reading with the minibuffer.
13012
13013 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
13014
13015         * spam-report.el (spam-report-url-ping-plain):
13016         Use gnus-extended-version as User-Agent.
13017
13018         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
13019         default value is nil.
13020
13021         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
13022         (mm-uu-verbatim-marks-extract): New function.
13023         (mm-uu-extract): New face.
13024         (mm-uu-copy-to-buffer): Use it.
13025
13026         * spam-report.el (spam-report-gmane-ham): Rename from
13027         `spam-report-gmane-unspam'.
13028         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
13029         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
13030
13031         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
13032         Autoload.
13033         (spam-report-gmane-unregister-routine):
13034         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
13035
13036 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
13037
13038         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
13039         (spam-report-gmane-unregister-routine): Add support for gmane
13040         unregistration.
13041
13042         * spam-report.el (spam-report-gmane-unspam)
13043         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
13044         (spam-report-gmane): Change to take a single article and do unspam
13045         registration.
13046
13047 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13048
13049         * mm-url.el (mm-url-decode-entities): Fix regexp.
13050
13051 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13052
13053         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
13054         default to nil, to be able to use Gnus at all.  If the default
13055         switches to something else, then the function should be fixed not
13056         be exceedingly slow.
13057
13058 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
13059
13060         * gnus-start.el (gnus-activate-group): If the server is nil, don't
13061         fail hard.
13062
13063         * spam-report.el: Add better Keywords line.
13064
13065         * spam.el: Add Maintainer and better Keywords line.
13066
13067 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13068
13069         * gnus-art.el (gnus-article-replace-part)
13070         (gnus-mime-replace-part): New functions.
13071         (gnus-mime-action-alist, gnus-mime-button-commands)
13072         (gnus-mime-save-part-and-strip): Add file argument.
13073         (gnus-article-part-wrapper): Add interactive argument.
13074
13075         * gnus-sum.el (gnus-summary-mime-map):
13076         Add `gnus-article-replace-part'.
13077
13078 2005-09-19  Didier Verna  <didier@xemacs.org>
13079
13080         The nnml compaction feature:
13081         * nnml.el (nnml-request-compact-group): New function.
13082         * nnml.el (nnml-request-compact): New function.
13083         * gnus-int.el (gnus-request-compact-group): New function.
13084         * gnus-int.el (gnus-request-compact): New function.
13085         * gnus-group.el (gnus-group-compact-group): New function.
13086         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
13087         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
13088         * gnus-srvr.el (gnus-server-compact-server): New function.
13089         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
13090         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
13091
13092 2005-09-18  Deepak Goel  <deego@gnufans.org>
13093
13094         * sieve.el (sieve-help): Fix `message' call: first arg should be a
13095         format spec.
13096
13097 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13098
13099         * gnus.el (gnus-group-startup-message): Bind image-load-path.
13100
13101 2005-09-15  Romain Francoise  <romain@orebokech.com>
13102
13103         * message.el (message-fill-paragraph): Clarify docstring.
13104
13105 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13106
13107         * gnus-art.el (gnus-mime-display-part): Protect against broken
13108         MIME messages.
13109
13110 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13111
13112         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
13113         before parsing header.
13114
13115 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
13116
13117         * html2text.el (html2text-replace-list): Add new entities.
13118
13119 2005-09-11  Romain Francoise  <romain@orebokech.com>
13120
13121         * message.el (message-alternative-emails): Improve docstring.
13122         (message-setup-1): Call `message-use-alternative-email-as-from'
13123         after `message-setup-hook' to give it precedence over posting
13124         styles, etc.
13125         (message-use-alternative-email-as-from): Add docstring.
13126         Remove the original From header if present.
13127
13128         * nnml.el (nnml-compressed-files-size-threshold): New variable.
13129         (nnml-save-mail): Use it.
13130
13131         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
13132         articles.  Add new argument `silent'.
13133         (gnus-uu-mark-all): Report the total number of marked articles.
13134
13135 2005-09-10  Romain Francoise  <romain@orebokech.com>
13136
13137         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
13138         (gnus-uu-mark-series): Likewise.
13139
13140 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
13141
13142         * spam-report.el (spam-report-gmane): Fix generation of spam
13143         report URL.
13144
13145 2005-09-10  Simon Josefsson  <jas@extundo.com>
13146
13147         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
13148         t, based on discussion on the ding list with Robert Epprecht
13149         <epprecht@solnet.ch>.
13150
13151 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
13152
13153         * spam-report.el (spam-report-gmane): Make it work without
13154         X-Report-Spam header.  Gmane now only provides Archived-At.
13155         This is only used if `spam-report-gmane-use-article-number' is nil.
13156         (spam-report-gmane-spam-header): Remove.  Not used anymore.
13157
13158         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
13159         make `gnus-summary-sort-by-recipient' work with threading.
13160
13161         * nnweb.el (nnweb-google-wash-article): Print a message if article
13162         is not available.
13163
13164 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13165
13166         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
13167         change.  Decode text/* parts content before displaying.
13168
13169 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13170
13171         * mml-smime.el: Remove defvar of gnus-extract-address-components.
13172
13173 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13174
13175         * mm-view.el (mm-display-inline-fontify): Disable support modes.
13176
13177         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
13178         url-package-name, url-package-version,
13179         w3m-cid-retrieve-function-alist, w3m-current-buffer,
13180         w3m-display-inline-images, and w3m-minor-mode-map.
13181
13182 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
13183
13184         * message.el (message-tab-body-function): Fix mismatched custom type.
13185
13186         * gnus.el (gnus-group-change-level-function): Ditto.
13187
13188         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
13189
13190         * gnus-art.el (gnus-signature-limit)
13191         (gnus-article-mime-part-function): Ditto.
13192
13193 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13194
13195         * mml.el (mml-mode): Silence the byte compiler.
13196
13197         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
13198         using `(sit-for 0)' before moving the point to the specified part;
13199         skip unbuttonized parts.
13200         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
13201         return to the summary window if gnus-auto-select-part is non-nil.
13202
13203 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
13204
13205         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
13206         New variables.
13207         (mml-dnd-attach-file, mml-mode): Use them.
13208
13209         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
13210         Make fetching article by MID work again for Google Groups.
13211         Add FIXME concerning gnus-group-make-web-group.
13212
13213         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
13214         Don't depend on Gnus by using mail-extract-address-components if
13215         gnus-extract-address-components is not bound.
13216
13217 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13218
13219         * gnus-art.el (gnus-mime-display-security): Don't display the
13220         signature, but only the signed part.
13221
13222 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13223
13224         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
13225
13226         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
13227         list, not listp.
13228
13229 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
13230
13231         * mm-encode.el (mm-encode-content-transfer-encoding):
13232         Likewise when encoding.
13233
13234         * mm-bodies.el (mm-decode-content-transfer-encoding):
13235         De-canonicalize CRLF for all text content types, not just
13236         text/plain.
13237
13238 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13239
13240         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
13241         valid article; point arrow and cursor at the MIME button.
13242
13243 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13244
13245         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
13246         Suggested by Dan Christensen <jdc@uwo.ca>.
13247
13248         * mm-decode.el (mm-save-part): Enable change of prompt.
13249
13250 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
13251
13252         * gnus-msg.el (gnus-inews-add-send-actions):
13253         Make `message-post-method' lambda parameter ARG `&optional'.
13254
13255 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13256
13257         * gnus-sum.el (gnus-summary-mime-map):
13258         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
13259         gnus-article-jump-to-part.
13260
13261         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
13262         (gnus-article-edit-part): Use it.
13263         (gnus-article-part-wrapper): Add no-handle argument.
13264         (gnus-article-save-part-and-strip, gnus-article-delete-part):
13265         New functions.
13266
13267 2005-08-29  Romain Francoise  <romain@orebokech.com>
13268
13269         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13270         docstring.
13271         (gnus-face-from-file): Likewise.
13272
13273 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13274
13275         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
13276         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
13277         non-nil.
13278         (gnus-auto-select-part): New variable.
13279         (gnus-article-jump-to-part): New function.
13280         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
13281         (gnus-mime-delete-part): Allow selecting specified part after
13282         deleting or stripping parts.
13283         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
13284         part if argument is bogus.
13285
13286 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
13287
13288         * gnus-art.el (w3m-minor-mode-map):
13289         * gnus-spec.el (gnus-newsrc-file-version):
13290         * gnus-util.el (nnmail-active-file-coding-system)
13291         (gnus-original-article-buffer, gnus-user-agent):
13292         * gnus.el (gnus-ham-process-destinations)
13293         (gnus-parameter-ham-marks-alist)
13294         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
13295         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
13296         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
13297         * mm-decode.el (gnus-current-window-configuration):
13298         * mm-extern.el (gnus-article-mime-handles):
13299         * mm-url.el (url-current-object, url-package-name)
13300         (url-package-version):
13301         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
13302         (smime-keys, w3m-cid-retrieve-function-alist)
13303         (w3m-current-buffer, w3m-display-inline-images)
13304         (w3m-minor-mode-map):
13305         * mml-smime.el (gnus-extract-address-components):
13306         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
13307         (gnus-newsrc-hashtb, message-default-charset)
13308         (message-deletable-headers, message-options)
13309         (message-posting-charset, message-required-mail-headers)
13310         (message-required-news-headers):
13311         * mml1991.el (mc-pgp-always-sign):
13312         * mml2015.el (mc-pgp-always-sign):
13313         * nnheader.el (nnmail-extra-headers):
13314         * rfc1843.el (gnus-decode-encoded-word-function)
13315         (gnus-decode-header-function, gnus-newsgroup-name):
13316         * spam-stat.el (gnus-original-article-buffer): Add defvars.
13317
13318 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
13319
13320         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
13321         the end of the date treatments.
13322
13323 2005-08-15  Simon Josefsson  <jas@extundo.com>
13324
13325         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
13326         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
13327         Capello and Romain Francoise.
13328         (pgg-fetch-key-function): Remove, not used?
13329         (pgg-insert-url-with-w3): Require url, to get
13330         url-insert-file-contents regardless of where it is defined.
13331
13332 2005-08-13  Romain Francoise  <romain@orebokech.com>
13333
13334         * message.el (message-cite-original-1): New function.
13335         (message-cite-original): Use it.
13336         (message-cite-original-without-signature): Ditto.
13337
13338 2005-08-08  Romain Francoise  <romain@orebokech.com>
13339
13340         * message.el (message-yank-empty-prefix): New variable.
13341         (message-indent-citation): Use it.
13342         (message-cite-original-without-signature): Respect X-No-Archive.
13343
13344 2005-08-08  Simon Josefsson  <jas@extundo.com>
13345
13346         * pgg.el: Autoload url-insert-file-contents instead of loading
13347         w3/url.
13348         (pgg-insert-url-with-w3): Don't load url here.
13349
13350 2005-08-07  Jesper Harder  <harder@phys.au.dk>
13351
13352         * message.el (message-kill-to-signature): Don't insert newline at
13353         bol.
13354         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
13355
13356 2005-08-06  Romain Francoise  <romain@orebokech.com>
13357
13358         * message.el (message-user-fqdn): Fix typo in docstring.
13359
13360 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
13361
13362         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
13363
13364         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
13365
13366 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13367
13368         * mm-bodies.el (mm-encode-body): Use coding system rather than
13369         charset to encode text.
13370
13371         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
13372         number of charsets if utf-8 is available (XEmacs).
13373
13374 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13375
13376         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
13377         taken from `gnus-button-mid-or-mail-regexp'.
13378         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
13379         (gnus-button-alist): Improve regexp for domain part of the MIDs
13380         for news:localpart@domain buttons.
13381         (gnus-button-ctan-directory-regexp): Update.
13382
13383 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13384
13385         * sieve-manage.el (sieve-manage-interactive-login):
13386         Use make-local-variable rather than make-variable-buffer-local.
13387         (sieve-manage-open): Ditto.
13388         (sieve-manage-authenticate): Ditto.
13389
13390         * mml.el (mml-generate-mime-1): Make the content type default to
13391         text/plain if the filename is not specified.
13392
13393 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13394
13395         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
13396         instead of insert-buffer.
13397
13398         * message.el (message-yank-original): Ditto; set the mark at the
13399         end of the yanked message.
13400
13401 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13402
13403         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
13404         lines to scroll rather than to stop it.
13405
13406         * mml.el (mml-generate-default-type): Add doc string.
13407         (mml-generate-mime-1): Use mm-default-file-encoding or make it
13408         default to application/octet-stream when determining the content
13409         type if it is not specified for the part or the mml contents; add
13410         a comment about mml-generate-default-type.
13411
13412 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
13413
13414         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
13415         make it default to application/octet-stream when determining the
13416         content type if it is not specified for the external contents.
13417
13418 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13419
13420         * rfc2231.el (rfc2231-parse-string): Take care that not only a
13421         segmented parameter but also other parameters might be there.
13422
13423 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13424
13425         * mm-decode.el (mm-display-external): Delete temp file, directory
13426         and buffer immediately if the external process is exited.
13427
13428 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13429
13430         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
13431         fewer lines than that of scroll-margin.
13432         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
13433
13434 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13435
13436         * gnus-art.el (gnus-article-next-page): Revert.
13437         (gnus-article-beginning-of-window): New macro.
13438         (gnus-article-next-page-1): Use it.
13439         (gnus-article-prev-page): Ditto.
13440         (gnus-article-edit-part): Use insert-buffer-substring instead of
13441         insert-buffer.
13442         (gnus-article-edit-exit): Ditto.
13443
13444         * gnus-util.el (gnus-beginning-of-window): Remove.
13445         (gnus-end-of-window): Remove.
13446
13447         * lpath.el: Don't bind header-line-format and scroll-margin.
13448
13449 2005-07-25  Simon Josefsson  <jas@extundo.com>
13450
13451         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
13452         to have the url package without w3.  Reported by Daiki Ueno
13453         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
13454
13455 2005-07-20  Didier Verna  <didier@xemacs.org>
13456
13457         * gnus-diary.el: Remove the description comment (nndiary is now
13458         properly documented in the Gnus manual).
13459         Fix the spelling of "Back End".
13460         * nndiary.el: Ditto.
13461         Fix the copyright notice.
13462
13463 2005-07-18  Romain Francoise  <romain@orebokech.com>
13464
13465         * gnus-sum.el (gnus-summary-to-prefix)
13466         (gnus-summary-newsgroup-prefix): New variables.
13467         (gnus-summary-from-or-to-or-newsgroups): Use them.
13468
13469 2005-07-17  Romain Francoise  <romain@orebokech.com>
13470
13471         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
13472         space as it's generally not especially interesting to the user.
13473
13474 2005-07-16  Romain Francoise  <romain@orebokech.com>
13475
13476         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
13477         nil to avoid prompting and file modification if one of the
13478         messages at the top of the nnfolder file contains a copyright
13479         notice.
13480         Update copyright notice.
13481
13482         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
13483         instead of `current-time-string' as the latter creates a time
13484         string that is not RFC 2822 compliant (it lacks the zone).
13485         Update copyright notice.
13486
13487 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13488
13489         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
13490         for text/rtf.  Display default in prompt.  Pass default for M-n.
13491
13492         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
13493
13494 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13495
13496         * gnus-msg.el (gnus-button-mailto):
13497         Remove save-selected-window-window hackery because it relies on
13498         save-selected-window internals.
13499
13500 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13501
13502         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
13503         (gnus-article-next-page-1): Use gnus-beginning-of-window.
13504         (gnus-article-prev-page): Ditto.
13505
13506         * gnus-util.el (gnus-beginning-of-window): New function.
13507         (gnus-end-of-window): New function.
13508
13509         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
13510
13511 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13512
13513         * gnus-score.el (gnus-score-edit-all-score):
13514         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
13515         gnus-message.
13516
13517 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13518
13519         * gnus-msg.el (gnus-button-mailto):
13520         Remove save-selected-window-window hackery because it relies on
13521         save-selected-window internals.
13522
13523 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13524
13525         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
13526         add-minor-mode.
13527         (gnus-binary-mode): Ditto.
13528
13529         * gnus-topic.el (gnus-topic-mode): Ditto.
13530
13531 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
13532
13533         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
13534         (gnus-article-prev-page): Take scroll-margin into consideration.
13535
13536 2005-07-04  Lute Kamstra  <lute@gnu.org>
13537
13538         Update FSF's address in GPL notices.
13539
13540 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
13541
13542         * gnus.el (gnus-exit):
13543         * gnus-group.el (gnus-group-icons):
13544         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
13545
13546         * gnus-nocem.el (gnus-nocem):
13547         * message.el (message-various, message-buffers, message-sending)
13548         (message-interface, message-forwarding, message-insertion)
13549         (message-headers, message-news, message-mail):
13550         * pgg-gpg.el (pgg-gpg):
13551         * pgg-parse.el (pgg-parse):
13552         * pgg-pgp.el (pgg-pgp):
13553         * pgg-pgp5.el (pgg-pgp5):
13554         * pop3.el (pop3): Finish `defgroup' description with period.
13555
13556 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13557
13558         * gnus-art.el (article-display-face): Improve the efficiency.
13559         (article-display-x-face): Ditto; remove grey x-face stuff.
13560
13561 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13562
13563         * gnus-art.el (article-display-face): Correct the position in
13564         which Faces are inserted.
13565
13566 2005-06-29  Didier Verna  <didier@xemacs.org>
13567
13568         * gnus-art.el (article-display-face): Display faces in correct
13569         order.
13570
13571 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13572
13573         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
13574         (gnus-fill-real-hashtb): Use hash table instead of obarray.
13575         (gnus-nocem-check-article): Fetch the Type header.
13576         (gnus-nocem-message-wanted-p): Fix the way to examine types.
13577         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
13578         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
13579         make sure gnus-nocem-hashtb is initialized.
13580         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
13581         (gnus-nocem-unwanted-article-p): Ditto.
13582
13583         * pgg.el (pgg-verify): Return the verification result.
13584
13585 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13586
13587         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
13588         is ascii.
13589
13590 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
13591
13592         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
13593         `show-nonbreak-escape'.
13594
13595 2005-06-23  Lute Kamstra  <lute@gnu.org>
13596
13597         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
13598
13599         * dig.el (dig-mode):
13600         * smime.el (smime-mode): Use gnus-run-mode-hooks.
13601
13602 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
13603
13604         * nnimap.el (nnimap-split-download-body): Fix spellings.
13605
13606 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
13607
13608         * gnus-art.el (gnus-article-encrypt-body):
13609         * gnus-cus.el (gnus-score-customize):
13610         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
13611         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
13612
13613 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
13614
13615         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
13616         header by looking for magic "MII" at the beginnig.
13617
13618 2005-06-16  Miles Bader  <miles@gnu.org>
13619
13620         * gnus-xmas.el (gnus-xmas-group-startup-message):
13621         Use renamed gnus-splash face.
13622
13623         * assistant.el (assistant-field): Remove "-face" suffix from face name.
13624         (assistant-field-face): New backward-compatibility alias for renamed
13625         face.
13626         (assistant-render-text): Use renamed assistant-field face.
13627
13628         * spam.el (spam): Remove "-face" suffix from face name.
13629         (spam-face): New backward-compatibility alias for renamed face.
13630         (spam-face, spam-initialize): Use renamed spam face.
13631
13632         * message.el (message-header-to, message-header-cc)
13633         (message-header-subject, message-header-newsgroups)
13634         (message-header-other, message-header-name)
13635         (message-header-xheader, message-separator, message-cited-text)
13636         (message-mml): Remove "-face" suffix from face names.
13637         (message-header-to-face, message-header-cc-face)
13638         (message-header-subject-face, message-header-newsgroups-face)
13639         (message-header-other-face, message-header-name-face)
13640         (message-header-xheader-face, message-separator-face)
13641         (message-cited-text-face, message-mml-face):
13642         New backward-compatibility aliases for renamed faces.
13643         (message-font-lock-keywords): Use renamed message faces.
13644
13645         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
13646         (sieve-test-commands, sieve-tagged-arguments):
13647         Remove "-face" suffix from face names.
13648         (sieve-control-commands-face, sieve-action-commands-face)
13649         (sieve-test-commands-face, sieve-tagged-arguments-face):
13650         New backward-compatibility aliases for renamed faces.
13651         (sieve-control-commands-face, sieve-action-commands-face)
13652         (sieve-test-commands-face, sieve-tagged-arguments-face):
13653         Use renamed sieve faces.
13654
13655         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
13656         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
13657         (gnus-group-news-3-empty, gnus-group-news-4)
13658         (gnus-group-news-4-empty, gnus-group-news-5)
13659         (gnus-group-news-5-empty, gnus-group-news-6)
13660         (gnus-group-news-6-empty, gnus-group-news-low)
13661         (gnus-group-news-low-empty, gnus-group-mail-1)
13662         (gnus-group-mail-1-empty, gnus-group-mail-2)
13663         (gnus-group-mail-2-empty, gnus-group-mail-3)
13664         (gnus-group-mail-3-empty, gnus-group-mail-low)
13665         (gnus-group-mail-low-empty, gnus-summary-selected)
13666         (gnus-summary-cancelled, gnus-summary-high-ticked)
13667         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
13668         (gnus-summary-high-ancient, gnus-summary-low-ancient)
13669         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
13670         (gnus-summary-low-undownloaded)
13671         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
13672         (gnus-summary-low-unread, gnus-summary-normal-unread)
13673         (gnus-summary-high-read, gnus-summary-low-read)
13674         (gnus-summary-normal-read, gnus-splash):
13675         Remove "-face" suffix from face names.
13676         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13677         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13678         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13679         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13680         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13681         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13682         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13683         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13684         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13685         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13686         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13687         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13688         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13689         (gnus-summary-normal-ticked-face)
13690         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
13691         (gnus-summary-normal-ancient-face)
13692         (gnus-summary-high-undownloaded-face)
13693         (gnus-summary-low-undownloaded-face)
13694         (gnus-summary-normal-undownloaded-face)
13695         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13696         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13697         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13698         (gnus-splash-face):
13699         New backward-compatibility aliases for renamed faces.
13700         (gnus-group-startup-message): Use renamed gnus faces.
13701
13702         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
13703         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
13704         (gnus-server-agent): Remove "-face" suffix from face names.
13705         (gnus-server-agent-face, gnus-server-opened-face)
13706         (gnus-server-closed-face, gnus-server-denied-face)
13707         (gnus-server-offline-face):
13708         New backward-compatibility aliases for renamed faces.
13709         (gnus-server-agent-face, gnus-server-opened-face)
13710         (gnus-server-closed-face, gnus-server-denied-face)
13711         (gnus-server-offline-face): Use renamed gnus faces.
13712
13713         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
13714         Remove "-face" suffix from face names.
13715         (gnus-picon-xbm-face, gnus-picon-face):
13716         New backward-compatibility aliases for renamed faces.
13717
13718         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
13719         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
13720         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
13721         (gnus-cite-11): Remove "-face" suffix from face names.
13722         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
13723         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
13724         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
13725         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
13726         New backward-compatibility aliases for renamed faces.
13727         (gnus-cite-attribution-face, gnus-cite-face-list)
13728         (gnus-article-boring-faces): Use renamed gnus faces.
13729
13730         * gnus-art.el (gnus-signature, gnus-header-from)
13731         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
13732         (gnus-header-content): Remove "-face" suffix from face names.
13733         (gnus-signature-face, gnus-header-from-face)
13734         (gnus-header-subject-face, gnus-header-newsgroups-face)
13735         (gnus-header-name-face, gnus-header-content-face):
13736         New backward-compatibility aliases for renamed faces.
13737         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
13738
13739         * gnus-sum.el (gnus-summary-selected-face)
13740         (gnus-summary-highlight): Use renamed gnus faces.
13741         * gnus-group.el (gnus-group-highlight): Likewise.
13742
13743 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
13744
13745         * gnus-sieve.el (gnus-sieve-article-add-rule):
13746         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
13747         * spam-stat.el (spam-stat-buffer-change-to-spam)
13748         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
13749
13750         * message.el (message-is-yours-p):
13751         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
13752
13753 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13754
13755         * mm-view.el (mm-inline-text): Withdraw the last change.
13756
13757 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13758
13759         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
13760         executing enriched-decode.
13761
13762 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13763
13764         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
13765         charset of tar files.
13766
13767 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
13768
13769         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
13770
13771 2005-06-04  Lute Kamstra  <lute@gnu.org>
13772
13773         * nnfolder.el (nnfolder-read-folder): Make sure that undo
13774         information is never recorded.
13775
13776 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13777
13778         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
13779
13780 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13781
13782         * pop3.el (pop3-apop): Run md5 in the binary mode.
13783
13784         * starttls.el (starttls-set-process-query-on-exit-flag):
13785         Use eval-and-compile.
13786
13787 2005-05-31  Simon Josefsson  <jas@extundo.com>
13788
13789         * smime.el (smime-replace-in-string): Define.
13790         (smime-cert-by-ldap-1): Use it.
13791
13792 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13793
13794         * gnus-art.el (article-display-x-face): Replace
13795         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13796
13797         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
13798         set-process-query-on-exit-flag or process-kill-without-query.
13799
13800         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
13801         loop instead of replace-regexp.
13802
13803         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
13804         instead of process-kill-without-query if it is available.
13805
13806         * lpath.el: Fbind ldap-search-entries.
13807
13808         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
13809         instead of find-file-hooks if it is available.
13810
13811         * mml1991.el: Bind pgg-default-user-id when compiling.
13812
13813         * mml2015.el: Bind pgg-default-user-id when compiling.
13814
13815         * nndraft.el (nndraft-request-associate-buffer):
13816         Use write-contents-functions instead of write-contents-hooks if it is
13817         available.
13818
13819         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
13820         instead of find-file-hooks if it is available.
13821
13822         * nntp.el (nntp-open-connection): Replace
13823         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13824         (nntp-open-ssl-stream): Ditto.
13825         (nntp-open-tls-stream): Ditto.
13826
13827         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
13828         set-process-query-on-exit-flag or process-kill-without-query.
13829         (starttls-open-stream-gnutls): Use it instead of
13830         process-kill-without-query.
13831         (starttls-open-stream): Ditto.
13832
13833 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
13834
13835         * smime.el (smime-cert-by-ldap-1): Don't use
13836         replace-regexp-in-string.
13837
13838 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
13839
13840         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
13841
13842         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
13843         in PEM format.  Adjust to the XEmacs compability.
13844
13845 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
13846
13847         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
13848         by `string-to-number'.
13849         * gnus-agent.el (gnus-agent-regenerate-group)
13850         (gnus-agent-fetch-articles): Ditto.
13851         * gnus-art.el (gnus-button-fetch-group): Ditto.
13852         * gnus-cache.el (gnus-cache-generate-active)
13853         (gnus-cache-articles-in-group): Ditto.
13854         * gnus-group.el (gnus-group-set-current-level)
13855         (gnus-group-insert-group-line): Ditto.
13856         * gnus-score.el (gnus-score-set-expunge-below)
13857         (gnus-score-set-mark-below, gnus-summary-score-effect)
13858         (gnus-summary-score-entry): Ditto.
13859         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
13860         (gnus-soup-pack): Ditto.
13861         * gnus-spec.el (gnus-xmas-format): Ditto.
13862         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
13863         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
13864         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
13865         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
13866         * nndb.el (nndb-get-remote-expire-response): Ditto.
13867         * nndiary.el (nndiary-parse-schedule-value)
13868         (nndiary-string-to-number, nndiary-request-replace-article)
13869         (nndiary-request-article): Ditto.
13870         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
13871         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
13872         * nneething.el (nneething-make-head): Ditto.
13873         * nnfolder.el (nnfolder-request-article)
13874         (nnfolder-retrieve-headers): Ditto.
13875         * nnheader.el (nnheader-file-to-number): Ditto.
13876         * nnkiboze.el (nnkiboze-request-article): Ditto.
13877         * nnmail.el (nnmail-process-unix-mail-format)
13878         (nnmail-process-babyl-mail-format): Ditto.
13879         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
13880         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
13881         (nnmh-request-create-group, nnmh-request-list-1)
13882         (nnmh-request-group, nnmh-request-article): Ditto.
13883         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
13884         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
13885         * nnsoup.el (nnsoup-make-active): Ditto.
13886         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
13887         * nntp.el (nntp-find-group-and-number)
13888         (nntp-retrieve-headers-with-xover): Ditto.
13889         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
13890         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
13891         (pgg-format-key-identifier): Ditto.
13892         * pop3.el (pop3-last, pop3-stat): Ditto.
13893         * qp.el (quoted-printable-decode-region): Ditto.
13894
13895         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
13896         of concat.
13897
13898 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13899
13900         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
13901
13902         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
13903
13904         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
13905
13906         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
13907
13908         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
13909
13910         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
13911
13912         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
13913         (gnus-carpal-mode): Ditto.
13914
13915         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
13916         (gnus-browse-mode): Ditto.
13917
13918         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
13919
13920         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
13921
13922 2005-05-29  Richard M. Stallman  <rms@gnu.org>
13923
13924         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
13925
13926 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13927
13928         * gnus-util.el (gnus-run-mode-hooks): New function.
13929
13930         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
13931
13932         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
13933         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
13934
13935 2005-05-27  Lute Kamstra  <lute@gnu.org>
13936
13937         * dns-mode.el (dns-mode): Specify customization group.
13938
13939 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
13940
13941         * gnus-agent.el (gnus-agent-make-mode-line-string):
13942         Use mode-line-highlight as mouse-face.
13943
13944 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13945
13946         * canlock.el (canlock): Change the parent group to news.
13947
13948         * deuglify.el (gnus-outlook-deuglify): Add :group.
13949
13950         * dig.el (dig): Add :group.
13951
13952         * dns-mode.el (dns-mode): Add :group.
13953
13954         * encrypt.el (encrypt): Add :group.
13955
13956         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
13957         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
13958         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
13959         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
13960         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
13961
13962         * gnus-diary.el (gnus-diary): Add :group.
13963
13964         * gnus.el (gnus-group-news-1-face): Add :group.
13965         (gnus-group-news-1-empty-face): Ditto.
13966         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
13967         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
13968         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
13969         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
13970         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
13971         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
13972         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
13973         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
13974         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
13975         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
13976         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
13977         (gnus-summary-high-ticked-face): Ditto.
13978         (gnus-summary-low-ticked-face): Ditto.
13979         (gnus-summary-normal-ticked-face): Ditto.
13980         (gnus-summary-high-ancient-face): Ditto.
13981         (gnus-summary-low-ancient-face): Ditto.
13982         (gnus-summary-normal-ancient-face): Ditto.
13983         (gnus-summary-high-undownloaded-face): Ditto.
13984         (gnus-summary-low-undownloaded-face): Ditto.
13985         (gnus-summary-normal-undownloaded-face): Ditto.
13986         (gnus-summary-high-unread-face): Ditto.
13987         (gnus-summary-low-unread-face): Ditto.
13988         (gnus-summary-normal-unread-face): Ditto.
13989         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
13990         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
13991
13992         * hashcash.el (hashcash): New custom group.
13993         (hashcash-default-payment): Add :group.
13994         (hashcash-payment-alist): Ditto.
13995         (hashcash-default-accept-payment): Ditto.
13996         (hashcash-accept-resources): Ditto.
13997         (hashcash-path): Ditto.
13998         (hashcash-extra-generate-parameters): Ditto.
13999         (hashcash-double-spend-database): Ditto.
14000         (hashcash-in-news): Ditto.
14001
14002         * message.el (message-minibuffer-local-map): Add :group.
14003
14004         * netrc.el (netrc): Add :group.
14005
14006         * sieve-manage.el (sieve-manage-log): Add :group.
14007         (sieve-manage-default-user): Diito.
14008         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
14009         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
14010         (sieve-manage-authenticators): Ditto.
14011         (sieve-manage-authenticator-alist): Ditto.
14012         (sieve-manage-default-port): Ditto.
14013
14014         * sieve-mode.el (sieve-control-commands-face): Add :group.
14015         (sieve-action-commands-face): Ditto.
14016         (sieve-test-commands-face): Ditto.
14017         (sieve-tagged-arguments-face): Ditto.
14018
14019         * smime.el (smime): Add :group.
14020
14021         * spam-report.el (spam-report): Add :group.
14022
14023         * spam.el (spam, spam-face): Add :group.
14024
14025 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14026
14027         * nntp.el (nntp-next-result-arrived-p): Some news servers may
14028         return \n.\n.\n at the end of articles.  Protect against that.
14029         (nntp-with-open-group): Allow debugging.
14030
14031         * nnheader.el (mail-header-set-extra): Make into a function
14032         because I just could't understand how to quote the list properly.
14033
14034         * dns.el (query-dns-cached): New function.
14035
14036 2005-05-26  Lute Kamstra  <lute@gnu.org>
14037
14038         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
14039
14040 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14041
14042         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
14043
14044         * gnus-art.el: Don't autoload mail-extract-address-components.
14045
14046         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
14047         eval-and-compile to evaluate it.
14048
14049         * hashcash.el: Don't autoload executable-find.
14050
14051         * nndb.el: Don't declare the nndb back end two or more times; don't
14052         autoload news-reply-mode, news-setup, cancel-timer and telnet.
14053
14054         * nntp.el: Autoload format-spec instead of format; use
14055         eval-and-compile to evaluate autoload forms.
14056
14057 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
14058
14059         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
14060
14061 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14062
14063         * gnus.el (gnus-version-number): Bump version.
14064
14065 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14066
14067         * gnus.el: No Gnus v0.3 is released.
14068
14069 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14070
14071         * lpath.el (featurep): Bind show-nonbreak-escape.
14072
14073 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14074
14075         * gnus-art.el (gnus-article-edit-part): Disable undo.
14076
14077 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14078
14079         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
14080         gnus-article-date-lapsed-new-header is t if date timer is active;
14081         skip headers in which the original date value is empty.
14082         (gnus-article-save-original-date): Redefine it as a macro.
14083         (gnus-display-mime): Use it.
14084
14085 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14086
14087         * gnus-art.el (article-date-ut): Support converting date in
14088         forwarded parts as well.
14089         (gnus-article-save-original-date): New function.
14090         (gnus-display-mime): Use it.
14091
14092 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
14093
14094         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
14095         enclosure element of <item>.
14096
14097 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
14098
14099         * message.el (message-kill-buffer-query): Rename from
14100         `message-kill-buffer-query-if-modified'.  Add :version.
14101
14102 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14103
14104         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
14105         window layout.
14106
14107 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14108
14109         * mml.el: Autoload dnd when compiling.
14110
14111 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14112
14113         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
14114         x-dnd-*.
14115
14116 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14117
14118         * qp.el (quoted-printable-encode-region): Save excursion.
14119
14120 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
14121
14122         * message.el (message-kill-buffer-query-if-modified): Add new variable
14123         so the user can kill a modified message buffer quickly.
14124         (message-kill-buffer): Use it.
14125
14126 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14127
14128         * lpath.el: Fbind display-time-event-handler; don't fbind
14129         string-to-multibyte.
14130
14131         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
14132
14133 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14134
14135         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
14136         contained in text because xml.el decodes entities) with LFs.
14137
14138 2005-04-11  Lute Kamstra  <lute@gnu.org>
14139
14140         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
14141         differently.
14142
14143 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14144
14145         * mm-util.el (mm-detect-coding-region): Typo.
14146
14147 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14148
14149         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
14150
14151 2005-04-06  Deepak Goel  <deego@gnufans.org>
14152
14153         * spam-stat.el (spam-stat-score-buffer): Add a call to a
14154         user-function allow user modifications of the scores.
14155         (spam-stat-score-buffer-user): New function, to allow
14156         user-computed modifications to the score.
14157         (spam-stat-score-buffer-user-functions): List of additional
14158         scoring functions.
14159         (spam-stat-error-holder): Global temporary error holder.
14160         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
14161         variable.
14162
14163 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
14164
14165         * gnus-registry.el (gnus-registry-clean-empty-function)
14166         (gnus-registry-trim, gnus-registry-fetch-groups)
14167         (gnus-registry-delete-group): Groups that match
14168         `gnus-registry-ignored-groups' are removed from the registry
14169         entries, not just ignored for splitting.  This helps clean up the
14170         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
14171         to get all the groups a message ID is in.
14172
14173         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
14174         (spam-stat-split-fancy): Change "threshhold" to "threshold".
14175         (spam-stat-score-buffer-user-functions): Add :number custom type.
14176
14177 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14178
14179         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
14180         argument in XEmacs.
14181
14182         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
14183         (nnrss-request-group): Decode group name first.
14184         (nnrss-request-article): Make a text/plain article if mml-to-mime
14185         failed.
14186         (nnrss-get-encoding): Return a compatible encoding according to
14187         nnrss-compatible-encoding-alist.
14188         (nnrss-find-el): Use consp instead of listp.
14189         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
14190
14191 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14192
14193         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
14194         which Emacs 20 doesn't support.
14195         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
14196
14197 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14198
14199         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
14200         silence the byte compiler inside the defun.
14201
14202         * gnus-demon.el (parse-time-string): Add autoload.
14203
14204         * gnus-delay.el (parse-time-string): Add autoload.
14205
14206         * gnus-art.el (parse-time-string): Add autoload.
14207
14208         * nnultimate.el (parse-time): Require for `parse-time-string'.
14209
14210 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14211
14212         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
14213
14214         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
14215
14216         * smime.el (smime-ldap-host-list): Add :version.
14217
14218 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14219
14220         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
14221         pass it to `gnus-browse-read-group'.
14222         (gnus-browse-read-group): Add NUMBER argument and pass it to
14223         `gnus-group-read-ephemeral-group'.
14224
14225         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
14226         argument and pass it to `gnus-group-read-group'.
14227
14228 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
14229
14230         * mm-util.el (mm-xemacs-find-mime-charset): Only call
14231         mm-xemacs-find-mime-charset-1 if we have the mule feature
14232         available at runtime.
14233
14234 2005-03-25  Werner Lemberg  <wl@gnu.org>
14235
14236         * nnmaildir.el: Replace `illegal' with `invalid'.
14237
14238 2005-03-23  Lute Kamstra  <lute@gnu.org>
14239
14240         * time-date.el: Add comment on time value formats.
14241         Don't require parse-time.
14242         (with-decoded-time-value): New macro.
14243         (encode-time-value): New function.
14244         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
14245         (days-to-time): Return a valid time value when arg is huge.
14246         (time-since): Use time-subtract.
14247         (time-to-number-of-days): Use time-to-seconds.
14248
14249 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14250
14251         * gnus-start.el (gnus-display-time-event-handler):
14252         Check display-time-timer at runtime rather than only at load time
14253         in case display-time-mode is turned off in the mean time.
14254
14255 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14256
14257         * nnimap.el (nnimap-open-connection): Print which authinfo file is
14258         used.
14259
14260         * nneething.el (nneething-map-file-directory): Derive from
14261         `gnus-directory'.
14262
14263         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
14264         the To/Cc button.
14265
14266 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14267
14268         * nnmaildir.el (nnmaildir-request-accept-article):
14269         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
14270
14271 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14272
14273         * gnus-async.el: Require timer-funcs at compile time when in
14274         XEmacs for `run-with-idle-timer'.
14275
14276 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14277
14278         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
14279         autoloaded function.
14280
14281 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14282
14283         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
14284
14285 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
14286
14287         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
14288
14289 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14290
14291         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
14292         Add gnus-expert-user to default.
14293
14294 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
14295
14296         * nnimap.el (nnimap-open-server): Ditto.
14297
14298         * imap.el (imap-authenticate): Fix typo.
14299
14300 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
14301
14302         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
14303         buffer (since IMAP server might return FETCH response out of
14304         order, and the nntp buffer must be sorted).
14305
14306 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
14307
14308         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
14309         comparison on string.
14310
14311         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
14312         (gnus-agent-score): Rename category keywords to match gnus-cus.
14313         (gnus-agent-summary-fetch-series): Modify to protect against
14314         gnus-agent-summary-fetch-group clearing processable flags.
14315         (gnus-agent-synchronize-group-flags): Update live group buffer as
14316         synchronization may occur due to the user toggle the plugged
14317         status.
14318         (gnus-agent-fetch-group-1): Clear downloadable flag when article
14319         successfully downloaded.
14320         (gnus-agent-expire-group-1): Avoid using markers when the overview
14321         is in ascending order; greatly improves performance.
14322         (gnus-agent-regenerate-group):
14323         Use gnus-agent-synchronize-group-flags to reset read status in both
14324         gnus and server.
14325         (gnus-agent-update-files-total-fetched-for): Fix initial size.
14326
14327 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14328
14329         * message.el: Don't autoload former message-utils variables.
14330         (message-strip-subject-trailing-was): Change doc string.
14331
14332         * nnweb.el: Fixes for `gnus-group-make-web-group'.
14333         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
14334         (nnweb-google-search): Add "hl=en" here.
14335         (nnweb-google-parse-1, nnweb-google-create-mapping):
14336         Don't hardcode URL.
14337
14338 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14339
14340         * message.el (message-get-reply-headers, message-followup):
14341         Mention related variables `message-use-followup-to' and
14342         `message-use-mail-followup-to', in the information buffer.
14343
14344         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
14345         of broken groups(-beta).google.com.
14346
14347 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14348
14349         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
14350         parameter to invoked gnus-request-move-article; remove the
14351         redundant gnus-sum-hint-move-is-internal variable; apply the marks
14352         all at once instead of once per article.
14353         (gnus-summary-remove-process-mark): Accept a list of articles as
14354         well as a single article for processing.
14355
14356         * gnus-int.el (gnus-request-move-article): Add move-is-internal
14357         parameter.
14358
14359         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
14360
14361         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
14362
14363         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
14364         parameter.
14365
14366         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
14367         parameter.
14368
14369         * nnimap.el (nnimap-request-move-article): Add move-is-internal
14370         parameter and remove the gnus-sum-hint-move-is-internal variable.
14371
14372         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
14373         parameter.
14374
14375         * nndraft.el (nndraft-request-move-article): Add move-is-internal
14376         parameter.
14377
14378         * nndiary.el (nndiary-request-move-article): Add move-is-internal
14379         parameter.
14380
14381         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
14382
14383         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
14384         parameter.
14385
14386         * nnagent.el (nnagent-request-move-article): Add move-is-internal
14387         parameter.
14388
14389 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14390
14391         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
14392         a more conservative way.
14393
14394 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14395
14396         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
14397         buffer, so it moves the window's cursor.
14398
14399 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
14400
14401         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
14402         `mm-dissect-multipart' and receive the from field as an (optional)
14403         argument from `mm-dissect-multipart'.
14404         (mm-dissect-multipart): Receive the from field as an argument and
14405         pass it on when we call `mm-dissect-buffer' on MIME parts.
14406         Fixes verification/decryption of signed/encrypted MIME parts.
14407
14408 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
14409
14410         * gnus-sum.el (gnus-summary-move-article):
14411         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
14412         whatever it calls (right now, only nnimap-request-move article
14413         respects it).
14414
14415         * nnimap.el (nnimap-request-move-article):
14416         When gnus-sum-hint-move-is-internal is set, don't do the extra
14417         nnimap-request-article.
14418
14419 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14420
14421         * nnheader.el (nnheader-find-file-noselect): Add doc string.
14422
14423         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
14424         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
14425
14426         * gnus-sum.el (gnus-summary-caesar-message):
14427         Apply `gnus-treat-article' after rotation.
14428
14429         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
14430         doc string.
14431
14432 2005-02-22  Simon Josefsson  <jas@extundo.com>
14433
14434         * encrypt.el (encrypt-password-cache-expiry): Remove (use
14435         `password-cache-expiry' instead).  Reported by Arne Jørgensen
14436         <arne@arnested.dk>.
14437         (encrypt): Add password-cache and password-cache-expiry as group
14438         members.
14439
14440 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
14441
14442         * smime.el (smime-ldap-host-list): Doc fix.
14443         (smime-ask-passphrase): Use `password-read-and-add' to read (and
14444         cache) password.
14445         (smime-sign-region): Use it.
14446         (smime-decrypt-region): Use it.
14447         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
14448         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
14449         fails.
14450         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
14451         certificate from DER to PEM format rather than calling openssl.
14452
14453         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
14454
14455         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
14456         for signing/encryption.
14457
14458         * mml.el (mml-parse-1): Use them.
14459
14460 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
14461
14462         * nnrss.el (nnrss-verbose): Remove.
14463         (nnrss-request-group): Use `nnheader-message' instead.
14464
14465 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
14466
14467         * nnrss.el (nnrss-verbose): New variable.
14468         (nnrss-request-group): Make it say nnrss is requesting a group.
14469
14470 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14471
14472         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
14473         Handle news URL with given port correctly.
14474
14475 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14476
14477         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
14478         containing special characters.
14479
14480         * gnus-sum.el (gnus-summary-edit-article): Ditto.
14481
14482         * mml.el (mime-to-mml): Ditto.
14483
14484         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
14485         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
14486         (rfc2047-decode-region): Quote decoded words containing special
14487         characters when rfc2047-quote-decoded-words-containing-tspecials
14488         is non-nil.
14489
14490 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
14491
14492         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
14493
14494         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
14495
14496 2005-02-15  Simon Josefsson  <jas@extundo.com>
14497
14498         * nnimap.el (nnimap-debug): Doc fix.
14499
14500         * imap.el (imap-debug): Doc fix.
14501
14502 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14503
14504         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
14505
14506 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
14507
14508         * gnus.el (spam-contents): Improve docs for spam-contents
14509         parameter in its variable incarnation.
14510
14511 2005-02-14  Simon Josefsson  <jas@extundo.com>
14512
14513         * smime-ldap.el: Use require instead of load-library for ldap.
14514         (smime-ldap-search): Indent.
14515         (smime-ldap-search-internal): Shorten line.
14516
14517         * smime.el (smime-cert-by-dns): Add doc-string.
14518         (smime-cert-by-ldap-1): Indent.
14519
14520         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
14521         mml-smime-get-dns-ldap.
14522         (mml-smime-encrypt-query): Use new function.  Default to ldap.
14523
14524 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
14525
14526         * smime.el: Require smime-ldap.
14527         (smime-ldap-host-list): New variable.
14528         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
14529
14530         * mml-smime.el (mml-smime-encrypt-query): New function.
14531         (mml-smime-encrypt-query): Use it.
14532
14533         * smime-ldap.el: New file.
14534
14535 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14536
14537         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
14538
14539 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14540
14541         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
14542         argument in doc string.  Make query for type more clear.
14543
14544 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14545
14546         * gnus.el (gnus-group-startup-message): Search for gnus images in
14547         etc/images/gnus.
14548         * mm-util.el (mm-image-load-path): Likewise.
14549         * smiley.el (smiley-data-directory): Search for smilies in
14550         etc/images/smilies.
14551
14552 2005-02-09  Kim F. Storm  <storm@cua.dk>
14553
14554         Change Emacs release version from 21.4 to 22.1 throughout.
14555         Change Emacs development version from 21.3.50 to 22.0.50.
14556
14557 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14558
14559         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
14560
14561         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
14562         non-Mule XEmacs as well.
14563         (mm-decompress-buffer): Signal an error intentionally if it does
14564         not decompress compressed data because auto-compression-mode is
14565         disabled.
14566
14567 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
14568
14569         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
14570         an ID in the registry even if it has no groups.
14571
14572 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14573
14574         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
14575         merge it into mm-decompress-buffer.
14576         (gnus-mime-copy-part): Use the MIME part charset, the value which
14577         a user specified or gnus-newsgroup-charset for decoding, like
14578         gnus-mime-inline-part does; set buffer-file-coding-system to tell
14579         save-buffer what was used.  Suggested by Kevin Ryde
14580         <user42@zip.com.au>.
14581         (gnus-mime-inline-part): Allow the name parameter as well as the
14582         filename parameter; force decompressing of compressed data; always
14583         display contents being not decoded as unibyte.
14584
14585         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
14586         as well as the filename parameter.
14587
14588         * mm-util.el (mm-decompress-buffer):
14589         Merge gnus-mime-jka-compr-maybe-uncompress.
14590         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
14591         of compressed data.
14592
14593 2005-02-08  Simon Josefsson  <jas@extundo.com>
14594
14595         * imap.el (imap-log): Doc fix.
14596
14597 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14598
14599         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
14600         the coding cookies; decompress compressed parts.
14601
14602         * mml.el (mml-generate-mime-1): Add the charset parameter according
14603         to the value which a user specified manually or the coding cookie.
14604
14605         * mm-util.el (mm-string-to-multibyte): New function.
14606         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
14607         (mm-coding-system-to-mime-charset): New function.
14608         (mm-decompress-buffer): New function.
14609         (mm-find-buffer-file-coding-system): New function.
14610
14611         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
14612         (mm-display-inline-fontify): Rewrite for decoding and decompressing
14613         parts.
14614
14615 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14616
14617         * mm-view.el (mm-display-inline-fontify): Decode a part according
14618         to the charset parameter.
14619
14620 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14621
14622         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
14623         prefix arg is neither nil nor a number, as info specifies.
14624
14625 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14626
14627         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
14628         timestamps.
14629
14630 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
14631
14632         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
14633         groups error checking and notify user.
14634
14635 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
14636
14637         * message.el (message-send-mail-function): Check existence of
14638         sendmail-program first before using default value
14639         `message-send-mail-with-sendmail'.  Otherwise use more generic
14640         `smtpmail-send-it'.
14641
14642 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14643
14644         * nntp.el (nntp-request-update-info): Always return nil.
14645
14646 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14647
14648         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
14649
14650 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14651
14652         * message.el (message-beginning-of-line): Change the behavior when
14653         invoked between BOL and : so that it first moves backward.
14654
14655 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14656
14657         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
14658         article buffer when editing of the article is discarded.
14659         (gnus-article-prepare): Revert.
14660
14661 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14662
14663         * gnus-art.el (gnus-article-prepare):
14664         Remove message-strip-forbidden-properties from the local hook.
14665
14666 2005-01-27  Simon Josefsson  <jas@extundo.com>
14667
14668         * password.el (password-cache-add): Only start one timer per key.
14669         Reported by Derek Atkins <warlord@MIT.EDU>.
14670
14671 2005-01-26  Steve Youngs  <steve@sxemacs.org>
14672
14673         * run-at-time.el: Remove.  It is no longer needed as
14674         timer-funcs.el in the xemacs-base package has a working version of
14675         `run-at-time'.
14676
14677         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
14678
14679         * password.el: Require timer-funcs instead of run-at-time in
14680         XEmacs.
14681         Remove `password-run-at-time' macro.
14682         (password-cache-add): Use `run-at-time' instead of
14683         `password-run-at-time'.
14684
14685         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
14686         Remove `nnheader-cancel-function-timers' alias,
14687         `cancel-function-timers' exists in XEmacs in timer-funcs.
14688
14689         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
14690         for `run-with-idle-timer'.
14691
14692         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
14693         for `run-at-time'.
14694
14695         * mm-url.el: Require timer-funcs at compile time when in XEmacs
14696         for `with-timeout'.
14697
14698         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
14699         the same as for XEmacs 21.4.
14700         No need to ignore `run-with-idle-timer', this function exists in
14701         XEmacs now in timer-funcs.el in the xemacs-base package.
14702         (dgnushack-compile): No need to delete
14703         run-at-time.el from the list of files to compile because it
14704         doesn't exist anymore.
14705
14706 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14707
14708         * mml.el (mml-generate-mime-1): Convert string into unibyte when
14709         inserting " *mml*" buffer's contents into a unibyte temp buffer.
14710
14711 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
14712
14713         * mail-source.el (mail-source-fetch-imap): Search for ^From case
14714         sensitively.
14715
14716 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
14717
14718         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
14719
14720 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14721
14722         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
14723         which will be inserted according to the multibyteness of a buffer
14724         rather than the type of contents.  Suggested by ARISAWA Akihiro
14725         <ari@mbf.ocn.ne.jp>.
14726
14727         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
14728         of string which old xml.el may return rather than a string.
14729
14730 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14731
14732         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
14733
14734 2005-01-16  Simon Josefsson  <jas@extundo.com>
14735
14736         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
14737         idn/idna.el isn't available.
14738         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
14739         <michael@waxrat.com>.
14740
14741         * hashcash.el: Remove non-FSF copyright header.
14742
14743         * hashcash.el (hashcash-extra-generate-parameters): New variable.
14744         (hashcash-generate-payment): Use it.
14745         (hashcash-generate-payment-async): Use it.
14746
14747 2005-01-15  Simon Josefsson  <jas@extundo.com>
14748
14749         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
14750         Suggested by Raymond Scholz <ray-2005@zonix.de>.
14751
14752         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
14753         gnus-summary-idna-message.
14754         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
14755         (gnus-summary-idna-message): New function.
14756
14757 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14758
14759         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
14760         gnus-novice-user.
14761
14762 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14763
14764         * nnrss.el (nnrss-request-delete-group): Delete entries in
14765         nnrss-group-alist as well.
14766         (nnrss-save-server-data): Insert newline.
14767
14768 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
14769
14770         * gnus.el (gnus-user-agent): Use list of symbols instead of
14771         symbols.  Display full version number for (S)XEmacs.
14772         Optionally display (S)XEmacs codename.
14773
14774         * gnus-util.el (gnus-emacs-version): Update for new
14775         `gnus-user-agent'.
14776
14777         * gnus-msg.el (gnus-extended-version): Make it possible to omit
14778         Gnus version.
14779
14780 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14781
14782         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
14783         which is unreadable in some setups.
14784
14785 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14786
14787         * gnus-spec.el (gnus-update-format-specifications): Flush the
14788         group format spec cache if it doesn't support decoded group names.
14789
14790 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14791
14792         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
14793         Allow to apply decay on score files matching a regexp.
14794
14795 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14796
14797         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
14798         compatibility in %g and %c.
14799
14800 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14801
14802         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
14803         name for only %g and %c.
14804         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
14805         of gnus-tmp-group to decoded group name.
14806         (gnus-group-make-rss-group): Exclude `/'s from group names.
14807
14808 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14809
14810         * nnrss.el (nnrss-get-encoding): Fix regexp.
14811
14812 2004-12-27  Simon Josefsson  <jas@extundo.com>
14813
14814         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
14815         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
14816         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
14817
14818 2004-12-17  Kim F. Storm  <storm@cua.dk>
14819
14820         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
14821
14822         * gnus-sum.el (gnus-summary-mode-map): Likewise.
14823
14824 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14825
14826         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
14827
14828 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14829
14830         * nnrss.el: Require rfc2047 and mml.
14831         (nnrss-file-coding-system): New variable.
14832         (nnrss-format-string): Redefine it as an inline function.
14833         (nnrss-decode-group-name): New function.
14834         (nnrss-string-as-multibyte): Remove.
14835         (nnrss-retrieve-headers): Decode group name; don't use
14836         nnrss-format-string.
14837         (nnrss-request-group): Decode group name.
14838         (nnrss-request-article): Decode group name; allow a Message-ID as
14839         well as an article number; don't use nnrss-format-string; encode a
14840         Message-ID string which may contain non-ASCII characters; use
14841         mml-to-mime to compose a MIME article.
14842         (nnrss-request-expire-articles): Decode group name.
14843         (nnrss-request-delete-group): Decode group name.
14844         (nnrss-fetch): Clarify error message.
14845         (nnrss-read-server-data): Use insert-file-contents instead of load;
14846         bind file-name-coding-system; use multibyte buffer.
14847         (nnrss-save-server-data): Bind coding-system-for-write to the
14848         value of nnrss-file-coding-system; bind file-name-coding-system;
14849         add coding cookie.
14850         (nnrss-read-group-data): Use insert-file-contents instead of load;
14851         bind file-name-coding-system; use multibyte buffer.
14852         (nnrss-save-group-data): Bind coding-system-for-write to the
14853         value of nnrss-file-coding-system; bind file-name-coding-system.
14854         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
14855         make it work with non-ASCII text.
14856         (nnrss-find-el): Make it work with old xml.el as well.
14857
14858 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14859
14860         * nnrss.el (nnrss-get-encoding): New function.
14861         (nnrss-fetch): Use unibyte buffer initially; bind
14862         coding-system-for-read while performing mm-url-insert; remove ^Ms;
14863         decode contents according to the encoding attribute.
14864         (nnrss-save-group-data): Add coding cookie.
14865         (nnrss-mime-encode-string): New function.
14866         (nnrss-check-group): Use it to encode subject and author.
14867
14868 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
14869
14870         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
14871         imaginary variable.
14872
14873 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14874
14875         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
14876         correctly even if there are wide characters.
14877
14878 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14879
14880         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
14881         downcased symbol names; make a new cache instead of reusing
14882         bbdb-hashtable.
14883
14884 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14885
14886         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14887         concatenating segments rather than before concatenating them.
14888         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14889
14890         * message.el (message-get-reply-headers): Bind `extra'.
14891
14892 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14893
14894         * message.el (message-extra-wide-headers): New variable.
14895         (message-get-reply-headers): Use it.
14896
14897 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14898
14899         * gnus-agent.el (gnus-agent-group-path): Decode group name.
14900         (gnus-agent-group-pathname): Ditto.
14901
14902         * gnus-cache.el (gnus-cache-file-name): Decode group name.
14903
14904         * gnus-group.el (gnus-group-make-group): Decode group name.
14905         (gnus-group-make-rss-group): Register the group data after opening
14906         the nnrss group.
14907
14908 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
14909
14910         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
14911         by expiry now get marked as read.
14912
14913 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14914
14915         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
14916
14917 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
14918
14919         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
14920         unify Latin characters in XEmacs.
14921         (mm-find-mime-charset-region): Use it.
14922
14923 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14924
14925         * gnus-util.el (gnus-delete-directory): New function.
14926
14927         * gnus-agent.el (gnus-agent-delete-group): Use it.
14928
14929         * gnus-cache.el (gnus-cache-delete-group): Use it.
14930
14931 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14932
14933         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
14934         names.
14935
14936 2004-12-16  Simon Josefsson  <jas@extundo.com>
14937
14938         * hashcash.el (hashcash-payment-alist): Fix custom :type.
14939
14940 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14941
14942         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
14943
14944         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
14945         (gnus-group-set-current-level): Decode group name.
14946
14947 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
14948
14949         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
14950         failed.
14951
14952 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14953
14954         * gnus-group.el (gnus-group-delete-group): Decode group name.
14955         (gnus-group-make-rss-group): Encode group name.
14956         (gnus-group-catchup-current): Decode group name.
14957         (gnus-group-kill-group): Decode group name.
14958
14959 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14960
14961         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
14962
14963 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14964
14965         * gnus-group.el (gnus-group-make-rss-group):
14966         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
14967
14968         * gnus-start.el (gnus-setup-news): Honor user's setting to
14969         gnus-message-archive-method.  Suggested by Lute Kamstra
14970         <lute@gnu.org>.
14971
14972 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
14973
14974         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
14975         global counterparts of the buffer-local variables.
14976
14977 2004-11-16  Romain Francoise  <romain@orebokech.com>
14978
14979         * gnus-sum.el (gnus-summary-exit): Don't clear the global
14980         counterparts of the buffer-local variables.
14981
14982 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14983
14984         * message.el (message-forbidden-properties): Fix typo in doc
14985         string.
14986
14987 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14988
14989         * gnus-util.el (gnus-replace-in-string): Add doc string.
14990
14991         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
14992         to avoid problems when splitting mails with many recipients.
14993
14994 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14995
14996         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
14997         pop-to-buffer, covered by the subsequent gnus-configure-windows.
14998
14999 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
15000
15001         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
15002         if there is no hashtable in memory or file modification time is
15003         newer than cached timestamp.
15004
15005 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
15006
15007         * gnus-sum.el (gnus-summary-limit-to-recipient):
15008         Implement not-matching option.
15009
15010 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
15011
15012         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
15013         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
15014         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15015         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
15016         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
15017         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
15018
15019 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15020
15021         * message.el (message-forward-make-body-mml): Remove headers
15022         according to message-forward-ignored-headers if a message is decoded.
15023
15024 2004-12-02  Romain Francoise  <romain@orebokech.com>
15025
15026         * message.el (message-forward-make-body-plain): Always remove
15027         headers according to message-forward-ignored-headers.
15028
15029 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
15030
15031         * spam.el (spam-summary-prepare-exit): Remove the
15032         gnus-summary-limit pop for now, it has problems with ham marks for
15033         me.
15034
15035 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
15036
15037         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
15038         correctly.
15039
15040 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
15041
15042         * format-spec.el (format-spec): Message the char.
15043
15044 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
15045
15046         * gnus-art.el (gnus-split-methods): Reformat comments.
15047
15048         * spam.el (spam-summary-prepare-exit): Remove article limits
15049         before exiting the summary buffer.
15050
15051 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15052
15053         * lpath.el: Remove bbdb-create-internal, bbdb-records,
15054         spam-BBDB-register-routine and spam-enter-ham-BBDB.
15055
15056         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
15057         order to silence the byte compiler.
15058
15059         * spam.el: Fix the way to silence the byte compiler, which
15060         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
15061         bbdb-search-simple, spam-BBDB-register-routine,
15062         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
15063         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
15064         spam-stat-buffer-is-spam, spam-stat-load,
15065         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
15066         spam-stat-save and spam-stat-split-fancy.
15067
15068 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15069
15070         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
15071         which may confuse users.
15072         (canlock-password-for-verify): Ditto.
15073
15074         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
15075
15076         * gnus-art.el (gnus-emphasis-alist): Ditto.
15077
15078         * gnus-registry.el (gnus-registry-max-entries): Ditto.
15079
15080         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
15081
15082         * gnus-start.el (gnus-save-killed-list): Ditto.
15083
15084         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
15085         (gnus-sum-thread-tree-root): Ditto.
15086         (gnus-sum-thread-tree-false-root): Ditto.
15087         (gnus-sum-thread-tree-single-indent): Ditto.
15088
15089         * message.el (message-courtesy-message): Ditto.
15090         (message-archive-note): Ditto.
15091         (message-subscribed-address-file): Ditto.
15092         (message-user-fqdn): Ditto.
15093
15094         * spam-report.el (spam-report-gmane-regex): Ditto.
15095
15096         * spam.el (spam-blackhole-good-server-regex): Ditto.
15097
15098 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15099
15100         * mml.el (mml-preview): Widen the message buffer before copying
15101         the contents to the preview buffer; sort headers before previewing.
15102
15103         * message.el (message-hidden-headers): Fix the way to avoid a bug
15104         in the `repeat' widget in Emacs 21.3 or earlier.
15105
15106 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15107
15108         * message.el (message-hidden-headers): Default to "^References:".
15109         Improve customization type.  Suggested by Reiner Steib
15110         <Reiner.Steib@gmx.de>.
15111
15112 2004-11-25  Romain Francoise  <romain@orebokech.com>
15113
15114         * message.el (message-strip-forbidden-properties): Remove check for
15115         obsolete `message-hidden' text property, hidden headers are not
15116         accessible in the buffer anymore.
15117
15118 2004-11-22  Romain Francoise  <romain@orebokech.com>
15119
15120         * message.el (message-header-format-alist): Add `From' in list
15121         so that it can be sorted.
15122         (message-fix-before-sending): Widen and sort headers before
15123         sending.
15124         (message-hide-headers): Use narrowing to hide headers by moving
15125         them to the top of the buffer and narrowing to the region
15126         underneath.
15127
15128 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15129
15130         * message.el (message-strip-forbidden-properties):
15131         Bind buffer-read-only (etc) to nil.
15132
15133 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15134
15135         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
15136         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15137
15138 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
15139
15140         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
15141
15142 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15143
15144         * dns.el (query-dns): Use sit-for to time instead of
15145         accept-process-output, since that doesn't seem to work on udp
15146         sockets.
15147
15148 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15149
15150         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
15151
15152 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
15153
15154         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
15155         doc string.  Improve doc string.
15156
15157 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15158
15159         * nntp.el (nntp-request-update-info): Return nil if
15160         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
15161         may not call gnus-activate-group which uselessly issues the GROUP
15162         commands for all nntp groups and wastes time.  Reported by Romain
15163         Francoise <romain@orebokech.com>.
15164
15165         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
15166
15167 2004-11-15  Simon Josefsson  <jas@extundo.com>
15168
15169         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
15170         headers separately.
15171         (gnus-button-openpgp): New function, inspired by Jochen Küpper
15172         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
15173
15174 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15175
15176         * gnus-start.el (gnus-convert-old-newsrc):
15177         Assign legacy-gnus-agent to 5.10.7.
15178
15179 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15180
15181         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
15182         start of the lines.
15183
15184 2004-11-14  Magnus Henoch  <mange@freemail.hu>
15185
15186         * hashcash.el (hashcash-default-payment): Change default to 20.
15187         (hashcash-default-accept-payment): Change default to 20.
15188         (hashcash-process-alist): New variable.
15189         (hashcash-generate-payment-async): Add.
15190         (hashcash-already-paid-p): Add.
15191         (hashcash-insert-payment): Don't generate payments twice.
15192         (hashcash-insert-payment-async): Add.
15193         (hashcash-insert-payment-async-2): Add.
15194         (hashcash-cancel-async): Add.
15195         (hashcash-wait-async): Add.
15196         (hashcash-processes-running-p): Add.
15197         (hashcash-wait-or-cancel): Add.
15198         (mail-add-payment): New optional argument.  Conditionally start
15199         asynchronous calculation.
15200         (mail-add-payment-async): Add.
15201
15202         * message.el (message-send-mail): Wait for asynchronous hashcash
15203         results.  Don't clobber existing X-Hashcash headers.
15204         (message-setup-1): Call mail-add-payment-async when
15205         message-generate-hashcash is non-nil.
15206
15207 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15208
15209         * message.el (message-use-alternative-email-as-from): Examine the
15210         From header as well; use message-make-from in order to include a
15211         user's full name.
15212
15213 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15214
15215         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
15216         default; improve customization type.
15217         (gnus-emphasis-custom-with-format): New macro.
15218         (gnus-emphasis-custom-value-to-external): New function.
15219         (gnus-emphasis-custom-value-to-internal): New function.
15220
15221 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15222
15223         * dns.el (query-dns): Resolve reverse addresses.
15224
15225 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15226
15227         * gnus-group.el (gnus-group-get-new-news): Use it.
15228
15229         * gnus-start.el (gnus-check-reasonable-setup): New function.
15230
15231 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15232
15233         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
15234         "Args out of range" error.  Reported by Arnaud Giersch
15235         <arnaud.giersch@free.fr>.
15236
15237 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15238
15239         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
15240
15241 2004-11-04  Richard M. Stallman  <rms@gnu.org>
15242
15243         * spam.el (spam group): Add :version.
15244
15245         * pgg-def.el (pgg group): Add :version.
15246
15247 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15248
15249         * gnus-art.el (gnus-article-edit-article): Don't associate the
15250         article buffer with a draft file.  This is a temporary measure
15251         against the 2004-08-22 change to gnus-article-edit-mode.
15252
15253 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15254
15255         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
15256         (html2text-format-tags): Remove unused variable `attr'.
15257
15258 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15259
15260         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
15261
15262         * tls.el (tls-process-connection-type, tls-success)
15263         (tls-certtool-program): Add :version.
15264
15265         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
15266         (starttls-extra-arguments, starttls-process-connection-type)
15267         (starttls-connect, starttls-failure, starttls-success): Add :version.
15268
15269         * spam-stat.el (spam-stat): Add :version.
15270
15271         * sieve.el (sieve): Add :version.
15272
15273         * sha1.el (sha1): Add :version.
15274         (sha1-use-external): Remove redundant version.
15275
15276         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
15277         (nnmail-cache-ignore-groups, nnmail-spool-hook)
15278         (nnmail-split-fancy-match-partial-words)
15279         (nnmail-split-lowercase-expanded): Add :version.
15280
15281         * nndiary.el (nndiary): Add :version.
15282
15283         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
15284
15285         * mml-sec.el (mml-default-sign-method)
15286         (mml-default-encrypt-method, mml-signencrypt-style-alist):
15287         Add :version.
15288
15289         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
15290
15291         * mm-url.el (mm-url-use-external, mm-url-program)
15292         (mm-url-arguments): Add :version.
15293
15294         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
15295         (mm-attachment-file-modes, mm-decrypt-option)
15296         (mm-w3m-safe-url-regexp): Add :version.
15297
15298         * message.el (message-cite-prefix-regexp)
15299         (message-sendmail-envelope-from, message-minibuffer-local-map)
15300         (message-user-fqdn, message-completion-alist): Add :version.
15301
15302         * gnus-win.el (gnus-configure-windows-hook)
15303         (gnus-use-frames-on-any-display): Add :version.
15304
15305         * gnus-art.el (gnus-article-address-banner-alist)
15306         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
15307         (gnus-treat-from-picon, gnus-treat-mail-picon)
15308         (gnus-treat-x-pgp-sig): Add :version.
15309
15310         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
15311         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
15312         (gnus-summary-article-delete-hook)
15313         (gnus-summary-display-while-building): Add :version.
15314
15315         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
15316         (gnus-get-top-new-news-hook): Add :version.
15317
15318         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15319         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
15320
15321         * gnus-registry.el (gnus-registry): Add :version.
15322
15323         * gnus-spec.el (gnus-use-correct-string-widths)
15324         (gnus-make-format-preserve-properties): Add :version.
15325
15326         * gnus.el (gnus-group-charter-alist)
15327         (gnus-group-fetch-control-use-browse-url)
15328         (gnus-install-group-spam-parameters): Add :version.
15329
15330         * gnus-diary.el (gnus-diary): Add :version.
15331
15332         * gnus-delay.el (gnus-delay): Add :version.
15333
15334         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
15335         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
15336         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
15337         Add :version.
15338
15339         * gnus-agent.el (gnus-agent-max-fetch-size)
15340         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
15341         (gnus-agent-prompt-send-queue): Add :version.
15342
15343         * deuglify.el (gnus-outlook-deuglify): Add :version.
15344
15345         * html2text.el: Beautify code.  Improve doc strings.
15346         Some checkdoc cleanup.
15347         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
15348
15349 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
15350
15351         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
15352
15353 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
15354
15355         * gnus-registry.el (gnus-registry-hashtb): Create the registry
15356         when package is loaded.
15357
15358         * spam.el (spam-summary-score-preferred-header): Add global preference
15359         for people who want to override the default SpamAssassin over
15360         Bogofilter preference (when both are set).
15361         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
15362         (spam-user-format-function-S):
15363         Check spam-summary-score-preferred-header.
15364         (spam-extra-header-to-number): Add X-Bogosity header parsing.
15365         (spam-user-format-function-S): Format the score correctly.
15366
15367 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15368
15369         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
15370         signature file.  Suggested by Manoj Srivastava
15371         <srivasta@golden-gryphon.com>.
15372
15373         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
15374         iso-2022-jp even in the Japanese language environment.
15375         Suggested by Jason Rumney <jasonr@gnu.org>.
15376
15377 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15378
15379         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
15380         use the same characters as the dummy marks; make it free from
15381         getting affected by the language environment.
15382         (gnus-summary-read-group-1): Update mark positions only when the
15383         format spec is updated.
15384
15385         * gnus-spec.el (gnus-update-format-specifications): Return a list
15386         of updated types.
15387
15388 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15389
15390         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
15391         of boundp to check if display-warning is available.
15392
15393 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
15394
15395         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
15396
15397 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15398
15399         * nnspool.el (nnspool-spool-directory): Use news-path if the
15400         news-directory variable is not bound.
15401
15402         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
15403         function instead of display-warning if it is not available.
15404
15405 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15406
15407         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
15408         v5-10: Use `point-at-bol'.
15409
15410 2004-10-26  Simon Josefsson  <jas@extundo.com>
15411
15412         * hashcash.el: Fix URL in comment, reported by Cheng Gao
15413         <chenggao@gmail.com>.
15414
15415 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15416
15417         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
15418         instead.
15419
15420 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
15421
15422         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
15423         to remove a server from the nnimap-server-buffer-alist.
15424         (nnimap-open-connection, nnimap-close-server): Use it.
15425
15426         * gnus-encrypt.el: Remove file in favor of encrypt.el.
15427
15428 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15429
15430         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
15431         running the major-mode function.
15432
15433 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15434
15435         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
15436         dummy marks in the right way.
15437
15438 2004-10-18  David Edmondson  <dme@dme.org>
15439
15440         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
15441         excessively.
15442
15443 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
15444
15445         * gnus-util.el (gnus-split-references): Accept a nil references
15446         string and go on blissfully.
15447
15448         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
15449         cases where the references string is non-nil but has no references.
15450
15451         * encrypt.el: Add autoload tags.
15452
15453         * spam.el (spam-resolve-registrations-routine): Remove article
15454         from unregistration list too.  Reported by David Hanak
15455         <dhanak@isis.vanderbilt.edu>
15456
15457 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
15458
15459         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
15460         nil.  Change custom type.
15461
15462 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
15463
15464         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
15465
15466         * gnus-sum.el (gnus-summary-move-article): Use it.
15467
15468 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
15469
15470         * encrypt.el: Add autoload cookies.
15471
15472         * spam.el (spam-backend-article-list-property)
15473         (spam-backend-get-article-todo-list)
15474         (spam-backend-put-article-todo-list)
15475         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
15476         Resolve registrations separately.
15477         (spam-register-routine): Format comments.
15478         (spam-unregister-routine, spam-register-routine): Always call with
15479         specific-articles, no default list.
15480         (spam-summary-prepare-exit): Use the spam-classifications function.
15481
15482         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
15483         gnus-encrypt.el.
15484
15485         * encrypt.el: Copied from gnus-encrypt.el.
15486
15487         * gnus-encrypt.el: Commented that it's obsolete.
15488
15489 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15490
15491         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
15492         (gnus-score-save): Use it.
15493
15494         * message.el (message-bury): Use `window-dedicated-p'.
15495
15496 2004-10-15  Simon Josefsson  <jas@extundo.com>
15497
15498         * pop3.el (top-level): Don't require nnheader.
15499         (pop3-read-timeout): Add.
15500         (pop3-accept-process-output): Add.
15501         (pop3-read-response, pop3-retr): Use it.
15502
15503 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
15504
15505         * spam.el (spam-register-routine): Move comment.
15506         (spam-verify-bogofilter): Use 'unknown for the initial
15507         spam-bogofilter-valid state, not 'never.
15508
15509         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
15510         for netrc-machine.
15511
15512         * nnimap.el (nnimap-open-connection):
15513         Use netrc-machine-user-or-password.
15514
15515 2004-10-17  Richard M. Stallman  <rms@gnu.org>
15516
15517         * gnus-registry.el (gnus-registry-unload-hook):
15518         Set as a variable with add-hook.
15519
15520         * nnspool.el (nnspool-spool-directory): Use news-directory instead
15521         of news-path.
15522
15523         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
15524
15525         * spam.el: Delete duplicate `provide'.
15526         (spam-unload-hook): Set as a variable with add-hook.
15527
15528 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15529
15530         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
15531         in the doc string.
15532
15533         * message.el (message-ignored-news-headers)
15534         (message-ignored-supersedes-headers)
15535         (message-ignored-resent-headers)
15536         (message-forward-ignored-headers): Improve custom type.
15537
15538 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15539
15540         * message.el (message-tokenize-header): Fix 2004-09-06 change
15541         which used point-min in the wrong place.
15542
15543 2004-10-12  Simon Josefsson  <jas@extundo.com>
15544
15545         * tls.el (tls-certtool-program): New variable.
15546         (tls-certificate-information): New function, based on
15547         ssl-certificate-information.
15548
15549 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15550
15551         * compface.el: Move the version of ELisp-based uncompface program
15552         to the contrib directory because of the copyright problem.
15553
15554 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15555
15556         * message.el (message-kill-buffer): Raise the current frame.
15557
15558 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15559
15560         * gnus-sum.el: Mention that multibyte characters don't work as marks.
15561
15562         * gnus.el (message-y-or-n-p): Autoload.
15563
15564         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
15565         (pop3-password-required, pop3-authentication-scheme)
15566         (pop3-leave-mail-on-server): Make customizable.
15567         (pop3): New custom group.
15568         (pop3-retr): Remove `sleep-for' statements.
15569         Suggested by Dave Love <fx@gnu.org>.
15570
15571         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
15572         Windows/DOS.
15573
15574         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15575         (imap-parse-body): Fix incorrect use of `assert'.
15576         Suggested by Dave Love <fx@gnu.org>.
15577
15578         * mml.el (mml-minibuffer-read-disposition): Require match.
15579         Suggested by Dave Love <fx@gnu.org>.
15580
15581 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15582
15583         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
15584         doc string.
15585
15586 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15587
15588         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
15589
15590 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15591
15592         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
15593         instead of calling `mm-insert-inline', to decode text/* parts
15594         before displaying them.
15595
15596 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15597
15598         * mm-uu.el (mm-uu-text-plain-type): New variable.
15599         (mm-uu-pgp-signed-extract-1): Use it.
15600         (mm-uu-pgp-encrypted-extract-1): Use it.
15601         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
15602         bind mm-uu-text-plain-type with that value.
15603         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
15604         mm-uu-dissect.
15605
15606 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15607
15608         * gnus-group.el (gnus-update-group-mark-positions):
15609         * gnus-sum.el (gnus-update-summary-mark-positions):
15610         * message.el (message-check-news-body-syntax):
15611         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
15612         of string-as-multibyte.
15613
15614 2004-10-05  Juri Linkov  <juri@jurta.org>
15615
15616         * gnus-group.el (gnus-update-group-mark-positions):
15617         * gnus-sum.el (gnus-update-summary-mark-positions):
15618         * message.el (message-check-news-body-syntax):
15619         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
15620         8-bit unibyte values to a multibyte string for search functions.
15621
15622 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15623
15624         * mm-uu.el (mm-uu-dissect): Allow optional arg.
15625         (mm-uu-dissect-text-parts): New function.
15626
15627         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
15628         dissect text parts.
15629
15630         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
15631         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
15632
15633         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
15634
15635         * gnus-topic.el (gnus-topic-hierarchical-parameters):
15636         Use gnus-current-topics instead of gnus-current-topic.
15637
15638 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
15639
15640         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
15641
15642 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
15643
15644         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
15645         where approriate.
15646
15647         * nnml.el (nnml-generate-active-info): do.
15648
15649         * nndiary.el (nndiary-generate-active-info): do.
15650
15651         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
15652         (gnus-topic-move): do.
15653
15654         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
15655         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
15656
15657         * gnus-srvr.el (gnus-server-prepare)
15658         (gnus-server-open-all-servers): do.
15659
15660         * gnus-msg.el (gnus-summary-cancel-article)
15661         (gnus-summary-resend-message)
15662         (gnus-summary-mail-crosspost-complaint): do.
15663
15664         * gnus-move.el (gnus-change-server): do.
15665
15666         * gnus-group.el (gnus-group-unmark-all-groups)
15667         (gnus-group-set-current-level): do.
15668
15669 2004-10-04  Simon Josefsson  <jas@extundo.com>
15670
15671         * message.el (message-generate-hashcash): Doc fix.
15672
15673 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
15674
15675         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
15676         avoid infinite recursion via gnus-get-function.
15677
15678 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
15679
15680         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
15681
15682         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
15683
15684         * nnmail.el (nnmail-split-history): do.
15685
15686         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
15687         (nnml-request-delete-group): do.
15688
15689         * nnslashdot.el (nnslashdot-read-groups): do.
15690
15691         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
15692         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
15693
15694         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
15695         (nnspool-sift-nov-with-sed): Use last.
15696         (nnspool-retrieve-headers-with-nov): Use mapc.
15697         (nnspool-request-newgroups): Use dolist.
15698         (nnspool-request-group): Use last.
15699
15700         * nntp.el (nntp-read-server-type): Use dolist.
15701
15702         * nnvirtual.el (nnvirtual-create-mapping)
15703         (nnvirtual-update-read-and-marked): Use dolist.
15704         (nnvirtual-convert-headers): Simplify.
15705
15706 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15707
15708         * gnus-agent.el (gnus-agent-synchronize-group-flags):
15709         Add support for sync'ing tick marks.
15710
15711 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15712
15713         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
15714         there's no visible header.
15715
15716 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15717
15718         * gnus-agent.el (gnus-agent-synchronize-group-flags):
15719         When necessary, pass full group name to gnus-request-set-marks.
15720
15721 2004-10-01  Simon Josefsson  <jas@extundo.com>
15722
15723         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
15724         acroread.
15725
15726 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15727
15728         * spam-report.el (spam-report-gmane): Fix interactive.
15729
15730         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
15731
15732         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
15733         when writing file.
15734         (gnus-agent-synchronize-flags): Don't default to being
15735         interactive.
15736
15737 2004-09-30  Simon Josefsson  <jas@extundo.com>
15738
15739         * message.el (message-generate-hashcash): Add.
15740         (message-send-mail): Use it, call mail-add-payment.
15741
15742 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15743
15744         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
15745
15746 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
15747
15748         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
15749         gnus-requst-update-info with explicit code to sync the in-memory
15750         info read flags with the marks being sync'd to the backend.
15751
15752         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
15753
15754 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15755
15756         * spam.el (spam-verify-bogofilter): Add new function.
15757         (spam-check-bogofilter)
15758         (spam-bogofilter-register-with-bogofilter): Use it.
15759         (spam-verify-bogofilter): Add small fixes.
15760
15761 2004-09-28  Simon Josefsson  <jas@extundo.com>
15762
15763         * hashcash.el (hashcash-generate-payment): Revert.
15764
15765 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15766
15767         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15768         Use gnus-extract-references instead of gnus-split-references.
15769
15770         * gnus-util.el (gnus-extract-references): Add new function, analogous
15771         to gnus-split-references but extracts only the message-ID without
15772         anything extra.
15773
15774         * hashcash.el (hashcash-generate-payment)
15775         (hashcash-check-payment): Do the right thing if hashcash-path is
15776         nil (because the hashcash program could not be found).
15777
15778         * spam.el (spam-use-hashcash): Remove comment.
15779
15780 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
15781
15782         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
15783         (gnus-cache-enter-article, gnus-cache-remove-article)
15784         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
15785
15786         * gnus-async.el (gnus-async-prefetch-remove-group): do.
15787
15788         * gnus-art.el (article-hide-boring-headers)
15789         (article-translate-strings, article-display-face)
15790         (gnus-article-mime-match-handle-first)
15791         (gnus-article-highlight-headers)
15792         (gnus-article-add-buttons-to-head): do.
15793
15794 2004-09-27  Simon Josefsson  <jas@extundo.com>
15795
15796         * hashcash.el: New version, from
15797         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
15798         ../contrib/.
15799
15800 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15801
15802         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
15803
15804 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
15805
15806         * gnus-dup.el (gnus-dup-open): Use mapc.
15807         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
15808
15809         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
15810         Reported by Stefan Wiens <s.wi@gmx.net>.
15811
15812         * gnus.el (gnus-shutdown): Use dolist.
15813
15814         * gnus-undo.el (gnus-undo): Use mapc.
15815
15816         * nnrss.el (nnrss-generate-active): do.
15817
15818         * message.el (message-cite-original-without-signature)
15819         (message-cite-original): Use mapc.
15820         (message-do-actions, message-make-forward-subject): Use dolist.
15821
15822 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15823
15824         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
15825         deletion to remove entire duplicate line.  Fixes merged article
15826         number bug.
15827
15828 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15829
15830         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
15831         servers that are offline.  Avoids having gnus-agent-toggle-plugged
15832         first ask if you want to open a server and then, even when you
15833         responded with no, asking if you want to synchronize the server's
15834         flags.
15835         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
15836         multi-line expressions.
15837         (gnus-agent-synchronize-group-flags): New internal function.
15838         Updates marks in memory (in the info structure) AND in the
15839         backend.
15840
15841         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
15842
15843         * nnagent.el (nnagent-request-set-mark):
15844         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
15845         method, to ensure that synchronization updates marks in the
15846         backend and in the info (in memory) structure.
15847
15848 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15849
15850         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
15851         convention fully; don't miss the root article of a thread; make
15852         the X-Draft-From header with correct article numbers.
15853
15854 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
15855
15856         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
15857         unless plugged.  Disable the agent so that an open failure causes
15858         an error.
15859
15860         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
15861         Revert 2004-09-21 change.  The backend must be opened while
15862         synchronizing flags even when the backend stores the flags
15863         locally.
15864
15865 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
15866
15867         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
15868         in `header' match.  Reported by Svend Tollak Munkejord.
15869
15870         * message.el (message-cite-original): Fix use of
15871         `message-cite-articles-with-x-no-archive'.
15872
15873 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15874
15875         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
15876         (gnus-window-to-buffer): Ditto.
15877
15878         * mml.el (mml-preview-buffer): New variable.
15879         (mml-preview): Manage window layout with gnus-buffer-configuration.
15880
15881         * gnus-msg.el (gnus-setup-message): Put article numbers into the
15882         X-Draft-From header even if those articles aren't quoted.
15883
15884 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
15885
15886         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
15887         (gnus-request-set-mark, gnus-request-update-mark): Use new
15888         g-s-t-u-l-m to decide to use backend even when unplugged.
15889
15890 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15891
15892         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
15893         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
15894
15895 2004-09-20  Simon Josefsson  <jas@extundo.com>
15896
15897         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
15898         "utf-16-le".
15899
15900 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15901
15902         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
15903
15904 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15905
15906         * uudecode.el (uudecode-use-external): Add :version.
15907
15908         * smime.el (smime-CA-file, smime-encrypt-cipher)
15909         (smime-dns-server): Add :version.
15910
15911         * smiley.el (gnus-smiley-file-types): Add :version.
15912
15913         * sha1.el (sha1-use-external): Add :version.
15914
15915         * pgg-def.el (pgg-query-keyserver): Add :version.
15916
15917         * nnmail.el (nnmail-fancy-expiry-targets)
15918         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
15919         Add :version.
15920
15921         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
15922         (nnimap-retrieve-groups-asynchronous): Add :version.
15923         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
15924
15925         * mml.el (mml-content-disposition-parameters)
15926         (mml-insert-mime-headers-always): Add :version.
15927
15928         * mm-util.el (mm-coding-system-priorities): Add :version.
15929
15930         * mm-decode.el (mm-inline-text-html-with-images)
15931         (mm-keep-viewer-alive-types, mm-external-terminal-program)
15932         (mm-verify-option): Add :version.
15933         (mm-text-html-renderer): Change :version.
15934
15935         * message.el (message-fcc-externalize-attachments)
15936         (message-required-headers, message-draft-headers)
15937         (message-subject-trailing-was-query)
15938         (message-subject-trailing-was-ask-regexp)
15939         (message-subject-trailing-was-regexp, message-mark-insert-begin)
15940         (message-mark-insert-end, message-archive-header)
15941         (message-archive-note, message-cross-post-default)
15942         (message-cross-post-note, message-followup-to-note)
15943         (message-cross-post-note-function, message-use-mail-followup-to)
15944         (message-subscribed-address-functions)
15945         (message-subscribed-address-file, message-subscribed-addresses)
15946         (message-subscribed-regexps, message-allow-no-recipients)
15947         (message-yank-cited-prefix, message-signature-insert-empty-line)
15948         (message-hidden-headers, message-hierarchical-addresses)
15949         (message-mail-user-agent, message-use-idna)
15950         (message-valid-fqdn-regexp)
15951         (message-strip-special-text-properties, message-header-synonyms)
15952         (message-beginning-of-line, message-tab-body-function): Add :version.
15953         (message-insert-canlock, message-wide-reply-confirm-recipients):
15954         Change :version.
15955
15956         * mail-source.el (mail-source-ignore-errors): Add :group, :type
15957         and :version.
15958         (mail-source-delete-old-incoming-confirm)
15959         (mail-source-movemail-program): Add :version.
15960
15961         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
15962         (gnus-agent-cache, gnus-agent): Change :version.
15963
15964         * gnus-util.el (gnus-use-byte-compile): Change :version.
15965
15966         * gnus-sum.el (gnus-summary-make-false-root-always)
15967         (gnus-summary-default-high-score)
15968         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
15969         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
15970         (gnus-read-all-available-headers, gnus-article-emulate-mime)
15971         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
15972         (gnus-sum-thread-tree-single-indent)
15973         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
15974         (gnus-sum-thread-tree-leaf-with-other)
15975         (gnus-sum-thread-tree-single-leaf): Add :version.
15976         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
15977         (gnus-article-loose-mime): Change :version.
15978
15979         * gnus-start.el (gnus-backup-startup-file)
15980         (gnus-save-startup-file-via-temp-buffer): Add :version.
15981
15982         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
15983         (gnus-server-offline-face): Add :version.
15984
15985         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
15986
15987         * gnus-msg.el (gnus-gcc-externalize-attachments)
15988         (gnus-debug-files, gnus-debug-exclude-variables)
15989         (gnus-discouraged-post-methods): Change :version.
15990         (gnus-confirm-mail-reply-to-news)
15991         (gnus-confirm-treat-mail-like-news): Add :version.
15992
15993         * gnus-int.el (gnus-server-unopen-status): Add :version.
15994
15995         * gnus-group.el (gnus-group-jump-to-group-prompt)
15996         (gnus-large-ephemeral-newsgroup)
15997         (gnus-fetch-old-ephemeral-headers): Add :version.
15998
15999         * gnus-fun.el (gnus-x-face-directory)
16000         (gnus-convert-pbm-to-x-face-command)
16001         (gnus-convert-image-to-x-face-command)
16002         (gnus-convert-image-to-face-command): Add :version.
16003
16004         * gnus-delay.el (gnus-delay-default-hour): Add :version.
16005
16006         * gnus-cite.el (gnus-cite-blank-line-after-header)
16007         (gnus-article-boring-faces): Add :version.
16008
16009         * gnus-art.el (gnus-buttonized-mime-types)
16010         (gnus-inhibit-mime-unbuttonizing)
16011         (gnus-treat-display-face)
16012         (gnus-treat-body-boundary): Change :version.
16013         (gnus-body-boundary-delimiter, gnus-picon-databases)
16014         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
16015         (gnus-treat-date-english, gnus-treat-fold-headers)
16016         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
16017         (gnus-treat-mail-picon, gnus-treat-wash-html)
16018         (gnus-article-encrypt-protocol)
16019         (gnus-use-idna, gnus-article-over-scroll)
16020         (gnus-mime-display-multipart-alternative-as-mixed)
16021         (gnus-mime-display-multipart-related-as-mixed)
16022         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
16023         (gnus-ctan-url, gnus-button-ctan-handler)
16024         (gnus-button-handle-ctan-bogus-regexp)
16025         (gnus-button-ctan-directory-regexp)
16026         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
16027         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
16028         (gnus-button-man-level, gnus-button-emacs-level)
16029         (gnus-button-message-level, gnus-button-browse-level): Add :version.
16030
16031         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
16032         (gnus-agent-go-online): Change :version.
16033         (gnus-agent-expire-unagentized-dirs)
16034         (gnus-agent-auto-agentize-methods): Add :version.
16035
16036         * flow-fill.el (fill-flowed-display-column)
16037         (fill-flowed-encode-column): Add :version.
16038
16039         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16040         (gnus-outlook-deuglify-unwrap-max)
16041         (gnus-outlook-deuglify-cite-marks)
16042         (gnus-outlook-deuglify-unwrap-stop-chars)
16043         (gnus-outlook-deuglify-no-wrap-chars)
16044         (gnus-outlook-deuglify-attrib-cut-regexp)
16045         (gnus-outlook-deuglify-attrib-verb-regexp)
16046         (gnus-outlook-deuglify-attrib-end-regexp)
16047         (gnus-outlook-display-hook): Add :version.
16048
16049         * binhex.el (binhex-use-external): Add :version.
16050
16051 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
16052
16053         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
16054         and `invisible'.
16055
16056 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
16057
16058         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
16059         in gnus-registry-trim.
16060
16061 2004-09-13  Simon Josefsson  <jas@extundo.com>
16062
16063         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
16064
16065         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
16066
16067         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
16068         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16069         <yamaoka@jpl.org>.
16070         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
16071         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16072         <yamaoka@jpl.org>.
16073
16074         * sieve.el (sieve-manage-mode): Ditto.
16075
16076 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
16077
16078         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
16079
16080 2004-09-11  Simon Josefsson  <jas@extundo.com>
16081
16082         * dns-mode.el: Add.
16083
16084         * mm-view.el (mm-display-dns-inline): Add.
16085
16086         * mm-decode.el (mm-inline-media-tests): Add text/dns.
16087         (mm-automatic-display): Ditto.
16088
16089         * mailcap.el (mailcap-mime-data): Add text/dns.
16090         (mailcap-mime-extensions): Map .soa to text/dns.
16091
16092 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
16093
16094         * gnus-art.el (article-decode-mime-words, article-babel)
16095         (gnus-article-highlight-signature, gnus-article-add-buttons)
16096         (gnus-signature-toggle): Remove unnecessary bindings of
16097         `inhibit-read-only' inherited from v5.10 merge.
16098
16099 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
16100
16101         * nntp.el (nntp): New customization group.
16102         (nntp-authinfo-file): Add customization group.
16103
16104         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
16105
16106         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
16107
16108         * gnus.el (to-address, to-list, subscribed)
16109         (large-newsgroup-initial): Ditto.
16110
16111         * flow-fill.el (fill-flowed-display-column)
16112         (fill-flowed-encode-column): Ditto.
16113
16114 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16115
16116         * message.el (message-tokenize-header, message-send-mail-with-qmail):
16117         Use point-min rather than 1.
16118         (message-send-mail): Use buffer-size rather than point-max.
16119
16120         * gnus-sum.el (gnus-summary-search-article-forward):
16121         Signal a specific `search-failed' rather than a generic `error'.
16122
16123         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
16124         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
16125         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
16126
16127 2004-09-10  Simon Josefsson  <jas@extundo.com>
16128
16129         * nndb.el (require): Remove tcp and duplicate cl.
16130
16131 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16132
16133         * gnus-agent.el (directory-files-and-attributes): Move forward.
16134
16135 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16136
16137         * gnus-agent.el (directory-files-and-attributes):
16138         Optionally defined to support XEmacs.
16139
16140 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16141
16142         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
16143         to avoid run-time CL dependencies.
16144         (gnus-agent-unfetch-articles): New function.
16145         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
16146         article numbers even when local .overview file is missing.
16147         (gnus-agent-read-article-number): New function.  Only accepts
16148         27-bit article numbers.
16149         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
16150         Use gnus-agent-read-article-number.
16151         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
16152         from backend while recognizing that article numbers in .overview
16153         must be valid.
16154         (gnus-agent-update-files-total-fetched-for):
16155         Use directory-files-and-attributes to improve performance.
16156         * gnus-int.el (gnus-request-move-article):
16157         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
16158         improve performance.
16159
16160         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
16161         some users confused by references to .newsrc when they only have a
16162         .newsrc.eld file.
16163         (gnus-convert-mark-converter-prompt)
16164         (gnus-convert-converter-needs-prompt): Fix use of property list.
16165         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
16166         New function.  Used internally to only display 'gnus converting
16167         files' message when actually necessary.
16168
16169         * gnus-sum.el (): Remove (require 'gnus-agent) as required
16170         methods now autoloaded.
16171
16172 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16173
16174         * gnus-sum.el (gnus-summary-insert-subject): Remove list
16175         identifiers.
16176
16177 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
16178
16179         * gnus-picon.el: Fix indentation and closing parenthesis.
16180
16181 2004-09-01  Simon Josefsson  <jas@extundo.com>
16182
16183         * message.el (message-canlock-generate): Require sha1, not
16184         sha1-el.  (Can we get rid of this require altogether?  It is ugly
16185         to require within a function.  Sadly, if sha1.el isn't loaded, the
16186         let binding in m-c-g will hide the defcustom definition, which is
16187         bad.)
16188
16189         * canlock.el: Require sha1, not sha1-el.
16190
16191         * message.el: Don't autoload sha1 (there is a autoload cookie in
16192         sha1.el).
16193
16194         * sha1-el.el: Rename to sha1.el.
16195
16196 2004-08-30  Juanma Barranquero  <lektu@terra.es>
16197
16198         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
16199
16200 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16201
16202         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
16203
16204 2004-08-30  Kim F. Storm  <storm@cua.dk>
16205
16206         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
16207
16208         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
16209         Add :group 'nnimap.
16210
16211 2004-08-30  Andreas Schwab  <schwab@suse.de>
16212
16213         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
16214         ?* and ?\;.
16215
16216         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
16217         and ?\' to symbol instead of whitespace.
16218
16219 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16220
16221         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
16222
16223         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
16224         instead of re-search-forward.
16225
16226         * gnus-uu.el (gnus-uu-save-article): Ditto.
16227         (gnus-uu-post-encode-uuencode): Ditto.
16228
16229         * html2text.el (html2text-clean-list-items): Ditto.
16230         (html2text-clean-dtdd): Ditto.
16231         (html2text-format-tags): Ditto.
16232
16233         * message.el (message-send-mail-with-sendmail): Fix regexp.
16234         (message-fill-field-general): Use search-forward instead of
16235         re-search-forward.
16236         (unbold-region): Ditto.
16237
16238         * nnrss.el (nnrss-request-article): Ditto.
16239
16240         * nnslashdot.el (nnslashdot-request-article): Ditto.
16241
16242         * nnweb.el (nnweb-gmane-wash-article): Ditto.
16243
16244         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
16245         "Unrecognized menu descriptor" error in XEmacs.
16246
16247 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16248
16249         * gnus-sum.el (gnus-read-header): Don't remove a header for the
16250         parent article of a sparse article in the thread hashtb.
16251
16252 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
16253
16254         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
16255         (nnmail-expand-newtext): Lowercase expanded entries if
16256         nnmail-split-lowercase-expanded is non-nil.
16257
16258 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16259
16260         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
16261
16262         * gnus-group.el (gnus-group-line-format-alist): Convert the value
16263         of gnus-tmp-news-method into string under XEmacs.  It will be
16264         passed to gnus-correct-length which takes only a string argument.
16265
16266 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16267
16268         * gnus-util.el (gnus-bind-print-variables): New macro.
16269         (gnus-prin1): Use it.
16270         (gnus-prin1-to-string): Use it.
16271         (gnus-pp): New function.
16272         (gnus-pp-to-string): New function.
16273
16274         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
16275         Replace pp-to-string with gnus-pp-to-string.
16276         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
16277         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
16278         * gnus-msg.el (gnus-debug): Ditto.
16279         * gnus-score.el (gnus-score-save): Ditto.
16280         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
16281         gnus-pp-to-string.
16282         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
16283         with gnus-pp.
16284         * score-mode.el (gnus-score-pretty-print): Ditto.
16285         * webmail.el (webmail-debug): Ditto.
16286
16287 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16288
16289         * gnus-art.el (article-display-face, article-display-x-face):
16290         Use buffer-read-only.
16291
16292 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16293
16294         * gnus-art.el (article-hide-list-identifiers):
16295         Bind inhibit-read-only as t.
16296
16297 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
16298
16299         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
16300
16301 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16302
16303         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
16304         (gnus-narrow-to-page): Don't assume point-min == 1.
16305         (gnus-article-edit-mode): Derive from message-mode.
16306
16307         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
16308         point-min == 1.
16309
16310         * imap.el (imap-parse-address-list, imap-parse-body-ext):
16311         Disable incorrect use of `assert'.
16312
16313         * message.el (message-mode): Set comment-start-skip.
16314
16315
16316 2004-08-22  Sam Steingold  <sds@gnu.org>
16317
16318         * pop3.el (pop3-leave-mail-on-server): New user variable.
16319         (pop3-movemail): Delete mail only when it is nil.
16320
16321 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
16322
16323         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
16324
16325         * mml.el (mml-preview): Use `pop-to-buffer'.
16326
16327         * message.el (message-goto-mail-followup-to): Insert after "To".
16328         (message-carefully-insert-headers): Add comment.
16329
16330         * gnus.el: Remove unused variable `gnus-article-check-size'.
16331
16332         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
16333
16334         * gnus-art.el (gnus-button-alist):
16335         Improve `gnus-button-handle-library' entry.
16336
16337 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
16338
16339         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
16340         Use downcase, since XEmacs capitalizes error messages differently.
16341
16342 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
16343
16344         * nntp.el: Add (require 'gnus) due to reference to
16345         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
16346
16347 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
16348
16349         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
16350         Bind `mm-fill-flowed'.
16351
16352         * mm-decode.el (mm-dissect-singlepart): Check it.
16353
16354 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
16355
16356         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
16357         'imap' for netrc parsing.
16358
16359 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
16360
16361         * mailcap.el (mailcap-mime-data): Mark as risky.
16362
16363 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16364
16365         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
16366         may be included in the encoded word.
16367         (rfc2047-encode): Don't append a space if the encoded word
16368         includes close parenthesis.
16369
16370 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16371
16372         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
16373         of text within parentheses.
16374
16375 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
16376
16377         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
16378         (gnus-encrypt-write-file-contents): Make the password key the file
16379         name PLUS the cipher, not just the cipher.  Also remove failed
16380         passwords from the cache.
16381
16382 2004-08-06  Simon Josefsson  <jas@extundo.com>
16383
16384         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
16385         Doc fix.
16386
16387 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16388
16389         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
16390         LWSP.
16391
16392 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
16393
16394         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16395         Try to append in-reply-to: data to the references: header.
16396
16397         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
16398         (netrc-parse): Use gnus-encrypt.el functions.
16399
16400         * gnus-encrypt.el: Add new file for encryption support; currently
16401         does only a few GPG ciphers and an internal XOR cipher.
16402
16403         * password.el: Add comments on using password-read-and-add.
16404         (password-read-and-add): Add function to read and add the
16405         password to the cache at once.
16406
16407 2004-07-28  Simon Josefsson  <jas@extundo.com>
16408
16409         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
16410         parameter (but don't use it, for now).
16411
16412         * imap.el (imap-ssl-open): Use imap-process-connection-type,
16413         instead of hard coding to nil.
16414
16415 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16416
16417         * mm-view.el (mm-inline-image-emacs): Open lines under an image
16418         as mm-inline-image-xemacs does.
16419
16420 2004-07-26  Simon Josefsson  <jas@extundo.com>
16421
16422         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
16423         Revert part of 2004-07-17 change below.
16424
16425 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16426
16427         * rfc2047.el (rfc2047-encode-region): Don't infloop.
16428         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16429
16430 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16431
16432         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
16433         quotes that actually start with ">" at the beginning of the
16434         lines.
16435
16436 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16437
16438         * rfc2047.el (rfc2047-encode-region): Fix last change.
16439         (rfc2047-encode-parameter): Remove useless concat.
16440
16441 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16442
16443         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
16444         encode special characters; fix some kind of misconfigured headers;
16445         signal a real error if debug-on-quit or debug-on-error is non-nil.
16446         (rfc2047-encode-max-chars): New variable.
16447         (rfc2047-encode-1): Use it.
16448         (rfc2047-encode-parameter): New function.
16449
16450         * mml.el (mml-insert-parameter): Remove an excessive space.
16451
16452 2004-07-17  Simon Josefsson  <jas@extundo.com>
16453
16454         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
16455         Kai Grossjohann <kai@emptydomain.de>.
16456         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
16457         (gnus-group-make-menu-bar): Ditto.
16458
16459         * gnus-util.el (gnus-group-server): Add.
16460
16461 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
16462
16463         * message.el (message-clone-locals): Clone sendmail and smtp
16464         variables.
16465
16466 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16467
16468         * rfc2047.el (rfc2047-encode-region): Fix last change.
16469
16470 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16471
16472         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
16473         characters as non-special.
16474
16475 2004-07-09  Simon Josefsson  <jas@extundo.com>
16476
16477         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
16478         Users will lose all flag changes made while unplugged with
16479         e.g. nntp unless flag synchronization happens, thus `nil' is not a
16480         good default.  See numerous reports on ding mailing list.
16481
16482 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16483
16484         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
16485         add generate-head-function and generate-article-function to the
16486         rfc822-forward entry.
16487         (nndoc-rfc822-forward-generate-article): New function.
16488         (nndoc-rfc822-forward-generate-head): New function.
16489
16490         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
16491
16492 2004-07-06  Dan Christensen  <jdc@uwo.ca>
16493
16494         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
16495         respect display group parameter and gnus-summary-expunge-below.
16496         (gnus-articles-to-read): Remove unused reference to display group
16497         parameter.
16498
16499 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16500
16501         * nnheader.el (nnheader-uniquify-message-id): New experimental
16502         variable.
16503         (nnheader-nov-read-message-id): Use it.
16504
16505         * spam-report.el (spam-report-gmane): Add interactive.
16506
16507 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16508
16509         * mm-encode.el (mm-content-transfer-encoding-defaults):
16510         Use qp-or-base64 for the application/* types.
16511
16512 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
16513
16514         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
16515
16516 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
16517
16518         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
16519         trim value.
16520
16521 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16522
16523         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
16524         New macro and function.
16525         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
16526
16527 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16528
16529         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
16530         after-load-alist.
16531
16532 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16533
16534         * gnus-group.el (gnus-group-get-new-news-this-group):
16535         Don't update info that isn't there.
16536
16537 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
16538
16539         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
16540         entry.
16541
16542 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16543
16544         * mm-view.el (mm-inline-render-with-function): Use multibyte
16545         buffer; decode html source by charset.
16546
16547         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
16548
16549         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
16550         Mule-UCS is loaded under XEmacs.
16551         (mm-mime-mule-charset-alist): Avoid duplicated entries.
16552
16553 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
16554
16555         * nnheader.el (nnheader-max-head-length): Increase to 8192.
16556
16557 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16558
16559         * mm-util.el (mm-coding-system-p): Return a coding-system.
16560         (mm-mime-mule-charset-alist): Use shift_jis instead of
16561         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
16562         entries for the mime charsets iso-2022-jp-3 and shift_jis.
16563         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
16564         instead of japanese-shift-jis and iso-latin-1 respectively in
16565         order to share the default value with both Emacs and XEmacs-mule.
16566         (mm-mule-charset-to-mime-charset):
16567         Make mm-coding-system-priorities effective.
16568         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
16569         while predicating of candidates upon the priorities.
16570
16571 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
16572
16573         * gnus-sum.el (gnus-summary-make-menu-bar):
16574         Add gnus-uu-invert-processable.
16575
16576         * gnus.el: Autoload gnus-uu-invert-processable.
16577
16578 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16579
16580         * mm-util.el (mm-with-multibyte-buffer): New macro.
16581
16582         * rfc2047.el (rfc2047-encode-string): Use it.
16583         (rfc2047-encode-region): Move point to the end of the region after
16584         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
16585
16586 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16587
16588         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
16589         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
16590
16591 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16592
16593         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
16594         (gnus-cite-parse): Ignore quoted envelope From_.
16595         Suggested by Karl Chen <quarl@nospam.quarl.org>.
16596
16597 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
16598
16599         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
16600         invalid addresses.
16601
16602 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
16603
16604         * spam.el: Change section markers, revise TODO list.
16605         (spam-backends): Make new master list of all installed backends.
16606         (spam-summary-exit-behavior): Add new variable to determine how
16607         messages moves are done at summary exit.
16608         (spam-move-spam-nonspam-groups-only)
16609         (spam-process-ham-in-nonham-groups)
16610         (spam-process-ham-in-spam-groups): Remove variables, the
16611         spam-summary-exit-behavior variable should be used to manage this
16612         behavior.
16613         (spam-old-ham-articles, spam-old-spam-articles): Remove.
16614         (spam-old-articles): Add variable, replacing spam-old-ham-articles
16615         and spam-old-spam-articles.
16616         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
16617         Add empty variables, placeholders for the backends they represent.
16618         (spam-set-difference): Move, unchanged.
16619         (spam-list-of-processors): Declare OBSOLETE, not used anymore
16620         unless the user has a processor variable.
16621         (spam-classifications, spam-classification-valid-p)
16622         (spam-backend-properties, spam-backend-property-valid-p)
16623         (spam-backend-function-type-valid-p)
16624         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
16625         (spam-report-articles-gmane, spam-report-articles-resend):
16626         Remove functions, they are not needed.
16627         (spam-install-backend-super, spam-backend-list)
16628         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
16629         (spam-backend-function, spam-backend-ham-registration-function)
16630         (spam-backend-spam-registration-function)
16631         (spam-backend-ham-unregistration-function)
16632         (spam-backend-spam-unregistration-function)
16633         (spam-backend-statistical-p, spam-backend-mover-p)
16634         (spam-install-backend-alias, spam-install-checkonly-backend)
16635         (spam-install-mover-backend, spam-install-nocheck-backend)
16636         (spam-install-backend, spam-install-statistical-backend)
16637         (spam-install-statistical-checkonly-backend): Add backend installation
16638         support.
16639         (spam-summary-prepare-exit): Rewrite to use the new backend code.
16640         (spam-group-processor-p): Use the new backend code and respect the
16641         summary exit behavior.
16642         (spam-mark-spam-as-expired-and-move-routine): Remove.
16643         (spam-summary-prepare): Change to use the new spam-old-articles
16644         variable.
16645         (spam-copy-or-move-routine, spam-copy-spam-routine)
16646         (spam-move-spam-routine, spam-copy-ham-routine)
16647         (spam-move-ham-routine): Add code to copy/move ham or spam.
16648         (spam-fetch-field-fast): Improve doc and code, plus allow the
16649         'number request.
16650         (spam-list-of-checks, spam-list-of-statistical-checks):
16651         Remove variables.
16652         (spam-split, spam-find-spam): Use the new backend code.
16653         (spam-registration-functions): Remove variable.
16654         (spam-unregister-routine): Add convenience wrapper.
16655         (spam-log-undo-registration, spam-register-routine)
16656         (spam-log-processing-to-registry)
16657         (spam-log-unregistration-needed-p): Rename "check" to "backend"
16658         where possible.
16659         (spam-check-gmane-xref, spam-check-regex-headers)
16660         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
16661         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
16662         (spam-check-bogofilter-headers, spam-check-spamoracle)
16663         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
16664         (spam-check-crm114-headers): Use the spam-split-group that
16665         spam-split prepares, no need to determine it every time.
16666
16667         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
16668         to the nnheader-parse-naked-head call.
16669
16670         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
16671
16672         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
16673         the nnheader-nov-read-message-id call.
16674
16675 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16676
16677         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
16678         gnus-activate-group twice.  Suggested by Markus Peter
16679         <warp@spin.de>.
16680
16681 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16682
16683         * gnus-art.el (gnus-article-time-format): Exchange the order of
16684         day and month in the default value; fix customization type.
16685         (article-date-ut): Use add-text-properties.
16686         (article-make-date-line): Use message-make-date instead of
16687         current-time-string.
16688
16689         * message.el (message-fetch-field): Don't use set-text-properties.
16690         (message-make-date): Simplify.
16691
16692         * messagexmas.el (message-xmas-make-date): New function.
16693         (message-xmas-redefine): Defalias message-make-date to it.
16694
16695 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16696
16697         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
16698         (rfc2047-encode-region): Treat text within parentheses as special;
16699         show the original text when error has occurred.
16700
16701         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
16702         already-computed method to gnus-activate-group.
16703
16704         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
16705         same select-methods identical Lisp objects.
16706
16707         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
16708         object when modifying the info.
16709
16710 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16711
16712         * gnus-srvr.el (gnus-server-set-info): Remove the server from
16713         gnus-opened-servers since it has never been opened with the new
16714         configuration yet.
16715
16716 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16717
16718         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
16719         arg to nnheader-generate-fake-message-id.
16720
16721 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
16722
16723         * nnheader.el (nnheader-generate-fake-message-id): Accept a
16724         number and build a fake message ID localized to a group and
16725         article number (so it's repeatable from that point on).
16726         (nnheader-fake-message-id-p): Change regex to accomodate new fake
16727         ID format.
16728
16729         * gnus-sum.el (gnus-get-newsgroup-headers):
16730         Call nnheader-generate-fake-message-id with the article number.
16731
16732 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
16733
16734         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
16735         end-of-buffer.
16736
16737 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16738
16739         * message.el (message-ignored-supersedes-headers): Add Approved.
16740
16741 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16742
16743         * rfc2047.el (rfc2047-encode-message-header): Remove useless
16744         goto-char.
16745         (rfc2047-encode): Fold the line before encoding.
16746
16747 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16748
16749         * rfc2047.el (rfc2047-encode-message-header): Disabled header
16750         folding -- not all headers can be folded, and this should be done
16751         by the message composition mode.  Probably.  I think.
16752
16753 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16754
16755         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
16756         fast.
16757
16758         * gnus-ems.el (gnus-remove-image): Don't use
16759         message-text-with-property; remove only the image found first.
16760
16761         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
16762         found first.
16763
16764 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
16765
16766         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
16767
16768 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16769
16770         * message.el (message-text-with-property): Make it fast and accept
16771         optional arguments.
16772         (message-strip-forbidden-properties): Use it.
16773         (message-fix-before-sending): Follow the m-t-w-p change.
16774
16775         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
16776
16777 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16778
16779         * gnus-art.el (article-hide-headers): Don't change the buffer
16780         mistakenly when performing mml-preview even if
16781         gnus-single-article-buffer is nil.
16782
16783 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
16784
16785         * message.el (message-expand-name-databases): New user option.
16786         (message-expand-name): Use it.
16787
16788 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
16789
16790         * spam.el (spam-report-articles-resend)
16791         (spam-report-resend-register-routine): Allow ham reporting.
16792         (spam-report-resend-register-ham-routine): Add wrapper.
16793         (spam-registration-functions): Add ham resending functions.
16794         (spam-list-of-processors): Add ham resend processor.
16795
16796         * gnus.el (ham-resend-to): Add new group parameter.
16797         (spam-process): Add ham resend option.
16798
16799         * spam-report.el (spam-report-resend): Allow reporting ham.
16800         (spam-report-resend-ham): Add wrapper.
16801
16802 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16803
16804         * message.el (message-cite-articles-with-x-no-archive):
16805         New variable.
16806         (message-cite-original): Use it.
16807
16808 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16809
16810         * message.el (message-cite-original): Respect X-No-Archive.
16811
16812 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16813
16814         * gnus-art.el (article-hide-headers): Refer to the values for
16815         gnus-ignored-headers and gnus-visible-headers in the summary
16816         buffer since a user may have set them as group parameters.
16817
16818 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
16819
16820         * assistant.el (assistant-node-name): Add convenience function.
16821         (assistant-render-text, assistant-render-node): Add error handling,
16822         plus handle multiple next nodes.
16823         (assistant-find-next-node): Comment out for now.
16824         (assistant-find-next-nodes): Add function, returns list of next
16825         nodes.
16826
16827 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
16828
16829         * mail-source.el (mail-source-directory): Fix doc-string.
16830
16831 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
16832
16833         * assistant.el (assistant-render-text, assistant-eval): Add :set
16834         widget type, which is different because it takes and returns a
16835         list.  Much hilarity ensues.
16836
16837 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
16838
16839         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
16840
16841         * gnus-group.el (gnus-group-get-new-news-this-group):
16842         Add doc-string.
16843
16844         * gnus-start.el (gnus-activate-group): Add doc-string.
16845
16846 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16847
16848         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
16849
16850 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
16851
16852         * assistant.el (assistant-render-text): Try to add a :set
16853         widget, more to come.
16854
16855         * spam.el (spam-group-spam-contents-p): Handle empty groupname
16856         strings.
16857         (spam-report-articles-resend)
16858         (spam-register-routine): Do registration iff any articles warrant
16859         it.
16860         (spam-summary-prepare-exit): Change log message for nil group
16861         destinations.
16862
16863 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
16864
16865         * spam.el (spam-report-resend-register-routine):
16866         Allow spam-report-resend-to to be a group parameter or a global value.
16867
16868 2004-05-26  Simon Josefsson  <jas@extundo.com>
16869
16870         * starttls.el: Merge with my GNUTLS based starttls.el.
16871         (starttls-gnutls-program, starttls-use-gnutls)
16872         (starttls-extra-arguments, starttls-process-connection-type)
16873         (starttls-connect, starttls-failure, starttls-success):
16874         New variables.
16875         (starttls-program, starttls-extra-args): Doc fix.
16876         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
16877         New functions.
16878         (starttls-negotiate, starttls-open-stream):
16879         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
16880         function if it is set.
16881
16882 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16883
16884         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
16885         structured fields.
16886
16887 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16888
16889         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
16890
16891 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
16892
16893         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
16894         Add variable.
16895         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
16896         assigning the spam-mark to new messages.
16897
16898 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
16899
16900         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
16901
16902 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16903
16904         * dgnushack.el: Autoload customize-set-variable for XEmacs.
16905
16906         * rfc2047.el (rfc2047-encodable-p): Don't move point.
16907         (rfc2047-decode): Treat the ascii coding-system as raw-text by
16908         default.
16909
16910 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
16911
16912         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
16913         correct data.
16914
16915 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
16916
16917         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
16918         (spam-group-processor-p): Fix function.
16919         (spam-group-processor-multiple-p)
16920         (spam-group-spam-processor-report-gmane-p)
16921         (spam-group-spam-processor-report-resend-p)
16922         (spam-group-spam-processor-bogofilter-p)
16923         (spam-group-spam-processor-blacklist-p)
16924         (spam-group-spam-processor-ifile-p)
16925         (spam-group-ham-processor-ifile-p)
16926         (spam-group-spam-processor-spamoracle-p)
16927         (spam-group-spam-processor-crm114-p)
16928         (spam-group-ham-processor-bogofilter-p)
16929         (spam-group-spam-processor-stat-p)
16930         (spam-group-ham-processor-stat-p)
16931         (spam-group-ham-processor-whitelist-p)
16932         (spam-group-ham-processor-BBDB-p)
16933         (spam-group-ham-processor-spamoracle-p)
16934         (spam-group-ham-processor-copy-p): Remove functions with some
16935         prejudice against unneeded code.
16936         (spam-report-articles-resend)
16937         (spam-report-resend-register-routine): Allow the group/topic
16938         spam-resend-to value to override spam-report-resend-to.
16939         (spam-summary-prepare-exit): Invoke spam-group-processor-p
16940         properly now.
16941
16942         * gnus.el (spam-resend-to): Add group/topic parameter.
16943         (spam-process): Move the OBSOLETE processors to the end of the
16944         choices.
16945
16946 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
16947
16948         * spam-report.el (spam-report-resend-to, spam-report-resend):
16949         Start with resend-to set to nil, and then ask the user if necessary.
16950         (spam-report-resend): spam-report-resend takes a list of articles, not
16951         separate article numbers.
16952
16953 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16954
16955         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
16956         addition to emacs-w3m.
16957
16958 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16959
16960         * assistant.el (assistant-authinfo-data): New function.
16961         (assistant-eval): Eval for entire assistant.
16962
16963         * netrc.el (netrc-services-file): New variable.
16964         (netrc-parse-services): New function.
16965         (netrc-find-service-name): New function.
16966         (netrc-find-service-number): New function.
16967         (netrc-port-equal): New function.
16968         (netrc-machine): Use it.
16969
16970         * nnimap.el (nnimap-open-connection): Use netrc.
16971
16972         * gnus-util.el (gnus-netrc-get): Remove aliases.
16973
16974         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
16975
16976         * assistant.el (wid-edit): Fix compilation.
16977
16978         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
16979
16980 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
16981
16982         * gnus-util.el (gnus-set-file-modes): New function.  (small
16983         patch).
16984
16985 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16986
16987         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
16988
16989         * assistant.el (assistant-render-node): Fix up rendering and
16990         read-only text.
16991         (assistant-render-node): Reset.
16992         (assistant-make-read-only): Not sticky.
16993
16994 2004-05-20  Danny Siu  <dsiu@adobe.com>
16995
16996         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
16997         centered even when gnus-auto-center-summary is t.
16998
16999 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17000
17001         * dns.el (dns-get-txt-answer): New function.
17002         (dns-read-txt): Ditto.
17003         (query-dns): Use it.
17004
17005 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17006
17007         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
17008         active for foreign groups even if the group level is higher than
17009         the specified value.
17010
17011 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17012
17013         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
17014         non-active groups.
17015
17016         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
17017
17018 2004-05-20  Magnus Henoch  <mange@freemail.hu>
17019
17020         * dns.el (dns-read-type): Add support for SVR.  (small patch)
17021
17022 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
17023
17024         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
17025         (spam-crm114-header, spam-crm114-spam-switch)
17026         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
17027         (spam-crm114-positive-spam-header)
17028         (spam-crm114-database-directory, spam-list-of-processors)
17029         (spam-group-spam-processor-crm114-p)
17030         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
17031         (spam-generic-score, spam-list-of-checks)
17032         (spam-list-of-statistical-checks, spam-registration-functions)
17033         (spam-check-crm114-headers, spam-crm114-score)
17034         (spam-check-crm114, spam-crm114-register-with-crm114)
17035         (spam-crm114-register-spam-routine)
17036         (spam-crm114-unregister-spam-routine)
17037         (spam-crm114-register-ham-routine)
17038         (spam-crm114-unregister-ham-routine): Add CRM114 support.
17039         From asjo@koldfront.dk (Adam Sjøgren).
17040
17041         * gnus.el: Add spam-use-crm114.
17042
17043         * spam.el (spam-list-of-processors, spam-registration-functions):
17044         Add spam-use-resend.
17045         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
17046         (spam-report-articles-gmane): Add doc fix.
17047         (spam-report-articles-resend, spam-report-resend-register-routine):
17048         Add wrappers around spam-report-resend-to.
17049
17050         * spam-report.el (spam-report-resend-to, spam-report-resend):
17051         Add support for resending spam.
17052         (spam-report-gmane): Fix line length >80.
17053
17054         * gnus.el (spam-process): Add spam-use-resend.
17055
17056 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17057
17058         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
17059         number of processed spam messages.
17060         (spam-ham-copy-or-move-routine): Return the number of processed
17061         ham messages.
17062         (spam-summary-prepare-exit): Use the above values to decide
17063         whether status messages shouled be displayed.
17064
17065 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17066
17067         * rfc2047.el (rfc2047-encode-function-alist): Rename from
17068         `rfc2047-encoding-function-alist' in order to avoid conflicting
17069         with the old version.
17070         (rfc2047-encode-region): Concatenate words containing non-ASCII
17071         characters in structured fields; don't encode space-delimited
17072         ASCII words even in unstructured fields; don't break words at
17073         char-category boundaries.
17074         (rfc2047-encode-1): New function.
17075         (rfc2047-encode): Use it; encode text so that it occupies the
17076         maximum width within 76-column; work correctly on Q encoding for
17077         iso-2022-* charsets.
17078         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
17079         sure not to break a line just after the header name.
17080         (rfc2047-b-encode-region): Remove.
17081         (rfc2047-b-encode-string): New function.
17082         (rfc2047-q-encode-region): Remove.
17083         (rfc2047-q-encode-string): New function.
17084
17085         * mm-util.el (mm-replace-in-string): New function.
17086
17087 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17088
17089         * gnus-msg.el (gnus-inews-make-draft-meta-information):
17090         Really get it right.
17091         (gnus-inews-make-draft): Really.
17092
17093 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
17094
17095         * nnmh.el (nnmh-request-list-1): Don't check the link count
17096         before descending.  (small patch)
17097
17098 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17099
17100         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
17101         stuff.
17102
17103         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
17104         Match on real group name.
17105
17106         * gnus-art.el (gnus-signature-limit): Doc fix.
17107
17108         * gnus-msg.el (gnus-inews-make-draft): Quote list.
17109
17110         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
17111
17112 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
17113
17114         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
17115         isn't a string.
17116
17117 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17118
17119         * gnus-draft.el (gnus-draft-send):
17120         Bind rfc2047-encode-encoded-words.
17121
17122         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
17123         (rfc2047-encodable-p): Say that =? needs encoding.
17124         (rfc2047-encode-encoded-words): New variable.
17125
17126         * gnus-group.el (gnus-group-select-group): Doc fix.
17127
17128         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
17129
17130         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
17131         to nil.
17132
17133         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
17134
17135         * nnheader.el (nnheader-get-lines-and-char): New function.
17136
17137 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
17138
17139         * gnus-msg.el (gnus-summary-followup-with-original):
17140         Document yanking of region when active.
17141
17142 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17143
17144         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
17145         groups if the group level is higher than the specified value.
17146
17147 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17148
17149         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
17150         (gnus-group-jump-to-group): Add prefix argument using
17151         `gnus-group-jump-to-group-prompt'.  Query before jumping to
17152         non-active group.
17153
17154         * compface.el (uncompface): Be verbose when changing
17155         `uncompface-use-external'.
17156
17157         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
17158         handle manual section.
17159
17160 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17161
17162         * gnus-art.el (gnus-button-alist): Revert previous change.
17163
17164 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17165
17166         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
17167
17168 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17169
17170         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
17171         whether backend can accept message.
17172
17173         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
17174
17175 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
17176
17177         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17178         Avoid creating directory when nntp-marks-is-evil is true.
17179         Reported by Reiner Steib.
17180
17181 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17182
17183         * gnus-picon.el (gnus-picon-style): New variable.
17184         (gnus-picon-insert-glyph): Add optional `nostring' argument.
17185         (gnus-picon-transform-address): Support `gnus-picon-style'.
17186         From Jesper Harder <harder@ifa.au.dk>.
17187
17188 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17189
17190         * message.el (message-fill-field): Return point.
17191         (message-generate-headers): Go to end of field.
17192
17193         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
17194         stuff for non-living groups.
17195
17196 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
17197
17198         * gnus-art.el (gnus-article-followup-with-original)
17199         (gnus-article-reply-with-original): gnus-mark-active-p ->
17200         gnus-region-active-p.
17201
17202 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
17203
17204         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
17205         only when there is spam or ham to be processed.
17206
17207 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17208
17209         * mail-source.el (mail-source-delete-crash-box): Refactor.
17210         (mail-source-fetch): Use it.
17211         (mail-source-fetch-file): Ditto.
17212         (mail-source-fetch-directory): Run postscript in loop.
17213         (mail-source-fetch-pop): Delete.
17214         (mail-source-fetch-maildir): Ditto.
17215         (mail-source-fetch-imap): Ditto.
17216
17217         * imap.el (imap-authenticators): Comment out sasl.
17218
17219         * message.el (message-skip-to-next-address): New function.
17220         (message-fill-header-address): Refactor.
17221         (message-fill-address): Use it.
17222         (message-delete-address): Use it.
17223         (message-fill-header-general): Refactor.
17224         (message-fill-field-address): Rename.
17225         (message-narrow-to-field): Find the start of the header.
17226         (message-header-format-alist): Don't pre-fill.
17227         (message-fill-header): Remove.
17228         (message-insert-header): New function.
17229         (message-shorten-references): Use it.
17230
17231         * rfc2047.el (rfc2047-field-value): Strip props.
17232
17233         * mail-parse.el (mail-header-make-address): New alias.
17234
17235         * ietf-drums.el (ietf-drums-make-address): New function.
17236
17237         * imap.el: Add compiler directives.
17238
17239         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
17240
17241         * gnus-art.el (article-decode-idna-rhs): Don't use
17242         message-idna-inside-rhs-p.
17243
17244 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17245
17246         * message.el (message-idna-inside-rhs-p): Remove.
17247         (message-idna-to-ascii-rhs-1): Use proper address parsing.
17248
17249         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
17250         false positives.
17251
17252 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
17253
17254         * imap.el (imap-sasl-make-mechanisms): Use sasl.
17255
17256 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17257
17258         * nneething.el (nneething-file-name): Don't create spurious
17259         files.
17260
17261         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
17262         (gnus-inews-do-gcc): Remove sleep.
17263
17264         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
17265         part under point.
17266
17267         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
17268         (gnus-agent-regenerate-group): Using nil messages aren't valid.
17269
17270 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
17271
17272         * spam.el (spam-summary-prepare-exit): Fix (length).
17273
17274 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
17275
17276         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
17277         as expired without moving it" message when there are spam
17278         messages left.
17279
17280 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
17281
17282         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
17283         header is not nil.
17284
17285 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
17286
17287         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17288         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
17289         (nntp-marks-changed-p): New arg SERVER.
17290         (nntp-request-update-info): Adjust caller.
17291
17292 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
17293
17294         * nntp.el (nntp-save-marks): Pass missing arg.
17295
17296 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
17297
17298         * nntp.el: Support marks.
17299         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
17300         (nntp-marks-modtime, nntp-marks-directory): New variables.
17301         (nntp-request-set-mark, nntp-request-update-info)
17302         (nntp-possibly-create-directory, nntp-marks-changed-p)
17303         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
17304         New functions.
17305
17306 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
17307
17308         * gnus-xmas.el (gnus-xmas-select-lowest-window)
17309         (gnus-xmas-redefine): Rename.
17310
17311         * gnus-score.el (gnus-score-insert-help):
17312         Use gnus-select-lowest-window.
17313
17314         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
17315         appt-select-lowest-window and rename to gnus-select-lowest-window.
17316
17317         * gnus.el: do.
17318
17319 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17320
17321         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
17322         encodings of MIME-encoded words, in order to improve
17323         interoperability with several broken MUAs.
17324
17325 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17326
17327         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
17328         tags, only when charsets are not specified in headers.
17329         (mm-inline-text-html-render-with-w3m): Ditto.
17330
17331         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
17332         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
17333
17334 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17335
17336         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
17337         instead of MIME-decoded from fields when checking
17338         `gnus-article-address-banner-alist'.
17339
17340 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
17341
17342         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
17343         description rather than subject.
17344
17345 2004-05-02  Steve Youngs  <steve@youngs.au.com>
17346
17347         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
17348
17349 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17350
17351         * gnus.el (gnus-version-number): Bump.
17352
17353 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17354
17355         * gnus.el: No Gnus v0.2 is released.
17356
17357 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17358
17359         * gnus-agent.el (gnus-agent-read-agentview):
17360         Inline gnus-uncompress-range.
17361
17362 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17363
17364         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
17365         `exec-installed-p'.
17366
17367 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17368
17369         * gnus.el (spam-process, spam-autodetect-methods):
17370         Add bsfilter and bsfilter-headers.
17371
17372         * spam.el (spam-bsfilter): New customize group.
17373         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
17374         (spam-bsfilter-header, spam-bsfilter-probability-header)
17375         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
17376         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
17377         (spam-bsfilter-database-directory): New options.
17378         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
17379         (spam-list-of-statistical-checks, spam-registration-functions):
17380         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
17381         (spam-bsfilter-score): New command.
17382         (spam-check-bsfilter-headers, spam-check-bsfilter)
17383         (spam-bsfilter-register-with-bsfilter)
17384         (spam-bsfilter-register-spam-routine)
17385         (spam-bsfilter-unregister-spam-routine)
17386         (spam-bsfilter-register-ham-routine)
17387         (spam-bsfilter-unregister-ham-routine): New functions.
17388         (spam-generic-score): Support bsfilter; Accept an optional argument
17389         to recalcurate spam score even if scoring header has already been
17390         added.
17391         (spam-bogofilter-score, spam-spamassassin-score): Accept an
17392         optional argument to recalcurate spam score even if scoring header
17393         has already been added.
17394
17395 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
17396
17397         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
17398         strings!  Reported by David D. Smith <davidsmith@acm.org>.
17399         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
17400         link is missing.
17401
17402 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
17403
17404         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
17405         (html2text-get-attr): Rewrite.
17406
17407         * message.el (message-setup-1): Remove redundant put-text-property
17408         on mail-header-separator.
17409
17410 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
17411
17412         * gnus-registry.el (gnus-registry-cache-whitespace)
17413         (gnus-registry-action, gnus-registry-spool-action)
17414         (gnus-registry-split-fancy-with-parent): Change message levels
17415         from 5 to 3 or 7, as needed.
17416
17417         * spam.el (spam-summary-prepare-exit)
17418         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
17419         (spam-split, spam-find-spam, spam-log-undo-registration)
17420         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
17421         level from 5 to 6.
17422
17423 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17424
17425         * gnus-ems.el: Autoload appt-select-lowest-window (revert
17426         2004-03-04 change).
17427
17428 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
17429
17430         * sieve-manage.el (sieve-manage-open):
17431         * nnweb.el (nnweb-insert-html):
17432         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
17433         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
17434         * nnspool.el (nnspool-request-group):
17435         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
17436         * nnml.el (nnml-request-update-info):
17437         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
17438         (nnmh-request-create-group, nnmh-update-gnus-unreads):
17439         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
17440         (nnimap-request-set-mark):
17441         * nnfolder.el (nnfolder-request-update-info):
17442         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
17443         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
17444         * gnus-uu.el (gnus-uu-find-articles-matching):
17445         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
17446         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
17447         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
17448         * gnus-nocem.el (gnus-nocem-scan-groups):
17449         * gnus-int.el (gnus-start-news-server):
17450         * gnus-group.el (gnus-group-make-kiboze-group)
17451         (gnus-group-browse-foreign-server):
17452         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
17453         Use mapc when appropriate.
17454
17455 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
17456
17457         FIXME: Make separate entries for each person.
17458
17459         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
17460         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
17461         <shields@msrl.com>:
17462
17463         * spam.el (spam-necessary-extra-headers): Get the extra headers we
17464         may need for spam sorting and scoring.
17465         (spam-user-format-function-S): Add user format function suitable for
17466         general use.
17467         (spam-article-sort-by-spam-status): Add sorting function for summary
17468         sorting.
17469         (spam-extra-header-to-number): Add function to get a score from a
17470         header.
17471         (spam-summary-score): Add function to get a numeric score from the
17472         headers.
17473         (spam-generic-score): Fix function doc, was in wrong place.
17474         (spam-initialize): Take symbols when it's run, and install the
17475         extra headers that spam-necessary-extra-headers thinks we need.
17476
17477 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
17478
17479         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
17480         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17481
17482 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
17483
17484         * gnus-sum.el (gnus-set-global-variables)
17485         (gnus-build-all-threads, gnus-get-newsgroup-headers)
17486         (gnus-article-get-xrefs, gnus-summary-best-group)
17487         (gnus-summary-next-article, gnus-summary-enter-digest-group)
17488         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
17489         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
17490         Use with-current-buffer.
17491
17492 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
17493
17494         * spam.el (spam-summary-prepare-exit): Simplify logic.
17495         (spam-fetch-article-header): Read the article header if it's not
17496         available.
17497         (spam-list-articles): Simplify logic.
17498         (spam-filelist-register-routine): Fix bug with unregister-list.
17499
17500         * gnus-registry.el: Fix comments at beginning.
17501
17502 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
17503
17504         * message.el (message-cater-to-broken-inn): Remove.
17505         (message-shorten-references): Make sure the total folded length of
17506         References is shorter than 998 characters to cater to a bug in INN
17507         2.3.  Also, don't pretend that references aren't folded -- this
17508         hasn't worked for a while.
17509
17510 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17511
17512         * gnus-agent.el (gnus-agentize):
17513         gnus-agent-send-mail-real-function no longer set to current value
17514         of message-send-mail-function but rather a lambda that calls
17515         message-send-mail-function.  The change makes the agent real-time
17516         responsive to user changes to message-send-mail-function.
17517
17518 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17519
17520         * legacy-gnus-agent.el
17521         (gnus-agent-convert-to-compressed-agentview): Fix typos with
17522         help from Florian Weimer <fw@deneb.enyo.de>
17523
17524 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17525
17526         * nnmail.el (nnmail-cache-insert): Revert last change.
17527
17528 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17529
17530         * nnmail.el (nnmail-cache-insert): Always check whether
17531         nnmail-cache-ignore-groups matches a group name.
17532
17533 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
17534
17535         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
17536         (spam-find-spam, spam-log-processing-to-registry)
17537         (spam-log-registered-p, spam-log-unregistration-needed-p)
17538         (spam-log-undo-registration): Use gnus-message instead of
17539         gnus-error, none of these errors are fatal.
17540
17541         * gnus-registry.el (gnus-registry-clean-empty-function)
17542         (gnus-registry-clean-empty): Remove only empty entries without
17543         extra data.
17544
17545 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
17546
17547         * spam-stat.el (spam-stat-buffer-change-to-spam)
17548         (spam-stat-buffer-change-to-non-spam): Change (error) to
17549         (gnus-message 8) invocation.
17550
17551 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17552
17553         * nntp.el (nntp-via-netcat-command): New variable.
17554         (nntp-via-netcat-switches): New variable.
17555         (nntp-open-via-rlogin-and-netcat): New function.
17556         (nntp-open-connection-function): Doc fix.
17557         (nntp-telnet-command): Doc fix.
17558         (nntp-end-of-line): Doc fix.
17559         (nntp-via-rlogin-command): Doc fix.
17560         (nntp-via-user-name): Doc fix.
17561         (nntp-via-address): Doc fix.
17562
17563 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17564
17565         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
17566         error in Emacs 21.1.
17567
17568 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
17569
17570         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
17571
17572 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17573
17574         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
17575         (gnus-agent-with-refreshed-group): New macro.
17576         (gnus-agent-rename-group): New function.
17577         (gnus-agent-delete-group): New function.
17578         (gnus-agent-save-group-info): Use gnus-command-method when
17579         `method' parameter is nil.  Don't write nil entries into the
17580         active file.
17581         (gnus-agent-get-group-info): New function.
17582         (gnus-agent-fetch-articles):
17583         Use gnus-agent-update-files-total-fetched-for to increment disk space
17584         used.
17585         (gnus-agent-fetch-headers, gnus-agent-save-alist):
17586         Use gnus-agent-update-view-total-fetched-for to increment disk space
17587         used.
17588         (gnus-agent-get-local): Add optional parameters to avoid calling
17589         gnus-group-real-name and gnus-find-method-for-group.
17590         (gnus-agent-set-local): Delete stored entry if either min, or max,
17591         are nil.
17592         (gnus-agent-fetch-session): Reworded error/quit messages.
17593         On quit, use gnus-agent-regenerate-group to record existance of any
17594         articles fetched to disk before the quit occurred.
17595         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
17596         gnus-agent-update-view-total-fetched-for, and
17597         gnus-agent-update-files-total-fetched-for to decrement disk space
17598         used.
17599         (gnus-agent-retrieve-headers):
17600         Use gnus-agent-update-view-total-fetched-for to increment disk space
17601         used.
17602         (gnus-agent-regenerate-group): Replace gnus-group-update-group
17603         with gnus-agent-update-files-total-fetched-for to decrement disk
17604         space and fresh group buffer.
17605         (gnus-agent-inhibit-update-total-fetched-for): New variable.
17606         (gnus-agent-need-update-total-fetched-for): New variable.
17607         (gnus-agent-update-files-total-fetched-for): New function.
17608         (gnus-agent-update-view-total-fetched-for): New function.
17609         (gnus-agent-total-fetched-for): New function.
17610
17611         * gnus-cache.el (gnus-cache-save-buffers):
17612         Use gnus-cache-update-overview-total-fetched-for to change disk space
17613         used by this group.
17614         (gnus-cache-possibly-enter-article):
17615         Use gnus-cache-update-file-total-fetched-for to increment disk space
17616         used by this group.
17617         (gnus-cache-possibly-remove-article):
17618         Use gnus-cache-update-file-total-fetched-for to decrement disk space
17619         used by this group.
17620         (gnus-cache-generate-nov-databases): Purge total fetched cache.
17621         (gnus-cache-rename-group): New function.
17622         (gnus-cache-delete-group): New function.
17623         (gnus-cache-inhibit-update-total-fetched-for): New variable.
17624         (gnus-cache-need-update-total-fetched-for): New variable.
17625         (gnus-cache-with-refreshed-group): New macro.
17626         (gnus-cache-update-file-total-fetched-for): New function.
17627         (gnus-cache-update-overview-total-fetched-for): New function.
17628         (gnus-cache-rename-group-total-fetched-for): New function.
17629         (gnus-cache-delete-group-total-fetched-for): New function.
17630         (gnus-cache-total-fetched-for): New function.
17631
17632         * gnus-group.el: Require gnus-sum and autoload functions to
17633         resolve warnings when gnus-group.el compiled alone.
17634         (gnus-group-line-format): Documented new %F.
17635         (size of Fetched data) group line format; identifies disk space
17636         used by agent and cache.
17637         (gnus-group-line-format-alist): Defined new F format.
17638         (gnus-total-fetched-for): New function.
17639         (gnus-group-delete-group): No longer update
17640         gnus-cache-active-altered as gnus-request-delete-group now keeps
17641         the cache in sync.
17642         (gnus-group-list-active): Let the agent store a server's active
17643         list if currently plugged.
17644
17645         * gnus-int.el (gnus-request-delete-group):
17646         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
17647         local disk in sync with the server.
17648         (gnus-request-rename-group):
17649         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
17650         local disk in sync with the server.
17651
17652         * gnus-start.el (gnus-get-unread-articles):
17653         Cosmetic simplification to logic.
17654
17655         * gnus-util.el (gnus-rename-file): New function.
17656
17657 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
17658
17659         * mm-util.el (mm-image-load-path): Handle nil in load-path.
17660
17661 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
17662
17663         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
17664         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
17665
17666 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
17667
17668         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
17669         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
17670
17671 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
17672
17673         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
17674
17675 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
17676
17677         * spam.el (spam-set-difference): Add function to replace
17678         gnus-set-difference in spam.el.
17679         (spam-summary-prepare-exit): Use spam-set-difference.
17680
17681 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
17682
17683         * gnus-registry.el (gnus-registry-cache-file): Update to use
17684         gnus-dribble-directory OR gnus-home-directory OR ~.
17685         (gnus-registry-split-fancy-with-parent): Fix doc.
17686
17687 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17688
17689         * message.el (message-exchange-point-and-mark):
17690         Use message-mark-active-p.  Suggested by Jesper Harder
17691         <harder@ifa.au.dk>.
17692
17693 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17694
17695         * message.el (message-exchange-point-and-mark): Don't activate
17696         region if it was inactive.  Suggested by Hiroshi Fujishima
17697         <pooh@nature.tsukuba.ac.jp>.
17698
17699 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17700
17701         * gnus-art.el (article-display-face): Display Faces in the same
17702         order as X-Faces.
17703
17704 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17705
17706         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
17707
17708 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17709
17710         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
17711         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
17712         (gnus-article-mime-hierarchy): Remove.
17713         (gnus-article-mime-hierarchy-next): Remove.
17714         (gnus-article-mode): Revert 2004-03-19 change.
17715         (gnus-article-setup-buffer): Revert 2004-03-19 change.
17716         (gnus-insert-mime-button): Revert 2004-03-19 change.
17717         (gnus-mime-accumulate-hierarchy): Remove.
17718         (gnus-mime-enter-multipart): Remove.
17719         (gnus-mime-leave-multipart): Remove.
17720         (gnus-mime-display-part): Revert 2004-03-19 change.
17721         (gnus-mime-display-alternative): Revert 2004-03-19 change.
17722
17723         * mml.el (mml-preview): Revert 2004-03-19 change.
17724
17725 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
17726
17727         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
17728
17729 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17730
17731         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
17732         t while entering a file name using the mm-with-multibyte macro.
17733         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17734
17735         * mm-util.el (mm-with-multibyte): New macro.
17736
17737 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17738
17739         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
17740         New user option.
17741         (gnus-mime-multipart-functions): Doc and customization fix.
17742         (gnus-article-mime-hierarchy): New variable.
17743         (gnus-article-mime-hierarchy-next): New variable.
17744         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
17745         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
17746         gnus-article-mime-hierarchy-next to nil.
17747         (gnus-insert-mime-button): Show hierarchy numbers.
17748         (gnus-mime-accumulate-hierarchy): New function.
17749         (gnus-mime-enter-multipart): New function.
17750         (gnus-mime-leave-multipart): New function.
17751         (gnus-mime-display-part): Recompute hierarchical MIME structure.
17752         (gnus-mime-display-alternative): Show hierarchy numbers.
17753
17754         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
17755         gnus-article-mime-hierarchy-next to nil.
17756
17757 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
17758
17759         * dns.el: Don't require gnus-xmas.
17760
17761 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
17762
17763         * mml.el (mml-generate-mime-1): Don't use format=flowed with
17764         inline PGP.
17765         (mml-menu): Disable mml-quote-region if mark is inactive.
17766
17767 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17768
17769         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
17770         when the group's active is not available.
17771
17772 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17773
17774         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
17775         error.
17776
17777 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
17778
17779         * imap.el (imap-store-password): New variable.
17780         (imap-interactive-login): Use it.
17781         Suggested by Mark Plaksin <happy@mcplaksin.org>.
17782
17783 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17784
17785         * gnus-art.el (gnus-article-read-summary-keys): Restore new
17786         window-start and hscroll to summary window.
17787
17788 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17789
17790         * gnus-start.el (gnus-convert-old-newsrc): Only write the
17791         conversion message to newsrc-dribble when an actual conversion is
17792         performed.
17793
17794 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
17795
17796         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
17797
17798 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17799
17800         * mm-decode.el (mm-complicated-handles): New function reviving
17801         former definition of mm-multiple-handles.
17802
17803         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
17804         (gnus-mime-delete-part): Use it.
17805
17806 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17807
17808         * gnus-agent.el (gnus-agent-read-local):
17809         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
17810         avoid the implicit assumption that they will always be equal.
17811         (gnus-agent-save-local): Bind buffer-file-coding-system, not
17812         coding-system-for-write, as the with-temp-file macro first prints
17813         to a buffer then saves the buffer.
17814
17815 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17816
17817         * gnus-art.el (gnus-article-edit-part): New function.
17818         (gnus-mime-save-part-and-strip): Use it; do query instead of
17819         signaling an error; don't use mm-multiple-handles.
17820         (gnus-mime-delete-part): Ditto.
17821
17822 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17823
17824         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
17825         old file versions.
17826         (gnus-group-prepare-hook): Remove function that converted list
17827         form of gnus-agent-expire-days to group properties.
17828
17829         * gnus-int.el: Autoload gnus-agent-regenerate-group.
17830         (gnus-request-accept-article): Re-indented.
17831
17832         * gnus-start.el (gnus-convert-old-newsrc): Registered new
17833         converters to handle old agent file formats.  Add logic for a
17834         "backup before upgrading warning".
17835         (gnus-convert-mark-converter-prompt): Developers can mark
17836         functions as needing (default), or not needing,
17837         gnus-convert-old-newsrc's "backup before upgrading warning".
17838         (gnus-convert-converter-needs-prompt): Tests whether the user
17839         should be protected from potentially irreversable changes by the
17840         function.
17841
17842         * legacy-gnus-agent.el: New.  Provides converters that are only
17843         loaded when gnus-convert-old-newsrc needs to call them.
17844
17845 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17846
17847         * mail-source.el (mail-source-touch-pop): Doc fix.
17848
17849         * message.el (message-smtpmail-send-it): Doc fix.
17850
17851 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
17852
17853         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
17854
17855         * nnmail.el (nnmail-split-fancy): do.
17856
17857         * gnus-kill.el (gnus-kill, gnus-execute): do.
17858
17859 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
17860
17861         * gnus-sum.el (gnus-widget-reversible-match)
17862         (gnus-widget-reversible-to-internal)
17863         (gnus-widget-reversible-to-external): New functions.
17864         (gnus-widget-reversible): New widget.
17865         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
17866
17867 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
17868
17869         * gnus-sum.el (gnus-thread-sort-functions)
17870         (gnus-article-sort-functions): Document `(not F)' items.
17871
17872 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
17873
17874         * spam.el (spam-use-gmane-xref): Add new backend.
17875         (spam-gmane-xref-spam-group): Add variable to control the name of the
17876         Gmane spam group.
17877         (spam-blackhole-servers, spam-blackhole-good-server-regex)
17878         (spam-regex-headers-spam, spam-regex-headers-ham)
17879         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
17880         (spam-list-of-checks): Add spam-use-gmane-xref to list of
17881         backends and checks.
17882         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
17883
17884         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
17885         an autodetect method.
17886
17887 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17888
17889         * gnus-int.el (gnus-request-accept-article): Inform the agent that
17890         articles are being added to a group.
17891         (gnus-request-replace-article): Inform the agent that articles
17892         need to be uncached as the cached contents are no longer valid.
17893
17894 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17895
17896         * binhex.el: Don't autoload executable-find.
17897
17898         * canlock.el: Don't autoload mail-fetch-field.
17899
17900         * dgnushack.el: Autoload c-mode for XEmacs.
17901
17902         * gnus-ems.el: Don't autoload appt-select-lowest-window.
17903
17904         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
17905         rmail-dont-reply-to and rmail-output.
17906
17907         * gnus-score.el: Don't autoload ffap-string-at-point.
17908
17909         * gnus-setup.el: Don't autoload sc-cite-original.
17910
17911         * imap.el: Don't autoload base64-decode-string,
17912         base64-encode-string and md5.
17913
17914         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
17915         and rmail-msg-restore-non-pruned-header.
17916
17917         * mm-decode.el: Don't autoload executable-find.
17918
17919         * mm-url.el: Don't autoload executable-find.
17920
17921         * mm-view.el: Don't autoload diff-mode.
17922
17923         * nndb.el: Don't autoload news-reply-mode, news-setup,
17924         cancel-timer and telnet.
17925
17926         * password.el: Don't autoload run-at-time for Emacs.
17927
17928         * sha1-el.el: Don't autoload executable-find.
17929
17930         * sieve-mode.el: Don't autoload c-mode.
17931
17932         * uudecode.el: Don't autoload executable-find.
17933
17934 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17935
17936         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
17937         (gnus-agent-possibly-alter-active): Avoid null in numeric
17938         comparison.
17939         (gnus-agent-set-local): Refuse to save null in local object table.
17940         (gnus-agent-regenerate-group): The REREAD parameter can now be a
17941         list of articles that will be marked as unread.
17942
17943 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17944
17945         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
17946
17947 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
17948
17949         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
17950         language tags.
17951
17952 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
17953
17954         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
17955         Don't bind "obarray".
17956
17957         * gnus-sum.el (gnus-thread-sort-functions):
17958         Add `gnus-thread-sort-by-most-recent-number' and
17959         `gnus-thread-sort-by-most-recent-date'.
17960         Reported by Kai Grossjohann <kai@emptydomain.de>.
17961
17962 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17963
17964         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
17965
17966 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17967
17968         * gnus-cus.el (gnus-agent-customize-category):
17969         Remove ignore-errors macro reference that required cl to be loaded at
17970         run-time.
17971
17972         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
17973         single-interval range of the form (min . max).  Previously the
17974         range had to look like ((min . max)).  Likewise, return
17975         (min . max) rather than ((min . max)).
17976         (gnus-range-map): Use gnus-range-normalize to accept
17977         single-interval range.
17978
17979         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
17980         the cache, but not the agent, now appear with their usual face.
17981
17982         * dgnushack.el (loaddir): New variable that is bound to the
17983         directory containing the dgnushack.el file. Use loaddir, rather
17984         than srcdir, to update load-path. Change lets dgnushack compile
17985         code in directories other than GNUS/lisp.
17986
17987 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17988
17989         * lpath.el: Don't bind w3m-safe-url-regexp.
17990
17991         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
17992         w3m-safe-url-regexp variable buffer-local.
17993
17994         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17995
17996 2004-02-27  Simon Josefsson  <jas@extundo.com>
17997
17998         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
17999         gnus-group-real-prefix.
18000         (gnus-summary-move-article): Use it, instead of
18001         gnus-group-real-prefix.
18002
18003 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18004
18005         * lpath.el: Bind w3m-safe-url-regexp.
18006
18007         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
18008         w3m-safe-url-regexp variable buffer-local and set it as the value
18009         of mm-w3m-safe-url-regexp.
18010
18011         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18012
18013         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
18014         parsing gnus-posting-styles when the message is not for replying.
18015
18016         * dgnushack.el: Autoload sgml-mode for XEmacs.
18017
18018         * nnrss.el (nnrss-opml-export):
18019         Use mm-set-buffer-file-coding-system instead of
18020         set-buffer-file-coding-system.
18021
18022 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
18023
18024         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
18025         of checkdoc.el).
18026         * nnrss.el: do.
18027         * gnus-mlspl.el: do.
18028         * gnus-ml.el: do.
18029         * gnus-srvr.el: do.
18030
18031         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
18032
18033 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
18034
18035         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
18036         Corrections to custom-manual links.
18037
18038         * gnus-art.el (gnus-article): Ditto.
18039
18040         * mm-decode.el (mime-display, mime-security): Ditto.
18041
18042 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18043
18044         * flow-fill.el: Typo.
18045
18046 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
18047
18048         * spam-wash.el: New file.
18049
18050 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
18051
18052         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
18053
18054 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
18055
18056         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
18057         to be run with new-articles as LIST1, not LIST2.
18058         (spam-registration-functions): Add spam-use-ham-copy as a nil
18059         registration backend.
18060
18061 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18062
18063         * spam-stat.el (spam-stat-washing-hook): New option.
18064         (spam-stat-buffer-words): Use it.
18065         (spam-stat-process-directory, spam-stat-test-directory):
18066         Use insert-file-contents-literally.
18067         (spam-stat-coding-system): New variable.
18068         (spam-stat-load, spam-stat-save): Use it.
18069
18070 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18071
18072         * spam-report.el (spam-report-plug-agent):
18073         Quote spam-report-url-to-file and spam-report-url-ping-plain.
18074
18075 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
18076
18077         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
18078         Allow / in mailto URLs.
18079
18080 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18081
18082         * spam-report.el (spam-report-process-queue): Fix interactive use.
18083         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
18084         (spam-report-unplug-agent): Doc fixes.
18085         (spam-report-url-ping-mm-url, spam-report-url-to-file)
18086         (spam-report-agentize, spam-report-deagentize): Autoload.
18087
18088 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18089
18090         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
18091
18092         * message.el (message-setup-fill-variables): Add mml tags to
18093         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
18094         <ajk@iu.edu>.
18095         (message-mode): Don't modify paragraph-separate there.
18096
18097 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18098
18099         * compface.el (uncompface-use-external): Default to undecided.
18100         (uncompface-use-external-threshold): New variable.
18101         (uncompface-float-time): New macro.
18102         (uncompface): Determine whether to use the external decoder if
18103         uncompface-use-external is undecided.
18104
18105 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18106
18107         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
18108         after images.
18109
18110         * gnus-art.el (gnus-mime-display-single): Remove dead code.
18111
18112 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
18113
18114         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
18115
18116         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
18117
18118         * gnus-sum.el (gnus-summary-limit-to-age)
18119         (gnus-summary-limit-children): do.
18120
18121         * gnus-int.el (gnus-request-scan): do.
18122
18123         * gnus-group.el (gnus-group-suspend): do.
18124
18125         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
18126
18127         * gnus-cite.el (gnus-cite-parse-attributions): do.
18128
18129         * gnus-agent.el (gnus-summary-set-agent-mark)
18130         (gnus-agent-regenerate-group): do.
18131
18132         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
18133
18134         * binhex.el (binhex-decode-region-internal): do.
18135
18136 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18137
18138         * gnus-fun.el (gnus-face-properties-alist): New user option.
18139         (gnus-display-x-face-in-from): Use it.
18140
18141         * gnus-art.el (article-display-face): Ditto.
18142
18143         * compface.el (uncompface-use-external): Default to nil.
18144
18145 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
18146
18147         * nntp.el (nntp-erase-buffer): New function.
18148         (nntp-retrieve-data, nntp-send-command)
18149         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
18150         (nntp-possibly-change-group): Use it.
18151
18152         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
18153         Use with-current-buffer.
18154
18155 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
18156
18157         * compface.el: Merge the ELisp-based uncompface program.
18158         (compface): New customization group.
18159         (uncompface-use-external): New user option.
18160         (uncompface): Call uncompface-internal if uncompface-use-external
18161         is nil.
18162         (uncompface-internal): New function.  Note that there are also
18163         some other functions and variables added for this function.
18164
18165 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
18166
18167         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
18168         if necessary.
18169
18170 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
18171
18172         * spam-report.el (spam-report-unplug-agent)
18173         (spam-report-plug-agent, spam-report-deagentize)
18174         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
18175         Add support for the Agent in spam-report: when unplugged, report to a
18176         file; when plugged, submit all the requests.
18177
18178         * spam.el (spam-register-routine): Fix message about
18179         registration.
18180
18181 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
18182
18183         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
18184         dependencies.
18185         (rfc2047-encode): Use it.
18186
18187         * gnus-art.el (gnus-button-marker-list): Move before first
18188         reference.
18189
18190         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18191         (imap-parse-body): Fix format string mismatch.
18192
18193         * gnus-score.el (gnus-summary-increase-score): do.
18194
18195         * nnrss.el (nnrss-close): New function.
18196
18197 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
18198
18199         * nnrss.el (nnrss-make-filename): New function.
18200         (nnrss-request-delete-group, nnrss-read-server-data)
18201         (nnrss-save-server-data, nnrss-read-group-data)
18202         (nnrss-save-group-data): Use it.
18203         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
18204         (nnrss-read-server-data, nnrss-read-group-data): Use load.
18205         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
18206
18207 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
18208
18209         * mml.el (mml-compute-boundary-1): Don't uncompress files.
18210
18211 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
18212
18213         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
18214         files.
18215
18216         * message.el (message-generate-headers-first): Don't quote nil
18217         and t in docstrings.
18218
18219         * imap.el (imap-id): do.
18220
18221         * gnus-agent.el (gnus-agent-consider-all-articles)
18222         (gnus-agent-queue-mail): do.
18223
18224 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
18225
18226         * spam-report.el (spam-report-process-queue): New function.
18227         Process requests from `spam-report-requests-file'.
18228         (spam-report-process-queue): Doc fix.
18229
18230 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
18231
18232         * spam.el (spam-register-routine)
18233         (spam-log-processing-to-registry, spam-log-registered-p)
18234         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18235         Change "check" to "spam-check" for semi-clarity.
18236
18237 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
18238
18239         * pop3.el: Require nnheader.
18240
18241         * mml-smime.el: Require cl.  Autoload message-fetch-field.
18242
18243         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
18244
18245         * gnus-picon.el: Require cl.
18246
18247         * gnus-fun.el: Require gnus-ems and gnus-util.
18248
18249         * gnus.el (gnus-method-to-server): Move defsubst before first use.
18250
18251         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
18252
18253         * gnus-art.el (gnus-article-edit-mode): Define before first
18254         reference.
18255
18256 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
18257
18258         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
18259         (gnus-uu-post-encoded): Use point-at-bol.
18260
18261         * gnus-topic.el (gnus-group-active-topic-p): do.
18262
18263         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
18264
18265         * gnus-group.el (gnus-group-kill-region): do.
18266
18267         * gnus-art.el (article-date-ut): do.
18268
18269         * message.el (message-fetch-field): Remove redundant
18270         case-fold-search binding.
18271         (message-narrow-to-field): Simplify.
18272
18273 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
18274
18275         * spam.el (spam-directory): Derive from `gnus-directory'.
18276
18277         * spam-report.el (spam-report-url-to-file)
18278         (spam-report-requests-file): New function and variable for offline
18279         reporting.
18280         (spam-report-url-ping-function): Add `spam-report-url-to-file'
18281         and user defined function.
18282         (spam-report-url-ping-mm-url): Remove doubled slash.
18283
18284 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
18285
18286         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
18287
18288 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
18289
18290         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
18291         Fix format string mismatch.
18292
18293         * sieve.el (sieve-deactivate-all): do.
18294
18295         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
18296
18297         * nnlistserv.el (nnlistserv-kk-wash-article): do.
18298
18299         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
18300
18301         * mm-bodies.el (mm-7bit-chars): Don't include \r.
18302
18303 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
18304
18305         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
18306         the list of checks.
18307
18308 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
18309
18310         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
18311         padding.
18312
18313 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
18314
18315         * mm-view.el (mm-fill-flowed): New variable.
18316         (mm-inline-text): Use it.
18317
18318 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
18319
18320         * spam.el (spam-spamassassin-register-ham-routine)
18321         (spam-spamassassin-register-spam-routine): Fix function names.
18322
18323 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18324
18325         * gnus.el (gnus-tmp-grouplens): Remove.
18326         (gnus-summary-line-format): Remove grouplens.
18327
18328         * gnus-group.el (gnus-group-line-format): Ditto.
18329
18330         * gnus-spec.el (gnus-format-specs): Ditto.
18331         (gnus-update-format-specifications): Flush the group format spec
18332         cache if there's the grouplens stuff.
18333         (gnus-parse-simple-format): Replace %l with the empty string.
18334
18335 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
18336
18337         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
18338         omission.
18339
18340 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18341
18342         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
18343         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18344
18345 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18346
18347         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
18348         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
18349         New macros and functions.
18350         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
18351         Handle > NLINK_MAX messages.
18352         * nnmaildir.el (nnmaildir-request-set-mark):
18353         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
18354
18355 2004-01-25  Alex Schroeder  <alex@gnu.org>
18356
18357         * spam-stat.el (spam-stat-process-directory-age): New option.
18358         (spam-stat-process-directory): Use it.
18359
18360 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
18361
18362         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
18363         (spam-stat-save): Accept prefix argument.
18364
18365 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
18366
18367         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
18368         links" error.
18369
18370 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18371
18372         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
18373         the rest of the and/or forms.
18374
18375 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18376
18377         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
18378         compatibility with old .newsrc.eld files.
18379
18380         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
18381
18382         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
18383
18384         * gnus-start.el (gnus-1): do.
18385
18386         * gnus-group.el (gnus-group-line-format-alist): do.
18387
18388         * gnus.el (gnus-use-grouplens, gnus-visual): do.
18389
18390         * gnus-gl.el: Remove.
18391
18392 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18393
18394         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
18395         marks consisting of a single range {for example, (3 . 5)} rather
18396         than a list of a single range { ((3 . 5)) }.
18397
18398 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18399
18400         * spam-stat.el (spam-stat-store-gnus-article-buffer):
18401         Use with-current-buffer.
18402         (spam-stat-store-current-buffer): Use insert-buffer-substring to
18403         avoid consing a string.
18404
18405         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
18406         Remove obsolete entries for big5 and gb2312.
18407
18408 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18409
18410         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
18411         uncompressed list.
18412
18413 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
18414
18415         * spam-stat.el (spam-stat-strip-xref): New function.
18416         (spam-stat-process-directory): Use it.
18417
18418         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
18419         here -- it's done in message-fetch-field.
18420
18421 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18422
18423         * gnus-agent.el (gnus-agent-queue-mail)
18424         (gnus-agent-prompt-send-queue): New variables.
18425         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
18426         * gnus-draft.el (gnus-group-send-queue): Pass the group name
18427         "nndraft:queue" along to gnus-draft-send.
18428         Use gnus-agent-prompt-send-queue.
18429         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
18430         is "nndraft:queue".  Suggested by Gaute Strokkenes
18431         <gs234@srcf.ucam.org>
18432
18433         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
18434         (agent-enable-undownloaded-faces): Add.
18435         (gnus-agent-cat-groups): Use eval-and-compile, not
18436         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
18437         method of gnus-agent-cat-groups even when the buffer has been
18438         evaled.
18439         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
18440         delete gnus-agent-save-active-1.
18441         (gnus-agent-save-groups): Delete.  Identical to
18442         gnus-agent-save-active.
18443         (gnus-agent-write-active): No longer adjust agent's copy of active
18444         file as agent's adjustments are now stored in their own
18445         file.  Remove optional parameter.
18446         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
18447         servers.  Add use of min/max range limits from server's local
18448         file.
18449         (gnus-agent-save-alist): Remove unused optional argument.
18450         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
18451         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
18452         (gnus-agent-set-local): A per-server file that keeps min/max range
18453         limits for articles known to the agent.  Provides a fast mechanism
18454         for altering many active ranges.
18455         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
18456         active file (local makes it unnecessary).
18457         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
18458
18459         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
18460         (agent-enable-undownloaded-faces): Add.
18461
18462         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
18463         disable it when sending to "nndraft:queue".
18464         (gnus-group-send-queue): Add safety check to avoid sending queue
18465         when unplugged.
18466
18467         * gnus-group.el (gnus-group-catchup): Use new
18468         gnus-sequence-of-unread-articles, not
18469         gnus-list-of-unread-articles, to avoid exhausting memory with huge
18470         numbers of articles.  Use gnus-range-map to avoid having to
18471         uncompress the unread list.
18472         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
18473         Fix invalid ange-ftp reference.
18474
18475         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
18476         (gnus-sorted-range-intersection): Intersection of two ranges
18477         without requiring that they first be uncompressed.
18478
18479         * gnus-start.el (gnus-activate-group): Unless blocked by the
18480         caller, possibly expand the active range to include both cached
18481         and agentized articles.
18482         (gnus-convert-old-newsrc): Rewrote in anticipation of having
18483         multiple version-dependent converters.
18484         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
18485         gnus-agent-save-active.
18486         (gnus-save-newsrc-file): Save dirty agent range limits.
18487
18488         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
18489         gnus-agent-possibly-alter-active.
18490         (gnus-adjust-marked-articles): Faster handling of simple lists.
18491
18492 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
18493
18494         * spam-stat.el (spam-stat-test-directory): New optional argument
18495         displays a list of files detected.  Suggested by Andrew Cohen
18496         <cohen@andy.bu.edu>.
18497         (spam-stat-buffer-words-with-scores): Don't narrow and change
18498         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
18499
18500 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
18501
18502         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
18503         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
18504         (spam-spamassassin-arguments)
18505         (spam-spamassassin-spam-flag-header)
18506         (spam-spamassassin-positive-spam-flag-header)
18507         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
18508         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
18509         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
18510         (spam-list-of-processors, spam-list-of-checks)
18511         (spam-list-of-statistical-checks, spam-registration-functions)
18512         (spam-check-spamassassin-headers, spam-check-spamassassin)
18513         (spam-spamassassin-score)
18514         (spam-spamassassin-register-with-sa-learn)
18515         (spam-spamassassin-register-spam-routine)
18516         (spam-spamassassin-register-ham-routine)
18517         (spam-assassin-register-spam-routine)
18518         (spam-assassin-register-ham-routine): Add SpamAssassin support.
18519         (spam-bogofilter-score): Fix to show article before scoring.
18520
18521 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
18522
18523         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
18524         default scoring function.
18525         (spam-generic-score): Call spam-spamassassin-score if
18526         spam-use-spamassassin or spam-use-spamassassin-headers is on;
18527         spam-bogofilter-score otherwise.
18528
18529         * gnus.el (spam-process, spam-autodetect-methods):
18530         Add spamassassin and spamassassin-headers.
18531
18532 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
18533
18534         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18535         Suppress unnecessary messages.
18536
18537 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
18538
18539         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
18540         make-hash-table.
18541
18542 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18543
18544         * canlock.el (base64-encode-string): Don't autoload it.
18545
18546 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18547
18548         * run-at-time.el: Remove useless (require 'itimer),
18549         eval-and-compile and (featurep 'xemacs).
18550
18551 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
18552
18553         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
18554         GROUP is a virtual group.
18555
18556 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
18557
18558         * gnus.el: Autoload `message-y-or-n-p'.
18559
18560 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
18561
18562         * pgg-parse.el: Remove unnecessary (require 'custom).
18563
18564         * pgg-def.el: do.
18565
18566         * nnmail.el: do.
18567
18568         * gnus-undo.el: do.
18569
18570         * gnus-picon.el: do.
18571
18572         * gnus-util.el: do.
18573
18574 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
18575
18576         * gnus-sum.el (gnus-pick-line-number): Add autoload.
18577
18578 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18579
18580         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
18581         handle, as well as a list.
18582
18583         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
18584         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
18585         (mm-w3m-cid-retrieve): Simplify.
18586
18587 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
18588
18589         * message.el (message-kill-to-signature): Allow prefix arg to
18590         specify number of lines to keep before signature.
18591
18592 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
18593
18594         * message.el (message-kill-to-signature): Change docstring.
18595
18596 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18597
18598         * canlock.el: Always require sha1-el.
18599         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
18600
18601         * message.el: Autoload sha1 only when compiling.
18602
18603         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
18604         eudc-expand-inline for XEmacs.
18605
18606 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18607
18608         * message.el (message-canlock-generate): Require sha1-el.
18609
18610 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
18611
18612         * message.el (message-expand-name): Silence the byte compiler.
18613
18614         * lpath.el: Add detect-coding-system.
18615
18616         * dgnushack.el (dgnushack-compile): Remove obsolete check for
18617         cus-edit.
18618
18619 2004-01-13  Simon Josefsson  <jas@extundo.com>
18620
18621         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
18622         Invoke gnus-score-mode.
18623         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18624
18625         * gnus-range.el (gnus-compress-sequence): Doc fix.
18626         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
18627
18628 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18629
18630         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
18631
18632 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
18633
18634         * spam.el (spam-get-article-as-string): Update to use
18635         gnus-request-article-this-buffer, much simpler.
18636         (spam-get-article-as-buffer): Remove.
18637
18638 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
18639
18640         * message.el (message-expand-name): Use EUDC if the user uses that.
18641
18642 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18643
18644         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
18645         character for the encoding to avoid consing a string.
18646
18647         * rfc2047.el (rfc2047-decode-string): Don't cons a string
18648         unnecessarily.
18649
18650         * mm-util.el (mm-replace-chars-in-string): Remove.
18651
18652         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
18653         of mm-replace-chars-in-string.
18654
18655 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
18656
18657         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
18658
18659         * mm-util.el (mm-subst-char-in-string): Support inplace.
18660
18661         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
18662         a new string in every iteration.  Use shy groups.
18663
18664 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
18665
18666         * gnus-srvr.el (gnus-browse-unsubscribe-group):
18667         * gnus-soup.el (gnus-soup-group-brew):
18668         * gnus-msg.el (gnus-put-message):
18669         * gnus-move.el (gnus-group-move-group-to-server):
18670         * gnus-kill.el (gnus-batch-score):
18671         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
18672         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
18673         (gnus-group-update-group, gnus-group-read-group)
18674         (gnus-group-make-group, gnus-group-make-help-group)
18675         (gnus-group-make-archive-group, gnus-group-make-directory-group)
18676         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
18677         (gnus-group-sort-by-unread, gnus-group-catchup)
18678         (gnus-group-unsubscribe-group, gnus-group-kill-group)
18679         (gnus-group-yank-group, gnus-group-set-info)
18680         (gnus-group-list-groups):
18681         * gnus.el (gnus-generate-new-group-name):
18682         * gnus-delay.el (gnus-delay-send-queue):
18683         * nnvirtual.el (nnvirtual-catchup-group):
18684         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
18685         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
18686         (gnus-group-prepare-topics, gnus-topic-check-topology):
18687         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
18688         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
18689         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
18690         (gnus-group-make-articles-read):
18691         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
18692         (gnus-group-change-level, gnus-kill-newsgroup)
18693         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
18694         (gnus-get-unread-articles, gnus-make-articles-unread)
18695         (gnus-make-ascending-articles-unread): Use accessor
18696         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
18697         to get group information for improved readability.
18698
18699
18700 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18701
18702         * gnus-art.el (article-decode-mime-words, article-babel)
18703         (gnus-article-highlight-signature, gnus-article-add-buttons)
18704         (gnus-signature-toggle): Use gnus-with-article-buffer.
18705
18706         * gnus-art.el (gnus-article-highlight-headers)
18707         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
18708
18709         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
18710         (gnus-article-set-globals, gnus-request-article-this-buffer)
18711         (gnus-button-message-id, gnus-article-maybe-hide-headers)
18712         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
18713         (gnus-mime-display-alternative): Use with-current-buffer.
18714
18715 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18716
18717         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
18718         also under 80 char limit, and call gnus-error if needed.
18719         (spam-fetch-article-header): Fix - it was a
18720         buffer-local variable (gnus-newsgroup-data).
18721         (spam-find-spam): Use spam-generate-fake-headers, forget about
18722         spam-insert-fake-headers.
18723         (spam-insert-fake-headers): Remove.
18724
18725 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18726
18727         * deuglify.el (gnus-article-outlook-unwrap-lines)
18728         (gnus-outlook-rearrange-article)
18729         (gnus-outlook-repair-attribution-outlook)
18730         (gnus-outlook-repair-attribution-block)
18731         (gnus-outlook-repair-attribution-other): Remove redundant
18732         save-excursion.
18733
18734 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18735
18736         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
18737         (spam-fetch-field-subject-fast)
18738         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
18739         (spam-fetch-article-header): Add functions to deal with Gnus
18740         internals for fast retrieval of article header data.
18741         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
18742
18743 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18744
18745         * pop3.el (pop3-md5): Remove.
18746         (pop3-apop): Replace pop3-md5 with md5.
18747
18748         * mm-bodies.el: base64 is always built-in.
18749
18750         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18751         Use with-current-buffer.
18752
18753 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18754
18755         * canlock.el (canlock-insert-header): Remove excessive grouping in
18756         regexp.
18757
18758         * gnus-sum.el (gnus-summary-read-document): Ditto.
18759
18760         * gnus-uu.el (gnus-uu-part-number): Ditto.
18761
18762         * html2text.el (html2text-remove-tags): Ditto.
18763         (html2text-format-tags): Ditto.
18764         (html2text-format-single-elements): Ditto.
18765
18766         * mml.el (mml-parse-1): Ditto.
18767
18768 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18769
18770         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
18771
18772         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
18773
18774         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
18775
18776         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
18777
18778 2003-11-15  Simon Josefsson  <jas@extundo.com>
18779
18780         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
18781         (pgg-gpg-lookup-key): Use regexp match instead of
18782         split-string (split-string is different between emacs 21.2 and
18783         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
18784
18785 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18786
18787         * gnus-art.el (gnus-mime-view-all-parts)
18788         (gnus-article-part-wrapper, gnus-article-view-part):
18789         Use with-current-buffer.
18790
18791 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18792
18793         * spam.el (spam-disable-spam-split-during-ham-respool)
18794         (spam-spamoracle-database, spam-cache-lookups)
18795         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
18796         (spam-group-ham-mark-p, spam-group-spam-mark-p)
18797         (spam-group-ham-marks, spam-group-spam-marks)
18798         (spam-group-spam-contents-p, spam-group-ham-contents-p)
18799         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
18800         also add spam-use-blackholes to the statistical checks.
18801         (spam-fetch-field-fast): Add interface to fetching fields, may
18802         become a macro.
18803         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
18804         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
18805         (spam-insert-fake-headers): Fake an article when needed.
18806         (spam-find-spam): Fake article when possible.
18807         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
18808         (spam-check-bogofilter-headers): Use message-fetch-field instead
18809         of nnmail-fetch-field.
18810
18811 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18812
18813         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
18814
18815 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18816
18817         * spam.el (spam-split): Do not require spam-use-CHECK to be
18818         enabled if that check is passed to spam-split explicitly; also
18819         fix so 'spam doesn't get converted to spam-split-group when
18820         spam-split-symbolic-return is t.
18821         (spam-find-spam): Find registrations of the article and use those
18822         instead of re-running spam-split to find the spam/ham
18823         classification of the article.
18824         (spam-log-processing-to-registry, spam-log-registered-p)
18825         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18826         Use gnus-error instead of gnus-message.
18827         (spam-log-registration-type): Add function to determine the
18828         classification of a message based on registry entries; will
18829         return nil if both 'spam and 'ham are found.
18830         (spam-check-BBDB): Expand all the BBDB macros here so we can have
18831         a reasonably fast local cache without the loading errors.
18832         (spam-cache-lookups): Set to t by default.
18833         (spam-find-spam): Don't try to guess spam-cache-lookups.
18834         (spam-enter-whitelist, spam-enter-blacklist): Clear the
18835         spam-caches entry.
18836         (spam-filelist-build-cache, spam-filelist-check-cache):
18837         Fix caching of whitelist/blacklist entries.
18838         (spam-check-whitelist, spam-check-blacklist):
18839         Invoke spam-from-listed-p with a type, not a cache variable.
18840         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
18841
18842 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18843
18844         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
18845
18846         * nnmail.el (nnmail-split-fancy): do.
18847
18848         * mml.el (mml-parse): do.
18849
18850         * gnus-score.el (gnus-enter-score-words-into-hashtb)
18851         (gnus-score-adaptive): do.
18852
18853 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18854
18855         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
18856         (gnus-mime-button-map): Don't set keymap parent.
18857         (gnus-button-ctan-directory-regexp): Use shy grouping.
18858         (gnus-prev-page-map): Don't set keymap parent.
18859         (gnus-prev-page-map): Remove duplicated one.
18860         (gnus-next-page-map): Don't set keymap parent.
18861         (gnus-mime-security-button-map): Ditto.
18862
18863         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
18864         version number.
18865
18866         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
18867
18868 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18869
18870         * canlock.el (canlock-sha1-function): Remove.
18871         (canlock-sha1-function-for-verify): Remove.
18872         (canlock-openssl-program): Remove.
18873         (canlock-openssl-args): Remove.
18874         (canlock-ignore-errors): Remove.
18875         (canlock-sha1-with-openssl): Remove.
18876         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
18877         (canlock-verify): Don't use canlock-ignore-errors.
18878
18879         * sha1-el.el (sha1-string-external): Make it can return a string
18880         in binary form.
18881         (sha1-region-external): Ditto.
18882         (sha1-string-internal): Ditto.
18883         (sha1-region-internal): Ditto.
18884         (sha1-region): Ditto.
18885         (sha1-string): Ditto.
18886         (sha1): Ditto.
18887
18888 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18889
18890         * spam.el (spam-report-articles-gmane): New command.
18891
18892 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18893
18894         * gnus.el: Don't make unnecessary *Group* buffer when loading.
18895
18896         * run-at-time.el (run-at-time-saved): Remove.
18897         (run-at-time): Doc fix.
18898
18899 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18900
18901         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
18902         (gnus-summary-limit-map): Add it.
18903         (gnus-summary-make-menu-bar): do.
18904
18905 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
18906
18907         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
18908         Make attempt at some caching support (done for BBDB only now).
18909         (spam-find-spam): Set spam-cache-lookups if there are more than 2
18910         addresses to be checked.
18911         (spam-clear-cache-BBDB): Add function, to be invoked by
18912         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
18913         (spam-check-BBDB): Check and use the caches, if
18914         spam-cache-lookups is on, remove superfluous (provide).
18915
18916 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
18917
18918         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
18919
18920 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
18921
18922         * run-at-time.el (run-at-time-saved): Move to after the definition
18923         of `run-at-time'.
18924
18925         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
18926
18927 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18928
18929         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
18930         mm-w3m-local-map-property.
18931
18932         * mm-view.el (mm-w3m-mode-map): Remove.
18933         (mm-w3m-local-map-property): Remove.
18934         (mm-inline-text-html-render-with-w3m): Don't use
18935         mm-w3m-local-map-property.
18936
18937 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18938
18939         * run-at-time.el: New file.
18940
18941         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
18942         under Emacs.
18943
18944         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
18945         of gnus-set-text-properties.
18946
18947         * gnus-uu.el (gnus-uu-save-article): Ditto.
18948
18949         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
18950
18951         * gnus-cite.el (gnus-cite-parse): Ditto.
18952
18953         * gnus-art.el (gnus-button-push): Use set-text-properties instead
18954         of gnus-.
18955
18956         * gnus-xmas.el (run-at-time): Require run-at-time.
18957
18958         * gnus.el: Change calls to nnheader-run-at-time and
18959         password-run-at-time throughout to use run-at-time directly.
18960
18961         * password.el: Remove definition of run-at-time.
18962
18963         * nnheaderxm.el: Remove definition of run-at-time.
18964
18965 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
18966
18967         * mml.el (mml-minibuffer-read-disposition): Show attachment type
18968         in prompt.
18969
18970 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18971
18972         * messagexmas.el (message-xmas-redefine): Alias
18973         `message-make-caesar-translation-table' to
18974         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
18975         version.
18976
18977         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
18978         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
18979         `gnus-xmas-set-text-properties'.
18980         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
18981         `gnus-xmas-completing-read'.
18982         (gnus-xmas-completing-read): Removed.
18983         (gnus-xmas-open-network-stream): Removed.
18984
18985         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
18986         XEmacs version.
18987
18988         * dns.el (dns-make-network-process): Use `open-network-stream'
18989         instead of `gnus-xmas-open-network-stream'.
18990
18991         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
18992
18993         * .cvsignore: Add auto-autoloads.el, custom-load.el.
18994
18995 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18996
18997         * gnus-art.el (gnus-mime-display-alternative)
18998         (gnus-insert-mime-button, gnus-insert-mime-security-button)
18999         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
19000         Don't use gnus-local-map-property.
19001
19002         * gnus-util.el (gnus-local-map-property): Remove.
19003
19004         * mm-view.el (mm-view-pkcs7-decrypt):
19005         Replace gnus-completing-read-maybe-default with completing-read.
19006
19007         * gnus-util.el (gnus-completing-read): do.
19008         (gnus-completing-read-maybe-default): Remove.
19009
19010 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19011
19012         * password.el: Only autoload `run-at-time' if not XEmacs.
19013         Only autoload the itimer functions if XEmacs.
19014
19015 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19016
19017         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
19018         XEmacsen.
19019
19020         * dgnushack.el: Autoload executable-find for XEmacs.
19021
19022 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19023
19024         * gnus-art.el (gnus-read-string): Remove.
19025         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
19026         read-string.
19027
19028 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
19029
19030         * netrc.el: Autoload password-read.
19031         (netrc): Add configuration group.
19032         (netrc-encoding-method, netrc-openssl-path):
19033         Add variables for encoding and decoding of files with symmetric
19034         ciphers.
19035         (netrc-encode): Add assistant function to encode a file with
19036         netrc-encoding-method.
19037         (netrc-parse): Add interactive parameter, added optional
19038         decoding if netrc-encoding-method is non-nil but otherwise
19039         behavior is standard.
19040         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
19041         Do s/encode/encrypt/ everywhere.
19042
19043         * spam.el: Remove executable-find autoload.
19044
19045 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19046
19047         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
19048
19049         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
19050
19051 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19052
19053         * gnus-art.el (gnus-treat-ansi-sequences)
19054         (article-treat-ansi-sequences): New variable and function.
19055         Suggested by Dan Jacobson <jidanni@jidanni.org>.
19056
19057         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19058         Use it.
19059
19060 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19061
19062         * mm-util.el (mm-quote-arg): Remove.
19063
19064         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
19065         shell-quote-argument.
19066
19067         * gnus-uu.el (gnus-uu-command): do.
19068
19069         * gnus-sum.el (gnus-summary-insert-pseudos): do.
19070
19071         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
19072         with make-char.
19073
19074         * mm-util.el (mm-make-char): Remove.
19075
19076         * mml.el (mml-mode): Replace gnus-add-minor-mode with
19077         add-minor-mode.
19078
19079         * gnus-undo.el (gnus-undo-mode): do.
19080
19081         * gnus-topic.el (gnus-topic-mode): do.
19082
19083         * gnus-sum.el (gnus-dead-summary-mode): do.
19084
19085         * gnus-start.el (gnus-slave-mode): do.
19086
19087         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
19088
19089         * gnus-ml.el (gnus-mailing-list-mode): do.
19090
19091         * gnus-gl.el (gnus-grouplens-mode): do.
19092
19093         * gnus-draft.el (gnus-draft-mode): do.
19094
19095         * gnus-dired.el (gnus-dired-mode): do.
19096
19097         * gnus-ems.el (gnus-add-minor-mode): Remove.
19098
19099         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19100         Replace gnus-char-width with char-width.
19101
19102         * gnus-ems.el (gnus-char-width): Remove.
19103
19104         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19105         Replace gnus-char-width with char-width.
19106
19107         * gnus-ems.el (gnus-char-width): Remove.
19108
19109         * spam-stat.el (with-syntax-table): Remove with-syntax-table
19110         definition.
19111         Remove Emacs 20 hash table compatibility code.
19112
19113         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
19114         20 compatibility code.
19115
19116         * spam.el (spam-point-at-eol): Replace with point-at-eol.
19117
19118         * smime.el (smime-point-at-eol): Replace with point-at-eol.
19119
19120         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
19121         Replace with point-at-{eol,bol}.
19122
19123         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
19124
19125         * imap.el (imap-point-at-eol): Replace with point-at-eol.
19126
19127         * flow-fill.el (fill-flowed-point-at-bol)
19128         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
19129
19130         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
19131         Replace with point-at-{eol,bol} throughout all files.
19132
19133 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19134
19135         * ntlm.el (ntlm-string-as-unibyte): New macro.
19136         (ntlm-build-auth-response): Use it.
19137
19138         Remove Emacs 20 stuff:
19139         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
19140         (butlast, mapc, remove): Remove the compiler macros.
19141         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
19142         of delq and copy-sequence.
19143         * gnus-art.el (popup-menu): Remove the compiler macro.
19144         * nnmail.el (nnmail-split-fancy): Don't support customizing with
19145         Emacs 20.
19146
19147 2004-01-05  Simon Josefsson  <jas@extundo.com>
19148
19149         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
19150         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
19151         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
19152         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
19153         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
19154         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
19155         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
19156         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
19157         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
19158         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
19159         ntlm-string-permute, string-lshift into ntlm-string-lshift,
19160         string-xor into ntlm-string-xor.
19161         Suggested by Jesper Harder <harder@myrealbox.com>.
19162
19163         * ntlm.el: Don't include poem.
19164
19165         * md4.el (print-int32, print-string-hexa): Remove.
19166         Suggested by Jesper Harder <harder@myrealbox.com>.
19167
19168         * sasl-ntlm.el, ntlm.el, md4.el: New files.
19169
19170         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
19171         probably breaks emacs with DL patch, but do we care? Is anyone
19172         still using the DL stuff?)
19173
19174         * sieve-manage.el: Use the password package.
19175         (sieve-manage-read-passwd): Remove.
19176         (sieve-manage-interactive-login): Use password.  Re-add
19177         condition-case around loop.
19178
19179         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
19180         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19181         Use the password package.
19182
19183 2003-02-19  Simon Josefsson  <jas@extundo.com>
19184
19185         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
19186         token.
19187
19188 2002-08-07  Simon Josefsson  <jas@extundo.com>
19189
19190         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
19191         (sieve-manage-authenticators):
19192         (sieve-manage-authenticator-alist): Add some SASL mechs.
19193         (sieve-sasl-auth): New function.
19194         (sieve-manage-cram-md5-auth):
19195         (sieve-manage-plain-auth): Rewrite using SASL library.
19196         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
19197         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
19198         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
19199         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
19200
19201 2004-01-05  Simon Josefsson  <jas@extundo.com>
19202
19203         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
19204         New files.
19205
19206 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19207
19208         * gnus-group.el (gnus-no-groups-message): Update.
19209
19210         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
19211
19212 2003-11-09  Simon Josefsson  <jas@extundo.com>
19213
19214         * imap.el: Support for ID IMAP extension (RFC 2971).
19215         (imap-local-variables): Add imap-id.
19216         (imap-id): New variable.
19217         (imap-id): New function.
19218         (imap-parse-response): Parse untagged ID response.
19219         * nnimap.el (nnimap-id): New variable.
19220         (nnimap-open-connection): Use it.
19221
19222 2003-12-28  Simon Josefsson  <jas@extundo.com>
19223
19224         * gnus-score.el (gnus-score-edit-all-score): New.
19225         * gnus-group.el (gnus-group-score-map): Bind it to W e.
19226
19227 2004-01-04  Simon Josefsson  <jas@extundo.com>
19228
19229         * password.el: Add.
19230
19231 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
19232
19233         * dns.el (dns-query-types): Fix typo.
19234         (dns-query-types): New function.
19235         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
19236         PTR and SOA replies, see RFC 1035.
19237
19238 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19239
19240         * gnus.el (gnus-logo-color-style): Change colors to `no'.
19241
19242         * Move to Changelog.2.
19243
19244 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19245
19246         * gnus.el (gnus-version-number): Bump version.
19247
19248 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19249
19250         * gnus.el: No Gnus v0.1 is released.
19251
19252 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19253
19254         * gnus.el: No Gnus v0.0 is released.
19255
19256 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19257
19258         * gnus.el (gnus-version-number): Bump.
19259         (gnus-version): No.
19260
19261 See ChangeLog.2 for earlier changes.
19262
19263     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
19264       Free Software Foundation, Inc.
19265
19266   This file is part of GNU Emacs.
19267
19268   GNU Emacs is free software: you can redistribute it and/or modify
19269   it under the terms of the GNU General Public License as published by
19270   the Free Software Foundation, either version 3 of the License, or
19271   (at your option) any later version.
19272
19273   GNU Emacs is distributed in the hope that it will be useful,
19274   but WITHOUT ANY WARRANTY; without even the implied warranty of
19275   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19276   GNU General Public License for more details.
19277
19278   You should have received a copy of the GNU General Public License
19279   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
19280
19281 ;; Local Variables:
19282 ;; coding: utf-8
19283 ;; fill-column: 79
19284 ;; add-log-time-zone-rule: t
19285 ;; End: