shr-color: really return background if fixed
[gnus] / lisp / ChangeLog
1 2010-11-24  Julien Danjou  <julien@danjou.info>
2
3         * shr-color.el (shr-color-visible): Really return original background
4         if fixed.
5
6 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7
8         * shr.el (shr-color-check): Protect against non-existant colour names.
9
10 2010-11-24  Julien Danjou  <julien@danjou.info>
11
12         * color-lab.el: Require 'cl when compiling.
13
14         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
15
16         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
17         matched part.
18
19         * color-lab.el: Fix all expt calls to use float type.
20
21 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22
23         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
24         expression to shr-color-check as is.
25
26         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
27
28         * color-lab.el: Add coding cookie.
29         (float-pi): Use eval-and-compile.
30
31         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
32         compiled for Emacsen having no `libxml-parse-html-region' support.
33
34 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
35
36         * shr.el (shr-insert-color-overlay): Split stuff like
37         "#444444 !important" to find the real colour.
38         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
39         parse <font color="red"> entries.
40
41 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
42
43         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
44         point when parsing headers.
45
46         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
47         is positioned properly when parsing headers.
48
49 2010-11-23  Julien Danjou  <julien@danjou.info>
50
51         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
52
53         * shr-color.el (shr-color->hexadecimal): Add support for color names.
54
55         * shr.el (shr-parse-style): Replace \n with space in style parsing.
56
57         * shr-color.el (shr-color-hsl-to-rgb-fractions): Use shr-color-hue-to-rgb.
58         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
59
60 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
61
62         * shr.el (shr-color->hexadecimal): Autoload.
63         (shr-descend): Add color to all tags.
64
65 2010-11-22  Julien Danjou  <julien@danjou.info>
66
67         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
68         shr-color->hexadecimal.
69
70         * shr-color.el (shr-color->hexadecimal): Add converting functions for
71         RGB() or HSL() color representation.
72
73         * shr.el (shr-tag-font): Add.
74         (shr-tag-color-check): New function to get better colors.
75         (shr-tag-insert-color-overlay): Factorize code between tag-font and
76         tag-span.
77
78         * shr-color.el: New file.
79
80         * color-lab.el: New file.
81
82         * gnus-art.el (gnus-url-mailto): Do not downcase args.
83
84 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
85
86         * nnir.el: Fix typo in comments.
87         (nnir-run-imap): Simplify code. No need to reverse artlist.
88         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
89
90 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
91
92         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
93
94         * nnimap.el (nnimap-get-capabilities): Refactor out.
95         (nnimap-open-connection): Re-request capabilities after STARTTLS.
96
97 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
98
99         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
100         appearing when `mm-uu-hide-markers' is nil.
101
102 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
103
104         * nnimap.el (nnimap-unselect-group): Make into its own function.
105         (nnimap-request-rename-group): Unselect group before renaming.
106         This had gotten lost somewhere.
107         (nnimap-request-accept-article): Keep track of examined groups, and
108         unselect the group before APPENDing to read-only groups.
109         (nnimap-request-move-article): Clear flags before moving so that they
110         can be re-set later.
111
112 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
113
114         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
115         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
116
117 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
118
119         * gnus-art.el (gnus-mime-display-single)
120         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
121         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
122         parameter.
123
124 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
125
126         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
127         (shr-table-vertical-line): New variable.
128         (shr-insert-table): Use it.
129
130 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
131
132         * gnus-html.el (gnus-html-wash-images): Don't display images if
133         gnus-inhibit-images is non-nil; register displayer for cid images.
134         (gnus-html-display-image): Work for cid image.
135         (gnus-html-insert-image): Allow arguments.
136         (gnus-html-put-image): Inhibit read-only.
137         (gnus-html-prefetch-images): Don't prefetch images if
138         gnus-inhibit-images is non-nil.
139
140 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
141
142         * shr.el (shr-put-image): Break lines when inserting big pictures.
143
144 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
145
146         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
147         sender, thanks Katsumi Yamaoka.
148
149 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
150
151         * nnir.el (nnir-run-imap): Reverse the article list for each group
152         rather than the whole list.
153
154 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
155
156         * shr.el (shr-image-displayer): Protect function against non-existent
157         image source.
158
159         * gnus-art.el (gnus-inhibit-images): New user option.
160         (gnus-mime-display-single): Don't display image if it is non-nil.
161
162         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
163         gnus-inhibit-images.
164
165         * shr.el (shr-image-displayer): New function.
166         (shr-tag-img): Use it.
167
168 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
169
170         * mml2015.el (mml2015-epg-sign): Use From header.
171
172 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
173
174         * gnus-html.el (gnus-html-wash-images): Register a displayer.
175
176         * gnus-util.el (gnus-find-text-property-region): Return markers.
177
178         * shr.el (shr-tag-img): Put a displayer in the text property.
179
180         * gnus-util.el (gnus-find-text-property-region): New utility function.
181
182         * gnus-html.el (gnus-html-display-image): Make the alt optional.
183         (gnus-html-show-images): Remove.
184
185         * gnus-art.el (gnus-article-show-images): New, more general function.
186
187         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
188         image url text properties.
189
190         * shr.el: Ditto.
191
192         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
193         gnus-agent-auto-agentize-methods is set.  Which it isn't.
194
195 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
196
197         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
198         work for two or more articles.
199
200 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
201
202         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
203         divide an image that's in an html article to two or more when washing
204         non-ASCII characters in alt text of it.
205
206 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
207
208         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
209         smime-decrypt-region using function argument.
210         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
211
212         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
213
214         * smime.el (smime-decrypt-region): Catch it.
215
216 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
217
218         * smime.el (smime-mode-map): Move initialization into declaration.
219         (gnus-run-mode-hooks): Don't autoload.
220         (smime-mode): Use define-derived-mode.
221
222 2010-11-11  Glenn Morris  <rgm@gnu.org>
223
224         * smime.el (from): Restrict declaration to XEmacs.
225
226         * nnir.el (gnus-group-topic-name): Autoload.
227
228 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
229
230         * shr.el (shr-insert): Don't break long line if it is because of
231         kinsoku-bol characters in the line end.
232
233 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
234
235         * nnir.el (nnir-request-move-article): Fix to provide original group
236         and subject.
237         (nnir-warp-to-article): Don't fail on articles whose headers haven't
238         been retrieved.
239
240         * gnus-sum.el (gnus-summary-move-article): Use original group and
241         subject for virtual articles such as those in an nnir summary buffer.
242
243 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
244
245         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
246         least 21.5).
247
248         * smime.el (from): Declare it again for XEmacs.
249
250 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
251
252         * message.el (message-resend): Don't disable encoding unless it's
253         already encoded.
254
255         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
256         low-numbered articles.
257
258 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
259
260         * rfc2047.el (rfc2047-syntax-table): Simplify.
261
262         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
263
264         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
265         set-char-table-range for XEmacs.
266
267 2010-11-10  Glenn Morris  <rgm@gnu.org>
268
269         * time-date.el (time-to-seconds): Always an alias on Emacs,
270         never a real function.
271         (with-no-warnings): Remove compat stub, now unused.
272         (time-less-p): Doc fix.
273         (time-to-number-of-days): Simplify.
274
275         * smime.el (from): Remove unused declaration.
276
277         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
278         (gnus-float-time): On Emacs, always an alias.
279
280         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
281         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
282
283 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
284
285         * dgnushack.el: Don't use ignore-errors in the top level form since it
286         is unavailable in XEmacs even if cl is loaded.
287
288         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
289
290 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
291
292         * shr.el (browse-url-mailto): Autoload.
293
294         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
295
296         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
297         regexp doesn't need quoting.
298
299 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
300
301         * message.el (message-subject-trailing-was-ask-regexp)
302         (message-subject-trailing-was-regexp): Match was: in addition to was.
303
304 2010-11-09  Glenn Morris  <rgm@gnu.org>
305
306         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
307         (nnbabyl-check-mbox): Use point-at-bol.
308
309 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
310
311         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
312
313         * message.el (message-mailto): New function.
314         (message-mailto): Should accept other parameters.
315         (message-mailto): Remove since it duplicates browse-url-mailto
316         functionality.
317
318 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
319
320         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
321         methods.
322         (gnus-read-active-file): Ditto.
323
324         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
325         ": " from the prompt.
326         (gnus-group-make-group): Ditto.
327
328 2010-11-07  Glenn Morris  <rgm@gnu.org>
329
330         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
331         (gnus-bookmark-kill-line): Use point-at-eol.
332
333 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
334
335         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
336         asterisks in From header.
337
338 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
339
340         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
341         string to avoid making the From headers syntactically invalid.
342
343         * message.el (message-send-mail): Don't insert courtesy messages if the
344         message already has List-Post and List-ID messages.
345
346 2010-11-06  Glenn Morris  <rgm@gnu.org>
347
348         * gnus-art.el (gnus-treat-article): Give dynamic local variables
349         `condition', `type', `length' a prefix.
350         (gnus-treat-predicate): Update for above name changes.
351
352 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
353
354         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
355         binding.  Handled by `gnus-summary-refer-thread' instead.
356         (nnir-warp-to-article): New backend function.
357
358         * nnimap.el (nnimap-request-thread): Force dependency updating.
359
360         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
361         (gnus-summary-refer-thread): Rework to improve thread-referral.
362
363         * gnus-int.el (gnus-warp-to-article): New function.
364
365         * gnus-sum.el (gnus-summary-article-map): Bind it.
366
367 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
368
369         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
370         gnus-summary-refer-thread.
371
372         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
373         headers.
374         (gnus-summary-limit-include-thread): Prevent articles in thread from
375         being cut in gnus-cut-threads.
376         (gnus-summary-refer-thread): Limit retrieved headers to those in
377         thread.
378
379 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
380
381         * message.el (message-send-mail): Use the value of
382         message-courtesy-message from the message buffer.
383
384         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
385
386         * shr.el (shr-browse-url): Implement mailto: URLs.
387
388         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
389         "raw".
390
391         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
392         if it's already selected.
393
394         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
395
396 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
397
398         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
399         to measure the length and truncate alt text.
400
401 2010-11-03  Glenn Morris  <rgm@gnu.org>
402
403         * nndiary.el (nndiary-generate-nov-databases-1)
404         (nndiary-generate-active-info): Rename dynamic variable `files' to
405         something less generic.
406
407 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
408
409         * nnir.el (nnir-request-move-article): Call the underlying backend to
410         move articles from nnir.
411
412 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
413
414         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
415
416 2010-11-02  Julien Danjou  <julien@danjou.info>
417
418         * nnir.el: Remove wais support.
419
420 2010-11-02  Glenn Morris  <rgm@gnu.org>
421
422         * gnus-html.el: Reorder requirements to quieten compiler.
423
424 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
425
426         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
427         properly for XEmacs as well.
428         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
429         (gnus-article-natural-long-line-p): Use window-width rather than
430         frame-width.
431
432 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
433
434         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
435         (nnir-read-parms): Don't modify query.
436         (nnir-run-query): Add ability to search topic on current line.
437         (nnir-get-active): Clean up.
438
439 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
440
441         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
442         degenerate articles.
443
444         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
445         (gnus-print-buffer): Just print the buffer as is, without any copying
446         to a buffer and then re-highlighting.
447
448         * nnimap.el (nnimap-request-group): Store the new updated info.
449         (nnimap-request-group): Select the group when we don't know whether it
450         exists or not.
451
452         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
453         groups.
454
455         * gnus-group.el (gnus-group-find-new-groups): Display all the new
456         groups.
457
458         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
459         groups.
460
461         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
462         long-lines case by only filling the long lines.
463
464         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
465         (bug #7311).
466
467 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
468
469         * shr.el: No need to declare `declare-function' since shr.el is for
470         only Emacsen that provide `libxml-parse-html-region'.
471
472         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
473         effective only in a file it is referred to.
474
475 2010-11-01  Glenn Morris  <rgm@gnu.org>
476
477         * mm-util.el (gnus-completing-read): Autoload.
478         (mm-read-coding-system): Simplify Emacs definition.
479
480         * nnmail.el (gnus-activate-group):
481         * nnimap.el (gnutls-negotiate):
482         * nntp.el (netrc-parse): Fix declarations.
483
484 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
485
486         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
487         string-match-p in Emacs >=23.
488
489         * gnus-msg.el (gnus-configure-posting-styles)
490         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
491
492 2010-11-01  Glenn Morris  <rgm@gnu.org>
493
494         * nnir.el (declare-function): Add compat stub.
495         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
496         (nnir-run-gmane): Require 'mm-url.
497
498         * mm-util.el (mm-string-to-multibyte): Simplify.
499
500         * shr.el (declare-function): Add compat stub.
501         (url-cache-create-filename): Declare.
502         (mm-disable-multibyte, widget-convert-button): Autoload.
503
504         * smime.el (ldap-search): Declare.
505         (smime-cert-by-ldap-1): Require ldap on Emacs.
506
507         * nnimap.el: Require nnmail, and gnus-sum when compiling.
508         (nnimap-keepalive): Use gnus-float-time.
509
510         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
511         (mail-source-delete-crash-box): Use gnus-float-time.
512
513         * gnus-dired.el (gnus-completing-read): Autoload.
514
515         * mm-view.el (gnus-rescale-image): Autoload.
516
517         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
518
519         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
520
521         * sieve-manage.el: Require 'cl when compiling.
522
523         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
524         (gnus-iswitchb-completing-read): Require iswitchb.
525         (gnus-select-frame-set-input-focus): Silence compiler.
526
527 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
528
529         * message.el (message-subject-trailing-was-query): Change default to t,
530         since I think that's what most people want.
531
532         * nnimap.el (nnimap-request-accept-article): Erase buffer before
533         appending for easier debugging.
534         (nnimap-wait-for-connection): Take a regexp.
535         (nnimap-request-accept-article): Wait for the continuation line before
536         sending anything unless we're streaming.
537
538         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
539         leave the header washing to take place.
540
541 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
542
543         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
544         regular expression match and replace in posting styles.
545
546 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
547
548         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
549         an entire server.
550         (nnir-get-active): New function.
551         (nnir-run-imap): Use it.
552         (nnir-run-gmane): Who knew, gmane search returns an article score!
553
554         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
555         server on the current line with nnir.
556
557 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
558
559         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
560         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
561         left edge.
562         (gnus-article-foldable-buffer): Skip past the prefix when determining
563         raggedness.
564
565         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
566         the raw article, and change `C-u g' to show the article without doing
567         treatments.
568
569         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
570         on to `gnus-treat-article'.
571         (gnus-inhibit-article-treatments): New variable.
572
573         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
574
575         * gnus-art.el (gnus-treatment-function-alist): Have
576         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
577         (gnus-treat-fill-long-lines): Change default to fill all text/plain
578         sections.
579
580         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
581         parameter.
582         (gnus-article-fill-cited-long-lines): New function.
583         (gnus-article-fill-cited-article): Allow filling only long sections.
584
585         * shr.el (shr-find-fill-point): Don't break lines between punctuation
586         and non-punctuation (like after the apostrophe in "'We").
587
588         * gnus-sum.el (gnus-summary-select-article): Make sure
589         gnus-original-article-buffer is alive.
590
591         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
592         reflect the order they're in in the digest.
593
594         * gnus.el (gnus-group-startup-message): Move point to the start of the
595         buffer.
596
597         * nnimap.el (nnimap-capability): New function.
598         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
599         is set.
600
601 2010-10-31  David Engster  <dengste@eml.cc>
602
603         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
604         conform with changes to gnus-completing-read.
605
606 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
607
608         * shr.el (shr-tag-img): Output "*" instead of "[img]".
609
610 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
611
612         * nnir.el: Move defvar, defcustom around to keep file organized
613         and keep byte-compiler quiet.
614         (nnir-read-parms): Accept search-engine as arg.
615         (nnir-run-query): Pass search-engine as arg.
616         (nnir-search-engine): Remove.
617
618 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
619
620         * shr.el (shr-generic): The text nodes should be text, not :text.
621
622         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
623         later in the file.
624
625 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
626
627         * nnir.el: General clean up.  Allow searching with multiple engines.
628         Allow separate extra-parameters for each engine.
629         Batch queries when possible.
630         (nnir-imap-default-search-key,nnir-method-default-engines):
631         Add customize interface.
632         (nnir-run-gmane): New engine.
633         (nnir-engines): Use it.  Qualify all prompts with engine name.
634         (nnir-search-engine): Remove global variable.
635         (nnir-run-hyrex): Restore for now.
636         (nnir-extra-parms,nnir-search-history): New variables.
637         (gnus-group-make-nnir-group): Use them.
638         (nnir-group-server): Remove in favor of gnus-group-server.
639         (nnir-request-group): Avoid searching twice.
640         (nnir-sort-groups-by-server): New function.
641
642 2010-10-30  Julien Danjou  <julien@danjou.info>
643
644         * gnus-group.el: Remove gnus-group-fetch-control.
645
646         * gnus-start.el (gnus-find-new-newsgroups):
647         Remove gnus-check-first-time-used.
648
649         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
650
651 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
652
653         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
654         set on groups that don't have \* permanentflags.
655
656 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
657
658         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
659         control the background color.
660         (shr-tag-img): Ignore very small web bug type images.
661         (shr-put-image): Add help-echo alt texts to the images.
662         (shr-tag-video): Show the video poster image.
663
664 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
665
666         * shr.el (shr-table-depth): New variable.
667         (shr-tag-table-1): Only insert the images after the top-level table.
668
669         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
670
671         * gnus-util.el (gnus-list-memq-of-list): New function.
672
673         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
674         selected.
675         (nnimap-unsplittable-articles): New slot.
676         (nnimap-new-articles): Use it.
677
678 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
679
680         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
681         move to the previous line on `M-g'.
682
683 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
684
685         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
686         *-request-group, which seems unnecessary.
687
688         * nnimap.el (nnimap-quote-specials): Function copied over from
689         imap.el.
690         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
691         they support that.  Suggested by Tom Regner.
692
693 2010-10-29  Julien Danjou  <julien@danjou.info>
694
695         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
696         defalias.
697         (gnus-summary-delete-marked-with): Remove obsolete defalias.
698
699         * gnus.el: Remove `gnus-nntp-service' variable.
700         (gnus-secondary-servers): Make obsolete.
701         (gnus-nntp-server): Make obsolete.
702
703         * gnus-start.el (gnus-1): Remove x-splash calls.
704
705         * gnus-ems.el (gnus-x-splash): Remove.
706
707         * gnus.el (gnus-group-startup-message): Simplify/update code.
708
709         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
710         definition.
711
712         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
713         capability before doing anything.
714         (gnus-group-insert-group-line): Remove useless
715         gnus-group-remove-excess-properties.
716
717 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
718
719         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
720
721 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
722
723         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
724         config after reselecting.
725
726 2010-10-28  Julien Danjou  <julien@danjou.info>
727
728         * shr.el (shr-put-image): Use point even if only inserting text.
729         (shr-put-image): Save excursion when inserting alt text on non-graphic
730         display, so the behaviour is the same when we are on a graphic display.
731
732         * nnir.el (nnir-run-swish-e): Remove hyrex support.
733
734 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
735
736         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
737         (gnus-mime-copy-part): Check coding system, not charset.
738         (gnus-mime-view-part-externally): Never remove part.
739         (gnus-mime-view-part-internally): Don't remove part here.
740         (gnus-article-part-wrapper): Make sure MIME tag is visible.
741         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
742         multipart/alternative.
743
744         * mm-decode.el (mm-display-part): Take optional arg `force'.
745
746 2010-10-26  Julien Danjou  <julien@danjou.info>
747
748         * gnus-group.el (gnus-group-default-list-level): Add this function to
749         compute the default list level.
750         (gnus-group-default-list-level): Add possibility to use a function.
751
752 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
753
754         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
755
756         * gnus-group.el (gnus-group-completing-read)
757         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
758         gnus-replace-in-string.
759
760 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
761
762         * shr.el (shr-tag-div): Add.
763
764         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
765
766 2010-10-25  Julien Danjou  <julien@danjou.info>
767
768         * gnus-util.el: Remove `gnus-with-local-quit'.
769
770         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
771
772 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
773
774         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
775         the original article buffer.
776
777 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
778
779         * nnimap.el (nnimap-request-head): New function.
780         (nnimap-request-move-article): Try to be slighly faster by not
781         requesting the entire message when moving.
782         (nnimap-transform-headers): Don't bug out on bodiless articles.
783         (nnimap-send-command): Have no outstanding messages if the IMAP server
784         doesn't support streaming.
785         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
786
787 2010-10-24  Julien Danjou  <julien@danjou.info>
788
789         * message.el (message-default-headers): Fix type.
790
791 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
792
793         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
794         prefetching images.
795
796         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
797         backend for unknown groups.  This is mainly useful for nnimap groups.
798
799         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
800         group isn't covered by the agent.
801
802 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
803
804         * nnir.el (nnir-method-default-engines): New variable.
805         (nnir-run-query): Use it.
806         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
807         (gnus-summary-nnir-goto-thread): Change group if needed.
808
809         * gnus-group.el (gnus-group-group-map): Add key binding for
810         gnus-group-make-nnir-group.
811
812 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
813
814         * shr.el (shr-tag-object): Add.
815
816         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
817         original article buffer live.
818         (gnus-summary-select-article-buffer):
819         Mention gnus-widen-article-buffer.
820
821 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
822
823         * shr.el (shr-tag-strong): Add.
824
825 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
826
827         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
828         group names.  They mess up the group buffer badly.
829
830         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
831
832         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
833         instead of the summary one.
834
835 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
836
837         * mml.el (mml-preview): Work properly when editing article.
838
839         * gnus-start.el (gnus-read-active-file-1): Don't add method to
840         gnus-have-read-active-file if it's already been in.
841
842 2010-10-22  Tom Tromey  <tromey@redhat.com>
843
844         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
845         gnus-group-completing-read.
846
847 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
848
849         * message.el (message-mode-map): Don't bind M-; to comment region, to
850         allow the global comment-dwim to work.
851
852 2010-10-21  Julien Danjou  <julien@danjou.info>
853
854         * message.el (message-setup-1): Allow message-default-headers to be a
855         function.
856
857 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
858
859         * shr.el (shr-tag-table): Simplify.
860
861 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
862
863         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
864         to avoid trying to snarf invalid stuff.
865
866         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
867
868         * gnus.el (gnus-message-archive-group): Quote value.
869         (gnus-message-archive-group): Mark as changed.
870
871         * shr.el (shr-add-font): Don't put the font properties on the newline
872         or the indentation.
873
874         * message.el (message-fix-before-sending): Change options when sending
875         non-printable characters.
876
877         * gnus.el (gnus-message-archive-method): Change the default to
878         monthly outgoing groups.
879
880         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
881         that have gotten new numbers.
882
883         * nnimap.el (nnimap-request-replace-article): New function.
884
885 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
886
887         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
888         (nnrss-request-article): Don't use special html washing code.
889
890 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
891
892         * shr.el (shr-tag-table): Remove useless nconc.
893
894 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
895
896         * gnus-art.el (article-wash-html): Simplify and remove the charset
897         stuff.  Use the normal html rendering code instead of the special html
898         washing code.
899
900         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
901         `gnus-w3m' symbols.
902         (mm-text-html-washer-alist): Remove.
903
904         * mm-decode.el (mm-inline-text-html-renderer): Remove.
905         (mm-inline-media-tests): Remove use.
906         (mm-text-html-renderer): Change default to the `shr' symbol.
907
908         * mm-view.el (mm-inline-text-html): Remove use.
909
910         * gnus-art.el (gnus-blocked-images): New function.  Allow the
911         `gnus-blocked-images' to be a function.
912         (gnus-article-wash-function): Remove.
913
914 2010-10-20  Julien Danjou  <julien@danjou.info>
915
916         * spam.el (spam-list-of-processors): Mark as obsolete.
917
918         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
919         (nnimap-insert-partial-structure): Fix boundary detection.
920
921 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
922
923         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
924         run file-truename on remote files.  This can be expensive and even
925         prevent one from editing drafts if some unrelated buffer has a stale
926         connection.
927
928 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
929
930         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
931         kinsoku-eol regardless of shr-kinsoku-shorten.
932         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
933         (shr-tag-table): Support caption, thead, and tfoot.
934
935 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
936
937         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
938         lines.
939         (shr-save-contents): New command and keystroke.
940
941         * nndoc.el (nndoc-type-alist): Add git support.
942         (nndoc-git-type-p): New function.
943         (nndoc-transform-git-article): Ditto.
944         (nndoc-transform-git-headers): Ditto.
945         (nndoc-transform-git-headers): Generate Subject headers.
946
947         * shr.el (shr-parse-style): New function.
948         (shr-tag-span): Ditto.
949
950         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
951         to `G G' to avoid collisions.
952
953 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
954
955         * shr.el: Load kinsoku if necessary.
956         (shr-kinsoku-shorten): New internal variable.
957         (shr-find-fill-point): Make kinsoku shorten text line if
958         shr-kinsoku-shorten is bound to non-nil.
959         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
960         shr-indentation too when testing if table is wider than frame width.
961         (shr-insert-table): Use `string-width' instead of `length' to measure
962         text width.
963         (shr-insert-table-ruler): Make sure indentation is done at bol.
964
965 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
966
967         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
968         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
969         undecoded network data.
970
971 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
972
973         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
974         name in the mode line spec so that the mode line menu works
975         (bug #2431).
976
977         * message.el (message-get-reply-headers): If we're fed `to-address',
978         then always use that.
979
980         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
981         aren't so wide as to need to switch off the edit menu.
982
983         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
984         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
985
986         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
987         `M-g'.
988         (nnimap-update-info): Update flags/read marks even if \* isn't part of
989         the permanent marks.
990
991 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
992
993         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
994         Splitting according to references/in-reply-to obeys the ignore-groups
995         variable, while splitting by sender and subject do not.
996
997 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
998
999         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
1000         alist, so that we can look for non-Unicode chars.
1001         (article-translate-strings): Allow both character and string maps.
1002
1003 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1004
1005         * shr.el (shr-insert): Don't insert space behind a wide character
1006         categorized as kinsoku-bol, or between characters both categorized as
1007         nospace.
1008
1009 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
1010
1011         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
1012         headers to gnus-newsgroup-headers.
1013
1014 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1015
1016         * shr.el (shr-tag-img): Don't align images -- since we're not
1017         rescaling, this often leads to ugly displays.
1018
1019 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
1020
1021         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
1022         duplicates.
1023
1024 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
1025
1026         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
1027         call.
1028
1029 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1030
1031         * gnus.el: Autoload gnus-html-show-images.
1032
1033         * nnimap.el: Use nnheader-message throughout.
1034
1035         * shr.el (shr-tag-img): Ignore images with no data.
1036
1037 2010-10-15  Julien Danjou  <julien@danjou.info>
1038
1039         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
1040         a possibility to disable format=flow encoding when using hard newlines.
1041
1042 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1043
1044         * shr.el (shr-insert): Remove space inserted before or after a
1045         breakable character or at the beginning or the end of a line.
1046         (shr-find-fill-point): Do kinsoku; find the second best point or give
1047         it up if there's no breakable point.
1048
1049 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1050
1051         * nnimap.el (nnimap-open-connection): Message when opening connection
1052         for debugging purposes.
1053
1054         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
1055         on every setup buffer call to allow this to change from article to
1056         article.
1057
1058         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
1059         buffers where we have a wide table.
1060
1061 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
1062
1063         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
1064         uses *-request-thread.
1065
1066 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1067
1068         * nnimap.el (nnimap-open-connection): Remove %s from openssl
1069         incantation, which is no longer valid.
1070
1071 2010-10-14  Julien Danjou  <julien@danjou.info>
1072
1073         * shr.el: Fix defcustom type (char -> character).
1074
1075 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1076
1077         * nnimap.el (nnimap-open-connection): tls-program should be a list of
1078         programs.
1079
1080 2010-10-14  Julien Danjou  <julien@danjou.info>
1081
1082         * shr.el (shr-tag-a): Use url-link as widget type.
1083
1084         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
1085         `gnus-group-get-icon'.
1086
1087 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1088
1089         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
1090         This should make server editing work better.
1091
1092         * shr.el (shr-find-fill-point): Don't inloop on indented text.
1093
1094         * tls.el (tls-program): Remove spurious %s from openssl.
1095
1096         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
1097         (nnimap-parse-flags): Fix regexp.
1098
1099         * shr.el (shr-find-fill-point): Use a filling algorithm that should
1100         probably work for CJVK text, too.
1101
1102         * nnimap.el (nnimap-extend-tls-programs): Remove.
1103         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
1104
1105         * tls.el (tls-starttls-switches): Remove starttls hack.
1106         (open-tls-stream): Ditto.
1107         (tls-find-starttls-argument): Ditto.
1108
1109 2010-10-13  Julien Danjou  <julien@danjou.info>
1110
1111         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
1112         responses.
1113
1114 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1115
1116         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
1117
1118         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
1119         anything in Emacs.
1120
1121         * shr.el (shr-current-column): Remove buggy and unnecessary function.
1122
1123 2010-10-13  Julien Danjou  <julien@danjou.info>
1124
1125         * shr.el (shr-width): Make shr-width a defcustom with default to
1126         fill-column.
1127         (shr-tag-img): Use shr-width rather than fill-column.
1128
1129 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1130
1131         * dgnushack.el (byte-optimize-apply)
1132         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
1133
1134         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
1135         position when (X-)Faces exist.
1136         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
1137         avatars when called interactively.
1138
1139 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1140
1141         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
1142         gnus-article-x-face-too-ugly is bound.
1143
1144 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1145
1146         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
1147
1148         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
1149         mailbox that doesn't exist.
1150
1151 2010-10-12  Julien Danjou  <julien@danjou.info>
1152
1153         * shr.el (shr-tag-img): Encode URL properly when retrieving.
1154         (shr-get-image-data): Encode URL properly when fetching from cache.
1155         (shr-tag-img): Use aligned-to spaces to align correctly images.
1156
1157         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
1158         before inserting the Gravatar.
1159
1160         * shr.el (shr-tag-img): Add align attribute support for <img>.
1161
1162 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1163
1164         * gnus-gravatar.el (gnus-art): Require.
1165
1166         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
1167         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1168         Remove long obsoleted functions.
1169
1170 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1171
1172         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
1173
1174         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
1175
1176         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
1177         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
1178         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
1179         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
1180         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
1181         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
1182         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
1183
1184 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1185
1186         * nnimap.el (nnimap-request-rename-group): Select group read-only
1187         before renaming it.
1188
1189         * shr.el (shr-insert): Fix up the white space only regexp.
1190
1191         * nnimap.el (nnimap-transform-split-mail): Not all articles have
1192         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
1193
1194         * shr.el (shr-current-column): New function.
1195         (shr-find-fill-point): New function.
1196
1197 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1198
1199         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
1200         numbers.
1201
1202 2010-10-11  Julien Danjou  <julien@danjou.info>
1203
1204         * shr.el (shr-hr-line): Add.
1205         (shr-tag-hr): Use shr-hr-line to specify which character to use to
1206         display hr lines.
1207         (shr-max-columns): Do not change state to nil if we just inserting
1208         spaces.
1209
1210 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1211
1212         * gnus-topic.el (gnus-topic-read-group): If after the last group,
1213         select the last group.
1214
1215 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
1216
1217         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
1218
1219 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
1220
1221         * dig.el (dig-mode-map): Declare and define in one step.
1222
1223 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1224
1225         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
1226         for Gnus.
1227         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
1228         (nnimap-update-qresync-info): Mark \Seen articles as read.
1229
1230         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
1231         non-variable, too.
1232
1233         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
1234         available.
1235         (nnimap-update-info): Rely more on the current active than the param
1236         active to avoid marking articles as read too much.
1237
1238         * auth-source.el (auth-source-create): Use (user-login-name) for the
1239         user name default.
1240
1241         * nnimap.el (nnimap-update-info): If the server doesn't return any
1242         useful info, just use the previous info.
1243         (nnimap-update-info): Prefer old info over start-article.
1244         (nnimap-update-qresync-info): Finish implementing QRESYNC.
1245
1246 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
1247
1248         * nnir.el (autoload): Clean up autoloads.
1249         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
1250         Use key rather than value.
1251         (nnir-imap-search-other): New variable.
1252         (nnir-read-parm): Use it.
1253         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
1254         (gnus-summary-nnir-goto-thread): Modify to work with imap.
1255
1256 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1257
1258         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
1259         the process, too.
1260
1261 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1262
1263         * spam.el (gnus-summary-mode-map): Bind to "$".
1264         Suggested by Russ Allbery.
1265
1266         * shr.el: Rework the way things are indented by <li> slightly.
1267
1268         * gnus.el (gnus-group-set-parameter): Fix typo.
1269
1270         * nnimap.el: Start implementing QRESYNC support.
1271
1272 2010-10-09  Julien Danjou  <julien@danjou.info>
1273
1274         * nnir.el (nnir-engines): Fix too many arguments.
1275
1276 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1277
1278         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
1279         group is the "last", so that the backends like nnfolder actually save
1280         their folders.
1281
1282         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
1283         try to use that for the tls stream.
1284         (nnimap-retrieve-group-data-early): Rework the marks code to heed
1285         UIDVALIDITY and find out which groups are read-only and not.
1286         (nnimap-get-flags): Use the same marks parsing code as the rest of
1287         nnimap.
1288
1289 2010-10-09  Julien Danjou  <julien@danjou.info>
1290
1291         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
1292
1293         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
1294         retrieving gravatars.
1295
1296         * shr.el (shr-table-corner): Add.
1297         (shr-table-line): Add.
1298         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
1299
1300 2010-10-08  Julien Danjou  <julien@danjou.info>
1301
1302         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
1303
1304 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
1305
1306         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
1307
1308         * gnus-sum.el (gnus-mark-article-as-unread)
1309         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
1310         (gnus-summary-set-bookmark): Use it.
1311
1312         * gnus-msg.el (gnus-setup-message): Use it.
1313
1314         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1315
1316         * gnus.el (gnus-group-remove-parameter): Use it.
1317
1318         * gnus-group.el (gnus-group-make-web-group): Use it.
1319
1320         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1321
1322         * nnregistry.el: Update docs to mention manual.
1323
1324         * gnus-registry.el: Update docs to mention nnregistry.el.
1325         (gnus-registry-initialize): Don't install nnregistry refer method
1326         automatically.
1327         (gnus-registry-install-nnregistry): Remove it.
1328
1329 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1330
1331         * shr.el (shr-insert): Don't insert double spaces.
1332
1333 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1334
1335         * gnus-gravatar.el (gnus-treat-from-gravatar)
1336         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
1337         called interactively.
1338
1339         * gnus-art.el (gnus-mime-view-part-externally)
1340         (gnus-mime-view-part-internally): Make predicate function passed to
1341         gnus-mime-view-part-as-type assume argument is a mime type, not a list
1342         of a mime type.
1343
1344         * shr.el (shr-table-widths): Don't use cl function `reduce'.
1345
1346 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1347
1348         * shr.el (require): Require cl when compiling.
1349         (shr-tag-hr): New function.
1350
1351         * nnimap.el (nnimap-update-info): Remove double setting of high.
1352         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
1353         This makes nnimap work properly on Courier again.
1354
1355         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
1356         the variable for backwards compatability.
1357
1358         * mm-decode.el (mm-save-part): If given a non-directory result, expand
1359         the file name before using to avoid setting mm-default-directory to
1360         nil.
1361
1362         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
1363         bidning gnus-agent variables.
1364
1365         * shr.el (shr-render-td): Use a cache for the table rendering function
1366         to avoid getting an exponential rendering behaviour in nested tables.
1367         (shr-insert): Rework the line-breaking algorithm.
1368         (shr-insert): Don't leave trailing spaces.
1369         (shr-insert-table): Also insert empty TDs.
1370         (shr-tag-blockquote): Ensure paragraphs after </ul>.
1371
1372 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1373
1374         * gnus-sum.el (gnus-number): Rename from `number'.
1375         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
1376         (gnus-summary-limit-children): Update uses correspondingly.
1377
1378 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1379
1380         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
1381         (gnus-gravatar-transform-address): Don't show avatars of people of
1382         which mail addresses match gnus-gravatar-too-ugly.
1383
1384 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1385
1386         * shr.el (shr-table-widths): Expand TD elements to fill available
1387         space.
1388
1389 2010-10-07  Julien Danjou  <julien@danjou.info>
1390
1391         * nnimap.el (nnimap-request-rename-group): Add this method.
1392
1393 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1394
1395         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
1396         name from XEmacs' function-arglist.
1397
1398         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
1399         gravatar under XEmacs.
1400
1401 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
1402
1403         * auth-source.el: Update docs with TODO items.
1404
1405         * gnus-sync.el: Update docs to explain state and plans.
1406
1407         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
1408         Hooks for mark updates.
1409         (gnus-request-set-mark, gnus-request-update-mark): Use them.
1410
1411         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
1412         hooks with arguments, which is needed for mark update hooks.
1413
1414 2010-10-06  Julien Danjou  <julien@danjou.info>
1415
1416         * gnus.el (gnus-expand-group-parameter): Only return and act on what
1417         was matched.
1418
1419         * sieve-manage.el: Update example in `Commentary'.
1420
1421         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
1422
1423         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
1424         not 2000.
1425         (sieve-manage-authenticate): Re-add function.
1426
1427 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1428
1429         * shr.el (shr-insert): Get 'space transition right.
1430         (shr-render-td): Only delete space at the end of the TD.
1431
1432         * nnimap.el (nnimap-open-connection): Prepare to support
1433         open-gnutls-stream.
1434
1435         * shr.el: Rearrange function order to be more logical.
1436
1437 2010-10-06  Julien Danjou  <julien@danjou.info>
1438
1439         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
1440         (nnrss-discover-feed): Remove 404 URL in docstring.
1441
1442         * nnir.el: Fix Swish-E URL.
1443         Fix Namazu URL.
1444
1445         * message.el (message-change-subject): Remove 404 URL in a comment.
1446
1447 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1448
1449         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
1450         called interactively.
1451
1452         * gnus-util.el (gnus-remove-if): Allow hash table.
1453         (gnus-remove-if-not): New function.
1454
1455         * gnus-art.el (gnus-mime-view-part-as-type)
1456         * gnus-score.el (gnus-summary-score-effect)
1457         * gnus-sum.el (gnus-read-move-group-name):
1458         Replace remove-if-not with gnus-remove-if-not.
1459
1460         * gnus-group.el (gnus-group-completing-read):
1461         Regard collection as a hash table if it is not a list.
1462
1463 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1464
1465         * shr.el (shr-render-td): Allow blank/missing <TD>s.
1466
1467         * shr.el: Document the table-rendering algorithm.
1468
1469 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1470
1471         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
1472         for Emacsen having no `libxml-parse-html-region' support.
1473
1474 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1475
1476         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
1477         invalid URLs.
1478
1479         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
1480         line-broken.
1481         (shr-tag-img): Ignore image fetching errors.
1482         (shr-overlays-in-region): Compute overlay positions correctly.
1483
1484         * mm-decode.el (mm-shr): Require shr.
1485
1486         * gnus-art.el (gnus-blocked-images): Move variable here.
1487
1488         * shr.el (shr-insert-table): Bind free variable.
1489
1490         * mm-decode.el (mm-shr): Bind shr-content-function.
1491
1492         * shr.el (shr-content-function): New variable.
1493
1494         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
1495         added for symmetry.
1496
1497         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
1498
1499         * gnus-group.el (gnus-group-make-group): Doc fix.
1500
1501         * nnimap.el (nnimap-request-newgroups): Return success.
1502
1503         * shr.el (shr-find-elements): New function.
1504         (shr-tag-table): Put all the images after the table.
1505         (shr-tag-table): Really inhibit images inside the table.
1506         (shr-collect-overlays): Copy over overlays from the TD elements to the
1507         main document.
1508
1509         * mm-decode.el (mm-shr): Bind shr-blocked-images to
1510         gnus-blocked-images.
1511
1512 2010-10-05  Julien Danjou  <julien@danjou.info>
1513
1514         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
1515
1516         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
1517         (gnus-html-maximum-image-size): Add this function.
1518         (gnus-html-put-image): Use gnus-html-maximum-image-size.
1519
1520         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
1521         server-value of the capability is nil.
1522
1523 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1524
1525         * shr.el (shr-tag-em): Add <EM> tag.
1526
1527 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
1528
1529         * sieve-manage.el (sieve-manage-default-stream): Make default stream
1530         customizable.
1531
1532         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
1533         handing broken links to browse-url.
1534
1535 2010-10-05  Julien Danjou  <julien@danjou.info>
1536
1537         * gnus-util.el (gnus-emacs-completing-read)
1538         (gnus-iswitchb-completing-read): Use autoload rather than require.
1539
1540 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1541
1542         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
1543         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
1544         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
1545         iswitchb-temp-buflist for XEmacs.
1546
1547         * gnus-util.el (gnus-completing-read-function): Exclude
1548         gnus-icompleting-read and gnus-ido-completing-read from candidates for
1549         XEmacs since iswitchb.el is very old and ido.el is unavailable in
1550         XEmacs.
1551
1552         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
1553         not to use `delete-dups' that is unavailable in XEmacs 21.4.
1554
1555         * gnus-html.el: Don't require help-fns under XEmacs.
1556         (gnus-html-schedule-image-fetching): Work for XEmacs.
1557
1558         * mm-decode.el (mm-shr): Decode contents by charset.
1559
1560 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1561
1562         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
1563         unknown.
1564
1565         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
1566         (shr-get-image-data): Ensure against the cache file missing.
1567
1568         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
1569         for data.
1570
1571         * spam-report.el (spam-report-url-ping-plain): Don't query about
1572         killing the process.
1573
1574         * shr.el (shr-render-td): Protect against too-wide text.
1575
1576 2010-10-04  Julien Danjou  <julien@danjou.info>
1577
1578         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
1579         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
1580
1581         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
1582         retrieved.
1583
1584 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1585
1586         * shr.el (browse-url): Require.
1587         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
1588         lines.
1589         (shr-show-alt-text, shr-browse-image): New commands.
1590         (shr-browse-url, shr-copy-url): New commands.
1591
1592         * gnus-sum.el (gnus-widen-article-window): New variable.
1593         (gnus-summary-select-article-buffer): Use it.
1594
1595         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
1596         without @ signs.
1597
1598 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1599
1600         * nnir.el (nnir-run-imap): Remove spurious space in search string.
1601
1602 2010-10-04  Julien Danjou  <julien@danjou.info>
1603
1604         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
1605         for XEmacs.
1606
1607 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1608
1609         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
1610
1611         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
1612         (nnimap-close-server): Implement.
1613
1614         * dgnushack.el (iswitchb): Require to shut up the compiler.
1615
1616         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
1617         (shr-insert): Tweak line breaking.
1618         (shr-insert): Handle <pre> better.
1619         (shr-tag-li): Get <li> indentation right.
1620         (shr-tag-li): Get <li> indentation even righter.
1621         (shr-tag-blockquote): Ensure paragraph start.
1622         (shr-make-table): Tweak table generation.
1623         (shr-make-table): Fix typo.
1624
1625         * shr.el: Implement table rendering.
1626
1627 2010-10-04  Julien Danjou  <julien@danjou.info>
1628
1629         * gnus-html.el (gnus-html-put-image): Fix resize image code.
1630
1631 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1632
1633         * shr.el (shr-insert): Use string anchors instead of line anchors.
1634
1635 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1636
1637         * shr.el: Add headings.
1638         (shr-ensure-paragraph): Actually work.
1639         (shr-tag-li): Make <ul> prettier.
1640         (shr-insert): Get white space at the beginning/end of elements right.
1641         (shr-tag-p): Collapse subsequent <p>s.
1642         (shr-ensure-paragraph): Don't insert double line feeds after blank
1643         lines.
1644         (shr-insert): \t is also space.
1645         (shr-tag-s): Fix "s" tag name function.
1646         (shr-tag-s): Fix face prop name.
1647
1648 2010-10-03  Julien Danjou  <julien@danjou.info>
1649
1650         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
1651
1652         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
1653         gnus-window-inside-pixel-edges.
1654
1655         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
1656         gnus-ems.
1657
1658         * mm-view.el (mm-inline-image-emacs): Support image resizing.
1659
1660         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
1661         function.
1662
1663         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
1664         resize choice.
1665
1666 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1667
1668         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
1669         beginning of the buffer.
1670
1671         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
1672         article buffer again.
1673
1674         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
1675
1676         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
1677         when it's at the start of the buffer.
1678
1679         * shr.el (shr-tag-blockquote): Convert name.
1680         (shr-rescale-image): Use the right image-size variant.
1681
1682         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
1683         buffer isn't shown, then select the current article first instead of
1684         bugging out.
1685         (gnus-summary-select-article-buffer): Show both the article and summary
1686         buffers again.
1687
1688         * shr.el (shr-fontize-cont): Protect against regions with no text.
1689         Rename tag functions to shr-tag-* for enhanced security.
1690         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
1691
1692 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
1693
1694         * shr.el (shr-insert):
1695         * pop3.el (pop3-movemail):
1696         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
1697         loaded.
1698
1699 2010-10-03  Glenn Morris  <rgm@gnu.org>
1700
1701         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
1702
1703         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
1704
1705         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
1706
1707         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
1708
1709         * gnus-util.el (gnus-make-local-hook): Simplify.
1710
1711 2010-10-02  Julien Danjou  <julien@danjou.info>
1712
1713         * gnus-util.el (gnus-iswitchb-completing-read): New function.
1714         (gnus-ido-completing-read): New function.
1715         (gnus-emacs-completing-read): New function.
1716         (gnus-completing-read): Use gnus-completing-read-function.
1717         Add gnus-completing-read-function.
1718
1719 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1720
1721         * shr.el (shr-insert-document): Autoload.
1722         (shr-img): Be silent.
1723         (shr-insert): Add a newline after every picture before text.
1724         (shr-add-font): Use overlays for combining faces.
1725         (shr-insert): Pass upwards the text start point.
1726
1727         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
1728         possible.
1729         (mm-shr): New function.
1730
1731 2010-10-02  Julien Danjou  <julien@danjou.info>
1732
1733         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
1734         should go backward.
1735
1736 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
1737
1738         * shr.el (shr): Fix typo in provide call.
1739
1740 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1741
1742         * shr.el: New file.
1743
1744         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
1745
1746         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
1747         completing read.
1748
1749 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1750
1751         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
1752         we're being queried about.  Suggested by Dan Jacobson.
1753
1754         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
1755         Suggested by Jason Eisner.
1756
1757         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
1758         table, too.  Suggested by Stefan Wiens.
1759         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
1760         the table unnecessary.  Suggested by Stefan Wiens.
1761
1762         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
1763         longer needed, and probably doesn't work either, as pointed out by
1764         Stefan Wiens.
1765         (gnus-summary-exit): Remove call to the clearing function.
1766         (gnus-summary-exit-no-update): Ditto.
1767
1768         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
1769         instead of gnus-eval-in-buffer-window to avoid popping up frames.
1770         Reported by Stefan Monnier.
1771         (gnus-summary-save-in-rmail): Ditto.
1772
1773         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
1774         article buffer, instead of both the article buffer and the summary
1775         buffer.  Sort of suggested by Dan Jacobson.
1776
1777         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
1778
1779         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
1780         Suggested by Dan Jacobson.
1781
1782         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
1783         documentation clearer.
1784
1785         * message.el (message-shorten-references): Comment on the number "21".
1786         Suggested by Stefan Monnier.
1787
1788         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
1789         Suggested by Dan Jacobson.
1790
1791         * gnus.el (gnus-large-newsgroup):
1792         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
1793
1794         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
1795         externalize attachments.  Bug reported by Steve Wen.
1796
1797         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
1798         really message anything to the user.
1799
1800         * nnmail.el (nnmail-article-group): Allow using the fancy split method
1801         directly.
1802
1803         * nnimap.el (nnimap-request-group): Low higher than high to signal no
1804         messages in empty groups.
1805
1806 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
1807
1808         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
1809         non-UIDNEXT group.
1810
1811 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1812
1813         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
1814         not the value from the collection.
1815
1816         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
1817         values.  This sometimes happens on some groups that have no info.
1818         (nnimap-request-newgroups): New function.
1819
1820 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
1821
1822         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
1823         check into `gnus-registry-initialize'.
1824         (gnus-registry-initialize): Ditto.
1825         Fix and extend header docs.
1826
1827 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1828
1829         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
1830         regexp backtrace overflows.
1831
1832         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
1833         for starttls that tls.el implements; i.e. openssl.
1834
1835         * tls.el (tls-starttls-switches): Give up on using starttls with
1836         gnutls-cli.
1837         (tls-program): Add --insecure to be consistent with the defaults from
1838         openssl s_client.  Now all three commands are insecure.
1839
1840 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1841
1842         * lpath.el: Bind completion-styles-alist for XEmacs.
1843
1844         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
1845         (gravatar-create-image): New function that's an alias to
1846         gnus-xmas-create-image, gnus-create-image, or create-image.
1847         (gravatar-data->image): Use it.
1848
1849 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
1850
1851         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
1852         install the nnregistry refer method.
1853         (gnus-registry-install-hooks): Use it.
1854         (gnus-registry-unfollowed-groups): Add nnmairix to the default
1855         unfollowed groups.
1856
1857 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
1858
1859         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
1860         expanding threads.
1861
1862 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1863
1864         * nnir.el: Use the server names without suffixes (bug #7009).
1865
1866         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
1867         unencrypted to STARTTLS, if possible.
1868
1869 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1870
1871         * message.el (message-ignored-supersedes-headers): Strip Injection-*
1872         headers before superseding.
1873
1874 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1875
1876         * nnrss.el (nnrss-use-local): Add documentation.
1877
1878         * nnimap.el (nnimap-extend-tls-programs): New function.
1879         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
1880         (nnimap-wait-for-connection): Accept the greeting from the stupid
1881         output from openssl s_client -starttls, too.
1882
1883         * tls.el (tls-starttls-switches): New variable.
1884         (tls-find-starttls-argument): Use it.
1885         (open-tls-stream): Ditto.
1886
1887         * netrc.el (netrc-credentials): Return the value of the "default" entry.
1888         (netrc-machine): Ditto.
1889
1890         * nnimap.el (nnimap-find-article-by-message-id): Really return the
1891         article number.
1892         (nnimap-split-fancy): New variable.
1893         (nnimap-split-incoming-mail): Use it.
1894
1895         * nntp.el (nntp-server-list-active-group): Document.
1896
1897         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
1898         SELECT to get the message-id.
1899
1900         * mail-source.el (mail-sources): Remove webmail support.
1901         (defvar): Ditto.
1902         (mail-source-fetcher-alist): Ditto.
1903         (mail-source-fetch-webmail): Remove.
1904
1905         * webmail.el: Remove -- doesn't seem relevant any more.
1906
1907         * gnus.el: Fix up make-obsolete-variable declarations throughout.
1908
1909         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
1910         the \r.
1911
1912 2010-09-30  Julien Danjou  <julien@danjou.info>
1913
1914         * gnus-agent.el (gnus-agent-add-group): Fix call to
1915         gnus-completing-read.
1916
1917 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1918
1919         * nndoc.el (nndoc-retrieve-groups): New function.
1920
1921         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
1922         `default', use nnmail-split-methods.
1923         (nnimap-request-article): Downcase the NILs so that they are nil.
1924
1925         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
1926         symbol.
1927
1928         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
1929         code, since if the user has requested network, that's what they ought
1930         to get.
1931         (nnimap-request-set-mark): Erase the buffer before issuing commands.
1932         (nnimap-split-rule): Mark as obsolete.
1933
1934         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
1935         New variable.
1936
1937         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
1938         correct slot, too.
1939
1940 2010-09-29  Julien Danjou  <julien@danjou.info>
1941
1942         * gnus.el (gnus-local-domain): Declare variable obsolete.
1943
1944         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
1945         Fix history computing.
1946         (gnus-ido-completing-read): Require ido.
1947
1948 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1949
1950         * gnus-registry.el: Don't prompt on load, which makes it impossible to
1951         build Gnus.
1952
1953         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
1954         when interpreting the structures.
1955         (nnimap-request-accept-article): Add \r\n to the lines to make this
1956         work with Cyrus.
1957
1958         * nndraft.el (nndraft-request-expire-articles): Use the group name
1959         instead if "nndraft".  Fix found by Nils Ackermann.
1960
1961 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
1962
1963         * nnregistry.el: Add.
1964
1965 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1966
1967         * nnmail.el (group, group-art-list, group-art):
1968         Remove unneeded directives.
1969
1970 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1971
1972         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
1973         (mm-mime-charset)
1974         * rfc2047.el (rfc2047-syntax-table)
1975         * utf7.el (utf7-utf-16-coding-system): Comment fix.
1976
1977         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
1978         rather than `insert-file-contents' and `eval-region'.
1979
1980         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
1981         construction.
1982
1983         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
1984
1985         * time-date.el: No need to require cl for Emacs 21.
1986
1987 2010-09-29  Julien Danjou  <julien@danjou.info>
1988
1989         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
1990         replacement of `gnus-gravatar-relief' to mimic
1991         `gnus-faces-properties-alist'.
1992         Add :version property.
1993
1994 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1995
1996         * mail-source.el (mail-source-report-new-mail)
1997         * message.el (message-default-mail-headers)
1998         * mm-decode.el (mm-valid-image-format-p): Comment fix.
1999
2000         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
2001
2002 2010-09-28  Julien Danjou  <julien@danjou.info>
2003
2004         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
2005         mail-address contains the same string as real-name.
2006
2007         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
2008         non-blank in header, otherwise it'll get stripped.
2009
2010         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
2011         real-name, and then for mail address rather than doing : or , search.
2012
2013 2010-09-27  Julien Danjou  <julien@danjou.info>
2014
2015         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
2016         right completing-read function.
2017         (gnus-use-ido): New variable
2018         (gnus-completing-read-with-default): Remove.
2019         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
2020         (gnus-agent-add-group):
2021         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
2022         * mm-view.el (mm-view-pkcs7-decrypt):
2023         * mm-util.el (mm-codepage-setup):
2024         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
2025         * mml-smime.el (mml-smime-openssl-sign-query):
2026         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
2027         (mml-insert-multipart):
2028         * gnus-msg.el (gnus-summary-yank-message):
2029         * gnus-int.el (gnus-start-news-server):
2030         * mm-decode.el (mm-interactively-view-part):
2031         * gnus-dired.el (gnus-dired-attach):
2032         * gnus.el (gnus-read-method):
2033         * gnus-bookmark.el (gnus-bookmark-jump):
2034         * gnus-art.el (gnus-mime-view-part-as-type)
2035         (gnus-mime-action-on-part, gnus-article-encrypt-body):
2036         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
2037         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
2038         * nnmairix.el (nnmairix-create-server-and-default-group)
2039         (nnmairix-update-groups, nnmairix-get-server)
2040         (nnmairix-backend-to-server, nnmairix-goto-original-article)
2041         (nnmairix-get-group-from-file-path):
2042         * nnrss.el (nnrss-find-rss-via-syndic8):
2043         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
2044         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
2045         (gnus-group-browse-foreign-server):
2046         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
2047         (gnus-summary-execute-command, gnus-summary-respool-article)
2048         (gnus-read-move-group-name):
2049         * gnus-score.el (gnus-summary-increase-score)
2050         (gnus-summary-score-effect):
2051         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
2052
2053 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2054
2055         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
2056         x-focus-frame.
2057
2058         * nnimap.el (auth-source-forget-user-or-password)
2059         (auth-source-user-or-password): Autoload.
2060
2061         * message.el (message-from-style, message-interactive)
2062         (message-cite-prefix-regexp, message-sendmail-envelope-from)
2063         (message-yank-prefix, message-indentation-spaces, message-signature)
2064         (message-signature-file): Add comment.
2065
2066 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2067
2068         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
2069         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
2070         new articles.
2071
2072         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
2073         parts.
2074         (nnimap-request-article): Work with the t setting, too.
2075
2076         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
2077         that you don't get flashes of other buffers.
2078         (gnus-summary-show-complete-article): Intern before setting.
2079
2080 2010-09-27  David Engster  <dengste@eml.cc>
2081
2082         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
2083         well as HEADERS.
2084         (nnmairix-retrieve-headers): Provide new argument for the above.
2085
2086 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2087
2088         * gnus-sum.el (gnus-summary-move-article): Don't alter
2089         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
2090         group.
2091
2092         * nnimap.el (nnimap-update-info): Don't destructively alter active.
2093
2094         * message.el (message-cite-prefix-regexp): Revert my last edit.
2095
2096         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
2097         variable instead of the Gnus variable.
2098
2099         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
2100
2101         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
2102
2103         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
2104         since some servers don't like it.
2105         (nnimap-open-connection): Forget credentials if the server says the
2106         password was wrong.
2107         (nnimap-parse-line): Protect against invalid data.
2108
2109         * gnus-sum.el (gnus-summary-move-article): Add comment.
2110         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
2111         nothing alters it while scanning for new messages.
2112
2113         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
2114         which may or may not help.
2115         (nnimap-open-connection): If we're doing a stream connection, and then
2116         discover we're on a STARTTLS-capable server, then open a STARTTLS
2117         connection instead.
2118
2119 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2120
2121         * nnimap.el (utf7): Require.
2122
2123         * message.el (message-cite-prefix-regexp): Remove "}" from citation
2124         prefix.
2125
2126 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
2127
2128         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
2129
2130 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2131
2132         * nnimap.el (nnimap-request-accept-article): Message the error on
2133         error.
2134
2135 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2136
2137         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
2138
2139 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2140
2141         * nndoc.el (nndoc-request-list): Return success always.
2142
2143         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
2144         `fetch-old' -- we only want to fetch the articles we've requested.
2145         The rest are in the agent, probably.
2146         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
2147         disappeared server" to something low.  It's not important.
2148
2149         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
2150         arrived before the FETCH data.
2151
2152         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
2153         target here, because we don't know the Gnus name of the group.
2154
2155         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
2156         for the correct group.
2157
2158         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
2159
2160         * gnus.el (gnus): Give a final warning after startup.
2161
2162         * gnus-util.el (gnus-action-message-log): New variable.
2163         (gnus-message): Use it.
2164         (gnus-final-warning): New function.
2165
2166         * nnimap.el (nnimap-open-connection): Record the greeting.
2167         (nnimap): Add greeting.
2168
2169 2010-09-26  Julien Danjou  <julien@danjou.info>
2170
2171         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
2172         arguments.
2173         (gnus-html-wash-images): Fix spec computing to include start/end.
2174
2175         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
2176
2177 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2178
2179         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
2180         deletion.
2181         (nnimap-retrieve-headers): Don't select the group, because that's
2182         already done by nnimap-possibly-change-group.
2183
2184         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
2185         (gnus-picon-transform-address): Use it.
2186
2187         * mail-source.el (mail-source-value): Revert previous patch.
2188
2189         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
2190         on failure.
2191         (nnimap-open-connection): Look up both virtual and physical server name
2192         credentials.
2193
2194         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
2195
2196 2009-02-07  Dave Love  <fx@gnu.org>
2197
2198         * tls.el (open-tls-stream): Don't query killing process.
2199
2200 2009-02-08  Dave Love  <fx@gnu.org>
2201
2202         * gnus-win.el (gnus-window-to-buffer-helper)
2203         (gnus-all-windows-visible-p): Function needn't be a symbol.
2204
2205         * mail-source.el (mail-source-value): Function needn't be a symbol.
2206
2207 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2208
2209         * message.el (message-cite-prefix-regexp): Remove } from the cite
2210         prefix.
2211
2212         * gnus-art.el (gnus-treatment-function-alist): Do picons before
2213         highlight again, so that the highlight is correct.
2214
2215         * gnus-picon.el (gnus-picon): Remove again.
2216         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
2217
2218         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
2219         doing the header highlightling, so that the background colour of the
2220         picon is correct.
2221
2222         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
2223         (gnus-picon): Ditto.
2224         (gnus-picon): Reinstate.  The background colour for picons is white.
2225         (gnus-picon-insert-glyph): Make the background white.
2226
2227         * nnml.el (nnml-open-nov): Don't return dead buffers.
2228
2229         * auth-source.el (auth-source-create): Query the user for whether to
2230         store the credentials.
2231
2232         * netrc.el (netrc-store-data): New function.
2233
2234         * auth-source.el (auth-source-user-or-password): Use the existing auth
2235         sources, if any, for creation.
2236
2237         * gnus.el (gnus-group-fast-parameter): Return the last matching
2238         parameter instead of the first matching parameter.
2239
2240 2010-09-26  Julien Danjou  <julien@danjou.info>
2241
2242         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
2243
2244 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2245
2246         * mml2015.el (mml2015-use): Remove gpg support.
2247
2248         * mml1991.el (mml1991-function-alist): Remove gpg function.
2249         (mml1991-gpg-sign): Remove.
2250
2251 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
2252
2253         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
2254         (gnus-browse-unsubscribe-current-group): Document it.
2255         (gnus-browse-unsubscribe-group): Use it.
2256
2257 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2258
2259         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
2260         address to the To list for easier response.
2261
2262         * gnus.el (gnus-play-startup-jingle): Remove.
2263         (gnus-splash): Don't play jingle.
2264         (gnus): Silence gnus-load message.
2265
2266         * gnus-art.el (gnus-treat-play-sounds): Remove.
2267
2268         * gnus.el (gnus-play-jingle): Remove audio support.
2269
2270         * gnus-cus.el (gnus-score-customize): Remove audio reference.
2271
2272         * earcon.el: Remove -- no users.
2273
2274         * gnus-audio.el: Remove -- no users of this package.
2275
2276         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
2277
2278         * gnus-start.el (gnus-setup-news): Remove nocem support.
2279
2280         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
2281
2282         * gnus.el (gnus-use-nocem): Remove.
2283
2284         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
2285         Remove.
2286
2287         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
2288         uses NoCeM any more.
2289
2290         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
2291         (gnus-button-ctan-handler): Ditto.
2292         (gnus-button-handle-ctan-bogus-regexp): Ditto.
2293         (gnus-button-ctan-directory-regexp): Ditto.
2294         (gnus-button-handle-ctan): Ditto.
2295         (gnus-button-tex-level): Ditto.
2296         (gnus-button-alist): Remove CTAN stuff.
2297
2298 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2299
2300         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
2301         nnimap-streaming test.
2302
2303         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
2304         servers twice.
2305
2306         * nnimap.el (nnimap-open-connection): Add more error reporting when
2307         nnimap fails early.
2308
2309         * nnheader.el (nnheader-get-report-string): New function.
2310         (nnheader-get-report): Use it.
2311
2312         * gnus-int.el (gnus-check-server): Say what the error was when opening
2313         failed.
2314
2315         * nnimap.el (nnimap-wait-for-response): Search further when we're not
2316         using streaming.
2317
2318 2010-09-25  Julien Danjou  <julien@danjou.info>
2319
2320         * gnus-html.el (gnus-html-rescale-image): Use our defalias
2321         gnus-window-inside-pixel-edges.
2322
2323 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2324
2325         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
2326
2327         * mm-decode.el (mm-save-part): Allow saving to other directories the
2328         normal Emacs way.
2329
2330         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
2331         Suggested by Jay Berkenbilt.
2332
2333         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
2334         there isn't a single byte.
2335
2336         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
2337         just do it.  It doesn't really seem to matter what the user responds
2338         here, I think, so it's just a confusing question.
2339
2340         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
2341         non-streaming case.
2342
2343         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
2344         (gnus-article-encrypt-body): Use it.
2345
2346         * gnus-sum.el (gnus-summary-show-complete-article): New command and
2347         keystroke.
2348
2349         * nnimap.el (nnimap-find-wanted-parts-1):
2350         Use gnus-fetch-partial-articles.
2351
2352         * gnus-art.el (gnus-fetch-partial-articles): New variable.
2353
2354         * nnimap.el (nnimap-insert-partial-structure): New function.
2355         (nnimap-get-partial-article): New function.
2356         (nnimap-request-article): Use it.
2357         (nnimap-wait-for-response): Return whether the wait was successful.
2358         (nnimap-finish-retrieve-group-infos): Don't do anything if the
2359         retrieval wasn't successful.
2360         (nnimap-retrieve-group-data-early): Allow throttling servers.
2361         (nnimap-streaming): New variable.
2362         (nnimap-fetch-partial-articles): Remove.
2363
2364         * mm-decode.el (mm-with-part): Protect against killed buffers.
2365
2366         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
2367         for prettier summary display.
2368
2369 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
2370
2371         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
2372
2373 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2374
2375         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
2376         apparently third-party libraries depend on it.
2377
2378         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
2379         before starting negotiation.
2380
2381         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
2382         privacy reasons.
2383         (gnus-treat-mail-gravatar): Ditto.
2384
2385         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
2386         buffer when inserting images.  Inserting text into the headers, for
2387         instance, can make them invalid.
2388
2389 2010-09-25  Julien Danjou  <julien@danjou.info>
2390
2391         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
2392         variables.
2393
2394         * nnheader.el: Remove useless variables news-reply-yank-from and
2395         news-reply-yank-message-id.
2396
2397         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
2398         variables.
2399
2400         * mml1991.el: Remove useless mml1991-verbose.
2401
2402         * gnus.el: Remove useless variable gnus-use-generic-from.
2403         Remove obsolete variable gnus-topic-indentation.
2404
2405         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
2406
2407         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
2408
2409         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
2410
2411         * gnus-group.el: Remove useless gnus-group-icon-cache.
2412         Remove useless gnus-ephemeral-group-server.
2413
2414         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
2415
2416         * mml2015.el: Remove useless mml2015-verbose.
2417
2418         * mml-smime.el: Remove useless mml-smime-verbose.
2419
2420         * gnus.el: Remove useless gnus-local-domain.
2421
2422         * gnus-gravatar.el (gnus-gravatar-transform-address):
2423         Use gnus-gravatar-size.
2424
2425         * gnus-art.el: Remove useless gnus-treat-translate.
2426
2427 2010-09-24  Julien Danjou  <julien@danjou.info>
2428
2429         * gnus-sum.el: Add support for Gravatars.
2430
2431         * gnus-art.el: Add support for Gravatars.
2432
2433         * gnus-gravatar.el: Add this file.
2434
2435         * gravatar.el: Add this file.
2436
2437 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2438
2439         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
2440
2441         * gnus-group.el (gnus-group-fetch-faq): Remove.
2442
2443         * gnus.el (gnus-group-faq-directory): Remove.
2444
2445         * gnus-group.el (gnus-group-fetch-charter): Remove.
2446
2447         * gnus.el (gnus-group-charter-alist): Remove.
2448
2449         * gnus-group.el (gnus-group-archive-directory): Remove.
2450         (gnus-group-recent-archive-directory): Ditto.
2451         (gnus-group-make-archive-group): Remove.
2452
2453         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
2454
2455         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
2456         use the same article number for all the cached articles.
2457
2458         * nnimap.el (nnimap-command): Register the last command time so
2459         that we can use it for idling NOOPs.
2460         (nnimap-open-connection): Start the keeplive timer.
2461         (nnimap-make-process-buffer): Store all the process buffers.
2462         (nnimap-keepalive): New function.
2463
2464         * starttls.el (starttls-open-stream): Add autoload cookie.
2465
2466 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2467
2468         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
2469         handling.
2470
2471 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2472
2473         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
2474         its data structures.
2475
2476         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
2477         instead of the cl.el copy-list.
2478         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
2479         equalp.
2480
2481 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2482
2483         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
2484         and tool-bar-local-item-from-menu.
2485
2486         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
2487         mode-line-highlight face for Emacs.
2488
2489         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
2490         loading gnus-sum.elc; fix comment for canlock-verify.
2491         (gnus-article-jump-to-part): Use read-number.
2492         (gnus-insert-mime-button, gnus-insert-mime-security-button):
2493         Remove Emacs pre-21 compatible code for help-echo.
2494         (gnus-article-next-page-1): No need to adjust the number of lines.
2495         (gnus-article-describe-bindings): Always use help-buffer.
2496
2497         * gnus-audio.el (gnus-audio-inline-sound)
2498         * gnus-cus.el (gnus-custom-mode)
2499         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
2500
2501         * gnus-sum.el (gnus-remove-overlays): Doc fix.
2502
2503         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
2504         compatible code.
2505
2506 2010-09-24  Glenn Morris  <rgm@gnu.org>
2507
2508         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
2509         visiting the fcc file in rmail-mode.
2510
2511         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
2512
2513 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2514
2515         * nnir.el: Silence the byte compiler.
2516
2517         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
2518         alias to browse-url-url-encode-chars if any.
2519         (gnus-html-encode-url): Use it.
2520
2521 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2522
2523         * gnus-start.el (gnus-use-backend-marks): New variable.
2524         (gnus-get-unread-articles-in-group): Use it.
2525
2526         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
2527         makeover.
2528
2529 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2530
2531         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
2532
2533 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2534
2535         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
2536         Remove.
2537         (gnus-setup-news-hook):
2538         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
2539
2540         * gnus-int.el (gnus-request-update-info): Protect against backends not
2541         having the function.
2542
2543         * nnimap.el (nnimap-stream): Mention starttls.
2544         (nnimap-open-connection): Add starttls support.
2545
2546 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2547
2548         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
2549
2550 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2551
2552         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
2553         BODYSTRUCTUREs.
2554         (nnimap-transform-headers): Unfold quoted {42} headers.
2555
2556         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
2557         the info.
2558         (gnus-get-unread-articles): Only call updatep on backends that support
2559         it.
2560
2561         * nnweb.el (nnweb-request-update-info): NOOP.
2562
2563         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
2564
2565         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
2566         since it only deals with marks.
2567
2568         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
2569         gnus-request-marks, and make a new gnus-request-update-info.
2570
2571         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
2572         the active instead of the high number, which is usually too low.
2573
2574 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
2575
2576         * netrc.el (netrc-parse): Remove encrypt.el mentions.
2577         * encrypt.el: Remove.
2578
2579 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2580
2581         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
2582         server in symbolic form.
2583
2584         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
2585
2586 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2587
2588         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
2589         (nnimap-update-info): Fix up code slightly.
2590
2591         * gnus-int.el (gnus-open-server): Add tracing for performance
2592         debugging.
2593
2594         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
2595         (gnus-group-insert-group-line): Pass the real group name so that it
2596         gets the right data.
2597
2598         * gnus-start.el (gnus-get-unread-articles): Don't have
2599         `gnus-get-unread-articles-in-group' update info, since that can be
2600         really slow and doesn't seem to be needed?
2601
2602 2010-09-22  Dan Christensen  <jdc@uwo.ca>
2603
2604         * time-date.el (date-to-time): Try using parse-time-string first before
2605         using the slower timezone-make-date-arpa-standard.
2606
2607 2010-09-22  Julien Danjou  <julien@danjou.info>
2608
2609         * gnus-group.el (gnus-group-insert-group-line):
2610         Call gnus-group-highlight-line.
2611         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
2612         default hook list.
2613         (gnus-group-update-eval-form): Add new function.
2614         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
2615         (gnus-group-get-icon): Use gnus-group-update-eval-form.
2616
2617 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2618
2619         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
2620         immediate, then expire all articles.
2621         (nnimap-update-info): Fix off-by-one errors.
2622         (nnimap-flags-to-marks): Would return no marks lists for group with no
2623         flags.  Instead return the other data.
2624
2625 2010-09-22  Julien Danjou  <julien@danjou.info>
2626
2627         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
2628         Only return an icon.
2629         (gnus-group-insert-group-line): Compute icon to return.
2630
2631         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
2632         (gnus-html-image-fetched): Only cache if
2633         gnus-html-image-automatic-caching is set.
2634         (gnus-html-image-fetched): Check for errors.
2635
2636 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2637
2638         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
2639         once per method on `g'.  This ensures that backends like nnfolder don't
2640         open all their folders.
2641
2642         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
2643         (nnimap-request-list): Nix out group in the correct buffer.
2644         (nnimap-parse-flags): Implement by using `read' instead of
2645         hand-parsing.
2646         (nnimap-flags-to-marks): Pass on permanent-flags.
2647         (nnimap-make-process-buffer): Record the server name.
2648         (nnimap-parse-flags): Fix typo.
2649         (nnimap-request-scan): Run split on the server in general, not just a
2650         single group.
2651
2652         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
2653         parameter, and propagate this downwards.
2654
2655         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
2656         since EXAMINE changes it on the server.
2657
2658         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
2659         this command might take a while.
2660
2661 2010-09-22  Julien Danjou  <julien@danjou.info>
2662
2663         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
2664         harmful if you have 2 images side-by-side, they can't be properly
2665         update on text deletion.  Using text-property is safer here.
2666         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
2667         data.
2668
2669 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2670
2671         * nnimap.el (nnimap-expunge-inbox): Remove.
2672         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
2673         (nnimap-expunge): Flip default to t.
2674
2675         * gnus.el (gnus-method-to-server): Don't push things to the cache
2676         unless it's unique.
2677         (gnus-server-to-method): Ditto.
2678
2679 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2680
2681         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
2682
2683 2010-09-22  Julien Danjou  <julien@danjou.info>
2684
2685         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
2686         get the start of data.
2687         (gnus-html-encode-url): Add this function to encode special chars in
2688         URL.
2689         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
2690         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
2691
2692         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
2693         default.
2694         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
2695
2696         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
2697         images alt-text.
2698         (gnus-html-put-image): Put alt-text as help-echo.
2699
2700 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2701
2702         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
2703         * mm-util.el (mm-decompress-buffer)
2704         * nnir.el (nnir-run-find-grep)
2705         * pop3.el (pop3-list): Use 3rd arg of split-string.
2706
2707         * time-date.el (format-seconds): Comment fix.
2708
2709         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
2710         and byte-optimize-form-code-walker.
2711         (dgnushack-make-auto-load): Don't advise make-autoload.
2712
2713         * lpath.el: Remove Emacs 21 stuff.
2714
2715 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2716
2717         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
2718         outside the active range.  Suggested by Dan Christensen.
2719
2720         * gnus-start.el (gnus-get-unread-articles): Get the extended method
2721         slightly later to avoid double-getting it.
2722
2723         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
2724         previous patch.
2725
2726         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
2727
2728 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
2729
2730         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
2731
2732 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2733
2734         * gnus-int.el (gnus-open-server): Give a better error message in the
2735         "go offline" case.
2736
2737         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
2738         marks for nnimap, which is seldom the right thing to do.
2739
2740         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
2741         (gnus-same-method-different-name): New function.
2742
2743         * nnimap.el (parse-time): Require.
2744
2745         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
2746         method in the presence of many similar methods.
2747
2748         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
2749
2750         * nnimap.el (nnimap-find-expired-articles): Don't refer to
2751         nnml-inhibit-expiry.
2752
2753         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
2754         find out whether methods are equal.
2755
2756         * nnimap.el (nnimap-find-expired-articles): New function.
2757         (nnimap-process-expiry-targets): New function.
2758         (nnimap-request-move-article): Request the article before looking at
2759         what the Message-ID is.  Fix found by Andrew Cohen.
2760         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
2761
2762         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
2763         for oldness in addition to being a predicate.
2764
2765         * nnimap.el (nnimap-request-group): When we have zero articles, return
2766         the right data to Gnus.
2767         (nnimap-request-expire-articles): Only delete articles immediately if
2768         the target is 'delete.
2769
2770         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
2771         method, this would bug out.
2772
2773         * gnus-group.el (gnus-group-expunge-group): Rename from
2774         gnus-group-nnimap-expunge, and implemented as a normal interface
2775         function.
2776
2777         * gnus-int.el (gnus-request-expunge-group): New function.
2778
2779         * nnimap.el (nnimap-request-create-group): Implement.
2780         (nnimap-request-expunge-group): New function.
2781
2782 2010-09-21  Julien Danjou  <julien@danjou.info>
2783
2784         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
2785         (gnus-html-cache-expired): Add new function.
2786         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
2787         wethever we should display image for fetch it.
2788         Compute alt-text earlier to pass it to the fetching function too.
2789         (gnus-html-schedule-image-fetching): Change function argument to only
2790         get one image at a time, not a list.
2791         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
2792         cache.
2793         (gnus-html-get-image-data): New function to retrieve image data from
2794         cache.
2795         (gnus-html-put-image): Change buffer argument to use image data rather
2796         than file, and place image above region rather than inserting a new
2797         one.  Do not take alt-text as argument, since it's useless now: we place
2798         the image above alt-text.
2799         (gnus-html-prune-cache): Remove.
2800         (gnus-html-show-images): Start to fetch image when we find one, do not
2801         push into a temporary list.
2802         (gnus-html-prefetch-images): Only fetch image if they have expired.
2803         (gnus-html-browse-image): Fix, use 'gnus-image-url.
2804         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
2805
2806 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2807
2808         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
2809
2810 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2811
2812         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
2813         spec inser "*" if the group isn't active instead of 0.
2814
2815         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
2816         opening the server.
2817         (nnimap-request-delete-group): Implement group deletion.
2818         (nnimap-transform-headers): Return the size of the entire message in
2819         the Bytes header, not just the size of the first part.
2820         (nnimap-request-move-article): When moving an article from nnimap,
2821         request the article first so the accepting form has an article to
2822         accept.  Reported by Dan Christensen.
2823         (nnimap-command): Make sure that the error message doesn't error out.
2824
2825 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
2826
2827         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
2828         we haven't requested anything.
2829
2830 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2831
2832         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
2833         "".  Fix found by Andrew Cohen.
2834
2835         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
2836         instead of -encode-string.
2837
2838 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2839
2840         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
2841
2842         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
2843         by mm-subst-char-in-string.
2844
2845 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2846
2847         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
2848         waiting for the connection string.
2849
2850         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
2851         arriving.
2852
2853         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
2854         bogus characters.  This allows selecting certain Gmail groups.
2855
2856         * nnimap.el (nnimap-find-wanted-parts-1): New function.
2857         (nnimap-fetch-partial-articles): New variable.
2858         (nnimap-open-connection): When looking for credentials, also use the
2859         nnimap-server-port.
2860         (nnimap-request-article): Return the group/article number, so that Gnus
2861         `^' works as expected.
2862         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
2863
2864         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
2865         comments.
2866         (gnus-methods-sloppily-equal): New function.
2867         (gnus): When using the development version of Gnus, load the gnus-load
2868         file.
2869
2870         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
2871         `gnus-open-server' on each method before trying to scan them etc.
2872         This ensures that all the backend parameters are set correctly.
2873
2874         * nnimap.el (nnimap-authenticator): New variable.
2875         (nnimap-open-connection): Allow anonymous login.
2876         (nnimap-transform-headers): The chars header is called Chars not Bytes.
2877         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
2878
2879         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
2880         patch, found by Knut Anders Hatlen.
2881
2882 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
2883
2884         * gnus-agent.el (gnus-agent-batch-confirmation)
2885         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
2886         to gnus-message.
2887         * gnus-art.el (gnus-article-describe-briefly): Likewise.
2888         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
2889         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
2890         * gnus-int.el (gnus-open-server): Likewise.
2891         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
2892         (gnus-score-check-syntax): Likewise.
2893         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
2894         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
2895         Likewise.
2896         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
2897
2898 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2899
2900         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
2901         calling conventions so that prefetch doesn't bug out.
2902
2903 2010-09-19  Julien Danjou  <julien@danjou.info>
2904
2905         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
2906         rather than `subst-char-in-region' in order to be able to replace ASCII
2907         char by UTF-8 ones.
2908
2909         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
2910         than curl.
2911         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
2912         the right URL and ALT text on images.
2913         (gnus-html-wash-tags): Fix tag case.
2914         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
2915         (gnus-article-html): Add -o display_ins_del=2 option.
2916         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
2917
2918 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2919
2920         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
2921         the extra mail headers, which sometimes seem to happen for unknown
2922         reasons.
2923
2924         * mail-parse.el (mail-header-encode-parameter): Define as
2925         rfc2045-encode-string instead of as rfc2231-encode-string, since some
2926         (or most, perhaps?) mail readers don't understand the latter, but do
2927         understand the former.
2928
2929         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
2930         to nil, so that no methods are automatically agentized.  I think this
2931         is probably what most users want.
2932
2933         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
2934         from url-retrieve, for instance about invalid URLs.
2935
2936         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
2937         groups that have no articles.
2938         (nnimap-request-article): Check that we really got an article when we
2939         requested one.
2940
2941         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
2942         doesn't exist.
2943
2944         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
2945         nntp buffer so the agent can save it.
2946         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
2947         that CRLF doesn't get translated to \n.
2948         (nnimap-open-connection): Don't make 'shell commands only send \n.
2949
2950 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2951
2952         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
2953         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
2954         Update var name.
2955         (nnml-generate-nov-file): Use dolist.
2956         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
2957         Use with-current-buffer.
2958
2959 2010-09-18  Julien Danjou  <julien@danjou.info>
2960
2961         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
2962         parallel.
2963
2964 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2965
2966         * nnimap.el (nnimap-update-info): When doing partial marks update, get
2967         the range update right.
2968         (nnimap-request-group): Don't make `M-g' bug out on group with no
2969         marks.
2970         (nnoo): Require, so that other packages can require nnimap.
2971         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
2972         command we're looking for.  This helps when the server sends more
2973         responses after we've gotten everything we expected.
2974         (nnimap): Add a `newlinep' field to keep track of end-of-line
2975         conventions.
2976         Don't send CRLF to things that don't want it.
2977         (nnimap-request-accept-article): Ditto.
2978
2979 2010-09-18  Julien Danjou  <julien@danjou.info>
2980
2981         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
2982         than curl to retrieve images.
2983
2984 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2985
2986         * nnimap.el (nnimap-update-info): Extend the info so that we can set
2987         the marks.
2988         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
2989         (nnimap-wait-for-connection): New function.
2990         (nnimap-open-connection): If we have PREAUTH, don't query for login
2991         credentials.
2992         (nnimap-update-info): Fix off-by-one error when concatenating ranges
2993         when doing a partial update.
2994
2995 2010-09-18  Julien Danjou  <julien@danjou.info>
2996
2997         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
2998         tags.
2999
3000 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3001
3002         * nnimap.el (nnimap-credentials): New function.
3003         (nnimap-open-connection): Use the new function to look for credentials
3004         also on the numeric equivalents of "imap" and "imaps".
3005
3006         * gnus-start.el (gnus-activate-group): Send the info to
3007         gnus-request-group.
3008
3009         * nnimap.el (nnimap-request-group): Have the "check" version of the
3010         function parse flags and update the info, so that a `M-g' get a total
3011         resync of all flags from the group.
3012
3013         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
3014         to allow backends to alter the info on group selection.  Also alter all
3015         the backend -request-group functions to take the parameter.
3016
3017         * nnimap.el (nnimap-store-info): New function.
3018         (nnimap-update-info): Store the info for later usage.
3019         (nnimap-request-group): Use the stored info for the dont-check case, so
3020         that we don't retrieve all marks when we enter a group.
3021
3022         * nnimap.el: Use deffoo instead of defun for interface functions.
3023
3024         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
3025         update the group info.  This makes the nndraft groups, for instance, go
3026         back to their old behaviour.
3027
3028         * gnus-sum.el (gnus-select-newsgroup): Indent.
3029
3030         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
3031         in.
3032         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
3033         nothing.
3034
3035         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
3036         from methods that are denied.
3037
3038         * gnus-int.el (gnus-method-denied-p): New function.
3039
3040         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
3041         store the password instead of netrc.
3042         (nnimap-open-connection): Don't error out when we can't make a
3043         connections.
3044
3045         * auth-source.el (auth-source-create): In the password prompt, say what
3046         we're querying for.  Also prompt for user name if that hasn't been
3047         given.
3048
3049         * nnimap.el (nnimap-with-process-buffer): Remove.
3050
3051 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3052
3053         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
3054         method when we're reading from the agent.
3055
3056         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
3057
3058         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
3059         that's probably most useful for users.
3060
3061         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
3062         "failed" all the time.
3063
3064         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
3065         ...)) with (with-current-buffer ... ).
3066
3067         * nntp.el (nntp-open-server): Return whether the open was successful or
3068         not.
3069
3070         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
3071         select an unread unseen article first.
3072
3073         * nnimap.el (nnimap-open-connection): If the user doesn't have a
3074         /etc/services, supply some sensible port defaults.
3075
3076         * dgnushack.el: Define netrc-credentials.
3077
3078 2010-09-17  Julien Danjou  <julien@danjou.info>
3079
3080         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
3081
3082 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3083
3084         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
3085         doesn't have any parameters.
3086
3087 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3088
3089         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
3090         only upcased checks.
3091
3092         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
3093
3094         * nnimap.el (nnimap-open-shell-stream): New function.
3095         (nnimap-open-connection): Use it.
3096         (nnimap-transform-headers): Get the number of lines in each message.
3097         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
3098         number of lines.
3099         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
3100         problem.
3101
3102         * utf7.el (utf7-encode): Autoload.
3103
3104         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
3105         to allow the mail splitting to not return a default group.  This is
3106         useful for nnimap, which will leave unmatched mail in the inbox.
3107
3108         * nnimap.el: Rewritten.
3109
3110         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
3111         nnimap usage.
3112
3113         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
3114         if the move is internal, so that nnimap can do fast internal moves.
3115
3116         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
3117         data.
3118         (gnus-read-active-for-groups): Support finishing the early retrieval of
3119         data.
3120
3121         * gnus-range.el (gnus-range-nconcat): New function.
3122
3123         * gnus-int.el (gnus-finish-retrieve-group-infos)
3124         (gnus-retrieve-group-data-early): New functions.
3125
3126 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3127
3128         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
3129         (nnrss-retrieve-groups):
3130         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
3131         (pop3-quit): Use with-current-buffer.
3132
3133 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3134
3135         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
3136         instead of nnheader-accept-process-output.
3137
3138         * dgnushack.el (dgnushack-compile): Add comment.
3139
3140         * lpath.el: No need to fbind propertize for XEmacs 21.4.
3141
3142         * gnus-html.el (gnus-html-schedule-image-fetching)
3143         (gnus-html-prefetch-images): Replace process-kill-without-query by
3144         gnus-set-process-query-on-exit-flag.
3145
3146 2010-09-16  Romain Francoise  <romain@orebokech.com>
3147
3148         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
3149
3150 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3151
3152         * gnus-registry.el (gnus-registry-install-shortcuts): The second
3153         parameter to unintern is mandatory-ish in Emacs 24.
3154
3155         * gnus-html.el (gnus-html-schedule-image-fetching)
3156         (gnus-html-prefetch-images): Check for curl before using it.
3157
3158         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
3159         depend on curl, which isn't essential.
3160
3161         * imap.el: Revert back to version
3162         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
3163         seem problematic.
3164
3165 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3166
3167         * gnus-registry.el (gnus-registry-install-shortcuts):
3168         Explicitly pass `obarray' to `unintern' to avoid a warning.
3169
3170 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3171
3172         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
3173         change.
3174
3175         * nnrss.el (nnrss-request-list): Remove this function and related
3176         functions, including the moreover stuff.
3177
3178 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3179
3180         * nnrss.el (nnrss-retrieve-groups): New function.
3181
3182 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3183
3184         * .dir-locals.el: Add no-byte-compile cookie.
3185
3186 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3187
3188         * time-date.el (format-seconds): Comment fix.
3189
3190         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
3191         for back end that doesn't support request-scan.
3192
3193 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3194
3195         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
3196         then do request scans from the backends.
3197
3198         * netrc.el (netrc-credentials): New conveniency function.
3199
3200         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
3201         avoid running a hook per line, since this takes a lot of time,
3202         profiling shows.
3203         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
3204         directly if gnus-visual-p is true.
3205
3206 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3207
3208         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
3209         groups; replace mapcar with dolist which is a bit faster; pass groups
3210         info to gnus-read-active-file-1.
3211         (gnus-read-active-file-1): Scan only specified groups if the new
3212         optional arg `infos' is given.
3213
3214 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3215
3216         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
3217
3218         * pop3.el (pop3-movemail): Remove.
3219         (pop3-streaming-movemail): Rename to pop3-movemail.
3220
3221         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
3222         don't restrict end-tag searches to the end of the line.
3223
3224 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3225
3226         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
3227         articles of every unchecked group to t, which means unknown since the
3228         server has never been opened.
3229
3230 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3231
3232         * gnus-html.el (gnus-html-show-alt-text): New command.
3233         (gnus-html-browse-image): Ditto.
3234         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
3235         to browse the image directly.
3236         (gnus-html-wash-tags): Search for images first, so that <a><img> works
3237         better.
3238
3239         * gnus-async.el (gnus-async-article-callback):
3240         Call `gnus-html-prefetch-images' unconditionally.
3241
3242         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
3243         before feeding URLs to curl.
3244
3245 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3246
3247         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
3248         internal images as deletable by `W D D'.
3249
3250         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
3251         (gnus-async-article-callback): Fix typo.
3252
3253 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3254
3255         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
3256         current line to work around bugs in the output from w3m.
3257
3258         * gnus-async.el (gnus-async-article-callback): Always prefetch images
3259         for groups that want that.
3260
3261         * nntp.el (nntp-wait-for-string): Supply a timeout for
3262         accept-process-output to ensure progress.
3263
3264         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
3265         level to get unread articles from, then use that for foreign groups,
3266         too.
3267
3268         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
3269         confuses the rest of the function.
3270
3271         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
3272         for the methods that support -retrieve-groups, too.
3273
3274         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
3275
3276 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3277
3278         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
3279         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
3280
3281         * pop3.el: Require cl when compiling.
3282         (pop3-number-of-responses): Search for "+OK", not "+OK ".
3283
3284 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3285
3286         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
3287         that aren't going to be activated.
3288         (gnus-get-unread-articles): Fix up the last commit.
3289
3290         * gnus-html.el (gnus-article-html): Allow calling without specifying
3291         the handle.  In that case, dissect the buffer first.
3292
3293         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
3294
3295         * nnimap.el (nnimap-open-connection): Revert the change that would look
3296         into authinfo for imaps instead of imap.
3297
3298         * gnus-start.el (gnus-activate-group): Take an optional parameter to
3299         say that you don't want to call gnus-request-group with don-check, but
3300         do check the reponse.  This is for virtual groups only.
3301         (gnus-get-unread-articles): Count the archive groups as secondary, so
3302         that they're activated the same way as before.
3303
3304         * imap.el (imap-message-map): Removed optional buffer parameter, since
3305         no callers use it.
3306         (imap-message-get): Ditto.
3307         (imap-message-put): Ditto.
3308         (imap-mailbox-map): Ditto.
3309         (imap-mailbox-put): Ditto.
3310         (imap-mailbox-get): Ditto.
3311         (imap-mailbox-get): Revert last change for this function.
3312
3313         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
3314         case-insensitively.
3315         (nnimap-debug): Remove.
3316
3317         * imap.el (imap-fetch-safe): Removed function, and altered all callers
3318         to use `imap-fetch' instead.  According to the comments, this should be
3319         safe, since all other IMAP clients use the 1:* syntax.
3320         (imap-enable-exchange-bug-workaround): Removed.
3321         (imap-debug): Removed -- doesn't seem very useful.
3322
3323         * mail-source.el (mail-source-fetch): Don't message if we're fetching
3324         mail from a file, and the file doesn't exist.
3325
3326         * imap.el (imap-log): New convenience function used throughout instead
3327         of repeating the same code all over the place.
3328
3329         * pop3.el (pop3-streaming-movemail): Return t for success.
3330
3331         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
3332         .authinfo if we're using ssl connection.
3333
3334         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
3335         already have if we're in a main Gnus `g' run.
3336
3337         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
3338
3339 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3340
3341         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
3342
3343         * nnmh.el (nnmh-request-list-1): Bind `file'.
3344
3345         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
3346         alias to set-process-query-on-exit-flag or process-kill-without-query.
3347         (pop3-open-server): Use it.
3348
3349 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3350
3351         * mail-source.el (mail-source-delete-crash-box): Always move the crash
3352         box to the Incoming file.  Fixes mistake in previous checkin.
3353
3354         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
3355         request loop (for debugging purposes) removed.
3356
3357         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
3358         culprit is more visible.
3359         (nnml-save-incremental-nov, nnml-open-incremental-nov)
3360         (nnml-add-incremental-nov): New functions to do "incremental" nov
3361         updates, where we just append to the end of the existing nov files
3362         without reading/writing them in full.
3363
3364         * mail-source.el (mail-source-delete-crash-box): Really only check the
3365         incoming files once in a while.
3366
3367         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
3368
3369         * mail-source.el (mail-source-delete-crash-box): Only check the
3370         incoming files for deletion once per day to save a lot of file
3371         accesses.
3372
3373         * pop3.el (pop3-logon): Fix up unbound variable typo.
3374
3375         * mail-source.el (pop3-streaming-movemail): Autoload.
3376
3377         * pop3.el (pop3-streaming-movemail):
3378         Respect pop3-leave-mail-on-server.
3379
3380         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
3381         retrieval.
3382
3383         * pop3.el (pop3-process-filter): Remove unused function.
3384         (pop3-streaming-movemail, pop3-send-streaming-command)
3385         (pop3-wait-for-messages, pop3-write-to-file)
3386         (pop3-number-of-responses): New functions for streaming pop3
3387         retrieval.
3388
3389         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
3390         come from no known methods.
3391         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
3392         list.
3393
3394         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
3395         message sizes.
3396         (pop3-movemail): Use erase-buffer instead of looping and deleting
3397         regions, which seems rather odd.
3398
3399         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
3400         file once per `g' run.
3401
3402         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
3403         directories.  This makes the draft queue directory work.
3404
3405         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
3406         data from the backends, so that we only request the list of groups from
3407         each method once.  This should speed things up considerably.
3408
3409         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
3410         detect that it's not implemented.
3411
3412         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
3413         we actually do recurse down into the tree, but don't stat all leaf
3414         nodes.
3415
3416         * gnus-html.el (gnus-html-show-images): If there are no images to show,
3417         then say so instead of bugging out.
3418
3419         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
3420         files exist before trying to read them.
3421
3422         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
3423         around <pre_int>.
3424
3425         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
3426
3427         * nnmh.el (nnmh-request-list-1): Optimize for speed.
3428
3429 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3430
3431         * mm-util.el (mm-image-load-path): Just return the image directories,
3432         not all directories in the path in addition to the image directories.
3433         (mm-image-load-path): Maintain a cache of the image directories so that
3434         the `g' command in Gnus doesn't have to stat dozens of directories each
3435         time.
3436
3437         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
3438         (gnus-html-wash-tags): Add a new `i' command to insert images.
3439         (gnus-html-insert-image): New command and keystroke.
3440         (gnus-html-redisplay-with-images): New command and keystroke.
3441         (gnus-html-show-images): Rename command.
3442         (gnus-html-wash-tags): Remove more white space before <pre_int> image
3443         spacers.
3444         (gnus-html-wash-tags): Decode entities at the end, so that entities
3445         inside the tags don't mess up the rest of the "parsing".
3446
3447         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
3448         so that nnimap methods aren't agentized by default.  There's apparently
3449         many problems related to agent/imap behaviour.
3450
3451         * gnus-art.el (gnus-article-copy-string): New command and key binding.
3452
3453         * gnus-html.el: Doc fix.
3454
3455 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3456
3457         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
3458         specifier-spec-list for Emacs 21.
3459
3460         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
3461         glyph-width and glyph-height instead of display-graphic-p and
3462         image-size; make avoidance of displaying small images work for XEmacs.
3463
3464         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
3465         for XEmacs.
3466
3467         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
3468         of symbol that holds plist data.
3469         (gnus-process-plist): Remove plist of process after getting it.
3470
3471 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3472
3473         * message.el (message-generate-hashcash): Change default to
3474         'opportunistic if hashcash is installed.
3475
3476         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
3477         (gnus-html-put-image): Only call image-size once, since it's somewhat
3478         time-consuming on remote X servers.
3479
3480 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3481
3482         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
3483         type on data, not a file name.
3484
3485         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
3486         window-pixel-edges for Emacs 21.
3487
3488         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
3489         decoded contents.
3490         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
3491
3492 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3493
3494         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
3495         group line format, since it isn't very interesting.
3496
3497         * gnus-agent.el (gnus-agent-short-article),
3498         (gnus-agent-long-article): Increase values for these two variables,
3499         since most people are likely to have more network connection and
3500         storage than before.
3501
3502         * gnus.el (gnus-refer-article-method): Change default to 'current.
3503         When referring an article, the common behaviour is to refer it from the
3504         current select method, not the native select method.  The chances of
3505         the native select method having the message in question is rather slim
3506         these days.
3507
3508         * gnus-sum.el (gnus-auto-select-subject): Change default to
3509         `unseen-or-unread'.  I think it's likely that most people want to
3510         select an unseen article over a previously seen, but unread one.
3511
3512         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
3513         means that in the article buffer none of the minor mode elements will
3514         be shown, usually, and this is not desirable in most cases.
3515
3516         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
3517         that commands like `d' (and the like) go to the next line in the
3518         buffer, instead of the next unread article.  I think this is the
3519         behaviour that is most natural for most users.
3520         (gnus-single-article-buffer): Change default to nil, so that people can
3521         have as many article buffers open as they have summary buffer.  I think
3522         this is the most natural way for the groups to behave.
3523
3524         * message.el (message-generate-new-buffers): Change default to
3525         `unsent', so that all new message buffers start their names with the
3526         string "*unsent", and it's easier to find the buffers if you move from
3527         them.
3528
3529 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3530
3531         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
3532         small.  They're probably tracking images.
3533         (gnus-html-wash-tags): Remove all <pre_int> place holders.
3534         (gnus-html-rescale-image): Yet another try at getting the image sizing
3535         right.
3536
3537         * nntp.el (nntp-request-set-mark): Refuse to do marks if
3538         nntp-marks-file-name is nil.
3539
3540 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3541
3542         * gnus-html.el (gnus-html-wash-tags)
3543         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
3544         Better logging.
3545
3546 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3547
3548         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
3549
3550         * gnus-html.el (gnus-html-wash-tags): Check the value of
3551         gnus-blocked-images in the summary buffer.
3552
3553 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3554
3555         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
3556
3557 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3558
3559         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
3560         like "a", it seems like.
3561         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
3562         since it needs to be picked from the correct buffer.
3563
3564         * nnwfm.el: Remove.
3565
3566         * nnlistserv.el: Remove.
3567
3568 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3569
3570         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
3571         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
3572
3573 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3574
3575         * nnkiboze.el: Remove.
3576
3577         * nndb.el: Remove.
3578
3579         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
3580         alt text.
3581         (gnus-html-rescale-image): Try to get the rescaling logic right for
3582         images that are just wide and not tall.
3583
3584         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
3585         overshadow variable bindings.
3586
3587 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3588
3589         * gnus-html.el (gnus-html-wash-tags)
3590         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
3591         Add extra logging.
3592
3593 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3594
3595         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
3596         (gnus-max-image-proportion): New variable.
3597         (gnus-html-rescale-image): New function.
3598         (gnus-html-put-image): Rescale images.
3599
3600 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3601
3602         Fix up some byte-compiler warnings.
3603         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
3604         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
3605         (gnus-article-fill-cited-article, gnus-article-hide-citation)
3606         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
3607         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
3608         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
3609         (gnus-group-update-group): Use save-excursion and with-current-buffer.
3610
3611 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3612
3613         * gnus-html.el (gnus-article-html): Decode contents by charset.
3614
3615 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3616
3617         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
3618         (gnus-html-frame-width, gnus-blocked-images)
3619         * message.el (message-prune-recipient-rules): Add custom version.
3620         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
3621
3622         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
3623         functions.
3624
3625         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
3626         gnus-process-get.
3627
3628 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
3629
3630         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
3631         instead of lsub directly.
3632
3633 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3634
3635         * nnwarchive.el: Remove.
3636
3637         * gnus-soup.el: Remove.
3638
3639         * nnsoup.el: Remove.
3640
3641         * nnultimate.el: Remove.
3642
3643         * gnus-html.el (gnus-blocked-images): New variable.
3644
3645         * message.el (message-prune-recipients): New function.
3646         (message-prune-recipient-rules): New variable.
3647
3648         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
3649         guess whether a long line is natural text or not.
3650
3651         * gnus-html.el (gnus-html-schedule-image-fetching):
3652         Use gnus-process-plist and friends for compatibility.
3653
3654 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3655
3656         * gnus-html.el: Require packages that define macros used in this file.
3657         (gnus-article-mouse-face): Declare to silence byte-compiler.
3658         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
3659         process-get.
3660         (gnus-html-put-image): Use plist-get to avoid getf.
3661         (gnus-html-prefetch-images): Use with-current-buffer.
3662
3663 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3664
3665         * gnus-ems.el: Provide compatibility functions for
3666         gnus-set-process-plist.
3667
3668         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
3669         header-line-format for XEmacs 21.4.
3670
3671         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
3672         * gnus.el (gnus-valid-select-methods)
3673         * message.el (message-send-mail-partially-limit)
3674         * mm-decode.el (mm-text-html-renderer)
3675         * mml.el (mml-insert-mime-headers-always)
3676         * smiley.el (smiley-regexp-alist): Bump custom version.
3677
3678 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3679
3680         * gnus-html.el: require mm-url.
3681         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
3682         with the url to `url'.
3683         (gnus-html-wash-tags): Support cid: URLs/images.
3684
3685 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3686
3687         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
3688         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
3689         bindings, as they aren't useful at all.  `w' is moved to `W w'.
3690
3691         * gnus-move.el: Remove file, since it doesn't really work.
3692
3693         * gnus-html.el (gnus-article-html): Tell w3m that the input is
3694         UTF-8.  This seems to fix problems with some German web feeds.
3695
3696         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
3697         at the top so that the proper colours are applied.
3698
3699         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
3700         don't have dots in their names.
3701
3702         * gnus-art.el (gnus-article-view-part): Doc fix.
3703
3704         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
3705         XEmacs-compatible.
3706         (gnus-html-put-image): Don't do images on non-graphic displays.
3707
3708         * nnslashdot.el: Remove this unused backend.
3709
3710         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
3711         actions.
3712         (gnus-undo-register-1): Revert last change.
3713
3714         * gnus-group.el (gnus-group-completing-read): Protect against not
3715         having completion-styles bound.
3716
3717         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
3718         make broken recipients happier.
3719
3720         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
3721
3722         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
3723         point parameter.
3724
3725         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
3726
3727         * gnus-group.el (gnus-group-completing-read): Add 'substring to
3728         completion-styles for group selection.
3729
3730 2009-02-04  Andreas Schwab  <schwab@suse.de>
3731
3732         * gnus-score.el (gnus-score-string): Fix regex for matching extra
3733         headers and regexp-quote the match if necessary.
3734
3735 2009-03-24  Miles Bader  <miles@gnu.org>
3736
3737         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
3738         the blinking smiley.
3739
3740 2009-03-24  Simon Josefsson  <simon@josefsson.org>
3741
3742         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
3743         blink smiley.
3744
3745 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3746
3747         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
3748         where the dribbel file lives exists.
3749
3750         * message.el (message-send-mail-partially-limit): Change the default to
3751         nil, since most people don't want this.
3752
3753         * mm-url.el (mm-url-decode-entities): Also decode entities like
3754         &#x3212.
3755
3756 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
3757
3758         * gnus-sum.el (gnus-summary-idna-message):
3759         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
3760         Hyperlink urls in docstrings with URL `...'.
3761
3762 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
3763
3764         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
3765         functions.
3766
3767 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3768
3769         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
3770         say what the mouseover text should be.
3771
3772         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
3773         version of the mm-w3m-safe-url-regexp variable to only download images
3774         in the groups where we want that to happen.
3775
3776         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
3777
3778         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
3779         easier debugging.
3780         (gnus-article-beginning-of-window): Add kludge to allow spacing past
3781         big pictures in the article buffer.
3782
3783         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
3784         gnus-article-html.
3785         (mm-text-html-renderer): gnus-article-html needs curl in addition to
3786         w3m.
3787
3788         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
3789
3790 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3791
3792         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
3793         which doesn't exist.
3794
3795         * message.el (message-inhibit-ecomplete): New variable to allow some
3796         function to inhibit ecomplete address storage.
3797         (message-resend): Disable ecomplete message storage when resending
3798         messages.
3799
3800         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
3801
3802 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3803
3804         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
3805         Save excursion while copying, moving, and deleting articles in order to
3806         prevent the cursor from jumping to unforeseen place.
3807
3808 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3809
3810         * lpath.el: No need to bind bookmark-current-buffer,
3811         bookmark-yank-point and bookmark-make-record-function.
3812
3813 2010-08-17  Glenn Morris  <rgm@gnu.org>
3814
3815         * gnus-sync.el: Require gnus components whose functions are used.
3816
3817         * gnus-art.el (bookmark-make-record-function):
3818         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
3819         Declare for compiler.
3820
3821         * mm-url.el (mml-compute-boundary): Autoload.
3822
3823 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3824
3825         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
3826
3827 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
3828
3829         Typo fix "hoo4a" -> "hook".
3830
3831         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
3832
3833 2010-08-14  Glenn Morris  <rgm@gnu.org>
3834
3835         * gnus-sync.el (gnus-sync): Fix defgroup version.
3836
3837 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
3838
3839         Doc fixes and keep unknown groups (ammended for nunion bug fix).
3840
3841         * gnus-sync.el: Fix docs.
3842         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
3843         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
3844
3845 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3846
3847         Optimizations for gnus-sync.el.
3848
3849         * gnus-sync.el: Add docs about gnus-sync-backend
3850         possibilities.
3851         (gnus-sync-save): Remove unnecessary message.
3852         (gnus-sync-read): Optimize and show what groups were skipped.
3853
3854 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3855
3856         Minor bug fixes for gnus-sync.el.
3857
3858         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
3859         Don't read the sync on get-new-news.
3860
3861         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
3862         quiet.
3863
3864         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
3865         (fix typo).
3866
3867 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
3868
3869         Make saving and restoring of hidden threads work with overlays.
3870         Patch applied by Ted Zlatanov.
3871
3872         * gnus-sum.el (gnus-hidden-threads-configuration)
3873         (gnus-restore-hidden-threads-configuration): Update to deal with text
3874         properties, rather than searching for a magic character.
3875
3876 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3877
3878         New gnus-sync.el library for synchronization of marks.
3879
3880         * gnus-sync.el: New library for synchronization of marks.
3881
3882         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
3883         renamed from `gnus-registry-grep-in-list'.
3884
3885         * gnus-registry.el (gnus-registry-follow-group-p):
3886         Use `gnus-grep-in-list'.
3887
3888         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
3889
3890 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3891
3892         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
3893         determining charset of text fails.
3894
3895 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3896
3897         * nnmail.el (nnmail-get-new-mail-1): Revert.
3898
3899         * nnml.el (nnml-active-number): Make sure names of newly created groups
3900         in nnml-group-alist are encoded.
3901
3902 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3903
3904         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
3905         containing non-ASCII characters in active file for nnml back end.
3906
3907 2010-07-24  David Engster  <dengste@eml.cc>
3908
3909         * mml-smime.el (mml-smime-epg-verify): Also accept the older
3910         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
3911
3912 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
3913
3914         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
3915         tag (Bug#6654).
3916
3917 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3918
3919         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
3920         the article buffer, not the summary buffer.
3921
3922 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3923
3924         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
3925         Emacs 23 as well.
3926
3927 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3928
3929         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
3930         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
3931
3932 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3933
3934         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
3935         Patch applied by Karl Fogel.
3936
3937         * gnus-sum.el (gnus-summary-bookmark-make-record):
3938         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
3939
3940 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3941
3942         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
3943         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
3944         C-w still not working correctly from Article buffers; Thierry's
3945         patch to fix that will be applied after this.
3946
3947         * gnus-art.el (bookmark-make-record-function): New local variable.
3948
3949         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
3950         article buffer.
3951         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
3952
3953 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
3954
3955         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
3956         on changes in bookmark.el.
3957
3958 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3959
3960         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
3961         `no-log' instead of message not to log prompt string.
3962
3963 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
3964
3965         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
3966         the *other* type of HTML form submission.
3967
3968 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
3969
3970         * auth-source.el (auth-source-pick): If choice does not contain a
3971         questioned keyword, set the check to t.
3972
3973 2010-06-12  Romain Francoise  <romain@orebokech.com>
3974
3975         * gnus-util.el (gnus-date-get-time): Move up before first use.
3976
3977 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3978
3979         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
3980         (gnus-article-edit-part): Bind it to make last part that is substituted
3981         or deleted visible.
3982         (gnus-mime-display-single): Buttonize part of which id equals to
3983         gnus-mime-buttonized-part-id.
3984
3985 2010-06-10  Dan Christensen  <jdc@uwo.ca>
3986
3987         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
3988         (gnus-dd-mmm): Use gnus-date-get-time.
3989         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
3990         simplify logic.
3991         (gnus-summary-limit-to-age): Use gnus-date-get-time.
3992         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
3993
3994 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
3995
3996         * auth-source.el (top): Autoload `secrets-list-collections',
3997         `secrets-create-item', `secrets-delete-item'.
3998         (auth-sources): Fix tag string.
3999         (auth-get-source, auth-source-retrieve, auth-source-create)
4000         (auth-source-delete): New defuns.
4001         (auth-source-pick): Rewrite in order to avoid 2 passes.
4002         (auth-source-forget-user-or-password): New parameter USERNAME.
4003         (auth-source-user-or-password): New parameters CREATE-MISSING and
4004         DELETE-EXISTING.  Retrieve password interactively, if needed.
4005
4006 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4007
4008         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
4009         deleting unused directories when gnus-expert-user is t.
4010
4011 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4012
4013         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
4014         for each temp file when gnus-article-browse-delete-temp is ask.
4015
4016 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4017
4018         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
4019         Lisp calls to delete-backward-char by calls to delete-char.
4020
4021 2010-05-20  Kevin Ryde  <user42@zip.com.au>
4022
4023         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
4024
4025 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
4026
4027         * password-cache.el (password-cache-remove): Fix docstring.
4028
4029 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4030
4031         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
4032         article unless decoding article to be saved.
4033
4034 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4035
4036         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
4037         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
4038         generated within the mm-with-unibyte-current-buffer macro.
4039
4040 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4041
4042         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
4043         to nil when we're in a mml-preview buffer and no group is selected.
4044
4045 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
4046
4047         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
4048         when catching the `C-g'.  Reported by "Leo".
4049
4050 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4051
4052         * message.el (message-forward-make-body-plain)
4053         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
4054         multibyte-string-p.
4055
4056         * lpath.el: Revert.
4057
4058 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4059
4060         * message.el (message-forward-make-body-mml): Assume original message
4061         is multibyte string; error on unibyte.
4062         (message-forward-make-body-plain): Ditto; don't add excessive newline
4063         in body end.
4064
4065         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
4066
4067 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
4068
4069         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
4070         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
4071
4072 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4073
4074         * mm-extern.el (mm-extern-url): Don't use
4075         mm-with-unibyte-current-buffer.
4076         (mm-extern-cache-contents): Use with-current-buffer instead of
4077         save-excursion + set-buffer.
4078
4079 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4080
4081         * mm-util.el (mm-emacs-mule): Remove.
4082
4083 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
4084
4085         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
4086         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
4087         change.
4088
4089 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4090
4091         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
4092         bind the default value of enable-multibyte-characters to nil.
4093
4094 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4095
4096         * message.el (message-forward-make-body-plain)
4097         (message-forward-make-body-mml):
4098         Don't use mm-with-unibyte-current-buffer.
4099
4100 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4101
4102         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
4103
4104 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
4105
4106         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
4107         (Bug#5592).
4108
4109 2010-05-07  Julien Danjou  <julien@danjou.info>
4110
4111         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
4112         it to mm-pipe-part.
4113
4114         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
4115         it is given.
4116
4117 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4118
4119         * binhex.el (binhex-decode-region-internal)
4120         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
4121         (dns-query)
4122         * nnweb.el (nnweb-gmane-search)
4123         * pgg-parse.el (pgg-parse-armor)
4124         * pgg.el (pgg-verify-region)
4125         * sha1.el (sha1-string-external)
4126         * uudecode.el (uudecode-decode-region-internal)
4127         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
4128         XEmacs.
4129
4130         * gnus-art.el (gnus-article-browse-html-parts)
4131         * gnus-group.el (gnus-read-ephemeral-gmane-group)
4132         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
4133         make-temp-file.
4134
4135         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
4136         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
4137         compiling.
4138
4139         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
4140         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
4141         XEmacs when compiling.
4142
4143         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
4144         gnus-pick-mode-off-hook for XEmacs when compiling.
4145         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
4146         gnus-binary-mode-off-hook for XEmacs when compiling.
4147
4148         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
4149         Return nil if char-charset is not available.
4150
4151         * imap.el (imap-disable-multibyte)
4152         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
4153         macros.
4154
4155         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
4156         instead of encode-coding-string.
4157
4158         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
4159         'xemacs) instead of mm-emacs-mule to switch function definitions.
4160         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
4161
4162         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
4163         bind temporary-file-directory for XEmacs;
4164         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
4165         timer-set-function for XEmacs 21.4 and SXEmacs;
4166         bind timer-list for XEmacs 21.4 and SXEmacs;
4167         fbind char-charset and find-charset-region for non-Mule XEmacs;
4168         fbind decode-coding-region, decode-coding-string, detect-coding-region,
4169         encode-coding-region and encode-coding-string for XEmacs having no
4170         file-coding feature.
4171
4172 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
4173
4174         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
4175
4176 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4177
4178         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
4179         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
4180
4181 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
4182
4183         * mm-util.el (mm-decompress-buffer): Use `delete-file';
4184         alias `jka-compr-delete-temp-file' no longer exists.
4185
4186 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4187
4188         Use define-minor-mode in Gnus where applicable.
4189         * mml.el (mml-mode): Use define-minor-mode.
4190         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
4191         (gnus-undo-mode): Use define-minor-mode.
4192         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
4193         (gnus-dead-summary-mode): Use define-minor-mode.
4194         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
4195         Initialize in declaration.
4196         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
4197         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
4198         (gnus-mailing-list-mode): Use define-minor-mode.
4199         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
4200         (gnus-draft-mode): Use define-minor-mode.
4201         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
4202         (gnus-dired-mode): Use define-minor-mode.
4203
4204 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
4205
4206         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
4207         handles on recursive mml-to-mime translation and check them for
4208         boundary delimiter collisions.  Reported by Greg Troxel.
4209
4210 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4211
4212         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
4213
4214 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4215
4216         * mm-util.el (mm-find-buffer-file-coding-system):
4217         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
4218
4219 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
4220
4221         * message.el (message-generate-headers): Record insertion of optional
4222         headers as well.  Otherwise the check to prevent repeated insertion of
4223         optional headers is a no-op.
4224
4225 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
4226
4227         * smime.el: Don't mention CVS.
4228
4229         * nnrss.el (nnrss-fetch): Don't mention CVS.
4230
4231         * nnir.el: Don't mention CVS.
4232
4233 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4234
4235         * gnus-sum.el (gnus-summary-bookmark-make-record):
4236         Add `location' field.
4237
4238 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4239
4240         * lpath.el: Fbind bookmark-default-handler,
4241         bookmark-get-bookmark-record, bookmark-make-record-default,
4242         bookmark-prop-get for Emacs <23 and XEmacs.
4243
4244 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4245
4246         * gnus-sum.el: Add bookmark declarations to silence the compiler.
4247         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
4248         Use with-current-buffer to silence the byte-compiler.
4249         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
4250         bother to require `gnus'.
4251         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
4252
4253 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4254
4255         * gnus-sum.el (gnus-summary-bookmark-make-record)
4256         (gnus-summary-bookmark-jump): New functions.
4257         (gnus-summary-mode): Setup bookmark support.
4258
4259 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
4260
4261         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
4262         if set.
4263
4264 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4265
4266         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
4267         gnus-article-browse-html-save-cid-image; make it work recursively for
4268         forwarded messages as well.
4269         (gnus-article-browse-html-parts): Work when prefix arg is given.
4270         (gnus-article-browse-html-article): Doc fix.
4271
4272 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
4273
4274         * message.el (message-default-mail-headers):
4275         (message-default-headers): Carry the value mail-default-headers over
4276         into message-default-mail-headers, rather than message-default-headers.
4277
4278 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
4279
4280         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
4281         charset.
4282
4283         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
4284         charset into the <meta> tag when the article is encoded to utf-8.
4285
4286 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4287
4288         * gnus-art.el (gnus-article-browse-delete-temp-files):
4289         Delete directories as well.
4290         (gnus-article-browse-html-parts): Work for images that do not specify
4291         file names; delete temp directory when quitting; insert header at the
4292         right place; use file: scheme for image files.
4293
4294 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
4295
4296         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
4297         (gnus-article-browse-html-parts): Use it to make temporary cid image
4298         files in addition to html file so that browser may display them.
4299
4300 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4301
4302         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
4303
4304 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4305
4306         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
4307
4308 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
4309
4310         * auth-source.el (auth-sources): Change default to be simpler.
4311         Explain about Secret Service API sources.  Improve Customize options.
4312         (auth-source-pick): Change to accept any number of search parameters.
4313         Implement fallbacks iteratively, not recursively.  Add scoring on the
4314         second pass and sort by score.  Call Secret Service API when needed.
4315         (auth-source-user-or-password): Use it.  Call Secret Service API
4316         directly when needed to get the user name and the password.
4317
4318 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4319
4320         * message.el (message-interactive): Doc fix.
4321         (message-qmail-inject-args): Reflow.
4322         (message-kill-to-signature): Fix typo in docstring.
4323
4324         * smiley.el (smiley-buffer): Fix typo in docstring.
4325
4326 2010-03-24  Glenn Morris  <rgm@gnu.org>
4327
4328         * mail-source.el (gnus-message): Declare.
4329         (mail-source-delete-old-incoming): Require gnus-util.
4330
4331 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4332
4333         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
4334
4335         * message.el (ecomplete-setup): Autoload it for Emacs <23.
4336
4337         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
4338         password-cache's default if it is not bound.
4339         (mml-secure-passphrase-cache-expiry): Default to 16 that is
4340         password-cache-expiry's default if it is not bound.
4341
4342         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
4343         available in Emacs 21.
4344
4345         * lpath.el: Suppress compiler warnings for:
4346         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
4347         XEmacs;
4348         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
4349         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
4350         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
4351
4352 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
4353
4354         * auth-source.el (auth-sources): Fix up definition so extra parameters
4355         are always inline.
4356
4357 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
4358
4359         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
4360         wasn't updated after mismatch.  Clear cached mailbox info correctly
4361         when uidvalidity changes.
4362         (nnimap-group-prefixed-name): New function to avoid some code
4363         duplication.
4364         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
4365         (nnimap-request-group): Use it.
4366         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
4367         (nnimap-update-unseen): Significantly improved speed of Gnus startup
4368         with many imap folders.  This is done by caching the group status from
4369         the imap server persistently in a group parameter `imap-status'.  (This
4370         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
4371         but not persistently, so every Gnus startup was still very slow.)
4372
4373 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
4374
4375         * assistant.el (assistant-render-text): Run `widget-setup' and don't
4376         delete the extra newline.  Otherwise editing of :string and :number
4377         types don't work.
4378
4379 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4380
4381         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
4382         secrets.el dependency.
4383         (auth-sources): Add optional user name.  Add secrets.el configuration
4384         choice (unused right now).
4385
4386 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4387
4388         * gnus-sum.el (gnus-summary-make-menu-bar):
4389         Let `gnus-registry-install-shortcuts' fill in the functions.
4390
4391         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
4392         warnings.
4393         (gnus-registry-misc-menus): Variable to hold registry mark menus.
4394         (gnus-registry-install-shortcuts): Populate and use it in a
4395         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
4396
4397 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
4398
4399         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
4400         In-place substitutions for the group name encoding/decoding.
4401         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
4402         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
4403         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
4404         (nnimap-update-unseen, nnimap-request-list)
4405         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
4406         (nnimap-request-set-mark, nnimap-split-to-groups)
4407         (nnimap-split-articles, nnimap-request-newgroups)
4408         (nnimap-request-create-group, nnimap-request-accept-article)
4409         (nnimap-request-delete-group, nnimap-request-rename-group)
4410         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
4411         `encoded-mbx' for consistency.
4412         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
4413         variable `imap-current-mailbox'.
4414
4415         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
4416         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
4417
4418 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
4419
4420         * pop3.el (pop3-display-message-size-flag): Display message size byte
4421         counts during POP3 download.
4422         (pop3-movemail): Use it.
4423         (pop3-list): Implement listing of available messages.
4424
4425 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
4426
4427         * nnir.el (nnir-get-article-nov-override-function): New function to
4428         override the normal NOV retrieval.
4429         (nnir-retrieve-headers): Use it.
4430
4431 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
4432
4433         * auth-source.el (netrc-machine-user-or-password): Autoload.
4434
4435 2010-03-19  Glenn Morris  <rgm@gnu.org>
4436
4437         Stop message.el from loading about 40 libraries it doesn't always need.
4438         The general approach is to autoload rather than require, and to
4439         require in the specific functions rather than the file.  (Bug#5642)
4440
4441         * gmm-utils.el: Don't require wid-edit.
4442         (widget-create-child-value, widget-convert, widget-default-get):
4443         Autoload.
4444
4445         * gnus-util.el: Don't require time-date, netrc.
4446         (message-fetch-field, gnus-group-name-decode): Declare rather than
4447         autoloading.
4448         (gnus-fetch-field): Require message.
4449         (gnus-decode-newsgroups): Require gnus-group.
4450
4451         * ietf-drums.el: Don't require time-date.
4452
4453         * message.el: Don't require hashcash, canlock, ecomplete.
4454         Do require mail-utils.  Require nnheader only when compiling.
4455         (smtpmail-default-smtp-server): Remove declaration.
4456         (message-send-mail-function): Check smtpmail-default-smtp-server
4457         is bound rather than requiring smtpmail.
4458         (message-auto-save-directory, message-insert-signature):
4459         Use expand-file-name rather than nnheader-concat.
4460         (nnheader-insert-file-contents): Autoload.
4461         (hashcash-wait-async): Declare.
4462         (message-send-mail): Only call gnus-setup-posting-charset if
4463         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
4464         (message-send-mail-with-sendmail): Require sendmail.
4465         (canlock-password, canlock-password-for-verify): Declare.
4466         (message-canlock-password): Require canlock.
4467         (nnheader-get-report): Autoload.
4468         (gnus-setup-posting-charset): Declare.
4469         (message-send-news): Require gnus-msg.
4470         (message-make-references, message-make-in-reply-to): Use mail-header-id
4471         rather than the alias mail-header-message-id.
4472         (ecomplete-add-item, ecomplete-save): Declare.
4473         (message-put-addresses-in-ecomplete): Require ecomplete.
4474         (ecomplete-display-matches): Autoload.
4475
4476         * mm-decode.el: Don't require mailcap, gnus-util.
4477         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
4478         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
4479         Autoload.
4480         (mailcap-mime-extensions): Declare.
4481
4482         * mm-encode.el: Don't require mailcap.
4483         (mailcap-extension-to-mime): Autoload.
4484
4485         * mml-sec.el: Don't require password-cache.
4486
4487         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
4488         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
4489         (mml-minibuffer-read-type): Require mailcap.
4490         (mml-preview): Require gnus-msg.
4491
4492         * mml1991.el: Require password-cache.
4493         (password-cache-expiry): Remove declaration.
4494
4495         * mml2015.el: Require password-cache.
4496         (password-cache-expiry): Remove declaration.
4497
4498         * nneething.el (mailcap): Require mailcap.
4499
4500         * nnheader.el (declare-function): Add compatibility stub.
4501         (message-remove-header): Declare rather than autoload.
4502         (nnheader-replace-header): Require message.
4503
4504         * nnimap.el (declare-function): Add compatibility stub.
4505         (netrc-parse, netrc-machine-user-or-password): Declare.
4506         (nnimap-open-connection): Require netrc.
4507
4508         * nntp.el (declare-function): Add compatibility stub.
4509         (netrc-parse, netrc-machine, netrc-get): Declare.
4510         (nntp-send-authinfo): Require netrc.
4511
4512         * rfc2047.el: Don't require qp.
4513         (quoted-printable-encode-region, quoted-printable-decode-string):
4514         Autoload.
4515
4516         * sieve-mode.el: Don't require easymenu.
4517         (easy-menu-add-item): Autoload it.
4518
4519         * spam-stat.el (time-to-number-of-days): Autoload it.
4520
4521 2010-03-19  Glenn Morris  <rgm@gnu.org>
4522
4523         * password-cache.el (password-cache, password-cache-expiry): Autoload.
4524
4525 2010-03-18  Glenn Morris  <rgm@gnu.org>
4526
4527         * hashcash.el (declare-function): Remove duplicate definition.
4528
4529 2010-03-17  Kevin Ryde  <user42@zip.com.au>
4530
4531         * mml.el (mml-read-tag): Unquote values with `read' to reverse
4532         prin1 in mml-insert-tag (just stripping the quotes gave wrong
4533         value if any backslash escapes).
4534
4535 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4536
4537         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
4538         if it is available.  (bug#5647)
4539
4540         * lpath.el: Suppress compiler warning for coding-system-from-name for
4541         Emacs 21 and XEmacs.
4542
4543 2010-03-14  Juri Linkov  <juri@jurta.org>
4544
4545         * hmac-def.el:
4546         * hmac-md5.el:
4547         * netrc.el: Fix keywords.
4548
4549 2010-02-26  Glenn Morris  <rgm@gnu.org>
4550
4551         * message.el (message-send-mail-function): Change the default, so that
4552         it inherits from a customized send-mail-function.  (Bug#5643)
4553
4554 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4555
4556         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
4557         shell-command-to-string signals an error (bug#5299).
4558
4559 2010-02-24  Glenn Morris  <rgm@gnu.org>
4560
4561         * message.el (message-smtpmail-send-it)
4562         (message-send-mail-with-mailclient): Doc fixes.
4563
4564 2010-02-16  Glenn Morris  <rgm@gnu.org>
4565
4566         * message.el (message-default-mail-headers): Change the default value
4567         to ease the transition from mail-mode to message-mode.  (Bug#5555)
4568
4569 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4570
4571         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
4572         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
4573
4574 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
4575
4576         * time-date.el (date-to-time): Doc fix (Bug#5408).
4577
4578 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
4579
4580         * message.el (message-mail): Just pass yank-action on to message-setup.
4581         (message-setup): Handle (FUN . ARGS) form of yank-action.
4582         (message-with-reply-buffer, message-widen-reply)
4583         (message-yank-original): Handle non-buffer values of
4584         message-reply-buffer (Bug#4080).
4585         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
4586
4587 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
4588
4589         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
4590         Fix typo in docstring.
4591
4592 2010-01-08  Jason Rumney  <jasonr@gnu.org>
4593
4594         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
4595         response.
4596
4597 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4598
4599         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
4600
4601         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4602
4603         * message.el (message-check-news-header-syntax): Protect against a
4604         string that `rfc822-addresses' returns when parsing fails.
4605
4606 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4607
4608         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
4609         (gnus-previous-char-property-change): New functions.
4610
4611         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
4612
4613 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
4614
4615         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
4616         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
4617
4618 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
4619
4620         * message.el (message-exchange-point-and-mark): Rework last change to
4621         avoid using optional arg of exchange-point-and-mark, for backward
4622         compatibility.
4623
4624 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
4625
4626         * message.el (message-exchange-point-and-mark):
4627         Call exchange-point-and-mark with an argument rather than setting
4628         mark-active by hand (Bug#5175).
4629
4630 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4631
4632         * nntp.el (nntp-service-to-port): Work for service expressed with
4633         numeric string; replace [:digit:] with [0-9] for XEmacs.
4634
4635 2009-12-17  Glenn Morris  <rgm@gnu.org>
4636
4637         * gnus-group.el (gnus-bug-group-download-format-alist):
4638         Change emacs entry to debbugs.gnu.org.  Bump :version.
4639
4640 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
4641
4642         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
4643
4644 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
4645
4646         * message.el (message-info): Explain why we use `Info-goto-node'.
4647
4648 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4649
4650         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
4651
4652 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4653
4654         * message.el (message-completion-in-region): New compatibility function.
4655         (message-expand-group): Use it.
4656
4657 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4658
4659         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
4660         with no unread article should be listed if the 2nd arg `predicate' is
4661         given.
4662
4663 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4664
4665         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
4666
4667 2009-11-29  Juri Linkov  <juri@jurta.org>
4668
4669         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
4670         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
4671         on `gnus-recenter'.  (Bug#4698, Bug#4981)
4672
4673 2009-11-26  Kevin Ryde  <user42@zip.com.au>
4674
4675         * sha1.el (sha1-string-external): default-directory "/" in case
4676         otherwise non-existent.  process-connection-type pipe for touch of
4677         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
4678
4679 2009-11-25  Kevin Ryde  <user42@zip.com.au>
4680
4681         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
4682         it's comms related and sgml-mode.el has "comm" on that basis too.
4683
4684 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4685
4686         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
4687         containing tspecial characters if they have been already quoted.
4688
4689 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
4690
4691         * dns-mode.el (auto-mode-alist): Purecopy string.
4692
4693 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4694
4695         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
4696
4697 2009-10-24  Glenn Morris  <rgm@gnu.org>
4698
4699         * gnus-art.el (help-xref-stack-item): Define for compiler.
4700
4701 2009-10-21  Kevin Ryde  <user42@zip.com.au>
4702
4703         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
4704
4705 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4706
4707         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
4708
4709 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4710
4711         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
4712         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
4713
4714 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4715
4716         * gnus.el (gnus-overlay-get): New alias to overlay-get.
4717         (gnus-overlays-in): New alias to overlays-in.
4718
4719         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
4720         gnus-overlay-get, and gnus-delete-overlay.
4721         (gnus-summary-show-thread): Make it work as well for systems in which
4722         next-single-char-property-change is not available.
4723         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
4724
4725         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
4726         (gnus-overlay-get): New alias to extent-property.
4727         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
4728
4729         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
4730         SXEmacs.
4731
4732         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
4733         SXEmacs.
4734
4735 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
4736
4737         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
4738
4739 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
4740
4741         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
4742         and XEmacs that don't have `remove-overlays'.
4743
4744 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4745
4746         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
4747         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
4748         selective display.  Use overlays instead.
4749
4750 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
4751
4752         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
4753
4754 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
4755
4756         * spam-stat.el (spam-stat-load): Fix typo in message.
4757
4758 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
4759
4760         * dig.el (dig-invoke): Fix typo in docstring.
4761         (query-dig): Reflow docstring.
4762
4763 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
4764
4765         * gnus-art.el (gnus-article-encrypt-body):
4766         * message.el (message-check-recipients):
4767         * mm-util.el (mm-codepage-setup):
4768         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
4769         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
4770
4771 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
4772
4773         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
4774         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
4775         keys from the menu if mm-{sign,encrypt}-option is 'guided.
4776         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
4777         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
4778
4779 2009-09-21  Kevin Ryde  <user42@zip.com.au>
4780
4781         * dig.el: Add "Keywords: comm", as per net-utils.el.
4782
4783 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4784
4785         * dig.el (dig-mode): Use define-derived-mode.
4786
4787 2009-09-19  Glenn Morris  <rgm@gnu.org>
4788
4789         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
4790
4791 2009-09-18  Glenn Morris  <rgm@gnu.org>
4792
4793         * gnus-diary.el (gnus-diary-check-message):
4794         * message.el (message-insert-formatted-citation-line):
4795         * nnbabyl.el (top-level):
4796         * nndiary.el (nndiary-schedule):
4797         Fix typos in condition-case handlers.
4798
4799 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4800
4801         * gnus-art.el (gnus-article-edit-part): Work for the buffer
4802         configuration that provides the sole article window in a frame;
4803         position point correctly after deleting a part.
4804
4805 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
4806
4807         * spam.el (spam-unregister-on-reregister): Add boolean variable.
4808         (spam-resolve-registrations-routine): Use it to unregister articles
4809         that change status.
4810
4811 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4812
4813         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
4814         with XEmacs.
4815         (parse-time-string-chars): Use it.
4816
4817 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
4818
4819         * imap.el (imap-interactive-login): Better messages.
4820         (imap-open): Fix bug with renamed buffer on reconnect.
4821         (imap-authenticate): Add buffer-local imap-last-authenticator variable
4822         for easier debugging and cleaner code.  On successful (guessed based on
4823         server capabilities) secondary authentication, set imap-state
4824         correctly.
4825         (imap-last-authenticator): Define imap-last-authenticator as a variable
4826         to avoid warnings.
4827
4828 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4829
4830         * nnrss.el (nnrss-request-article): Remove binding of
4831         default-enable-multibyte-characters that has gotten needless by
4832         the 2007-07-13 change in rfc2047-encode-message-header.
4833
4834         * mml.el (mml-insert-multipart): Error on the message header.
4835         (mml-insert-part): Error on the message header; position point at
4836         the end of a MIME tag.
4837
4838 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4839
4840         * time-date.el (autoload): Expand define-obsolete-function-alias into
4841         defalias and make-obsolete for old Emacsen that Gnus supports.
4842         (with-no-warnings): Define it for old Emacsen.
4843         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
4844         is available.
4845         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
4846         float-time is available; suppress compile warning for time-to-seconds.
4847
4848         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
4849         (gnus-float-time): Alias to float-time if it exists.
4850
4851         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
4852         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
4853         float-time is available; suppress compile warning for time-to-seconds.
4854
4855         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
4856         XEmacs.
4857
4858 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
4859
4860         * imap.el (imap-message-map): Docstring fix.
4861
4862 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4863
4864         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
4865         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
4866         Add the optional argument `encoding' that overrides the default.
4867
4868         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
4869         mm-encode-buffer.
4870
4871 2009-09-04  Glenn Morris  <rgm@gnu.org>
4872
4873         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
4874         mm-disable-multibyte, rather than default-enable-multibyte-characters.
4875         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
4876         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
4877         * mm-util.el (mm-with-unibyte-current-buffer)
4878         (mm-find-buffer-file-coding-system):
4879         * yenc.el (yenc-decode-region): Use default-value rather than
4880         default-enable-multibyte-characters.
4881
4882 2009-09-03  Glenn Morris  <rgm@gnu.org>
4883
4884         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
4885         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
4886         than default-enable-multibyte-characters.
4887
4888 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
4889
4890         * gnus-art.el (gnus-article-read-summary-keys):
4891         Fix gnus-buffer-configuration's value temporarily used.
4892
4893 2009-09-02  Glenn Morris  <rgm@gnu.org>
4894
4895         * gnus-util.el (gnus-float-time): New function.
4896         * gnus-delay.el (gnus-delay-article):
4897         * gnus-sum.el (gnus-thread-latest-date):
4898         * gnus-util.el (gnus-user-date): Use gnus-float-time.
4899         * nnspool.el (nnspool-request-newgroups):
4900         Use gnus-float-time rather than time-to-seconds.
4901         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
4902
4903         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
4904         (gnus-header-subject-face, gnus-header-newsgroups-face)
4905         (gnus-header-name-face, gnus-header-content-face):
4906         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
4907         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
4908         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
4909         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
4910         (gnus-cite-face-11):
4911         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
4912         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4913         (gnus-server-closed-face, gnus-server-denied-face)
4914         (gnus-server-offline-face):
4915         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
4916         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
4917         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
4918         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
4919         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
4920         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
4921         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
4922         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
4923         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
4924         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
4925         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
4926         (gnus-summary-selected-face, gnus-summary-cancelled-face)
4927         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
4928         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
4929         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
4930         (gnus-summary-high-undownloaded-face)
4931         (gnus-summary-low-undownloaded-face)
4932         (gnus-summary-normal-undownloaded-face)
4933         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
4934         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
4935         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
4936         (gnus-splash-face):
4937         * message.el (message-header-to-face, message-header-cc-face)
4938         (message-header-subject-face, message-header-newsgroups-face)
4939         (message-header-other-face, message-header-name-face)
4940         (message-header-xheader-face, message-separator-face)
4941         (message-cited-text-face, message-mml-face):
4942         * sieve-mode.el (sieve-control-commands-face)
4943         (sieve-action-commands-face, sieve-test-commands-face)
4944         (sieve-tagged-arguments-face):
4945         * spam.el (spam-face):
4946         Mark face aliases with "-face" in the name as obsolete.
4947
4948 2009-09-01  Glenn Morris  <rgm@gnu.org>
4949
4950         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
4951         than goto-line.
4952
4953 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4954
4955         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4956         Don't move point if the command is invoked inside the message header.
4957
4958 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4959
4960         * imap.el (imap-send-command): Simplify.
4961         (imap-wait-for-tag): point-max -> buffer-size.
4962
4963 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4964
4965         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
4966         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
4967         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
4968         * nnir.el (nnir-swish-e-index-file):
4969         * gnus-sum.el (gnus-summary-delete-marked-as-read)
4970         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
4971         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4972         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
4973         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
4974         (gnus-treat-display-xface): Add Emacs version of obsolescence.
4975
4976 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4977
4978         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4979         Don't save excursion.
4980
4981 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4982
4983         * nnheader.el (nnheader-find-file-noselect):
4984         * mm-util.el (mm-insert-file-contents):
4985         Use (default-value 'major-mode) instead of default-major-mode.
4986
4987 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4988
4989         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
4990
4991 2009-08-26  Glenn Morris  <rgm@gnu.org>
4992
4993         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
4994         than placing in files.el.
4995
4996 2009-08-25  Glenn Morris  <rgm@gnu.org>
4997
4998         * nnir.el (top-level): Don't require cl at run-time.
4999         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
5000         Replace cl-function substitute with gnus-replace-in-string.
5001         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
5002         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
5003         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
5004         simplified expansions.
5005
5006 2009-08-25  Kevin Ryde  <user42@zip.com.au>
5007
5008         * dig.el (dig): Add autoload cookie.
5009
5010 2009-08-22  Glenn Morris  <rgm@gnu.org>
5011
5012         * gnus-art.el (gnus-button-patch): Use forward-line rather than
5013         goto-line.
5014
5015 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
5016
5017         * parse-time.el (parse-time-string-chars): Save match data.
5018
5019 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
5020
5021         * parse-time.el (parse-time-string-chars): Compute using character
5022         classes, to handle non-ascii characters (Bug#3190).
5023
5024 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5025
5026         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
5027
5028         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
5029         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
5030         (gnus-mm-display-part, gnus-mime-display-single)
5031         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
5032         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
5033
5034         * gnus-sum.el
5035         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
5036         (gnus-summary-move-article): Add expirable mark to articles copied or
5037         moved to group that has auto-expire turned on if the option is non-nil.
5038
5039 2009-07-24  Glenn Morris  <rgm@gnu.org>
5040
5041         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
5042         Fix typo.  (Bug#3903)
5043
5044 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5045
5046         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
5047         gnus-article-read-summary-keys rather than gnus-summary-edit-article
5048         that should not be used for draft articles.
5049         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
5050         that has no concern in minor mode keys.
5051         (gnus-article-summary-command, gnus-article-summary-command-nosave):
5052         Abolish.
5053
5054 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5055
5056         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
5057         article without making inquiry to a user for unknown encoding.
5058
5059         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
5060         (nnmaildir--scan): Assume i-node and device number that file-attributes
5061         returns might be cons-cell.
5062
5063         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
5064
5065         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
5066
5067 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
5068
5069         * auth-source.el: Remove docs now in auth.texi.  Don't use
5070         `gnus-message' for logging.  Add new variables `auth-source-debug' and
5071         `auth-source-hide-passwords' and use them.
5072
5073 2009-07-15  Glenn Morris  <rgm@gnu.org>
5074
5075         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
5076
5077 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5078
5079         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
5080         excessive whitespace from the default values of title and description.
5081
5082 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5083
5084         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
5085         mail-fetch-field to fetch Content-Description header in order to
5086         exclude newlines.
5087
5088 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
5089
5090         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
5091         format used by GnuPG 2.0.11.
5092
5093 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5094
5095         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
5096         to deleted part.
5097
5098 2009-05-30  David Engster  <dengste@eml.cc>
5099
5100         * nnmairix.el: Remove old documentation in the commentary block.
5101         (nnmairix-request-group): Do not update active file for nnml back ends.
5102         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
5103         end so that overview files are ignored.
5104         (nnmairix-update-groups): Make updating the groups more robust by using
5105         marks.
5106         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
5107         with dollar characters in message-id.
5108
5109 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
5110
5111         * spam.el: Use dns-query instead of query-dns.  Was renamed on
5112         2008-12-25 in dns.el.
5113
5114 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5115
5116         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
5117         could happen if the text is only composed of spaces and/or tabs.
5118
5119 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
5120
5121         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
5122         when sending a queued message to avoid extra mml tags.
5123
5124 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5125
5126         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
5127
5128 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5129
5130         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
5131         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
5132         rmail-toggle-header for XEmacs;
5133         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
5134
5135 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5136
5137         * gnus-dired.el: Remove autoload for gnus-setup-message.
5138         (gnus-dired-attach): Fake this-command value to prevent Gnus from
5139         displaying Gnus logo; always use compose-mail.
5140
5141 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5142
5143         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
5144
5145 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5146
5147         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
5148         (gnus-nocem-issuers): List currently active issuers; fix custom type.
5149         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
5150         available.
5151         (gnus-nocem-epg-verify): New function.
5152
5153 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
5154
5155         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
5156
5157 2009-02-15  Glenn Morris  <rgm@gnu.org>
5158
5159         * gnus-util.el (rmail-insert-rmail-file-header)
5160         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
5161         autoloads.
5162         (rmail-default-rmail-file): Remove unnecessary declaration.
5163         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
5164
5165 2009-02-14  Glenn Morris  <rgm@gnu.org>
5166
5167         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
5168         variable (only used in gnus-util, which declares it anyway).
5169         (rmail-output-to-rmail-file): Remove autoload of deleted function,
5170         which was only needed by gnus-art (changed to not use it any more).
5171         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
5172         only used in gnus-util, which autoloads it itself.
5173         (rmail-update-summary): Fix autoload.
5174
5175         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
5176         rather than rmail-output-to-rmail-file.
5177
5178 2009-02-07  Glenn Morris  <rgm@gnu.org>
5179
5180         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
5181         autoload of function that no longer exists.
5182         (rmail-toggle-header): Declare.
5183         (message-forward-rmail-make-body): Handle mbox Rmail.
5184
5185 2009-01-31  Glenn Morris  <rgm@gnu.org>
5186
5187         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
5188         2009-01-09 change.
5189
5190 2009-01-31  Dave Love  <fx@gnu.org>
5191
5192         * imap.el (imap-fetch-safe): Bind debug-on-error.
5193         (imap-debug): Add imap-fetch-safe.
5194
5195 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
5196
5197         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
5198         (auth-source-forget-all-cached): New convenience function.
5199         (auth-source-user-or-password): Accept list of modes or a single mode.
5200
5201         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
5202         auth-source modes.
5203
5204         * netrc.el (netrc-machine-user-or-password): Use list of
5205         auth-source modes.
5206
5207         * nnimap.el (nnimap-open-connection): Use list of
5208         auth-source modes.
5209
5210         * nntp.el (nntp-send-authinfo): Use list of
5211         auth-source modes.
5212
5213 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5214
5215         * auth-source.el: Update docs to reflect epa-file-enable is to be used
5216         now.
5217
5218 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5219
5220         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
5221         coding system in XEmacs; add a workaround for XEmacs.
5222
5223         * lpath.el: Fbind coding-system-aliasee.
5224
5225 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5226
5227         * mm-util.el (mm-coding-system-priorities): Protect against nil value
5228         of current-language-environment.
5229
5230 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5231
5232         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
5233         available at runtime.
5234
5235 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5236
5237         * gnus-art.el (article-date-ut): Fix end point of narrowing.
5238
5239 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
5240
5241         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
5242         the greatest positive fixnum value doesn't work under an XEmacs with
5243         bignum support; use the most-positive-fixnum constant instead,
5244         available since Emacs 21.1 with cl and XEmacs 21.1.
5245
5246 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5247
5248         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
5249         XEmacs gets not to work.
5250
5251 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5252
5253         * mm-util.el (mm-coding-system-priorities): Allow the value like
5254         "Japanese (UTF-8)" of current-language-environment.
5255
5256 2009-01-09  Glenn Morris  <rgm@gnu.org>
5257
5258         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
5259         with last-command-event.
5260
5261 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
5262
5263         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
5264         in the doc string.
5265
5266         * message.el (message-fix-before-sending): Amend comment.
5267
5268 2009-01-08  Dave Love  <fx@gnu.org>
5269
5270         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
5271
5272 2009-01-07  David Engster  <dengste@eml.cc>
5273
5274         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
5275         simplified server definitions by converting it via
5276         gnus-server-to-method.
5277
5278 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5279
5280         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
5281         parameter's operands.
5282
5283 2009-01-06  David Engster  <dengste@eml.cc>
5284
5285         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
5286         primary select method (for gnus-group-mark-article-as-read).
5287
5288 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
5289
5290         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
5291         `(gnus)Face', not `(gnus)X-Face'.
5292
5293 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5294
5295         * mm-util.el (mm-ucs-to-char): New function.
5296
5297         * mm-url.el (mm-url-decode-entities): Use it.
5298
5299         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
5300         unicode-to-char.
5301
5302 2009-01-05  Dave Love  <fx@gnu.org>
5303
5304         * time-date.el: Require cl for `declare'.
5305
5306 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5307
5308         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
5309         Dave Love.
5310
5311 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5312
5313         * message.el (message-fix-before-sending): Add `eight-bit' to
5314         illegible-text check.
5315
5316 2009-01-03  Michael Olson  <mwolson@gnu.org>
5317
5318         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
5319         `headers' is nil.  This can occur if the IMAP server does not have
5320         permissions to read messages from a folder, but can write new messages
5321         to the folder.
5322         (nnimap-request-article-part): Do not insert `data' if it is nil.
5323
5324         * imap.el (imap-parse-fetch): Courier can insert spurious blank
5325         characters which will confuse `read', so skip past them.
5326
5327 2009-01-01  Dave Love  <fx@gnu.org>
5328
5329         * imap.el (imap-string-to-integer): Fix typo.
5330         (imap-fetch-safe): New function.
5331         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
5332
5333         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
5334
5335         * imap.el (imap-process-connection-type, imap-debug, imap-open):
5336         (imap-parse-greeting): Fix doc strings.
5337         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
5338         (imap-parse-flag-list): Make messages unique.
5339         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
5340
5341         * nnimap.el: Fix author email.
5342         (nnimap-split-rule): Add FIXME comment.
5343         (nnimap-debug): Fix doc string.
5344
5345 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5346
5347         * dns.el (dns-set-servers): Check "Address".  Fix typo.
5348
5349 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
5350
5351         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
5352         nslookup if resolv.conf isn't available.
5353         (dns-query): Rename from query-dns.
5354         (dns-query-cached): Rename from query-dns-cached.
5355
5356 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5357
5358         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
5359         overlay-arrow-position and overlay-arrow-string buffer-local; no need
5360         to check if those variables exist (first appeared in Emacs 18.50).
5361
5362 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5363
5364         * mm-util.el (mm-line-number-at-pos): New function.
5365
5366         * spam-report.el (spam-report-process-queue): Use it.
5367
5368 2008-12-24  David Engster  <dengste@eml.cc>
5369
5370         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
5371         parameters that haven't existed as variables as buffer-local variables.
5372
5373 2008-12-23  Dave Love  <fx@gnu.org>
5374
5375         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
5376         cadar.
5377
5378         * sieve-manage.el (sieve-manage-starttls-p): Rename from
5379         imap-starttls-p.
5380         (sieve-manage-starttls-open): Rename from imap-starttls-open.
5381
5382 2008-12-22  Dave Love  <fx@gnu.org>
5383
5384         * imap.el: Fix author email.  Doc fixes.
5385         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
5386         reply.
5387
5388 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
5389
5390         * spam-report.el (spam-report-gmane-max-requests): New constant.
5391         (spam-report-gmane-wait): New variable.
5392         (spam-report-gmane-ham, spam-report-gmane-spam)
5393         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
5394         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
5395         the server.
5396
5397         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
5398         Add explanations.
5399
5400         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
5401         nnheader-accept-process-output and nnheader-read-timeout if available.
5402         (pop3-movemail): Use it.
5403
5404         * message.el (message-check-news-body-syntax): Fix signature check if
5405         there's an attachment.
5406
5407 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5408
5409         * mm-util.el: Add comments to the mm- emulating functions.
5410
5411 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
5412
5413         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
5414         Reported by Stephen Berman <stephen.berman@gmx.net>.
5415
5416 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5417
5418         * mm-util.el (mm-substring-no-properties): New function.
5419         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
5420         (mm-special-display-p): Enable those lambda forms to be byte compiled.
5421         (mm-string-to-multibyte): Doc fix.
5422
5423         * mml.el (mml-attach-file): Use mm-substring-no-properties.
5424
5425 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5426
5427         * mml.el (mml-attach-file): Strip text properties from file name.
5428         (Bug#1574)
5429
5430 2008-12-16  Glenn Morris  <rgm@gnu.org>
5431
5432         * mm-util.el (mm-charset-override-alist): Declare for compiler.
5433
5434 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5435
5436         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
5437         knows since the charset specified might be a bogus alias that
5438         mm-charset-synonym-alist provides.
5439
5440 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5441
5442         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
5443         "ISO_8859-1".
5444
5445         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
5446
5447 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5448
5449         * mm-util.el (mm-charset-eval-alist):
5450         Define it before mm-charset-to-coding-system.
5451         (mm-charset-to-coding-system): Add optional argument `silent';
5452         define it before mm-charset-override-alist.
5453         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
5454         default value if it can be used in Emacs currently running;
5455         silence mm-charset-to-coding-system.
5456
5457 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5458
5459         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
5460         `allow-override' which says whether to use `mm-charset-override-alist'.
5461         (rfc2047-decode-encoded-words): Use it.
5462
5463         * mm-util.el (mm-charset-override-alist): Fix custom type;
5464         add `(gb2312 . gbk)' to choices.
5465
5466 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5467
5468         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
5469         fast.
5470
5471         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5472
5473         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
5474
5475 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
5476
5477         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
5478         on links.
5479
5480         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5481
5482 2008-12-03  Lute Kamstra  <lute@gnu.org>
5483
5484         * sha1.el: Remove leading * from docstrings of defcustoms,
5485         deffaces, defconsts and defuns.
5486
5487 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5488
5489         * message.el (message-idna-to-ascii-rhs-1): Protect against local
5490         users' addresses that don't have domain parts.
5491         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
5492         rather than message-narrow-to-head since there will be the message
5493         header separator.
5494
5495 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5496
5497         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
5498         since the result is inserted in a unibyte buffer anyway.
5499         (nnimap-demule-use-string-to-multibyte): Remove.
5500         (nnimap-demule): Alias it to mm-string-to-multibyte.
5501
5502 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
5503
5504         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
5505         variable for debugging bug#464 and bug#1174.
5506         (nnimap-demule): Use it.
5507
5508 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5509
5510         * gnus-score.el (gnus-score-find-trace): Handle default score in total
5511         score calculation correctly.
5512
5513 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5514
5515         * message.el (message-send-mail): Just set the buffer to unibyte
5516         rather than use mm-with-unibyte-current-buffer which does a lot more.
5517         (message-send-mail-partially): Don't bother with
5518         mm-with-unibyte-current-buffer since it's already been made unibyte by
5519         message-send-mail.
5520
5521 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
5522
5523         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
5524
5525 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
5526
5527         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
5528
5529 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5530
5531         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
5532         require itself and to remove `with-no-warnings'.
5533
5534 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5535
5536         * starttls.el (starttls-any-program-available): Get the name of the
5537         available TLS layer program.
5538         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
5539         well as the host name in the "opening" message.
5540
5541         * auth-source.el (auth-source-cache, auth-source-do-cache)
5542         (auth-source-user-or-password): Cache passwords and logins by default,
5543         allow override with `auth-source-do-cache'.
5544         (auth-source-forget-user-or-password): Allow users to remove cache
5545         entries if needed.
5546
5547 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
5548
5549         * md4.el (md4-buffer): Fix typo in docstring.
5550         (md4, md4-64): Doc fixes.
5551         (md4-pack-int32): Reflow docstring.
5552
5553 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5554
5555         * ietf-drums.el (ietf-drums-remove-comments): Localize second
5556         condition-case to only the forward-sexp call.
5557
5558 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5559
5560         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
5561         quotes contained.  Make it more robust regardless by an extra
5562         condition-case wrapper.
5563
5564 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5565
5566         * lpath.el: No need to fbind codepage-setup for Emacs 23.
5567
5568 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5569
5570         * nnml.el (nnml-request-expire-articles): Check if the function set to
5571         `nnmail-expiry-target' returns the symbol `delete'.
5572
5573         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
5574
5575         * nnmail.el (nnmail-expiry-target): Fix custom type.
5576
5577 2008-10-02  Glenn Morris  <rgm@gnu.org>
5578
5579         * mm-util.el (mm-codepage-setup): Tweak codepage error.
5580         Silence compiler warning.
5581
5582 2008-10-01  Magnus Henoch  <mange@freemail.hu>
5583
5584         * tls.el (open-tls-stream): Show the actual command being
5585         executed, instead of the format string.
5586
5587 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5588
5589         * lpath.el: Fbind codepage-setup for Emacs 23.
5590
5591 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
5592
5593         * mml.el (mml-menu): Don't assume mml2015 is bound.
5594
5595 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5596
5597         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
5598         exists.
5599
5600 2008-09-27  Glenn Morris  <rgm@gnu.org>
5601
5602         * gnus-util.el (mail-header-remove-comments): Autoload it.
5603
5604 2008-09-27  Andreas Schwab  <schwab@suse.de>
5605
5606         * gnus-util.el (gnus-split-references): Strip comments.
5607         (gnus-parent-id): Likewise.
5608
5609 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
5610
5611         * message.el (message-confirm-send): Fix version.
5612
5613 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5614
5615         * message.el (message-idna-to-ascii-rhs-1): Use
5616         mail-extract-address-components rather than mail-header-parse-addresses
5617         that is an alias by default to ietf-drums-parse-addresses that does not
5618         support non-ASCII names in headers' contents.
5619
5620 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5621
5622         * message.el (message-confirm-send): Fix variable documentation to
5623         avoid the "y/n" wording.
5624
5625 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
5626
5627         * message.el (message-set-auto-save-file-name): Save to a different
5628         filename so multiple messages (especially drafts) can be recovered.
5629
5630 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
5631
5632         * message.el (message-confirm-send): Add appropriate version.
5633
5634 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5635
5636         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
5637         defvar.
5638
5639 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
5640
5641         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
5642         (mm-pkcs7-enveloped-magic): Ditto.
5643
5644 2008-09-17  Simon Josefsson  <simon@josefsson.org>
5645
5646         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
5647         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
5648
5649 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
5650
5651         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
5652         default, it's better.
5653
5654 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
5655
5656         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
5657         summary line gnus-number property and ignore them (with a warning
5658         message).
5659
5660 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5661
5662         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
5663         macro caddr in the interactive form since it won't be expanded.
5664
5665 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5666
5667         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
5668         `charset'; fix name of function called recursively.
5669         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
5670
5671 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5672
5673         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
5674         (gnus-mime-set-charset-parameters): New function.
5675         (gnus-mime-view-part-as-charset): Use it to correctly display part
5676         specifying wrong charset.
5677
5678 2008-09-08  David Engster  <dengste@eml.cc>
5679
5680         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
5681         in completing-read for back end server.
5682
5683 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
5684
5685         * message.el (message-confirm-send): New variable to confirm sending a
5686         message.
5687         (message-send): Use it.
5688
5689 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
5690
5691         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
5692
5693 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5694
5695         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
5696
5697 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
5698
5699         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
5700         prevent tracking too many groups.
5701         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
5702         Use it.
5703
5704 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
5705
5706         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
5707         moving point to the bottom of the window in order to avoid recentering.
5708
5709 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5710
5711         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
5712
5713         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
5714         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
5715         (gnus-article-beginning-of-window): Fix calculation.
5716
5717 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5718
5719         * gnus-msg.el (gnus-summary-supersede-article)
5720         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
5721         value of gnus-newsgroup-charset to decode non-MIME encoded text in
5722         message header.
5723
5724 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
5725
5726         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
5727         pending output coming after the status change.
5728
5729 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
5730
5731         * message.el:
5732         * gnus-start.el:
5733         * gnus-registry.el: Remove VMS support.
5734
5735 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5736
5737         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
5738         macro.
5739         (rfc2104-hash): Use it.
5740
5741 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
5742
5743         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
5744         (gnus-summary-sort-by-most-recent-date): New commands.
5745         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
5746         and menu entries.
5747
5748 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5749
5750         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
5751         don't redisplay article for raw contents; remove plural articles stuff.
5752
5753         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
5754         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
5755         on gnus-summary-save-article; display results properly.
5756
5757 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5758
5759         * lpath.el: No need to fbind ns-focus-frame.
5760
5761 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5762
5763         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
5764
5765 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5766
5767         * gnus-art.el (gnus-summary-save-in-pipe):
5768         Consider gnus-save-all-headers.
5769
5770 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
5771
5772         * gnus-util.el (ns-focus-frame): Remove declaration.
5773         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
5774         like x.
5775
5776 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
5777
5778         * rfc2104.el (rfc2104-zero): Delete defconst.
5779         (rfc2104-hex-alist): Likewise.
5780         (rfc2104-hex-to-int): Delete func.
5781         (rfc2104-hexstring-to-bitstring): Likewise.
5782         (rfc2104-nybbles): New defconst.
5783         (rfc2104-hash): Rewrite for speed.
5784
5785 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5786
5787         * tls.el (open-tls-stream): Make it work with the 2nd argument
5788         BUFFER that is a string but does not exist as a buffer object, as
5789         mentioned in the doc-string.
5790
5791 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5792
5793         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
5794         SXEmacs.
5795
5796 2008-07-16  Glenn Morris  <rgm@gnu.org>
5797
5798         * gnus-util.el (ns-focus-frame): Declare for compiler.
5799
5800 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5801
5802         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
5803         set as a group parameter.
5804         (gnus-summary-save-in-pipe): Work when it is called independently.
5805         (gnus-summary-pipe-to-muttprint): Don't modify
5806         gnus-summary-pipe-output-default-command.
5807
5808 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5809
5810         * message.el (message-send-mail-with-sendmail):
5811         Display the error message.
5812
5813 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5814
5815         * gnus-art.el (gnus-default-article-saver):
5816         Add gnus-summary-save-in-pipe to choices.
5817         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
5818         gnus-summary-pipe-output-default-command as the default command.
5819         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
5820         instead of gnus-last-shell-command.
5821
5822         * gnus-sum.el (gnus-summary-pipe-output-default-command):
5823         New user option.
5824         (gnus-summary-muttprint-program): Mention the value will be changed.
5825         (gnus-summary-save-article): Force showing of all headers.
5826         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
5827
5828 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
5829
5830         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
5831
5832 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
5833
5834         * nnimap.el (nnimap-id):
5835         * sieve-manage.el (sieve-manage-open): Doc fixes.
5836
5837 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
5838
5839         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
5840         if available.
5841
5842 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5843
5844         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
5845
5846         * nnkiboze.el (nnkiboze-generate-group):
5847         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
5848
5849         * nnmairix.el: Require CL.
5850
5851 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5852
5853         * dgnushack.el: Autoload get-display-table and put-display-table for
5854         XEmacs 21.5.
5855
5856         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
5857         21.4 and SXEmacs.
5858
5859 2008-06-15  David Engster  <dengste@eml.cc>
5860
5861         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
5862
5863 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
5864
5865         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
5866         New macros that expand to an `aset'/`aref' call under Emacs, and to a
5867         runtime choice under XEmacs.
5868
5869         * gnus-sum.el (gnus-summary-set-display-table):
5870         Use `gnus-put-display-table', `gnus-get-display-table',
5871         `gnus-set-display-table' for the display table, instead of `aset'.
5872
5873         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
5874         Use `gnus-put-display-table', `gnus-get-display-table',
5875         `gnus-set-display-table' for the display table.
5876
5877 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5878
5879         * nnmairix.el: Add autoloads.
5880
5881 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5882
5883         * nnmairix.el (nnmairix-delete-recreate-group)
5884         (nnmairix-update-and-clear-marks): Fix error messages.
5885
5886 2008-06-14  David Engster  <dengste@eml.cc>
5887
5888         * nnmairix.el: Upgrade to version 0.6.
5889         (nnmairix-group-toggle-propmarks-this-group)
5890         (nnmairix-group-toggle-readmarks-this-group)
5891         (nnmairix-group-delete-recreate-this-group)
5892         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
5893         (nnmairix-remove-tick-mark-original-article): New commands.
5894         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
5895         (nnmairix-propagate-marks-to-nnmairix-groups)
5896         (nnmairix-only-use-registry, nnmairix-allowfast-default)
5897         (nnmairix-marks-cache, nnmairix-version-output): New variables.
5898         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
5899         functions needed for marks propagation and manipulation of read marks.
5900         (nnmairix-update-groups): New function.
5901         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
5902         (nnmairix-determine-original-group-from-registry)
5903         (nnmairix-determine-original-group-from-path)
5904         (nnmairix-get-group-from-file-path, nnmairix-map-range)
5905         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
5906         New helper functions.
5907         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
5908         keystrokes for new commands.
5909         (nnmairix-delete-and-create-on-change): Doc string cleanup.
5910         (nnmairix-request-group): Check allow-fast group parameter.
5911         (nnmairix-request-create-group): Set allow-fast group parameter if
5912         nnmairix-allowfast-default is set.
5913         (nnmairix-close-group): Propagate marks upon closing if needed.
5914         (nnmairix-group-toggle-threads-this-group): Use new.
5915         nnmairix-group-toggle-parameter helper function.
5916         (nnmairix-search): Better check for empty search result.
5917         (nnmairix-goto-original-article): Use new helper functions for
5918         determining original article.
5919         (nnmairix-show-original-article): Make sure message-id is in brackets.
5920         (nnmairix-call-mairix-binary): Change variable name.
5921         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
5922         helper function.
5923         (nnmairix-widget-toggle-activate): Fix doc string.
5924
5925 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5926
5927         * nnir.el: Require edmacro when compiling with XEmacs.
5928         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
5929         available in Emacs 21.
5930
5931 2008-06-11  Glenn Morris  <rgm@gnu.org>
5932
5933         * gnus-util.el (x-focus-frame):
5934         * gnus.el (image-size):
5935         * mm-decode.el (image-size): Declare.
5936
5937         * gnus-picon.el (declare-function): Add compat definition.
5938         (image-size): Declare.
5939
5940         * gnus-group.el (tool-bar-map):
5941         * gnus-sum.el (tool-bar-map): Define for compiler.
5942
5943         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
5944
5945         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
5946
5947         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
5948         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
5949         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
5950         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
5951         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
5952         * sieve-manage.el, spam-report.el, spam.el:
5953         Remove unnecessary eval-and-compile of autoloads.
5954
5955 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
5956
5957         * auth-source.el: Precise Tramp doc.
5958
5959 2008-06-07  Glenn Morris  <rgm@gnu.org>
5960
5961         * nnmairix.el: Remove unnecessary eval-when-compile.
5962
5963 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5964
5965         * lpath.el: Fbind propertize for XEmacs 21.4.
5966
5967 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
5968
5969         * nnir.el: Move here from ../contrib.
5970
5971 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5972
5973         * gnus-util.el (gnus-read-shell-command): New function.
5974         * mm-decode.el (mm-pipe-part):
5975         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
5976
5977 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5978
5979         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
5980
5981 2008-06-03  Glenn Morris  <rgm@gnu.org>
5982
5983         * pop3.el (nnheader-accept-process-output): Autoload it.
5984
5985 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5986
5987         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
5988         are not 2-digit hexadecimal characters that follow `%'s.
5989
5990 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
5991
5992         * message.el (message-bogus-recipient-p): Fix type in doc string.
5993         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
5994         (message-bogus-addresses): Rename from message-bogus-address-regexp.
5995         Improve custom options.
5996         (message-bogus-recipient-p): Adjust accordingly.
5997
5998 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
5999
6000         * parse-time.el (parse-time-months, parse-time-weekdays): Add
6001         long-form month and day names.
6002
6003 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6004
6005         * dgnushack.el: Autoload debug, eudc-expand-inline and
6006         pgg-snarf-keys-region for XEmacs.
6007
6008         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
6009
6010         * nnmairix.el: Require edmacro when compiling with XEmacs.
6011
6012 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
6013
6014         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
6015         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
6016
6017 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6018
6019         * auth-source.el: Add more docs.
6020
6021         * netrc.el (netrc-machine): Always match if the port is not given.
6022
6023 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6024
6025         * nnheader.el (nnheader-read-timeout): Change the default timeout from
6026         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
6027         retrieval faster in some cases, but might make CPU usage larger.
6028         If this has any bad side effects, we might revert this change.
6029
6030         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
6031         seems to make mail retrieval much, much faster.
6032         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
6033         unconditionally.
6034
6035         * gnus-draft.el (gnus-group-send-queue):
6036         Bind message-send-mail-partially-limit to nil to avoid being prompted.
6037
6038 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
6039
6040         * mml.el (mml-attach-buffer): Prompt for `disposition'.
6041
6042         * message.el (message-bogus-address-regexp): Fix and improve custom
6043         type.
6044         (message-setup-hook): Add message-check-recipients as custom option.
6045
6046 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
6047
6048         * message.el (message-cite-function): Remove bogus autoload which crept
6049         in during merge from v5-10.
6050
6051 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
6052
6053         * nnimap.el (nnimap-open-connection): Fix login/password bug.
6054
6055         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
6056
6057         * auth-source.el: Preliminary Tramp docs.
6058         (auth-sources): Change the default auth-sources to use
6059         EPA .gpg files.
6060
6061 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6062
6063         * nntp.el: Autoload `auth-source-user-or-password'.
6064         (nntp-send-authinfo): Use it.
6065
6066         * nnimap.el: Autoload `auth-source-user-or-password'.
6067         (nnimap-open-connection): Use it.
6068
6069         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
6070         for the gnus-message function.
6071         (auth-source-user-or-password): Use it.
6072
6073 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6074
6075         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
6076         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
6077         (rfc2104-hash): Use it.
6078
6079 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
6080
6081         * gnus-art.el (gnus-article-toggle-truncate-lines):
6082         Don't use `iff' in docstring.
6083
6084 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
6085
6086         * gnus-registry.el: Adjusted copyright dates and added a keyword.
6087
6088         * gnus-util.el (gnus-extract-address-component-name)
6089         (gnus-extract-address-component-email): Convenience functions around
6090         `gnus-extract-address-components'.
6091
6092         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6093         Use `gnus-extract-address-component-email' to fix bug of comparing full
6094         sender name to `user-mail-address'.
6095
6096 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6097
6098         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
6099         catch/throw to optimize.
6100         (gnus-registry-find-keywords): Just use member to find a keyword.
6101
6102 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6103
6104         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
6105         is current before calling gnus-server-prepare.
6106         (gnus-server-setup-buffer, gnus-server-update-server)
6107         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
6108
6109 2008-05-04  Juri Linkov  <juri@jurta.org>
6110
6111         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
6112         (mailcap-file-default-commands): Use mailcap-replace-in-string
6113         instead of replace-regexp-in-string, and mailcap-delete-duplicates
6114         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
6115
6116 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
6117
6118         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
6119
6120 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6121
6122         * gnus.el: Bump version to 0.11.
6123
6124 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6125
6126         * gnus.el: No Gnus v0.10 is released.
6127
6128 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6129
6130         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
6131         hooks.
6132         (gnus-update-read-articles): Speed up non-marks-using users.
6133         (gnus-use-marks): Define gnus-use-marks.
6134         (gnus-propagate-marks): Rename variable to something more sensible.
6135
6136 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
6137
6138         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
6139         (gmm-image-load-path-for-library): Fix typos in docstrings.
6140         (gmm-message): Reflow docstring.
6141
6142 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
6143
6144         * mail-source.el (mail-source-set-1, mail-source-bind):
6145         Move auth-source code out of the macro to clean it up and fix bugs.
6146
6147 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
6148
6149         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
6150         by sender if it's equal to user-mail-address, it's likely to be
6151         useless.
6152
6153         * mail-source.el (mail-source-bind): Don't use user or password if they
6154         are not bound.  Unintern them if they are nil.  Don't use server unless
6155         it's bound, and default it to empty string otherwise.
6156
6157 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6158
6159         * mail-source.el: Load auth-source.el.
6160         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
6161         get user name or password, if auth-sources is set up.
6162
6163         * gnus-registry.el (gnus-registry-split-strategy): New variable for
6164         strategy of splitting with parent.
6165         (gnus-registry-split-fancy-with-parent)
6166         (gnus-registry-post-process-groups): Use it and fix prior
6167         bug (returning a list as the split result).
6168
6169         * auth-source.el (auth-sources): Remove server parameter.
6170         (auth-source-pick, auth-source-user-or-password)
6171         (auth-source-user-or-password-imap)
6172         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6173         (auth-source-user-or-password-sftp)
6174         (auth-source-user-or-password-smtp): Remove server parameter.
6175
6176 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
6177
6178         * smime.el (smime-sign-region, smime-encrypt-region)
6179         (smime-decrypt-region):
6180         Remove redundant calls to `generate-new-buffer-name'.
6181
6182 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
6183
6184         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
6185         Don't use QP for message/rfc822.
6186         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
6187
6188 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6189
6190         * sieve-manage.el (sieve-string-bytes): Remove.
6191         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
6192         correct byte-length only if the process's coding-system is the same as
6193         the one used internally by Emacs to represent strings.
6194
6195 2008-04-22  Juri Linkov  <juri@jurta.org>
6196
6197         * mailcap.el (mailcap-file-default-commands): New function.
6198
6199 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6200
6201         * message.el (message-signature-separator, message-cite-function):
6202         Change custom version.
6203
6204 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
6205
6206         * tls.el (tls-program): Add -ign_eof argument to call the openssl
6207         commands.
6208         (tls-checktrust): Ditto.
6209
6210 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6211
6212         * mm-decode.el (mm-display-external): Make temp file read-only.
6213
6214 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6215
6216         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
6217         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
6218         `C-c C-f d'.
6219
6220 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
6221
6222         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
6223
6224 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6225
6226         * gnus.el: Bump version to 0.9.
6227
6228 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
6229
6230         * gnus.el: No Gnus v0.8 is released.
6231
6232 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6233
6234         * mail-source.el (mail-source-value):
6235         Prefer fboundp to functionp so it works with macros as well.
6236
6237 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6238
6239         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6240         Fix last change in case the element is not even a symbol.
6241
6242 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6243
6244         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6245         Prefer fboundp to functionp so it works with macros as well.
6246
6247 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
6248
6249         * auth-source.el: Add docs.
6250         (auth-sources): Modify format to support server.
6251         (auth-source-pick, auth-source-user-or-password)
6252         (auth-source-user-or-password-imap)
6253         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6254         (auth-source-user-or-password-sftp)
6255         (auth-source-user-or-password-smtp): Add server parameter.
6256
6257 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
6258
6259         * gnus-registry.el: Initialize the registry when gnus-registry-install
6260         is t.
6261
6262 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6263
6264         * compface.el (uncompface): Make buffer unibyte.
6265
6266 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6267
6268         * mail-source.el (mail-source-value):
6269         Prefer fboundp to functionp so it works with macros as well.
6270
6271 2008-04-05  Glenn Morris  <rgm@gnu.org>
6272
6273         * gnus-ems.el (mm-disable-multibyte): Autoload it.
6274
6275 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6276
6277         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
6278         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
6279
6280         * nnheader.el (nnheader-init-server-buffer): Change buffer's
6281         multibyteness after rather than before erasing it.
6282
6283         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
6284         mm-with-multibyte.
6285         (gnus-request-article-this-buffer): Make sure the proper decoding is
6286         used if gnus-original-article-buffer happens to be unibyte.
6287
6288         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
6289         default-enable-multibyte-characters.
6290
6291         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
6292         default-enable-multibyte-characters.
6293
6294         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
6295
6296         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
6297
6298 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6299
6300         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6301         Fix last change in case the element is not even a symbol.
6302
6303 2008-04-02  Simon Josefsson  <simon@josefsson.org>
6304
6305         * imap.el (imap-enable-exchange-bug-workaround): New variable.
6306         (imap-message-copyuid-1): Use it.
6307         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
6308         J. Williams in
6309         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
6310
6311         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
6312         imap-enable-exchange-bug-workaround.
6313         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
6314
6315 2008-04-01  Simon Josefsson  <simon@josefsson.org>
6316
6317         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
6318         a 100 byte status-checks into a 2-3MB transfer for each group.
6319         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
6320         to enable bug workaround or not.
6321         (nnimap-find-minmax-uid): Only enable workaround conditionally.
6322
6323 2008-03-31  Glenn Morris  <rgm@gnu.org>
6324
6325         * message.el (mml2015-use): Declare for compiler.
6326         (message-info): Require mml2015 when appropriate.
6327
6328 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6329
6330         * Makefile.in (EMACS_COMP): Quote directory name that might contain
6331         whitespace.
6332
6333 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6334
6335         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
6336         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
6337         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
6338         (nntp-service-to-port): New function.
6339         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
6340         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
6341         (nntp-open-netcat-stream): New function.
6342         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
6343
6344 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
6345
6346         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
6347
6348 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6349
6350         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
6351
6352 2008-03-28  Magnus Henoch  <mange@freemail.hu>
6353
6354         * dns.el (dns-write): Use set-buffer-multibyte.
6355
6356 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
6357
6358         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
6359
6360 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6361
6362         * message.el (message-signature-separator): Change default.
6363         Improve custom type.
6364         (message-cite-function): Change default to
6365         message-cite-original-without-signature.
6366
6367         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
6368         toggle.
6369
6370         * message.el (message-check-news-body-syntax): Fix signature check.
6371         (message-setup-1): Mark buffer as unmodified _after_ running
6372         message-setup-hook and handling message-alternative-emails.
6373         (message-shorten-references): Be more strict when building list of
6374         valid references to comply with GNKSA.
6375
6376         * gnus-group.el (gnus-read-ephemeral-bug-group)
6377         (gnus-read-ephemeral-debian-bug-group)
6378         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
6379
6380         * message.el (message-info): Don't use booleanp which isn't supported
6381         in Emacs 21 and XEmacs.
6382
6383 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
6384
6385         * gnus-group.el (gnus-gmane-group-download-format): Rename from
6386         gnus-group-gmane-group-download-format.
6387         (gnus-group-read-ephemeral-gmane-group): Rename from
6388         gnus-group-read-ephemeral-gmane-group.
6389         (gnus-read-ephemeral-gmane-group-url): Rename from
6390         gnus-group-read-ephemeral-gmane-group-url.
6391         (gnus-bug-group-download-format-alist): New variable.
6392         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
6393         (gnus-read-ephemeral-emacs-bug-group): New commands.
6394
6395 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6396
6397         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
6398         (gnus-visible-headers): Improve custom type.
6399
6400 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6401
6402         * mml.el (mml-menu): Add workarounds for XEmacs.
6403
6404         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
6405         X-Boundary header.
6406
6407         * message.el (message-simplify-recipients): Fix previous commit.
6408
6409 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6410
6411         * mm-util.el (mm-set-buffer-multibyte): New function.
6412         * mm-decode.el (mm-copy-to-buffer): Use it.
6413
6414         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6415         Prefer fboundp to functionp so it works with macros as well.
6416
6417 2008-03-19  Glenn Morris  <rgm@gnu.org>
6418
6419         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
6420         Accidentally removed in the sync process with Emacs.
6421
6422 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
6423
6424         * message.el (message-alter-recipients-discard-bogus-full-name):
6425         New function.
6426         (message-alter-recipients-function): New variable.
6427         (message-get-reply-headers): Use it.
6428         (message-replace-header): New helper function.
6429         (message-recipients-without-full-name): New variable.
6430         (message-simplify-recipients): New command.
6431
6432         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
6433
6434         * message.el (message-info): Handle EasyPG manual.
6435
6436         * mml.el (mml-menu): Add entry for EasyPG.
6437
6438 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
6439
6440         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
6441         parameter.
6442
6443         * message.el (message-disassociate-draft): Specify drafts group name
6444         fully.
6445
6446 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
6447
6448         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6449         Eliminate unnecessary duplicates from the match list.
6450
6451 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6452
6453         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
6454
6455         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
6456
6457         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
6458         args of `how-many' of which the XEmacs version doesn't take; declare
6459         Info-index-next as function.
6460
6461 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6462
6463         * gnus-score.el (gnus-score-headers): Fix handling of
6464         gnus-inhibit-slow-scoring.
6465
6466         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
6467         string.
6468         (gnus-button-url-regexp): Improve handling of parenthesis.
6469         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
6470         (gnus-button-handle-info-keystrokes): Handle index entries.
6471
6472 2008-03-15  Glenn Morris  <rgm@gnu.org>
6473
6474         * parse-time.el (parse-time-string): Simplify.
6475
6476 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6477
6478         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
6479         Incoming* files.
6480
6481 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6482
6483         * auth-source.el (auth-sources): Rename from auth-source-choices.
6484         (auth-source-pick): Use it.
6485
6486 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6487
6488         * binhex.el (binhex-decode-region-internal):
6489         * uudecode.el (uudecode-decode-region-internal):
6490         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
6491         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
6492         setting default-enable-multibyte-characters.
6493
6494 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6495
6496         * auth-source.el (auth-source-protocols)
6497         (auth-source-protocols-customize, auth-source-choices): Add and
6498         modified variable customizations and defaults.
6499         (auth-source-pick, auth-source-user-or-password)
6500         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6501         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6502         (auth-source-user-or-password-sftp)
6503         (auth-source-user-or-password-smtp): Use new variables and provide an
6504         interface to netrc.el.
6505
6506 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6507
6508         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
6509         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
6510         Make sure the nntp port to specify is a string.
6511
6512 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6513
6514         * nntp.el: Use with-current-buffer.
6515         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
6516         dubious mm-with-unibyte-current-buffer.
6517         (nntp-with-open-group-function): New function extracted from
6518         nntp-with-open-group macro.
6519         (nntp-with-open-group): Use the function, so it's easier to debug.
6520         Add indentation and debugging info.
6521         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
6522         Recommend the use of the netcat alternatives.
6523
6524         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
6525         Avoid mm-string-as-multibyte as well.
6526
6527         * nnweb.el (nnweb-insert-html):
6528         Remove use of nnheader-string-as-multibyte.
6529
6530         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
6531         (nnheader-string-as-multibyte): Remove.
6532
6533         * mm-view.el: Use inhibit-read-only.
6534         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
6535         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
6536         or unibyte-string.
6537
6538         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
6539         (mm-uu-yenc-extract): Use with-current-buffer.
6540
6541         * gnus-soup.el (gnus-soup-send-packet): Don't use
6542         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
6543
6544         * nnmh.el: Use with-current-buffer.
6545         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
6546         mm-string-as-multibyte on the output of mm-encode-coding-string.
6547
6548         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
6549         (nnimap-request-move-article): Use with-current-buffer.
6550
6551         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
6552         inserting the handle-buffer's text, so the implicit multibyte->unibyte
6553         conversion uses string-make-unibyte rather than string-as-unibyte.
6554
6555         * gnus-msg.el: Use with-current-buffer.
6556
6557         * message.el (message-ignored-resent-headers): Add "Delivered-To".
6558
6559 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
6560
6561         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
6562         string for caching if it is 'PIN.
6563
6564 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6565
6566         * lpath.el: Consider the case without Emacs/W3.
6567
6568 2008-03-08  Glenn Morris  <rgm@gnu.org>
6569
6570         * time-date.el (date-to-time, time-subtract, time-add)
6571         (safe-date-to-time): Doc fixes.
6572
6573 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
6574
6575         * mail-source.el (mail-source-delete-old-incoming-confirm):
6576         Change default to nil.
6577         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
6578
6579 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6580
6581         * lpath.el: Rearrange.
6582
6583         * gnus-art.el (gnus-narrow-to-page): Position point properly.
6584         (gnus-article-goto-prev-page): Work for articles having ^L's.
6585
6586         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
6587
6588         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
6589
6590 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
6591
6592         * gnus-bookmark.el: Adjust for renames in bookmark.el.
6593         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
6594         (gnus-bookmark-jump): Adjust some variable names.
6595
6596 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
6597
6598         * auth-source.el: New package.
6599         (auth-source-choices): Add customization entry point variable.
6600
6601         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
6602         bug.
6603
6604 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
6605
6606         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
6607         (gnus-registry-initialize, gnus-registry-install-p): Use it.
6608         (gnus-registry-install-shortcuts): Rename from
6609         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
6610         the `gnus-registry-mark-map' keymap dynamically from
6611         `gnus-registry-marks'.  The generated functions update the summary line
6612         when a registry mark is added or deleted, and will call
6613         `gnus-registry-install-p' (see the comments in the code).
6614         (gnus-registry-user-format-function-M): Use concat intelligently.
6615
6616         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
6617         the registry mark functions.
6618
6619 2008-03-05  Glenn Morris  <rgm@gnu.org>
6620
6621         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
6622         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
6623         gnus-art.
6624         (top-level): No need to load own source when compiling.
6625
6626 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6627
6628         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
6629         Suggested by <chris.anderton@zetnet.co.uk>.
6630
6631 2008-03-04  Glenn Morris  <rgm@gnu.org>
6632
6633         * gnus-sum.el (top-level): No need to require gnus when compiling,
6634         since unconditionally required near start of file.
6635         (gnus-summary-display-while-building): Move definition before use.
6636
6637 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
6638
6639         * gnus-registry.el (gnus-registry-user-format-function-M):
6640         Add formatting function.
6641
6642 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6643
6644         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
6645         with plists.
6646         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
6647         Use new format.
6648
6649 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6650
6651         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
6652         `where-is-internal' that returns a range of key sequences.
6653
6654 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6655
6656         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
6657
6658         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
6659         (gnus-summary-jump-to-group): Consider windows on other displayed
6660         frames as well.  Similar changes might be needed elsewhere, but that's
6661         the one I've bumped into during my use.
6662
6663         * nndoc.el (nndoc-oe-dbx-type-p):
6664         * gnus-msg.el (gnus-debug):
6665         * gnus-group.el (gnus-update-group-mark-positions):
6666         Use mm-string-to-multibyte.
6667
6668 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6669
6670         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
6671         doesn't handle NotDashEscaped.
6672
6673         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
6674         (mml-dnd-attach-options): Fix typo in custom choice.
6675
6676         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
6677         Change nndoc-article-type to mbox.
6678         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
6679
6680         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
6681         to nil, instead of html2text.
6682
6683         * imap.el (imap-debug): Add `imap-ping-server'.
6684
6685         * gnus-bookmark.el: Add FIXMEs.
6686
6687         * message.el (message-form-letter-separator)
6688         (message-send-form-letter-delay): New variables.
6689         (message-send-form-letter): Use them.  New command to send form
6690         letters.  Requested by Uwe Siart.
6691         (message-send-mail-function): Doc fix.  Add "Other" custom option.
6692
6693 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6694
6695         * Update copyright years.
6696
6697 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6698
6699         Sync from EMACS_22_BASE.
6700
6701         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
6702
6703 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
6704
6705         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
6706         empty author.
6707
6708 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
6709
6710         * gnus-registry.el (gnus-registry-marks): Add variable for
6711         customization of marks and their appearance.
6712         (gnus-registry-read-mark): Use it.
6713         (gnus-registry-do-marks): Add utility function to loop through
6714         `gnus-registry-marks'.
6715         (gnus-registry-install-shortcuts-and-menus): Add function to install
6716         shortcuts and menus.
6717         (gnus-registry-initialize): Use it.
6718         (gnus-registry-default-mark): Clarify documentation.
6719
6720 2008-02-29  Glenn Morris  <rgm@gnu.org>
6721
6722         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
6723         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
6724         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
6725         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
6726         Change defcustom :version from 23.0 to 23.1.
6727
6728 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
6729
6730         * gnus-registry.el (gnus-registry-follow-group-p)
6731         (gnus-registry-post-process-groups): Add functions to aid registry
6732         splitting and improve logging.  Clarify behavior in function
6733         documentation.
6734         (gnus-registry-split-fancy-with-parent): Use them.
6735
6736 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6737
6738         * gnus-art.el: Use with-current-buffer.
6739
6740 2008-02-27  David Engster  <dengste@eml.cc>
6741
6742         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
6743         Express real group name in the response.
6744
6745 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6746
6747         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
6748         (nnmairix-last-server, nnmairix-current-server): Defvar them.
6749         (nnmairix-goto-original-article): Defvar gnus-registry-install and
6750         autoload gnus-registry-fetch-group when compiling.
6751         (nnmairix-request-group-with-article-number-correction):
6752         Remove unreferenced argument passed to nnmairix-call-backend.
6753
6754 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
6755
6756         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
6757         (mm-uu-extract): Improve face for low color ttys.
6758         Reported by Sascha Wilde.
6759
6760 2008-02-27  Glenn Morris  <rgm@gnu.org>
6761
6762         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
6763         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
6764         variables to defconsts.  Convert comments to doc-strings.
6765         (nnmairix-last-server, nnmairix-current-server): Convert from free
6766         variables to defvars.  Convert comments to doc-strings.
6767         (gnus-registry-fetch-group): Autoload.
6768         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
6769         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
6770         (nnmairix-widget-build-editable-fields): Use car cddr rather than
6771         caddr.
6772         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
6773         nnmairix-request-group-with-article-number-correction call.
6774         (nnmairix-fast, nnmairix-group): New, less general names, for free
6775         variables passed from nnmairix-request-group to
6776         nnmairix-request-group-with-article-number-correction.  Declare.
6777         (nnmairix-request-group-with-article-number-correction):
6778         Use nnmairix-fast, nnmairix-group rather than fast, group.
6779
6780 2008-02-26  David Engster  <dengste@eml.cc>
6781
6782         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
6783         version 0.5.
6784
6785 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
6786
6787         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
6788         instead of making an extra function call.  Don't add the current group
6789         to articles only when they have the group.  Use
6790         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
6791         Reported by David <de_bb@arcor.de>.
6792
6793 2008-02-24  Miles Bader  <miles@gnu.org>
6794
6795         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
6796         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
6797         (mm-find-mime-charset-region):
6798         * mm-bodies.el (mm-encode-body):
6799         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
6800
6801 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6802
6803         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
6804         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
6805
6806 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
6807
6808         * mail-source.el (mail-source-delete-incoming): Change default.
6809         Supplement doc string.
6810
6811         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
6812
6813 2008-02-14  Glenn Morris  <rgm@gnu.org>
6814
6815         * time-date.el (format-seconds): New function.
6816
6817 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6818
6819         * nnmail.el (nnmail-message-id-cache-file): Derive from
6820         `gnus-home-directory'.
6821
6822 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
6823
6824         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
6825         Document negative prefix.
6826
6827         * gnus-group.el (gnus-group-read-group): Document negative prefix.
6828
6829 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6830
6831         * message.el (message-unsent-separator): Add the Exim bounce
6832         separator.
6833
6834 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
6835
6836         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
6837         list.
6838         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
6839         recipient/signer list.
6840
6841 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6842
6843         * Makefile.in (datarootdir): Define.
6844         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
6845         name that might contain whitespace.
6846
6847 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
6848
6849         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
6850         fbound (Emacs 23 unicode), signal an error.
6851
6852 2008-02-08  Glenn Morris  <rgm@gnu.org>
6853
6854         * gnus-art.el (pgg-display-output-buffer): Declare as function.
6855
6856 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
6857
6858         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
6859         ports to the calls to `netrc-machine-user-or-password' in addition to
6860         "imap" and "imaps".
6861
6862 2008-02-01  Zhang Wei  <id.brep@gmail.com>
6863
6864         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
6865
6866         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
6867
6868 2008-02-01  Kenichi Handa  <handa@m17n.org>
6869
6870         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
6871         rfc2104-hexstring-to-bitstring and changed to return a byte list.
6872         (rfc2104-hash): Convert the result of concat to unibyte string.
6873
6874 2008-02-01  Dave Love  <fx@gnu.org>
6875
6876         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
6877         coding-system-for-read.
6878         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
6879
6880 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
6881
6882         * gnus.el (gnus-group-startup-message): Add `find-image' call before
6883         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
6884         <hanche@math.ntnu.no>.
6885
6886 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6887
6888         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
6889
6890         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6891
6892 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
6893
6894         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
6895         * message.el (message-beginning-of-line): Use featurep instead of bound
6896         tests in order to resolve conditionals at compile time.
6897
6898 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
6899
6900         * mail-source.el (mail-sources): Add `group' choice.
6901
6902         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
6903         parameter `in-group' to control into which group the articles go.
6904         Add treatment of `group' mail-source.
6905
6906 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6907
6908         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
6909
6910         * mm-decode.el (mm-dissect-buffer): Decode description.
6911
6912         * mml.el (mml-to-mime): Encode message header first.
6913
6914 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6915
6916         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
6917         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
6918
6919         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
6920         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
6921
6922 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
6923
6924         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
6925
6926 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6927
6928         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
6929         prefix keys.
6930         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
6931         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
6932         gnus-xmas.el.
6933
6934         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
6935         (gnus-xmas-article-describe-bindings): New function.
6936         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
6937         gnus-xmas-article-describe-bindings.
6938
6939         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
6940
6941 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6942
6943         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
6944         Add new variables for article mark management.
6945         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
6946         list of extra data entries which, when present, will indicate that the
6947         article ID should not be trimmed from the registry.
6948         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
6949         functions.
6950         (gnus-registry-read-mark): New function to read a mark name from the
6951         user.
6952         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
6953         (gnus-registry-set-article-mark-internal): New functions to add and
6954         remove marks.
6955         (gnus-registry-get-article-marks): New function to show the marks for
6956         an article, or retrieve them for further use.
6957
6958 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6959
6960         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
6961         keys when no argument is given.
6962
6963 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6964
6965         * imap.el (imap-ping-server): New variable.
6966         (imap-opened): On add extra ping if imap-ping-server is non-nil.
6967         (imap-ping-server): Minor doc string fixes.
6968
6969 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6970
6971         * imap.el (imap-ping-server): New function.
6972         (imap-opened): Call imap-ping-server.
6973
6974 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
6975
6976         * gnus-sum.el (gnus-article-sort-by-random)
6977         (gnus-thread-sort-by-random): Fix doc strings.
6978         Reported by jidanni@jidanni.org.
6979
6980 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6981
6982         * gnus-art.el (gnus-article-describe-bindings): New function.
6983         (gnus-article-read-summary-keys): Use it.
6984         (gnus-article-mode-map): Bind `C-h b' to it.
6985
6986 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6987
6988         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
6989         XEmacs.
6990         (gnus-article-describe-key, gnus-article-describe-key-briefly):
6991         Protect against non-character events.
6992
6993         * lpath.el: Fbind map-keymap for Emacs 21.
6994
6995 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
6996
6997         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
6998         New command.
6999         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
7000         instead of END.  Change name of the temp file.
7001         (gnus-group-gmane-group-download-format): Add doc string.  Make it
7002         customizable.
7003
7004 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7005
7006         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
7007         bind `S W' to gnus-article-wide-reply-with-original; set default
7008         binding to gnus-article-read-summary-send-keys.
7009         (gnus-article-read-summary-keys): Fix the order of keys; display
7010         continuation keys correctly in the echo area; describe bindings
7011         correctly when keys end with `C-h'.
7012         (gnus-article-read-summary-send-keys): New function.
7013         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7014         Work for gnus-article-read-summary-send-keys; display continuation keys
7015         correctly in the echo area.
7016         (gnus-article-reply-with-original): Ignore prefix argument.
7017         (gnus-article-wide-reply-with-original): New function.
7018
7019         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
7020         Emacs 21.
7021
7022 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7023
7024         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
7025         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
7026
7027 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
7028
7029         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
7030         (gnus-group-read-ephemeral-gmane-group): New command.
7031
7032 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
7033
7034         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
7035
7036 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7037
7038         * message.el (message-send-mail-function): Increase custom version.
7039
7040         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
7041         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
7042
7043 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
7044
7045         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
7046         for the cases where imap-authenticate is called with a nil buffer
7047         parameter.
7048
7049 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7050
7051         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
7052         html parts correctly; support forwarded messages.
7053         (gnus-article-browse-html-article): Remove work buffers.
7054
7055         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
7056         compiling.
7057         (netrc-bound-and-true-p): New macro.
7058         (netrc-parse): Use it instead of bound-and-true-p that is not available
7059         in XEmacs 21.4.
7060
7061 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
7062
7063         * gnus-registry.el (gnus-registry-mark-article)
7064         (gnus-registry-article-marks): Add functionality to mark articles
7065         through the Gnus registry.
7066
7067         * encrypt.el: Clarify documentation for the new pgg method.
7068         (encrypt-file-alist): Add PGG option.
7069         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
7070         functionality.  Abstract password key and messaging to external
7071         functions.
7072         (encrypt-password-key, encrypt-get-passphrase-if-needed)
7073         (encrypt-message-method-and-cipher): Add new convenience external
7074         functions.
7075         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
7076         (encrypt-pgg-process-buffer): Add PGG functionality glue.
7077
7078         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
7079         (netrc-parse): Use encrypt-file-alist to determine if
7080         encrypt-find-model or encrypt-insert-file-contents should be used.
7081
7082         * encrypt.el: Clarify documentation.  Load password-cache or
7083         password, whichever one is found first, instead of autoloading.
7084
7085 2007-12-19  Glenn Morris  <rgm@gnu.org>
7086
7087         * mml.el (message-options-set, message-narrow-to-head)
7088         (message-in-body-p, message-mail-p, message-encode-message-body):
7089         Autoload.
7090         (message-remove-header, message-narrow-to-headers-or-head)
7091         (message-subscribed-p, message-make-mail-followup-to)
7092         (message-position-on-field, message-news-p)
7093         (message-options-set-recipient, message-generate-headers)
7094         (message-sort-headers): Declare as functions.
7095
7096 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7097
7098         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
7099         convention in doc string.
7100
7101 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7102
7103         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
7104         title to html parts.
7105         (gnus-article-browse-html-article): Pass message header to it.
7106
7107         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
7108
7109 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
7110
7111         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
7112         or password compatible with XEmacs.
7113
7114 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7115
7116         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
7117         format document.
7118         (gnus-mime-delete-part): Don't write description line if empty.
7119         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
7120
7121 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
7122
7123         * gnus-sum.el (gnus-summary-mark-unread-as-read)
7124         (gnus-summary-mark-read-and-unread-as-read)
7125         (gnus-summary-mark-current-read-and-unread-as-read)
7126         (gnus-summary-mark-unread-as-ticked): Doc fix.
7127         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
7128
7129 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7130
7131         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
7132         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7133
7134 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7135
7136         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
7137         yes-or-no-p.
7138
7139 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7140
7141         * mm-decode.el (mm-add-meta-html-tag): New function.
7142         (mm-save-part-to-file, mm-pipe-part): Use it.
7143
7144         * gnus-art.el (gnus-article-browse-delete-temp-files):
7145         Use gnus-y-or-n-p instead of y-or-n-p.
7146         (gnus-article-browse-html-parts): Work with message/external-body; use
7147         mm-add-meta-html-tag.
7148
7149 2007-12-11  Glenn Morris  <rgm@gnu.org>
7150
7151         * gnus-cache.el: Require gnus-sum not just when compiling.
7152
7153         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
7154
7155         * gnus-int.el (gnus-server-opened, gnus-status-message):
7156         Move definitions before use.
7157
7158         * mm-decode.el: Require gnus-util.
7159         (mm-remove-part): Only call delete-annotation on XEmacs.
7160
7161         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
7162
7163         * nnmail.el: Require gnus-int.
7164
7165         * spam.el: Move `require's before `eval-when-compile's.
7166
7167         * gnus-ems.el (gnus-alive-p):
7168         * gnus-fun.el (message-goto-eoh):
7169         * gnus-util.el (gnus-group-name-decode):
7170         * mail-source.el (gnus-compress-sequence):
7171         * message.el (Info-goto-node, format-spec):
7172         * mm-bodies.el (message-options-get):
7173         * mm-decode.el (mm-view-pkcs7):
7174         * mm-util.el (gmm-write-region):
7175         * mml-smime.el (mml-compute-boundary)
7176         (gnus-completing-read-with-default):
7177         * mml.el (widget-button-press, gnus-make-hashtable):
7178         * mml1991.el (mm-decode-content-transfer-encoding)
7179         (mm-encode-content-transfer-encoding)
7180         (message-options-get, message-options-set):
7181         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
7182         * nnfolder.el (gnus-request-group):
7183         * nnheader.el (ietf-drums-unfold-fws):
7184         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
7185         * smime.el (gnus-run-mode-hooks):
7186         * spam-stat.el (gnus-message): Autoload.
7187
7188         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
7189         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
7190         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
7191         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
7192         Add declare-function compatibility definition.
7193
7194         * gnus-cache.el (nnvirtual-find-group-art):
7195         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
7196         (gnus-add-image, gnus-add-wash-type):
7197         * gnus-group.el (nnkiboze-score-file):
7198         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
7199         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
7200         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
7201         (message-tokenize-header, gnus-get-buffer-create)
7202         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
7203         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
7204         * gnus.el (gnus-group-decoded-name):
7205         * mail-source.el (imap-capability):
7206         * mm-bodies.el (message-options-set):
7207         * mm-decode.el (gnus-configure-windows):
7208         * mm-extern.el (message-goto-body):
7209         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
7210         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
7211         (epg-sub-key-validity, message-options-set):
7212         * mml.el (widget-event-point, gnus-configure-windows):
7213         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
7214         * mml2015.el (epg-check-configuration, epg-configuration)
7215         (message-options-set):
7216         * nndb.el (nndb-request-article):
7217         * nnfolder.el (gnus-request-create-group):
7218         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
7219         * nnmaildir.el (gnus-group-mark-article-read):
7220         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
7221         * rfc1843.el (message-fetch-field):
7222         * spam.el (gnus-extract-address-components):
7223         Declare as functions.
7224
7225 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7226
7227         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
7228
7229         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
7230
7231         * lpath.el: Fbind run-mode-hooks for Emacs 21;
7232         bind show-trailing-whitespace for XEmacs.
7233
7234 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7235
7236         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
7237         new no-op macro for backward compatibility.
7238
7239         * imap.el (imap-string-to-integer): New function.
7240
7241 2007-12-09  Glenn Morris  <rgm@gnu.org>
7242
7243         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
7244
7245         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
7246         * message.el, mm-view.el, sieve-manage.el, smime.el:
7247         Add declare-function compatibility definition.
7248
7249         * gnus-art.el (w3-region, w3m-region, Info-menu):
7250         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
7251         * gnus-sum.el (gnus-get-predicate):
7252         * gnus-util.el (mm-append-to-file, w32-focus-frame):
7253         * message.el (mail-abbrev-in-expansion-header-p):
7254         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
7255         (w3m-detect-meta-charset, w3m-region):
7256         * sieve-manage.el (password-read, password-cache-add)
7257         (password-cache-remove):
7258         * smime.el (password-read-and-add): Declare as functions.
7259
7260 2007-12-08  David Kastrup  <dak@gnu.org>
7261
7262         * gnus-sum.el (gnus-summary-simplify-subject-query):
7263         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
7264         `message'.
7265
7266 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7267
7268         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
7269         it to bind idna-program, installation-directory, defined-colors, and
7270         face-attribute for XEmacs of the version that compiles defcustom forms.
7271
7272 2007-12-07  Glenn Morris  <rgm@gnu.org>
7273
7274         * gnus-art.el (article-make-date-line): Revert previous change.
7275
7276 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7277
7278         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
7279
7280 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
7281
7282         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
7283         Call gnus-add-to-range ranges only once with a prepared article-list.
7284
7285 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
7286
7287         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
7288         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
7289         group names with backslashes.
7290         Reported by Tassilo Horn <tassilo@member.fsf.org>.
7291
7292 2007-12-06  Deepak Goel  <deego3@gmail.com>
7293
7294         * gnus-art.el (article-make-date-line):
7295         * gnus-start.el (gnus-load):
7296         * pop3.el (pop3-read-response): Fix buggy call to `error'.
7297
7298 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7299
7300         * gnus-art.el (gnus-use-idna)
7301         * gnus-start.el (gnus-site-init-file)
7302         * message.el (message-use-idna)
7303         * mm-uu.el (mm-uu-hide-markers)
7304         * smiley.el (smiley-style): Revert changes that suppress warnings.
7305
7306 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7307
7308         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
7309         specify charset to html source.
7310         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7311
7312 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7313
7314         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
7315         idna-program in order to suppress byte compile warning issued by XEmacs
7316         that came to byte compile the default value section of defcustom forms
7317         recently.
7318
7319         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
7320         value of installation-directory.
7321
7322         * message.el (message-use-idna): Don't directly refer to the value of
7323         idna-program.
7324
7325         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
7326
7327         * smiley.el (smiley-style): Don't directly call face-attribute.
7328
7329 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
7330
7331         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
7332
7333         * gnus-dired.el: Reduce Gnus dependencies.
7334         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
7335         Don't require.  Use autoloads instead.
7336         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
7337         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
7338         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
7339         (gnus-dired-mode): Adjust doc string.
7340         (gnus-dired-mail-mode): New variable.
7341         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
7342         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
7343         (gnus-dired-mail-buffers): New function.  Return mail or message
7344         composition buffers.
7345         (gnus-dired-attach): Use it.
7346         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
7347         NO-DECODE.
7348         (gnus-dired-print): Use `gnus-print-buffer' depending on
7349         `gnus-dired-mail-mode'.
7350
7351 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7352
7353         * rfc2047.el (rfc2047-encoded-word-regexp)
7354         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
7355         explaining what regexp patterns are for.
7356
7357 2007-12-04  Glenn Morris  <rgm@gnu.org>
7358
7359         * password.el: Move to password-cache.el.
7360
7361         * mml1991.el (password-read, password-cache-add, password-cache-remove):
7362         * mml2015.el (password-read, password-cache-add, password-cache-remove):
7363         * mml-smime.el (password-read, password-cache-add)
7364         (password-cache-remove):
7365         No need to autoload, since mml-sec requires password.
7366
7367         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
7368         * message.el (gnus-extract-address-components):
7369         * mml-smime.el (gnus-extract-address-components): Define for compiler.
7370
7371         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
7372         password.
7373
7374 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7375
7376         * mailcap.el: Reduce dependencies.
7377         (mail-header-parse-content-type): Autoload.
7378         (mailcap-delete-duplicates): New alias.
7379         (mailcap-mime-info): Add optional argument NO-DECODE.
7380         (mailcap-mime-types): Use mailcap-delete-duplicates.
7381
7382         * message.el (message-ignored-supersedes-headers): Add "X-ID".
7383
7384 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
7385
7386         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
7387         (imap-parse-status): Upcase status-att for servers that sends them
7388         lower-case (e.g., MS Exchange 2007).
7389
7390 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7391
7392         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
7393         function.
7394
7395         * gnus-uu.el (gnus-uu-decode-yenc): New command.
7396         (gnus-uu-yenc-article): New function.
7397
7398         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
7399
7400         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
7401
7402 2007-12-02  Glenn Morris  <rgm@gnu.org>
7403
7404         * binhex.el (binhex): New custom group.
7405         (binhex-decoder-program, binhex-decoder-switches)
7406         (binhex-use-external): Move to the binhex custom group.
7407
7408         * uudecode.el (uudecode): New custom group.
7409         (uudecode-decoder-program, uudecode-decoder-switches)
7410         (uudecode-use-external): Move to the uudecode custom group.
7411
7412         * netrc.el (top-level): Don't load `encrypt' features.
7413         (netrc-parse): Don't use encrypt.
7414         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
7415
7416         * encrypt.el: Remove file.
7417
7418 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
7419
7420         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
7421         matches on patches.
7422
7423         * gnus-art.el (gnus-article-browse-html-article):
7424         Mention `mm-text-html-renderer' in the doc string.
7425
7426         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
7427         string.  Add comments.
7428
7429         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
7430         if rhs is ASCII.
7431
7432 2007-12-01  Glenn Morris  <rgm@gnu.org>
7433
7434         * mail-source.el (top-level): Require format-spec before
7435         eval-when-compile.
7436
7437 2007-11-30  Glenn Morris  <rgm@gnu.org>
7438
7439         * encrypt.el: Require password, rather than autoloading password-read.
7440
7441 2007-11-29  Glenn Morris  <rgm@gnu.org>
7442
7443         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
7444         (sasl-make-client, sasl-next-step, sasl-step-data)
7445         (sasl-step-set-data): Declare as functions.
7446
7447 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
7448
7449         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
7450
7451 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
7452
7453         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
7454         certs should be verified and what is to be done in the event of a
7455         verification failure.
7456
7457         * gnus.el (gnus-method-to-server): Add an optional parameter so the
7458         caller can indicate whether the cache should be disregarded for this
7459         call.  This way the result of the call is reproducible at all times and
7460         can be considered a canonical server name for the supplied method.
7461         (gnus-agent-method-p): Canonicalize server names by pushing their
7462         method through `gnus-method-to-server' using the no-cache argument.
7463
7464         * gnus-srvr.el (gnus-server-insert-server-line):
7465         Call `gnus-method-to-server' with `no-cache' argument.
7466
7467         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
7468         gnus-agent-possibly-synchronize-flags as this should be called when the
7469         server is actually being opened.
7470         (gnus-agent-possibly-synchronize-flags)
7471         (gnus-agent-possibly-synchronize-flags-server): Move check for the
7472         flags file of an agentized server to the latter function.
7473
7474         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
7475         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
7476         after a connection has been established successfully.
7477
7478 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7479
7480         * gnus-art.el (article-display-face): Force to display face if called
7481         interactively; check if gnus-article-x-face-too-ugly matches author.
7482         (article-display-x-face): Display face even if From header is missing
7483         as article-display-face does.
7484
7485 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
7486
7487         * hashcash.el (message-narrow-to-headers-or-head)
7488         (message-fetch-field, message-goto-eoh)
7489         (message-narrow-to-headers): Declare as functions.
7490
7491 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
7492
7493         * mail-source.el (mail-sources): Default to fetch from file for
7494         compatibility with default of nnmail-spool-file.
7495
7496 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7497
7498         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
7499         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
7500         to look for encoded word that should be encoded again.
7501         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
7502         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
7503         encoding pattern.
7504         (rfc2047-decode-region): Switch strict regexp and loose one according
7505         to rfc2047-allow-irregular-q-encoded-words.
7506
7507 2007-11-25  Romain Francoise  <romain@orebokech.com>
7508
7509         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
7510
7511 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7512
7513         * tls.el (tls-program): Provide more custom choices from
7514         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
7515         (tls-process-connection-type, tls-success): Remove "*" in doc string.
7516
7517 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7518
7519         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
7520         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
7521
7522         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
7523         `nnmail-spool-file'.
7524
7525         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
7526         `nnmail-spool-file'.
7527
7528         * gnus-move.el (gnus-change-server): Ditto.
7529
7530         * gnus-kill.el (gnus-batch-score): Ditto.
7531
7532         * gnus-cache.el (gnus-jog-cache): Ditto.
7533
7534         * gnus-msg.el (gnus-summary-reply):
7535         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
7536
7537 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7538
7539         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
7540         version.  Minor improvement to doc strings.
7541         (tls-program): Add comment.
7542
7543 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
7544
7545         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
7546         (tls-checktrust): New variable.  Check if GNU TLS complained about a
7547         mismatch between the hostname provided in the certificate and the name
7548         of the host connnecting to.
7549         (open-tls-stream): Use them.  Check certificates against trusted root
7550         certificates.
7551
7552 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7553
7554         * gnus-cache.el (gnus-cache-generate-nov-databases):
7555         Use nnml-generate-nov-databases-directory instead of
7556         nnml-generate-nov-databases-1.
7557
7558 2007-11-24  Glenn Morris  <rgm@gnu.org>
7559
7560         * message.el (message-tool-bar-retro): Update for rename
7561         mail_send.xpm->mail-send.xpm.
7562
7563 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
7564
7565         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7566         `smime-ldap-search' for Emacs 22 and up.
7567
7568 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7569
7570         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
7571
7572         * message.el (message-send-mail-function): Fix error convention.
7573         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
7574         (message-widen-reply, message-send-mail, message-talkative-question)
7575         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
7576         (message-clone-locals, message-send-news): Use with-current-buffer.
7577         (message-insert-or-toggle-importance): Remove unused var `valid'.
7578         (message-make-references): Remove unused var `new-references'.
7579         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
7580
7581 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
7582
7583         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
7584         (spam-split-symbolic-return-positive): Reflow docstring.
7585         (spam-backends, spam-summary-exit-behavior)
7586         (spam-mark-ham-unread-before-move-from-spam-group)
7587         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
7588         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
7589         (spam-clear-cache, spam-backend-check, spam-install-backend)
7590         (spam-install-statistical-backend, spam-list-of-processors)
7591         (spam-group-processor-p, spam-split, spam-bogofilter-score)
7592         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
7593         (spam-check-crm114, spam-initialize, spam-unload-hook):
7594         Fix typos in docstrings.
7595
7596 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7597
7598         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
7599         been checked if they have never been read and those group levels are
7600         higher than the one that a user specified.
7601
7602 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7603
7604         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
7605         foreign groups unless a group level is specified by a user.
7606         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
7607
7608 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
7609
7610         * message.el (message-send-mail-function): Require sendmail.
7611
7612 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
7613
7614         * message.el (message-send-mail-function): Check for smtpmail too.
7615
7616         * utf7.el (utf7-encode, utf7-decode): Use coding system
7617         `utf-7'/`utf-7-imap' from utf-7.el' if available.
7618
7619         * message.el (message-send-mail-function): New function.
7620         (message-send-mail-function): Set default using
7621         message-send-mail-function.  Adjust doc string.
7622         (message-send-mail-with-mailclient): New function.
7623
7624 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
7625
7626         * smime.el (from):
7627         * rfc2047.el (message-posting-charset):
7628         * qp.el (mm-use-ultra-safe-encoding):
7629         * pop3.el (parse-time-months):
7630         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
7631         * nnml.el (files):
7632         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
7633         (jka-compr-compression-info-list, ange-ftp-path-format)
7634         (efs-path-regexp):
7635         * nndiary.el (files):
7636         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
7637         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
7638         (epg-digest-algorithm-alist, inhibit-redisplay)
7639         (password-cache-expiry):
7640         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
7641         (pgg-output-buffer, password-cache-expiry):
7642         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
7643         (efs-path-regexp):
7644         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
7645         (inhibit-redisplay):
7646         * mm-uu.el (file-name, start-point, end-point, entry)
7647         (gnus-newsgroup-name, gnus-newsgroup-charset):
7648         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
7649         (latin-unity-ucs-list):
7650         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
7651         (mm-uu-binhex-decode-function):
7652         * message.el (gnus-message-group-art, gnus-list-identifiers)
7653         (rmail-enable-mime-composing, gnus-local-organization)
7654         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
7655         (gnus-read-active-file, facemenu-add-face-function)
7656         (facemenu-remove-face-function, gnus-article-decoded-p)
7657         (tool-bar-mode):
7658         * mail-source.el (display-time-mail-function):
7659         * gnus-util.el (nnmail-pathname-coding-system)
7660         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
7661         (gnus-original-article-buffer, gnus-user-agent)
7662         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
7663         (xemacs-codename, sxemacs-codename, emacs-program-version):
7664         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
7665         * gnus-start.el (gnus-agent-covered-methods)
7666         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
7667         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
7668         (gnus-newsgroup-headers, gnus-group-list-mode)
7669         (gnus-group-mark-positions, gnus-newsgroup-data)
7670         (gnus-newsgroup-unreads, nnoo-state-alist)
7671         (gnus-current-select-method, mail-sources)
7672         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
7673         (nnmail-spool-file, gnus-cache-active-hashtb):
7674         * gnus-mh.el (mh-lib-progs):
7675         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
7676         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
7677         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
7678         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
7679         (gnus-group-buffer):
7680         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
7681         (font-lock-set-defaults):
7682         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
7683         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
7684         (gnus-summary-post-menu, total-parts, type, condition, length):
7685         * gnus-agent.el (gnus-agent-read-agentview):
7686         * flow-fill.el (show-trailing-whitespace):
7687         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
7688         eval-and-compile wrappers for byte compiler pacifiers.
7689
7690         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
7691         (mm-display-inline-fontify): Check for featurep 'xemacs not
7692         extent-list.
7693
7694         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
7695         itimer-list.
7696         (mm-create-image-xemacs): Only do something for XEmacs.
7697         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
7698
7699         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
7700
7701         * gnus-registry.el (gnus-adaptive-word-syntax-table):
7702         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
7703
7704 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
7705
7706         * nnimap.el (nnimap-split-download-body):
7707         * gnus-demon.el (gnus-demon):
7708         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
7709
7710 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7711
7712         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
7713         New macros.
7714         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
7715         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
7716         copy data from unibyte buffer to multibyte current buffer.
7717         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
7718         to copy data from unibyte current buffer to multibyte buffer.
7719         (nntp-make-process-buffer): Make process buffer unibyte.
7720
7721         * pop3.el (pop3-open-server): Fix typo in Lisp code.
7722
7723 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
7724
7725         * pop3.el (pop3-open-server): Accept and process data more robustly at
7726         connexion start to avoid spurious "POP SSL connexion failed" errors.
7727
7728 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7729
7730         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
7731         read group names.
7732
7733 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
7734
7735         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
7736
7737 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7738
7739         * nnmail.el (nnmail-parse-active): Make group names unibyte.
7740         (nnmail-save-active): Use a unibyte buffer when saving active file,
7741         which may contain non-ASCII group names.
7742
7743         * nnml.el (nnml-request-group): Decode group names in messages.
7744
7745 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
7746
7747         * message.el (message-citation-line-function)
7748         (message-insert-formatted-citation-line): Fix spelling of
7749         `message-insert-formated-citation-line'.
7750
7751 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
7752
7753         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
7754
7755 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7756
7757         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
7758         nnmail-pathname-coding-system.
7759
7760         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
7761         that a user enters; decode group names in messages.
7762
7763         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
7764
7765 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7766
7767         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
7768
7769         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
7770
7771         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
7772         risky local variable.
7773
7774         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
7775
7776 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
7777
7778         * encrypt.el: Improve documentation to fix function name typo.
7779         Reported by Daiki Ueno <ueno@unixuser.org>.
7780
7781 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7782
7783         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
7784         even if the point is not in the last page of an article.
7785         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
7786         back to the previous page.
7787
7788 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
7789
7790         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
7791
7792 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7793
7794         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
7795
7796 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7797
7798         * message.el (message-check-news-body-syntax):
7799         Avoid mm-string-as-multibyte.
7800         (message-hide-headers): Don't assume (point-min)==1.
7801
7802 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7803
7804         * message.el (message-remove-blank-cited-lines): Fix if remove is
7805         given.
7806         (message-bogus-address-regexp): New variable.
7807         (message-bogus-recipient-p): New function.
7808         (message-check-recipients): New command.
7809         (message-syntax-checks): Add `bogus-recipient'.
7810         (message-fix-before-sending): Add `bogus-recipient'.
7811
7812         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
7813         (gnus-treat-body-boundary): Don't test window-system.
7814
7815 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
7816
7817         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
7818
7819 2007-10-28  Miles Bader  <miles@gnu.org>
7820
7821         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
7822         at compile-time too.
7823
7824 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
7825
7826         * gnus-msg.el (gnus-message-setup-hook):
7827         Add `message-remove-blank-cited-lines' to options.
7828
7829 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7830
7831         * message.el (message-remove-blank-cited-lines): New function.
7832         Suggested by Karl Plästerer.
7833
7834 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7835
7836         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
7837         mapc.
7838
7839         * imap.el (imap-open): Replace mapcar called for effect with mapc.
7840         (top-level): Use mapc to set functions to be traced for debugging.
7841
7842         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
7843         called for effect with while loop.
7844
7845         * message.el (message-talkative-question): Replace mapcar called for
7846         effect with mapc.
7847
7848         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
7849         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
7850         called for effect with dolist.
7851
7852         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
7853
7854         * nndiary.el: Use dolist instead of mapcar to add diary headers to
7855         gnus-extra-headers and nnmail-extra-headers.
7856
7857         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
7858         called for effect with dolist.
7859         (top-level): Use mapc to set functions to be traced for debugging.
7860
7861         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
7862         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
7863         dolist.
7864
7865         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
7866         Replace mapcar called for effect with mapc.
7867         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
7868         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
7869         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
7870         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
7871
7872         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
7873         remove-if that's a cl function.
7874
7875         * webmail.el (webmail-debug): Replace mapcar called for effect with
7876         dolist.
7877
7878         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
7879         with mapc.
7880
7881 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7882
7883         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
7884         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
7885         with while loop.
7886
7887         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
7888         functions from article-* functions.
7889         (gnus-multi-decode-header): Replace mapcar called for effect with
7890         dolist.
7891
7892         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
7893         (gnus-bookmark-show-details): Replace mapcar called for effect with
7894         while loop.
7895
7896         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
7897         called for effect with while loop.
7898
7899         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
7900         with dolist.
7901
7902         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7903         Replace mapcar called for effect with dolist.
7904
7905         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
7906
7907         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
7908         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
7909         Replace mapcar called for effect with dolist.
7910         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
7911         mapc.
7912
7913         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
7914         Replace mapcar called for effect with dolist.
7915         (gnus-topic-list): Replace mapcar called for effect with mapc.
7916
7917         * gnus.el: Use mapc instead of mapcar to add autoloads.
7918
7919 2007-10-23  Richard Stallman  <rms@gnu.org>
7920
7921         * gnus-group.el (gnus-group-highlight): Mark as risky.
7922
7923 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7924
7925         * gnus.el (gnus-server-to-method): Return method found first in
7926         gnus-newsrc-alist.
7927
7928         * gnus-art.el (gnus-article-highlight-signature)
7929         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
7930         button overlay without the front stickiness.
7931
7932 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
7933
7934         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
7935         overview buffer needed a catch to receive its throw.
7936         (gnus-agent-flush-cache): Declare as interactive to make this function
7937         easier to use.
7938
7939 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
7940
7941         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
7942         `next-line'.
7943
7944 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7945
7946         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
7947         exclude address matching message-dont-reply-to-names.
7948
7949 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7950
7951         * gnus-util.el (gnus-string<): New function.
7952
7953         * gnus-sum.el (gnus-article-sort-by-author)
7954         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
7955
7956 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7957
7958         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
7959         the frame-focus tag is set in gnus-buffer-configuration.
7960
7961 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7962
7963         * gnus-art.el (gnus-article-add-button): Make a button overlay without
7964         the front stickiness.
7965
7966 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7967
7968         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
7969         url pattern; remove duplicate one.
7970         (gnus-article-extend-url-button): New function.
7971         (gnus-article-add-buttons): Use it.
7972         (gnus-button-push): Use concatenated url that it makes.
7973
7974 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
7975
7976         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
7977
7978 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7979
7980         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
7981         Don't hardcode point-min==1.
7982
7983 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
7984
7985         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
7986         Fix comment about "iso8859-1".
7987
7988 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
7989
7990         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
7991         ones returned from the verify-function.
7992
7993         * mm-uu.el (mm-uu-pgp-signed-extract-1):
7994         Call mml2015-extract-cleartext-signature if extraction failed.
7995
7996 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
7997
7998         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
7999         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
8000         failed.
8001
8002 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8003
8004         * Relicense "GPLv2 or later" files to "GPLv3 or later".
8005
8006 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
8007
8008         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
8009         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
8010         recommends to use EasyPG instead of PGG.
8011
8012         * pgg.el: Revert to revision 6.23.2.16.
8013
8014         * pgg-def.el: Revert to revision 6.6.2.14.
8015
8016         * pgg-gpg.el: Revert to revision 6.23.2.34.
8017
8018 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
8019
8020         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
8021         to mark a thread as expirable.  Add variable `hide' to handle hiding of
8022         thread for both the null and zero (kill/expire thread) universal prefix
8023         cases.
8024         (gnus-summary-expire-thread): Add new function to expire a thread,
8025         using gnus-summary-kill-thread.
8026         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
8027         shortcuts for gnus-summary-expire-thread.
8028         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
8029         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
8030
8031 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8032
8033         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
8034         extras value, so an extras entry can be deleted.
8035         (gnus-registry-delete-extra-entry): Use it.
8036         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
8037         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
8038         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
8039         storage through the gnus-registry, and provide an appropriate API for
8040         it.
8041
8042 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8043
8044         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
8045         Suggested by Leo <sdl.web@gmail.com>.
8046
8047         * gnus.el: Do.
8048
8049 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8050
8051         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
8052         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
8053
8054         * gnus-agent.el (gnus-agent-fetch-headers): Do.
8055
8056         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8057         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
8058
8059 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8060
8061         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
8062         newline.
8063         (nnmbox-request-accept-article): Don't change article in source buffer;
8064         narrow to header to use message-fetch-field rather than
8065         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
8066         (nnmbox-request-replace-article): Quote lines that'll be misidentified
8067         as delimiters; make sure article ends with newline.
8068         (nnmbox-delete-mail): Correct last position of article to be deleted;
8069         ignore X-Gnus-Newsgroup header in article body.
8070         (nnmbox-save-mail): Quote lines looking like delimiters at the right
8071         positions; make sure article ends with newline.
8072
8073         * message.el (message-display-abbrev): Don't infloop when a user
8074         inserts SPC in the beginning of header.
8075
8076         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
8077         coding-system-for-read and coding-system-for-write for XEmacs having no
8078         file-coding feature.
8079
8080         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
8081
8082 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
8083
8084         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
8085         list of groups not followed by default.  Fix type to be regexp.
8086         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
8087
8088 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
8089
8090         * hmac-def.el (define-hmac-function): Switch from old-style to
8091         new-style backquotes.
8092
8093         * md4.el (md4-make-step): Likewise.
8094
8095 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8096
8097         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
8098         raw-text coding system when saving .newsrc file, which may contain
8099         non-ASCII group names.
8100
8101 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8102
8103         * gnus-cus.el (gnus-score-extra): New widget.
8104         (gnus-score-extra-convert): New function.
8105         (gnus-score-customize): Use it for Extra.
8106
8107 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
8108
8109         * mml2015.el (mml2015-extract-cleartext-signature): New function.
8110         (mml2015-mailcrypt-clear-verify): Use it.
8111         (mml2015-gpg-clear-verify): Use it.
8112         (mml2015-pgg-clear-verify): Use it.
8113         (mml2015-epg-clear-verify): Replace the current part with the output
8114         from GnuPG; don't extract the plaintext by itself.
8115
8116         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
8117         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
8118         mml2015-clear-verify-function; don't touch the armor headers or
8119         dash-escaped text here.
8120
8121 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8122
8123         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
8124         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
8125         parts, or application/octet-stream as a last resort.
8126         (gnus-mime-view-part-as-type): Don't toggle display.
8127         (gnus-mime-view-part-as-charset): Don't turn off display before
8128         querying charset.
8129
8130         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
8131         stuff to undisplayer function in Emacs.
8132         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
8133
8134         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
8135         text/calendar parts.
8136
8137 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8138
8139         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
8140         decoding text/calendar parts.
8141
8142         * message.el (message-forward-make-body-mime): Always mark body as
8143         having no illegible text; remove signed-or-encrypted argument.
8144         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
8145
8146         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
8147         (mml-generate-mime-1): Don't encode body if it is specified to be in
8148         raw form; don't make buffer be unibyte when inserting multibyte string.
8149
8150 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8151
8152         * sha1.el: Fix up comment style.
8153         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
8154         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
8155
8156         * hex-util.el: Fix up comment style.
8157         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
8158
8159         * gnus-salt.el: Use with-current-buffer.
8160         (gnus-pick-setup-message): Fix long-standing typo.
8161
8162 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8163
8164         * imap.el (imap-logout-timeout): New variable.
8165         (imap-logout, imap-logout-wait): New functions.
8166         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
8167
8168         * nnimap.el (nnimap-logout-timeout): New server variable.
8169         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
8170         nnimap-logout-timeout.
8171
8172         * gnus-art.el (gnus-article-summary-command-nosave)
8173         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
8174
8175 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8176
8177         * gnus.el (gnus-maximum-newsgroup): New variable.
8178
8179         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
8180         according to gnus-maximum-newsgroup.
8181
8182         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8183         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
8184         Limit the range of articles according to gnus-maximum-newsgroup.
8185
8186 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
8187
8188         * gnus-art.el (gnus-sticky-article): Fix problems described in
8189         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
8190         Don't perform gnus-configure-windows here; reuse existing sticky
8191         article buffer.
8192
8193         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
8194         it doesn't exist in gnus-article-mode.
8195
8196 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8197
8198         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
8199         (gnus-agent-decoded-group-name): New function.
8200         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
8201         (gnus-agent-expire-group-1): Use it; decode group name in messages.
8202
8203 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
8204
8205         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
8206         Add binding for gnus-sticky-article.
8207         (gnus-summary-exit): Don't kill sticky article buffers.
8208
8209         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
8210         article buffer.
8211         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
8212         (gnus-kill-sticky-article-buffers): New commands.
8213
8214 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8215
8216         * nntp.el (nntp-xref-number-is-evil): New server variable.
8217         (nntp-find-group-and-number): If it is non-nil, don't trust article
8218         numbers in the Xref header.
8219
8220 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8221
8222         * gnus-agent.el (gnus-agent-read-group): New function.
8223         (gnus-agent-flush-group, gnus-agent-expire-group)
8224         (gnus-agent-regenerate-group): Use it.
8225         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
8226         nnmail-pathname-coding-system.
8227
8228 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8229
8230         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
8231
8232         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
8233         that are unread as unread, and also as selected so that information of
8234         marks having been changed by a user may be updated when exiting group.
8235
8236 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
8237
8238         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
8239
8240 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8241
8242         * gnus-art.el (gnus-mime-display-single): Pass part number that is
8243         calculated ignoring signature parts to gnus-treat-article.
8244
8245 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8246
8247         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
8248         a point here in order to keep the window start.
8249         (gnus-insert-mime-security-button): Make a button overlay without the
8250         front stickiness.
8251         (gnus-mime-display-security): Goto the end of a button.
8252
8253         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
8254
8255 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8256
8257         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
8258         group-name-at-point.
8259         (gnus-group-completing-read): New function that offers decoded
8260         non-ASCII group names for completion.
8261         (gnus-fetch-group, gnus-group-read-ephemeral-group)
8262         (gnus-group-jump-to-group, gnus-group-make-group-simple)
8263         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
8264         (gnus-group-fetch-control): Use it.
8265         (gnus-fetch-group): Use group-name-at-point for the initial value
8266         rather than the default value; use gnus-alive-p.
8267
8268         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
8269         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
8270         (gnus-summary-post-news): Use gnus-group-completing-read.
8271
8272         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
8273         (gnus-read-move-group-name): Decode group name for completion.
8274
8275 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
8276
8277         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
8278         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
8279         Yamaoka slightly modified the code).
8280
8281 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8282
8283         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
8284         (nnmail-split-incoming): Bind it.
8285
8286         * nnml.el (nnml-group-name-charset): New function.
8287         (nnml-decoded-group-name): Use it; don't decode group name if
8288         nnmail-group-names-not-encoded-p is non-nil.
8289         (nnml-encoded-group-name): New function.
8290         (nnml-group-pathname): Inline nnml-decoded-group-name.
8291         (nnml-request-expire-articles): Decode group name in message.
8292         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
8293         nnmail-pathname-coding-system.
8294         (nnml-save-mail, nnml-active-number): Work with decoded group names and
8295         not decoded ones according to nnmail-group-names-not-encoded-p.
8296         (nnml-generate-active-info): Use nnml-encoded-group-name.
8297
8298 2007-08-08  Glenn Morris  <rgm@gnu.org>
8299
8300         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
8301         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
8302         doc-strings and comments.
8303
8304 2007-07-25  Glenn Morris  <rgm@gnu.org>
8305
8306         * Relicense all FSF files to GPLv3 or later.
8307
8308 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8309
8310         * gnus-sum.el (gnus-summary-move-article):
8311         Make gnus-summary-respool-article work.
8312
8313 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
8314
8315         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
8316         string.
8317
8318 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
8319
8320         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
8321         that should be ignored when comparing distant RSS articles with local
8322         ones.
8323         (nnrss-make-hash-index): New function.  Create a hash index according
8324         to the ignored fields.
8325         (nnrss-check-group): Use it.
8326
8327 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8328
8329         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
8330
8331         * gnus-art.el (article-decode-group-name): Decode Xref header too.
8332
8333         * gnus-group.el (gnus-group-make-group): Encode group name here unless
8334         the new optional argument ENCODED is non-nil.
8335         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
8336         coding system for encoding group name.
8337         (gnus-group-make-rss-group): Pass un-encoded group name to
8338         gnus-group-make-group.
8339         (gnus-group-set-info): Tell gnus-group-make-group that group name is
8340         encoded.
8341
8342         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
8343         Encode group name to which articles are moved or copied.
8344         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
8345         coding system for encoding Newsgroup, Followup-To and Xref headers.
8346
8347         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
8348         marks; use nnheader-file-coding-system to write a file.
8349         (nnagent-retrieve-headers): Bind file-name-coding-system to
8350         nnmail-pathname-coding-system.
8351
8352         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
8353
8354         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
8355         (nnml-request-article, nnml-request-create-group)
8356         (nnml-request-rename-group, nnml-find-id)
8357         (nnml-possibly-change-directory, nnml-possibly-create-directory)
8358         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
8359         (nnml-save-marks): Use nnml-group-pathname instead of
8360         nnmail-group-pathname.
8361
8362         (nnml-request-create-group, nnml-request-expire-articles)
8363         (nnml-request-move-article, nnml-request-delete-group)
8364         (nnml-deletable-article-p, nnml-possibly-create-directory)
8365         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
8366         (nnml-open-marks): Bind file-name-coding-system to
8367         nnmail-pathname-coding-system.
8368
8369         (nnml-request-article): Pass server argument to nnml-find-group-number.
8370         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
8371         Pass server argument to nnml-possibly-create-directory.
8372         (nnml-request-accept-article): Pass server argument to
8373         nnml-active-number and nnml-save-mail.
8374         (nnml-find-group-number): Pass server argument to nnml-find-id.
8375         (nnml-request-update-info): Pass server argument to
8376         nnml-marks-changed-p.
8377
8378         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
8379         (nnml-save-mail, nnml-active-number): Add server argument.
8380
8381         (nnml-request-delete-group): Warn if group is missing.
8382         (nnml-get-nov-buffer): Decode group name.
8383         (nnml-generate-active-info): Encode group name.
8384         (nnml-open-marks): Decode group name in messages.
8385
8386 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8387
8388         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
8389         if it is not specified.
8390         (gnus-article-pipe-part, gnus-article-save-part)
8391         (gnus-article-interactively-view-part, gnus-article-copy-part)
8392         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
8393         (gnus-article-inline-part, gnus-article-save-part-and-strip)
8394         (gnus-article-replace-part, gnus-article-delete-part)
8395         (gnus-article-view-part-as-type): Pass raw prefix argument to
8396         gnus-article-part-wrapper.
8397
8398 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8399
8400         * gnus-agent.el (gnus-agent-save-active):
8401         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
8402
8403         * gnus-cache.el (gnus-cache-save-buffers)
8404         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
8405         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
8406         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
8407         (gnus-cache-braid-nov, gnus-cache-braid-heads)
8408         (gnus-cache-generate-active, gnus-cache-rename-group)
8409         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
8410         (gnus-cache-update-overview-total-fetched-for):
8411         Bind file-name-coding-system to nnmail-pathname-coding-system.
8412         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
8413         New variables.
8414         (gnus-cache-decoded-group-name): New function.
8415         (gnus-cache-file-name): Use it.
8416         (gnus-cache-generate-active): Use non-decoded group name for active.
8417
8418         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
8419         right place.
8420         (gnus-write-active-file): Don't break non-ASCII group names.
8421
8422         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
8423         nnmail-pathname-coding-system.
8424
8425         * lpath.el: Bind default-file-name-coding-system,
8426         file-name-coding-system and language-info-alist for XEmacs.
8427
8428         * gnus-uu.el (gnus-uu-decode-save): Typo.
8429
8430 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8431
8432         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
8433
8434 2007-07-14  David Kastrup  <dak@gnu.org>
8435
8436         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
8437         finishing actions if we did not edit the article.
8438
8439 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8440
8441         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
8442         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
8443         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
8444         (gnus-agent-flush-group, gnus-agent-flush-cache)
8445         (gnus-agent-fetch-headers, gnus-agent-load-alist)
8446         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
8447         (gnus-agent-retrieve-headers, gnus-agent-request-article)
8448         (gnus-agent-regenerate-group)
8449         (gnus-agent-update-files-total-fetched-for)
8450         (gnus-agent-update-view-total-fetched-for):
8451         Bind file-name-coding-system to nnmail-pathname-coding-system.
8452         (gnus-agent-group-pathname): Don't encode file names by
8453         nnmail-pathname-coding-system.
8454         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
8455         coding-system-for-write instead of buffer-file-coding-system to
8456         gnus-agent-file-coding-system.
8457
8458         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
8459         Decode group name.
8460
8461         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
8462
8463         * gnus-start.el (gnus-update-active-hashtb-from-killed)
8464         (gnus-read-newsrc-el-file): Make group names unibyte.
8465
8466         * nnmail.el (nnmail-group-pathname): Don't encode file names by
8467         nnmail-pathname-coding-system.
8468
8469         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
8470         (nnrss-request-delete-group): Bind file-name-coding-system to
8471         nnmail-pathname-coding-system.
8472         (nnrss-read-server-data, nnrss-read-group-data):
8473         Bind file-name-coding-system correctly.
8474         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
8475
8476         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
8477         (nntp-server-to-method-cache): New variable.
8478         (nntp-group-pathname): New function that decodes non-ASCII group names.
8479         (nntp-possibly-create-directory, nntp-marks-changed-p)
8480         (nntp-save-marks, nntp-open-marks): Use it.
8481         (nntp-possibly-create-directory, nntp-open-marks):
8482         Bind file-name-coding-system to nnmail-pathname-coding-system.
8483         (nntp-open-marks): Decode group names when bootstrapping marks.
8484
8485         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
8486         Newsgroups and Folowup-To headers.
8487
8488 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8489
8490         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8491         (gnus-server-closed-face, gnus-server-denied-face)
8492         (gnus-server-offline-face): Remove variable.
8493         (gnus-server-font-lock-keywords): Use faces that are not aliases.
8494
8495         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
8496         of modifying message-stack directly for XEmacs.
8497
8498         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
8499         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
8500         if the coding-system argument is nil for XEmacs.
8501
8502         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
8503         mm-charset-override-alist.
8504
8505         * rfc2047.el: Don't require base64; require rfc2045 for the function
8506         rfc2045-encode-string.
8507         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
8508         to quote the parameter value.
8509
8510 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8511
8512         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
8513         form in gnus-group-name-charset-method-alist.
8514
8515         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
8516         overrides the default layout edit-form.
8517
8518         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
8519
8520         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
8521
8522 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8523
8524         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
8525         as unfetched articles.
8526
8527 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
8528
8529         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
8530
8531 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8532
8533         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
8534         original back end that keeps marks in the local system.
8535
8536 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8537
8538         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
8539         arg of pop-to-buffer for XEmacs.
8540         (gnus-article-read-summary-keys): Ditto; don't restore window
8541         configuration if summary command ends up with neither article buffer
8542         nor summary buffer; describe bindings if summary keys end with C-h.
8543
8544 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8545
8546         * message.el (message-fix-before-sending): Skip raw message part to be
8547         forwarded while checking illegible text.
8548         (message-forward-make-body-mime, message-forward-make-body):
8549         Mark signed or encrypted raw message as having no illegible text.
8550
8551 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8552
8553         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
8554         (gnus-message-with-timestamp-1): New macro.
8555         (gnus-message-with-timestamp): New function.
8556         (gnus-message): Use them.
8557
8558         * nnheader.el (nnheader-message): Use them.
8559
8560 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
8561
8562         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
8563         .newsrc.eld file.
8564
8565 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8566
8567         * gnus-agent.el (gnus-agent-fetch-headers)
8568         (gnus-agent-retrieve-headers):
8569         Bind gnus-decode-encoded-address-function to identity.
8570
8571         * nntp.el (nntp-send-xover-command): Recognize an xover command is
8572         available also when the server returns simply a dot.
8573
8574         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
8575
8576 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8577
8578         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
8579
8580 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8581
8582         * gnus-ems.el (gnus-x-splash): Make it work.
8583
8584         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
8585         from being used.
8586
8587         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
8588
8589 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8590
8591         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
8592         4th and the 5th arguments.
8593
8594         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
8595         the front stickiness.
8596         (gnus-article-summary-command-nosave): Correct the order of the
8597         arguments passed to pop-to-buffer.
8598         (gnus-article-read-summary-keys): Ditto; make it work properly when the
8599         summary command ends up with the article buffer.
8600
8601         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
8602         the same faces.
8603
8604 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
8605
8606         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
8607
8608 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
8609
8610         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
8611         * gnus-sum.el (gnus-summary-highlight):
8612         * pgg.el (pgg-sign-region, pgg-sign):
8613         * mail-source.el (mail-source-delete-old-incoming-confirm):
8614         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
8615
8616 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8617
8618         * gnus-art.el (gnus-mime-view-part-externally)
8619         (gnus-mime-view-part-internally): Fix predicate function passed to
8620         completing-read.
8621
8622         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
8623
8624         * gnus.el (gnus-update-message-archive-method): Add :version.
8625
8626 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8627
8628         * gnus.el (gnus-update-message-archive-method): New variable.
8629
8630         * gnus-start.el (gnus-setup-news): Update saved "archive" method
8631         according to gnus-message-archive-method if
8632         gnus-update-message-archive-method is non-nil.
8633
8634 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8635
8636         * gnus-sum.el (gnus-summary-limit-to-address): New function.
8637         Suggested by Loic Dachary <loic@dachary.org>.
8638         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8639
8640 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8641
8642         * message.el (message-pop-to-buffer): Add switch-function argument.
8643         (message-mail): Pass switch-function argument to it.
8644
8645 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
8646
8647         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
8648         Improve doc string.
8649
8650 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8651
8652         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
8653         (gnus-header-content)
8654         * gnus-cite.el (gnus-cite-10)
8655         * gnus-srvr.el (gnus-server-closed)
8656         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
8657         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
8658         (gnus-group-mail-3-empty, gnus-group-mail-low)
8659         (gnus-group-mail-low-empty, gnus-splash)
8660         * message.el (message-header-to, message-header-cc)
8661         (message-header-subject, message-header-other, message-header-name)
8662         (message-header-xheader, message-separator, message-cited-text)
8663         (message-mml): Lighten colors of faces used for dark background.
8664
8665 2007-05-24  Simon Josefsson  <simon@josefsson.org>
8666
8667         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
8668         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
8669
8670 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8671
8672         * message.el (message-narrow-to-headers-or-head):
8673         Ignore mail-header-separator in the body.
8674
8675 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8676
8677         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
8678         same as window size.
8679
8680 2007-05-22  Kevin Ryde  <user42@zip.com.au>
8681
8682         * message.el (message-font-lock-keywords): Use message-header-xheader
8683         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
8684         ahead of the anything pattern, to get it recognised.
8685
8686 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8687
8688         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
8689         spam.el loads uses it in the compiled defadvice form.
8690
8691 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
8692
8693         * gnus-sum.el (gnus-articles-to-read)
8694         (gnus-summary-insert-old-articles): Don't truncate group name for
8695         `read-string'.
8696
8697         * gnus-util.el (gnus-limit-string): Delete this function.
8698
8699         * gnus-sum.el (gnus-simplify-subject-fully):
8700         Use `truncate-string-to-width' instead.
8701
8702 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
8703
8704         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
8705         Tell if, on summary exit, the next group has to be selected.
8706         (gnus-summary-exit): Use it.
8707
8708 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
8709
8710         * gnus-art.el (gnus-article-mode): Fix comment about displaying
8711         non-break space.
8712
8713 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8714
8715         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
8716         Check if group is not a directory.
8717         (nnfolder-request-expire-articles): Don't delete articles if the target
8718         group is not available.
8719
8720         * nnml.el (nnml-request-create-group): Properly check if group is not a
8721         file.
8722         (nnml-request-expire-articles): Don't delete articles if the target
8723         group is not available.
8724
8725         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8726         Don't quote characters that are within parentheses.
8727
8728 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8729
8730         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
8731         (gnus-handle-ephemeral-exit): Select article according to it.
8732
8733 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8734
8735         * message.el (message-insert-formated-citation-line): Remove newline.
8736         (message-citation-line-format): Add final \n here so that the user can
8737         avoid a blank line.
8738
8739 2007-05-03  Dan Christensen  <jdc@uwo.ca>
8740
8741         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
8742         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
8743         Update lanl/arXiv support.
8744
8745 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8746
8747         * gnus.el: Bump version number.
8748
8749 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8750
8751         * gnus.el (gnus-version-number): Bump version.
8752
8753 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8754
8755         * gnus.el: No Gnus v0.6 is released.
8756
8757 2007-04-27  Didier Verna  <didier@xemacs.org>
8758
8759         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
8760         * gmm-utils.el (gmm-regexp-concat): ... here.
8761         * message.el: Don't require 'gnus-util.
8762         (message-dont-reply-to-names): Handle name change above.
8763         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
8764
8765 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8766
8767         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
8768         since the initial value varies according to the system.
8769
8770 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8771
8772         * mm-util.el (mm-charset-synonym-alist): Defcustom.
8773
8774 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
8775
8776         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
8777
8778 2007-04-24  Didier Verna  <didier@xemacs.org>
8779
8780         Improve the type of gnus-ignored-from-addresses.
8781         * gnus-util.el (gnus-orify-regexp): New function.
8782         * message.el (gnus-util): Require it.
8783         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
8784         * gnus-sum.el (gnus-ignored-from-addresses): New function.
8785         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
8786
8787 2007-04-24  Didier Verna  <didier@xemacs.org>
8788
8789         * gnus-sum.el:
8790         * gnus-utils.el: Fix some trailing whitespaces.
8791
8792 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8793
8794         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
8795         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
8796         article's Message-ID; refer parent article in summary buffer.
8797
8798         * message.el (message-bounce): Call mime-to-mml.
8799
8800         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
8801         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
8802         optimize and/or forms properly.
8803
8804 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
8805
8806         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
8807         URL.
8808
8809 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8810
8811         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
8812
8813 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8814
8815         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
8816         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
8817         displayed of multipart/alternative part if it is invoked from summary
8818         buffer.
8819
8820         * mm-view.el (mm-inline-text-html-render-with-w3m)
8821         (mm-inline-text-html-render-with-w3m-standalone)
8822         (mm-inline-render-with-function): Use mail-parse-charset by default.
8823
8824 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
8825
8826         * parse-time.el (parse-time-string-chars): Check if CHAR
8827         is less than the length of parse-time-syntax.
8828
8829 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8830
8831         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
8832         from gnus-newsgroup-processable.
8833
8834 2007-04-16  Didier Verna  <didier@xemacs.org>
8835
8836         * gnus-msg.el (gnus-configure-posting-styles):
8837         Handle message-signature-directory properly with :file syntax.
8838         Reported by "Leo".
8839
8840 2007-04-11  Didier Verna  <didier@xemacs.org>
8841
8842         New user option: message-signature-directory.
8843         * gnus-msg.el (gnus-configure-posting-styles): Support it.
8844         * message.el (message-insert-signature): Ditto.
8845         * message.el (message-signature-file): Doc update.
8846         * message.el (message-signature-directory): New.
8847
8848 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8849
8850         * gnus-msg.el (gnus-inews-yank-articles):
8851         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
8852
8853 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8854
8855         * message.el (message-yank-original): Make sure cited text ends with
8856         newline; don't exchange point and mark.
8857
8858 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
8859
8860         * tls.el (open-tls-stream): Properly handle case where there
8861         is no associated buffer.
8862
8863 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
8864
8865         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
8866         message-yank-original, make sure (< mark TEXT point).
8867
8868 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8869
8870         * message.el (message-fill-column): New variable.
8871         (message-mode): Use it.  Add comment on a possible new hook.
8872
8873         * nnmail.el (nnmail-spool-file): Mark as obsolete.
8874         (nnmail-get-new-mail): Reformat.
8875
8876         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
8877
8878         * gmm-utils.el: Fix Commentary.
8879         (gmm-tool-bar-from-list): Fix typo in doc string.
8880
8881 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
8882
8883         * message.el (message-yank-original): Don't switch point and mark
8884         unnecessarily to put point and mark as documented.
8885
8886 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8887
8888         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
8889         from the message heads.
8890
8891 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
8892
8893         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
8894         article buffer does not have a window.  This may not be the best
8895         solution but is certainly better than setting the start of the null,
8896         that is the current, window.
8897
8898 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8899
8900         * gnus-draft.el (gnus-draft-setup-hook): New hook.
8901         (gnus-draft-setup): Run it.
8902
8903         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
8904         gnus-score-fast-scoring.  Allow regexp.
8905         (gnus-score-headers): Use it.
8906
8907         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
8908         XEmacs.
8909
8910         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
8911         string.
8912         (gnus-button-alist): Also catch `<f1> k ...'.
8913         (gnus-treat-display-x-face): Fix doc string.
8914
8915 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8916
8917         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
8918         evaluation of gnus-extended-version to ensure correct generation of the
8919         User-Agent header when message-generate-headers-first is used.
8920
8921 2007-03-24  Simon Josefsson  <simon@josefsson.org>
8922
8923         * hashcash.el (hashcash-generate-payment-async): Don't crash if
8924         hashcash-path is nil.  Don't call callback with incorrect number of
8925         parameters if val is 0.
8926
8927 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8928
8929         * message.el (message-required-news-headers):
8930         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
8931
8932 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
8933
8934         * tls.el (open-tls-stream): In handshake-waiting loop,
8935         don't wait more if there is output available to process.
8936
8937 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
8938
8939         * tls.el (tls-program): Doc fix.
8940
8941 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8942
8943         * message.el (message-generate-new-buffers): Change the meaning of the
8944         nil value; add `standard' to the choices; treat t as `unique'; improve
8945         doc string.
8946         (gnus-select-frame-set-input-focus): Autoload.
8947         (message-buffer-name): Search for the existing message buffer if
8948         message-generate-new-buffers is nil or `standard'; treat the value t of
8949         message-generate-new-buffers as `unique'.
8950         (message-pop-to-buffer): Raise the frame already displaying the message
8951         buffer; clear the echo area after querying.
8952         (message-setup): Pass the `continue' argument to compose-mail.
8953         (message-mail): Prefer `switch-function' if it is given; search for the
8954         existing message buffer if the `continue' argument is non-nil; pass
8955         continue and switch-function arguments to compose-mail by way of
8956         message-setup.
8957         (message-mail-other-window): Adjust argument of message-setup.
8958         (message-mail-other-frame): Ditto.
8959
8960 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8961
8962         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
8963         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
8964         to turn font-lock on when turning gnus-message-citation-mode on.
8965
8966 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
8967
8968         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
8969         (mml-smime-function-alist): New variable; add epg as the backend.
8970         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
8971         mml-smime- functions instead.
8972         * mm-view.el: Require smime.
8973
8974 2007-03-05  Didier Verna  <didier@xemacs.org>
8975
8976         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
8977         instead of just inheritance for posting styles.
8978         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
8979
8980 2007-02-24  Chris Moore  <dooglus@gmail.com>
8981
8982         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
8983         * pgg-pgp.el (pgg-pgp-encrypt-region):
8984         * pgg-gpg.el (pgg-gpg-encrypt-region):
8985         Check pgg-encrypt-for-me if no other recipients.
8986
8987 2007-02-24  John Paul Wallington  <jpw@pobox.com>
8988
8989         * tls.el (tls-certtool-program): Fix custom type.
8990
8991 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8992
8993         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
8994         and point-at-eol instead of line-(beginning|end)-position.
8995
8996         * assistant.el (assistant-parse-buffer): Ditto.
8997
8998         * netrc.el (netrc-parse-services): Ditto.
8999
9000 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
9001
9002         * mml2015.el (mml2015-epg-find-usable-key): New function.
9003         (mml2015-epg-sign): Use it.
9004         (mml2015-epg-encrypt): Use it.
9005
9006 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9007
9008         * message.el (message-make-in-reply-to): Quote name containing
9009         non-ASCII characters.  It will make the RFC2047 encoder cause an error
9010         if there are special characters.  Reported by NAKAJI Hiroyuki
9011         <nakaji@jp.freebsd.org>.
9012
9013 2007-02-27  Didier Verna  <didier@xemacs.org>
9014
9015         Include the group parameters as well as the topic ones in the
9016         inheritance filter process.
9017         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
9018         argument GROUP-PARAMS-LIST.
9019         * gnus-topic.el (gnus-group-topic-parameters): Use it.
9020
9021 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9022
9023         * nntp.el (nntp-never-echoes-commands)
9024         (nntp-open-connection-functions-never-echo-commands): New variables.
9025         (nntp-send-command): Use them.
9026
9027 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
9028
9029         * mml2015.el (mml2015-epg-verify): Simplify.
9030
9031 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9032
9033         * mml.el (mml-content-disposition-alist): New user option.
9034         (mml-content-disposition): New function.
9035         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
9036         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
9037
9038 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
9039
9040         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
9041         verification.
9042
9043 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9044
9045         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
9046         articles posted in the last 24 hours.
9047
9048 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
9049
9050         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
9051
9052 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
9053
9054         * nntp.el (nntp-send-command): Don't wait for echoes when
9055         nntp-open-ssl-stream is used.
9056
9057 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9058
9059         * gnus-cite.el (gnus-test-font-lock-add-keywords)
9060         (gnus-message-add-citation-keywords)
9061         (gnus-message-remove-citation-keywords): Remove.
9062         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
9063         directly, make the variables in font-lock-defaults buffer-local, add
9064         gnus-message-citation-keywords to them and then update the value of
9065         font-lock-keywords.
9066
9067 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9068
9069         * message.el (message-cite-original-1): Don't call
9070         gnus-article-highlight-citation.
9071
9072         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
9073         citations; fix line count.
9074
9075 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9076
9077         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
9078         (gnus-message-add-citation-keywords)
9079         (gnus-message-remove-citation-keywords): Use it; fix the emulating
9080         versions of font-lock-add-keywords and font-lock-remove-keywords to
9081         work with XEmacs correctly.
9082
9083 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9084
9085         * gnus-cite.el (gnus-cite-face-list): Set the values of
9086         gnus-message-max-citation-depth and gnus-message-citation-keywords.
9087         (gnus-message-max-citation-depth): Use defvar rather than defconst.
9088         (gnus-message-cite-prefix-regexp): New variable.
9089         (gnus-message-search-citation-line): Use it; protect against long
9090         citation prefix; fill match data with nil rather than 0 for XEmacs; set
9091         the 0th match data for Emacs.
9092         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
9093         (gnus-message-add-citation-keywords): Append keywords rather than
9094         prepending; emulate font-lock-add-keywords if it is not available.
9095         (gnus-message-remove-citation-keywords):
9096         Emulate font-lock-remove-keywords if it is not available.
9097
9098         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
9099
9100         * message.el (message-cite-prefix-regexp): Set the value of
9101         gnus-message-cite-prefix-regexp.
9102
9103 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9104
9105         * nnweb.el (nnweb-google-parse-1): Update parser.
9106
9107 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
9108
9109         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
9110
9111 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9112
9113         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9114         regexp.
9115
9116 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9117
9118         * uudecode.el (uudecode-string-to-multibyte): New function emulating
9119         string-to-multibyte.
9120         (uudecode-decode-region-internal): Use it.
9121
9122         * lpath.el: Fbind string-as-multibyte for XEmacs.
9123
9124 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9125
9126         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
9127         Fix custom choice.
9128
9129         * gnus-art.el (gnus-signature-limit): Fix custom choice.
9130
9131 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
9132
9133         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
9134
9135         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
9136         `write-region' to respect `mm-inhibit-file-name-handlers'.
9137
9138 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
9139
9140         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
9141         Use gnus-home-directory instead of "~/" or "$HOME".
9142
9143 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
9144
9145         * encrypt.el (encrypt-insert-file-contents): Add better prompt
9146         to mention filename.
9147         Add comments at beginning regarding usage.
9148         (encrypt-write-file-contents): Change interactive so a string is
9149         acceptable.  If the file has no associated model, show an error instead
9150         of a nonsense prompt.
9151
9152 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9153
9154         * spam.el (spam-bsfilter-ham-switch): Fix typo.
9155         Thanks to Yoshihiko Yamada for kind notification of this typo.
9156
9157 2007-01-12  Kenichi Handa  <handa@m17n.org>
9158
9159         * uudecode.el (uudecode-decode-region-internal): Make it work in a
9160         multibyte buffer.
9161
9162 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9163
9164         * gnus-score.el (gnus-score-fast-scoring): New variable.
9165         (gnus-score-headers): Use it.
9166
9167         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
9168
9169         * message.el (message-cite-original-1):
9170         Call gnus-article-highlight-citation if requested.
9171         (message-make-from): Allow name and address as optional arguments.
9172
9173         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
9174
9175         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
9176         bugs to doc string.
9177         (gnus-button-alist): Add mid\\|message-id.
9178         (gnus-button-fetch-group): Extend for use in
9179         `browse-url-browser-function'.
9180         (gnus-button-url-regexp): Try to catch paired parentheses like in
9181         Wikipedia URLs.
9182
9183         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
9184         Suggested by Simon Krahnke <overlord@gmx.li>.
9185
9186 2007-01-13  Romain Francoise  <romain@orebokech.com>
9187
9188         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
9189         Update copyright.
9190
9191 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
9192
9193         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
9194
9195 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9196
9197         * gnus-registry.el (gnus-registry-unfollowed-groups)
9198         (gnus-registry-split-fancy-with-parent): Fix documentation.
9199
9200 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9201
9202         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
9203         from nnweb groups.
9204
9205 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9206
9207         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
9208         Xref urls.  Erase buffer before requesting head.
9209
9210         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9211
9212 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
9213
9214         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
9215         customizable.
9216
9217 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
9218
9219         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
9220         no signing key is found.
9221         (mml2015-epg-encrypt): Ask user whether to skip or abort if
9222         no encrypting and/or signing key is found.
9223
9224 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9225
9226         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
9227
9228 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9229
9230         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
9231         headers read from disk with the ones newly found in the current search.
9232         This should no longer cause problems, because the article numbers in
9233         Gmane's `nov.php' output are ignored since the previous change.
9234
9235 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9236
9237         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
9238
9239 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9240
9241         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
9242         replace-regexp-in-string; bind url-version; fbind display-images-p and
9243         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
9244         find-face and set-itimer-function for Emacs; bind itimer-list for
9245         Emacs.
9246
9247         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9248
9249 2007-01-01  Romain Francoise  <romain@orebokech.com>
9250
9251         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
9252
9253 2006-12-31  Steve Youngs  <steve@sxemacs.org>
9254
9255         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
9256         `define-minor-mode' macro definition expanded properly.
9257         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
9258         exclude it there.
9259
9260         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
9261         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
9262         `fboundp' test.
9263         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
9264         This is OK to autoload in (S)XEmacs now.
9265
9266 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9267
9268         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
9269         keystroke.
9270         (gnus-summary-limit-to-singletons): Fix typo.
9271
9272         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
9273         else fails.
9274
9275 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9276
9277         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
9278         docstring.
9279
9280         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
9281         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
9282         (gnus-summary-insert-dormant-articles): Fix typo in message.
9283
9284 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
9285
9286         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
9287         nil for XEmacs.
9288         (gnus-message-citation-mode): Don't autoload in XEmacs.
9289
9290         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
9291
9292 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
9293
9294         * nnimap.el (nnimap-expunge-search-string):
9295         Mention nnimap-search-uids-not-since-is-evil in docstring.
9296
9297 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9298
9299         * spam.el: Revert to make-obsolete-variable because
9300         define-obsolete-variable-alias is not supported in Emacs 21.
9301
9302         * spam.el (spam-ifile-path, spam-ifile-database-path)
9303         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
9304         make-obsolete-variable.
9305         (spam-bsfilter-path, spam-bsfilter-program)
9306         (spam-spamassassin-path, spam-spamassassin-program)
9307         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
9308         Don't use "path" inappropriately.
9309         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
9310         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
9311         variable names.
9312
9313 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
9314
9315         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
9316         summary buffer.
9317
9318         * password.el (password-cache-remove): Use clear-string to burn
9319         password, if available.
9320
9321 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9322
9323         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
9324
9325         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
9326
9327         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
9328         (gnus-message-highlight-citation): Move defcustom here from
9329         gnus-cite.el.
9330         (gnus-message-citation-mode): Autoload.
9331
9332         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
9333         checks to make it compile with XEmacs.
9334         (gnus-message-citation-mode): New minor mode.
9335         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
9336         (gnus-message-highlight-citation): New variables.
9337         (gnus-message-search-citation-line)
9338         (gnus-message-add-citation-keywords)
9339         (gnus-message-remove-citation-keywords)
9340         (turn-on-gnus-message-citation-mode)
9341         (turn-off-gnus-message-citation-mode): New functions.
9342
9343 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
9344
9345         * gnus-cite.el: Enable highlighting of different citation levels in
9346         message-mode.
9347
9348 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9349
9350         * message.el (message-make-fqdn): Fix comment.
9351         (message-bogus-system-names): Add ".local".
9352
9353         * spam.el (spam-ifile-path, spam-ifile-program)
9354         (spam-ifile-database-path, spam-ifile-database)
9355         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
9356         Don't use "path" inappropriately.
9357         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
9358         strings.
9359         (spam-check-ifile, spam-ifile-register-with-ifile)
9360         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
9361         Use new variable names.
9362
9363         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
9364         (gnus-treat-display-smileys): Simplify using
9365         gnus-image-type-available-p.
9366
9367         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
9368         available.
9369
9370         * gnus-xmas.el (gnus-xmas-image-type-available-p):
9371         Use `display-images-p' if available.
9372
9373 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9374
9375         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
9376         one after turning on the buffer's multibyteness instead of decoding
9377         them directly in the unibyte buffer that causes unexpected conversion
9378         in Emacs 23 (unicode).
9379
9380 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9381
9382         * message.el (message-generate-hashcash): Fix custom type.
9383
9384 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9385
9386         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
9387
9388 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9389
9390         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
9391         disconnect icons.  Add help text.
9392
9393 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
9394
9395         * spam.el (spam-extra-header-to-number): CRM114 spam score is
9396         negated to be consistent with the others we handle.
9397
9398 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9399
9400         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
9401         version of gnus-summary-buffer to something, so that we can use two
9402         article buffers at the same time.
9403
9404 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
9405
9406         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
9407         trigger all the extra headers.
9408         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
9409         sorting.
9410
9411 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9412
9413         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
9414         solid groups.
9415
9416 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
9417
9418         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
9419
9420 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
9421
9422         * legacy-gnus-agent.el: Add Copyright notice.
9423
9424 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
9425
9426         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
9427
9428 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9429
9430         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
9431
9432         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
9433         to make it work reliably in CVS Emacs.
9434         (gnus-summary-limit-strange-charsets-predicate)
9435         (gnus-summary-limit-to-predicate): New functions.
9436
9437 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
9438
9439         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
9440         specifying array size.
9441         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
9442         array if it is too small.
9443         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
9444         (gnus-sort-threads-loop): New function.
9445
9446 2006-12-06  Chris Moore  <dooglus@gmail.com>
9447
9448         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
9449         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
9450
9451 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
9452
9453         * mm-url.el (mm-url-predefined-programs): Call curl with correct
9454         options.
9455
9456 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9457
9458         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
9459         DOS-ing the recipient.
9460
9461         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
9462         the headers when creating the mapping to avoid mismappings.
9463         (nnweb-gmane-create-mapping): Always nix out old mapping.
9464
9465 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9466
9467         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
9468         and mm-verify-option to never.
9469
9470 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9471
9472         * message.el (message-signed-or-encrypted-p): New function.
9473         (message-forward-make-body): Use it.
9474
9475         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
9476         Replace encode-coding-string with mm-encode-coding-string.
9477
9478 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9479
9480         * nneething.el (nneething-decode-file-name):
9481         Replace decode-coding-string with mm-decode-coding-string.
9482
9483         * gnus-int.el (gnus-open-server): Say failed server's name.
9484
9485 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9486
9487         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
9488         strings to a single string.  Quote `errors-file-name'.
9489         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
9490         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
9491         Adjust calls.  Use `shell-quote-argument'.
9492
9493 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
9494
9495         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
9496         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
9497
9498         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
9499         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
9500         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
9501         (gnus-group-make-directory-group, gnus-group-transpose-groups):
9502         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
9503         (gnus-subscribe-newsgroup, gnus-1):
9504         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
9505         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
9506         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
9507         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
9508
9509 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9510
9511         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
9512         keystroke.
9513         (gnus-summary-limit-to-bodies): Implement headersp.
9514
9515 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9516
9517         * dns.el (query-dns): Protect against "Process dns deleted" strings.
9518
9519 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9520
9521         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
9522
9523 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9524
9525         * message.el (message-generate-hashcash): Expand range of values to
9526         include `opportunistic'.
9527         (message-send-mail): Use it.
9528
9529 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9530
9531         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
9532         and comment it.
9533
9534         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
9535
9536 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
9537
9538         * gnus-util.el (gnus-extract-address-components): Improve comment.
9539
9540 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9541
9542         * gnus-util.el (gnus-extract-address-components): Work with address in
9543         which the name portion contains @.
9544
9545         * lpath.el: Fbind custom-autoload.
9546
9547 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9548
9549         * gnus.el (gnus-start): Move custom group up.
9550         (gnus-select-method): Don't autoload, but make it available for
9551         `customize-variable'.
9552         (gnus-getenv-nntpserver): Don't autoload.
9553
9554 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
9555
9556         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
9557
9558 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9559
9560         * message.el (message-sendmail-extra-arguments): New variable.
9561         (message-send-mail-with-sendmail): Use it.
9562
9563 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9564
9565         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
9566         mm-with-unibyte-current-buffer to make string unibyte.
9567
9568         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
9569         mm-string-as-multibyte.
9570
9571 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
9572
9573         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
9574         Reported by Werner Koch <wk@gnupg.org>.
9575
9576 2006-11-14  Daiki Ueno  <ueno@p360>
9577
9578         * mml2015.el: Autoload epa-select-keys when compiling.
9579
9580 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9581
9582         * mml2015.el (mml2015-epg-sign): Save the signing keys in
9583         message-options.
9584         (mml2015-epg-encrypt): Save the recipient keys in message-options.
9585
9586 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9587
9588         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
9589         EasyPG (< 0.0.6).
9590         (mml2015-always-trust): New user option.
9591         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
9592         prompt.
9593
9594 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9595
9596         * nntp.el (nntp-authinfo-force): New variable.
9597         (nntp-send-authinfo): Use it.
9598
9599 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
9600
9601         * message.el (message-strip-subject-encoded-words): Allow _not_ to
9602         decode encoded words.  Improve prompt.  Add comment about forwarding.
9603         (message-replacement-char): Move up.
9604
9605 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
9606
9607         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
9608         instead of gnus-intersection because arguments of gnus-sorted-nunion
9609         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
9610
9611 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
9612
9613         * message.el (message-strip-subject-encoded-words): Reformat prompt.
9614         (message-simplify-subject-functions):
9615         Enable message-strip-subject-encoded-words by default.
9616
9617 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
9618
9619         * message.el (message-strip-subject-encoded-words): New function.
9620         (message-simplify-subject-functions): New variable.
9621         (message-simplify-subject): Use it.  Fix typo in doc string.
9622         Support message-strip-subject-encoded-words.
9623
9624 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
9625
9626         * gnus-diary.el (gnus-diary-delay-format-function):
9627         * nndiary.el (nndiary-reminders):
9628         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
9629
9630 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9631
9632         * gnus-art.el (article-hide-boring-headers): Fetch date from
9633         gnus-original-article-buffer to avoid problems with localized date
9634         strings.
9635
9636 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9637
9638         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
9639
9640 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
9641
9642         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9643         New variables.
9644         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9645         (mm-charset-synonym-alist): Move some entries to
9646         mm-codepage-iso-8859-list.
9647         (mm-charset-synonym-alist, mm-charset-override-alist):
9648         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9649
9650 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9651
9652         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
9653
9654 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9655
9656         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
9657         with Emacs 21 and XEmacs.
9658
9659 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
9660
9661         * spam.el (spam-parse-address): New function for better parsing,
9662         catching errors, etc.
9663         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
9664
9665 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9666
9667         * mm-view.el: Add interactive arg to html2text autoload.
9668
9669 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9670
9671         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
9672
9673 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
9674
9675         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9676         New variables.
9677         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9678         (mm-charset-synonym-alist): Move some entries to
9679         mm-codepage-iso-8859-list.
9680
9681         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
9682
9683 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
9684
9685         * message.el (message-citation-line-format)
9686         (message-insert-formated-citation-line): Fix implementation of %E, %N
9687         and %n according to the doc string.
9688
9689 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
9690
9691         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9692         Use car-safe to avoid bad parses.
9693
9694 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9695
9696         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
9697         names.
9698
9699         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
9700
9701 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9702
9703         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
9704         header.
9705
9706         * message.el (message-draft-headers): Add Date.
9707         (message-headers-to-generate): Fix typo in docstring.
9708
9709         * nndraft.el (nndraft-required-headers): New variable.
9710         (nndraft-generate-headers): Use it.
9711
9712         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
9713
9714 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9715
9716         * gnus-registry.el (gnus-registry-wash-for-keywords)
9717         (gnus-registry-find-keywords): New functions to allow easy searching of
9718         articles that are in the registry.
9719
9720 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9721
9722         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9723         Use ietf-drums-parse-address instead of gnus-extract-address-components.
9724         Reported by Damien Elmes <damien@repose.cx>.
9725
9726 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9727
9728         * gnus.el (gnus-mime): Remove unused custom group.
9729
9730 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9731
9732         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
9733         "blank line" when searching for end of armor headers.
9734
9735 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9736
9737         * gmm-utils.el (gmm-write-region): Fix variable name.
9738
9739 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
9740
9741         * gmm-utils.el (gmm-write-region): New function based on compatibility
9742         code from `mm-make-temp-file'.
9743
9744         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
9745
9746         * nnmaildir.el (nnmaildir--update-nov)
9747         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
9748         Use `gmm-write-region'.
9749
9750 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9751
9752         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
9753         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9754
9755         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
9756
9757         * message.el (message-replacement-char): New variable.
9758         (message-fix-before-sending): Use it.
9759         (message-simplify-subject): New function to remove duplicate code.
9760         (message-reply, message-followup): Use it.
9761
9762         * gnus-sum.el (gnus-summary-make-menu-bar):
9763         Clarify gnus-summary-limit-to-articles.
9764
9765 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9766
9767         * gnus-util.el (gnus-with-local-quit): New macro.
9768
9769         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
9770
9771 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
9772
9773         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
9774         ignore non-string data.
9775
9776 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
9777
9778         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
9779         non-string data (needs to be done in the registry too).
9780
9781 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9782
9783         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
9784         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
9785         (gnus-registry-split-fancy-with-parent)
9786         (gnus-registry-fetch-simplified-message-subject-fast)
9787         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
9788         Remove text properties on ingress into the registry and when it's saved.
9789         (gnus-registry-clean-empty-function): Fix bug with cleaning the
9790         registry from entries with no groups.
9791
9792 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9793
9794         * gnus-util.el (gnus-string-remove-all-properties): Add utility
9795         function to remove string properties.
9796
9797 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9798
9799         * gmm-utils.el (gmm): Adjust custom version.
9800
9801         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
9802         Adjust custom version.
9803
9804         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
9805
9806 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9807
9808         * gnus-art.el (gnus-insert-prev-page-button)
9809         (gnus-insert-next-page-button): Simplify.  Reformat.
9810
9811 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9812
9813         * gnus-art.el (gnus-insert-prev-page-button)
9814         (gnus-insert-next-page-button): Apply gnus-article-button-face.
9815
9816 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
9817
9818         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
9819
9820 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9821
9822         * gnus-art.el (gnus-insert-mime-button)
9823         (gnus-insert-mime-security-button):
9824         Apply gnus-article-button-face to MIME and security buttons.
9825
9826 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
9827
9828         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
9829         readable.
9830
9831 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9832
9833         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
9834
9835 2006-09-20  Steve Youngs  <steve@sxemacs.org>
9836
9837         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
9838         `browse-url-of-file' instead of `browse-url'.
9839
9840 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9841
9842         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9843         regexp.  Articles containing quotation were cut prematurely.
9844
9845 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9846
9847         * message.el (message-cite-original-1): Use nobody by default for the
9848         value of From header.
9849         (message-reply): Ditto.
9850
9851 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
9852
9853         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
9854         to the gnus-info.  This fixes a bug of inline-PGP message verification.
9855         Reported by Michael Piotrowski <mxp@dynalabs.de>.
9856
9857 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
9858
9859         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
9860         mails in the doc string.  Add some URLs in comment.
9861         (pop3-movemail): Warn about pop3-leave-mail-on-server.
9862
9863 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9864
9865         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
9866         backslashes handling and the way to find boundaries of quoted strings.
9867
9868 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
9869
9870         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
9871         mml1991-encrypt-to-self is set and mml1991-signers is not set.
9872         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
9873         mml2015-encrypt-to-self is set and mml2015-signers is not set.
9874
9875 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9876
9877         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
9878         doc string.
9879         (gnus-button-regexp, gnus-button-last): Remove unused variables.
9880
9881 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9882
9883         * lpath.el: Fbind epg-check-configuration.
9884
9885 2006-09-06  Simon Josefsson  <jas@extundo.com>
9886
9887         * mml2015.el (mml2015-use): Doc fix, mention epg.
9888
9889 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9890
9891         * mml2015.el (mml2015-use): Default to epg, if available.
9892
9893 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9894
9895         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
9896         message-sender.
9897         (mml1991-epg-encrypt): Ditto.
9898         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
9899         message-sender.
9900         (mml2015-epg-encrypt): Ditto.
9901
9902 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
9903
9904         * message.el (message-send-mail-with-sendmail): Look for sendmail in
9905         several common directories.
9906
9907 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
9908
9909         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
9910         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
9911
9912 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9913
9914         * gnus-art.el (article-decode-encoded-words): Make it fast.
9915
9916 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9917
9918         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
9919
9920         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
9921         in quoted string into `\'.
9922
9923 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9924
9925         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9926         Use standard-syntax-table.
9927
9928 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9929
9930         * gnus-art.el (gnus-decode-address-function): New variable.
9931         (article-decode-encoded-words): Use it to decode headers which are
9932         assumed to contain addresses.
9933         (gnus-mime-delete-part): Remove useless `or'.
9934
9935         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
9936         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
9937         (gnus-nov-parse-line): Use it to decode From header.
9938         (gnus-get-newsgroup-headers): Ditto.
9939         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
9940
9941         * mail-parse.el (mail-decode-encoded-address-region): New alias.
9942         (mail-decode-encoded-address-string): New alias.
9943
9944         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9945         New function.
9946         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
9947         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
9948         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
9949         (rfc2047-decode-string): Ditto.
9950         (rfc2047-decode-address-region): New function.
9951         (rfc2047-decode-address-string): New function.
9952
9953 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
9954
9955         * message.el (message-caesar-buffer-body): Allow rotating headers.
9956
9957         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
9958
9959         * message.el (message-insert-formated-citation-line): Fix %f.
9960         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
9961
9962 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9963
9964         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
9965         (gnus-bookmark-mouse-available-p): New macro.
9966         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
9967         (gnus-bookmark-bmenu-show-infos): Use it.
9968         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
9969         (gnus-bookmark-bmenu-hide-infos): Ditto.
9970         (gnus-bookmark-remove-properties): New function.
9971         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
9972         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
9973         (gnus-bookmark-write-file): Bind coding-system-for-write.
9974         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
9975         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
9976         group before selecting it.
9977         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
9978         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
9979         quit-window if it is not available; use gnus-mouse-2 and bind it to
9980         gnus-bookmark-bmenu-select-by-mouse.
9981         (gnus-bookmark-show-details): Remove unused variable `details-list'.
9982         (gnus-bookmark-bmenu-select-by-mouse): New function.
9983
9984 2006-08-13  Romain Francoise  <romain@orebokech.com>
9985
9986         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
9987         space.
9988
9989 2006-08-10  Romain Francoise  <romain@orebokech.com>
9990
9991         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
9992         (dns-mode-soa-auto-increment-serial): New user option.
9993         (dns-mode-soa-maybe-increment-serial): New function.
9994         (dns-mode): Add the latter to `write-contents-functions'.
9995
9996 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9997
9998         * compface.el (uncompface): Use binary rather than raw-text-unix.
9999
10000 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10001
10002         * compface.el (uncompface): Make sure the eol conversion doesn't take
10003         place when communicating with the external programs.
10004         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10005
10006 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10007
10008         * nnheader.el (nnheader-insert-head): Fix typo in comment.
10009
10010 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10011
10012         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10013         Make it more robust by parsing author and date independently.
10014
10015 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10016
10017         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
10018
10019 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
10020
10021         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
10022         first matching secret key.
10023         (mml2015-epg-encrypt): Ditto.
10024
10025         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
10026         first matching secret key.
10027         (mml1991-epg-encrypt): Ditto.
10028
10029         * mml2015.el (mml2015-encrypt-to-self): New user option.
10030         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
10031         mml2015-epg-encrypt-to-self is set.
10032
10033         * mml1991.el (mml1991-encrypt-to-self): New variable.
10034         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
10035         mml1991-epg-encrypt-to-self is set.
10036
10037         * mml2015.el (mml2015-signers): New user option.
10038         (mml2015-epg-sign): Reflect the value of mml2015-signers.
10039         (mml2015-epg-encrypt): Allow to select signing keys.
10040
10041         * mml1991.el (mml1991-signers): New variable.
10042         (mml1991-epg-sign): Reflect the value of mml1991-signers.
10043         (mml1991-epg-encrypt): Allow to select signing keys.
10044
10045 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10046
10047         * nnheader.el (nnheader-insert-head): Make it work even if the file
10048         uses CRLF for the line-break code.
10049
10050 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
10051
10052         * mml2015.el: Require mml-sec instead of password.
10053         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
10054         (mml2015-cache-passphrase): Inherit the default value from
10055         mml-secure-cache-passphrase.
10056         (mml2015-passphrase-cache-expiry): Inherit the default value from
10057         mml-secure-passphrase-cache-expiry.
10058
10059         * mml1991.el: Require mml-sec instead of password.
10060         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
10061         (mml1991-cache-passphrase): Inherit the default value from
10062         mml-secure-cache-passphrase.
10063         (mml1991-passphrase-cache-expiry): Inherit the default value from
10064         mml-secure-passphrase-cache-expiry.
10065
10066         * mml-sec.el: Require password.
10067         (mml-secure-verbose): New user option.
10068         (mml-secure-cache-passphrase): New user option.
10069         (mml-secure-passphrase-cache-expiry): New user option.
10070
10071 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
10072
10073         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10074         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
10075         andreas@altroot.de (Andreas Vögele).
10076
10077         FIXME: Use `tiny change'?
10078
10079 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10080
10081         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
10082         workaround for the url package included with Emacs.
10083
10084         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10085
10086 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10087
10088         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
10089         correctly.  This fixes a bug caused by the 2006-05-12 change.
10090
10091 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
10092
10093         * nnmail.el (nnmail-article-group): If splitting raises an error, give
10094         some information about the error when saying that the `bogus' mail
10095         group will be used.
10096
10097 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
10098
10099         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
10100         string.
10101
10102 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
10103
10104         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
10105
10106 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10107
10108         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
10109
10110 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10111
10112         * mml1991.el (mml1991-function-alist): Add epg.
10113         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
10114         (mml1991-epg-encrypt): New functions.
10115
10116 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10117
10118         * mml2015.el (mml2015-verbose): New variable.
10119         (mml2015-cache-passphrase): Ditto.
10120         (mml2015-passphrase-cache-expiry): Ditto.
10121         (mml2015-function-alist): Add epg.
10122         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
10123         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
10124         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
10125         New functions.
10126
10127 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10128
10129         * message.el (message-cite-original-1): Preserve region when removing
10130         quoted text due to X-No-Archive in order to avoid bogus attribution
10131         when citing multiple messages.
10132
10133 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10134
10135         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
10136         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
10137
10138 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
10139
10140         * gnus-diary.el (gnus-user-format-function-d)
10141         (gnus-user-format-function-D): Autoload.
10142
10143         * imap.el (Commentary): Fix typo.
10144
10145         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
10146         2006-04-22 contribution.
10147
10148 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10149
10150         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
10151         It didn't really fix the bogosity I'm seeing with solid web groups.
10152
10153 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10154
10155         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
10156         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
10157         created using server names.  If we use the feature without declaring
10158         it, Gnus does not properly manage server and group state.
10159
10160         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
10161         bound.
10162
10163 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10164
10165         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
10166         looking up the method using GROUP's prefix before inventing a new one.
10167         It is used on killed/unknown groups in various places where returning
10168         an all-new method isn't expected by the caller.
10169
10170         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
10171         and match semantics of gnus-group-real-prefix.
10172
10173 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
10174
10175         * nnmail.el (nnmail-broken-references-mailers): New variable.
10176         (nnmail-ignore-broken-references): New function generalizing
10177         nnmail-fix-eudora-headers.
10178         (nnmail-fix-eudora-headers): Now obsolete.
10179
10180         * gnus-art.el (gnus-button-handle-custom):
10181         Support `customize-apropos*'.
10182
10183 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10184
10185         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
10186
10187         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
10188         articles.
10189
10190 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
10191
10192         * message.el (message-cite-reply-above): New variable.
10193         (message-yank-original): Use it.
10194
10195 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10196
10197         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
10198
10199 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
10200
10201         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
10202         as read.
10203
10204         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
10205
10206 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
10207
10208         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
10209         (gnus-bookmark-default-file): Use gnus-directory.
10210         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
10211         Remove "*" in doc string.
10212         (gnus-bookmark-write-file): Simplify.
10213         (gnus-bookmark-maybe-sort-alist): Use `when'.
10214         (gnus-bookmark-get-bookmark): Fix typo in doc string.
10215         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
10216         Add FIXME about Emacs 21 and XEmacs compatibility.
10217         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
10218         compatibility.
10219         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
10220         compatibility.
10221         (gnus-bookmark-menu-heading): Fix version.
10222
10223 2006-06-19  Bastien Guerry  <bzg@altern.org>
10224
10225         * gnus-bookmark.el: New file.
10226
10227 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10228
10229         * message.el (message-syntax-checks): Doc fix.
10230
10231 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10232
10233         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
10234         unsubscribed groups as if they were killed ones.  It causes duplicate
10235         entries in gnus-newsrc-alist.
10236
10237 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10238
10239         * message.el (message-syntax-checks): Doc fix.
10240         (message-send-mail): Add check for continuation headers.
10241         (message-check-news-header-syntax): Fix regexp used to check for
10242         continuation headers.
10243
10244 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10245
10246         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
10247
10248 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
10249
10250         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
10251
10252 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10253
10254         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
10255         default-truncate-lines.
10256
10257 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10258
10259         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
10260         to fill the utf-8 entry.
10261
10262         * lpath.el: Fbind unicode-precedence-list.
10263
10264 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10265
10266         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10267
10268 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
10269
10270         * gnus-agent.el (directory-files-and-attributes): Move all the way
10271         forward (the third and final move).
10272         (gnus-agent-read-agentview): Trap reconstruction errors due to
10273         nonexistent directory.  Handle by returning nil.
10274
10275 2006-05-30  Didier Verna  <didier@xemacs.org>
10276
10277         * message.el (message-dont-reply-to-names): Update the custom type.
10278         * message.el (message-dont-reply-to-names): New defsubst: potentially
10279         convert a list of regexps into a single one.
10280         * message.el (message-get-reply-headers): Use it.
10281         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
10282
10283 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10284
10285         * gnus-agent.el (directory-files-and-attributes): Move forward.
10286
10287 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10288
10289         * gnus-ml.el (gnus-mailing-list-subscribe)
10290         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
10291         (gnus-mailing-list-message): Fix doc strings.
10292
10293 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10294
10295         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
10296         of doing it manually.
10297
10298 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10299
10300         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
10301         comment.
10302
10303 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
10304
10305         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
10306         (gnus-agent-read-agentview): Fix handling of end-of-file error.
10307         (gnus-agent-read-local): All symbols allocated in my-obarray.
10308         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
10309         (gnus-agent-regenerate-group): Check numeric names to see if they are
10310         messages or groups.
10311         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
10312         better way of do this...)
10313
10314         * gnus-cache.el (gnus-agent-total-fetched-for):
10315         Ignore 'dummy.group' (there should be a better way of do this...)
10316
10317 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10318
10319         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
10320         (gnus-saved-headers): Ditto.
10321         (gnus-default-article-saver): Mention functions may have properties.
10322         (gnus-article-save): Override gnus-save-all-headers and
10323         gnus-saved-headers by :headers property which saver function may have.
10324         (gnus-summary-save-in-file): Add :headers property.
10325         (gnus-summary-write-to-file): Ditto.
10326
10327         * gnus-sum.el (gnus-summary-save-article): Bind
10328         gnus-prompt-before-saving to t when saving many articles in a file;
10329         always show all headers.
10330
10331         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
10332
10333 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10334
10335         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
10336         marks.
10337
10338         * message.el (message-indent-citation): Add optional arguments to allow
10339         using it outside of message buffers.
10340
10341         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
10342         (gnus-article-treat-unfold-headers): Use it.
10343         (gnus-article-truncate-lines): New variable.
10344         (gnus-article-mode): Use it.
10345         (gnus-article-toggle-truncate-lines): New function.
10346
10347         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
10348         Add gnus-article-toggle-truncate-lines.
10349
10350         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
10351         coding system in XEmacs, use binary.
10352
10353 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10354
10355         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
10356         after-load-alist.
10357
10358         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
10359         this function should save decoded articles.
10360         (gnus-summary-write-to-file): Use property to specify this function
10361         should save decoded articles and specify gnus-summary-save-in-file
10362         should be used to save articles other than the first one when saving
10363         many articles.
10364         (gnus-summary-save-body-in-file): Use property to specify this
10365         function should save decoded articles.
10366         (gnus-summary-write-body-to-file): Use property to specify this
10367         function should save decoded articles and specify
10368         gnus-summary-save-body-in-file should be used to save articles other
10369         than the first one when saving many articles.
10370
10371         * gnus-sum.el (gnus-summary-save-article): Simplify.
10372
10373 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10374
10375         * gnus-art.el (gnus-default-article-saver):
10376         Add gnus-summary-write-body-to-file.
10377         (gnus-article-save-coding-system): Don't use coding system object
10378         in XEmacs.
10379         (gnus-read-save-file-name): Add optional `dir-var' argument which
10380         specifies directory in which files are saved; work even if optional
10381         `variable' argument is not specified.
10382         (gnus-summary-write-to-file): Read file name.
10383         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
10384         (gnus-summary-write-body-to-file): New function.
10385
10386         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
10387         (gnus-summary-local-variables): Add it.
10388         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
10389         (gnus-summary-save-article): Remove optional `decode' argument;
10390         determine whether to decode articles by the value of
10391         gnus-default-article-saver; when saving many files using
10392         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
10393         it first and use gnus-summary-save-in-file or
10394         gnus-summary-save-body-in-file thereafter unless
10395         gnus-prompt-before-saving is always; move point to article which
10396         will be saved.
10397         (gnus-summary-save-article-file): Revert.
10398         (gnus-summary-write-article-file): Revert.
10399         (gnus-summary-save-article-body-file): Revert.
10400         (gnus-summary-write-article-body-file): New function.
10401
10402 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10403
10404         * gnus-art.el (gnus-default-article-saver): Doc fix.
10405         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
10406         from gnus-summary-save-article-coding-system, and default to a
10407         certain coding system.
10408         (gnus-output-to-file): Add coding cookie and encode text according
10409         to gnus-article-save-coding-system; don't use mm-append-to-file.
10410
10411         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
10412         gnus-art.el and rename to gnus-article-save-coding-system.
10413         (gnus-summary-save-article): Require gnus-art; don't show all
10414         headers if it decodes articles; don't add coding cookie here;
10415         don't bind mm-text-coding-system-for-write.
10416         (gnus-summary-save-article-file): Save decoded articles.
10417         (gnus-summary-write-article-file): When saving many files, use
10418         gnus-summary-write-to-file first and gnus-summary-save-in-file
10419         thereafter unless gnus-prompt-before-saving is always.
10420         (gnus-summary-save-article-body-file): Save decoded articles.
10421
10422         * lpath.el: Fbind select-safe-coding-system for XEmacs.
10423
10424 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10425
10426         * nnrss.el (nnrss-check-group): Bind hash-index.
10427
10428 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
10429
10430         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
10431         its hash index.  Store this hash in `nnrss-group-data'.
10432         (nnrss-read-group-data): Update accordingly.
10433
10434 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10435
10436         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
10437         entry.
10438
10439         * gnus-sum.el (gnus-summary-make-menu-bar):
10440         Add gnus-article-browse-html-article.
10441
10442 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
10443
10444         * gnus-sum.el (gnus-summary-mime-map):
10445         Add gnus-article-browse-html-article.
10446
10447         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
10448
10449 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10450
10451         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
10452         suitable coding systems in customize.
10453
10454 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
10455
10456         * mail-source.el (mail-sources): Fix custom type.
10457
10458 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
10459
10460         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
10461         (gnus-summary-expire-articles-now): Shorten prompt.
10462
10463         * gmm-utils.el (wid-edit): Require.
10464         (defun-gmm): Rename from `gmm-defun-compat'.
10465         (gmm-image-search-load-path): Use it.
10466         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
10467
10468 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10469
10470         * gnus-sum.el (gnus-summary-save-article-coding-system):
10471         New variable.
10472         (gnus-summary-save-article): Add optional `decode' argument.
10473         If it is set and gnus-summary-save-article-coding-system is non-nil,
10474         save decoded article.
10475         (gnus-summary-write-article-file): Save decoded article if
10476         gnus-summary-save-article-coding-system is non-nil.
10477
10478         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
10479         type.
10480
10481 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10482
10483         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
10484
10485 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10486
10487         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
10488         first to test gnus-single-article-buffer which may be buffer-local.
10489
10490         * gnus-sum.el (gnus-summary-setup-buffer):
10491         Make gnus-single-article-buffer buffer-local and nil in ephemeral
10492         group; make gnus-article-buffer, gnus-article-current, and
10493         gnus-original-article-buffer always buffer-local.
10494         (gnus-summary-exit): Kill article buffer belonging to ephemeral
10495         group.
10496         (gnus-handle-ephemeral-exit): Don't move to next summary line.
10497
10498 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10499
10500         * nnml.el (nnml-request-compact-group): Compressed files might not
10501         have .gz extension.
10502
10503 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10504
10505         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
10506         (mm-copy-to-buffer): Use with-current-buffer.
10507         (mm-display-part): Simplify.
10508         (mm-inlinable-p): Add optional arg `type'.
10509
10510 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10511
10512         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
10513         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
10514         Try harder to show the attachment internally or externally using
10515         gnus-mime-view-part-as-type.
10516
10517 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10518
10519         * message.el (message-from-style, message-signature-separator)
10520         (message-user-organization-file, message-send-mail-function)
10521         (message-citation-line-function, message-yank-prefix)
10522         (message-indent-citation-function, message-signature)
10523         (message-signature-file, message-signature-insert-empty-line):
10524         Remove autoloads.
10525
10526         * gnus-art.el (gnus-buttonized-mime-types):
10527         Remove "multipart/signed".  Revert 2006-04-26 change.
10528
10529 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10530
10531         * gnus.el (gnus-version-number): Bump version.
10532
10533 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10534
10535         * gnus.el: No Gnus v0.5 is released.
10536
10537 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10538
10539         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
10540         fetching articles by message-id.
10541
10542 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10543
10544         * message.el (hashcash): Require hashcash as normal.
10545
10546         * ecomplete.el (ecomplete-highlight-match-line):
10547         Use point-at-eol.
10548         (ecomplete-highlight-match-line): Use `highlight', because that
10549         face exists in both Emacs and XEmacs.
10550
10551         * message.el (message-display-abbrev): Use point-at-bol.
10552
10553         * mail-source.el: Don't require timer/timer-funcs.
10554
10555         * gnus-async.el: Ditto.
10556
10557         * password.el: Ditto.
10558
10559         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
10560
10561         * mm-url.el: Ditto.
10562
10563         * gnus-xmas.el: Don't require timer-funcs.
10564
10565         * mm-util.el: Require timer/timer-funcs.
10566
10567 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10568
10569         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
10570         Close.
10571
10572 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10573
10574         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
10575         unibyte after clear-decrypt function runs.
10576
10577         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
10578         returns as a unibyte string.
10579
10580 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10581
10582         * lpath.el: Revert.
10583
10584         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
10585         (pgg-gpg-process-sentinel): Revert.
10586
10587         * pgg-pgp.el (pgg-pgp-process-region): Revert.
10588         (pgg-pgp-lookup-key): Revert.
10589
10590         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
10591         (pgg-pgp5-lookup-key): Revert.
10592
10593         * pgg.el (pgg-fetch-key): Revert.
10594
10595 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10596
10597         * lpath.el: Fbind string-as-multibyte for XEmacs.
10598
10599         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
10600         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
10601         (mml1991-pgg-encrypt): Ditto.
10602
10603         * pgg-gpg.el (pgg-string-to-multibyte): New function.
10604         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
10605         a multibyte buffer.
10606
10607         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
10608         (pgg-pgp-lookup-key): Ditto.
10609
10610         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
10611         (pgg-pgp5-lookup-key): Ditto.
10612
10613         * pgg.el (pgg-fetch-key): Ditto.
10614
10615 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
10616
10617         * message.el (message-user-organization-file): Check several
10618         locations of the organization file.
10619
10620         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
10621         Add gnus-article-view-part-as-type.
10622
10623         * gnus-art.el (gnus-article-view-part-as-type): New function.
10624
10625         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
10626         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
10627
10628         * mml.el: Simplify autoload.
10629         (mml-mode): defvar dnd-protocol-alist instead of using
10630         symbol-value.
10631         (mml-default-directory): New variable.
10632         (mml-minibuffer-read-file): Use it.
10633         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
10634
10635         * message.el (message-citation-line-format): New variable.
10636         (message-insert-formated-citation-line): New function.
10637         (message-citation-line-function):
10638         Add `message-insert-formated-citation-line' to custom type.
10639
10640         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
10641         to doc string.
10642
10643         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
10644         depending on mm-verify-option.
10645
10646 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10647
10648         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
10649         binding pgg-* variables; reimplement the section which prevents
10650         MIME header from being signed.
10651         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
10652         pgg-text-mode; remove a blank line at the top of body.
10653
10654         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
10655         lines at the top of body; use gnus-newsgroup-charset if there's no
10656         Charset header.
10657
10658 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10659
10660         * message.el (message-self-insert-commands): Doc fix.
10661
10662         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
10663         (mm-uu-pgp-encrypted-test): Ditto.
10664         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
10665         between header and body; return application/pgp-encrypted handle
10666         if decryption failed; decode decrypted body by charset.
10667
10668         * mm-decode.el (mm-automatic-display): Don't make application/pgp
10669         element match to application/pgp-*.
10670
10671 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10672
10673         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
10674         HTML.
10675
10676 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10677
10678         * mail-source.el (mail-source-call-script): Message the error
10679         string.
10680
10681 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10682
10683         * gnus-util.el (gnus-byte-compile): Use it.
10684
10685 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
10686
10687         * gnus-util.el (kill-empty-logs): New function.
10688
10689 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10690
10691         * message.el (message-mail-alias-type): Doc fix.
10692         (message-mail-alias-type-p): New function.
10693         (message-send): Use it.
10694         (message-mode): Ditto.
10695         (message-strip-forbidden-properties): Ditto.
10696
10697         * ecomplete.el (ecomplete-database-file-coding-system):
10698         New variable.
10699         (ecomplete-save): Use it.
10700         (ecomplete-setup): Use it.
10701
10702 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10703
10704         * message.el (message-self-insert-commands): New variable.
10705         (message-strip-forbidden-properties): Use it.
10706
10707 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10708
10709         * message.el (message-put-addresses-in-ecomplete): Use a regexp
10710         that doesn't make XEmacs choke.
10711
10712 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
10713
10714         * gnus-util.el (gnus-replace-in-string):
10715         Prefer replace-regexp-in-string over of replace-in-string.
10716
10717 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10718
10719         * gnus-util.el (gnus-select-frame-set-input-focus):
10720         Use select-frame-set-input-focus if it is available in XEmacs; use
10721         definition defined in Emacs 22 for old Emacsen.
10722
10723         * dgnushack.el: Autoload unmorse-region for XEmacs.
10724
10725         * lpath.el: Bind cursor-in-non-selected-windows and
10726         select-frame-set-input-focus for XEmacs.
10727
10728 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10729
10730         * mm-view.el (mm-inline-text): Use equal instead of equalp.
10731
10732 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
10733
10734         * gnus-registry.el (gnus-registry-cache-save): Remove text
10735         properties when saving via the temp buffer.
10736
10737 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10738
10739         * message.el (message-generate-hashcash): Honor custom type.
10740
10741 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10742
10743         * message.el (message-generate-hashcash): Default to non-nil when
10744         hashcash is found.
10745
10746         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
10747         (gnus-refer-thread-limit): Increase default to 500.
10748
10749         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
10750
10751         * flow-fill.el (fill-flowed): Allow delete-space.
10752
10753 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10754
10755         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10756         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
10757         Remove autoloads.
10758
10759 2006-04-18  Simon Josefsson  <jas@extundo.com>
10760
10761         * message.el (message-generate-hashcash): Default to.
10762
10763 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10764
10765         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10766         concatenating segments rather than before concatenating them.
10767
10768 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10769
10770         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
10771
10772 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10773
10774         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
10775
10776         * message.el (message-forward-make-body-plain):
10777         Allow message-forward-ignored-headers to be a list.
10778         (message-remove-ignored-headers): Factor out into function.
10779         (message-forward-make-body-mml): Use it.
10780
10781         * imap.el (imap-quote-specials): New function.
10782         (imap-login-auth): Quote specials.
10783
10784         * rfc2231.el (rfc2231-parse-string): Remove dead code.
10785         (rfc2231-parse-string): Allow concatanation of parameters that
10786         aren't contiguous.  The test case is
10787           (mail-header-parse-content-type "message/external-body;
10788             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
10789             access-type=LOCAL-FILE;
10790             name*1*=plugh%2fhello-sailor%2fbing.pdf")
10791
10792 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10793
10794         * nntp.el (nntp-accept-process-output): Return the value of
10795         `nnheader-accept-process-output'.
10796
10797 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10798
10799         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
10800         (gnus-button-alist): Recognize more diff formats.
10801         (gnus-button-patch): Strip directory.
10802
10803 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10804
10805         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
10806         Emacs 22 when setting focus.
10807
10808 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10809
10810         * gnus-art.el (gnus-article-treat-types): Do treatment of
10811         text/x-verbatim parts.
10812         (gnus-button-patch): New command.
10813
10814         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
10815         addresses that contain invalid characters.
10816
10817 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10818
10819         * message.el (message-put-addresses-in-ecomplete):
10820         Use gnus-replace-in-string.
10821         (message-is-yours-p): Use the more correct
10822         mail-header-parse-address instead of
10823         mail-extract-address-components.
10824         (message-put-addresses-in-ecomplete): Fix typo.
10825
10826         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
10827         keystroke.
10828
10829         * gnus-art.el (gnus-treatment-function-alist): Change order of
10830         newsgroups/generic header folding to avoid double-folding.
10831
10832         * message.el (message-hidden-headers): Add X-Draft-From.
10833
10834         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
10835         New command.
10836         (gnus-summary-repeat-search-article-backward): New command.
10837
10838         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
10839         groups in the parent topic.
10840
10841 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
10842
10843         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
10844         (spam-extra-header-to-number): Return the CRM114 number as a
10845         number instead of a string.
10846
10847 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10848
10849         * gnus-art.el (gnus-face-properties-alist): Move here from
10850         gnus-fun.
10851
10852         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
10853
10854 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10855
10856         * message.el (message-strip-forbidden-properties): Only display on
10857         self-insert-command.
10858
10859         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
10860         reindent.
10861         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
10862
10863 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
10864
10865         * smiley.el (smiley-style): Fix typo.
10866
10867 2006-03-23  Kenichi Handa  <handa@m17n.org>
10868
10869         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
10870         instead of set-buffer-multibyte.
10871
10872 2006-03-23  Kenichi Handa  <handa@m17n.org>
10873
10874         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10875         buffer and then decode the buffer text if necessary.
10876         (rfc2231-encode-string): Be sure to work on multibyte buffer at
10877         first, and after mm-encode-body, change the buffer to unibyte.
10878
10879 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10880
10881         * hashcash.el (hashcash-insert-payment-async-2):
10882         Use message-goto-eoh instead of doing it manually.
10883         (mail-add-payment): Use message-narrow-to-header instead of trying
10884         to do the same itself.
10885
10886         * message.el (message-hidden-headers): Add Face.
10887
10888         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
10889         reparenting code.
10890         (gnus-summary-reparent-children): Refactored out code.
10891         (gnus-summary-thread-map): New keystroke.
10892         (gnus-summary-reparent-children): Make into command.
10893
10894         * smiley.el (smiley-style): Default to `medium' if using a large
10895         font.
10896
10897         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
10898         does it itself.
10899
10900         * message.el (message-point-in-header-p): Simplify definition.
10901
10902 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10903
10904         * nnagent.el (nnagent-request-set-mark): Silence log file
10905         writing.
10906         (nnagent-request-set-mark): Use write-region instead of
10907         append-to-file.
10908
10909         * gnus-sum.el (gnus-read-header): Fudge article number if using a
10910         strange select method.
10911
10912         * ecomplete.el (ecomplete-display-matches): Get highlightling
10913         right.
10914         (ecomplete-display-matches): Use literals.
10915         (ecomplete-display-matches): Disable message logging.
10916
10917         * message.el (message-display-abbrev): Small optimization.
10918
10919         * ecomplete.el (ecomplete-display-matches): Allow automatic
10920         display.
10921
10922         * message.el (message-strip-forbidden-properties):
10923         Display abbrevs.
10924         (message-display-abbrev): Get automatic display right.
10925
10926         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
10927         keystrokes.
10928
10929 2006-04-13  Romain Francoise  <romain@orebokech.com>
10930
10931         TODO: Backport to v5-10!
10932
10933         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
10934         Move here (and rename) from gnus-registry.el.
10935
10936         * gnus-registry.el: Require gnus-util.
10937         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
10938
10939 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10940
10941         * gnus-group.el (gnus-group-catchup-current):
10942         Change if-then-else-if-then-else into cond.
10943         (gnus-group-catchup): Indent.
10944         (group-name-at-point): New function.
10945         (gnus-fetch-group): Provide default from thing at point.
10946
10947 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10948
10949         * message.el (message-display-abbrev): Fix regexp.
10950
10951         * ecomplete.el (ecomplete-highlight-match-line):
10952         Reimplement choosing.
10953         (ecomplete-highlight-match-line): Fix up code rewrite, remove
10954         dead variables.
10955
10956         * message.el (message-newline-and-indent): Remove debugging.
10957         (message-display-abbrev): Use new implementation.
10958
10959 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
10960
10961         * gnus-art.el (gnus-article-mode):
10962         Set cursor-in-non-selected-windows to nil.
10963
10964         * smiley.el: Revert previous change.
10965         (smiley-data-directory): defvar it before using it in the
10966         defcustom of `smiley-style'.
10967
10968 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10969
10970         * message.el (message-newline-and-indent): New function.
10971
10972         * ecomplete.el: Implement more bits.
10973
10974         * message.el (message-put-addresses-in-ecomplete): Clean up the
10975         string.
10976
10977         * ecomplete.el (ecomplete-add-item): Chop off decimals.
10978
10979         * gnus-sum.el (gnus-summary-save-parts):
10980         Bind gnus-summary-save-parts-counter and use it to make unique file
10981         names.
10982
10983         * gnus-art.el (gnus-ignored-headers): Add some more headers.
10984
10985         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
10986         parameter to say whether to actually parse the individual
10987         addresses.
10988
10989         * message.el (message-put-addresses-in-ecomplete): New function.
10990         (ecomplete): Require.
10991         (message-mail-alias-type): Add ecomplete as an option.
10992
10993 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
10994
10995         * flow-fill.el (fill-flowed): Remove trailing space from blank
10996         quoted lines.
10997
10998 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10999
11000         * smiley.el (smiley-style): Move definition later to avoid a
11001         compilation warning.
11002
11003 2006-04-12  Kenichi Handa  <handa@m17n.org>
11004
11005         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11006         buffer and then decode the buffer text if necessary.
11007         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11008         first, and after mm-encode-body, change the buffer to unibyte.
11009         Use mm-disable-multibyte instead of set-buffer-multibyte.
11010
11011 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11012
11013         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
11014         Content-Type header instead of Content-Disposition header.
11015         (gnus-mime-inline-part): Ditto.
11016         (gnus-mime-view-part-as-charset): Ignore charset that the part
11017         specifies.
11018
11019         * mm-decode.el (mm-display-part): Work with external parts and
11020         usual parts similarly.
11021
11022         * mm-extern.el (mm-inline-external-body): Use mm-display-part
11023         instead of gnus-display-mime.
11024
11025         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
11026         instead of with-temp-buffer.
11027
11028         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
11029         tag to summarized topics part in order to encode non-ASCII text.
11030
11031 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11032
11033         * smiley.el (smiley-style): New variable.
11034         (smiley-directory): New function.
11035         (smiley-data-directory): Derive from `smiley-style' using
11036         `smiley-directory'.
11037         (smiley-regexp-alist): Add new entries.
11038
11039         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
11040         (gnus-article-browse-delete-temp): Add :version.
11041
11042 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
11043
11044         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
11045         the sieve region.
11046
11047 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11048
11049         * gnus.el (gnus-version-number): Bump version.
11050
11051 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11052
11053         * gnus.el: No Gnus v0.4 is released.
11054
11055 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11056
11057         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
11058         layout.
11059
11060         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
11061         unknown charset.
11062
11063         * message.el (message-header-synonyms): Add Original-To to the
11064         default.
11065
11066         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
11067         optional parameter.
11068
11069 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
11070
11071         * gnus-fun.el (gnus): Require it for gnus-directory.
11072
11073 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11074
11075         * gnus-fun.el (gnus-face-properties-alist): Add :version.
11076
11077 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11078
11079         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
11080
11081 2006-04-05  Simon Josefsson  <jas@extundo.com>
11082
11083         * password.el (password-reset): New function.
11084
11085 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11086
11087         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11088         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11089
11090 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11091
11092         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11093         Some whitespace was matched into the url, which broke browsing hits
11094         > 100 when mm-url-use-external was nil.
11095
11096 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11097
11098         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11099         Check gnus-extra-headers for 'Newsgroups.
11100
11101         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
11102         bound.
11103
11104 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
11105
11106         * pgg-gpg.el: Clean up process buffers every time gpg processes
11107         complete.
11108
11109 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
11110
11111         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11112         doc string.
11113
11114 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
11115
11116         * pgg-gpg.el (pgg-gpg-process-filter)
11117         (pgg-gpg-wait-for-completion): Check if buffer is alive.
11118
11119         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11120         lines, temporary fix.
11121
11122 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11123
11124         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
11125
11126 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
11127
11128         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11129         default-enable-multibyte-characters.  This reverts the change from
11130         revision 6.17 which is no longer necessary because the passphrase
11131         is sent separately now.  GnuPG messages are unreadable under
11132         multibyte locales with default-enable-multibyte-characters set to
11133         nil.
11134
11135 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
11136
11137         * message.el (message-tool-bar-gnome): Move "spell".
11138
11139 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
11140
11141         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
11142         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
11143         instead.
11144
11145 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
11146
11147         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11148         Improve newsgroups handling for NNTP overviews which don't include
11149         Newsgroups.
11150
11151 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11152
11153         * message.el (message-resend): Bind message-generate-hashcash to nil.
11154
11155 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11156
11157         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
11158         when searching for already-paid recipients.
11159
11160 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
11161
11162         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11163         passphrases when it is not needed.
11164         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11165         passphrase stuff from gpg, should only be necessary when you use
11166         gpg with a smartcard.
11167
11168 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11169
11170         * mml.el (mml-insert-mime): Ignore cached contents of
11171         message/external-body part.
11172
11173         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
11174         (mm-insert-part): Ditto.
11175
11176 2006-03-23  Simon Josefsson  <jas@extundo.com>
11177
11178         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
11179         Reiner.
11180         (pgg-gpg-use-agent-p): Use it again.
11181
11182 2006-03-23  Simon Josefsson  <jas@extundo.com>
11183
11184         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
11185         older emacsen.
11186         (pgg-gpg-use-agent-p): Don't use it.
11187
11188 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
11189
11190         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
11191         if we can.
11192
11193 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
11194
11195         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11196         (pgg-gpg-update-agent): New function.
11197         (pgg-gpg-use-agent-p): New function.
11198         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11199         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11200         (pgg-gpg-sign-region): Use it.
11201
11202 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11203
11204         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
11205         Reported by Ralf Wachinger <rwachinger@gmx.de>.
11206
11207 2006-03-21  Simon Josefsson  <jas@extundo.com>
11208
11209         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11210         <wilde@sha-bang.de>.
11211         (pgg-gpg-use-agent): New variable.
11212         (pgg-gpg-process-region): Use it.
11213         (pgg-gpg-encrypt-region): Likewise.
11214         (pgg-gpg-encrypt-symmetric-region): Likewise.
11215         (pgg-gpg-decrypt-region): Likewise.
11216         (pgg-gpg-sign-region): Likewise.
11217         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11218
11219 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11220
11221         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
11222
11223         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
11224         Add comment on version.
11225
11226 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
11227
11228         * smiley.el: Add missing test smiley.
11229
11230 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11231
11232         * mm-decode.el (mm-with-part): New macro.
11233         (mm-get-part): Use it; work with message/external-body as well.
11234         (mm-save-part): Treat name and filename equally.
11235
11236         * mm-extern.el (mm-extern-cache-contents): New function.
11237         (mm-inline-external-body): Use it; force the part to be displayed;
11238         move undisplayer added to the cached handle to the parent.
11239
11240         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
11241         (gnus-mime-view-part-as-type): Work with message/external-body.
11242
11243         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
11244
11245 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11246
11247         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
11248         images in image-load-path.  [Sync with image.el, revision 1.60, in
11249         Emacs.]
11250
11251 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11252
11253         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
11254         path rather than symbol.  Always return list of directories.
11255         Guarantee that image directory comes first.  [Sync with image.el,
11256         revision 1.59, in Emacs.]
11257
11258         * message.el (message-make-tool-bar): Adjust to new API of
11259         `gmm-image-load-path-for-library'.
11260
11261         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11262
11263         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11264
11265 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11266
11267         * gnus-art.el (gnus-article-only-boring-p):
11268         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
11269         intangible text.
11270         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
11271
11272 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
11273
11274         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
11275         Use `defun' instead of `gmm-defun-compat'.
11276
11277 2006-03-14  Simon Josefsson  <jas@extundo.com>
11278
11279         * message.el (message-unique-id): Don't use message-number-base36
11280         if (user-uid) is a float.
11281         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
11282
11283 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11284
11285         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
11286
11287         * gnus-art.el (gnus-mime-display-single): Make sure there is an
11288         empty line between a part and a message part.
11289
11290 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
11291
11292         * smiley.el: Add more test smileys.
11293         (smiley-data-directory, smiley-regexp-alist)
11294         (gnus-smiley-file-types): Fix doc strings.
11295         (smiley-update-cache): Clear smiley-cached-regexp-alist before
11296         adding new elements.
11297         (smiley-mouse-map): Unused code.  Make it a comment.
11298
11299 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11300
11301         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
11302         scan latest NoCeM messages instead of old ones.
11303         (gnus-nocem-check-article): Fix regexps so as to match to PGP
11304         delimiters that are recently used.
11305         (gnus-nocem-load-cache): Add autoload cookie.
11306
11307         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
11308
11309         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
11310         level which is larger than gnus-use-nocem is specified.
11311
11312         * gnus-group.el (gnus-group-get-new-news): Ditto.
11313
11314 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
11315
11316         * gnus-util.el (gnus-tool-bar-update): New function.
11317
11318         * gnus-group.el (gnus-group-update-tool-bar): New variable.
11319         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
11320
11321         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
11322
11323         * gnus-group.el (gnus-group-redraw-when-idle)
11324         (gnus-group-redraw-check): Remove.
11325         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
11326
11327 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11328
11329         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
11330         if optional last element is specified in splits (FIELD VALUE...).
11331
11332 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
11333
11334         * message.el (message-make-tool-bar): Rename gmm-image-load-path
11335         to gmm-image-load-path-for-library.  Call with no-error argument.
11336         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
11337
11338         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11339
11340         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11341
11342         * gmm-utils.el (gmm-image-load-path): Remove alias.
11343
11344 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
11345
11346         * gmm-utils.el (gmm-image-load-path): Add alias.
11347
11348         * nnml.el (nnml-generate-nov-databases-directory): Rename from
11349         nnml-generate-nov-databases-1.
11350         (nnml-generate-nov-databases): Use it.
11351         (nnml-generate-nov-databases-directory): Document no-active
11352         argument.
11353
11354         * gmm-utils.el (gmm-image-load-path-for-library): Return single
11355         directory if path is t.  Add no-error.
11356
11357         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
11358         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11359
11360         * gnus-art.el (gnus-article-browse-delete-temp-files):
11361         Simplify resetting gnus-article-browse-html-temp-list.
11362
11363         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
11364         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
11365         Add example to docstring.  Rename local variables.  Move error
11366         checks to default case in cond and simplify.
11367
11368 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11369
11370         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
11371         handle is multipart when calling it recursively.
11372         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
11373
11374 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
11375
11376         * nnimap.el (nnimap-request-update-info-internal): Optimize.
11377         Don't `gnus-uncompress-range' to avoid excessive memory usage.
11378
11379 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11380
11381         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
11382         is loaded.
11383
11384         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
11385         loaded.
11386
11387 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11388
11389         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
11390         to "Emacs 23 (unicode)" in doc string.
11391
11392         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
11393         "Emacs 23 (unicode)" in comment.
11394
11395 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11396
11397         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
11398
11399         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
11400         characters 160 through 255 in Emacs 23.
11401
11402 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11403
11404         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
11405         gnus-article-browse-html-temp.
11406         (gnus-article-browse-delete-temp): Make it customizable.
11407         Add `file'.  Adjust doc string.
11408         (gnus-article-browse-delete-temp-files): Add argument.
11409         Allow query for each file.  Adjust doc string.
11410         (gnus-article-browse-html-parts):
11411         Add `gnus-article-browse-delete-temp-files' to
11412         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
11413
11414 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
11415
11416         * gnus-art.el (gnus-article-browse-html-temp)
11417         (gnus-article-browse-delete-temp): New variables.
11418         (gnus-article-browse-delete-temp-files): New function.
11419         (gnus-article-browse-html-parts): Use it.
11420
11421 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11422
11423         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
11424
11425         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
11426         string.
11427
11428         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
11429         gnus-summary-insert-new-articles when unplugged.
11430         Remove gnus-summary-search-article-forward.
11431
11432         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
11433         display-visual-class instead of display-color-cells.
11434
11435 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11436
11437         * dgnushack.el: Autoload customize-group for XEmacs.
11438
11439         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
11440         message/* containing non-ASCII text properly.
11441
11442 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11443
11444         * message.el: Require gmm-utils, remove autoloads.
11445         (message-tool-bar): Set default based on
11446         gmm-tool-bar-style.
11447         (message-tool-bar-gnome): Add gmm-customize-mode.
11448
11449         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
11450         gmm-tool-bar-style.
11451         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
11452
11453         * gnus-group.el (gnus-group-tool-bar): Set default based on
11454         gmm-tool-bar-style.
11455         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
11456
11457         * gmm-utils.el (gmm-image-directory): Rename variable from
11458         gmm-image-load-path.
11459         (gmm-image-load-path): Use gmm-image-directory.
11460         (gmm-customize-mode): New function.
11461         (gmm-tool-bar-style): New variable.
11462
11463         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
11464         gnus-group-redraw-line-number.
11465         (gnus-group-redraw-check): Simplify.
11466         (gnus-group-tool-bar-update): Remove redraw check.
11467         (gnus-group-make-tool-bar): Add redraw check.
11468
11469 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
11470
11471         * gnus-art.el (gnus-button): Add missing parentheses.
11472
11473 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11474
11475         * lpath.el: Fbind line-number-at-pos.
11476
11477 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11478
11479         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
11480
11481 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11482
11483         * gnus-art.el (gnus-button): New face.
11484         (gnus-article-button-face): Use it.
11485
11486         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11487         Add gnus-summary-next-page.  Re-order.
11488
11489         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
11490         next-node are now included.
11491         (gnus-group-redraw-line-number): New internal variable.
11492         (gnus-group-redraw-check): Helper function for updating the tool
11493         bar.
11494         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
11495
11496         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
11497
11498         * spam.el (spam-spamassassin-score-regexp): New internal variable.
11499         (spam-extra-header-to-number, spam-check-spamassassin-headers):
11500         Use it to match format of Spamassassin 3.0 and later.
11501         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
11502         (spam-check-bogofilter)
11503         (spam-bogofilter-register-with-bogofilter): Fix args of
11504         `gnus-error' calls.
11505
11506 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11507
11508         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
11509         unnecessary interaction when sending queued mails.
11510         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
11511
11512 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
11513
11514         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
11515         first or last are nil.
11516
11517 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11518
11519         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
11520
11521 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11522
11523         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
11524
11525 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11526
11527         * dns.el (query-dns): Protect more against buggy tcp output.
11528
11529 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11530
11531         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
11532         nov.php.
11533
11534 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11535
11536         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
11537         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
11538         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
11539         output on the server side.
11540         (nnweb-google-create-mapping): Update regexps and add some
11541         progress indication.
11542
11543 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
11544
11545         * gnus-group.el (gnus-group-tool-bar-gnome):
11546         Fix gnus-agent-toggle-plugged.  Re-order icons.
11547         (gnus-group-tool-bar-gnome):
11548         Add gnus-group-{prev,next}-unread-group.
11549         (gnus-group-tool-bar-gnome): Re-order icons.
11550
11551         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11552         Move gnus-summary-insert-new-articles.
11553
11554         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
11555         Fix comments.
11556
11557         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
11558         also available in Emacs 21.3.
11559
11560         * message.el (message-fix-before-sending): Change "Emacs 22" to
11561         "Emacs 23 (unicode)" in comment.
11562
11563         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
11564         "Emacs 23 (unicode)" in comment.
11565
11566         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
11567         comment.
11568         (mm-coding-system-p): Add comment about no-MULE XEmacs.
11569
11570         * mm-view.el (mm-fill-flowed): Add :version.
11571
11572 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11573
11574         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
11575         and load-path.
11576
11577 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
11578
11579         * message.el: Autoload gmm-image-load-path.
11580         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
11581         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
11582         consitency.
11583
11584         * gmm-utils.el (gmm-image-load-path): Also search in
11585         "../etc/images".  Don't set gmm-image-load-path if we don't find
11586         the image.
11587
11588 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11589
11590         * gmm-utils.el (gmm-image-load-path): Don't make
11591         `gmm-image-load-path' include subdirectories which the second arg
11592         `image' might specify.
11593
11594         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
11595         subdirectory to icon file names.
11596
11597         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
11598
11599 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11600
11601         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
11602         gmm-image-load-path calls.
11603
11604         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11605
11606         * message.el (message-make-tool-bar): Ditto.
11607
11608         * mml.el (mml-preview): Add comment concerning tool bar icons.
11609
11610         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
11611         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
11612
11613         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
11614         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
11615
11616         * message.el (message-tool-bar-gnome): Use new icon names.
11617         (message-make-tool-bar): Use `gmm-image-load-path'.
11618
11619         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
11620         New functions from MH-E.
11621         (gmm-image-load-path): New variable from MH-E.
11622         (gmm-image-load-path): New function from MH-E.  Add arguments
11623         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
11624         *-image-load-path-called-flag.
11625
11626 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
11627
11628         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
11629
11630 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
11631
11632         * nnimap.el (nnimap-request-move-article): Change folder back to
11633         source group before deleting.
11634
11635 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
11636
11637         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
11638
11639         * gnus-art.el (mm-url-insert-file-contents-external):
11640         Autoload mm-url.
11641
11642         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
11643
11644 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11645
11646         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
11647         coding system which mm-charset-to-coding-system returns for a
11648         given charset is valid.
11649
11650 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
11651
11652         * html2text.el (html2text-remove-tag-list):
11653         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
11654
11655 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
11656
11657         * gnus-cus.el: Revert 2005-10-17 change.
11658
11659 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11660
11661         * gnus-art.el (article-strip-banner):
11662         Call article-really-strip-banner only when the regexp match is made.
11663
11664 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11665
11666         * gnus-art.el (article-strip-banner):
11667         Use gnus-extract-address-components instead of
11668         mail-header-parse-addresses to make it work with non-ASCII text;
11669         remove mail-encode-encoded-word-string.
11670
11671         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
11672         values which are surrounded with \"...\"; make it never cause a
11673         Lisp error; give up parsing of parameters if it failed in
11674         extracting type.
11675
11676 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
11677
11678         * smime.el (smime-cert-by-ldap-1): Fix bug where
11679         `smime-ldap-search' returns results without userCertificates.
11680
11681 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11682
11683         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
11684
11685 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11686
11687         * spam.el (spam-check-spamassassin-headers): Adapt format for
11688         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
11689         <ari@mbf.ocn.ne.jp>.
11690         (spam-list-of-processors): Add spam-use-gmane.
11691
11692 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11693
11694         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
11695         make-temp-file; make it work with XEmacs as well.
11696
11697         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
11698         mm-make-temp-file.
11699
11700         * mm-decode.el (mm-display-external): Use the 3rd arg of
11701         mm-make-temp-file.
11702         (mm-create-image-xemacs): Ditto.
11703
11704 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11705
11706         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
11707         with message-narrow-to-headers.
11708         (gnus-draft-setup): Narrow to header to run message-fetch-field.
11709         (gnus-draft-check-draft-articles): New function.
11710         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
11711
11712 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11713
11714         * gnus-art.el (gnus-article-browse-html-parts):
11715         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
11716         Don't use suffix argument for mm-make-temp-file for Emacs 21
11717         compatibility.  Remove useless `format'.
11718
11719 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11720
11721         * nnweb.el (nnweb-google-wash-article): Update regexps.
11722         (nnweb-group-alist): Use defvoo instead of defvar.
11723
11724 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11725
11726         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
11727         re-loading nn* modules.
11728
11729 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
11730
11731         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
11732         for `tool-bar-mode' and don't check it's default-value.
11733
11734         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11735
11736         * message.el (message-make-tool-bar): Ditto.
11737
11738         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
11739         `substring'.  Shorten tmp-file name.
11740
11741         * gnus.el: Remove bogus comment.
11742
11743 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
11744
11745         * gnus-art.el (gnus-article-browse-html-parts): New function.
11746         (gnus-article-browse-html-article): New function for viewing html
11747         articles with a browser.
11748
11749 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
11750
11751         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
11752         in elisp.
11753         (pgg-gpg-encrypt-symmetric-region): Ditto.
11754         (pgg-gpg-sign-region): Ditto.
11755
11756         * pgg-def.el (pgg-text-mode): New variable.
11757
11758         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
11759         (mml2015-pgg-encrypt): Ditto.
11760
11761         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
11762         (mml1991-pgg-encrypt): Ditto.
11763
11764 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11765
11766         * nnfolder.el (nnfolder-insert-newsgroup-line):
11767         Use message-make-date instead of current-time-string.
11768
11769         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
11770         to gnus-decoded which mm-uu might set.
11771
11772 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11773
11774         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
11775         don't decode quoted parameters; remove misimported Emacs code.
11776         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11777         (rfc2231-decode-encoded-string): Don't use split-string which
11778         behaves differently according to Emacs version; use
11779         mm-decode-coding-region to convert charset to coding-system.
11780         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11781         (rfc2231-encode-string): Remove misimported Emacs code.
11782
11783 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11784
11785         * gnus-art.el (article-decode-charset): Don't use ignore-errors
11786         when calling mail-header-parse-content-type.
11787         (article-de-quoted-unreadable): Ditto.
11788         (article-de-base64-unreadable): Ditto.
11789         (article-wash-html): Ditto.
11790
11791         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
11792         calling mail-header-parse-content-type and
11793         mail-header-parse-content-disposition.
11794         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
11795         mail-header-parse-content-type.
11796
11797         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
11798         insert charset and format parameters; encode description after
11799         inserting it to buffer.
11800         (mml-insert-parameter): Fold lines properly even if a parameter is
11801         segmented into two or more lines; change the max column to 76.
11802
11803         * rfc1843.el (rfc1843-decode-article-body): Don't use
11804         ignore-errors when calling mail-header-parse-content-type.
11805
11806         * rfc2231.el (rfc2231-parse-string): Return at least type if
11807         possible; don't cause an error even if it fails in parsing of
11808         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11809         (rfc2231-encode-string): Don't break lines at the beginning, leave
11810         it to mml-insert-parameter.
11811
11812         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
11813         calling mail-header-parse-content-type.
11814
11815 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
11816
11817         * spam-report.el (spam-report-gmane-use-article-number):
11818         Improve doc string.
11819         (spam-report-gmane-internal): Check if a suitable header was found
11820         in the article.
11821
11822 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11823
11824         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
11825         (rfc2231-encode-string): Make param*=value always begin with LWSP.
11826
11827 2006-02-05  Romain Francoise  <romain@orebokech.com>
11828
11829         Update copyright notices of all files in the gnus directory.
11830
11831 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11832
11833         * nnweb.el (nnweb-request-group): Avoid growing overview files.
11834
11835 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11836
11837         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
11838         segmented lines of parameter value to cope with Thunderbird 1.5
11839         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
11840         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11841         (rfc2231-encode-string): Don't make lines exceeding 76 column.
11842
11843 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
11844
11845         * mml.el (mml-generate-mime-1): Correct the order of inline signed
11846         parts.
11847
11848 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11849
11850         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
11851         there's only one active file for all servers.
11852         (nnweb-request-scan): Make sure nnweb-articles is initialized on
11853         solid groups.  Gnus might have used a FAST request to select the group.
11854         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
11855         and nnweb-search redundantly in the active file.
11856         (nnweb-request-list): Don't list bogus groups.  There can only be one.
11857         (nnweb-request-create-group): Don't use ARGS.
11858         (nnweb-possibly-change-server, nnweb-request-group): Remove some
11859         initialisations.  Let nnoo do the work.
11860
11861 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11862
11863         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
11864         Say the part has been decoded.
11865
11866         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
11867
11868 2006-01-31  Kevin Ryde  <user42@zip.com.au>
11869
11870         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
11871         mailcap-viewer-test-cache when there's no 'test clause, since that
11872         will invert the meaning of a "nil" test previously determined by
11873         mailcap-mailcap-entry-passes-test.
11874
11875 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11876
11877         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
11878         compiling.
11879
11880         * gnus-sum.el: Ditto.
11881
11882         * message.el: Don't bind tool-bar-map when compiling.
11883
11884 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
11885
11886         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
11887
11888 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11889
11890         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
11891         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
11892         current Google Groups.
11893
11894 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
11895
11896         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
11897         and tool-bar-mode.
11898
11899         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
11900         and tool-bar-mode.
11901
11902         * message.el (message-tool-bar-update): Simplify.
11903         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
11904
11905         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
11906         gnus-summary-buffer.
11907         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
11908         gnus-summary-reply.
11909
11910         * gmm-utils.el (gmm): Add :version.
11911
11912 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11913
11914         * Makefile.in (clean): New rule.
11915         (distclean): Use it.
11916
11917 2006-01-26  Steve Youngs  <steve@sxemacs.org>
11918
11919         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
11920         Don't autoload.
11921
11922 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11923
11924         * gmm-utils.el (gmm-verbose): Add :group.
11925
11926 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
11927
11928         * message.el: Change some comments WRT tool-bars.
11929
11930         * gnus-sum.el (gnus-summary-tool-bar)
11931         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
11932         (gnus-summary-tool-bar-zap-list): New variables.
11933         (gnus-summary-make-tool-bar): Complete rewrite using
11934         `gmm-tool-bar-from-list'.
11935
11936         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
11937         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
11938         New variables.
11939         (gnus-group-make-tool-bar): Complete rewrite using
11940         `gmm-tool-bar-from-list'.
11941         (gnus-group-tool-bar-update): New function.
11942
11943         * message.el (message-mode-field-menu): Add "Show hidden Headers".
11944
11945 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11946
11947         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
11948         is dissected into a single part of which the type is the same as
11949         the given one; decode charset.
11950
11951 2006-01-21  Kevin Ryde  <user42@zip.com.au>
11952
11953         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
11954         into alists as symbol not string, since that's what
11955         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
11956         look for.
11957
11958 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
11959
11960         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
11961         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
11962
11963         * message.el (message-tool-bar-gnome): Use gmm-ignore.
11964
11965 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11966
11967         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
11968         (gnus-xmas-mime-security-button-menu): New function.
11969
11970         * gnus-art.el (gnus-mime-security-button-commands): New variable.
11971         (gnus-mime-security-button-menu): New definition.
11972         (gnus-mime-security-button-map): Use them.
11973         (gnus-mime-security-button-menu): New function.
11974         (gnus-insert-mime-security-button): Addition to help echo.
11975         (gnus-mime-security-run-function, gnus-mime-security-save-part)
11976         (gnus-mime-security-pipe-part): New functions.
11977
11978         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
11979         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
11980
11981         * mm-decode.el (mm-handle-set-disposition): Remove.
11982         (mm-handle-set-description): Remove.
11983
11984 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11985
11986         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
11987         (mm-w3m-standalone-supports-m17n-p): New function.
11988         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
11989         w3m usage.
11990
11991         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
11992         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
11993
11994 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11995
11996         * message.el (message-tool-bar-zap-list):
11997         Use gmm-tool-bar-zap-list as custom type.
11998         (message-tool-bar-update): New function.
11999         (message-tool-bar, message-tool-bar-gnome)
12000         (message-tool-bar-retro): Add message-tool-bar-update.
12001         (message-tool-bar-gnome): Add flyspell-buffer.
12002
12003         * gnus-util.el (gnus-error): Describe `args'.
12004
12005         * gmm-utils.el (gmm-error): Describe `args'.
12006         (gmm-tool-bar-zap-list): New widget.
12007         (gmm-tool-bar-from-list): Improve description of `zap-list'.
12008
12009 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12010
12011         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
12012         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
12013         the number of recursive calls.
12014
12015         * mm-decode.el (mm-handle-set-disposition): New macro.
12016         (mm-handle-set-description): New macro.
12017
12018 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12019
12020         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
12021         encoding.
12022
12023 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12024
12025         * message.el (message-tool-bar-zap-list, message-tool-bar)
12026         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
12027         (message-tool-bar-local-item-from-menu): Remove.
12028         (message-tool-bar-map): Replace by `message-make-tool-bar'.
12029         (message-make-tool-bar): New function.
12030         (message-mode): Use `message-make-tool-bar'.
12031
12032         * gmm-utils.el: New file.
12033         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
12034         (gmm-lazy): New widget copied from `nnmail.el'.
12035         (gmm-tool-bar-from-list): New function for creating customizable
12036         tool bars.
12037         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
12038         output.
12039         (gmm): Add :prefix to defgroup.
12040
12041 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
12042
12043         * gmm-utils.el (gmm-widget-p): New function.
12044
12045 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12046
12047         * mml.el (mml-attach-file): Describe `description' in doc string.
12048         (mml-menu): Add Emacs MIME manual and PGG manual.
12049
12050 2006-01-20  Richard M. Stallman  <rms@gnu.org>
12051
12052         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
12053
12054 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
12055
12056         * nntp.el (nntp-end-of-line): Doc fix.
12057
12058 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
12059
12060         * imap.el (imap-open): Handle case where buffer is a buffer
12061         object.
12062
12063 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12064
12065         * gnus-delay.el (gnus-delay): Don't autoload.
12066         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12067         to be re-loaded when customizing the `gnus-delay' group.
12068
12069 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
12070
12071         * message.el (message-insert-citation-line): Use newlines.
12072
12073 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12074
12075         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
12076         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
12077         these routines, so the passphrase can be managed externally and
12078         passed in to the system.
12079         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
12080         pgg-add-passphrase-to-cache function.
12081
12082         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
12083         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
12084         these routines, so the passphrase can be managed externally and
12085         passed in to the system.
12086         (pgg-pgp5-sign-region): Use new name of
12087         pgg-add-passphrase-to-cache function.
12088
12089 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12090
12091         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12092         part of the decoded armor to find the key-identifier.
12093         (pgg-gpg-lookup-key-owner): New function to return the
12094         human-readable identifier of a key owner.
12095         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
12096         itself.
12097         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
12098         the key value) if we have a key and can match it against a secret
12099         key.  Also, added a note pointing out fact that the prompt only
12100         indicates the first matching key.
12101
12102         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
12103         pgg-decrypt-region.
12104         (pgg-add-passphrase-to-cache): Rename from
12105         `pgg-add-passphrase-cache' to reduce confusion (all callers
12106         changed).
12107         (pgg-remove-passphrase-from-cache): Rename from
12108         `pgg-remove-passphrase-cache' to reduce confusion (all callers
12109         changed).
12110         (pgg-read-passphrase, pgg-add-passphrase-cache)
12111         (pgg-remove-passphrase-cache): Add informative docstrings.
12112         (pgg-decrypt): Convey provided passphrase in subordinate call to
12113         pgg-decrypt-region.
12114
12115 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
12116
12117         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12118         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12119         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12120         'passphrase' argument, so the passphrase can be managed externally
12121         and then passed in to the system.
12122
12123         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12124         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
12125         so the passphrase cache can be used reliably with identifiers
12126         besides a pgp packet's key id.
12127
12128         * pgg-gpg.el (pgg-gpg-encrypt-region)
12129         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12130         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
12131         these routines, so the passphrase can be managed externally and
12132         passed in to the system.
12133
12134         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
12135         'notruncate' argument, so the passphrase cache can be used
12136         reliably with identifiers besides a pgp packet's key id.
12137
12138 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
12139
12140         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12141         symmetric encryption.
12142         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12143         encrypted session key.
12144         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12145         message ask for the passphrase in a proper way.
12146
12147         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12148         New user commands for symmetric encryption.
12149
12150 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12151
12152         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
12153
12154         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
12155
12156 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
12157
12158         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
12159
12160 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12161
12162         * mm-decode.el (mm-inlined-types): Add application/pgp.
12163         (mm-automatic-display): Ditto.
12164
12165         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
12166         part as text.
12167
12168 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12169
12170         * nnrss.el: Update copyright.
12171         (nnrss-opml-import): Query whether to subscribe to each entry.
12172
12173         * gnus-art.el:
12174         * gnus-sum.el:
12175         * gnus-xmas.el:
12176         * messagexmas.el:
12177         * mm-uu.el:
12178         * mm-view.el: Update copyright.
12179
12180 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
12181
12182         * message.el (message-info): New function.
12183         (message-mode-menu): Add it.
12184         Update copyright.
12185
12186         * ChangeLog: Fix and update copyright.
12187
12188 2006-01-13  Romain Francoise  <romain@orebokech.com>
12189
12190         * message.el (message-forward-subject-name-subject): Prefer the
12191         address to 'nowhere' if the sender has no name.
12192         Fix typo.  Update copyright year.
12193
12194 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12195
12196         * gnus-art.el (article-wash-html):
12197         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
12198         (gnus-article-wash-html-with-w3m-standalone): New function.
12199
12200         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
12201         mm-inline-text-html-render-with-w3m-standalone.
12202         (mm-text-html-washer-alist): Map w3m-standalone to
12203         gnus-article-wash-html-with-w3m-standalone.
12204         (mm-inline-text-html-render-with-w3m-standalone): New function.
12205
12206 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12207
12208         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
12209         Improve LaTeX.
12210
12211 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12212
12213         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
12214         (nnrss-request-article): Render text/plain parts as HTML.
12215
12216         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
12217         the buffer.
12218
12219 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12220
12221         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
12222         custom definition of `gnus-posting-styles'.
12223
12224         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
12225         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
12226
12227 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12228
12229         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
12230         Use nntp for bug archive.
12231
12232 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12233
12234         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
12235         parts.
12236         (nnrss-normalize-date): New function converts ISO 8601 date into
12237         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12238         (nnrss-check-group): Use it.
12239
12240 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12241
12242         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
12243
12244         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
12245         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12246         (nnrss-insert-w3): Ditto.
12247
12248 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12249
12250         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
12251         the articles to be forwarded including the case where neither a
12252         number of articles nor a region is specified.
12253
12254 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12255
12256         * nnrss.el (nnrss-request-article): Fix last change; fill
12257         text/plain parts.
12258
12259 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12260
12261         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
12262         in text/plain part.
12263         (nnrss-check-group): Don't add excessive newline to dc:subject.
12264
12265 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
12266
12267         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
12268         article.
12269
12270 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12271
12272         * nnml.el: Don't require gnus-bcklg.  Autoload it.
12273         (nnml-use-compressed-files, nnml-save-mail): Support other
12274         comression programs such as bzip2.
12275
12276 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12277
12278         * dns.el (query-dns): Make sure we check the buffer size before
12279         removing tcp headers.
12280
12281 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12282
12283         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
12284         remove MIME buttons associated with multipart/alternative parts.
12285         (gnus-mime-display-alternative): Tag buttons using `article-type'
12286         text property.
12287
12288         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
12289         associated with multipart/alternative parts.
12290
12291         * gnus-art.el (gnus-signature-separator): Fix custom type.
12292
12293         * mm-decode.el (mm-inlined-types): Fix custom type.
12294         (mm-keep-viewer-alive-types): Ditto.
12295         (mm-automatic-display): Ditto.
12296         (mm-attachment-override-types): Ditto.
12297         (mm-inline-override-types): Ditto.
12298         (mm-automatic-external-display): Ditto.
12299
12300 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12301
12302         * spam-report.el (spam-report-user-mail-address)
12303         (spam-report-user-agent): New variables.
12304         (spam-report-url-ping-plain): Use spam-report-user-agent.
12305
12306 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
12307
12308         * gnus-art.el (gnus-button-handle-custom): Do not just use
12309         `customize-apropos' for any "M-x customize-*" button but the
12310         function called for.  Accept both the function name and its
12311         argument in order to achieve this.
12312         (gnus-button-alist): Remove support for "custom:" URL's.
12313         Pass function name to `gnus-button-handle-custom' in case of "M-x
12314         customize-*" buttons.
12315
12316 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12317
12318         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
12319         multipart/alternative and add xref to mm-discouraged-alternatives
12320         in doc string.
12321
12322         * mm-decode.el (mm-discouraged-alternatives): Add xref to
12323         gnus-buttonized-mime-types in doc string.
12324
12325 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
12326
12327         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
12328         Suggest image/.* in the doc string.
12329
12330 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12331
12332         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
12333         message-marks (Debian bug #342521).
12334
12335 2005-12-12  Simon Josefsson  <jas@extundo.com>
12336
12337         * password.el (password-read-from-cache): Add.
12338         (password-read): Use it.
12339
12340 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12341
12342         * rfc2047.el (rfc2047-charset-to-coding-system):
12343         Recognize us-ascii as a MIME charset.
12344
12345         * mm-bodies.el (mm-decode-content-transfer-encoding):
12346         Protect against the case where the 2nd arg TYPE is nil.
12347
12348 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12349
12350         * pop3.el (pop3-stream-type): Fix custom version.
12351
12352         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
12353
12354 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12355
12356         * mm-decode.el (mm-display-external): Add missing cdr.
12357
12358 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12359
12360         * mm-decode.el (mm-display-external): Use nametemplate (defined in
12361         RFC1524) if it is in mailcap or add a suffix according to
12362         mailcap-mime-extensions when generating a temp filename; postpone
12363         deleting a temp file for 2 seconds for some wrappers, shell
12364         scripts, and so on, which might exit right after having started a
12365         viewer command as a background job.
12366
12367 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12368
12369         * nntp.el (nntp-marks-directory): Fix custom group.
12370
12371         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
12372         steps when < 10.
12373
12374         * gnus-start.el (gnus-no-server-1):
12375         Mention `gnus-level-default-subscribed' in doc string.
12376
12377 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12378
12379         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
12380         parens.
12381
12382 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12383
12384         * gnus-xmas.el (gnus-use-toolbar): Revert.
12385         (gnus-xmas-setup-toolbar): Use global default-toolbar if
12386         gnus-use-toolbar is default.
12387
12388         * messagexmas.el (message-use-toolbar): Revert.
12389         (message-setup-toolbar): Use global default-toolbar if
12390         message-use-toolbar is default.
12391
12392 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12393
12394         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
12395         according to default-toolbar-visible-p.
12396
12397         * messagexmas.el (message-use-toolbar): Ditto.
12398
12399 2005-11-26  Dave Love  <fx@gnu.org>
12400
12401         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
12402         (tls-program, tls-success): Provide openssl alternative.
12403
12404         * starttls.el: Doc fixes.
12405         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
12406         SERVICE to PORT.
12407
12408         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
12409         port null or service name.
12410         (starttls-negotiate): Autoload.
12411
12412 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12413
12414         * message.el (message-kill-to-signature): Fix interactive spec.
12415
12416 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12417
12418         * pop3.el (pop3-open-server): Recognize a string as a service name.
12419
12420 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
12421
12422         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
12423
12424 2005-11-23  Dave Love  <fx@gnu.org>
12425
12426         Add pop3s, pop3/starttls.
12427
12428         * pop3.el (pop3-authentication-scheme): Clarify doc.
12429         (open-tls-stream, starttls-open-stream): Autoload.
12430         (pop3-stream-type): New.
12431         (pop3-open-server): Use it.
12432
12433         * mail-source.el (mail-sources): Fix some :types.  Add stream type
12434         for POP.
12435         (mail-source-keyword-map): Add :stream for POP.
12436         (mail-source-fetch-pop): Use pop3-stream-type.
12437
12438 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12439
12440         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
12441         of current-time-string.
12442
12443 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
12444
12445         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
12446         date header.
12447
12448 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12449
12450         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
12451         it can seriously impact performance as it bypasses the agent's
12452         local caches.
12453
12454 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12455
12456         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
12457         must be explicitly online rather than "not explicitly offline" for
12458         its flags to be synchronized.
12459
12460         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
12461         that gnus-uu-unmark-thread will function correctly.
12462
12463         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
12464         1024K is instead displayed as 1M.
12465
12466 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12467
12468         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
12469
12470 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
12471
12472         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
12473
12474 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
12475
12476         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
12477         error message to display actual error condition.
12478         (gnus-agent-save-local): Avoid saving symbols that are bound to
12479         nil as they simply result in a warning message in
12480         gnus-agent-read-local.
12481
12482 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12483
12484         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
12485         rather than make-variable-buffer-local for file-precious-flag.
12486
12487 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12488
12489         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
12490         for duplicates which are removed.  The invalid sort check then
12491         triggers a rescan after the sort as sorting may have moved
12492         duplicate entries such that they can be cheaply detected.
12493
12494 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12495
12496         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
12497
12498 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12499
12500         * gnus-agent.el (gnus-agent-article-alist-save-format):
12501         Change internal variable to a custom variable.  Change default value
12502         from compressed(2) to uncompressed(1).
12503         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
12504         support for uncompressed agentview files.  Taken together, reading
12505         the agentview file should now be 6-7 times faster.
12506
12507 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12508
12509         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
12510         as a buffer-local variable.  This avoids creating truncated
12511         dribble files as a result of a hang up, eg.
12512
12513 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
12514
12515         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
12516         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
12517         XEmacs.
12518
12519 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12520
12521         * gnus-start.el (gnus-start-draft-setup):
12522         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
12523
12524         * gnus.el (gnus-splash): Change custom group.
12525         (gnus-group-get-parameter, gnus-group-parameter-value):
12526         Describe allow-list argument.
12527
12528         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
12529         string.
12530
12531 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12532
12533         * gnus-art.el (gnus-default-article-saver): Add user-defined
12534         `function' to custom type.
12535
12536 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12537
12538         * imap.el (imap-open): Handle case where buffer is a buffer
12539         object.
12540
12541 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12542
12543         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
12544         long lines.
12545         (gnus-cache-delete-group): Wrap doc strings.
12546
12547         * gnus-agent.el (gnus-agent-rename-group)
12548         (gnus-agent-delete-group): Wrap doc strings.
12549
12550 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12551
12552         * messagexmas.el (message-use-toolbar): Change the valid values
12553         into default, top, bottom, left, and right.
12554         (message-toolbar-thickness): New variable.
12555         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
12556         well.
12557         (message-setup-toolbar): Make it work.
12558
12559         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
12560         (gnus-use-toolbar): Change the valid values into default, top,
12561         bottom, left, and right.
12562         (gnus-toolbar-thickness): New variable.
12563         (gnus-xmas-setup-toolbar): New function.
12564         (gnus-xmas-setup-group-toolbar): Use it.
12565         (gnus-xmas-setup-summary-toolbar): Use it.
12566
12567 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12568
12569         * gnus-start.el (gnus-1): Add "native" to
12570         gnus-predefined-server-alist.
12571
12572         * gnus.el (gnus-method-to-server): Don't add "native" to the
12573         lists here, because that leads to problems when
12574         gnus-select-method is bound.
12575
12576 2005-11-09  Simon Josefsson  <jas@extundo.com>
12577
12578         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
12579         use (not sort-by-date) instead.
12580
12581 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12582
12583         * gnus-delay.el (gnus-delay-group): Don't autoload.
12584         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12585         to be re-loaded when customizing the `gnus-delay' group.
12586
12587 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
12588
12589         * message.el: Revert last changes.
12590         (message-insert-citation-line): Use newlines.
12591
12592 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
12593
12594         * message.el (message-courtesy-message)
12595         (message-mark-insert-begin, message-mark-insert-end)
12596         (message-elide-ellipsis, message-cancel-message)
12597         (message-add-header, message-change-subject)
12598         (message-cross-post-followup-to-header)
12599         (message-cross-post-insert-note, message-reduce-to-to-cc)
12600         (message-widen-reply, message-delete-not-region)
12601         (message-kill-to-signature, message-insert-signature)
12602         (message-insert-importance-high, message-insert-importance-low)
12603         (message-insert-or-toggle-importance)
12604         (message-insert-disposition-notification-to)
12605         (message-indent-citation, message-yank-original)
12606         (message-cite-original-without-signature, message-cite-original)
12607         (message-insert-citation-line, message-position-on-field)
12608         (message-fix-before-sending, message-send-mail-partially)
12609         (message-send-mail, message-send-mail-with-sendmail)
12610         (message-send-mail-with-qmail, message-send-news)
12611         (message-check-news-header-syntax, message-generate-headers)
12612         (message-insert-courtesy-copy, message-fill-address)
12613         (message-fill-header, message-shorten-references)
12614         (message-setup-1, message-cancel-news)
12615         (message-forward-make-body-plain, message-forward-make-body-mime)
12616         (message-forward-make-body-mml, message-encode-message-body)
12617         (message-forward-make-body-digest-plain)
12618         (message-forward-make-body-digest-mime)
12619         (message-use-alternative-email-as-from): Insert `hard-newline'
12620         instead of ordinary newlines.
12621
12622 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12623
12624         * message.el (message-generate-headers): Downcase the argument
12625         given to message-check-element.
12626
12627 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
12628
12629         * nntp.el (nntp-authinfo-rejected): New error condition.
12630         (nntp-wait-for): Use new error condition to signal authentication
12631         error.
12632         (nntp-retrieve-data): Rethrow new error condition to break out of
12633         recursive call to nntp-send-authinfo.
12634
12635 2005-11-08  Romain Francoise  <romain@orebokech.com>
12636
12637         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
12638         (gnus-summary-exit-map): Bind to `Z p'.
12639         (gnus-summary-make-menu-bar): Add menu item.
12640
12641 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
12642
12643         * gnus-art.el (gnus-article-treat-custom): Add `first'.
12644         (gnus-treat-*): Add `first' in all doc strings.
12645
12646         * gnus-group.el (gnus-group-compact-group): Fix typo.
12647
12648 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12649
12650         * gnus.el (gnus-parameters-case-fold-search): New variable.
12651         (gnus-parameters-get-parameter): Use it.
12652
12653         * gnus-score.el (gnus-home-score-file): Doc fix.
12654
12655 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
12656
12657         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
12658
12659 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12660
12661         * mm-util.el (mm-special-display-p): New function.
12662
12663         * mml.el (mml-preview): Use it; doc fix.
12664
12665 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12666
12667         * imap.el (imap-open): Handle case where buffer is a buffer object.
12668
12669 2005-10-29  Romain Francoise  <romain@orebokech.com>
12670
12671         * message.el (message-fix-before-sending): Fix comment.
12672
12673 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12674
12675         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
12676
12677 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12678
12679         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
12680         Used in gnus-score.el.
12681
12682 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12683
12684         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
12685
12686 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
12687
12688         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
12689         whitespace removed in revision 7.8.  Use concatenated string to
12690         protect trailing whitespace.
12691
12692 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
12693
12694         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
12695         (nnimap-request-expire-articles): Use it to avoid sending 'UID
12696         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
12697         Courier IMAP ("some version from 2004").  Mostly based on similar
12698         code in the same function.
12699
12700 2005-10-26  Didier Verna  <didier@xemacs.org>
12701
12702         * gnus-group.el (gnus-group-compact-group): Invalidate original
12703         article buffer.
12704         * gnus-srvr.el (gnus-server-compact-server): Ditto.
12705         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
12706         NOV database and in article itself.
12707         Invalidate article backlog.
12708
12709 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12710
12711         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
12712
12713 2005-10-26  Simon Josefsson  <jas@extundo.com>
12714
12715         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
12716         part of 2004-07-25 change.
12717
12718 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12719
12720         * message.el (message-display-completion-list): New function.
12721         (message-expand-group): Use it; make sure the Completions buffer
12722         is modifiable.
12723 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
12724
12725         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
12726         user-mail-name is an empty string.
12727
12728 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12729
12730         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
12731         depending on gnus-score-decay-constant.
12732
12733         * encrypt.el (encrypt-insert-file-contents)
12734         (encrypt-write-file-contents): Don't use `gnus-message'.
12735
12736         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
12737         arguments.
12738         (mm-uu-type-alist): Add message-marks and insert-marks.
12739         Pass arguments to mm-uu-verbatim-marks-extract.
12740         (mm-uu-hide-markers): New variable.
12741         (mm-uu-extract): Use face similar to `gnus-cite-3'.
12742
12743         * gnus-fun.el (gnus-convert-image-to-x-face-command)
12744         (gnus-convert-image-to-face-command): Use "convert" by default to
12745         allow other input image formats.
12746         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
12747         accordingly.
12748
12749 2005-10-23  Simon Josefsson  <jas@extundo.com>
12750
12751         * imap.el (imap-gssapi-program): Align command line parameters
12752         with latest GNU SASL.
12753         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
12754
12755 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12756
12757         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
12758         HTML.
12759         (nnslashdot-request-article): Ditto.
12760
12761         * lpath.el (featurep): Add nobreak-char-display.
12762
12763 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12764
12765         * mail-source.el (mail-source-fetch-pop): Require pop3.
12766         (mail-source-check-pop): Ditto.
12767
12768 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12769
12770         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
12771         errors.
12772
12773 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12774
12775         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
12776         (gnus-treat-strip-leading-blank-lines): Improve doc string.
12777
12778         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
12779
12780         * mm-bodies.el (mm-decode-string):
12781         Call `mm-charset-to-coding-system' with allow-override argument.
12782
12783 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12784
12785         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
12786         (rfc2047-charset-to-coding-system): New function.
12787         (rfc2047-decode-encoded-words): New function.
12788         (rfc2047-decode-region): Use them.
12789         (rfc2047-decode-cte): Remove.
12790         (rfc2047-parse-and-decode): Remove.
12791         (rfc2047-decode): Remove.
12792
12793 2005-10-15  Kenichi Handa  <handa@m17n.org>
12794
12795         * rfc2047.el (rfc2047-decode-cte): New function.
12796         (rfc2047-decode-region): Change the way to decode successive
12797         encoded-words: decode B- or Q-encoding in each encoded-word,
12798         concatenate them, and decode it as charset.
12799
12800 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12801
12802         * lpath.el: Fbind codepage-setup for XEmacs.
12803
12804 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
12805
12806         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
12807         widget-move-and-invoke.
12808         (gnus-custom-mode): Use gnus-custom-map.
12809
12810 2005-10-15  Bill Wohler  <wohler@newt.com>
12811
12812         * message.el (message-tool-bar-map): Rename image file from
12813         mail_send to mail/send.
12814
12815 2005-10-16  Masatake YAMATO  <jet@gyve.org>
12816
12817         * message.el (message-expand-group): Pass the common
12818         prefix substring of completion to `display-completion-list'.
12819
12820 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
12821
12822         * mml-sec.el (mml-secure-method): New internal variable.
12823         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
12824         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
12825         New functions using mml-secure-method.
12826
12827         * mml.el (mml-mode-map): Add key bindings for those functions.
12828         (mml-menu): Simplify security menu entries.  Suggested by Jesper
12829         Harder <harder@myrealbox.com>.
12830         (mml-attach-file, mml-attach-buffer, mml-attach-external):
12831         Goto end of message if point is the headers of the message.
12832
12833         * message.el (message-in-body-p): New function.
12834
12835         * assistant.el: Autoload gnus-util and netrc.
12836
12837         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
12838         Use `mm-charset-override-alist' only when decoding.
12839
12840         * mm-bodies.el (mm-decode-body):
12841         Call `mm-charset-to-coding-system' with allow-override argument.
12842
12843         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
12844         `filename' from Content-Disposition if Content-Type doesn't
12845         provide `name'.
12846         (gnus-mime-view-part-as-type): Set default instead of
12847         initial-input.
12848
12849 2005-10-09  Daniel Brockman  <daniel@brockman.se>
12850
12851         * format-spec.el (format-spec): Propagate text properties of % spec.
12852
12853 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12854
12855         * gnus-art.el (gnus-treat-predicate): Add `first'.
12856
12857 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12858
12859         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
12860         (mm-charset-override-alist): New variable.
12861         (mm-charset-to-coding-system): Use it.
12862         (mm-codepage-setup): New helper function.
12863         (mm-charset-eval-alist): New variable.
12864         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
12865         Warn about unknown charsets.
12866
12867         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
12868
12869 2005-10-04  David Hansen  <david.hansen@gmx.net>
12870
12871         * nnrss.el (nnrss-request-article): Add support for the comments tag.
12872         (nnrss-check-group): Ditto.
12873
12874 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12875
12876         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
12877         Rename x-gnus-verbatim to x-verbatim.
12878         (mm-uu-type-alist): Fix regexp for verbatim-marks.
12879
12880         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
12881         x-verbatim.
12882
12883         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
12884
12885         * gnus-util.el (gnus-remove-duplicates): Remove.
12886
12887         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
12888         instead of gnus-remove-duplicates.
12889
12890         * message.el (message-remove-duplicates): Remove.
12891         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
12892         message-remove-duplicates.
12893
12894         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
12895         available, else use implementation from `delete-dups'.
12896
12897         * message.el (message-insert-expires): New function.
12898         (message-mode-map): Add key binding.
12899         (message-mode-field-menu): Add menu entry.
12900         (message-mode): Document it.
12901         (message-make-expires-date): Use `message-make-date'.
12902
12903 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
12904
12905         * message.el (message-make-expires-date): New function.
12906
12907 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12908
12909         * Makefile.in (list-installed-shadows): New entry.
12910         (install): Use it.
12911         (remove-installed-shadows): New entry.
12912
12913         * dgnushack.el (dgnushack-default-load-path): New variable.
12914         (dgnushack-find-lisp-shadows): New function.
12915         (dgnushack-remove-lisp-shadows): New function.
12916
12917 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12918
12919         * Makefile.in (install-el-elc): New entry.
12920         (install): Use it so that .el files are necessarily installed.
12921
12922 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12923
12924         * time-date.el: Autoload parse-time-string, XEmacs needs it.
12925
12926 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12927
12928         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
12929         function rather than the diff-mode.el package.
12930         (mm-display-external): Use with-current-buffer.
12931         (mm-viewer-completion-map, mm-viewer-completion-map):
12932         Move initialization inside declaration.
12933
12934 2005-09-29  Simon Josefsson  <jas@extundo.com>
12935
12936         * spam.el: Load hashcash when compiling, to avoid warnings.
12937         Don't autoload mail-check-payment.
12938         (spam-check-hashcash): Define unconditionally, since hashcash.el
12939         is part of Gnus now.  Ignore errors from payment checking.
12940
12941 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
12942
12943         * message.el (message-bold-region, message-unbold-region):
12944         Rename from `bold-region' and `unbold-region'.
12945
12946         * message.el: Remove useless autoloads.
12947
12948 2005-09-28  Simon Josefsson  <jas@extundo.com>
12949
12950         * message.el (message-use-idna): Default to t.
12951         (message-use-idna): Test whether encoding works too.  Doc fix.
12952
12953 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12954
12955         * nntp.el (nntp-warn-about-losing-connection): Remove.
12956
12957 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
12958
12959         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
12960         customizable.  Change default value.
12961         (mm-uu-diff-groups-regexp): Change default value.
12962         (mm-uu-type-alist): Add doc string.
12963         (mm-uu-configure): Add doc string.  Make it interactive.
12964         (mm-uu-tex-groups-regexp): New variable.
12965         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
12966         (mm-uu-type-alist): Add LaTeX documents.
12967         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
12968         of "text/verbatim".
12969         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
12970
12971         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
12972         instead of "text/verbatim".
12973
12974         * message.el (message-mark-inserted-region)
12975         (message-mark-insert-file): Use slrn style marks when called with
12976         prefix argument.
12977
12978 2005-09-27  Simon Josefsson  <jas@extundo.com>
12979
12980         * message.el (message-idna-to-ascii-rhs-1): Reformat.
12981
12982 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
12983
12984         * message.el (message-remove-duplicates): New function.
12985         Implementation borrowed from `gnus-remove-duplicates'.
12986         (message-idna-to-ascii-rhs): Also encode idna addresses in
12987         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12988         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
12989         only ask about the same idna domain once per header and also tell
12990         in what header to replace the idna domain.
12991
12992         * gnus-art.el (article-decode-idna-rhs): Also decode idna
12993         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12994         (article-decode-idna-rhs): Fix regexp so that all idna-address in
12995         a header is decoded and not just the last one.
12996
12997 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12998
12999         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
13000         has been decoded.
13001
13002         * mm-decode.el (mm-automatic-display): Add text/verbatim.
13003         (mm-insert-part): Don't modify text if it has been decoded.
13004
13005         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
13006         decoded.
13007
13008         * mm-view.el (mm-inline-text): Don't strip text props unless
13009         decoding enriched or richtext parts.
13010
13011 2005-09-25  Romain Francoise  <romain@orebokech.com>
13012
13013         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
13014         * gnus-start.el (gnus-subscribe-interactively):
13015         * gnus-uu.el (gnus-uu-grab-articles):
13016         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
13017         space.
13018
13019 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
13020
13021         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
13022         * mm-view.el (mm-view-pkcs7-decrypt):
13023         * gnus-sum.el (gnus-summary-limit-to-extra)
13024         (gnus-summary-respool-article, gnus-read-move-group-name):
13025         * gnus-score.el (gnus-summary-increase-score):
13026         * gnus-util.el (gnus-completing-read-with-default):
13027         * gnus-art.el (gnus-read-save-file-name)
13028         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
13029         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
13030         * message.el (message-check-news-header-syntax):
13031         Follow convention for reading with the minibuffer.
13032
13033 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
13034
13035         * spam-report.el (spam-report-url-ping-plain):
13036         Use gnus-extended-version as User-Agent.
13037
13038         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
13039         default value is nil.
13040
13041         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
13042         (mm-uu-verbatim-marks-extract): New function.
13043         (mm-uu-extract): New face.
13044         (mm-uu-copy-to-buffer): Use it.
13045
13046         * spam-report.el (spam-report-gmane-ham): Rename from
13047         `spam-report-gmane-unspam'.
13048         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
13049         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
13050
13051         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
13052         Autoload.
13053         (spam-report-gmane-unregister-routine):
13054         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
13055
13056 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
13057
13058         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
13059         (spam-report-gmane-unregister-routine): Add support for gmane
13060         unregistration.
13061
13062         * spam-report.el (spam-report-gmane-unspam)
13063         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
13064         (spam-report-gmane): Change to take a single article and do unspam
13065         registration.
13066
13067 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13068
13069         * mm-url.el (mm-url-decode-entities): Fix regexp.
13070
13071 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13072
13073         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
13074         default to nil, to be able to use Gnus at all.  If the default
13075         switches to something else, then the function should be fixed not
13076         be exceedingly slow.
13077
13078 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
13079
13080         * gnus-start.el (gnus-activate-group): If the server is nil, don't
13081         fail hard.
13082
13083         * spam-report.el: Add better Keywords line.
13084
13085         * spam.el: Add Maintainer and better Keywords line.
13086
13087 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13088
13089         * gnus-art.el (gnus-article-replace-part)
13090         (gnus-mime-replace-part): New functions.
13091         (gnus-mime-action-alist, gnus-mime-button-commands)
13092         (gnus-mime-save-part-and-strip): Add file argument.
13093         (gnus-article-part-wrapper): Add interactive argument.
13094
13095         * gnus-sum.el (gnus-summary-mime-map):
13096         Add `gnus-article-replace-part'.
13097
13098 2005-09-19  Didier Verna  <didier@xemacs.org>
13099
13100         The nnml compaction feature:
13101         * nnml.el (nnml-request-compact-group): New function.
13102         * nnml.el (nnml-request-compact): New function.
13103         * gnus-int.el (gnus-request-compact-group): New function.
13104         * gnus-int.el (gnus-request-compact): New function.
13105         * gnus-group.el (gnus-group-compact-group): New function.
13106         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
13107         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
13108         * gnus-srvr.el (gnus-server-compact-server): New function.
13109         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
13110         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
13111
13112 2005-09-18  Deepak Goel  <deego@gnufans.org>
13113
13114         * sieve.el (sieve-help): Fix `message' call: first arg should be a
13115         format spec.
13116
13117 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13118
13119         * gnus.el (gnus-group-startup-message): Bind image-load-path.
13120
13121 2005-09-15  Romain Francoise  <romain@orebokech.com>
13122
13123         * message.el (message-fill-paragraph): Clarify docstring.
13124
13125 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13126
13127         * gnus-art.el (gnus-mime-display-part): Protect against broken
13128         MIME messages.
13129
13130 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13131
13132         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
13133         before parsing header.
13134
13135 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
13136
13137         * html2text.el (html2text-replace-list): Add new entities.
13138
13139 2005-09-11  Romain Francoise  <romain@orebokech.com>
13140
13141         * message.el (message-alternative-emails): Improve docstring.
13142         (message-setup-1): Call `message-use-alternative-email-as-from'
13143         after `message-setup-hook' to give it precedence over posting
13144         styles, etc.
13145         (message-use-alternative-email-as-from): Add docstring.
13146         Remove the original From header if present.
13147
13148         * nnml.el (nnml-compressed-files-size-threshold): New variable.
13149         (nnml-save-mail): Use it.
13150
13151         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
13152         articles.  Add new argument `silent'.
13153         (gnus-uu-mark-all): Report the total number of marked articles.
13154
13155 2005-09-10  Romain Francoise  <romain@orebokech.com>
13156
13157         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
13158         (gnus-uu-mark-series): Likewise.
13159
13160 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
13161
13162         * spam-report.el (spam-report-gmane): Fix generation of spam
13163         report URL.
13164
13165 2005-09-10  Simon Josefsson  <jas@extundo.com>
13166
13167         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
13168         t, based on discussion on the ding list with Robert Epprecht
13169         <epprecht@solnet.ch>.
13170
13171 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
13172
13173         * spam-report.el (spam-report-gmane): Make it work without
13174         X-Report-Spam header.  Gmane now only provides Archived-At.
13175         This is only used if `spam-report-gmane-use-article-number' is nil.
13176         (spam-report-gmane-spam-header): Remove.  Not used anymore.
13177
13178         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
13179         make `gnus-summary-sort-by-recipient' work with threading.
13180
13181         * nnweb.el (nnweb-google-wash-article): Print a message if article
13182         is not available.
13183
13184 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13185
13186         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
13187         change.  Decode text/* parts content before displaying.
13188
13189 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13190
13191         * mml-smime.el: Remove defvar of gnus-extract-address-components.
13192
13193 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13194
13195         * mm-view.el (mm-display-inline-fontify): Disable support modes.
13196
13197         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
13198         url-package-name, url-package-version,
13199         w3m-cid-retrieve-function-alist, w3m-current-buffer,
13200         w3m-display-inline-images, and w3m-minor-mode-map.
13201
13202 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
13203
13204         * message.el (message-tab-body-function): Fix mismatched custom type.
13205
13206         * gnus.el (gnus-group-change-level-function): Ditto.
13207
13208         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
13209
13210         * gnus-art.el (gnus-signature-limit)
13211         (gnus-article-mime-part-function): Ditto.
13212
13213 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13214
13215         * mml.el (mml-mode): Silence the byte compiler.
13216
13217         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
13218         using `(sit-for 0)' before moving the point to the specified part;
13219         skip unbuttonized parts.
13220         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
13221         return to the summary window if gnus-auto-select-part is non-nil.
13222
13223 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
13224
13225         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
13226         New variables.
13227         (mml-dnd-attach-file, mml-mode): Use them.
13228
13229         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
13230         Make fetching article by MID work again for Google Groups.
13231         Add FIXME concerning gnus-group-make-web-group.
13232
13233         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
13234         Don't depend on Gnus by using mail-extract-address-components if
13235         gnus-extract-address-components is not bound.
13236
13237 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13238
13239         * gnus-art.el (gnus-mime-display-security): Don't display the
13240         signature, but only the signed part.
13241
13242 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13243
13244         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
13245
13246         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
13247         list, not listp.
13248
13249 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
13250
13251         * mm-encode.el (mm-encode-content-transfer-encoding):
13252         Likewise when encoding.
13253
13254         * mm-bodies.el (mm-decode-content-transfer-encoding):
13255         De-canonicalize CRLF for all text content types, not just
13256         text/plain.
13257
13258 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13259
13260         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
13261         valid article; point arrow and cursor at the MIME button.
13262
13263 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13264
13265         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
13266         Suggested by Dan Christensen <jdc@uwo.ca>.
13267
13268         * mm-decode.el (mm-save-part): Enable change of prompt.
13269
13270 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
13271
13272         * gnus-msg.el (gnus-inews-add-send-actions):
13273         Make `message-post-method' lambda parameter ARG `&optional'.
13274
13275 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13276
13277         * gnus-sum.el (gnus-summary-mime-map):
13278         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
13279         gnus-article-jump-to-part.
13280
13281         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
13282         (gnus-article-edit-part): Use it.
13283         (gnus-article-part-wrapper): Add no-handle argument.
13284         (gnus-article-save-part-and-strip, gnus-article-delete-part):
13285         New functions.
13286
13287 2005-08-29  Romain Francoise  <romain@orebokech.com>
13288
13289         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13290         docstring.
13291         (gnus-face-from-file): Likewise.
13292
13293 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13294
13295         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
13296         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
13297         non-nil.
13298         (gnus-auto-select-part): New variable.
13299         (gnus-article-jump-to-part): New function.
13300         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
13301         (gnus-mime-delete-part): Allow selecting specified part after
13302         deleting or stripping parts.
13303         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
13304         part if argument is bogus.
13305
13306 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
13307
13308         * gnus-art.el (w3m-minor-mode-map):
13309         * gnus-spec.el (gnus-newsrc-file-version):
13310         * gnus-util.el (nnmail-active-file-coding-system)
13311         (gnus-original-article-buffer, gnus-user-agent):
13312         * gnus.el (gnus-ham-process-destinations)
13313         (gnus-parameter-ham-marks-alist)
13314         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
13315         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
13316         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
13317         * mm-decode.el (gnus-current-window-configuration):
13318         * mm-extern.el (gnus-article-mime-handles):
13319         * mm-url.el (url-current-object, url-package-name)
13320         (url-package-version):
13321         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
13322         (smime-keys, w3m-cid-retrieve-function-alist)
13323         (w3m-current-buffer, w3m-display-inline-images)
13324         (w3m-minor-mode-map):
13325         * mml-smime.el (gnus-extract-address-components):
13326         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
13327         (gnus-newsrc-hashtb, message-default-charset)
13328         (message-deletable-headers, message-options)
13329         (message-posting-charset, message-required-mail-headers)
13330         (message-required-news-headers):
13331         * mml1991.el (mc-pgp-always-sign):
13332         * mml2015.el (mc-pgp-always-sign):
13333         * nnheader.el (nnmail-extra-headers):
13334         * rfc1843.el (gnus-decode-encoded-word-function)
13335         (gnus-decode-header-function, gnus-newsgroup-name):
13336         * spam-stat.el (gnus-original-article-buffer): Add defvars.
13337
13338 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
13339
13340         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
13341         the end of the date treatments.
13342
13343 2005-08-15  Simon Josefsson  <jas@extundo.com>
13344
13345         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
13346         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
13347         Capello and Romain Francoise.
13348         (pgg-fetch-key-function): Remove, not used?
13349         (pgg-insert-url-with-w3): Require url, to get
13350         url-insert-file-contents regardless of where it is defined.
13351
13352 2005-08-13  Romain Francoise  <romain@orebokech.com>
13353
13354         * message.el (message-cite-original-1): New function.
13355         (message-cite-original): Use it.
13356         (message-cite-original-without-signature): Ditto.
13357
13358 2005-08-08  Romain Francoise  <romain@orebokech.com>
13359
13360         * message.el (message-yank-empty-prefix): New variable.
13361         (message-indent-citation): Use it.
13362         (message-cite-original-without-signature): Respect X-No-Archive.
13363
13364 2005-08-08  Simon Josefsson  <jas@extundo.com>
13365
13366         * pgg.el: Autoload url-insert-file-contents instead of loading
13367         w3/url.
13368         (pgg-insert-url-with-w3): Don't load url here.
13369
13370 2005-08-07  Jesper Harder  <harder@phys.au.dk>
13371
13372         * message.el (message-kill-to-signature): Don't insert newline at
13373         bol.
13374         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
13375
13376 2005-08-06  Romain Francoise  <romain@orebokech.com>
13377
13378         * message.el (message-user-fqdn): Fix typo in docstring.
13379
13380 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
13381
13382         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
13383
13384         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
13385
13386 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13387
13388         * mm-bodies.el (mm-encode-body): Use coding system rather than
13389         charset to encode text.
13390
13391         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
13392         number of charsets if utf-8 is available (XEmacs).
13393
13394 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13395
13396         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
13397         taken from `gnus-button-mid-or-mail-regexp'.
13398         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
13399         (gnus-button-alist): Improve regexp for domain part of the MIDs
13400         for news:localpart@domain buttons.
13401         (gnus-button-ctan-directory-regexp): Update.
13402
13403 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13404
13405         * sieve-manage.el (sieve-manage-interactive-login):
13406         Use make-local-variable rather than make-variable-buffer-local.
13407         (sieve-manage-open): Ditto.
13408         (sieve-manage-authenticate): Ditto.
13409
13410         * mml.el (mml-generate-mime-1): Make the content type default to
13411         text/plain if the filename is not specified.
13412
13413 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13414
13415         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
13416         instead of insert-buffer.
13417
13418         * message.el (message-yank-original): Ditto; set the mark at the
13419         end of the yanked message.
13420
13421 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13422
13423         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
13424         lines to scroll rather than to stop it.
13425
13426         * mml.el (mml-generate-default-type): Add doc string.
13427         (mml-generate-mime-1): Use mm-default-file-encoding or make it
13428         default to application/octet-stream when determining the content
13429         type if it is not specified for the part or the mml contents; add
13430         a comment about mml-generate-default-type.
13431
13432 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
13433
13434         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
13435         make it default to application/octet-stream when determining the
13436         content type if it is not specified for the external contents.
13437
13438 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13439
13440         * rfc2231.el (rfc2231-parse-string): Take care that not only a
13441         segmented parameter but also other parameters might be there.
13442
13443 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13444
13445         * mm-decode.el (mm-display-external): Delete temp file, directory
13446         and buffer immediately if the external process is exited.
13447
13448 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13449
13450         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
13451         fewer lines than that of scroll-margin.
13452         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
13453
13454 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13455
13456         * gnus-art.el (gnus-article-next-page): Revert.
13457         (gnus-article-beginning-of-window): New macro.
13458         (gnus-article-next-page-1): Use it.
13459         (gnus-article-prev-page): Ditto.
13460         (gnus-article-edit-part): Use insert-buffer-substring instead of
13461         insert-buffer.
13462         (gnus-article-edit-exit): Ditto.
13463
13464         * gnus-util.el (gnus-beginning-of-window): Remove.
13465         (gnus-end-of-window): Remove.
13466
13467         * lpath.el: Don't bind header-line-format and scroll-margin.
13468
13469 2005-07-25  Simon Josefsson  <jas@extundo.com>
13470
13471         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
13472         to have the url package without w3.  Reported by Daiki Ueno
13473         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
13474
13475 2005-07-20  Didier Verna  <didier@xemacs.org>
13476
13477         * gnus-diary.el: Remove the description comment (nndiary is now
13478         properly documented in the Gnus manual).
13479         Fix the spelling of "Back End".
13480         * nndiary.el: Ditto.
13481         Fix the copyright notice.
13482
13483 2005-07-18  Romain Francoise  <romain@orebokech.com>
13484
13485         * gnus-sum.el (gnus-summary-to-prefix)
13486         (gnus-summary-newsgroup-prefix): New variables.
13487         (gnus-summary-from-or-to-or-newsgroups): Use them.
13488
13489 2005-07-17  Romain Francoise  <romain@orebokech.com>
13490
13491         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
13492         space as it's generally not especially interesting to the user.
13493
13494 2005-07-16  Romain Francoise  <romain@orebokech.com>
13495
13496         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
13497         nil to avoid prompting and file modification if one of the
13498         messages at the top of the nnfolder file contains a copyright
13499         notice.
13500         Update copyright notice.
13501
13502         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
13503         instead of `current-time-string' as the latter creates a time
13504         string that is not RFC 2822 compliant (it lacks the zone).
13505         Update copyright notice.
13506
13507 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13508
13509         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
13510         for text/rtf.  Display default in prompt.  Pass default for M-n.
13511
13512         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
13513
13514 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13515
13516         * gnus-msg.el (gnus-button-mailto):
13517         Remove save-selected-window-window hackery because it relies on
13518         save-selected-window internals.
13519
13520 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13521
13522         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
13523         (gnus-article-next-page-1): Use gnus-beginning-of-window.
13524         (gnus-article-prev-page): Ditto.
13525
13526         * gnus-util.el (gnus-beginning-of-window): New function.
13527         (gnus-end-of-window): New function.
13528
13529         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
13530
13531 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13532
13533         * gnus-score.el (gnus-score-edit-all-score):
13534         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
13535         gnus-message.
13536
13537 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13538
13539         * gnus-msg.el (gnus-button-mailto):
13540         Remove save-selected-window-window hackery because it relies on
13541         save-selected-window internals.
13542
13543 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13544
13545         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
13546         add-minor-mode.
13547         (gnus-binary-mode): Ditto.
13548
13549         * gnus-topic.el (gnus-topic-mode): Ditto.
13550
13551 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
13552
13553         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
13554         (gnus-article-prev-page): Take scroll-margin into consideration.
13555
13556 2005-07-04  Lute Kamstra  <lute@gnu.org>
13557
13558         Update FSF's address in GPL notices.
13559
13560 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
13561
13562         * gnus.el (gnus-exit):
13563         * gnus-group.el (gnus-group-icons):
13564         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
13565
13566         * gnus-nocem.el (gnus-nocem):
13567         * message.el (message-various, message-buffers, message-sending)
13568         (message-interface, message-forwarding, message-insertion)
13569         (message-headers, message-news, message-mail):
13570         * pgg-gpg.el (pgg-gpg):
13571         * pgg-parse.el (pgg-parse):
13572         * pgg-pgp.el (pgg-pgp):
13573         * pgg-pgp5.el (pgg-pgp5):
13574         * pop3.el (pop3): Finish `defgroup' description with period.
13575
13576 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13577
13578         * gnus-art.el (article-display-face): Improve the efficiency.
13579         (article-display-x-face): Ditto; remove grey x-face stuff.
13580
13581 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13582
13583         * gnus-art.el (article-display-face): Correct the position in
13584         which Faces are inserted.
13585
13586 2005-06-29  Didier Verna  <didier@xemacs.org>
13587
13588         * gnus-art.el (article-display-face): Display faces in correct
13589         order.
13590
13591 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13592
13593         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
13594         (gnus-fill-real-hashtb): Use hash table instead of obarray.
13595         (gnus-nocem-check-article): Fetch the Type header.
13596         (gnus-nocem-message-wanted-p): Fix the way to examine types.
13597         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
13598         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
13599         make sure gnus-nocem-hashtb is initialized.
13600         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
13601         (gnus-nocem-unwanted-article-p): Ditto.
13602
13603         * pgg.el (pgg-verify): Return the verification result.
13604
13605 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13606
13607         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
13608         is ascii.
13609
13610 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
13611
13612         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
13613         `show-nonbreak-escape'.
13614
13615 2005-06-23  Lute Kamstra  <lute@gnu.org>
13616
13617         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
13618
13619         * dig.el (dig-mode):
13620         * smime.el (smime-mode): Use gnus-run-mode-hooks.
13621
13622 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
13623
13624         * nnimap.el (nnimap-split-download-body): Fix spellings.
13625
13626 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
13627
13628         * gnus-art.el (gnus-article-encrypt-body):
13629         * gnus-cus.el (gnus-score-customize):
13630         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
13631         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
13632
13633 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
13634
13635         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
13636         header by looking for magic "MII" at the beginnig.
13637
13638 2005-06-16  Miles Bader  <miles@gnu.org>
13639
13640         * gnus-xmas.el (gnus-xmas-group-startup-message):
13641         Use renamed gnus-splash face.
13642
13643         * assistant.el (assistant-field): Remove "-face" suffix from face name.
13644         (assistant-field-face): New backward-compatibility alias for renamed
13645         face.
13646         (assistant-render-text): Use renamed assistant-field face.
13647
13648         * spam.el (spam): Remove "-face" suffix from face name.
13649         (spam-face): New backward-compatibility alias for renamed face.
13650         (spam-face, spam-initialize): Use renamed spam face.
13651
13652         * message.el (message-header-to, message-header-cc)
13653         (message-header-subject, message-header-newsgroups)
13654         (message-header-other, message-header-name)
13655         (message-header-xheader, message-separator, message-cited-text)
13656         (message-mml): Remove "-face" suffix from face names.
13657         (message-header-to-face, message-header-cc-face)
13658         (message-header-subject-face, message-header-newsgroups-face)
13659         (message-header-other-face, message-header-name-face)
13660         (message-header-xheader-face, message-separator-face)
13661         (message-cited-text-face, message-mml-face):
13662         New backward-compatibility aliases for renamed faces.
13663         (message-font-lock-keywords): Use renamed message faces.
13664
13665         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
13666         (sieve-test-commands, sieve-tagged-arguments):
13667         Remove "-face" suffix from face names.
13668         (sieve-control-commands-face, sieve-action-commands-face)
13669         (sieve-test-commands-face, sieve-tagged-arguments-face):
13670         New backward-compatibility aliases for renamed faces.
13671         (sieve-control-commands-face, sieve-action-commands-face)
13672         (sieve-test-commands-face, sieve-tagged-arguments-face):
13673         Use renamed sieve faces.
13674
13675         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
13676         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
13677         (gnus-group-news-3-empty, gnus-group-news-4)
13678         (gnus-group-news-4-empty, gnus-group-news-5)
13679         (gnus-group-news-5-empty, gnus-group-news-6)
13680         (gnus-group-news-6-empty, gnus-group-news-low)
13681         (gnus-group-news-low-empty, gnus-group-mail-1)
13682         (gnus-group-mail-1-empty, gnus-group-mail-2)
13683         (gnus-group-mail-2-empty, gnus-group-mail-3)
13684         (gnus-group-mail-3-empty, gnus-group-mail-low)
13685         (gnus-group-mail-low-empty, gnus-summary-selected)
13686         (gnus-summary-cancelled, gnus-summary-high-ticked)
13687         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
13688         (gnus-summary-high-ancient, gnus-summary-low-ancient)
13689         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
13690         (gnus-summary-low-undownloaded)
13691         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
13692         (gnus-summary-low-unread, gnus-summary-normal-unread)
13693         (gnus-summary-high-read, gnus-summary-low-read)
13694         (gnus-summary-normal-read, gnus-splash):
13695         Remove "-face" suffix from face names.
13696         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13697         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13698         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13699         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13700         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13701         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13702         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13703         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13704         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13705         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13706         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13707         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13708         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13709         (gnus-summary-normal-ticked-face)
13710         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
13711         (gnus-summary-normal-ancient-face)
13712         (gnus-summary-high-undownloaded-face)
13713         (gnus-summary-low-undownloaded-face)
13714         (gnus-summary-normal-undownloaded-face)
13715         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13716         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13717         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13718         (gnus-splash-face):
13719         New backward-compatibility aliases for renamed faces.
13720         (gnus-group-startup-message): Use renamed gnus faces.
13721
13722         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
13723         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
13724         (gnus-server-agent): Remove "-face" suffix from face names.
13725         (gnus-server-agent-face, gnus-server-opened-face)
13726         (gnus-server-closed-face, gnus-server-denied-face)
13727         (gnus-server-offline-face):
13728         New backward-compatibility aliases for renamed faces.
13729         (gnus-server-agent-face, gnus-server-opened-face)
13730         (gnus-server-closed-face, gnus-server-denied-face)
13731         (gnus-server-offline-face): Use renamed gnus faces.
13732
13733         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
13734         Remove "-face" suffix from face names.
13735         (gnus-picon-xbm-face, gnus-picon-face):
13736         New backward-compatibility aliases for renamed faces.
13737
13738         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
13739         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
13740         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
13741         (gnus-cite-11): Remove "-face" suffix from face names.
13742         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
13743         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
13744         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
13745         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
13746         New backward-compatibility aliases for renamed faces.
13747         (gnus-cite-attribution-face, gnus-cite-face-list)
13748         (gnus-article-boring-faces): Use renamed gnus faces.
13749
13750         * gnus-art.el (gnus-signature, gnus-header-from)
13751         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
13752         (gnus-header-content): Remove "-face" suffix from face names.
13753         (gnus-signature-face, gnus-header-from-face)
13754         (gnus-header-subject-face, gnus-header-newsgroups-face)
13755         (gnus-header-name-face, gnus-header-content-face):
13756         New backward-compatibility aliases for renamed faces.
13757         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
13758
13759         * gnus-sum.el (gnus-summary-selected-face)
13760         (gnus-summary-highlight): Use renamed gnus faces.
13761         * gnus-group.el (gnus-group-highlight): Likewise.
13762
13763 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
13764
13765         * gnus-sieve.el (gnus-sieve-article-add-rule):
13766         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
13767         * spam-stat.el (spam-stat-buffer-change-to-spam)
13768         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
13769
13770         * message.el (message-is-yours-p):
13771         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
13772
13773 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13774
13775         * mm-view.el (mm-inline-text): Withdraw the last change.
13776
13777 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13778
13779         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
13780         executing enriched-decode.
13781
13782 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13783
13784         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
13785         charset of tar files.
13786
13787 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
13788
13789         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
13790
13791 2005-06-04  Lute Kamstra  <lute@gnu.org>
13792
13793         * nnfolder.el (nnfolder-read-folder): Make sure that undo
13794         information is never recorded.
13795
13796 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13797
13798         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
13799
13800 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13801
13802         * pop3.el (pop3-apop): Run md5 in the binary mode.
13803
13804         * starttls.el (starttls-set-process-query-on-exit-flag):
13805         Use eval-and-compile.
13806
13807 2005-05-31  Simon Josefsson  <jas@extundo.com>
13808
13809         * smime.el (smime-replace-in-string): Define.
13810         (smime-cert-by-ldap-1): Use it.
13811
13812 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13813
13814         * gnus-art.el (article-display-x-face): Replace
13815         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13816
13817         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
13818         set-process-query-on-exit-flag or process-kill-without-query.
13819
13820         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
13821         loop instead of replace-regexp.
13822
13823         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
13824         instead of process-kill-without-query if it is available.
13825
13826         * lpath.el: Fbind ldap-search-entries.
13827
13828         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
13829         instead of find-file-hooks if it is available.
13830
13831         * mml1991.el: Bind pgg-default-user-id when compiling.
13832
13833         * mml2015.el: Bind pgg-default-user-id when compiling.
13834
13835         * nndraft.el (nndraft-request-associate-buffer):
13836         Use write-contents-functions instead of write-contents-hooks if it is
13837         available.
13838
13839         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
13840         instead of find-file-hooks if it is available.
13841
13842         * nntp.el (nntp-open-connection): Replace
13843         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13844         (nntp-open-ssl-stream): Ditto.
13845         (nntp-open-tls-stream): Ditto.
13846
13847         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
13848         set-process-query-on-exit-flag or process-kill-without-query.
13849         (starttls-open-stream-gnutls): Use it instead of
13850         process-kill-without-query.
13851         (starttls-open-stream): Ditto.
13852
13853 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
13854
13855         * smime.el (smime-cert-by-ldap-1): Don't use
13856         replace-regexp-in-string.
13857
13858 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
13859
13860         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
13861
13862         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
13863         in PEM format.  Adjust to the XEmacs compability.
13864
13865 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
13866
13867         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
13868         by `string-to-number'.
13869         * gnus-agent.el (gnus-agent-regenerate-group)
13870         (gnus-agent-fetch-articles): Ditto.
13871         * gnus-art.el (gnus-button-fetch-group): Ditto.
13872         * gnus-cache.el (gnus-cache-generate-active)
13873         (gnus-cache-articles-in-group): Ditto.
13874         * gnus-group.el (gnus-group-set-current-level)
13875         (gnus-group-insert-group-line): Ditto.
13876         * gnus-score.el (gnus-score-set-expunge-below)
13877         (gnus-score-set-mark-below, gnus-summary-score-effect)
13878         (gnus-summary-score-entry): Ditto.
13879         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
13880         (gnus-soup-pack): Ditto.
13881         * gnus-spec.el (gnus-xmas-format): Ditto.
13882         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
13883         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
13884         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
13885         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
13886         * nndb.el (nndb-get-remote-expire-response): Ditto.
13887         * nndiary.el (nndiary-parse-schedule-value)
13888         (nndiary-string-to-number, nndiary-request-replace-article)
13889         (nndiary-request-article): Ditto.
13890         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
13891         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
13892         * nneething.el (nneething-make-head): Ditto.
13893         * nnfolder.el (nnfolder-request-article)
13894         (nnfolder-retrieve-headers): Ditto.
13895         * nnheader.el (nnheader-file-to-number): Ditto.
13896         * nnkiboze.el (nnkiboze-request-article): Ditto.
13897         * nnmail.el (nnmail-process-unix-mail-format)
13898         (nnmail-process-babyl-mail-format): Ditto.
13899         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
13900         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
13901         (nnmh-request-create-group, nnmh-request-list-1)
13902         (nnmh-request-group, nnmh-request-article): Ditto.
13903         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
13904         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
13905         * nnsoup.el (nnsoup-make-active): Ditto.
13906         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
13907         * nntp.el (nntp-find-group-and-number)
13908         (nntp-retrieve-headers-with-xover): Ditto.
13909         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
13910         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
13911         (pgg-format-key-identifier): Ditto.
13912         * pop3.el (pop3-last, pop3-stat): Ditto.
13913         * qp.el (quoted-printable-decode-region): Ditto.
13914
13915         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
13916         of concat.
13917
13918 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13919
13920         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
13921
13922         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
13923
13924         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
13925
13926         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
13927
13928         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
13929
13930         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
13931
13932         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
13933         (gnus-carpal-mode): Ditto.
13934
13935         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
13936         (gnus-browse-mode): Ditto.
13937
13938         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
13939
13940         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
13941
13942 2005-05-29  Richard M. Stallman  <rms@gnu.org>
13943
13944         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
13945
13946 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13947
13948         * gnus-util.el (gnus-run-mode-hooks): New function.
13949
13950         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
13951
13952         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
13953         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
13954
13955 2005-05-27  Lute Kamstra  <lute@gnu.org>
13956
13957         * dns-mode.el (dns-mode): Specify customization group.
13958
13959 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
13960
13961         * gnus-agent.el (gnus-agent-make-mode-line-string):
13962         Use mode-line-highlight as mouse-face.
13963
13964 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13965
13966         * canlock.el (canlock): Change the parent group to news.
13967
13968         * deuglify.el (gnus-outlook-deuglify): Add :group.
13969
13970         * dig.el (dig): Add :group.
13971
13972         * dns-mode.el (dns-mode): Add :group.
13973
13974         * encrypt.el (encrypt): Add :group.
13975
13976         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
13977         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
13978         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
13979         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
13980         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
13981
13982         * gnus-diary.el (gnus-diary): Add :group.
13983
13984         * gnus.el (gnus-group-news-1-face): Add :group.
13985         (gnus-group-news-1-empty-face): Ditto.
13986         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
13987         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
13988         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
13989         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
13990         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
13991         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
13992         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
13993         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
13994         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
13995         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
13996         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
13997         (gnus-summary-high-ticked-face): Ditto.
13998         (gnus-summary-low-ticked-face): Ditto.
13999         (gnus-summary-normal-ticked-face): Ditto.
14000         (gnus-summary-high-ancient-face): Ditto.
14001         (gnus-summary-low-ancient-face): Ditto.
14002         (gnus-summary-normal-ancient-face): Ditto.
14003         (gnus-summary-high-undownloaded-face): Ditto.
14004         (gnus-summary-low-undownloaded-face): Ditto.
14005         (gnus-summary-normal-undownloaded-face): Ditto.
14006         (gnus-summary-high-unread-face): Ditto.
14007         (gnus-summary-low-unread-face): Ditto.
14008         (gnus-summary-normal-unread-face): Ditto.
14009         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
14010         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
14011
14012         * hashcash.el (hashcash): New custom group.
14013         (hashcash-default-payment): Add :group.
14014         (hashcash-payment-alist): Ditto.
14015         (hashcash-default-accept-payment): Ditto.
14016         (hashcash-accept-resources): Ditto.
14017         (hashcash-path): Ditto.
14018         (hashcash-extra-generate-parameters): Ditto.
14019         (hashcash-double-spend-database): Ditto.
14020         (hashcash-in-news): Ditto.
14021
14022         * message.el (message-minibuffer-local-map): Add :group.
14023
14024         * netrc.el (netrc): Add :group.
14025
14026         * sieve-manage.el (sieve-manage-log): Add :group.
14027         (sieve-manage-default-user): Diito.
14028         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
14029         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
14030         (sieve-manage-authenticators): Ditto.
14031         (sieve-manage-authenticator-alist): Ditto.
14032         (sieve-manage-default-port): Ditto.
14033
14034         * sieve-mode.el (sieve-control-commands-face): Add :group.
14035         (sieve-action-commands-face): Ditto.
14036         (sieve-test-commands-face): Ditto.
14037         (sieve-tagged-arguments-face): Ditto.
14038
14039         * smime.el (smime): Add :group.
14040
14041         * spam-report.el (spam-report): Add :group.
14042
14043         * spam.el (spam, spam-face): Add :group.
14044
14045 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14046
14047         * nntp.el (nntp-next-result-arrived-p): Some news servers may
14048         return \n.\n.\n at the end of articles.  Protect against that.
14049         (nntp-with-open-group): Allow debugging.
14050
14051         * nnheader.el (mail-header-set-extra): Make into a function
14052         because I just could't understand how to quote the list properly.
14053
14054         * dns.el (query-dns-cached): New function.
14055
14056 2005-05-26  Lute Kamstra  <lute@gnu.org>
14057
14058         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
14059
14060 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14061
14062         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
14063
14064         * gnus-art.el: Don't autoload mail-extract-address-components.
14065
14066         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
14067         eval-and-compile to evaluate it.
14068
14069         * hashcash.el: Don't autoload executable-find.
14070
14071         * nndb.el: Don't declare the nndb back end two or more times; don't
14072         autoload news-reply-mode, news-setup, cancel-timer and telnet.
14073
14074         * nntp.el: Autoload format-spec instead of format; use
14075         eval-and-compile to evaluate autoload forms.
14076
14077 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
14078
14079         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
14080
14081 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14082
14083         * gnus.el (gnus-version-number): Bump version.
14084
14085 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14086
14087         * gnus.el: No Gnus v0.3 is released.
14088
14089 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14090
14091         * lpath.el (featurep): Bind show-nonbreak-escape.
14092
14093 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14094
14095         * gnus-art.el (gnus-article-edit-part): Disable undo.
14096
14097 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14098
14099         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
14100         gnus-article-date-lapsed-new-header is t if date timer is active;
14101         skip headers in which the original date value is empty.
14102         (gnus-article-save-original-date): Redefine it as a macro.
14103         (gnus-display-mime): Use it.
14104
14105 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14106
14107         * gnus-art.el (article-date-ut): Support converting date in
14108         forwarded parts as well.
14109         (gnus-article-save-original-date): New function.
14110         (gnus-display-mime): Use it.
14111
14112 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
14113
14114         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
14115         enclosure element of <item>.
14116
14117 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
14118
14119         * message.el (message-kill-buffer-query): Rename from
14120         `message-kill-buffer-query-if-modified'.  Add :version.
14121
14122 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14123
14124         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
14125         window layout.
14126
14127 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14128
14129         * mml.el: Autoload dnd when compiling.
14130
14131 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14132
14133         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
14134         x-dnd-*.
14135
14136 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14137
14138         * qp.el (quoted-printable-encode-region): Save excursion.
14139
14140 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
14141
14142         * message.el (message-kill-buffer-query-if-modified): Add new variable
14143         so the user can kill a modified message buffer quickly.
14144         (message-kill-buffer): Use it.
14145
14146 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14147
14148         * lpath.el: Fbind display-time-event-handler; don't fbind
14149         string-to-multibyte.
14150
14151         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
14152
14153 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14154
14155         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
14156         contained in text because xml.el decodes entities) with LFs.
14157
14158 2005-04-11  Lute Kamstra  <lute@gnu.org>
14159
14160         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
14161         differently.
14162
14163 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14164
14165         * mm-util.el (mm-detect-coding-region): Typo.
14166
14167 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14168
14169         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
14170
14171 2005-04-06  Deepak Goel  <deego@gnufans.org>
14172
14173         * spam-stat.el (spam-stat-score-buffer): Add a call to a
14174         user-function allow user modifications of the scores.
14175         (spam-stat-score-buffer-user): New function, to allow
14176         user-computed modifications to the score.
14177         (spam-stat-score-buffer-user-functions): List of additional
14178         scoring functions.
14179         (spam-stat-error-holder): Global temporary error holder.
14180         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
14181         variable.
14182
14183 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
14184
14185         * gnus-registry.el (gnus-registry-clean-empty-function)
14186         (gnus-registry-trim, gnus-registry-fetch-groups)
14187         (gnus-registry-delete-group): Groups that match
14188         `gnus-registry-ignored-groups' are removed from the registry
14189         entries, not just ignored for splitting.  This helps clean up the
14190         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
14191         to get all the groups a message ID is in.
14192
14193         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
14194         (spam-stat-split-fancy): Change "threshhold" to "threshold".
14195         (spam-stat-score-buffer-user-functions): Add :number custom type.
14196
14197 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14198
14199         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
14200         argument in XEmacs.
14201
14202         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
14203         (nnrss-request-group): Decode group name first.
14204         (nnrss-request-article): Make a text/plain article if mml-to-mime
14205         failed.
14206         (nnrss-get-encoding): Return a compatible encoding according to
14207         nnrss-compatible-encoding-alist.
14208         (nnrss-find-el): Use consp instead of listp.
14209         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
14210
14211 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14212
14213         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
14214         which Emacs 20 doesn't support.
14215         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
14216
14217 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14218
14219         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
14220         silence the byte compiler inside the defun.
14221
14222         * gnus-demon.el (parse-time-string): Add autoload.
14223
14224         * gnus-delay.el (parse-time-string): Add autoload.
14225
14226         * gnus-art.el (parse-time-string): Add autoload.
14227
14228         * nnultimate.el (parse-time): Require for `parse-time-string'.
14229
14230 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14231
14232         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
14233
14234         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
14235
14236         * smime.el (smime-ldap-host-list): Add :version.
14237
14238 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14239
14240         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
14241         pass it to `gnus-browse-read-group'.
14242         (gnus-browse-read-group): Add NUMBER argument and pass it to
14243         `gnus-group-read-ephemeral-group'.
14244
14245         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
14246         argument and pass it to `gnus-group-read-group'.
14247
14248 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
14249
14250         * mm-util.el (mm-xemacs-find-mime-charset): Only call
14251         mm-xemacs-find-mime-charset-1 if we have the mule feature
14252         available at runtime.
14253
14254 2005-03-25  Werner Lemberg  <wl@gnu.org>
14255
14256         * nnmaildir.el: Replace `illegal' with `invalid'.
14257
14258 2005-03-23  Lute Kamstra  <lute@gnu.org>
14259
14260         * time-date.el: Add comment on time value formats.
14261         Don't require parse-time.
14262         (with-decoded-time-value): New macro.
14263         (encode-time-value): New function.
14264         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
14265         (days-to-time): Return a valid time value when arg is huge.
14266         (time-since): Use time-subtract.
14267         (time-to-number-of-days): Use time-to-seconds.
14268
14269 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14270
14271         * gnus-start.el (gnus-display-time-event-handler):
14272         Check display-time-timer at runtime rather than only at load time
14273         in case display-time-mode is turned off in the mean time.
14274
14275 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14276
14277         * nnimap.el (nnimap-open-connection): Print which authinfo file is
14278         used.
14279
14280         * nneething.el (nneething-map-file-directory): Derive from
14281         `gnus-directory'.
14282
14283         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
14284         the To/Cc button.
14285
14286 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14287
14288         * nnmaildir.el (nnmaildir-request-accept-article):
14289         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
14290
14291 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14292
14293         * gnus-async.el: Require timer-funcs at compile time when in
14294         XEmacs for `run-with-idle-timer'.
14295
14296 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14297
14298         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
14299         autoloaded function.
14300
14301 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14302
14303         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
14304
14305 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
14306
14307         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
14308
14309 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14310
14311         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
14312         Add gnus-expert-user to default.
14313
14314 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
14315
14316         * nnimap.el (nnimap-open-server): Ditto.
14317
14318         * imap.el (imap-authenticate): Fix typo.
14319
14320 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
14321
14322         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
14323         buffer (since IMAP server might return FETCH response out of
14324         order, and the nntp buffer must be sorted).
14325
14326 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
14327
14328         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
14329         comparison on string.
14330
14331         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
14332         (gnus-agent-score): Rename category keywords to match gnus-cus.
14333         (gnus-agent-summary-fetch-series): Modify to protect against
14334         gnus-agent-summary-fetch-group clearing processable flags.
14335         (gnus-agent-synchronize-group-flags): Update live group buffer as
14336         synchronization may occur due to the user toggle the plugged
14337         status.
14338         (gnus-agent-fetch-group-1): Clear downloadable flag when article
14339         successfully downloaded.
14340         (gnus-agent-expire-group-1): Avoid using markers when the overview
14341         is in ascending order; greatly improves performance.
14342         (gnus-agent-regenerate-group):
14343         Use gnus-agent-synchronize-group-flags to reset read status in both
14344         gnus and server.
14345         (gnus-agent-update-files-total-fetched-for): Fix initial size.
14346
14347 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14348
14349         * message.el: Don't autoload former message-utils variables.
14350         (message-strip-subject-trailing-was): Change doc string.
14351
14352         * nnweb.el: Fixes for `gnus-group-make-web-group'.
14353         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
14354         (nnweb-google-search): Add "hl=en" here.
14355         (nnweb-google-parse-1, nnweb-google-create-mapping):
14356         Don't hardcode URL.
14357
14358 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14359
14360         * message.el (message-get-reply-headers, message-followup):
14361         Mention related variables `message-use-followup-to' and
14362         `message-use-mail-followup-to', in the information buffer.
14363
14364         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
14365         of broken groups(-beta).google.com.
14366
14367 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14368
14369         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
14370         parameter to invoked gnus-request-move-article; remove the
14371         redundant gnus-sum-hint-move-is-internal variable; apply the marks
14372         all at once instead of once per article.
14373         (gnus-summary-remove-process-mark): Accept a list of articles as
14374         well as a single article for processing.
14375
14376         * gnus-int.el (gnus-request-move-article): Add move-is-internal
14377         parameter.
14378
14379         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
14380
14381         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
14382
14383         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
14384         parameter.
14385
14386         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
14387         parameter.
14388
14389         * nnimap.el (nnimap-request-move-article): Add move-is-internal
14390         parameter and remove the gnus-sum-hint-move-is-internal variable.
14391
14392         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
14393         parameter.
14394
14395         * nndraft.el (nndraft-request-move-article): Add move-is-internal
14396         parameter.
14397
14398         * nndiary.el (nndiary-request-move-article): Add move-is-internal
14399         parameter.
14400
14401         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
14402
14403         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
14404         parameter.
14405
14406         * nnagent.el (nnagent-request-move-article): Add move-is-internal
14407         parameter.
14408
14409 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14410
14411         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
14412         a more conservative way.
14413
14414 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14415
14416         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
14417         buffer, so it moves the window's cursor.
14418
14419 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
14420
14421         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
14422         `mm-dissect-multipart' and receive the from field as an (optional)
14423         argument from `mm-dissect-multipart'.
14424         (mm-dissect-multipart): Receive the from field as an argument and
14425         pass it on when we call `mm-dissect-buffer' on MIME parts.
14426         Fixes verification/decryption of signed/encrypted MIME parts.
14427
14428 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
14429
14430         * gnus-sum.el (gnus-summary-move-article):
14431         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
14432         whatever it calls (right now, only nnimap-request-move article
14433         respects it).
14434
14435         * nnimap.el (nnimap-request-move-article):
14436         When gnus-sum-hint-move-is-internal is set, don't do the extra
14437         nnimap-request-article.
14438
14439 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14440
14441         * nnheader.el (nnheader-find-file-noselect): Add doc string.
14442
14443         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
14444         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
14445
14446         * gnus-sum.el (gnus-summary-caesar-message):
14447         Apply `gnus-treat-article' after rotation.
14448
14449         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
14450         doc string.
14451
14452 2005-02-22  Simon Josefsson  <jas@extundo.com>
14453
14454         * encrypt.el (encrypt-password-cache-expiry): Remove (use
14455         `password-cache-expiry' instead).  Reported by Arne Jørgensen
14456         <arne@arnested.dk>.
14457         (encrypt): Add password-cache and password-cache-expiry as group
14458         members.
14459
14460 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
14461
14462         * smime.el (smime-ldap-host-list): Doc fix.
14463         (smime-ask-passphrase): Use `password-read-and-add' to read (and
14464         cache) password.
14465         (smime-sign-region): Use it.
14466         (smime-decrypt-region): Use it.
14467         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
14468         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
14469         fails.
14470         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
14471         certificate from DER to PEM format rather than calling openssl.
14472
14473         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
14474
14475         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
14476         for signing/encryption.
14477
14478         * mml.el (mml-parse-1): Use them.
14479
14480 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
14481
14482         * nnrss.el (nnrss-verbose): Remove.
14483         (nnrss-request-group): Use `nnheader-message' instead.
14484
14485 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
14486
14487         * nnrss.el (nnrss-verbose): New variable.
14488         (nnrss-request-group): Make it say nnrss is requesting a group.
14489
14490 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14491
14492         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
14493         Handle news URL with given port correctly.
14494
14495 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14496
14497         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
14498         containing special characters.
14499
14500         * gnus-sum.el (gnus-summary-edit-article): Ditto.
14501
14502         * mml.el (mime-to-mml): Ditto.
14503
14504         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
14505         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
14506         (rfc2047-decode-region): Quote decoded words containing special
14507         characters when rfc2047-quote-decoded-words-containing-tspecials
14508         is non-nil.
14509
14510 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
14511
14512         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
14513
14514         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
14515
14516 2005-02-15  Simon Josefsson  <jas@extundo.com>
14517
14518         * nnimap.el (nnimap-debug): Doc fix.
14519
14520         * imap.el (imap-debug): Doc fix.
14521
14522 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14523
14524         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
14525
14526 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
14527
14528         * gnus.el (spam-contents): Improve docs for spam-contents
14529         parameter in its variable incarnation.
14530
14531 2005-02-14  Simon Josefsson  <jas@extundo.com>
14532
14533         * smime-ldap.el: Use require instead of load-library for ldap.
14534         (smime-ldap-search): Indent.
14535         (smime-ldap-search-internal): Shorten line.
14536
14537         * smime.el (smime-cert-by-dns): Add doc-string.
14538         (smime-cert-by-ldap-1): Indent.
14539
14540         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
14541         mml-smime-get-dns-ldap.
14542         (mml-smime-encrypt-query): Use new function.  Default to ldap.
14543
14544 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
14545
14546         * smime.el: Require smime-ldap.
14547         (smime-ldap-host-list): New variable.
14548         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
14549
14550         * mml-smime.el (mml-smime-encrypt-query): New function.
14551         (mml-smime-encrypt-query): Use it.
14552
14553         * smime-ldap.el: New file.
14554
14555 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14556
14557         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
14558
14559 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14560
14561         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
14562         argument in doc string.  Make query for type more clear.
14563
14564 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14565
14566         * gnus.el (gnus-group-startup-message): Search for gnus images in
14567         etc/images/gnus.
14568         * mm-util.el (mm-image-load-path): Likewise.
14569         * smiley.el (smiley-data-directory): Search for smilies in
14570         etc/images/smilies.
14571
14572 2005-02-09  Kim F. Storm  <storm@cua.dk>
14573
14574         Change Emacs release version from 21.4 to 22.1 throughout.
14575         Change Emacs development version from 21.3.50 to 22.0.50.
14576
14577 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14578
14579         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
14580
14581         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
14582         non-Mule XEmacs as well.
14583         (mm-decompress-buffer): Signal an error intentionally if it does
14584         not decompress compressed data because auto-compression-mode is
14585         disabled.
14586
14587 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
14588
14589         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
14590         an ID in the registry even if it has no groups.
14591
14592 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14593
14594         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
14595         merge it into mm-decompress-buffer.
14596         (gnus-mime-copy-part): Use the MIME part charset, the value which
14597         a user specified or gnus-newsgroup-charset for decoding, like
14598         gnus-mime-inline-part does; set buffer-file-coding-system to tell
14599         save-buffer what was used.  Suggested by Kevin Ryde
14600         <user42@zip.com.au>.
14601         (gnus-mime-inline-part): Allow the name parameter as well as the
14602         filename parameter; force decompressing of compressed data; always
14603         display contents being not decoded as unibyte.
14604
14605         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
14606         as well as the filename parameter.
14607
14608         * mm-util.el (mm-decompress-buffer):
14609         Merge gnus-mime-jka-compr-maybe-uncompress.
14610         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
14611         of compressed data.
14612
14613 2005-02-08  Simon Josefsson  <jas@extundo.com>
14614
14615         * imap.el (imap-log): Doc fix.
14616
14617 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14618
14619         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
14620         the coding cookies; decompress compressed parts.
14621
14622         * mml.el (mml-generate-mime-1): Add the charset parameter according
14623         to the value which a user specified manually or the coding cookie.
14624
14625         * mm-util.el (mm-string-to-multibyte): New function.
14626         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
14627         (mm-coding-system-to-mime-charset): New function.
14628         (mm-decompress-buffer): New function.
14629         (mm-find-buffer-file-coding-system): New function.
14630
14631         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
14632         (mm-display-inline-fontify): Rewrite for decoding and decompressing
14633         parts.
14634
14635 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14636
14637         * mm-view.el (mm-display-inline-fontify): Decode a part according
14638         to the charset parameter.
14639
14640 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14641
14642         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
14643         prefix arg is neither nil nor a number, as info specifies.
14644
14645 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14646
14647         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
14648         timestamps.
14649
14650 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
14651
14652         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
14653         groups error checking and notify user.
14654
14655 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
14656
14657         * message.el (message-send-mail-function): Check existence of
14658         sendmail-program first before using default value
14659         `message-send-mail-with-sendmail'.  Otherwise use more generic
14660         `smtpmail-send-it'.
14661
14662 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14663
14664         * nntp.el (nntp-request-update-info): Always return nil.
14665
14666 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14667
14668         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
14669
14670 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14671
14672         * message.el (message-beginning-of-line): Change the behavior when
14673         invoked between BOL and : so that it first moves backward.
14674
14675 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14676
14677         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
14678         article buffer when editing of the article is discarded.
14679         (gnus-article-prepare): Revert.
14680
14681 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14682
14683         * gnus-art.el (gnus-article-prepare):
14684         Remove message-strip-forbidden-properties from the local hook.
14685
14686 2005-01-27  Simon Josefsson  <jas@extundo.com>
14687
14688         * password.el (password-cache-add): Only start one timer per key.
14689         Reported by Derek Atkins <warlord@MIT.EDU>.
14690
14691 2005-01-26  Steve Youngs  <steve@sxemacs.org>
14692
14693         * run-at-time.el: Remove.  It is no longer needed as
14694         timer-funcs.el in the xemacs-base package has a working version of
14695         `run-at-time'.
14696
14697         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
14698
14699         * password.el: Require timer-funcs instead of run-at-time in
14700         XEmacs.
14701         Remove `password-run-at-time' macro.
14702         (password-cache-add): Use `run-at-time' instead of
14703         `password-run-at-time'.
14704
14705         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
14706         Remove `nnheader-cancel-function-timers' alias,
14707         `cancel-function-timers' exists in XEmacs in timer-funcs.
14708
14709         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
14710         for `run-with-idle-timer'.
14711
14712         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
14713         for `run-at-time'.
14714
14715         * mm-url.el: Require timer-funcs at compile time when in XEmacs
14716         for `with-timeout'.
14717
14718         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
14719         the same as for XEmacs 21.4.
14720         No need to ignore `run-with-idle-timer', this function exists in
14721         XEmacs now in timer-funcs.el in the xemacs-base package.
14722         (dgnushack-compile): No need to delete
14723         run-at-time.el from the list of files to compile because it
14724         doesn't exist anymore.
14725
14726 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14727
14728         * mml.el (mml-generate-mime-1): Convert string into unibyte when
14729         inserting " *mml*" buffer's contents into a unibyte temp buffer.
14730
14731 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
14732
14733         * mail-source.el (mail-source-fetch-imap): Search for ^From case
14734         sensitively.
14735
14736 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
14737
14738         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
14739
14740 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14741
14742         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
14743         which will be inserted according to the multibyteness of a buffer
14744         rather than the type of contents.  Suggested by ARISAWA Akihiro
14745         <ari@mbf.ocn.ne.jp>.
14746
14747         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
14748         of string which old xml.el may return rather than a string.
14749
14750 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14751
14752         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
14753
14754 2005-01-16  Simon Josefsson  <jas@extundo.com>
14755
14756         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
14757         idn/idna.el isn't available.
14758         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
14759         <michael@waxrat.com>.
14760
14761         * hashcash.el: Remove non-FSF copyright header.
14762
14763         * hashcash.el (hashcash-extra-generate-parameters): New variable.
14764         (hashcash-generate-payment): Use it.
14765         (hashcash-generate-payment-async): Use it.
14766
14767 2005-01-15  Simon Josefsson  <jas@extundo.com>
14768
14769         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
14770         Suggested by Raymond Scholz <ray-2005@zonix.de>.
14771
14772         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
14773         gnus-summary-idna-message.
14774         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
14775         (gnus-summary-idna-message): New function.
14776
14777 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14778
14779         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
14780         gnus-novice-user.
14781
14782 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14783
14784         * nnrss.el (nnrss-request-delete-group): Delete entries in
14785         nnrss-group-alist as well.
14786         (nnrss-save-server-data): Insert newline.
14787
14788 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
14789
14790         * gnus.el (gnus-user-agent): Use list of symbols instead of
14791         symbols.  Display full version number for (S)XEmacs.
14792         Optionally display (S)XEmacs codename.
14793
14794         * gnus-util.el (gnus-emacs-version): Update for new
14795         `gnus-user-agent'.
14796
14797         * gnus-msg.el (gnus-extended-version): Make it possible to omit
14798         Gnus version.
14799
14800 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14801
14802         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
14803         which is unreadable in some setups.
14804
14805 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14806
14807         * gnus-spec.el (gnus-update-format-specifications): Flush the
14808         group format spec cache if it doesn't support decoded group names.
14809
14810 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14811
14812         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
14813         Allow to apply decay on score files matching a regexp.
14814
14815 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14816
14817         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
14818         compatibility in %g and %c.
14819
14820 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14821
14822         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
14823         name for only %g and %c.
14824         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
14825         of gnus-tmp-group to decoded group name.
14826         (gnus-group-make-rss-group): Exclude `/'s from group names.
14827
14828 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14829
14830         * nnrss.el (nnrss-get-encoding): Fix regexp.
14831
14832 2004-12-27  Simon Josefsson  <jas@extundo.com>
14833
14834         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
14835         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
14836         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
14837
14838 2004-12-17  Kim F. Storm  <storm@cua.dk>
14839
14840         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
14841
14842         * gnus-sum.el (gnus-summary-mode-map): Likewise.
14843
14844 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14845
14846         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
14847
14848 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14849
14850         * nnrss.el: Require rfc2047 and mml.
14851         (nnrss-file-coding-system): New variable.
14852         (nnrss-format-string): Redefine it as an inline function.
14853         (nnrss-decode-group-name): New function.
14854         (nnrss-string-as-multibyte): Remove.
14855         (nnrss-retrieve-headers): Decode group name; don't use
14856         nnrss-format-string.
14857         (nnrss-request-group): Decode group name.
14858         (nnrss-request-article): Decode group name; allow a Message-ID as
14859         well as an article number; don't use nnrss-format-string; encode a
14860         Message-ID string which may contain non-ASCII characters; use
14861         mml-to-mime to compose a MIME article.
14862         (nnrss-request-expire-articles): Decode group name.
14863         (nnrss-request-delete-group): Decode group name.
14864         (nnrss-fetch): Clarify error message.
14865         (nnrss-read-server-data): Use insert-file-contents instead of load;
14866         bind file-name-coding-system; use multibyte buffer.
14867         (nnrss-save-server-data): Bind coding-system-for-write to the
14868         value of nnrss-file-coding-system; bind file-name-coding-system;
14869         add coding cookie.
14870         (nnrss-read-group-data): Use insert-file-contents instead of load;
14871         bind file-name-coding-system; use multibyte buffer.
14872         (nnrss-save-group-data): Bind coding-system-for-write to the
14873         value of nnrss-file-coding-system; bind file-name-coding-system.
14874         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
14875         make it work with non-ASCII text.
14876         (nnrss-find-el): Make it work with old xml.el as well.
14877
14878 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14879
14880         * nnrss.el (nnrss-get-encoding): New function.
14881         (nnrss-fetch): Use unibyte buffer initially; bind
14882         coding-system-for-read while performing mm-url-insert; remove ^Ms;
14883         decode contents according to the encoding attribute.
14884         (nnrss-save-group-data): Add coding cookie.
14885         (nnrss-mime-encode-string): New function.
14886         (nnrss-check-group): Use it to encode subject and author.
14887
14888 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
14889
14890         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
14891         imaginary variable.
14892
14893 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14894
14895         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
14896         correctly even if there are wide characters.
14897
14898 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14899
14900         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
14901         downcased symbol names; make a new cache instead of reusing
14902         bbdb-hashtable.
14903
14904 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14905
14906         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14907         concatenating segments rather than before concatenating them.
14908         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14909
14910         * message.el (message-get-reply-headers): Bind `extra'.
14911
14912 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14913
14914         * message.el (message-extra-wide-headers): New variable.
14915         (message-get-reply-headers): Use it.
14916
14917 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14918
14919         * gnus-agent.el (gnus-agent-group-path): Decode group name.
14920         (gnus-agent-group-pathname): Ditto.
14921
14922         * gnus-cache.el (gnus-cache-file-name): Decode group name.
14923
14924         * gnus-group.el (gnus-group-make-group): Decode group name.
14925         (gnus-group-make-rss-group): Register the group data after opening
14926         the nnrss group.
14927
14928 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
14929
14930         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
14931         by expiry now get marked as read.
14932
14933 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14934
14935         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
14936
14937 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
14938
14939         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
14940         unify Latin characters in XEmacs.
14941         (mm-find-mime-charset-region): Use it.
14942
14943 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14944
14945         * gnus-util.el (gnus-delete-directory): New function.
14946
14947         * gnus-agent.el (gnus-agent-delete-group): Use it.
14948
14949         * gnus-cache.el (gnus-cache-delete-group): Use it.
14950
14951 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14952
14953         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
14954         names.
14955
14956 2004-12-16  Simon Josefsson  <jas@extundo.com>
14957
14958         * hashcash.el (hashcash-payment-alist): Fix custom :type.
14959
14960 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14961
14962         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
14963
14964         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
14965         (gnus-group-set-current-level): Decode group name.
14966
14967 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
14968
14969         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
14970         failed.
14971
14972 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14973
14974         * gnus-group.el (gnus-group-delete-group): Decode group name.
14975         (gnus-group-make-rss-group): Encode group name.
14976         (gnus-group-catchup-current): Decode group name.
14977         (gnus-group-kill-group): Decode group name.
14978
14979 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14980
14981         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
14982
14983 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14984
14985         * gnus-group.el (gnus-group-make-rss-group):
14986         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
14987
14988         * gnus-start.el (gnus-setup-news): Honor user's setting to
14989         gnus-message-archive-method.  Suggested by Lute Kamstra
14990         <lute@gnu.org>.
14991
14992 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
14993
14994         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
14995         global counterparts of the buffer-local variables.
14996
14997 2004-11-16  Romain Francoise  <romain@orebokech.com>
14998
14999         * gnus-sum.el (gnus-summary-exit): Don't clear the global
15000         counterparts of the buffer-local variables.
15001
15002 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15003
15004         * message.el (message-forbidden-properties): Fix typo in doc
15005         string.
15006
15007 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15008
15009         * gnus-util.el (gnus-replace-in-string): Add doc string.
15010
15011         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
15012         to avoid problems when splitting mails with many recipients.
15013
15014 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15015
15016         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
15017         pop-to-buffer, covered by the subsequent gnus-configure-windows.
15018
15019 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
15020
15021         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
15022         if there is no hashtable in memory or file modification time is
15023         newer than cached timestamp.
15024
15025 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
15026
15027         * gnus-sum.el (gnus-summary-limit-to-recipient):
15028         Implement not-matching option.
15029
15030 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
15031
15032         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
15033         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
15034         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15035         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
15036         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
15037         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
15038
15039 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15040
15041         * message.el (message-forward-make-body-mml): Remove headers
15042         according to message-forward-ignored-headers if a message is decoded.
15043
15044 2004-12-02  Romain Francoise  <romain@orebokech.com>
15045
15046         * message.el (message-forward-make-body-plain): Always remove
15047         headers according to message-forward-ignored-headers.
15048
15049 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
15050
15051         * spam.el (spam-summary-prepare-exit): Remove the
15052         gnus-summary-limit pop for now, it has problems with ham marks for
15053         me.
15054
15055 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
15056
15057         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
15058         correctly.
15059
15060 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
15061
15062         * format-spec.el (format-spec): Message the char.
15063
15064 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
15065
15066         * gnus-art.el (gnus-split-methods): Reformat comments.
15067
15068         * spam.el (spam-summary-prepare-exit): Remove article limits
15069         before exiting the summary buffer.
15070
15071 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15072
15073         * lpath.el: Remove bbdb-create-internal, bbdb-records,
15074         spam-BBDB-register-routine and spam-enter-ham-BBDB.
15075
15076         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
15077         order to silence the byte compiler.
15078
15079         * spam.el: Fix the way to silence the byte compiler, which
15080         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
15081         bbdb-search-simple, spam-BBDB-register-routine,
15082         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
15083         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
15084         spam-stat-buffer-is-spam, spam-stat-load,
15085         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
15086         spam-stat-save and spam-stat-split-fancy.
15087
15088 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15089
15090         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
15091         which may confuse users.
15092         (canlock-password-for-verify): Ditto.
15093
15094         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
15095
15096         * gnus-art.el (gnus-emphasis-alist): Ditto.
15097
15098         * gnus-registry.el (gnus-registry-max-entries): Ditto.
15099
15100         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
15101
15102         * gnus-start.el (gnus-save-killed-list): Ditto.
15103
15104         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
15105         (gnus-sum-thread-tree-root): Ditto.
15106         (gnus-sum-thread-tree-false-root): Ditto.
15107         (gnus-sum-thread-tree-single-indent): Ditto.
15108
15109         * message.el (message-courtesy-message): Ditto.
15110         (message-archive-note): Ditto.
15111         (message-subscribed-address-file): Ditto.
15112         (message-user-fqdn): Ditto.
15113
15114         * spam-report.el (spam-report-gmane-regex): Ditto.
15115
15116         * spam.el (spam-blackhole-good-server-regex): Ditto.
15117
15118 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15119
15120         * mml.el (mml-preview): Widen the message buffer before copying
15121         the contents to the preview buffer; sort headers before previewing.
15122
15123         * message.el (message-hidden-headers): Fix the way to avoid a bug
15124         in the `repeat' widget in Emacs 21.3 or earlier.
15125
15126 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15127
15128         * message.el (message-hidden-headers): Default to "^References:".
15129         Improve customization type.  Suggested by Reiner Steib
15130         <Reiner.Steib@gmx.de>.
15131
15132 2004-11-25  Romain Francoise  <romain@orebokech.com>
15133
15134         * message.el (message-strip-forbidden-properties): Remove check for
15135         obsolete `message-hidden' text property, hidden headers are not
15136         accessible in the buffer anymore.
15137
15138 2004-11-22  Romain Francoise  <romain@orebokech.com>
15139
15140         * message.el (message-header-format-alist): Add `From' in list
15141         so that it can be sorted.
15142         (message-fix-before-sending): Widen and sort headers before
15143         sending.
15144         (message-hide-headers): Use narrowing to hide headers by moving
15145         them to the top of the buffer and narrowing to the region
15146         underneath.
15147
15148 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15149
15150         * message.el (message-strip-forbidden-properties):
15151         Bind buffer-read-only (etc) to nil.
15152
15153 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15154
15155         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
15156         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15157
15158 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
15159
15160         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
15161
15162 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15163
15164         * dns.el (query-dns): Use sit-for to time instead of
15165         accept-process-output, since that doesn't seem to work on udp
15166         sockets.
15167
15168 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15169
15170         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
15171
15172 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
15173
15174         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
15175         doc string.  Improve doc string.
15176
15177 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15178
15179         * nntp.el (nntp-request-update-info): Return nil if
15180         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
15181         may not call gnus-activate-group which uselessly issues the GROUP
15182         commands for all nntp groups and wastes time.  Reported by Romain
15183         Francoise <romain@orebokech.com>.
15184
15185         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
15186
15187 2004-11-15  Simon Josefsson  <jas@extundo.com>
15188
15189         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
15190         headers separately.
15191         (gnus-button-openpgp): New function, inspired by Jochen Küpper
15192         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
15193
15194 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15195
15196         * gnus-start.el (gnus-convert-old-newsrc):
15197         Assign legacy-gnus-agent to 5.10.7.
15198
15199 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15200
15201         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
15202         start of the lines.
15203
15204 2004-11-14  Magnus Henoch  <mange@freemail.hu>
15205
15206         * hashcash.el (hashcash-default-payment): Change default to 20.
15207         (hashcash-default-accept-payment): Change default to 20.
15208         (hashcash-process-alist): New variable.
15209         (hashcash-generate-payment-async): Add.
15210         (hashcash-already-paid-p): Add.
15211         (hashcash-insert-payment): Don't generate payments twice.
15212         (hashcash-insert-payment-async): Add.
15213         (hashcash-insert-payment-async-2): Add.
15214         (hashcash-cancel-async): Add.
15215         (hashcash-wait-async): Add.
15216         (hashcash-processes-running-p): Add.
15217         (hashcash-wait-or-cancel): Add.
15218         (mail-add-payment): New optional argument.  Conditionally start
15219         asynchronous calculation.
15220         (mail-add-payment-async): Add.
15221
15222         * message.el (message-send-mail): Wait for asynchronous hashcash
15223         results.  Don't clobber existing X-Hashcash headers.
15224         (message-setup-1): Call mail-add-payment-async when
15225         message-generate-hashcash is non-nil.
15226
15227 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15228
15229         * message.el (message-use-alternative-email-as-from): Examine the
15230         From header as well; use message-make-from in order to include a
15231         user's full name.
15232
15233 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15234
15235         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
15236         default; improve customization type.
15237         (gnus-emphasis-custom-with-format): New macro.
15238         (gnus-emphasis-custom-value-to-external): New function.
15239         (gnus-emphasis-custom-value-to-internal): New function.
15240
15241 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15242
15243         * dns.el (query-dns): Resolve reverse addresses.
15244
15245 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15246
15247         * gnus-group.el (gnus-group-get-new-news): Use it.
15248
15249         * gnus-start.el (gnus-check-reasonable-setup): New function.
15250
15251 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15252
15253         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
15254         "Args out of range" error.  Reported by Arnaud Giersch
15255         <arnaud.giersch@free.fr>.
15256
15257 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15258
15259         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
15260
15261 2004-11-04  Richard M. Stallman  <rms@gnu.org>
15262
15263         * spam.el (spam group): Add :version.
15264
15265         * pgg-def.el (pgg group): Add :version.
15266
15267 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15268
15269         * gnus-art.el (gnus-article-edit-article): Don't associate the
15270         article buffer with a draft file.  This is a temporary measure
15271         against the 2004-08-22 change to gnus-article-edit-mode.
15272
15273 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15274
15275         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
15276         (html2text-format-tags): Remove unused variable `attr'.
15277
15278 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15279
15280         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
15281
15282         * tls.el (tls-process-connection-type, tls-success)
15283         (tls-certtool-program): Add :version.
15284
15285         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
15286         (starttls-extra-arguments, starttls-process-connection-type)
15287         (starttls-connect, starttls-failure, starttls-success): Add :version.
15288
15289         * spam-stat.el (spam-stat): Add :version.
15290
15291         * sieve.el (sieve): Add :version.
15292
15293         * sha1.el (sha1): Add :version.
15294         (sha1-use-external): Remove redundant version.
15295
15296         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
15297         (nnmail-cache-ignore-groups, nnmail-spool-hook)
15298         (nnmail-split-fancy-match-partial-words)
15299         (nnmail-split-lowercase-expanded): Add :version.
15300
15301         * nndiary.el (nndiary): Add :version.
15302
15303         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
15304
15305         * mml-sec.el (mml-default-sign-method)
15306         (mml-default-encrypt-method, mml-signencrypt-style-alist):
15307         Add :version.
15308
15309         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
15310
15311         * mm-url.el (mm-url-use-external, mm-url-program)
15312         (mm-url-arguments): Add :version.
15313
15314         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
15315         (mm-attachment-file-modes, mm-decrypt-option)
15316         (mm-w3m-safe-url-regexp): Add :version.
15317
15318         * message.el (message-cite-prefix-regexp)
15319         (message-sendmail-envelope-from, message-minibuffer-local-map)
15320         (message-user-fqdn, message-completion-alist): Add :version.
15321
15322         * gnus-win.el (gnus-configure-windows-hook)
15323         (gnus-use-frames-on-any-display): Add :version.
15324
15325         * gnus-art.el (gnus-article-address-banner-alist)
15326         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
15327         (gnus-treat-from-picon, gnus-treat-mail-picon)
15328         (gnus-treat-x-pgp-sig): Add :version.
15329
15330         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
15331         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
15332         (gnus-summary-article-delete-hook)
15333         (gnus-summary-display-while-building): Add :version.
15334
15335         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
15336         (gnus-get-top-new-news-hook): Add :version.
15337
15338         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15339         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
15340
15341         * gnus-registry.el (gnus-registry): Add :version.
15342
15343         * gnus-spec.el (gnus-use-correct-string-widths)
15344         (gnus-make-format-preserve-properties): Add :version.
15345
15346         * gnus.el (gnus-group-charter-alist)
15347         (gnus-group-fetch-control-use-browse-url)
15348         (gnus-install-group-spam-parameters): Add :version.
15349
15350         * gnus-diary.el (gnus-diary): Add :version.
15351
15352         * gnus-delay.el (gnus-delay): Add :version.
15353
15354         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
15355         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
15356         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
15357         Add :version.
15358
15359         * gnus-agent.el (gnus-agent-max-fetch-size)
15360         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
15361         (gnus-agent-prompt-send-queue): Add :version.
15362
15363         * deuglify.el (gnus-outlook-deuglify): Add :version.
15364
15365         * html2text.el: Beautify code.  Improve doc strings.
15366         Some checkdoc cleanup.
15367         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
15368
15369 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
15370
15371         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
15372
15373 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
15374
15375         * gnus-registry.el (gnus-registry-hashtb): Create the registry
15376         when package is loaded.
15377
15378         * spam.el (spam-summary-score-preferred-header): Add global preference
15379         for people who want to override the default SpamAssassin over
15380         Bogofilter preference (when both are set).
15381         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
15382         (spam-user-format-function-S):
15383         Check spam-summary-score-preferred-header.
15384         (spam-extra-header-to-number): Add X-Bogosity header parsing.
15385         (spam-user-format-function-S): Format the score correctly.
15386
15387 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15388
15389         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
15390         signature file.  Suggested by Manoj Srivastava
15391         <srivasta@golden-gryphon.com>.
15392
15393         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
15394         iso-2022-jp even in the Japanese language environment.
15395         Suggested by Jason Rumney <jasonr@gnu.org>.
15396
15397 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15398
15399         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
15400         use the same characters as the dummy marks; make it free from
15401         getting affected by the language environment.
15402         (gnus-summary-read-group-1): Update mark positions only when the
15403         format spec is updated.
15404
15405         * gnus-spec.el (gnus-update-format-specifications): Return a list
15406         of updated types.
15407
15408 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15409
15410         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
15411         of boundp to check if display-warning is available.
15412
15413 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
15414
15415         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
15416
15417 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15418
15419         * nnspool.el (nnspool-spool-directory): Use news-path if the
15420         news-directory variable is not bound.
15421
15422         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
15423         function instead of display-warning if it is not available.
15424
15425 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15426
15427         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
15428         v5-10: Use `point-at-bol'.
15429
15430 2004-10-26  Simon Josefsson  <jas@extundo.com>
15431
15432         * hashcash.el: Fix URL in comment, reported by Cheng Gao
15433         <chenggao@gmail.com>.
15434
15435 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15436
15437         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
15438         instead.
15439
15440 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
15441
15442         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
15443         to remove a server from the nnimap-server-buffer-alist.
15444         (nnimap-open-connection, nnimap-close-server): Use it.
15445
15446         * gnus-encrypt.el: Remove file in favor of encrypt.el.
15447
15448 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15449
15450         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
15451         running the major-mode function.
15452
15453 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15454
15455         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
15456         dummy marks in the right way.
15457
15458 2004-10-18  David Edmondson  <dme@dme.org>
15459
15460         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
15461         excessively.
15462
15463 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
15464
15465         * gnus-util.el (gnus-split-references): Accept a nil references
15466         string and go on blissfully.
15467
15468         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
15469         cases where the references string is non-nil but has no references.
15470
15471         * encrypt.el: Add autoload tags.
15472
15473         * spam.el (spam-resolve-registrations-routine): Remove article
15474         from unregistration list too.  Reported by David Hanak
15475         <dhanak@isis.vanderbilt.edu>
15476
15477 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
15478
15479         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
15480         nil.  Change custom type.
15481
15482 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
15483
15484         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
15485
15486         * gnus-sum.el (gnus-summary-move-article): Use it.
15487
15488 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
15489
15490         * encrypt.el: Add autoload cookies.
15491
15492         * spam.el (spam-backend-article-list-property)
15493         (spam-backend-get-article-todo-list)
15494         (spam-backend-put-article-todo-list)
15495         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
15496         Resolve registrations separately.
15497         (spam-register-routine): Format comments.
15498         (spam-unregister-routine, spam-register-routine): Always call with
15499         specific-articles, no default list.
15500         (spam-summary-prepare-exit): Use the spam-classifications function.
15501
15502         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
15503         gnus-encrypt.el.
15504
15505         * encrypt.el: Copied from gnus-encrypt.el.
15506
15507         * gnus-encrypt.el: Commented that it's obsolete.
15508
15509 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15510
15511         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
15512         (gnus-score-save): Use it.
15513
15514         * message.el (message-bury): Use `window-dedicated-p'.
15515
15516 2004-10-15  Simon Josefsson  <jas@extundo.com>
15517
15518         * pop3.el (top-level): Don't require nnheader.
15519         (pop3-read-timeout): Add.
15520         (pop3-accept-process-output): Add.
15521         (pop3-read-response, pop3-retr): Use it.
15522
15523 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
15524
15525         * spam.el (spam-register-routine): Move comment.
15526         (spam-verify-bogofilter): Use 'unknown for the initial
15527         spam-bogofilter-valid state, not 'never.
15528
15529         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
15530         for netrc-machine.
15531
15532         * nnimap.el (nnimap-open-connection):
15533         Use netrc-machine-user-or-password.
15534
15535 2004-10-17  Richard M. Stallman  <rms@gnu.org>
15536
15537         * gnus-registry.el (gnus-registry-unload-hook):
15538         Set as a variable with add-hook.
15539
15540         * nnspool.el (nnspool-spool-directory): Use news-directory instead
15541         of news-path.
15542
15543         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
15544
15545         * spam.el: Delete duplicate `provide'.
15546         (spam-unload-hook): Set as a variable with add-hook.
15547
15548 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15549
15550         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
15551         in the doc string.
15552
15553         * message.el (message-ignored-news-headers)
15554         (message-ignored-supersedes-headers)
15555         (message-ignored-resent-headers)
15556         (message-forward-ignored-headers): Improve custom type.
15557
15558 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15559
15560         * message.el (message-tokenize-header): Fix 2004-09-06 change
15561         which used point-min in the wrong place.
15562
15563 2004-10-12  Simon Josefsson  <jas@extundo.com>
15564
15565         * tls.el (tls-certtool-program): New variable.
15566         (tls-certificate-information): New function, based on
15567         ssl-certificate-information.
15568
15569 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15570
15571         * compface.el: Move the version of ELisp-based uncompface program
15572         to the contrib directory because of the copyright problem.
15573
15574 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15575
15576         * message.el (message-kill-buffer): Raise the current frame.
15577
15578 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15579
15580         * gnus-sum.el: Mention that multibyte characters don't work as marks.
15581
15582         * gnus.el (message-y-or-n-p): Autoload.
15583
15584         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
15585         (pop3-password-required, pop3-authentication-scheme)
15586         (pop3-leave-mail-on-server): Make customizable.
15587         (pop3): New custom group.
15588         (pop3-retr): Remove `sleep-for' statements.
15589         Suggested by Dave Love <fx@gnu.org>.
15590
15591         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
15592         Windows/DOS.
15593
15594         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15595         (imap-parse-body): Fix incorrect use of `assert'.
15596         Suggested by Dave Love <fx@gnu.org>.
15597
15598         * mml.el (mml-minibuffer-read-disposition): Require match.
15599         Suggested by Dave Love <fx@gnu.org>.
15600
15601 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15602
15603         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
15604         doc string.
15605
15606 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15607
15608         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
15609
15610 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15611
15612         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
15613         instead of calling `mm-insert-inline', to decode text/* parts
15614         before displaying them.
15615
15616 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15617
15618         * mm-uu.el (mm-uu-text-plain-type): New variable.
15619         (mm-uu-pgp-signed-extract-1): Use it.
15620         (mm-uu-pgp-encrypted-extract-1): Use it.
15621         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
15622         bind mm-uu-text-plain-type with that value.
15623         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
15624         mm-uu-dissect.
15625
15626 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15627
15628         * gnus-group.el (gnus-update-group-mark-positions):
15629         * gnus-sum.el (gnus-update-summary-mark-positions):
15630         * message.el (message-check-news-body-syntax):
15631         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
15632         of string-as-multibyte.
15633
15634 2004-10-05  Juri Linkov  <juri@jurta.org>
15635
15636         * gnus-group.el (gnus-update-group-mark-positions):
15637         * gnus-sum.el (gnus-update-summary-mark-positions):
15638         * message.el (message-check-news-body-syntax):
15639         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
15640         8-bit unibyte values to a multibyte string for search functions.
15641
15642 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15643
15644         * mm-uu.el (mm-uu-dissect): Allow optional arg.
15645         (mm-uu-dissect-text-parts): New function.
15646
15647         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
15648         dissect text parts.
15649
15650         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
15651         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
15652
15653         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
15654
15655         * gnus-topic.el (gnus-topic-hierarchical-parameters):
15656         Use gnus-current-topics instead of gnus-current-topic.
15657
15658 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
15659
15660         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
15661
15662 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
15663
15664         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
15665         where approriate.
15666
15667         * nnml.el (nnml-generate-active-info): do.
15668
15669         * nndiary.el (nndiary-generate-active-info): do.
15670
15671         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
15672         (gnus-topic-move): do.
15673
15674         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
15675         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
15676
15677         * gnus-srvr.el (gnus-server-prepare)
15678         (gnus-server-open-all-servers): do.
15679
15680         * gnus-msg.el (gnus-summary-cancel-article)
15681         (gnus-summary-resend-message)
15682         (gnus-summary-mail-crosspost-complaint): do.
15683
15684         * gnus-move.el (gnus-change-server): do.
15685
15686         * gnus-group.el (gnus-group-unmark-all-groups)
15687         (gnus-group-set-current-level): do.
15688
15689 2004-10-04  Simon Josefsson  <jas@extundo.com>
15690
15691         * message.el (message-generate-hashcash): Doc fix.
15692
15693 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
15694
15695         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
15696         avoid infinite recursion via gnus-get-function.
15697
15698 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
15699
15700         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
15701
15702         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
15703
15704         * nnmail.el (nnmail-split-history): do.
15705
15706         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
15707         (nnml-request-delete-group): do.
15708
15709         * nnslashdot.el (nnslashdot-read-groups): do.
15710
15711         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
15712         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
15713
15714         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
15715         (nnspool-sift-nov-with-sed): Use last.
15716         (nnspool-retrieve-headers-with-nov): Use mapc.
15717         (nnspool-request-newgroups): Use dolist.
15718         (nnspool-request-group): Use last.
15719
15720         * nntp.el (nntp-read-server-type): Use dolist.
15721
15722         * nnvirtual.el (nnvirtual-create-mapping)
15723         (nnvirtual-update-read-and-marked): Use dolist.
15724         (nnvirtual-convert-headers): Simplify.
15725
15726 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15727
15728         * gnus-agent.el (gnus-agent-synchronize-group-flags):
15729         Add support for sync'ing tick marks.
15730
15731 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15732
15733         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
15734         there's no visible header.
15735
15736 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15737
15738         * gnus-agent.el (gnus-agent-synchronize-group-flags):
15739         When necessary, pass full group name to gnus-request-set-marks.
15740
15741 2004-10-01  Simon Josefsson  <jas@extundo.com>
15742
15743         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
15744         acroread.
15745
15746 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15747
15748         * spam-report.el (spam-report-gmane): Fix interactive.
15749
15750         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
15751
15752         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
15753         when writing file.
15754         (gnus-agent-synchronize-flags): Don't default to being
15755         interactive.
15756
15757 2004-09-30  Simon Josefsson  <jas@extundo.com>
15758
15759         * message.el (message-generate-hashcash): Add.
15760         (message-send-mail): Use it, call mail-add-payment.
15761
15762 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15763
15764         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
15765
15766 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
15767
15768         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
15769         gnus-requst-update-info with explicit code to sync the in-memory
15770         info read flags with the marks being sync'd to the backend.
15771
15772         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
15773
15774 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15775
15776         * spam.el (spam-verify-bogofilter): Add new function.
15777         (spam-check-bogofilter)
15778         (spam-bogofilter-register-with-bogofilter): Use it.
15779         (spam-verify-bogofilter): Add small fixes.
15780
15781 2004-09-28  Simon Josefsson  <jas@extundo.com>
15782
15783         * hashcash.el (hashcash-generate-payment): Revert.
15784
15785 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15786
15787         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15788         Use gnus-extract-references instead of gnus-split-references.
15789
15790         * gnus-util.el (gnus-extract-references): Add new function, analogous
15791         to gnus-split-references but extracts only the message-ID without
15792         anything extra.
15793
15794         * hashcash.el (hashcash-generate-payment)
15795         (hashcash-check-payment): Do the right thing if hashcash-path is
15796         nil (because the hashcash program could not be found).
15797
15798         * spam.el (spam-use-hashcash): Remove comment.
15799
15800 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
15801
15802         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
15803         (gnus-cache-enter-article, gnus-cache-remove-article)
15804         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
15805
15806         * gnus-async.el (gnus-async-prefetch-remove-group): do.
15807
15808         * gnus-art.el (article-hide-boring-headers)
15809         (article-translate-strings, article-display-face)
15810         (gnus-article-mime-match-handle-first)
15811         (gnus-article-highlight-headers)
15812         (gnus-article-add-buttons-to-head): do.
15813
15814 2004-09-27  Simon Josefsson  <jas@extundo.com>
15815
15816         * hashcash.el: New version, from
15817         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
15818         ../contrib/.
15819
15820 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15821
15822         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
15823
15824 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
15825
15826         * gnus-dup.el (gnus-dup-open): Use mapc.
15827         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
15828
15829         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
15830         Reported by Stefan Wiens <s.wi@gmx.net>.
15831
15832         * gnus.el (gnus-shutdown): Use dolist.
15833
15834         * gnus-undo.el (gnus-undo): Use mapc.
15835
15836         * nnrss.el (nnrss-generate-active): do.
15837
15838         * message.el (message-cite-original-without-signature)
15839         (message-cite-original): Use mapc.
15840         (message-do-actions, message-make-forward-subject): Use dolist.
15841
15842 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15843
15844         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
15845         deletion to remove entire duplicate line.  Fixes merged article
15846         number bug.
15847
15848 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15849
15850         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
15851         servers that are offline.  Avoids having gnus-agent-toggle-plugged
15852         first ask if you want to open a server and then, even when you
15853         responded with no, asking if you want to synchronize the server's
15854         flags.
15855         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
15856         multi-line expressions.
15857         (gnus-agent-synchronize-group-flags): New internal function.
15858         Updates marks in memory (in the info structure) AND in the
15859         backend.
15860
15861         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
15862
15863         * nnagent.el (nnagent-request-set-mark):
15864         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
15865         method, to ensure that synchronization updates marks in the
15866         backend and in the info (in memory) structure.
15867
15868 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15869
15870         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
15871         convention fully; don't miss the root article of a thread; make
15872         the X-Draft-From header with correct article numbers.
15873
15874 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
15875
15876         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
15877         unless plugged.  Disable the agent so that an open failure causes
15878         an error.
15879
15880         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
15881         Revert 2004-09-21 change.  The backend must be opened while
15882         synchronizing flags even when the backend stores the flags
15883         locally.
15884
15885 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
15886
15887         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
15888         in `header' match.  Reported by Svend Tollak Munkejord.
15889
15890         * message.el (message-cite-original): Fix use of
15891         `message-cite-articles-with-x-no-archive'.
15892
15893 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15894
15895         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
15896         (gnus-window-to-buffer): Ditto.
15897
15898         * mml.el (mml-preview-buffer): New variable.
15899         (mml-preview): Manage window layout with gnus-buffer-configuration.
15900
15901         * gnus-msg.el (gnus-setup-message): Put article numbers into the
15902         X-Draft-From header even if those articles aren't quoted.
15903
15904 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
15905
15906         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
15907         (gnus-request-set-mark, gnus-request-update-mark): Use new
15908         g-s-t-u-l-m to decide to use backend even when unplugged.
15909
15910 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15911
15912         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
15913         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
15914
15915 2004-09-20  Simon Josefsson  <jas@extundo.com>
15916
15917         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
15918         "utf-16-le".
15919
15920 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15921
15922         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
15923
15924 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15925
15926         * uudecode.el (uudecode-use-external): Add :version.
15927
15928         * smime.el (smime-CA-file, smime-encrypt-cipher)
15929         (smime-dns-server): Add :version.
15930
15931         * smiley.el (gnus-smiley-file-types): Add :version.
15932
15933         * sha1.el (sha1-use-external): Add :version.
15934
15935         * pgg-def.el (pgg-query-keyserver): Add :version.
15936
15937         * nnmail.el (nnmail-fancy-expiry-targets)
15938         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
15939         Add :version.
15940
15941         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
15942         (nnimap-retrieve-groups-asynchronous): Add :version.
15943         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
15944
15945         * mml.el (mml-content-disposition-parameters)
15946         (mml-insert-mime-headers-always): Add :version.
15947
15948         * mm-util.el (mm-coding-system-priorities): Add :version.
15949
15950         * mm-decode.el (mm-inline-text-html-with-images)
15951         (mm-keep-viewer-alive-types, mm-external-terminal-program)
15952         (mm-verify-option): Add :version.
15953         (mm-text-html-renderer): Change :version.
15954
15955         * message.el (message-fcc-externalize-attachments)
15956         (message-required-headers, message-draft-headers)
15957         (message-subject-trailing-was-query)
15958         (message-subject-trailing-was-ask-regexp)
15959         (message-subject-trailing-was-regexp, message-mark-insert-begin)
15960         (message-mark-insert-end, message-archive-header)
15961         (message-archive-note, message-cross-post-default)
15962         (message-cross-post-note, message-followup-to-note)
15963         (message-cross-post-note-function, message-use-mail-followup-to)
15964         (message-subscribed-address-functions)
15965         (message-subscribed-address-file, message-subscribed-addresses)
15966         (message-subscribed-regexps, message-allow-no-recipients)
15967         (message-yank-cited-prefix, message-signature-insert-empty-line)
15968         (message-hidden-headers, message-hierarchical-addresses)
15969         (message-mail-user-agent, message-use-idna)
15970         (message-valid-fqdn-regexp)
15971         (message-strip-special-text-properties, message-header-synonyms)
15972         (message-beginning-of-line, message-tab-body-function): Add :version.
15973         (message-insert-canlock, message-wide-reply-confirm-recipients):
15974         Change :version.
15975
15976         * mail-source.el (mail-source-ignore-errors): Add :group, :type
15977         and :version.
15978         (mail-source-delete-old-incoming-confirm)
15979         (mail-source-movemail-program): Add :version.
15980
15981         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
15982         (gnus-agent-cache, gnus-agent): Change :version.
15983
15984         * gnus-util.el (gnus-use-byte-compile): Change :version.
15985
15986         * gnus-sum.el (gnus-summary-make-false-root-always)
15987         (gnus-summary-default-high-score)
15988         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
15989         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
15990         (gnus-read-all-available-headers, gnus-article-emulate-mime)
15991         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
15992         (gnus-sum-thread-tree-single-indent)
15993         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
15994         (gnus-sum-thread-tree-leaf-with-other)
15995         (gnus-sum-thread-tree-single-leaf): Add :version.
15996         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
15997         (gnus-article-loose-mime): Change :version.
15998
15999         * gnus-start.el (gnus-backup-startup-file)
16000         (gnus-save-startup-file-via-temp-buffer): Add :version.
16001
16002         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
16003         (gnus-server-offline-face): Add :version.
16004
16005         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
16006
16007         * gnus-msg.el (gnus-gcc-externalize-attachments)
16008         (gnus-debug-files, gnus-debug-exclude-variables)
16009         (gnus-discouraged-post-methods): Change :version.
16010         (gnus-confirm-mail-reply-to-news)
16011         (gnus-confirm-treat-mail-like-news): Add :version.
16012
16013         * gnus-int.el (gnus-server-unopen-status): Add :version.
16014
16015         * gnus-group.el (gnus-group-jump-to-group-prompt)
16016         (gnus-large-ephemeral-newsgroup)
16017         (gnus-fetch-old-ephemeral-headers): Add :version.
16018
16019         * gnus-fun.el (gnus-x-face-directory)
16020         (gnus-convert-pbm-to-x-face-command)
16021         (gnus-convert-image-to-x-face-command)
16022         (gnus-convert-image-to-face-command): Add :version.
16023
16024         * gnus-delay.el (gnus-delay-default-hour): Add :version.
16025
16026         * gnus-cite.el (gnus-cite-blank-line-after-header)
16027         (gnus-article-boring-faces): Add :version.
16028
16029         * gnus-art.el (gnus-buttonized-mime-types)
16030         (gnus-inhibit-mime-unbuttonizing)
16031         (gnus-treat-display-face)
16032         (gnus-treat-body-boundary): Change :version.
16033         (gnus-body-boundary-delimiter, gnus-picon-databases)
16034         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
16035         (gnus-treat-date-english, gnus-treat-fold-headers)
16036         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
16037         (gnus-treat-mail-picon, gnus-treat-wash-html)
16038         (gnus-article-encrypt-protocol)
16039         (gnus-use-idna, gnus-article-over-scroll)
16040         (gnus-mime-display-multipart-alternative-as-mixed)
16041         (gnus-mime-display-multipart-related-as-mixed)
16042         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
16043         (gnus-ctan-url, gnus-button-ctan-handler)
16044         (gnus-button-handle-ctan-bogus-regexp)
16045         (gnus-button-ctan-directory-regexp)
16046         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
16047         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
16048         (gnus-button-man-level, gnus-button-emacs-level)
16049         (gnus-button-message-level, gnus-button-browse-level): Add :version.
16050
16051         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
16052         (gnus-agent-go-online): Change :version.
16053         (gnus-agent-expire-unagentized-dirs)
16054         (gnus-agent-auto-agentize-methods): Add :version.
16055
16056         * flow-fill.el (fill-flowed-display-column)
16057         (fill-flowed-encode-column): Add :version.
16058
16059         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16060         (gnus-outlook-deuglify-unwrap-max)
16061         (gnus-outlook-deuglify-cite-marks)
16062         (gnus-outlook-deuglify-unwrap-stop-chars)
16063         (gnus-outlook-deuglify-no-wrap-chars)
16064         (gnus-outlook-deuglify-attrib-cut-regexp)
16065         (gnus-outlook-deuglify-attrib-verb-regexp)
16066         (gnus-outlook-deuglify-attrib-end-regexp)
16067         (gnus-outlook-display-hook): Add :version.
16068
16069         * binhex.el (binhex-use-external): Add :version.
16070
16071 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
16072
16073         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
16074         and `invisible'.
16075
16076 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
16077
16078         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
16079         in gnus-registry-trim.
16080
16081 2004-09-13  Simon Josefsson  <jas@extundo.com>
16082
16083         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
16084
16085         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
16086
16087         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
16088         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16089         <yamaoka@jpl.org>.
16090         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
16091         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16092         <yamaoka@jpl.org>.
16093
16094         * sieve.el (sieve-manage-mode): Ditto.
16095
16096 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
16097
16098         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
16099
16100 2004-09-11  Simon Josefsson  <jas@extundo.com>
16101
16102         * dns-mode.el: Add.
16103
16104         * mm-view.el (mm-display-dns-inline): Add.
16105
16106         * mm-decode.el (mm-inline-media-tests): Add text/dns.
16107         (mm-automatic-display): Ditto.
16108
16109         * mailcap.el (mailcap-mime-data): Add text/dns.
16110         (mailcap-mime-extensions): Map .soa to text/dns.
16111
16112 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
16113
16114         * gnus-art.el (article-decode-mime-words, article-babel)
16115         (gnus-article-highlight-signature, gnus-article-add-buttons)
16116         (gnus-signature-toggle): Remove unnecessary bindings of
16117         `inhibit-read-only' inherited from v5.10 merge.
16118
16119 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
16120
16121         * nntp.el (nntp): New customization group.
16122         (nntp-authinfo-file): Add customization group.
16123
16124         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
16125
16126         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
16127
16128         * gnus.el (to-address, to-list, subscribed)
16129         (large-newsgroup-initial): Ditto.
16130
16131         * flow-fill.el (fill-flowed-display-column)
16132         (fill-flowed-encode-column): Ditto.
16133
16134 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16135
16136         * message.el (message-tokenize-header, message-send-mail-with-qmail):
16137         Use point-min rather than 1.
16138         (message-send-mail): Use buffer-size rather than point-max.
16139
16140         * gnus-sum.el (gnus-summary-search-article-forward):
16141         Signal a specific `search-failed' rather than a generic `error'.
16142
16143         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
16144         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
16145         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
16146
16147 2004-09-10  Simon Josefsson  <jas@extundo.com>
16148
16149         * nndb.el (require): Remove tcp and duplicate cl.
16150
16151 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16152
16153         * gnus-agent.el (directory-files-and-attributes): Move forward.
16154
16155 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16156
16157         * gnus-agent.el (directory-files-and-attributes):
16158         Optionally defined to support XEmacs.
16159
16160 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16161
16162         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
16163         to avoid run-time CL dependencies.
16164         (gnus-agent-unfetch-articles): New function.
16165         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
16166         article numbers even when local .overview file is missing.
16167         (gnus-agent-read-article-number): New function.  Only accepts
16168         27-bit article numbers.
16169         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
16170         Use gnus-agent-read-article-number.
16171         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
16172         from backend while recognizing that article numbers in .overview
16173         must be valid.
16174         (gnus-agent-update-files-total-fetched-for):
16175         Use directory-files-and-attributes to improve performance.
16176         * gnus-int.el (gnus-request-move-article):
16177         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
16178         improve performance.
16179
16180         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
16181         some users confused by references to .newsrc when they only have a
16182         .newsrc.eld file.
16183         (gnus-convert-mark-converter-prompt)
16184         (gnus-convert-converter-needs-prompt): Fix use of property list.
16185         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
16186         New function.  Used internally to only display 'gnus converting
16187         files' message when actually necessary.
16188
16189         * gnus-sum.el (): Remove (require 'gnus-agent) as required
16190         methods now autoloaded.
16191
16192 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16193
16194         * gnus-sum.el (gnus-summary-insert-subject): Remove list
16195         identifiers.
16196
16197 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
16198
16199         * gnus-picon.el: Fix indentation and closing parenthesis.
16200
16201 2004-09-01  Simon Josefsson  <jas@extundo.com>
16202
16203         * message.el (message-canlock-generate): Require sha1, not
16204         sha1-el.  (Can we get rid of this require altogether?  It is ugly
16205         to require within a function.  Sadly, if sha1.el isn't loaded, the
16206         let binding in m-c-g will hide the defcustom definition, which is
16207         bad.)
16208
16209         * canlock.el: Require sha1, not sha1-el.
16210
16211         * message.el: Don't autoload sha1 (there is a autoload cookie in
16212         sha1.el).
16213
16214         * sha1-el.el: Rename to sha1.el.
16215
16216 2004-08-30  Juanma Barranquero  <lektu@terra.es>
16217
16218         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
16219
16220 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16221
16222         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
16223
16224 2004-08-30  Kim F. Storm  <storm@cua.dk>
16225
16226         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
16227
16228         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
16229         Add :group 'nnimap.
16230
16231 2004-08-30  Andreas Schwab  <schwab@suse.de>
16232
16233         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
16234         ?* and ?\;.
16235
16236         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
16237         and ?\' to symbol instead of whitespace.
16238
16239 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16240
16241         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
16242
16243         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
16244         instead of re-search-forward.
16245
16246         * gnus-uu.el (gnus-uu-save-article): Ditto.
16247         (gnus-uu-post-encode-uuencode): Ditto.
16248
16249         * html2text.el (html2text-clean-list-items): Ditto.
16250         (html2text-clean-dtdd): Ditto.
16251         (html2text-format-tags): Ditto.
16252
16253         * message.el (message-send-mail-with-sendmail): Fix regexp.
16254         (message-fill-field-general): Use search-forward instead of
16255         re-search-forward.
16256         (unbold-region): Ditto.
16257
16258         * nnrss.el (nnrss-request-article): Ditto.
16259
16260         * nnslashdot.el (nnslashdot-request-article): Ditto.
16261
16262         * nnweb.el (nnweb-gmane-wash-article): Ditto.
16263
16264         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
16265         "Unrecognized menu descriptor" error in XEmacs.
16266
16267 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16268
16269         * gnus-sum.el (gnus-read-header): Don't remove a header for the
16270         parent article of a sparse article in the thread hashtb.
16271
16272 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
16273
16274         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
16275         (nnmail-expand-newtext): Lowercase expanded entries if
16276         nnmail-split-lowercase-expanded is non-nil.
16277
16278 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16279
16280         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
16281
16282         * gnus-group.el (gnus-group-line-format-alist): Convert the value
16283         of gnus-tmp-news-method into string under XEmacs.  It will be
16284         passed to gnus-correct-length which takes only a string argument.
16285
16286 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16287
16288         * gnus-util.el (gnus-bind-print-variables): New macro.
16289         (gnus-prin1): Use it.
16290         (gnus-prin1-to-string): Use it.
16291         (gnus-pp): New function.
16292         (gnus-pp-to-string): New function.
16293
16294         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
16295         Replace pp-to-string with gnus-pp-to-string.
16296         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
16297         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
16298         * gnus-msg.el (gnus-debug): Ditto.
16299         * gnus-score.el (gnus-score-save): Ditto.
16300         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
16301         gnus-pp-to-string.
16302         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
16303         with gnus-pp.
16304         * score-mode.el (gnus-score-pretty-print): Ditto.
16305         * webmail.el (webmail-debug): Ditto.
16306
16307 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16308
16309         * gnus-art.el (article-display-face, article-display-x-face):
16310         Use buffer-read-only.
16311
16312 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16313
16314         * gnus-art.el (article-hide-list-identifiers):
16315         Bind inhibit-read-only as t.
16316
16317 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
16318
16319         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
16320
16321 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16322
16323         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
16324         (gnus-narrow-to-page): Don't assume point-min == 1.
16325         (gnus-article-edit-mode): Derive from message-mode.
16326
16327         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
16328         point-min == 1.
16329
16330         * imap.el (imap-parse-address-list, imap-parse-body-ext):
16331         Disable incorrect use of `assert'.
16332
16333         * message.el (message-mode): Set comment-start-skip.
16334
16335
16336 2004-08-22  Sam Steingold  <sds@gnu.org>
16337
16338         * pop3.el (pop3-leave-mail-on-server): New user variable.
16339         (pop3-movemail): Delete mail only when it is nil.
16340
16341 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
16342
16343         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
16344
16345         * mml.el (mml-preview): Use `pop-to-buffer'.
16346
16347         * message.el (message-goto-mail-followup-to): Insert after "To".
16348         (message-carefully-insert-headers): Add comment.
16349
16350         * gnus.el: Remove unused variable `gnus-article-check-size'.
16351
16352         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
16353
16354         * gnus-art.el (gnus-button-alist):
16355         Improve `gnus-button-handle-library' entry.
16356
16357 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
16358
16359         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
16360         Use downcase, since XEmacs capitalizes error messages differently.
16361
16362 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
16363
16364         * nntp.el: Add (require 'gnus) due to reference to
16365         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
16366
16367 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
16368
16369         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
16370         Bind `mm-fill-flowed'.
16371
16372         * mm-decode.el (mm-dissect-singlepart): Check it.
16373
16374 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
16375
16376         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
16377         'imap' for netrc parsing.
16378
16379 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
16380
16381         * mailcap.el (mailcap-mime-data): Mark as risky.
16382
16383 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16384
16385         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
16386         may be included in the encoded word.
16387         (rfc2047-encode): Don't append a space if the encoded word
16388         includes close parenthesis.
16389
16390 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16391
16392         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
16393         of text within parentheses.
16394
16395 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
16396
16397         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
16398         (gnus-encrypt-write-file-contents): Make the password key the file
16399         name PLUS the cipher, not just the cipher.  Also remove failed
16400         passwords from the cache.
16401
16402 2004-08-06  Simon Josefsson  <jas@extundo.com>
16403
16404         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
16405         Doc fix.
16406
16407 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16408
16409         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
16410         LWSP.
16411
16412 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
16413
16414         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16415         Try to append in-reply-to: data to the references: header.
16416
16417         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
16418         (netrc-parse): Use gnus-encrypt.el functions.
16419
16420         * gnus-encrypt.el: Add new file for encryption support; currently
16421         does only a few GPG ciphers and an internal XOR cipher.
16422
16423         * password.el: Add comments on using password-read-and-add.
16424         (password-read-and-add): Add function to read and add the
16425         password to the cache at once.
16426
16427 2004-07-28  Simon Josefsson  <jas@extundo.com>
16428
16429         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
16430         parameter (but don't use it, for now).
16431
16432         * imap.el (imap-ssl-open): Use imap-process-connection-type,
16433         instead of hard coding to nil.
16434
16435 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16436
16437         * mm-view.el (mm-inline-image-emacs): Open lines under an image
16438         as mm-inline-image-xemacs does.
16439
16440 2004-07-26  Simon Josefsson  <jas@extundo.com>
16441
16442         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
16443         Revert part of 2004-07-17 change below.
16444
16445 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16446
16447         * rfc2047.el (rfc2047-encode-region): Don't infloop.
16448         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16449
16450 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16451
16452         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
16453         quotes that actually start with ">" at the beginning of the
16454         lines.
16455
16456 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16457
16458         * rfc2047.el (rfc2047-encode-region): Fix last change.
16459         (rfc2047-encode-parameter): Remove useless concat.
16460
16461 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16462
16463         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
16464         encode special characters; fix some kind of misconfigured headers;
16465         signal a real error if debug-on-quit or debug-on-error is non-nil.
16466         (rfc2047-encode-max-chars): New variable.
16467         (rfc2047-encode-1): Use it.
16468         (rfc2047-encode-parameter): New function.
16469
16470         * mml.el (mml-insert-parameter): Remove an excessive space.
16471
16472 2004-07-17  Simon Josefsson  <jas@extundo.com>
16473
16474         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
16475         Kai Grossjohann <kai@emptydomain.de>.
16476         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
16477         (gnus-group-make-menu-bar): Ditto.
16478
16479         * gnus-util.el (gnus-group-server): Add.
16480
16481 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
16482
16483         * message.el (message-clone-locals): Clone sendmail and smtp
16484         variables.
16485
16486 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16487
16488         * rfc2047.el (rfc2047-encode-region): Fix last change.
16489
16490 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16491
16492         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
16493         characters as non-special.
16494
16495 2004-07-09  Simon Josefsson  <jas@extundo.com>
16496
16497         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
16498         Users will lose all flag changes made while unplugged with
16499         e.g. nntp unless flag synchronization happens, thus `nil' is not a
16500         good default.  See numerous reports on ding mailing list.
16501
16502 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16503
16504         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
16505         add generate-head-function and generate-article-function to the
16506         rfc822-forward entry.
16507         (nndoc-rfc822-forward-generate-article): New function.
16508         (nndoc-rfc822-forward-generate-head): New function.
16509
16510         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
16511
16512 2004-07-06  Dan Christensen  <jdc@uwo.ca>
16513
16514         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
16515         respect display group parameter and gnus-summary-expunge-below.
16516         (gnus-articles-to-read): Remove unused reference to display group
16517         parameter.
16518
16519 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16520
16521         * nnheader.el (nnheader-uniquify-message-id): New experimental
16522         variable.
16523         (nnheader-nov-read-message-id): Use it.
16524
16525         * spam-report.el (spam-report-gmane): Add interactive.
16526
16527 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16528
16529         * mm-encode.el (mm-content-transfer-encoding-defaults):
16530         Use qp-or-base64 for the application/* types.
16531
16532 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
16533
16534         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
16535
16536 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
16537
16538         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
16539         trim value.
16540
16541 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16542
16543         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
16544         New macro and function.
16545         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
16546
16547 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16548
16549         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
16550         after-load-alist.
16551
16552 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16553
16554         * gnus-group.el (gnus-group-get-new-news-this-group):
16555         Don't update info that isn't there.
16556
16557 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
16558
16559         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
16560         entry.
16561
16562 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16563
16564         * mm-view.el (mm-inline-render-with-function): Use multibyte
16565         buffer; decode html source by charset.
16566
16567         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
16568
16569         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
16570         Mule-UCS is loaded under XEmacs.
16571         (mm-mime-mule-charset-alist): Avoid duplicated entries.
16572
16573 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
16574
16575         * nnheader.el (nnheader-max-head-length): Increase to 8192.
16576
16577 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16578
16579         * mm-util.el (mm-coding-system-p): Return a coding-system.
16580         (mm-mime-mule-charset-alist): Use shift_jis instead of
16581         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
16582         entries for the mime charsets iso-2022-jp-3 and shift_jis.
16583         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
16584         instead of japanese-shift-jis and iso-latin-1 respectively in
16585         order to share the default value with both Emacs and XEmacs-mule.
16586         (mm-mule-charset-to-mime-charset):
16587         Make mm-coding-system-priorities effective.
16588         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
16589         while predicating of candidates upon the priorities.
16590
16591 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
16592
16593         * gnus-sum.el (gnus-summary-make-menu-bar):
16594         Add gnus-uu-invert-processable.
16595
16596         * gnus.el: Autoload gnus-uu-invert-processable.
16597
16598 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16599
16600         * mm-util.el (mm-with-multibyte-buffer): New macro.
16601
16602         * rfc2047.el (rfc2047-encode-string): Use it.
16603         (rfc2047-encode-region): Move point to the end of the region after
16604         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
16605
16606 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16607
16608         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
16609         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
16610
16611 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16612
16613         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
16614         (gnus-cite-parse): Ignore quoted envelope From_.
16615         Suggested by Karl Chen <quarl@nospam.quarl.org>.
16616
16617 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
16618
16619         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
16620         invalid addresses.
16621
16622 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
16623
16624         * spam.el: Change section markers, revise TODO list.
16625         (spam-backends): Make new master list of all installed backends.
16626         (spam-summary-exit-behavior): Add new variable to determine how
16627         messages moves are done at summary exit.
16628         (spam-move-spam-nonspam-groups-only)
16629         (spam-process-ham-in-nonham-groups)
16630         (spam-process-ham-in-spam-groups): Remove variables, the
16631         spam-summary-exit-behavior variable should be used to manage this
16632         behavior.
16633         (spam-old-ham-articles, spam-old-spam-articles): Remove.
16634         (spam-old-articles): Add variable, replacing spam-old-ham-articles
16635         and spam-old-spam-articles.
16636         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
16637         Add empty variables, placeholders for the backends they represent.
16638         (spam-set-difference): Move, unchanged.
16639         (spam-list-of-processors): Declare OBSOLETE, not used anymore
16640         unless the user has a processor variable.
16641         (spam-classifications, spam-classification-valid-p)
16642         (spam-backend-properties, spam-backend-property-valid-p)
16643         (spam-backend-function-type-valid-p)
16644         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
16645         (spam-report-articles-gmane, spam-report-articles-resend):
16646         Remove functions, they are not needed.
16647         (spam-install-backend-super, spam-backend-list)
16648         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
16649         (spam-backend-function, spam-backend-ham-registration-function)
16650         (spam-backend-spam-registration-function)
16651         (spam-backend-ham-unregistration-function)
16652         (spam-backend-spam-unregistration-function)
16653         (spam-backend-statistical-p, spam-backend-mover-p)
16654         (spam-install-backend-alias, spam-install-checkonly-backend)
16655         (spam-install-mover-backend, spam-install-nocheck-backend)
16656         (spam-install-backend, spam-install-statistical-backend)
16657         (spam-install-statistical-checkonly-backend): Add backend installation
16658         support.
16659         (spam-summary-prepare-exit): Rewrite to use the new backend code.
16660         (spam-group-processor-p): Use the new backend code and respect the
16661         summary exit behavior.
16662         (spam-mark-spam-as-expired-and-move-routine): Remove.
16663         (spam-summary-prepare): Change to use the new spam-old-articles
16664         variable.
16665         (spam-copy-or-move-routine, spam-copy-spam-routine)
16666         (spam-move-spam-routine, spam-copy-ham-routine)
16667         (spam-move-ham-routine): Add code to copy/move ham or spam.
16668         (spam-fetch-field-fast): Improve doc and code, plus allow the
16669         'number request.
16670         (spam-list-of-checks, spam-list-of-statistical-checks):
16671         Remove variables.
16672         (spam-split, spam-find-spam): Use the new backend code.
16673         (spam-registration-functions): Remove variable.
16674         (spam-unregister-routine): Add convenience wrapper.
16675         (spam-log-undo-registration, spam-register-routine)
16676         (spam-log-processing-to-registry)
16677         (spam-log-unregistration-needed-p): Rename "check" to "backend"
16678         where possible.
16679         (spam-check-gmane-xref, spam-check-regex-headers)
16680         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
16681         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
16682         (spam-check-bogofilter-headers, spam-check-spamoracle)
16683         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
16684         (spam-check-crm114-headers): Use the spam-split-group that
16685         spam-split prepares, no need to determine it every time.
16686
16687         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
16688         to the nnheader-parse-naked-head call.
16689
16690         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
16691
16692         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
16693         the nnheader-nov-read-message-id call.
16694
16695 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16696
16697         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
16698         gnus-activate-group twice.  Suggested by Markus Peter
16699         <warp@spin.de>.
16700
16701 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16702
16703         * gnus-art.el (gnus-article-time-format): Exchange the order of
16704         day and month in the default value; fix customization type.
16705         (article-date-ut): Use add-text-properties.
16706         (article-make-date-line): Use message-make-date instead of
16707         current-time-string.
16708
16709         * message.el (message-fetch-field): Don't use set-text-properties.
16710         (message-make-date): Simplify.
16711
16712         * messagexmas.el (message-xmas-make-date): New function.
16713         (message-xmas-redefine): Defalias message-make-date to it.
16714
16715 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16716
16717         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
16718         (rfc2047-encode-region): Treat text within parentheses as special;
16719         show the original text when error has occurred.
16720
16721         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
16722         already-computed method to gnus-activate-group.
16723
16724         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
16725         same select-methods identical Lisp objects.
16726
16727         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
16728         object when modifying the info.
16729
16730 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16731
16732         * gnus-srvr.el (gnus-server-set-info): Remove the server from
16733         gnus-opened-servers since it has never been opened with the new
16734         configuration yet.
16735
16736 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16737
16738         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
16739         arg to nnheader-generate-fake-message-id.
16740
16741 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
16742
16743         * nnheader.el (nnheader-generate-fake-message-id): Accept a
16744         number and build a fake message ID localized to a group and
16745         article number (so it's repeatable from that point on).
16746         (nnheader-fake-message-id-p): Change regex to accomodate new fake
16747         ID format.
16748
16749         * gnus-sum.el (gnus-get-newsgroup-headers):
16750         Call nnheader-generate-fake-message-id with the article number.
16751
16752 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
16753
16754         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
16755         end-of-buffer.
16756
16757 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16758
16759         * message.el (message-ignored-supersedes-headers): Add Approved.
16760
16761 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16762
16763         * rfc2047.el (rfc2047-encode-message-header): Remove useless
16764         goto-char.
16765         (rfc2047-encode): Fold the line before encoding.
16766
16767 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16768
16769         * rfc2047.el (rfc2047-encode-message-header): Disabled header
16770         folding -- not all headers can be folded, and this should be done
16771         by the message composition mode.  Probably.  I think.
16772
16773 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16774
16775         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
16776         fast.
16777
16778         * gnus-ems.el (gnus-remove-image): Don't use
16779         message-text-with-property; remove only the image found first.
16780
16781         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
16782         found first.
16783
16784 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
16785
16786         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
16787
16788 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16789
16790         * message.el (message-text-with-property): Make it fast and accept
16791         optional arguments.
16792         (message-strip-forbidden-properties): Use it.
16793         (message-fix-before-sending): Follow the m-t-w-p change.
16794
16795         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
16796
16797 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16798
16799         * gnus-art.el (article-hide-headers): Don't change the buffer
16800         mistakenly when performing mml-preview even if
16801         gnus-single-article-buffer is nil.
16802
16803 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
16804
16805         * message.el (message-expand-name-databases): New user option.
16806         (message-expand-name): Use it.
16807
16808 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
16809
16810         * spam.el (spam-report-articles-resend)
16811         (spam-report-resend-register-routine): Allow ham reporting.
16812         (spam-report-resend-register-ham-routine): Add wrapper.
16813         (spam-registration-functions): Add ham resending functions.
16814         (spam-list-of-processors): Add ham resend processor.
16815
16816         * gnus.el (ham-resend-to): Add new group parameter.
16817         (spam-process): Add ham resend option.
16818
16819         * spam-report.el (spam-report-resend): Allow reporting ham.
16820         (spam-report-resend-ham): Add wrapper.
16821
16822 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16823
16824         * message.el (message-cite-articles-with-x-no-archive):
16825         New variable.
16826         (message-cite-original): Use it.
16827
16828 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16829
16830         * message.el (message-cite-original): Respect X-No-Archive.
16831
16832 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16833
16834         * gnus-art.el (article-hide-headers): Refer to the values for
16835         gnus-ignored-headers and gnus-visible-headers in the summary
16836         buffer since a user may have set them as group parameters.
16837
16838 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
16839
16840         * assistant.el (assistant-node-name): Add convenience function.
16841         (assistant-render-text, assistant-render-node): Add error handling,
16842         plus handle multiple next nodes.
16843         (assistant-find-next-node): Comment out for now.
16844         (assistant-find-next-nodes): Add function, returns list of next
16845         nodes.
16846
16847 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
16848
16849         * mail-source.el (mail-source-directory): Fix doc-string.
16850
16851 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
16852
16853         * assistant.el (assistant-render-text, assistant-eval): Add :set
16854         widget type, which is different because it takes and returns a
16855         list.  Much hilarity ensues.
16856
16857 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
16858
16859         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
16860
16861         * gnus-group.el (gnus-group-get-new-news-this-group):
16862         Add doc-string.
16863
16864         * gnus-start.el (gnus-activate-group): Add doc-string.
16865
16866 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16867
16868         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
16869
16870 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
16871
16872         * assistant.el (assistant-render-text): Try to add a :set
16873         widget, more to come.
16874
16875         * spam.el (spam-group-spam-contents-p): Handle empty groupname
16876         strings.
16877         (spam-report-articles-resend)
16878         (spam-register-routine): Do registration iff any articles warrant
16879         it.
16880         (spam-summary-prepare-exit): Change log message for nil group
16881         destinations.
16882
16883 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
16884
16885         * spam.el (spam-report-resend-register-routine):
16886         Allow spam-report-resend-to to be a group parameter or a global value.
16887
16888 2004-05-26  Simon Josefsson  <jas@extundo.com>
16889
16890         * starttls.el: Merge with my GNUTLS based starttls.el.
16891         (starttls-gnutls-program, starttls-use-gnutls)
16892         (starttls-extra-arguments, starttls-process-connection-type)
16893         (starttls-connect, starttls-failure, starttls-success):
16894         New variables.
16895         (starttls-program, starttls-extra-args): Doc fix.
16896         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
16897         New functions.
16898         (starttls-negotiate, starttls-open-stream):
16899         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
16900         function if it is set.
16901
16902 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16903
16904         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
16905         structured fields.
16906
16907 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16908
16909         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
16910
16911 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
16912
16913         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
16914         Add variable.
16915         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
16916         assigning the spam-mark to new messages.
16917
16918 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
16919
16920         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
16921
16922 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16923
16924         * dgnushack.el: Autoload customize-set-variable for XEmacs.
16925
16926         * rfc2047.el (rfc2047-encodable-p): Don't move point.
16927         (rfc2047-decode): Treat the ascii coding-system as raw-text by
16928         default.
16929
16930 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
16931
16932         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
16933         correct data.
16934
16935 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
16936
16937         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
16938         (spam-group-processor-p): Fix function.
16939         (spam-group-processor-multiple-p)
16940         (spam-group-spam-processor-report-gmane-p)
16941         (spam-group-spam-processor-report-resend-p)
16942         (spam-group-spam-processor-bogofilter-p)
16943         (spam-group-spam-processor-blacklist-p)
16944         (spam-group-spam-processor-ifile-p)
16945         (spam-group-ham-processor-ifile-p)
16946         (spam-group-spam-processor-spamoracle-p)
16947         (spam-group-spam-processor-crm114-p)
16948         (spam-group-ham-processor-bogofilter-p)
16949         (spam-group-spam-processor-stat-p)
16950         (spam-group-ham-processor-stat-p)
16951         (spam-group-ham-processor-whitelist-p)
16952         (spam-group-ham-processor-BBDB-p)
16953         (spam-group-ham-processor-spamoracle-p)
16954         (spam-group-ham-processor-copy-p): Remove functions with some
16955         prejudice against unneeded code.
16956         (spam-report-articles-resend)
16957         (spam-report-resend-register-routine): Allow the group/topic
16958         spam-resend-to value to override spam-report-resend-to.
16959         (spam-summary-prepare-exit): Invoke spam-group-processor-p
16960         properly now.
16961
16962         * gnus.el (spam-resend-to): Add group/topic parameter.
16963         (spam-process): Move the OBSOLETE processors to the end of the
16964         choices.
16965
16966 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
16967
16968         * spam-report.el (spam-report-resend-to, spam-report-resend):
16969         Start with resend-to set to nil, and then ask the user if necessary.
16970         (spam-report-resend): spam-report-resend takes a list of articles, not
16971         separate article numbers.
16972
16973 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16974
16975         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
16976         addition to emacs-w3m.
16977
16978 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16979
16980         * assistant.el (assistant-authinfo-data): New function.
16981         (assistant-eval): Eval for entire assistant.
16982
16983         * netrc.el (netrc-services-file): New variable.
16984         (netrc-parse-services): New function.
16985         (netrc-find-service-name): New function.
16986         (netrc-find-service-number): New function.
16987         (netrc-port-equal): New function.
16988         (netrc-machine): Use it.
16989
16990         * nnimap.el (nnimap-open-connection): Use netrc.
16991
16992         * gnus-util.el (gnus-netrc-get): Remove aliases.
16993
16994         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
16995
16996         * assistant.el (wid-edit): Fix compilation.
16997
16998         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
16999
17000 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
17001
17002         * gnus-util.el (gnus-set-file-modes): New function.  (small
17003         patch).
17004
17005 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17006
17007         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
17008
17009         * assistant.el (assistant-render-node): Fix up rendering and
17010         read-only text.
17011         (assistant-render-node): Reset.
17012         (assistant-make-read-only): Not sticky.
17013
17014 2004-05-20  Danny Siu  <dsiu@adobe.com>
17015
17016         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
17017         centered even when gnus-auto-center-summary is t.
17018
17019 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17020
17021         * dns.el (dns-get-txt-answer): New function.
17022         (dns-read-txt): Ditto.
17023         (query-dns): Use it.
17024
17025 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17026
17027         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
17028         active for foreign groups even if the group level is higher than
17029         the specified value.
17030
17031 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17032
17033         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
17034         non-active groups.
17035
17036         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
17037
17038 2004-05-20  Magnus Henoch  <mange@freemail.hu>
17039
17040         * dns.el (dns-read-type): Add support for SVR.  (small patch)
17041
17042 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
17043
17044         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
17045         (spam-crm114-header, spam-crm114-spam-switch)
17046         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
17047         (spam-crm114-positive-spam-header)
17048         (spam-crm114-database-directory, spam-list-of-processors)
17049         (spam-group-spam-processor-crm114-p)
17050         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
17051         (spam-generic-score, spam-list-of-checks)
17052         (spam-list-of-statistical-checks, spam-registration-functions)
17053         (spam-check-crm114-headers, spam-crm114-score)
17054         (spam-check-crm114, spam-crm114-register-with-crm114)
17055         (spam-crm114-register-spam-routine)
17056         (spam-crm114-unregister-spam-routine)
17057         (spam-crm114-register-ham-routine)
17058         (spam-crm114-unregister-ham-routine): Add CRM114 support.
17059         From asjo@koldfront.dk (Adam Sjøgren).
17060
17061         * gnus.el: Add spam-use-crm114.
17062
17063         * spam.el (spam-list-of-processors, spam-registration-functions):
17064         Add spam-use-resend.
17065         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
17066         (spam-report-articles-gmane): Add doc fix.
17067         (spam-report-articles-resend, spam-report-resend-register-routine):
17068         Add wrappers around spam-report-resend-to.
17069
17070         * spam-report.el (spam-report-resend-to, spam-report-resend):
17071         Add support for resending spam.
17072         (spam-report-gmane): Fix line length >80.
17073
17074         * gnus.el (spam-process): Add spam-use-resend.
17075
17076 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17077
17078         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
17079         number of processed spam messages.
17080         (spam-ham-copy-or-move-routine): Return the number of processed
17081         ham messages.
17082         (spam-summary-prepare-exit): Use the above values to decide
17083         whether status messages shouled be displayed.
17084
17085 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17086
17087         * rfc2047.el (rfc2047-encode-function-alist): Rename from
17088         `rfc2047-encoding-function-alist' in order to avoid conflicting
17089         with the old version.
17090         (rfc2047-encode-region): Concatenate words containing non-ASCII
17091         characters in structured fields; don't encode space-delimited
17092         ASCII words even in unstructured fields; don't break words at
17093         char-category boundaries.
17094         (rfc2047-encode-1): New function.
17095         (rfc2047-encode): Use it; encode text so that it occupies the
17096         maximum width within 76-column; work correctly on Q encoding for
17097         iso-2022-* charsets.
17098         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
17099         sure not to break a line just after the header name.
17100         (rfc2047-b-encode-region): Remove.
17101         (rfc2047-b-encode-string): New function.
17102         (rfc2047-q-encode-region): Remove.
17103         (rfc2047-q-encode-string): New function.
17104
17105         * mm-util.el (mm-replace-in-string): New function.
17106
17107 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17108
17109         * gnus-msg.el (gnus-inews-make-draft-meta-information):
17110         Really get it right.
17111         (gnus-inews-make-draft): Really.
17112
17113 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
17114
17115         * nnmh.el (nnmh-request-list-1): Don't check the link count
17116         before descending.  (small patch)
17117
17118 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17119
17120         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
17121         stuff.
17122
17123         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
17124         Match on real group name.
17125
17126         * gnus-art.el (gnus-signature-limit): Doc fix.
17127
17128         * gnus-msg.el (gnus-inews-make-draft): Quote list.
17129
17130         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
17131
17132 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
17133
17134         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
17135         isn't a string.
17136
17137 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17138
17139         * gnus-draft.el (gnus-draft-send):
17140         Bind rfc2047-encode-encoded-words.
17141
17142         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
17143         (rfc2047-encodable-p): Say that =? needs encoding.
17144         (rfc2047-encode-encoded-words): New variable.
17145
17146         * gnus-group.el (gnus-group-select-group): Doc fix.
17147
17148         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
17149
17150         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
17151         to nil.
17152
17153         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
17154
17155         * nnheader.el (nnheader-get-lines-and-char): New function.
17156
17157 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
17158
17159         * gnus-msg.el (gnus-summary-followup-with-original):
17160         Document yanking of region when active.
17161
17162 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17163
17164         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
17165         groups if the group level is higher than the specified value.
17166
17167 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17168
17169         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
17170         (gnus-group-jump-to-group): Add prefix argument using
17171         `gnus-group-jump-to-group-prompt'.  Query before jumping to
17172         non-active group.
17173
17174         * compface.el (uncompface): Be verbose when changing
17175         `uncompface-use-external'.
17176
17177         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
17178         handle manual section.
17179
17180 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17181
17182         * gnus-art.el (gnus-button-alist): Revert previous change.
17183
17184 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17185
17186         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
17187
17188 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17189
17190         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
17191         whether backend can accept message.
17192
17193         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
17194
17195 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
17196
17197         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17198         Avoid creating directory when nntp-marks-is-evil is true.
17199         Reported by Reiner Steib.
17200
17201 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17202
17203         * gnus-picon.el (gnus-picon-style): New variable.
17204         (gnus-picon-insert-glyph): Add optional `nostring' argument.
17205         (gnus-picon-transform-address): Support `gnus-picon-style'.
17206         From Jesper Harder <harder@ifa.au.dk>.
17207
17208 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17209
17210         * message.el (message-fill-field): Return point.
17211         (message-generate-headers): Go to end of field.
17212
17213         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
17214         stuff for non-living groups.
17215
17216 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
17217
17218         * gnus-art.el (gnus-article-followup-with-original)
17219         (gnus-article-reply-with-original): gnus-mark-active-p ->
17220         gnus-region-active-p.
17221
17222 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
17223
17224         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
17225         only when there is spam or ham to be processed.
17226
17227 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17228
17229         * mail-source.el (mail-source-delete-crash-box): Refactor.
17230         (mail-source-fetch): Use it.
17231         (mail-source-fetch-file): Ditto.
17232         (mail-source-fetch-directory): Run postscript in loop.
17233         (mail-source-fetch-pop): Delete.
17234         (mail-source-fetch-maildir): Ditto.
17235         (mail-source-fetch-imap): Ditto.
17236
17237         * imap.el (imap-authenticators): Comment out sasl.
17238
17239         * message.el (message-skip-to-next-address): New function.
17240         (message-fill-header-address): Refactor.
17241         (message-fill-address): Use it.
17242         (message-delete-address): Use it.
17243         (message-fill-header-general): Refactor.
17244         (message-fill-field-address): Rename.
17245         (message-narrow-to-field): Find the start of the header.
17246         (message-header-format-alist): Don't pre-fill.
17247         (message-fill-header): Remove.
17248         (message-insert-header): New function.
17249         (message-shorten-references): Use it.
17250
17251         * rfc2047.el (rfc2047-field-value): Strip props.
17252
17253         * mail-parse.el (mail-header-make-address): New alias.
17254
17255         * ietf-drums.el (ietf-drums-make-address): New function.
17256
17257         * imap.el: Add compiler directives.
17258
17259         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
17260
17261         * gnus-art.el (article-decode-idna-rhs): Don't use
17262         message-idna-inside-rhs-p.
17263
17264 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17265
17266         * message.el (message-idna-inside-rhs-p): Remove.
17267         (message-idna-to-ascii-rhs-1): Use proper address parsing.
17268
17269         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
17270         false positives.
17271
17272 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
17273
17274         * imap.el (imap-sasl-make-mechanisms): Use sasl.
17275
17276 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17277
17278         * nneething.el (nneething-file-name): Don't create spurious
17279         files.
17280
17281         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
17282         (gnus-inews-do-gcc): Remove sleep.
17283
17284         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
17285         part under point.
17286
17287         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
17288         (gnus-agent-regenerate-group): Using nil messages aren't valid.
17289
17290 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
17291
17292         * spam.el (spam-summary-prepare-exit): Fix (length).
17293
17294 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
17295
17296         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
17297         as expired without moving it" message when there are spam
17298         messages left.
17299
17300 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
17301
17302         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
17303         header is not nil.
17304
17305 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
17306
17307         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17308         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
17309         (nntp-marks-changed-p): New arg SERVER.
17310         (nntp-request-update-info): Adjust caller.
17311
17312 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
17313
17314         * nntp.el (nntp-save-marks): Pass missing arg.
17315
17316 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
17317
17318         * nntp.el: Support marks.
17319         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
17320         (nntp-marks-modtime, nntp-marks-directory): New variables.
17321         (nntp-request-set-mark, nntp-request-update-info)
17322         (nntp-possibly-create-directory, nntp-marks-changed-p)
17323         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
17324         New functions.
17325
17326 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
17327
17328         * gnus-xmas.el (gnus-xmas-select-lowest-window)
17329         (gnus-xmas-redefine): Rename.
17330
17331         * gnus-score.el (gnus-score-insert-help):
17332         Use gnus-select-lowest-window.
17333
17334         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
17335         appt-select-lowest-window and rename to gnus-select-lowest-window.
17336
17337         * gnus.el: do.
17338
17339 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17340
17341         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
17342         encodings of MIME-encoded words, in order to improve
17343         interoperability with several broken MUAs.
17344
17345 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17346
17347         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
17348         tags, only when charsets are not specified in headers.
17349         (mm-inline-text-html-render-with-w3m): Ditto.
17350
17351         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
17352         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
17353
17354 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17355
17356         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
17357         instead of MIME-decoded from fields when checking
17358         `gnus-article-address-banner-alist'.
17359
17360 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
17361
17362         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
17363         description rather than subject.
17364
17365 2004-05-02  Steve Youngs  <steve@youngs.au.com>
17366
17367         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
17368
17369 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17370
17371         * gnus.el (gnus-version-number): Bump.
17372
17373 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17374
17375         * gnus.el: No Gnus v0.2 is released.
17376
17377 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17378
17379         * gnus-agent.el (gnus-agent-read-agentview):
17380         Inline gnus-uncompress-range.
17381
17382 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17383
17384         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
17385         `exec-installed-p'.
17386
17387 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17388
17389         * gnus.el (spam-process, spam-autodetect-methods):
17390         Add bsfilter and bsfilter-headers.
17391
17392         * spam.el (spam-bsfilter): New customize group.
17393         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
17394         (spam-bsfilter-header, spam-bsfilter-probability-header)
17395         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
17396         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
17397         (spam-bsfilter-database-directory): New options.
17398         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
17399         (spam-list-of-statistical-checks, spam-registration-functions):
17400         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
17401         (spam-bsfilter-score): New command.
17402         (spam-check-bsfilter-headers, spam-check-bsfilter)
17403         (spam-bsfilter-register-with-bsfilter)
17404         (spam-bsfilter-register-spam-routine)
17405         (spam-bsfilter-unregister-spam-routine)
17406         (spam-bsfilter-register-ham-routine)
17407         (spam-bsfilter-unregister-ham-routine): New functions.
17408         (spam-generic-score): Support bsfilter; Accept an optional argument
17409         to recalcurate spam score even if scoring header has already been
17410         added.
17411         (spam-bogofilter-score, spam-spamassassin-score): Accept an
17412         optional argument to recalcurate spam score even if scoring header
17413         has already been added.
17414
17415 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
17416
17417         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
17418         strings!  Reported by David D. Smith <davidsmith@acm.org>.
17419         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
17420         link is missing.
17421
17422 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
17423
17424         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
17425         (html2text-get-attr): Rewrite.
17426
17427         * message.el (message-setup-1): Remove redundant put-text-property
17428         on mail-header-separator.
17429
17430 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
17431
17432         * gnus-registry.el (gnus-registry-cache-whitespace)
17433         (gnus-registry-action, gnus-registry-spool-action)
17434         (gnus-registry-split-fancy-with-parent): Change message levels
17435         from 5 to 3 or 7, as needed.
17436
17437         * spam.el (spam-summary-prepare-exit)
17438         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
17439         (spam-split, spam-find-spam, spam-log-undo-registration)
17440         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
17441         level from 5 to 6.
17442
17443 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17444
17445         * gnus-ems.el: Autoload appt-select-lowest-window (revert
17446         2004-03-04 change).
17447
17448 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
17449
17450         * sieve-manage.el (sieve-manage-open):
17451         * nnweb.el (nnweb-insert-html):
17452         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
17453         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
17454         * nnspool.el (nnspool-request-group):
17455         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
17456         * nnml.el (nnml-request-update-info):
17457         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
17458         (nnmh-request-create-group, nnmh-update-gnus-unreads):
17459         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
17460         (nnimap-request-set-mark):
17461         * nnfolder.el (nnfolder-request-update-info):
17462         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
17463         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
17464         * gnus-uu.el (gnus-uu-find-articles-matching):
17465         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
17466         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
17467         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
17468         * gnus-nocem.el (gnus-nocem-scan-groups):
17469         * gnus-int.el (gnus-start-news-server):
17470         * gnus-group.el (gnus-group-make-kiboze-group)
17471         (gnus-group-browse-foreign-server):
17472         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
17473         Use mapc when appropriate.
17474
17475 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
17476
17477         FIXME: Make separate entries for each person.
17478
17479         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
17480         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
17481         <shields@msrl.com>:
17482
17483         * spam.el (spam-necessary-extra-headers): Get the extra headers we
17484         may need for spam sorting and scoring.
17485         (spam-user-format-function-S): Add user format function suitable for
17486         general use.
17487         (spam-article-sort-by-spam-status): Add sorting function for summary
17488         sorting.
17489         (spam-extra-header-to-number): Add function to get a score from a
17490         header.
17491         (spam-summary-score): Add function to get a numeric score from the
17492         headers.
17493         (spam-generic-score): Fix function doc, was in wrong place.
17494         (spam-initialize): Take symbols when it's run, and install the
17495         extra headers that spam-necessary-extra-headers thinks we need.
17496
17497 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
17498
17499         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
17500         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17501
17502 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
17503
17504         * gnus-sum.el (gnus-set-global-variables)
17505         (gnus-build-all-threads, gnus-get-newsgroup-headers)
17506         (gnus-article-get-xrefs, gnus-summary-best-group)
17507         (gnus-summary-next-article, gnus-summary-enter-digest-group)
17508         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
17509         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
17510         Use with-current-buffer.
17511
17512 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
17513
17514         * spam.el (spam-summary-prepare-exit): Simplify logic.
17515         (spam-fetch-article-header): Read the article header if it's not
17516         available.
17517         (spam-list-articles): Simplify logic.
17518         (spam-filelist-register-routine): Fix bug with unregister-list.
17519
17520         * gnus-registry.el: Fix comments at beginning.
17521
17522 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
17523
17524         * message.el (message-cater-to-broken-inn): Remove.
17525         (message-shorten-references): Make sure the total folded length of
17526         References is shorter than 998 characters to cater to a bug in INN
17527         2.3.  Also, don't pretend that references aren't folded -- this
17528         hasn't worked for a while.
17529
17530 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17531
17532         * gnus-agent.el (gnus-agentize):
17533         gnus-agent-send-mail-real-function no longer set to current value
17534         of message-send-mail-function but rather a lambda that calls
17535         message-send-mail-function.  The change makes the agent real-time
17536         responsive to user changes to message-send-mail-function.
17537
17538 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17539
17540         * legacy-gnus-agent.el
17541         (gnus-agent-convert-to-compressed-agentview): Fix typos with
17542         help from Florian Weimer <fw@deneb.enyo.de>
17543
17544 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17545
17546         * nnmail.el (nnmail-cache-insert): Revert last change.
17547
17548 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17549
17550         * nnmail.el (nnmail-cache-insert): Always check whether
17551         nnmail-cache-ignore-groups matches a group name.
17552
17553 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
17554
17555         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
17556         (spam-find-spam, spam-log-processing-to-registry)
17557         (spam-log-registered-p, spam-log-unregistration-needed-p)
17558         (spam-log-undo-registration): Use gnus-message instead of
17559         gnus-error, none of these errors are fatal.
17560
17561         * gnus-registry.el (gnus-registry-clean-empty-function)
17562         (gnus-registry-clean-empty): Remove only empty entries without
17563         extra data.
17564
17565 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
17566
17567         * spam-stat.el (spam-stat-buffer-change-to-spam)
17568         (spam-stat-buffer-change-to-non-spam): Change (error) to
17569         (gnus-message 8) invocation.
17570
17571 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17572
17573         * nntp.el (nntp-via-netcat-command): New variable.
17574         (nntp-via-netcat-switches): New variable.
17575         (nntp-open-via-rlogin-and-netcat): New function.
17576         (nntp-open-connection-function): Doc fix.
17577         (nntp-telnet-command): Doc fix.
17578         (nntp-end-of-line): Doc fix.
17579         (nntp-via-rlogin-command): Doc fix.
17580         (nntp-via-user-name): Doc fix.
17581         (nntp-via-address): Doc fix.
17582
17583 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17584
17585         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
17586         error in Emacs 21.1.
17587
17588 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
17589
17590         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
17591
17592 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17593
17594         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
17595         (gnus-agent-with-refreshed-group): New macro.
17596         (gnus-agent-rename-group): New function.
17597         (gnus-agent-delete-group): New function.
17598         (gnus-agent-save-group-info): Use gnus-command-method when
17599         `method' parameter is nil.  Don't write nil entries into the
17600         active file.
17601         (gnus-agent-get-group-info): New function.
17602         (gnus-agent-fetch-articles):
17603         Use gnus-agent-update-files-total-fetched-for to increment disk space
17604         used.
17605         (gnus-agent-fetch-headers, gnus-agent-save-alist):
17606         Use gnus-agent-update-view-total-fetched-for to increment disk space
17607         used.
17608         (gnus-agent-get-local): Add optional parameters to avoid calling
17609         gnus-group-real-name and gnus-find-method-for-group.
17610         (gnus-agent-set-local): Delete stored entry if either min, or max,
17611         are nil.
17612         (gnus-agent-fetch-session): Reworded error/quit messages.
17613         On quit, use gnus-agent-regenerate-group to record existance of any
17614         articles fetched to disk before the quit occurred.
17615         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
17616         gnus-agent-update-view-total-fetched-for, and
17617         gnus-agent-update-files-total-fetched-for to decrement disk space
17618         used.
17619         (gnus-agent-retrieve-headers):
17620         Use gnus-agent-update-view-total-fetched-for to increment disk space
17621         used.
17622         (gnus-agent-regenerate-group): Replace gnus-group-update-group
17623         with gnus-agent-update-files-total-fetched-for to decrement disk
17624         space and fresh group buffer.
17625         (gnus-agent-inhibit-update-total-fetched-for): New variable.
17626         (gnus-agent-need-update-total-fetched-for): New variable.
17627         (gnus-agent-update-files-total-fetched-for): New function.
17628         (gnus-agent-update-view-total-fetched-for): New function.
17629         (gnus-agent-total-fetched-for): New function.
17630
17631         * gnus-cache.el (gnus-cache-save-buffers):
17632         Use gnus-cache-update-overview-total-fetched-for to change disk space
17633         used by this group.
17634         (gnus-cache-possibly-enter-article):
17635         Use gnus-cache-update-file-total-fetched-for to increment disk space
17636         used by this group.
17637         (gnus-cache-possibly-remove-article):
17638         Use gnus-cache-update-file-total-fetched-for to decrement disk space
17639         used by this group.
17640         (gnus-cache-generate-nov-databases): Purge total fetched cache.
17641         (gnus-cache-rename-group): New function.
17642         (gnus-cache-delete-group): New function.
17643         (gnus-cache-inhibit-update-total-fetched-for): New variable.
17644         (gnus-cache-need-update-total-fetched-for): New variable.
17645         (gnus-cache-with-refreshed-group): New macro.
17646         (gnus-cache-update-file-total-fetched-for): New function.
17647         (gnus-cache-update-overview-total-fetched-for): New function.
17648         (gnus-cache-rename-group-total-fetched-for): New function.
17649         (gnus-cache-delete-group-total-fetched-for): New function.
17650         (gnus-cache-total-fetched-for): New function.
17651
17652         * gnus-group.el: Require gnus-sum and autoload functions to
17653         resolve warnings when gnus-group.el compiled alone.
17654         (gnus-group-line-format): Documented new %F.
17655         (size of Fetched data) group line format; identifies disk space
17656         used by agent and cache.
17657         (gnus-group-line-format-alist): Defined new F format.
17658         (gnus-total-fetched-for): New function.
17659         (gnus-group-delete-group): No longer update
17660         gnus-cache-active-altered as gnus-request-delete-group now keeps
17661         the cache in sync.
17662         (gnus-group-list-active): Let the agent store a server's active
17663         list if currently plugged.
17664
17665         * gnus-int.el (gnus-request-delete-group):
17666         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
17667         local disk in sync with the server.
17668         (gnus-request-rename-group):
17669         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
17670         local disk in sync with the server.
17671
17672         * gnus-start.el (gnus-get-unread-articles):
17673         Cosmetic simplification to logic.
17674
17675         * gnus-util.el (gnus-rename-file): New function.
17676
17677 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
17678
17679         * mm-util.el (mm-image-load-path): Handle nil in load-path.
17680
17681 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
17682
17683         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
17684         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
17685
17686 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
17687
17688         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
17689         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
17690
17691 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
17692
17693         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
17694
17695 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
17696
17697         * spam.el (spam-set-difference): Add function to replace
17698         gnus-set-difference in spam.el.
17699         (spam-summary-prepare-exit): Use spam-set-difference.
17700
17701 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
17702
17703         * gnus-registry.el (gnus-registry-cache-file): Update to use
17704         gnus-dribble-directory OR gnus-home-directory OR ~.
17705         (gnus-registry-split-fancy-with-parent): Fix doc.
17706
17707 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17708
17709         * message.el (message-exchange-point-and-mark):
17710         Use message-mark-active-p.  Suggested by Jesper Harder
17711         <harder@ifa.au.dk>.
17712
17713 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17714
17715         * message.el (message-exchange-point-and-mark): Don't activate
17716         region if it was inactive.  Suggested by Hiroshi Fujishima
17717         <pooh@nature.tsukuba.ac.jp>.
17718
17719 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17720
17721         * gnus-art.el (article-display-face): Display Faces in the same
17722         order as X-Faces.
17723
17724 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17725
17726         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
17727
17728 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17729
17730         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
17731         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
17732         (gnus-article-mime-hierarchy): Remove.
17733         (gnus-article-mime-hierarchy-next): Remove.
17734         (gnus-article-mode): Revert 2004-03-19 change.
17735         (gnus-article-setup-buffer): Revert 2004-03-19 change.
17736         (gnus-insert-mime-button): Revert 2004-03-19 change.
17737         (gnus-mime-accumulate-hierarchy): Remove.
17738         (gnus-mime-enter-multipart): Remove.
17739         (gnus-mime-leave-multipart): Remove.
17740         (gnus-mime-display-part): Revert 2004-03-19 change.
17741         (gnus-mime-display-alternative): Revert 2004-03-19 change.
17742
17743         * mml.el (mml-preview): Revert 2004-03-19 change.
17744
17745 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
17746
17747         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
17748
17749 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17750
17751         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
17752         t while entering a file name using the mm-with-multibyte macro.
17753         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17754
17755         * mm-util.el (mm-with-multibyte): New macro.
17756
17757 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17758
17759         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
17760         New user option.
17761         (gnus-mime-multipart-functions): Doc and customization fix.
17762         (gnus-article-mime-hierarchy): New variable.
17763         (gnus-article-mime-hierarchy-next): New variable.
17764         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
17765         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
17766         gnus-article-mime-hierarchy-next to nil.
17767         (gnus-insert-mime-button): Show hierarchy numbers.
17768         (gnus-mime-accumulate-hierarchy): New function.
17769         (gnus-mime-enter-multipart): New function.
17770         (gnus-mime-leave-multipart): New function.
17771         (gnus-mime-display-part): Recompute hierarchical MIME structure.
17772         (gnus-mime-display-alternative): Show hierarchy numbers.
17773
17774         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
17775         gnus-article-mime-hierarchy-next to nil.
17776
17777 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
17778
17779         * dns.el: Don't require gnus-xmas.
17780
17781 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
17782
17783         * mml.el (mml-generate-mime-1): Don't use format=flowed with
17784         inline PGP.
17785         (mml-menu): Disable mml-quote-region if mark is inactive.
17786
17787 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17788
17789         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
17790         when the group's active is not available.
17791
17792 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17793
17794         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
17795         error.
17796
17797 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
17798
17799         * imap.el (imap-store-password): New variable.
17800         (imap-interactive-login): Use it.
17801         Suggested by Mark Plaksin <happy@mcplaksin.org>.
17802
17803 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17804
17805         * gnus-art.el (gnus-article-read-summary-keys): Restore new
17806         window-start and hscroll to summary window.
17807
17808 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17809
17810         * gnus-start.el (gnus-convert-old-newsrc): Only write the
17811         conversion message to newsrc-dribble when an actual conversion is
17812         performed.
17813
17814 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
17815
17816         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
17817
17818 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17819
17820         * mm-decode.el (mm-complicated-handles): New function reviving
17821         former definition of mm-multiple-handles.
17822
17823         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
17824         (gnus-mime-delete-part): Use it.
17825
17826 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17827
17828         * gnus-agent.el (gnus-agent-read-local):
17829         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
17830         avoid the implicit assumption that they will always be equal.
17831         (gnus-agent-save-local): Bind buffer-file-coding-system, not
17832         coding-system-for-write, as the with-temp-file macro first prints
17833         to a buffer then saves the buffer.
17834
17835 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17836
17837         * gnus-art.el (gnus-article-edit-part): New function.
17838         (gnus-mime-save-part-and-strip): Use it; do query instead of
17839         signaling an error; don't use mm-multiple-handles.
17840         (gnus-mime-delete-part): Ditto.
17841
17842 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17843
17844         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
17845         old file versions.
17846         (gnus-group-prepare-hook): Remove function that converted list
17847         form of gnus-agent-expire-days to group properties.
17848
17849         * gnus-int.el: Autoload gnus-agent-regenerate-group.
17850         (gnus-request-accept-article): Re-indented.
17851
17852         * gnus-start.el (gnus-convert-old-newsrc): Registered new
17853         converters to handle old agent file formats.  Add logic for a
17854         "backup before upgrading warning".
17855         (gnus-convert-mark-converter-prompt): Developers can mark
17856         functions as needing (default), or not needing,
17857         gnus-convert-old-newsrc's "backup before upgrading warning".
17858         (gnus-convert-converter-needs-prompt): Tests whether the user
17859         should be protected from potentially irreversable changes by the
17860         function.
17861
17862         * legacy-gnus-agent.el: New.  Provides converters that are only
17863         loaded when gnus-convert-old-newsrc needs to call them.
17864
17865 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17866
17867         * mail-source.el (mail-source-touch-pop): Doc fix.
17868
17869         * message.el (message-smtpmail-send-it): Doc fix.
17870
17871 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
17872
17873         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
17874
17875         * nnmail.el (nnmail-split-fancy): do.
17876
17877         * gnus-kill.el (gnus-kill, gnus-execute): do.
17878
17879 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
17880
17881         * gnus-sum.el (gnus-widget-reversible-match)
17882         (gnus-widget-reversible-to-internal)
17883         (gnus-widget-reversible-to-external): New functions.
17884         (gnus-widget-reversible): New widget.
17885         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
17886
17887 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
17888
17889         * gnus-sum.el (gnus-thread-sort-functions)
17890         (gnus-article-sort-functions): Document `(not F)' items.
17891
17892 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
17893
17894         * spam.el (spam-use-gmane-xref): Add new backend.
17895         (spam-gmane-xref-spam-group): Add variable to control the name of the
17896         Gmane spam group.
17897         (spam-blackhole-servers, spam-blackhole-good-server-regex)
17898         (spam-regex-headers-spam, spam-regex-headers-ham)
17899         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
17900         (spam-list-of-checks): Add spam-use-gmane-xref to list of
17901         backends and checks.
17902         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
17903
17904         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
17905         an autodetect method.
17906
17907 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17908
17909         * gnus-int.el (gnus-request-accept-article): Inform the agent that
17910         articles are being added to a group.
17911         (gnus-request-replace-article): Inform the agent that articles
17912         need to be uncached as the cached contents are no longer valid.
17913
17914 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17915
17916         * binhex.el: Don't autoload executable-find.
17917
17918         * canlock.el: Don't autoload mail-fetch-field.
17919
17920         * dgnushack.el: Autoload c-mode for XEmacs.
17921
17922         * gnus-ems.el: Don't autoload appt-select-lowest-window.
17923
17924         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
17925         rmail-dont-reply-to and rmail-output.
17926
17927         * gnus-score.el: Don't autoload ffap-string-at-point.
17928
17929         * gnus-setup.el: Don't autoload sc-cite-original.
17930
17931         * imap.el: Don't autoload base64-decode-string,
17932         base64-encode-string and md5.
17933
17934         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
17935         and rmail-msg-restore-non-pruned-header.
17936
17937         * mm-decode.el: Don't autoload executable-find.
17938
17939         * mm-url.el: Don't autoload executable-find.
17940
17941         * mm-view.el: Don't autoload diff-mode.
17942
17943         * nndb.el: Don't autoload news-reply-mode, news-setup,
17944         cancel-timer and telnet.
17945
17946         * password.el: Don't autoload run-at-time for Emacs.
17947
17948         * sha1-el.el: Don't autoload executable-find.
17949
17950         * sieve-mode.el: Don't autoload c-mode.
17951
17952         * uudecode.el: Don't autoload executable-find.
17953
17954 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17955
17956         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
17957         (gnus-agent-possibly-alter-active): Avoid null in numeric
17958         comparison.
17959         (gnus-agent-set-local): Refuse to save null in local object table.
17960         (gnus-agent-regenerate-group): The REREAD parameter can now be a
17961         list of articles that will be marked as unread.
17962
17963 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17964
17965         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
17966
17967 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
17968
17969         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
17970         language tags.
17971
17972 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
17973
17974         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
17975         Don't bind "obarray".
17976
17977         * gnus-sum.el (gnus-thread-sort-functions):
17978         Add `gnus-thread-sort-by-most-recent-number' and
17979         `gnus-thread-sort-by-most-recent-date'.
17980         Reported by Kai Grossjohann <kai@emptydomain.de>.
17981
17982 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17983
17984         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
17985
17986 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17987
17988         * gnus-cus.el (gnus-agent-customize-category):
17989         Remove ignore-errors macro reference that required cl to be loaded at
17990         run-time.
17991
17992         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
17993         single-interval range of the form (min . max).  Previously the
17994         range had to look like ((min . max)).  Likewise, return
17995         (min . max) rather than ((min . max)).
17996         (gnus-range-map): Use gnus-range-normalize to accept
17997         single-interval range.
17998
17999         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
18000         the cache, but not the agent, now appear with their usual face.
18001
18002         * dgnushack.el (loaddir): New variable that is bound to the
18003         directory containing the dgnushack.el file. Use loaddir, rather
18004         than srcdir, to update load-path. Change lets dgnushack compile
18005         code in directories other than GNUS/lisp.
18006
18007 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18008
18009         * lpath.el: Don't bind w3m-safe-url-regexp.
18010
18011         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
18012         w3m-safe-url-regexp variable buffer-local.
18013
18014         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18015
18016 2004-02-27  Simon Josefsson  <jas@extundo.com>
18017
18018         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
18019         gnus-group-real-prefix.
18020         (gnus-summary-move-article): Use it, instead of
18021         gnus-group-real-prefix.
18022
18023 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18024
18025         * lpath.el: Bind w3m-safe-url-regexp.
18026
18027         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
18028         w3m-safe-url-regexp variable buffer-local and set it as the value
18029         of mm-w3m-safe-url-regexp.
18030
18031         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18032
18033         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
18034         parsing gnus-posting-styles when the message is not for replying.
18035
18036         * dgnushack.el: Autoload sgml-mode for XEmacs.
18037
18038         * nnrss.el (nnrss-opml-export):
18039         Use mm-set-buffer-file-coding-system instead of
18040         set-buffer-file-coding-system.
18041
18042 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
18043
18044         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
18045         of checkdoc.el).
18046         * nnrss.el: do.
18047         * gnus-mlspl.el: do.
18048         * gnus-ml.el: do.
18049         * gnus-srvr.el: do.
18050
18051         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
18052
18053 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
18054
18055         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
18056         Corrections to custom-manual links.
18057
18058         * gnus-art.el (gnus-article): Ditto.
18059
18060         * mm-decode.el (mime-display, mime-security): Ditto.
18061
18062 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18063
18064         * flow-fill.el: Typo.
18065
18066 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
18067
18068         * spam-wash.el: New file.
18069
18070 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
18071
18072         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
18073
18074 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
18075
18076         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
18077         to be run with new-articles as LIST1, not LIST2.
18078         (spam-registration-functions): Add spam-use-ham-copy as a nil
18079         registration backend.
18080
18081 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18082
18083         * spam-stat.el (spam-stat-washing-hook): New option.
18084         (spam-stat-buffer-words): Use it.
18085         (spam-stat-process-directory, spam-stat-test-directory):
18086         Use insert-file-contents-literally.
18087         (spam-stat-coding-system): New variable.
18088         (spam-stat-load, spam-stat-save): Use it.
18089
18090 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18091
18092         * spam-report.el (spam-report-plug-agent):
18093         Quote spam-report-url-to-file and spam-report-url-ping-plain.
18094
18095 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
18096
18097         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
18098         Allow / in mailto URLs.
18099
18100 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18101
18102         * spam-report.el (spam-report-process-queue): Fix interactive use.
18103         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
18104         (spam-report-unplug-agent): Doc fixes.
18105         (spam-report-url-ping-mm-url, spam-report-url-to-file)
18106         (spam-report-agentize, spam-report-deagentize): Autoload.
18107
18108 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18109
18110         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
18111
18112         * message.el (message-setup-fill-variables): Add mml tags to
18113         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
18114         <ajk@iu.edu>.
18115         (message-mode): Don't modify paragraph-separate there.
18116
18117 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18118
18119         * compface.el (uncompface-use-external): Default to undecided.
18120         (uncompface-use-external-threshold): New variable.
18121         (uncompface-float-time): New macro.
18122         (uncompface): Determine whether to use the external decoder if
18123         uncompface-use-external is undecided.
18124
18125 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18126
18127         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
18128         after images.
18129
18130         * gnus-art.el (gnus-mime-display-single): Remove dead code.
18131
18132 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
18133
18134         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
18135
18136         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
18137
18138         * gnus-sum.el (gnus-summary-limit-to-age)
18139         (gnus-summary-limit-children): do.
18140
18141         * gnus-int.el (gnus-request-scan): do.
18142
18143         * gnus-group.el (gnus-group-suspend): do.
18144
18145         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
18146
18147         * gnus-cite.el (gnus-cite-parse-attributions): do.
18148
18149         * gnus-agent.el (gnus-summary-set-agent-mark)
18150         (gnus-agent-regenerate-group): do.
18151
18152         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
18153
18154         * binhex.el (binhex-decode-region-internal): do.
18155
18156 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18157
18158         * gnus-fun.el (gnus-face-properties-alist): New user option.
18159         (gnus-display-x-face-in-from): Use it.
18160
18161         * gnus-art.el (article-display-face): Ditto.
18162
18163         * compface.el (uncompface-use-external): Default to nil.
18164
18165 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
18166
18167         * nntp.el (nntp-erase-buffer): New function.
18168         (nntp-retrieve-data, nntp-send-command)
18169         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
18170         (nntp-possibly-change-group): Use it.
18171
18172         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
18173         Use with-current-buffer.
18174
18175 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
18176
18177         * compface.el: Merge the ELisp-based uncompface program.
18178         (compface): New customization group.
18179         (uncompface-use-external): New user option.
18180         (uncompface): Call uncompface-internal if uncompface-use-external
18181         is nil.
18182         (uncompface-internal): New function.  Note that there are also
18183         some other functions and variables added for this function.
18184
18185 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
18186
18187         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
18188         if necessary.
18189
18190 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
18191
18192         * spam-report.el (spam-report-unplug-agent)
18193         (spam-report-plug-agent, spam-report-deagentize)
18194         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
18195         Add support for the Agent in spam-report: when unplugged, report to a
18196         file; when plugged, submit all the requests.
18197
18198         * spam.el (spam-register-routine): Fix message about
18199         registration.
18200
18201 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
18202
18203         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
18204         dependencies.
18205         (rfc2047-encode): Use it.
18206
18207         * gnus-art.el (gnus-button-marker-list): Move before first
18208         reference.
18209
18210         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18211         (imap-parse-body): Fix format string mismatch.
18212
18213         * gnus-score.el (gnus-summary-increase-score): do.
18214
18215         * nnrss.el (nnrss-close): New function.
18216
18217 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
18218
18219         * nnrss.el (nnrss-make-filename): New function.
18220         (nnrss-request-delete-group, nnrss-read-server-data)
18221         (nnrss-save-server-data, nnrss-read-group-data)
18222         (nnrss-save-group-data): Use it.
18223         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
18224         (nnrss-read-server-data, nnrss-read-group-data): Use load.
18225         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
18226
18227 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
18228
18229         * mml.el (mml-compute-boundary-1): Don't uncompress files.
18230
18231 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
18232
18233         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
18234         files.
18235
18236         * message.el (message-generate-headers-first): Don't quote nil
18237         and t in docstrings.
18238
18239         * imap.el (imap-id): do.
18240
18241         * gnus-agent.el (gnus-agent-consider-all-articles)
18242         (gnus-agent-queue-mail): do.
18243
18244 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
18245
18246         * spam-report.el (spam-report-process-queue): New function.
18247         Process requests from `spam-report-requests-file'.
18248         (spam-report-process-queue): Doc fix.
18249
18250 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
18251
18252         * spam.el (spam-register-routine)
18253         (spam-log-processing-to-registry, spam-log-registered-p)
18254         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18255         Change "check" to "spam-check" for semi-clarity.
18256
18257 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
18258
18259         * pop3.el: Require nnheader.
18260
18261         * mml-smime.el: Require cl.  Autoload message-fetch-field.
18262
18263         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
18264
18265         * gnus-picon.el: Require cl.
18266
18267         * gnus-fun.el: Require gnus-ems and gnus-util.
18268
18269         * gnus.el (gnus-method-to-server): Move defsubst before first use.
18270
18271         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
18272
18273         * gnus-art.el (gnus-article-edit-mode): Define before first
18274         reference.
18275
18276 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
18277
18278         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
18279         (gnus-uu-post-encoded): Use point-at-bol.
18280
18281         * gnus-topic.el (gnus-group-active-topic-p): do.
18282
18283         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
18284
18285         * gnus-group.el (gnus-group-kill-region): do.
18286
18287         * gnus-art.el (article-date-ut): do.
18288
18289         * message.el (message-fetch-field): Remove redundant
18290         case-fold-search binding.
18291         (message-narrow-to-field): Simplify.
18292
18293 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
18294
18295         * spam.el (spam-directory): Derive from `gnus-directory'.
18296
18297         * spam-report.el (spam-report-url-to-file)
18298         (spam-report-requests-file): New function and variable for offline
18299         reporting.
18300         (spam-report-url-ping-function): Add `spam-report-url-to-file'
18301         and user defined function.
18302         (spam-report-url-ping-mm-url): Remove doubled slash.
18303
18304 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
18305
18306         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
18307
18308 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
18309
18310         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
18311         Fix format string mismatch.
18312
18313         * sieve.el (sieve-deactivate-all): do.
18314
18315         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
18316
18317         * nnlistserv.el (nnlistserv-kk-wash-article): do.
18318
18319         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
18320
18321         * mm-bodies.el (mm-7bit-chars): Don't include \r.
18322
18323 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
18324
18325         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
18326         the list of checks.
18327
18328 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
18329
18330         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
18331         padding.
18332
18333 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
18334
18335         * mm-view.el (mm-fill-flowed): New variable.
18336         (mm-inline-text): Use it.
18337
18338 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
18339
18340         * spam.el (spam-spamassassin-register-ham-routine)
18341         (spam-spamassassin-register-spam-routine): Fix function names.
18342
18343 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18344
18345         * gnus.el (gnus-tmp-grouplens): Remove.
18346         (gnus-summary-line-format): Remove grouplens.
18347
18348         * gnus-group.el (gnus-group-line-format): Ditto.
18349
18350         * gnus-spec.el (gnus-format-specs): Ditto.
18351         (gnus-update-format-specifications): Flush the group format spec
18352         cache if there's the grouplens stuff.
18353         (gnus-parse-simple-format): Replace %l with the empty string.
18354
18355 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
18356
18357         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
18358         omission.
18359
18360 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18361
18362         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
18363         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18364
18365 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18366
18367         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
18368         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
18369         New macros and functions.
18370         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
18371         Handle > NLINK_MAX messages.
18372         * nnmaildir.el (nnmaildir-request-set-mark):
18373         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
18374
18375 2004-01-25  Alex Schroeder  <alex@gnu.org>
18376
18377         * spam-stat.el (spam-stat-process-directory-age): New option.
18378         (spam-stat-process-directory): Use it.
18379
18380 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
18381
18382         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
18383         (spam-stat-save): Accept prefix argument.
18384
18385 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
18386
18387         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
18388         links" error.
18389
18390 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18391
18392         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
18393         the rest of the and/or forms.
18394
18395 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18396
18397         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
18398         compatibility with old .newsrc.eld files.
18399
18400         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
18401
18402         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
18403
18404         * gnus-start.el (gnus-1): do.
18405
18406         * gnus-group.el (gnus-group-line-format-alist): do.
18407
18408         * gnus.el (gnus-use-grouplens, gnus-visual): do.
18409
18410         * gnus-gl.el: Remove.
18411
18412 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18413
18414         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
18415         marks consisting of a single range {for example, (3 . 5)} rather
18416         than a list of a single range { ((3 . 5)) }.
18417
18418 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18419
18420         * spam-stat.el (spam-stat-store-gnus-article-buffer):
18421         Use with-current-buffer.
18422         (spam-stat-store-current-buffer): Use insert-buffer-substring to
18423         avoid consing a string.
18424
18425         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
18426         Remove obsolete entries for big5 and gb2312.
18427
18428 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18429
18430         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
18431         uncompressed list.
18432
18433 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
18434
18435         * spam-stat.el (spam-stat-strip-xref): New function.
18436         (spam-stat-process-directory): Use it.
18437
18438         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
18439         here -- it's done in message-fetch-field.
18440
18441 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18442
18443         * gnus-agent.el (gnus-agent-queue-mail)
18444         (gnus-agent-prompt-send-queue): New variables.
18445         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
18446         * gnus-draft.el (gnus-group-send-queue): Pass the group name
18447         "nndraft:queue" along to gnus-draft-send.
18448         Use gnus-agent-prompt-send-queue.
18449         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
18450         is "nndraft:queue".  Suggested by Gaute Strokkenes
18451         <gs234@srcf.ucam.org>
18452
18453         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
18454         (agent-enable-undownloaded-faces): Add.
18455         (gnus-agent-cat-groups): Use eval-and-compile, not
18456         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
18457         method of gnus-agent-cat-groups even when the buffer has been
18458         evaled.
18459         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
18460         delete gnus-agent-save-active-1.
18461         (gnus-agent-save-groups): Delete.  Identical to
18462         gnus-agent-save-active.
18463         (gnus-agent-write-active): No longer adjust agent's copy of active
18464         file as agent's adjustments are now stored in their own
18465         file.  Remove optional parameter.
18466         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
18467         servers.  Add use of min/max range limits from server's local
18468         file.
18469         (gnus-agent-save-alist): Remove unused optional argument.
18470         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
18471         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
18472         (gnus-agent-set-local): A per-server file that keeps min/max range
18473         limits for articles known to the agent.  Provides a fast mechanism
18474         for altering many active ranges.
18475         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
18476         active file (local makes it unnecessary).
18477         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
18478
18479         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
18480         (agent-enable-undownloaded-faces): Add.
18481
18482         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
18483         disable it when sending to "nndraft:queue".
18484         (gnus-group-send-queue): Add safety check to avoid sending queue
18485         when unplugged.
18486
18487         * gnus-group.el (gnus-group-catchup): Use new
18488         gnus-sequence-of-unread-articles, not
18489         gnus-list-of-unread-articles, to avoid exhausting memory with huge
18490         numbers of articles.  Use gnus-range-map to avoid having to
18491         uncompress the unread list.
18492         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
18493         Fix invalid ange-ftp reference.
18494
18495         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
18496         (gnus-sorted-range-intersection): Intersection of two ranges
18497         without requiring that they first be uncompressed.
18498
18499         * gnus-start.el (gnus-activate-group): Unless blocked by the
18500         caller, possibly expand the active range to include both cached
18501         and agentized articles.
18502         (gnus-convert-old-newsrc): Rewrote in anticipation of having
18503         multiple version-dependent converters.
18504         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
18505         gnus-agent-save-active.
18506         (gnus-save-newsrc-file): Save dirty agent range limits.
18507
18508         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
18509         gnus-agent-possibly-alter-active.
18510         (gnus-adjust-marked-articles): Faster handling of simple lists.
18511
18512 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
18513
18514         * spam-stat.el (spam-stat-test-directory): New optional argument
18515         displays a list of files detected.  Suggested by Andrew Cohen
18516         <cohen@andy.bu.edu>.
18517         (spam-stat-buffer-words-with-scores): Don't narrow and change
18518         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
18519
18520 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
18521
18522         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
18523         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
18524         (spam-spamassassin-arguments)
18525         (spam-spamassassin-spam-flag-header)
18526         (spam-spamassassin-positive-spam-flag-header)
18527         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
18528         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
18529         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
18530         (spam-list-of-processors, spam-list-of-checks)
18531         (spam-list-of-statistical-checks, spam-registration-functions)
18532         (spam-check-spamassassin-headers, spam-check-spamassassin)
18533         (spam-spamassassin-score)
18534         (spam-spamassassin-register-with-sa-learn)
18535         (spam-spamassassin-register-spam-routine)
18536         (spam-spamassassin-register-ham-routine)
18537         (spam-assassin-register-spam-routine)
18538         (spam-assassin-register-ham-routine): Add SpamAssassin support.
18539         (spam-bogofilter-score): Fix to show article before scoring.
18540
18541 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
18542
18543         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
18544         default scoring function.
18545         (spam-generic-score): Call spam-spamassassin-score if
18546         spam-use-spamassassin or spam-use-spamassassin-headers is on;
18547         spam-bogofilter-score otherwise.
18548
18549         * gnus.el (spam-process, spam-autodetect-methods):
18550         Add spamassassin and spamassassin-headers.
18551
18552 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
18553
18554         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18555         Suppress unnecessary messages.
18556
18557 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
18558
18559         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
18560         make-hash-table.
18561
18562 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18563
18564         * canlock.el (base64-encode-string): Don't autoload it.
18565
18566 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18567
18568         * run-at-time.el: Remove useless (require 'itimer),
18569         eval-and-compile and (featurep 'xemacs).
18570
18571 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
18572
18573         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
18574         GROUP is a virtual group.
18575
18576 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
18577
18578         * gnus.el: Autoload `message-y-or-n-p'.
18579
18580 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
18581
18582         * pgg-parse.el: Remove unnecessary (require 'custom).
18583
18584         * pgg-def.el: do.
18585
18586         * nnmail.el: do.
18587
18588         * gnus-undo.el: do.
18589
18590         * gnus-picon.el: do.
18591
18592         * gnus-util.el: do.
18593
18594 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
18595
18596         * gnus-sum.el (gnus-pick-line-number): Add autoload.
18597
18598 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18599
18600         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
18601         handle, as well as a list.
18602
18603         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
18604         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
18605         (mm-w3m-cid-retrieve): Simplify.
18606
18607 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
18608
18609         * message.el (message-kill-to-signature): Allow prefix arg to
18610         specify number of lines to keep before signature.
18611
18612 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
18613
18614         * message.el (message-kill-to-signature): Change docstring.
18615
18616 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18617
18618         * canlock.el: Always require sha1-el.
18619         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
18620
18621         * message.el: Autoload sha1 only when compiling.
18622
18623         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
18624         eudc-expand-inline for XEmacs.
18625
18626 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18627
18628         * message.el (message-canlock-generate): Require sha1-el.
18629
18630 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
18631
18632         * message.el (message-expand-name): Silence the byte compiler.
18633
18634         * lpath.el: Add detect-coding-system.
18635
18636         * dgnushack.el (dgnushack-compile): Remove obsolete check for
18637         cus-edit.
18638
18639 2004-01-13  Simon Josefsson  <jas@extundo.com>
18640
18641         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
18642         Invoke gnus-score-mode.
18643         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18644
18645         * gnus-range.el (gnus-compress-sequence): Doc fix.
18646         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
18647
18648 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18649
18650         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
18651
18652 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
18653
18654         * spam.el (spam-get-article-as-string): Update to use
18655         gnus-request-article-this-buffer, much simpler.
18656         (spam-get-article-as-buffer): Remove.
18657
18658 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
18659
18660         * message.el (message-expand-name): Use EUDC if the user uses that.
18661
18662 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18663
18664         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
18665         character for the encoding to avoid consing a string.
18666
18667         * rfc2047.el (rfc2047-decode-string): Don't cons a string
18668         unnecessarily.
18669
18670         * mm-util.el (mm-replace-chars-in-string): Remove.
18671
18672         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
18673         of mm-replace-chars-in-string.
18674
18675 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
18676
18677         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
18678
18679         * mm-util.el (mm-subst-char-in-string): Support inplace.
18680
18681         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
18682         a new string in every iteration.  Use shy groups.
18683
18684 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
18685
18686         * gnus-srvr.el (gnus-browse-unsubscribe-group):
18687         * gnus-soup.el (gnus-soup-group-brew):
18688         * gnus-msg.el (gnus-put-message):
18689         * gnus-move.el (gnus-group-move-group-to-server):
18690         * gnus-kill.el (gnus-batch-score):
18691         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
18692         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
18693         (gnus-group-update-group, gnus-group-read-group)
18694         (gnus-group-make-group, gnus-group-make-help-group)
18695         (gnus-group-make-archive-group, gnus-group-make-directory-group)
18696         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
18697         (gnus-group-sort-by-unread, gnus-group-catchup)
18698         (gnus-group-unsubscribe-group, gnus-group-kill-group)
18699         (gnus-group-yank-group, gnus-group-set-info)
18700         (gnus-group-list-groups):
18701         * gnus.el (gnus-generate-new-group-name):
18702         * gnus-delay.el (gnus-delay-send-queue):
18703         * nnvirtual.el (nnvirtual-catchup-group):
18704         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
18705         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
18706         (gnus-group-prepare-topics, gnus-topic-check-topology):
18707         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
18708         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
18709         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
18710         (gnus-group-make-articles-read):
18711         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
18712         (gnus-group-change-level, gnus-kill-newsgroup)
18713         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
18714         (gnus-get-unread-articles, gnus-make-articles-unread)
18715         (gnus-make-ascending-articles-unread): Use accessor
18716         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
18717         to get group information for improved readability.
18718
18719
18720 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18721
18722         * gnus-art.el (article-decode-mime-words, article-babel)
18723         (gnus-article-highlight-signature, gnus-article-add-buttons)
18724         (gnus-signature-toggle): Use gnus-with-article-buffer.
18725
18726         * gnus-art.el (gnus-article-highlight-headers)
18727         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
18728
18729         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
18730         (gnus-article-set-globals, gnus-request-article-this-buffer)
18731         (gnus-button-message-id, gnus-article-maybe-hide-headers)
18732         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
18733         (gnus-mime-display-alternative): Use with-current-buffer.
18734
18735 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18736
18737         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
18738         also under 80 char limit, and call gnus-error if needed.
18739         (spam-fetch-article-header): Fix - it was a
18740         buffer-local variable (gnus-newsgroup-data).
18741         (spam-find-spam): Use spam-generate-fake-headers, forget about
18742         spam-insert-fake-headers.
18743         (spam-insert-fake-headers): Remove.
18744
18745 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18746
18747         * deuglify.el (gnus-article-outlook-unwrap-lines)
18748         (gnus-outlook-rearrange-article)
18749         (gnus-outlook-repair-attribution-outlook)
18750         (gnus-outlook-repair-attribution-block)
18751         (gnus-outlook-repair-attribution-other): Remove redundant
18752         save-excursion.
18753
18754 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18755
18756         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
18757         (spam-fetch-field-subject-fast)
18758         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
18759         (spam-fetch-article-header): Add functions to deal with Gnus
18760         internals for fast retrieval of article header data.
18761         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
18762
18763 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18764
18765         * pop3.el (pop3-md5): Remove.
18766         (pop3-apop): Replace pop3-md5 with md5.
18767
18768         * mm-bodies.el: base64 is always built-in.
18769
18770         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18771         Use with-current-buffer.
18772
18773 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18774
18775         * canlock.el (canlock-insert-header): Remove excessive grouping in
18776         regexp.
18777
18778         * gnus-sum.el (gnus-summary-read-document): Ditto.
18779
18780         * gnus-uu.el (gnus-uu-part-number): Ditto.
18781
18782         * html2text.el (html2text-remove-tags): Ditto.
18783         (html2text-format-tags): Ditto.
18784         (html2text-format-single-elements): Ditto.
18785
18786         * mml.el (mml-parse-1): Ditto.
18787
18788 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18789
18790         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
18791
18792         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
18793
18794         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
18795
18796         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
18797
18798 2003-11-15  Simon Josefsson  <jas@extundo.com>
18799
18800         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
18801         (pgg-gpg-lookup-key): Use regexp match instead of
18802         split-string (split-string is different between emacs 21.2 and
18803         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
18804
18805 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18806
18807         * gnus-art.el (gnus-mime-view-all-parts)
18808         (gnus-article-part-wrapper, gnus-article-view-part):
18809         Use with-current-buffer.
18810
18811 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18812
18813         * spam.el (spam-disable-spam-split-during-ham-respool)
18814         (spam-spamoracle-database, spam-cache-lookups)
18815         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
18816         (spam-group-ham-mark-p, spam-group-spam-mark-p)
18817         (spam-group-ham-marks, spam-group-spam-marks)
18818         (spam-group-spam-contents-p, spam-group-ham-contents-p)
18819         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
18820         also add spam-use-blackholes to the statistical checks.
18821         (spam-fetch-field-fast): Add interface to fetching fields, may
18822         become a macro.
18823         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
18824         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
18825         (spam-insert-fake-headers): Fake an article when needed.
18826         (spam-find-spam): Fake article when possible.
18827         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
18828         (spam-check-bogofilter-headers): Use message-fetch-field instead
18829         of nnmail-fetch-field.
18830
18831 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18832
18833         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
18834
18835 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18836
18837         * spam.el (spam-split): Do not require spam-use-CHECK to be
18838         enabled if that check is passed to spam-split explicitly; also
18839         fix so 'spam doesn't get converted to spam-split-group when
18840         spam-split-symbolic-return is t.
18841         (spam-find-spam): Find registrations of the article and use those
18842         instead of re-running spam-split to find the spam/ham
18843         classification of the article.
18844         (spam-log-processing-to-registry, spam-log-registered-p)
18845         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18846         Use gnus-error instead of gnus-message.
18847         (spam-log-registration-type): Add function to determine the
18848         classification of a message based on registry entries; will
18849         return nil if both 'spam and 'ham are found.
18850         (spam-check-BBDB): Expand all the BBDB macros here so we can have
18851         a reasonably fast local cache without the loading errors.
18852         (spam-cache-lookups): Set to t by default.
18853         (spam-find-spam): Don't try to guess spam-cache-lookups.
18854         (spam-enter-whitelist, spam-enter-blacklist): Clear the
18855         spam-caches entry.
18856         (spam-filelist-build-cache, spam-filelist-check-cache):
18857         Fix caching of whitelist/blacklist entries.
18858         (spam-check-whitelist, spam-check-blacklist):
18859         Invoke spam-from-listed-p with a type, not a cache variable.
18860         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
18861
18862 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18863
18864         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
18865
18866         * nnmail.el (nnmail-split-fancy): do.
18867
18868         * mml.el (mml-parse): do.
18869
18870         * gnus-score.el (gnus-enter-score-words-into-hashtb)
18871         (gnus-score-adaptive): do.
18872
18873 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18874
18875         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
18876         (gnus-mime-button-map): Don't set keymap parent.
18877         (gnus-button-ctan-directory-regexp): Use shy grouping.
18878         (gnus-prev-page-map): Don't set keymap parent.
18879         (gnus-prev-page-map): Remove duplicated one.
18880         (gnus-next-page-map): Don't set keymap parent.
18881         (gnus-mime-security-button-map): Ditto.
18882
18883         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
18884         version number.
18885
18886         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
18887
18888 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18889
18890         * canlock.el (canlock-sha1-function): Remove.
18891         (canlock-sha1-function-for-verify): Remove.
18892         (canlock-openssl-program): Remove.
18893         (canlock-openssl-args): Remove.
18894         (canlock-ignore-errors): Remove.
18895         (canlock-sha1-with-openssl): Remove.
18896         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
18897         (canlock-verify): Don't use canlock-ignore-errors.
18898
18899         * sha1-el.el (sha1-string-external): Make it can return a string
18900         in binary form.
18901         (sha1-region-external): Ditto.
18902         (sha1-string-internal): Ditto.
18903         (sha1-region-internal): Ditto.
18904         (sha1-region): Ditto.
18905         (sha1-string): Ditto.
18906         (sha1): Ditto.
18907
18908 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18909
18910         * spam.el (spam-report-articles-gmane): New command.
18911
18912 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18913
18914         * gnus.el: Don't make unnecessary *Group* buffer when loading.
18915
18916         * run-at-time.el (run-at-time-saved): Remove.
18917         (run-at-time): Doc fix.
18918
18919 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18920
18921         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
18922         (gnus-summary-limit-map): Add it.
18923         (gnus-summary-make-menu-bar): do.
18924
18925 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
18926
18927         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
18928         Make attempt at some caching support (done for BBDB only now).
18929         (spam-find-spam): Set spam-cache-lookups if there are more than 2
18930         addresses to be checked.
18931         (spam-clear-cache-BBDB): Add function, to be invoked by
18932         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
18933         (spam-check-BBDB): Check and use the caches, if
18934         spam-cache-lookups is on, remove superfluous (provide).
18935
18936 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
18937
18938         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
18939
18940 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
18941
18942         * run-at-time.el (run-at-time-saved): Move to after the definition
18943         of `run-at-time'.
18944
18945         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
18946
18947 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18948
18949         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
18950         mm-w3m-local-map-property.
18951
18952         * mm-view.el (mm-w3m-mode-map): Remove.
18953         (mm-w3m-local-map-property): Remove.
18954         (mm-inline-text-html-render-with-w3m): Don't use
18955         mm-w3m-local-map-property.
18956
18957 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18958
18959         * run-at-time.el: New file.
18960
18961         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
18962         under Emacs.
18963
18964         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
18965         of gnus-set-text-properties.
18966
18967         * gnus-uu.el (gnus-uu-save-article): Ditto.
18968
18969         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
18970
18971         * gnus-cite.el (gnus-cite-parse): Ditto.
18972
18973         * gnus-art.el (gnus-button-push): Use set-text-properties instead
18974         of gnus-.
18975
18976         * gnus-xmas.el (run-at-time): Require run-at-time.
18977
18978         * gnus.el: Change calls to nnheader-run-at-time and
18979         password-run-at-time throughout to use run-at-time directly.
18980
18981         * password.el: Remove definition of run-at-time.
18982
18983         * nnheaderxm.el: Remove definition of run-at-time.
18984
18985 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
18986
18987         * mml.el (mml-minibuffer-read-disposition): Show attachment type
18988         in prompt.
18989
18990 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18991
18992         * messagexmas.el (message-xmas-redefine): Alias
18993         `message-make-caesar-translation-table' to
18994         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
18995         version.
18996
18997         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
18998         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
18999         `gnus-xmas-set-text-properties'.
19000         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
19001         `gnus-xmas-completing-read'.
19002         (gnus-xmas-completing-read): Removed.
19003         (gnus-xmas-open-network-stream): Removed.
19004
19005         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
19006         XEmacs version.
19007
19008         * dns.el (dns-make-network-process): Use `open-network-stream'
19009         instead of `gnus-xmas-open-network-stream'.
19010
19011         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
19012
19013         * .cvsignore: Add auto-autoloads.el, custom-load.el.
19014
19015 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19016
19017         * gnus-art.el (gnus-mime-display-alternative)
19018         (gnus-insert-mime-button, gnus-insert-mime-security-button)
19019         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
19020         Don't use gnus-local-map-property.
19021
19022         * gnus-util.el (gnus-local-map-property): Remove.
19023
19024         * mm-view.el (mm-view-pkcs7-decrypt):
19025         Replace gnus-completing-read-maybe-default with completing-read.
19026
19027         * gnus-util.el (gnus-completing-read): do.
19028         (gnus-completing-read-maybe-default): Remove.
19029
19030 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19031
19032         * password.el: Only autoload `run-at-time' if not XEmacs.
19033         Only autoload the itimer functions if XEmacs.
19034
19035 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19036
19037         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
19038         XEmacsen.
19039
19040         * dgnushack.el: Autoload executable-find for XEmacs.
19041
19042 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19043
19044         * gnus-art.el (gnus-read-string): Remove.
19045         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
19046         read-string.
19047
19048 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
19049
19050         * netrc.el: Autoload password-read.
19051         (netrc): Add configuration group.
19052         (netrc-encoding-method, netrc-openssl-path):
19053         Add variables for encoding and decoding of files with symmetric
19054         ciphers.
19055         (netrc-encode): Add assistant function to encode a file with
19056         netrc-encoding-method.
19057         (netrc-parse): Add interactive parameter, added optional
19058         decoding if netrc-encoding-method is non-nil but otherwise
19059         behavior is standard.
19060         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
19061         Do s/encode/encrypt/ everywhere.
19062
19063         * spam.el: Remove executable-find autoload.
19064
19065 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19066
19067         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
19068
19069         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
19070
19071 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19072
19073         * gnus-art.el (gnus-treat-ansi-sequences)
19074         (article-treat-ansi-sequences): New variable and function.
19075         Suggested by Dan Jacobson <jidanni@jidanni.org>.
19076
19077         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19078         Use it.
19079
19080 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19081
19082         * mm-util.el (mm-quote-arg): Remove.
19083
19084         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
19085         shell-quote-argument.
19086
19087         * gnus-uu.el (gnus-uu-command): do.
19088
19089         * gnus-sum.el (gnus-summary-insert-pseudos): do.
19090
19091         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
19092         with make-char.
19093
19094         * mm-util.el (mm-make-char): Remove.
19095
19096         * mml.el (mml-mode): Replace gnus-add-minor-mode with
19097         add-minor-mode.
19098
19099         * gnus-undo.el (gnus-undo-mode): do.
19100
19101         * gnus-topic.el (gnus-topic-mode): do.
19102
19103         * gnus-sum.el (gnus-dead-summary-mode): do.
19104
19105         * gnus-start.el (gnus-slave-mode): do.
19106
19107         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
19108
19109         * gnus-ml.el (gnus-mailing-list-mode): do.
19110
19111         * gnus-gl.el (gnus-grouplens-mode): do.
19112
19113         * gnus-draft.el (gnus-draft-mode): do.
19114
19115         * gnus-dired.el (gnus-dired-mode): do.
19116
19117         * gnus-ems.el (gnus-add-minor-mode): Remove.
19118
19119         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19120         Replace gnus-char-width with char-width.
19121
19122         * gnus-ems.el (gnus-char-width): Remove.
19123
19124         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19125         Replace gnus-char-width with char-width.
19126
19127         * gnus-ems.el (gnus-char-width): Remove.
19128
19129         * spam-stat.el (with-syntax-table): Remove with-syntax-table
19130         definition.
19131         Remove Emacs 20 hash table compatibility code.
19132
19133         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
19134         20 compatibility code.
19135
19136         * spam.el (spam-point-at-eol): Replace with point-at-eol.
19137
19138         * smime.el (smime-point-at-eol): Replace with point-at-eol.
19139
19140         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
19141         Replace with point-at-{eol,bol}.
19142
19143         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
19144
19145         * imap.el (imap-point-at-eol): Replace with point-at-eol.
19146
19147         * flow-fill.el (fill-flowed-point-at-bol)
19148         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
19149
19150         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
19151         Replace with point-at-{eol,bol} throughout all files.
19152
19153 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19154
19155         * ntlm.el (ntlm-string-as-unibyte): New macro.
19156         (ntlm-build-auth-response): Use it.
19157
19158         Remove Emacs 20 stuff:
19159         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
19160         (butlast, mapc, remove): Remove the compiler macros.
19161         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
19162         of delq and copy-sequence.
19163         * gnus-art.el (popup-menu): Remove the compiler macro.
19164         * nnmail.el (nnmail-split-fancy): Don't support customizing with
19165         Emacs 20.
19166
19167 2004-01-05  Simon Josefsson  <jas@extundo.com>
19168
19169         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
19170         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
19171         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
19172         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
19173         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
19174         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
19175         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
19176         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
19177         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
19178         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
19179         ntlm-string-permute, string-lshift into ntlm-string-lshift,
19180         string-xor into ntlm-string-xor.
19181         Suggested by Jesper Harder <harder@myrealbox.com>.
19182
19183         * ntlm.el: Don't include poem.
19184
19185         * md4.el (print-int32, print-string-hexa): Remove.
19186         Suggested by Jesper Harder <harder@myrealbox.com>.
19187
19188         * sasl-ntlm.el, ntlm.el, md4.el: New files.
19189
19190         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
19191         probably breaks emacs with DL patch, but do we care? Is anyone
19192         still using the DL stuff?)
19193
19194         * sieve-manage.el: Use the password package.
19195         (sieve-manage-read-passwd): Remove.
19196         (sieve-manage-interactive-login): Use password.  Re-add
19197         condition-case around loop.
19198
19199         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
19200         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19201         Use the password package.
19202
19203 2003-02-19  Simon Josefsson  <jas@extundo.com>
19204
19205         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
19206         token.
19207
19208 2002-08-07  Simon Josefsson  <jas@extundo.com>
19209
19210         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
19211         (sieve-manage-authenticators):
19212         (sieve-manage-authenticator-alist): Add some SASL mechs.
19213         (sieve-sasl-auth): New function.
19214         (sieve-manage-cram-md5-auth):
19215         (sieve-manage-plain-auth): Rewrite using SASL library.
19216         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
19217         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
19218         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
19219         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
19220
19221 2004-01-05  Simon Josefsson  <jas@extundo.com>
19222
19223         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
19224         New files.
19225
19226 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19227
19228         * gnus-group.el (gnus-no-groups-message): Update.
19229
19230         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
19231
19232 2003-11-09  Simon Josefsson  <jas@extundo.com>
19233
19234         * imap.el: Support for ID IMAP extension (RFC 2971).
19235         (imap-local-variables): Add imap-id.
19236         (imap-id): New variable.
19237         (imap-id): New function.
19238         (imap-parse-response): Parse untagged ID response.
19239         * nnimap.el (nnimap-id): New variable.
19240         (nnimap-open-connection): Use it.
19241
19242 2003-12-28  Simon Josefsson  <jas@extundo.com>
19243
19244         * gnus-score.el (gnus-score-edit-all-score): New.
19245         * gnus-group.el (gnus-group-score-map): Bind it to W e.
19246
19247 2004-01-04  Simon Josefsson  <jas@extundo.com>
19248
19249         * password.el: Add.
19250
19251 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
19252
19253         * dns.el (dns-query-types): Fix typo.
19254         (dns-query-types): New function.
19255         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
19256         PTR and SOA replies, see RFC 1035.
19257
19258 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19259
19260         * gnus.el (gnus-logo-color-style): Change colors to `no'.
19261
19262         * Move to Changelog.2.
19263
19264 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19265
19266         * gnus.el (gnus-version-number): Bump version.
19267
19268 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19269
19270         * gnus.el: No Gnus v0.1 is released.
19271
19272 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19273
19274         * gnus.el: No Gnus v0.0 is released.
19275
19276 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19277
19278         * gnus.el (gnus-version-number): Bump.
19279         (gnus-version): No.
19280
19281 See ChangeLog.2 for earlier changes.
19282
19283     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
19284       Free Software Foundation, Inc.
19285
19286   This file is part of GNU Emacs.
19287
19288   GNU Emacs is free software: you can redistribute it and/or modify
19289   it under the terms of the GNU General Public License as published by
19290   the Free Software Foundation, either version 3 of the License, or
19291   (at your option) any later version.
19292
19293   GNU Emacs is distributed in the hope that it will be useful,
19294   but WITHOUT ANY WARRANTY; without even the implied warranty of
19295   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19296   GNU General Public License for more details.
19297
19298   You should have received a copy of the GNU General Public License
19299   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
19300
19301 ;; Local Variables:
19302 ;; coding: utf-8
19303 ;; fill-column: 79
19304 ;; add-log-time-zone-rule: t
19305 ;; End: