0c0692ef30d99e95655dc4107ccb5158a3b6a8e6
[gnus] / lisp / ChangeLog
1 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * shr.el (shr-color-check): Protect against non-existant colour names.
4
5 2010-11-24  Julien Danjou  <julien@danjou.info>
6
7         * color-lab.el: Require 'cl when compiling.
8
9         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
10
11         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
12         matched part.
13
14         * color-lab.el: Fix all expt calls to use float type.
15
16 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17
18         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
19         expression to shr-color-check as is.
20
21         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
22
23         * color-lab.el: Add coding cookie.
24         (float-pi): Use eval-and-compile.
25
26         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
27         compiled for Emacsen having no `libxml-parse-html-region' support.
28
29 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
30
31         * shr.el (shr-insert-color-overlay): Split stuff like
32         "#444444 !important" to find the real colour.
33         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
34         parse <font color="red"> entries.
35
36 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
37
38         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
39         point when parsing headers.
40
41         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
42         is positioned properly when parsing headers.
43
44 2010-11-23  Julien Danjou  <julien@danjou.info>
45
46         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
47
48         * shr-color.el (shr-color->hexadecimal): Add support for color names.
49
50         * shr.el (shr-parse-style): Replace \n with space in style parsing.
51
52         * shr-color.el (shr-color-hsl-to-rgb-fractions): Use shr-color-hue-to-rgb.
53         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
54
55 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
56
57         * shr.el (shr-color->hexadecimal): Autoload.
58         (shr-descend): Add color to all tags.
59
60 2010-11-22  Julien Danjou  <julien@danjou.info>
61
62         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
63         shr-color->hexadecimal.
64
65         * shr-color.el (shr-color->hexadecimal): Add converting functions for
66         RGB() or HSL() color representation.
67
68         * shr.el (shr-tag-font): Add.
69         (shr-tag-color-check): New function to get better colors.
70         (shr-tag-insert-color-overlay): Factorize code between tag-font and
71         tag-span.
72
73         * shr-color.el: New file.
74
75         * color-lab.el: New file.
76
77         * gnus-art.el (gnus-url-mailto): Do not downcase args.
78
79 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
80
81         * nnir.el: Fix typo in comments.
82         (nnir-run-imap): Simplify code. No need to reverse artlist.
83         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
84
85 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
86
87         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
88
89         * nnimap.el (nnimap-get-capabilities): Refactor out.
90         (nnimap-open-connection): Re-request capabilities after STARTTLS.
91
92 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
93
94         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
95         appearing when `mm-uu-hide-markers' is nil.
96
97 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
98
99         * nnimap.el (nnimap-unselect-group): Make into its own function.
100         (nnimap-request-rename-group): Unselect group before renaming.
101         This had gotten lost somewhere.
102         (nnimap-request-accept-article): Keep track of examined groups, and
103         unselect the group before APPENDing to read-only groups.
104         (nnimap-request-move-article): Clear flags before moving so that they
105         can be re-set later.
106
107 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
108
109         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
110         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
111
112 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
113
114         * gnus-art.el (gnus-mime-display-single)
115         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
116         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
117         parameter.
118
119 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
120
121         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
122         (shr-table-vertical-line): New variable.
123         (shr-insert-table): Use it.
124
125 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
126
127         * gnus-html.el (gnus-html-wash-images): Don't display images if
128         gnus-inhibit-images is non-nil; register displayer for cid images.
129         (gnus-html-display-image): Work for cid image.
130         (gnus-html-insert-image): Allow arguments.
131         (gnus-html-put-image): Inhibit read-only.
132         (gnus-html-prefetch-images): Don't prefetch images if
133         gnus-inhibit-images is non-nil.
134
135 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
136
137         * shr.el (shr-put-image): Break lines when inserting big pictures.
138
139 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
140
141         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
142         sender, thanks Katsumi Yamaoka.
143
144 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
145
146         * nnir.el (nnir-run-imap): Reverse the article list for each group
147         rather than the whole list.
148
149 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
150
151         * shr.el (shr-image-displayer): Protect function against non-existent
152         image source.
153
154         * gnus-art.el (gnus-inhibit-images): New user option.
155         (gnus-mime-display-single): Don't display image if it is non-nil.
156
157         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
158         gnus-inhibit-images.
159
160         * shr.el (shr-image-displayer): New function.
161         (shr-tag-img): Use it.
162
163 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
164
165         * mml2015.el (mml2015-epg-sign): Use From header.
166
167 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
168
169         * gnus-html.el (gnus-html-wash-images): Register a displayer.
170
171         * gnus-util.el (gnus-find-text-property-region): Return markers.
172
173         * shr.el (shr-tag-img): Put a displayer in the text property.
174
175         * gnus-util.el (gnus-find-text-property-region): New utility function.
176
177         * gnus-html.el (gnus-html-display-image): Make the alt optional.
178         (gnus-html-show-images): Remove.
179
180         * gnus-art.el (gnus-article-show-images): New, more general function.
181
182         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
183         image url text properties.
184
185         * shr.el: Ditto.
186
187         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
188         gnus-agent-auto-agentize-methods is set.  Which it isn't.
189
190 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
191
192         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
193         work for two or more articles.
194
195 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
196
197         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
198         divide an image that's in an html article to two or more when washing
199         non-ASCII characters in alt text of it.
200
201 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
202
203         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
204         smime-decrypt-region using function argument.
205         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
206
207         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
208
209         * smime.el (smime-decrypt-region): Catch it.
210
211 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
212
213         * smime.el (smime-mode-map): Move initialization into declaration.
214         (gnus-run-mode-hooks): Don't autoload.
215         (smime-mode): Use define-derived-mode.
216
217 2010-11-11  Glenn Morris  <rgm@gnu.org>
218
219         * smime.el (from): Restrict declaration to XEmacs.
220
221         * nnir.el (gnus-group-topic-name): Autoload.
222
223 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
224
225         * shr.el (shr-insert): Don't break long line if it is because of
226         kinsoku-bol characters in the line end.
227
228 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
229
230         * nnir.el (nnir-request-move-article): Fix to provide original group
231         and subject.
232         (nnir-warp-to-article): Don't fail on articles whose headers haven't
233         been retrieved.
234
235         * gnus-sum.el (gnus-summary-move-article): Use original group and
236         subject for virtual articles such as those in an nnir summary buffer.
237
238 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
239
240         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
241         least 21.5).
242
243         * smime.el (from): Declare it again for XEmacs.
244
245 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
246
247         * message.el (message-resend): Don't disable encoding unless it's
248         already encoded.
249
250         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
251         low-numbered articles.
252
253 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
254
255         * rfc2047.el (rfc2047-syntax-table): Simplify.
256
257         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
258
259         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
260         set-char-table-range for XEmacs.
261
262 2010-11-10  Glenn Morris  <rgm@gnu.org>
263
264         * time-date.el (time-to-seconds): Always an alias on Emacs,
265         never a real function.
266         (with-no-warnings): Remove compat stub, now unused.
267         (time-less-p): Doc fix.
268         (time-to-number-of-days): Simplify.
269
270         * smime.el (from): Remove unused declaration.
271
272         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
273         (gnus-float-time): On Emacs, always an alias.
274
275         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
276         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
277
278 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
279
280         * dgnushack.el: Don't use ignore-errors in the top level form since it
281         is unavailable in XEmacs even if cl is loaded.
282
283         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
284
285 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
286
287         * shr.el (browse-url-mailto): Autoload.
288
289         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
290
291         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
292         regexp doesn't need quoting.
293
294 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
295
296         * message.el (message-subject-trailing-was-ask-regexp)
297         (message-subject-trailing-was-regexp): Match was: in addition to was.
298
299 2010-11-09  Glenn Morris  <rgm@gnu.org>
300
301         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
302         (nnbabyl-check-mbox): Use point-at-bol.
303
304 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
305
306         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
307
308         * message.el (message-mailto): New function.
309         (message-mailto): Should accept other parameters.
310         (message-mailto): Remove since it duplicates browse-url-mailto
311         functionality.
312
313 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
314
315         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
316         methods.
317         (gnus-read-active-file): Ditto.
318
319         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
320         ": " from the prompt.
321         (gnus-group-make-group): Ditto.
322
323 2010-11-07  Glenn Morris  <rgm@gnu.org>
324
325         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
326         (gnus-bookmark-kill-line): Use point-at-eol.
327
328 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
329
330         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
331         asterisks in From header.
332
333 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
334
335         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
336         string to avoid making the From headers syntactically invalid.
337
338         * message.el (message-send-mail): Don't insert courtesy messages if the
339         message already has List-Post and List-ID messages.
340
341 2010-11-06  Glenn Morris  <rgm@gnu.org>
342
343         * gnus-art.el (gnus-treat-article): Give dynamic local variables
344         `condition', `type', `length' a prefix.
345         (gnus-treat-predicate): Update for above name changes.
346
347 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
348
349         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
350         binding.  Handled by `gnus-summary-refer-thread' instead.
351         (nnir-warp-to-article): New backend function.
352
353         * nnimap.el (nnimap-request-thread): Force dependency updating.
354
355         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
356         (gnus-summary-refer-thread): Rework to improve thread-referral.
357
358         * gnus-int.el (gnus-warp-to-article): New function.
359
360         * gnus-sum.el (gnus-summary-article-map): Bind it.
361
362 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
363
364         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
365         gnus-summary-refer-thread.
366
367         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
368         headers.
369         (gnus-summary-limit-include-thread): Prevent articles in thread from
370         being cut in gnus-cut-threads.
371         (gnus-summary-refer-thread): Limit retrieved headers to those in
372         thread.
373
374 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
375
376         * message.el (message-send-mail): Use the value of
377         message-courtesy-message from the message buffer.
378
379         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
380
381         * shr.el (shr-browse-url): Implement mailto: URLs.
382
383         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
384         "raw".
385
386         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
387         if it's already selected.
388
389         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
390
391 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
392
393         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
394         to measure the length and truncate alt text.
395
396 2010-11-03  Glenn Morris  <rgm@gnu.org>
397
398         * nndiary.el (nndiary-generate-nov-databases-1)
399         (nndiary-generate-active-info): Rename dynamic variable `files' to
400         something less generic.
401
402 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
403
404         * nnir.el (nnir-request-move-article): Call the underlying backend to
405         move articles from nnir.
406
407 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
408
409         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
410
411 2010-11-02  Julien Danjou  <julien@danjou.info>
412
413         * nnir.el: Remove wais support.
414
415 2010-11-02  Glenn Morris  <rgm@gnu.org>
416
417         * gnus-html.el: Reorder requirements to quieten compiler.
418
419 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
420
421         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
422         properly for XEmacs as well.
423         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
424         (gnus-article-natural-long-line-p): Use window-width rather than
425         frame-width.
426
427 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
428
429         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
430         (nnir-read-parms): Don't modify query.
431         (nnir-run-query): Add ability to search topic on current line.
432         (nnir-get-active): Clean up.
433
434 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
435
436         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
437         degenerate articles.
438
439         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
440         (gnus-print-buffer): Just print the buffer as is, without any copying
441         to a buffer and then re-highlighting.
442
443         * nnimap.el (nnimap-request-group): Store the new updated info.
444         (nnimap-request-group): Select the group when we don't know whether it
445         exists or not.
446
447         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
448         groups.
449
450         * gnus-group.el (gnus-group-find-new-groups): Display all the new
451         groups.
452
453         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
454         groups.
455
456         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
457         long-lines case by only filling the long lines.
458
459         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
460         (bug #7311).
461
462 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
463
464         * shr.el: No need to declare `declare-function' since shr.el is for
465         only Emacsen that provide `libxml-parse-html-region'.
466
467         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
468         effective only in a file it is referred to.
469
470 2010-11-01  Glenn Morris  <rgm@gnu.org>
471
472         * mm-util.el (gnus-completing-read): Autoload.
473         (mm-read-coding-system): Simplify Emacs definition.
474
475         * nnmail.el (gnus-activate-group):
476         * nnimap.el (gnutls-negotiate):
477         * nntp.el (netrc-parse): Fix declarations.
478
479 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
480
481         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
482         string-match-p in Emacs >=23.
483
484         * gnus-msg.el (gnus-configure-posting-styles)
485         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
486
487 2010-11-01  Glenn Morris  <rgm@gnu.org>
488
489         * nnir.el (declare-function): Add compat stub.
490         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
491         (nnir-run-gmane): Require 'mm-url.
492
493         * mm-util.el (mm-string-to-multibyte): Simplify.
494
495         * shr.el (declare-function): Add compat stub.
496         (url-cache-create-filename): Declare.
497         (mm-disable-multibyte, widget-convert-button): Autoload.
498
499         * smime.el (ldap-search): Declare.
500         (smime-cert-by-ldap-1): Require ldap on Emacs.
501
502         * nnimap.el: Require nnmail, and gnus-sum when compiling.
503         (nnimap-keepalive): Use gnus-float-time.
504
505         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
506         (mail-source-delete-crash-box): Use gnus-float-time.
507
508         * gnus-dired.el (gnus-completing-read): Autoload.
509
510         * mm-view.el (gnus-rescale-image): Autoload.
511
512         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
513
514         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
515
516         * sieve-manage.el: Require 'cl when compiling.
517
518         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
519         (gnus-iswitchb-completing-read): Require iswitchb.
520         (gnus-select-frame-set-input-focus): Silence compiler.
521
522 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
523
524         * message.el (message-subject-trailing-was-query): Change default to t,
525         since I think that's what most people want.
526
527         * nnimap.el (nnimap-request-accept-article): Erase buffer before
528         appending for easier debugging.
529         (nnimap-wait-for-connection): Take a regexp.
530         (nnimap-request-accept-article): Wait for the continuation line before
531         sending anything unless we're streaming.
532
533         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
534         leave the header washing to take place.
535
536 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
537
538         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
539         regular expression match and replace in posting styles.
540
541 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
542
543         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
544         an entire server.
545         (nnir-get-active): New function.
546         (nnir-run-imap): Use it.
547         (nnir-run-gmane): Who knew, gmane search returns an article score!
548
549         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
550         server on the current line with nnir.
551
552 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
553
554         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
555         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
556         left edge.
557         (gnus-article-foldable-buffer): Skip past the prefix when determining
558         raggedness.
559
560         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
561         the raw article, and change `C-u g' to show the article without doing
562         treatments.
563
564         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
565         on to `gnus-treat-article'.
566         (gnus-inhibit-article-treatments): New variable.
567
568         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
569
570         * gnus-art.el (gnus-treatment-function-alist): Have
571         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
572         (gnus-treat-fill-long-lines): Change default to fill all text/plain
573         sections.
574
575         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
576         parameter.
577         (gnus-article-fill-cited-long-lines): New function.
578         (gnus-article-fill-cited-article): Allow filling only long sections.
579
580         * shr.el (shr-find-fill-point): Don't break lines between punctuation
581         and non-punctuation (like after the apostrophe in "'We").
582
583         * gnus-sum.el (gnus-summary-select-article): Make sure
584         gnus-original-article-buffer is alive.
585
586         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
587         reflect the order they're in in the digest.
588
589         * gnus.el (gnus-group-startup-message): Move point to the start of the
590         buffer.
591
592         * nnimap.el (nnimap-capability): New function.
593         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
594         is set.
595
596 2010-10-31  David Engster  <dengste@eml.cc>
597
598         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
599         conform with changes to gnus-completing-read.
600
601 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
602
603         * shr.el (shr-tag-img): Output "*" instead of "[img]".
604
605 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
606
607         * nnir.el: Move defvar, defcustom around to keep file organized
608         and keep byte-compiler quiet.
609         (nnir-read-parms): Accept search-engine as arg.
610         (nnir-run-query): Pass search-engine as arg.
611         (nnir-search-engine): Remove.
612
613 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
614
615         * shr.el (shr-generic): The text nodes should be text, not :text.
616
617         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
618         later in the file.
619
620 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
621
622         * nnir.el: General clean up.  Allow searching with multiple engines.
623         Allow separate extra-parameters for each engine.
624         Batch queries when possible.
625         (nnir-imap-default-search-key,nnir-method-default-engines):
626         Add customize interface.
627         (nnir-run-gmane): New engine.
628         (nnir-engines): Use it.  Qualify all prompts with engine name.
629         (nnir-search-engine): Remove global variable.
630         (nnir-run-hyrex): Restore for now.
631         (nnir-extra-parms,nnir-search-history): New variables.
632         (gnus-group-make-nnir-group): Use them.
633         (nnir-group-server): Remove in favor of gnus-group-server.
634         (nnir-request-group): Avoid searching twice.
635         (nnir-sort-groups-by-server): New function.
636
637 2010-10-30  Julien Danjou  <julien@danjou.info>
638
639         * gnus-group.el: Remove gnus-group-fetch-control.
640
641         * gnus-start.el (gnus-find-new-newsgroups):
642         Remove gnus-check-first-time-used.
643
644         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
645
646 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
647
648         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
649         set on groups that don't have \* permanentflags.
650
651 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
652
653         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
654         control the background color.
655         (shr-tag-img): Ignore very small web bug type images.
656         (shr-put-image): Add help-echo alt texts to the images.
657         (shr-tag-video): Show the video poster image.
658
659 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
660
661         * shr.el (shr-table-depth): New variable.
662         (shr-tag-table-1): Only insert the images after the top-level table.
663
664         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
665
666         * gnus-util.el (gnus-list-memq-of-list): New function.
667
668         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
669         selected.
670         (nnimap-unsplittable-articles): New slot.
671         (nnimap-new-articles): Use it.
672
673 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
674
675         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
676         move to the previous line on `M-g'.
677
678 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
679
680         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
681         *-request-group, which seems unnecessary.
682
683         * nnimap.el (nnimap-quote-specials): Function copied over from
684         imap.el.
685         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
686         they support that.  Suggested by Tom Regner.
687
688 2010-10-29  Julien Danjou  <julien@danjou.info>
689
690         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
691         defalias.
692         (gnus-summary-delete-marked-with): Remove obsolete defalias.
693
694         * gnus.el: Remove `gnus-nntp-service' variable.
695         (gnus-secondary-servers): Make obsolete.
696         (gnus-nntp-server): Make obsolete.
697
698         * gnus-start.el (gnus-1): Remove x-splash calls.
699
700         * gnus-ems.el (gnus-x-splash): Remove.
701
702         * gnus.el (gnus-group-startup-message): Simplify/update code.
703
704         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
705         definition.
706
707         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
708         capability before doing anything.
709         (gnus-group-insert-group-line): Remove useless
710         gnus-group-remove-excess-properties.
711
712 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
713
714         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
715
716 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
717
718         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
719         config after reselecting.
720
721 2010-10-28  Julien Danjou  <julien@danjou.info>
722
723         * shr.el (shr-put-image): Use point even if only inserting text.
724         (shr-put-image): Save excursion when inserting alt text on non-graphic
725         display, so the behaviour is the same when we are on a graphic display.
726
727         * nnir.el (nnir-run-swish-e): Remove hyrex support.
728
729 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
730
731         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
732         (gnus-mime-copy-part): Check coding system, not charset.
733         (gnus-mime-view-part-externally): Never remove part.
734         (gnus-mime-view-part-internally): Don't remove part here.
735         (gnus-article-part-wrapper): Make sure MIME tag is visible.
736         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
737         multipart/alternative.
738
739         * mm-decode.el (mm-display-part): Take optional arg `force'.
740
741 2010-10-26  Julien Danjou  <julien@danjou.info>
742
743         * gnus-group.el (gnus-group-default-list-level): Add this function to
744         compute the default list level.
745         (gnus-group-default-list-level): Add possibility to use a function.
746
747 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
748
749         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
750
751         * gnus-group.el (gnus-group-completing-read)
752         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
753         gnus-replace-in-string.
754
755 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
756
757         * shr.el (shr-tag-div): Add.
758
759         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
760
761 2010-10-25  Julien Danjou  <julien@danjou.info>
762
763         * gnus-util.el: Remove `gnus-with-local-quit'.
764
765         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
766
767 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
768
769         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
770         the original article buffer.
771
772 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
773
774         * nnimap.el (nnimap-request-head): New function.
775         (nnimap-request-move-article): Try to be slighly faster by not
776         requesting the entire message when moving.
777         (nnimap-transform-headers): Don't bug out on bodiless articles.
778         (nnimap-send-command): Have no outstanding messages if the IMAP server
779         doesn't support streaming.
780         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
781
782 2010-10-24  Julien Danjou  <julien@danjou.info>
783
784         * message.el (message-default-headers): Fix type.
785
786 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
787
788         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
789         prefetching images.
790
791         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
792         backend for unknown groups.  This is mainly useful for nnimap groups.
793
794         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
795         group isn't covered by the agent.
796
797 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
798
799         * nnir.el (nnir-method-default-engines): New variable.
800         (nnir-run-query): Use it.
801         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
802         (gnus-summary-nnir-goto-thread): Change group if needed.
803
804         * gnus-group.el (gnus-group-group-map): Add key binding for
805         gnus-group-make-nnir-group.
806
807 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
808
809         * shr.el (shr-tag-object): Add.
810
811         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
812         original article buffer live.
813         (gnus-summary-select-article-buffer):
814         Mention gnus-widen-article-buffer.
815
816 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
817
818         * shr.el (shr-tag-strong): Add.
819
820 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
821
822         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
823         group names.  They mess up the group buffer badly.
824
825         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
826
827         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
828         instead of the summary one.
829
830 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
831
832         * mml.el (mml-preview): Work properly when editing article.
833
834         * gnus-start.el (gnus-read-active-file-1): Don't add method to
835         gnus-have-read-active-file if it's already been in.
836
837 2010-10-22  Tom Tromey  <tromey@redhat.com>
838
839         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
840         gnus-group-completing-read.
841
842 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
843
844         * message.el (message-mode-map): Don't bind M-; to comment region, to
845         allow the global comment-dwim to work.
846
847 2010-10-21  Julien Danjou  <julien@danjou.info>
848
849         * message.el (message-setup-1): Allow message-default-headers to be a
850         function.
851
852 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
853
854         * shr.el (shr-tag-table): Simplify.
855
856 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
857
858         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
859         to avoid trying to snarf invalid stuff.
860
861         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
862
863         * gnus.el (gnus-message-archive-group): Quote value.
864         (gnus-message-archive-group): Mark as changed.
865
866         * shr.el (shr-add-font): Don't put the font properties on the newline
867         or the indentation.
868
869         * message.el (message-fix-before-sending): Change options when sending
870         non-printable characters.
871
872         * gnus.el (gnus-message-archive-method): Change the default to
873         monthly outgoing groups.
874
875         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
876         that have gotten new numbers.
877
878         * nnimap.el (nnimap-request-replace-article): New function.
879
880 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
881
882         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
883         (nnrss-request-article): Don't use special html washing code.
884
885 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
886
887         * shr.el (shr-tag-table): Remove useless nconc.
888
889 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
890
891         * gnus-art.el (article-wash-html): Simplify and remove the charset
892         stuff.  Use the normal html rendering code instead of the special html
893         washing code.
894
895         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
896         `gnus-w3m' symbols.
897         (mm-text-html-washer-alist): Remove.
898
899         * mm-decode.el (mm-inline-text-html-renderer): Remove.
900         (mm-inline-media-tests): Remove use.
901         (mm-text-html-renderer): Change default to the `shr' symbol.
902
903         * mm-view.el (mm-inline-text-html): Remove use.
904
905         * gnus-art.el (gnus-blocked-images): New function.  Allow the
906         `gnus-blocked-images' to be a function.
907         (gnus-article-wash-function): Remove.
908
909 2010-10-20  Julien Danjou  <julien@danjou.info>
910
911         * spam.el (spam-list-of-processors): Mark as obsolete.
912
913         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
914         (nnimap-insert-partial-structure): Fix boundary detection.
915
916 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
917
918         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
919         run file-truename on remote files.  This can be expensive and even
920         prevent one from editing drafts if some unrelated buffer has a stale
921         connection.
922
923 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
924
925         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
926         kinsoku-eol regardless of shr-kinsoku-shorten.
927         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
928         (shr-tag-table): Support caption, thead, and tfoot.
929
930 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
931
932         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
933         lines.
934         (shr-save-contents): New command and keystroke.
935
936         * nndoc.el (nndoc-type-alist): Add git support.
937         (nndoc-git-type-p): New function.
938         (nndoc-transform-git-article): Ditto.
939         (nndoc-transform-git-headers): Ditto.
940         (nndoc-transform-git-headers): Generate Subject headers.
941
942         * shr.el (shr-parse-style): New function.
943         (shr-tag-span): Ditto.
944
945         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
946         to `G G' to avoid collisions.
947
948 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
949
950         * shr.el: Load kinsoku if necessary.
951         (shr-kinsoku-shorten): New internal variable.
952         (shr-find-fill-point): Make kinsoku shorten text line if
953         shr-kinsoku-shorten is bound to non-nil.
954         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
955         shr-indentation too when testing if table is wider than frame width.
956         (shr-insert-table): Use `string-width' instead of `length' to measure
957         text width.
958         (shr-insert-table-ruler): Make sure indentation is done at bol.
959
960 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
961
962         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
963         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
964         undecoded network data.
965
966 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
967
968         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
969         name in the mode line spec so that the mode line menu works
970         (bug #2431).
971
972         * message.el (message-get-reply-headers): If we're fed `to-address',
973         then always use that.
974
975         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
976         aren't so wide as to need to switch off the edit menu.
977
978         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
979         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
980
981         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
982         `M-g'.
983         (nnimap-update-info): Update flags/read marks even if \* isn't part of
984         the permanent marks.
985
986 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
987
988         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
989         Splitting according to references/in-reply-to obeys the ignore-groups
990         variable, while splitting by sender and subject do not.
991
992 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
993
994         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
995         alist, so that we can look for non-Unicode chars.
996         (article-translate-strings): Allow both character and string maps.
997
998 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
999
1000         * shr.el (shr-insert): Don't insert space behind a wide character
1001         categorized as kinsoku-bol, or between characters both categorized as
1002         nospace.
1003
1004 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
1005
1006         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
1007         headers to gnus-newsgroup-headers.
1008
1009 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1010
1011         * shr.el (shr-tag-img): Don't align images -- since we're not
1012         rescaling, this often leads to ugly displays.
1013
1014 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
1015
1016         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
1017         duplicates.
1018
1019 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
1020
1021         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
1022         call.
1023
1024 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1025
1026         * gnus.el: Autoload gnus-html-show-images.
1027
1028         * nnimap.el: Use nnheader-message throughout.
1029
1030         * shr.el (shr-tag-img): Ignore images with no data.
1031
1032 2010-10-15  Julien Danjou  <julien@danjou.info>
1033
1034         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
1035         a possibility to disable format=flow encoding when using hard newlines.
1036
1037 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1038
1039         * shr.el (shr-insert): Remove space inserted before or after a
1040         breakable character or at the beginning or the end of a line.
1041         (shr-find-fill-point): Do kinsoku; find the second best point or give
1042         it up if there's no breakable point.
1043
1044 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1045
1046         * nnimap.el (nnimap-open-connection): Message when opening connection
1047         for debugging purposes.
1048
1049         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
1050         on every setup buffer call to allow this to change from article to
1051         article.
1052
1053         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
1054         buffers where we have a wide table.
1055
1056 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
1057
1058         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
1059         uses *-request-thread.
1060
1061 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1062
1063         * nnimap.el (nnimap-open-connection): Remove %s from openssl
1064         incantation, which is no longer valid.
1065
1066 2010-10-14  Julien Danjou  <julien@danjou.info>
1067
1068         * shr.el: Fix defcustom type (char -> character).
1069
1070 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1071
1072         * nnimap.el (nnimap-open-connection): tls-program should be a list of
1073         programs.
1074
1075 2010-10-14  Julien Danjou  <julien@danjou.info>
1076
1077         * shr.el (shr-tag-a): Use url-link as widget type.
1078
1079         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
1080         `gnus-group-get-icon'.
1081
1082 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1083
1084         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
1085         This should make server editing work better.
1086
1087         * shr.el (shr-find-fill-point): Don't inloop on indented text.
1088
1089         * tls.el (tls-program): Remove spurious %s from openssl.
1090
1091         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
1092         (nnimap-parse-flags): Fix regexp.
1093
1094         * shr.el (shr-find-fill-point): Use a filling algorithm that should
1095         probably work for CJVK text, too.
1096
1097         * nnimap.el (nnimap-extend-tls-programs): Remove.
1098         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
1099
1100         * tls.el (tls-starttls-switches): Remove starttls hack.
1101         (open-tls-stream): Ditto.
1102         (tls-find-starttls-argument): Ditto.
1103
1104 2010-10-13  Julien Danjou  <julien@danjou.info>
1105
1106         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
1107         responses.
1108
1109 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1110
1111         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
1112
1113         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
1114         anything in Emacs.
1115
1116         * shr.el (shr-current-column): Remove buggy and unnecessary function.
1117
1118 2010-10-13  Julien Danjou  <julien@danjou.info>
1119
1120         * shr.el (shr-width): Make shr-width a defcustom with default to
1121         fill-column.
1122         (shr-tag-img): Use shr-width rather than fill-column.
1123
1124 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1125
1126         * dgnushack.el (byte-optimize-apply)
1127         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
1128
1129         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
1130         position when (X-)Faces exist.
1131         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
1132         avatars when called interactively.
1133
1134 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1135
1136         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
1137         gnus-article-x-face-too-ugly is bound.
1138
1139 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1140
1141         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
1142
1143         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
1144         mailbox that doesn't exist.
1145
1146 2010-10-12  Julien Danjou  <julien@danjou.info>
1147
1148         * shr.el (shr-tag-img): Encode URL properly when retrieving.
1149         (shr-get-image-data): Encode URL properly when fetching from cache.
1150         (shr-tag-img): Use aligned-to spaces to align correctly images.
1151
1152         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
1153         before inserting the Gravatar.
1154
1155         * shr.el (shr-tag-img): Add align attribute support for <img>.
1156
1157 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1158
1159         * gnus-gravatar.el (gnus-art): Require.
1160
1161         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
1162         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1163         Remove long obsoleted functions.
1164
1165 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1166
1167         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
1168
1169         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
1170
1171         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
1172         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
1173         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
1174         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
1175         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
1176         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
1177         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
1178
1179 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1180
1181         * nnimap.el (nnimap-request-rename-group): Select group read-only
1182         before renaming it.
1183
1184         * shr.el (shr-insert): Fix up the white space only regexp.
1185
1186         * nnimap.el (nnimap-transform-split-mail): Not all articles have
1187         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
1188
1189         * shr.el (shr-current-column): New function.
1190         (shr-find-fill-point): New function.
1191
1192 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1193
1194         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
1195         numbers.
1196
1197 2010-10-11  Julien Danjou  <julien@danjou.info>
1198
1199         * shr.el (shr-hr-line): Add.
1200         (shr-tag-hr): Use shr-hr-line to specify which character to use to
1201         display hr lines.
1202         (shr-max-columns): Do not change state to nil if we just inserting
1203         spaces.
1204
1205 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1206
1207         * gnus-topic.el (gnus-topic-read-group): If after the last group,
1208         select the last group.
1209
1210 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
1211
1212         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
1213
1214 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
1215
1216         * dig.el (dig-mode-map): Declare and define in one step.
1217
1218 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1219
1220         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
1221         for Gnus.
1222         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
1223         (nnimap-update-qresync-info): Mark \Seen articles as read.
1224
1225         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
1226         non-variable, too.
1227
1228         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
1229         available.
1230         (nnimap-update-info): Rely more on the current active than the param
1231         active to avoid marking articles as read too much.
1232
1233         * auth-source.el (auth-source-create): Use (user-login-name) for the
1234         user name default.
1235
1236         * nnimap.el (nnimap-update-info): If the server doesn't return any
1237         useful info, just use the previous info.
1238         (nnimap-update-info): Prefer old info over start-article.
1239         (nnimap-update-qresync-info): Finish implementing QRESYNC.
1240
1241 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
1242
1243         * nnir.el (autoload): Clean up autoloads.
1244         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
1245         Use key rather than value.
1246         (nnir-imap-search-other): New variable.
1247         (nnir-read-parm): Use it.
1248         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
1249         (gnus-summary-nnir-goto-thread): Modify to work with imap.
1250
1251 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1252
1253         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
1254         the process, too.
1255
1256 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1257
1258         * spam.el (gnus-summary-mode-map): Bind to "$".
1259         Suggested by Russ Allbery.
1260
1261         * shr.el: Rework the way things are indented by <li> slightly.
1262
1263         * gnus.el (gnus-group-set-parameter): Fix typo.
1264
1265         * nnimap.el: Start implementing QRESYNC support.
1266
1267 2010-10-09  Julien Danjou  <julien@danjou.info>
1268
1269         * nnir.el (nnir-engines): Fix too many arguments.
1270
1271 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1272
1273         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
1274         group is the "last", so that the backends like nnfolder actually save
1275         their folders.
1276
1277         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
1278         try to use that for the tls stream.
1279         (nnimap-retrieve-group-data-early): Rework the marks code to heed
1280         UIDVALIDITY and find out which groups are read-only and not.
1281         (nnimap-get-flags): Use the same marks parsing code as the rest of
1282         nnimap.
1283
1284 2010-10-09  Julien Danjou  <julien@danjou.info>
1285
1286         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
1287
1288         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
1289         retrieving gravatars.
1290
1291         * shr.el (shr-table-corner): Add.
1292         (shr-table-line): Add.
1293         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
1294
1295 2010-10-08  Julien Danjou  <julien@danjou.info>
1296
1297         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
1298
1299 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
1300
1301         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
1302
1303         * gnus-sum.el (gnus-mark-article-as-unread)
1304         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
1305         (gnus-summary-set-bookmark): Use it.
1306
1307         * gnus-msg.el (gnus-setup-message): Use it.
1308
1309         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1310
1311         * gnus.el (gnus-group-remove-parameter): Use it.
1312
1313         * gnus-group.el (gnus-group-make-web-group): Use it.
1314
1315         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1316
1317         * nnregistry.el: Update docs to mention manual.
1318
1319         * gnus-registry.el: Update docs to mention nnregistry.el.
1320         (gnus-registry-initialize): Don't install nnregistry refer method
1321         automatically.
1322         (gnus-registry-install-nnregistry): Remove it.
1323
1324 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1325
1326         * shr.el (shr-insert): Don't insert double spaces.
1327
1328 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1329
1330         * gnus-gravatar.el (gnus-treat-from-gravatar)
1331         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
1332         called interactively.
1333
1334         * gnus-art.el (gnus-mime-view-part-externally)
1335         (gnus-mime-view-part-internally): Make predicate function passed to
1336         gnus-mime-view-part-as-type assume argument is a mime type, not a list
1337         of a mime type.
1338
1339         * shr.el (shr-table-widths): Don't use cl function `reduce'.
1340
1341 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1342
1343         * shr.el (require): Require cl when compiling.
1344         (shr-tag-hr): New function.
1345
1346         * nnimap.el (nnimap-update-info): Remove double setting of high.
1347         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
1348         This makes nnimap work properly on Courier again.
1349
1350         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
1351         the variable for backwards compatability.
1352
1353         * mm-decode.el (mm-save-part): If given a non-directory result, expand
1354         the file name before using to avoid setting mm-default-directory to
1355         nil.
1356
1357         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
1358         bidning gnus-agent variables.
1359
1360         * shr.el (shr-render-td): Use a cache for the table rendering function
1361         to avoid getting an exponential rendering behaviour in nested tables.
1362         (shr-insert): Rework the line-breaking algorithm.
1363         (shr-insert): Don't leave trailing spaces.
1364         (shr-insert-table): Also insert empty TDs.
1365         (shr-tag-blockquote): Ensure paragraphs after </ul>.
1366
1367 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1368
1369         * gnus-sum.el (gnus-number): Rename from `number'.
1370         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
1371         (gnus-summary-limit-children): Update uses correspondingly.
1372
1373 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1374
1375         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
1376         (gnus-gravatar-transform-address): Don't show avatars of people of
1377         which mail addresses match gnus-gravatar-too-ugly.
1378
1379 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1380
1381         * shr.el (shr-table-widths): Expand TD elements to fill available
1382         space.
1383
1384 2010-10-07  Julien Danjou  <julien@danjou.info>
1385
1386         * nnimap.el (nnimap-request-rename-group): Add this method.
1387
1388 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1389
1390         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
1391         name from XEmacs' function-arglist.
1392
1393         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
1394         gravatar under XEmacs.
1395
1396 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
1397
1398         * auth-source.el: Update docs with TODO items.
1399
1400         * gnus-sync.el: Update docs to explain state and plans.
1401
1402         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
1403         Hooks for mark updates.
1404         (gnus-request-set-mark, gnus-request-update-mark): Use them.
1405
1406         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
1407         hooks with arguments, which is needed for mark update hooks.
1408
1409 2010-10-06  Julien Danjou  <julien@danjou.info>
1410
1411         * gnus.el (gnus-expand-group-parameter): Only return and act on what
1412         was matched.
1413
1414         * sieve-manage.el: Update example in `Commentary'.
1415
1416         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
1417
1418         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
1419         not 2000.
1420         (sieve-manage-authenticate): Re-add function.
1421
1422 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1423
1424         * shr.el (shr-insert): Get 'space transition right.
1425         (shr-render-td): Only delete space at the end of the TD.
1426
1427         * nnimap.el (nnimap-open-connection): Prepare to support
1428         open-gnutls-stream.
1429
1430         * shr.el: Rearrange function order to be more logical.
1431
1432 2010-10-06  Julien Danjou  <julien@danjou.info>
1433
1434         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
1435         (nnrss-discover-feed): Remove 404 URL in docstring.
1436
1437         * nnir.el: Fix Swish-E URL.
1438         Fix Namazu URL.
1439
1440         * message.el (message-change-subject): Remove 404 URL in a comment.
1441
1442 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1443
1444         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
1445         called interactively.
1446
1447         * gnus-util.el (gnus-remove-if): Allow hash table.
1448         (gnus-remove-if-not): New function.
1449
1450         * gnus-art.el (gnus-mime-view-part-as-type)
1451         * gnus-score.el (gnus-summary-score-effect)
1452         * gnus-sum.el (gnus-read-move-group-name):
1453         Replace remove-if-not with gnus-remove-if-not.
1454
1455         * gnus-group.el (gnus-group-completing-read):
1456         Regard collection as a hash table if it is not a list.
1457
1458 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1459
1460         * shr.el (shr-render-td): Allow blank/missing <TD>s.
1461
1462         * shr.el: Document the table-rendering algorithm.
1463
1464 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1465
1466         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
1467         for Emacsen having no `libxml-parse-html-region' support.
1468
1469 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1470
1471         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
1472         invalid URLs.
1473
1474         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
1475         line-broken.
1476         (shr-tag-img): Ignore image fetching errors.
1477         (shr-overlays-in-region): Compute overlay positions correctly.
1478
1479         * mm-decode.el (mm-shr): Require shr.
1480
1481         * gnus-art.el (gnus-blocked-images): Move variable here.
1482
1483         * shr.el (shr-insert-table): Bind free variable.
1484
1485         * mm-decode.el (mm-shr): Bind shr-content-function.
1486
1487         * shr.el (shr-content-function): New variable.
1488
1489         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
1490         added for symmetry.
1491
1492         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
1493
1494         * gnus-group.el (gnus-group-make-group): Doc fix.
1495
1496         * nnimap.el (nnimap-request-newgroups): Return success.
1497
1498         * shr.el (shr-find-elements): New function.
1499         (shr-tag-table): Put all the images after the table.
1500         (shr-tag-table): Really inhibit images inside the table.
1501         (shr-collect-overlays): Copy over overlays from the TD elements to the
1502         main document.
1503
1504         * mm-decode.el (mm-shr): Bind shr-blocked-images to
1505         gnus-blocked-images.
1506
1507 2010-10-05  Julien Danjou  <julien@danjou.info>
1508
1509         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
1510
1511         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
1512         (gnus-html-maximum-image-size): Add this function.
1513         (gnus-html-put-image): Use gnus-html-maximum-image-size.
1514
1515         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
1516         server-value of the capability is nil.
1517
1518 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1519
1520         * shr.el (shr-tag-em): Add <EM> tag.
1521
1522 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
1523
1524         * sieve-manage.el (sieve-manage-default-stream): Make default stream
1525         customizable.
1526
1527         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
1528         handing broken links to browse-url.
1529
1530 2010-10-05  Julien Danjou  <julien@danjou.info>
1531
1532         * gnus-util.el (gnus-emacs-completing-read)
1533         (gnus-iswitchb-completing-read): Use autoload rather than require.
1534
1535 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1536
1537         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
1538         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
1539         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
1540         iswitchb-temp-buflist for XEmacs.
1541
1542         * gnus-util.el (gnus-completing-read-function): Exclude
1543         gnus-icompleting-read and gnus-ido-completing-read from candidates for
1544         XEmacs since iswitchb.el is very old and ido.el is unavailable in
1545         XEmacs.
1546
1547         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
1548         not to use `delete-dups' that is unavailable in XEmacs 21.4.
1549
1550         * gnus-html.el: Don't require help-fns under XEmacs.
1551         (gnus-html-schedule-image-fetching): Work for XEmacs.
1552
1553         * mm-decode.el (mm-shr): Decode contents by charset.
1554
1555 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1556
1557         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
1558         unknown.
1559
1560         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
1561         (shr-get-image-data): Ensure against the cache file missing.
1562
1563         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
1564         for data.
1565
1566         * spam-report.el (spam-report-url-ping-plain): Don't query about
1567         killing the process.
1568
1569         * shr.el (shr-render-td): Protect against too-wide text.
1570
1571 2010-10-04  Julien Danjou  <julien@danjou.info>
1572
1573         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
1574         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
1575
1576         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
1577         retrieved.
1578
1579 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1580
1581         * shr.el (browse-url): Require.
1582         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
1583         lines.
1584         (shr-show-alt-text, shr-browse-image): New commands.
1585         (shr-browse-url, shr-copy-url): New commands.
1586
1587         * gnus-sum.el (gnus-widen-article-window): New variable.
1588         (gnus-summary-select-article-buffer): Use it.
1589
1590         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
1591         without @ signs.
1592
1593 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1594
1595         * nnir.el (nnir-run-imap): Remove spurious space in search string.
1596
1597 2010-10-04  Julien Danjou  <julien@danjou.info>
1598
1599         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
1600         for XEmacs.
1601
1602 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1603
1604         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
1605
1606         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
1607         (nnimap-close-server): Implement.
1608
1609         * dgnushack.el (iswitchb): Require to shut up the compiler.
1610
1611         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
1612         (shr-insert): Tweak line breaking.
1613         (shr-insert): Handle <pre> better.
1614         (shr-tag-li): Get <li> indentation right.
1615         (shr-tag-li): Get <li> indentation even righter.
1616         (shr-tag-blockquote): Ensure paragraph start.
1617         (shr-make-table): Tweak table generation.
1618         (shr-make-table): Fix typo.
1619
1620         * shr.el: Implement table rendering.
1621
1622 2010-10-04  Julien Danjou  <julien@danjou.info>
1623
1624         * gnus-html.el (gnus-html-put-image): Fix resize image code.
1625
1626 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1627
1628         * shr.el (shr-insert): Use string anchors instead of line anchors.
1629
1630 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1631
1632         * shr.el: Add headings.
1633         (shr-ensure-paragraph): Actually work.
1634         (shr-tag-li): Make <ul> prettier.
1635         (shr-insert): Get white space at the beginning/end of elements right.
1636         (shr-tag-p): Collapse subsequent <p>s.
1637         (shr-ensure-paragraph): Don't insert double line feeds after blank
1638         lines.
1639         (shr-insert): \t is also space.
1640         (shr-tag-s): Fix "s" tag name function.
1641         (shr-tag-s): Fix face prop name.
1642
1643 2010-10-03  Julien Danjou  <julien@danjou.info>
1644
1645         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
1646
1647         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
1648         gnus-window-inside-pixel-edges.
1649
1650         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
1651         gnus-ems.
1652
1653         * mm-view.el (mm-inline-image-emacs): Support image resizing.
1654
1655         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
1656         function.
1657
1658         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
1659         resize choice.
1660
1661 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1662
1663         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
1664         beginning of the buffer.
1665
1666         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
1667         article buffer again.
1668
1669         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
1670
1671         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
1672         when it's at the start of the buffer.
1673
1674         * shr.el (shr-tag-blockquote): Convert name.
1675         (shr-rescale-image): Use the right image-size variant.
1676
1677         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
1678         buffer isn't shown, then select the current article first instead of
1679         bugging out.
1680         (gnus-summary-select-article-buffer): Show both the article and summary
1681         buffers again.
1682
1683         * shr.el (shr-fontize-cont): Protect against regions with no text.
1684         Rename tag functions to shr-tag-* for enhanced security.
1685         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
1686
1687 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
1688
1689         * shr.el (shr-insert):
1690         * pop3.el (pop3-movemail):
1691         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
1692         loaded.
1693
1694 2010-10-03  Glenn Morris  <rgm@gnu.org>
1695
1696         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
1697
1698         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
1699
1700         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
1701
1702         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
1703
1704         * gnus-util.el (gnus-make-local-hook): Simplify.
1705
1706 2010-10-02  Julien Danjou  <julien@danjou.info>
1707
1708         * gnus-util.el (gnus-iswitchb-completing-read): New function.
1709         (gnus-ido-completing-read): New function.
1710         (gnus-emacs-completing-read): New function.
1711         (gnus-completing-read): Use gnus-completing-read-function.
1712         Add gnus-completing-read-function.
1713
1714 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1715
1716         * shr.el (shr-insert-document): Autoload.
1717         (shr-img): Be silent.
1718         (shr-insert): Add a newline after every picture before text.
1719         (shr-add-font): Use overlays for combining faces.
1720         (shr-insert): Pass upwards the text start point.
1721
1722         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
1723         possible.
1724         (mm-shr): New function.
1725
1726 2010-10-02  Julien Danjou  <julien@danjou.info>
1727
1728         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
1729         should go backward.
1730
1731 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
1732
1733         * shr.el (shr): Fix typo in provide call.
1734
1735 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1736
1737         * shr.el: New file.
1738
1739         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
1740
1741         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
1742         completing read.
1743
1744 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1745
1746         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
1747         we're being queried about.  Suggested by Dan Jacobson.
1748
1749         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
1750         Suggested by Jason Eisner.
1751
1752         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
1753         table, too.  Suggested by Stefan Wiens.
1754         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
1755         the table unnecessary.  Suggested by Stefan Wiens.
1756
1757         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
1758         longer needed, and probably doesn't work either, as pointed out by
1759         Stefan Wiens.
1760         (gnus-summary-exit): Remove call to the clearing function.
1761         (gnus-summary-exit-no-update): Ditto.
1762
1763         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
1764         instead of gnus-eval-in-buffer-window to avoid popping up frames.
1765         Reported by Stefan Monnier.
1766         (gnus-summary-save-in-rmail): Ditto.
1767
1768         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
1769         article buffer, instead of both the article buffer and the summary
1770         buffer.  Sort of suggested by Dan Jacobson.
1771
1772         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
1773
1774         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
1775         Suggested by Dan Jacobson.
1776
1777         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
1778         documentation clearer.
1779
1780         * message.el (message-shorten-references): Comment on the number "21".
1781         Suggested by Stefan Monnier.
1782
1783         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
1784         Suggested by Dan Jacobson.
1785
1786         * gnus.el (gnus-large-newsgroup):
1787         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
1788
1789         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
1790         externalize attachments.  Bug reported by Steve Wen.
1791
1792         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
1793         really message anything to the user.
1794
1795         * nnmail.el (nnmail-article-group): Allow using the fancy split method
1796         directly.
1797
1798         * nnimap.el (nnimap-request-group): Low higher than high to signal no
1799         messages in empty groups.
1800
1801 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
1802
1803         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
1804         non-UIDNEXT group.
1805
1806 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1807
1808         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
1809         not the value from the collection.
1810
1811         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
1812         values.  This sometimes happens on some groups that have no info.
1813         (nnimap-request-newgroups): New function.
1814
1815 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
1816
1817         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
1818         check into `gnus-registry-initialize'.
1819         (gnus-registry-initialize): Ditto.
1820         Fix and extend header docs.
1821
1822 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1823
1824         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
1825         regexp backtrace overflows.
1826
1827         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
1828         for starttls that tls.el implements; i.e. openssl.
1829
1830         * tls.el (tls-starttls-switches): Give up on using starttls with
1831         gnutls-cli.
1832         (tls-program): Add --insecure to be consistent with the defaults from
1833         openssl s_client.  Now all three commands are insecure.
1834
1835 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1836
1837         * lpath.el: Bind completion-styles-alist for XEmacs.
1838
1839         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
1840         (gravatar-create-image): New function that's an alias to
1841         gnus-xmas-create-image, gnus-create-image, or create-image.
1842         (gravatar-data->image): Use it.
1843
1844 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
1845
1846         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
1847         install the nnregistry refer method.
1848         (gnus-registry-install-hooks): Use it.
1849         (gnus-registry-unfollowed-groups): Add nnmairix to the default
1850         unfollowed groups.
1851
1852 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
1853
1854         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
1855         expanding threads.
1856
1857 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1858
1859         * nnir.el: Use the server names without suffixes (bug #7009).
1860
1861         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
1862         unencrypted to STARTTLS, if possible.
1863
1864 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1865
1866         * message.el (message-ignored-supersedes-headers): Strip Injection-*
1867         headers before superseding.
1868
1869 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1870
1871         * nnrss.el (nnrss-use-local): Add documentation.
1872
1873         * nnimap.el (nnimap-extend-tls-programs): New function.
1874         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
1875         (nnimap-wait-for-connection): Accept the greeting from the stupid
1876         output from openssl s_client -starttls, too.
1877
1878         * tls.el (tls-starttls-switches): New variable.
1879         (tls-find-starttls-argument): Use it.
1880         (open-tls-stream): Ditto.
1881
1882         * netrc.el (netrc-credentials): Return the value of the "default" entry.
1883         (netrc-machine): Ditto.
1884
1885         * nnimap.el (nnimap-find-article-by-message-id): Really return the
1886         article number.
1887         (nnimap-split-fancy): New variable.
1888         (nnimap-split-incoming-mail): Use it.
1889
1890         * nntp.el (nntp-server-list-active-group): Document.
1891
1892         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
1893         SELECT to get the message-id.
1894
1895         * mail-source.el (mail-sources): Remove webmail support.
1896         (defvar): Ditto.
1897         (mail-source-fetcher-alist): Ditto.
1898         (mail-source-fetch-webmail): Remove.
1899
1900         * webmail.el: Remove -- doesn't seem relevant any more.
1901
1902         * gnus.el: Fix up make-obsolete-variable declarations throughout.
1903
1904         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
1905         the \r.
1906
1907 2010-09-30  Julien Danjou  <julien@danjou.info>
1908
1909         * gnus-agent.el (gnus-agent-add-group): Fix call to
1910         gnus-completing-read.
1911
1912 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1913
1914         * nndoc.el (nndoc-retrieve-groups): New function.
1915
1916         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
1917         `default', use nnmail-split-methods.
1918         (nnimap-request-article): Downcase the NILs so that they are nil.
1919
1920         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
1921         symbol.
1922
1923         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
1924         code, since if the user has requested network, that's what they ought
1925         to get.
1926         (nnimap-request-set-mark): Erase the buffer before issuing commands.
1927         (nnimap-split-rule): Mark as obsolete.
1928
1929         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
1930         New variable.
1931
1932         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
1933         correct slot, too.
1934
1935 2010-09-29  Julien Danjou  <julien@danjou.info>
1936
1937         * gnus.el (gnus-local-domain): Declare variable obsolete.
1938
1939         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
1940         Fix history computing.
1941         (gnus-ido-completing-read): Require ido.
1942
1943 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1944
1945         * gnus-registry.el: Don't prompt on load, which makes it impossible to
1946         build Gnus.
1947
1948         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
1949         when interpreting the structures.
1950         (nnimap-request-accept-article): Add \r\n to the lines to make this
1951         work with Cyrus.
1952
1953         * nndraft.el (nndraft-request-expire-articles): Use the group name
1954         instead if "nndraft".  Fix found by Nils Ackermann.
1955
1956 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
1957
1958         * nnregistry.el: Add.
1959
1960 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1961
1962         * nnmail.el (group, group-art-list, group-art):
1963         Remove unneeded directives.
1964
1965 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1966
1967         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
1968         (mm-mime-charset)
1969         * rfc2047.el (rfc2047-syntax-table)
1970         * utf7.el (utf7-utf-16-coding-system): Comment fix.
1971
1972         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
1973         rather than `insert-file-contents' and `eval-region'.
1974
1975         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
1976         construction.
1977
1978         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
1979
1980         * time-date.el: No need to require cl for Emacs 21.
1981
1982 2010-09-29  Julien Danjou  <julien@danjou.info>
1983
1984         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
1985         replacement of `gnus-gravatar-relief' to mimic
1986         `gnus-faces-properties-alist'.
1987         Add :version property.
1988
1989 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1990
1991         * mail-source.el (mail-source-report-new-mail)
1992         * message.el (message-default-mail-headers)
1993         * mm-decode.el (mm-valid-image-format-p): Comment fix.
1994
1995         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
1996
1997 2010-09-28  Julien Danjou  <julien@danjou.info>
1998
1999         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
2000         mail-address contains the same string as real-name.
2001
2002         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
2003         non-blank in header, otherwise it'll get stripped.
2004
2005         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
2006         real-name, and then for mail address rather than doing : or , search.
2007
2008 2010-09-27  Julien Danjou  <julien@danjou.info>
2009
2010         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
2011         right completing-read function.
2012         (gnus-use-ido): New variable
2013         (gnus-completing-read-with-default): Remove.
2014         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
2015         (gnus-agent-add-group):
2016         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
2017         * mm-view.el (mm-view-pkcs7-decrypt):
2018         * mm-util.el (mm-codepage-setup):
2019         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
2020         * mml-smime.el (mml-smime-openssl-sign-query):
2021         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
2022         (mml-insert-multipart):
2023         * gnus-msg.el (gnus-summary-yank-message):
2024         * gnus-int.el (gnus-start-news-server):
2025         * mm-decode.el (mm-interactively-view-part):
2026         * gnus-dired.el (gnus-dired-attach):
2027         * gnus.el (gnus-read-method):
2028         * gnus-bookmark.el (gnus-bookmark-jump):
2029         * gnus-art.el (gnus-mime-view-part-as-type)
2030         (gnus-mime-action-on-part, gnus-article-encrypt-body):
2031         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
2032         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
2033         * nnmairix.el (nnmairix-create-server-and-default-group)
2034         (nnmairix-update-groups, nnmairix-get-server)
2035         (nnmairix-backend-to-server, nnmairix-goto-original-article)
2036         (nnmairix-get-group-from-file-path):
2037         * nnrss.el (nnrss-find-rss-via-syndic8):
2038         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
2039         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
2040         (gnus-group-browse-foreign-server):
2041         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
2042         (gnus-summary-execute-command, gnus-summary-respool-article)
2043         (gnus-read-move-group-name):
2044         * gnus-score.el (gnus-summary-increase-score)
2045         (gnus-summary-score-effect):
2046         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
2047
2048 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2049
2050         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
2051         x-focus-frame.
2052
2053         * nnimap.el (auth-source-forget-user-or-password)
2054         (auth-source-user-or-password): Autoload.
2055
2056         * message.el (message-from-style, message-interactive)
2057         (message-cite-prefix-regexp, message-sendmail-envelope-from)
2058         (message-yank-prefix, message-indentation-spaces, message-signature)
2059         (message-signature-file): Add comment.
2060
2061 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2062
2063         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
2064         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
2065         new articles.
2066
2067         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
2068         parts.
2069         (nnimap-request-article): Work with the t setting, too.
2070
2071         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
2072         that you don't get flashes of other buffers.
2073         (gnus-summary-show-complete-article): Intern before setting.
2074
2075 2010-09-27  David Engster  <dengste@eml.cc>
2076
2077         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
2078         well as HEADERS.
2079         (nnmairix-retrieve-headers): Provide new argument for the above.
2080
2081 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2082
2083         * gnus-sum.el (gnus-summary-move-article): Don't alter
2084         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
2085         group.
2086
2087         * nnimap.el (nnimap-update-info): Don't destructively alter active.
2088
2089         * message.el (message-cite-prefix-regexp): Revert my last edit.
2090
2091         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
2092         variable instead of the Gnus variable.
2093
2094         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
2095
2096         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
2097
2098         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
2099         since some servers don't like it.
2100         (nnimap-open-connection): Forget credentials if the server says the
2101         password was wrong.
2102         (nnimap-parse-line): Protect against invalid data.
2103
2104         * gnus-sum.el (gnus-summary-move-article): Add comment.
2105         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
2106         nothing alters it while scanning for new messages.
2107
2108         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
2109         which may or may not help.
2110         (nnimap-open-connection): If we're doing a stream connection, and then
2111         discover we're on a STARTTLS-capable server, then open a STARTTLS
2112         connection instead.
2113
2114 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2115
2116         * nnimap.el (utf7): Require.
2117
2118         * message.el (message-cite-prefix-regexp): Remove "}" from citation
2119         prefix.
2120
2121 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
2122
2123         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
2124
2125 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2126
2127         * nnimap.el (nnimap-request-accept-article): Message the error on
2128         error.
2129
2130 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2131
2132         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
2133
2134 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2135
2136         * nndoc.el (nndoc-request-list): Return success always.
2137
2138         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
2139         `fetch-old' -- we only want to fetch the articles we've requested.
2140         The rest are in the agent, probably.
2141         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
2142         disappeared server" to something low.  It's not important.
2143
2144         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
2145         arrived before the FETCH data.
2146
2147         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
2148         target here, because we don't know the Gnus name of the group.
2149
2150         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
2151         for the correct group.
2152
2153         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
2154
2155         * gnus.el (gnus): Give a final warning after startup.
2156
2157         * gnus-util.el (gnus-action-message-log): New variable.
2158         (gnus-message): Use it.
2159         (gnus-final-warning): New function.
2160
2161         * nnimap.el (nnimap-open-connection): Record the greeting.
2162         (nnimap): Add greeting.
2163
2164 2010-09-26  Julien Danjou  <julien@danjou.info>
2165
2166         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
2167         arguments.
2168         (gnus-html-wash-images): Fix spec computing to include start/end.
2169
2170         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
2171
2172 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2173
2174         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
2175         deletion.
2176         (nnimap-retrieve-headers): Don't select the group, because that's
2177         already done by nnimap-possibly-change-group.
2178
2179         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
2180         (gnus-picon-transform-address): Use it.
2181
2182         * mail-source.el (mail-source-value): Revert previous patch.
2183
2184         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
2185         on failure.
2186         (nnimap-open-connection): Look up both virtual and physical server name
2187         credentials.
2188
2189         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
2190
2191 2009-02-07  Dave Love  <fx@gnu.org>
2192
2193         * tls.el (open-tls-stream): Don't query killing process.
2194
2195 2009-02-08  Dave Love  <fx@gnu.org>
2196
2197         * gnus-win.el (gnus-window-to-buffer-helper)
2198         (gnus-all-windows-visible-p): Function needn't be a symbol.
2199
2200         * mail-source.el (mail-source-value): Function needn't be a symbol.
2201
2202 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2203
2204         * message.el (message-cite-prefix-regexp): Remove } from the cite
2205         prefix.
2206
2207         * gnus-art.el (gnus-treatment-function-alist): Do picons before
2208         highlight again, so that the highlight is correct.
2209
2210         * gnus-picon.el (gnus-picon): Remove again.
2211         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
2212
2213         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
2214         doing the header highlightling, so that the background colour of the
2215         picon is correct.
2216
2217         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
2218         (gnus-picon): Ditto.
2219         (gnus-picon): Reinstate.  The background colour for picons is white.
2220         (gnus-picon-insert-glyph): Make the background white.
2221
2222         * nnml.el (nnml-open-nov): Don't return dead buffers.
2223
2224         * auth-source.el (auth-source-create): Query the user for whether to
2225         store the credentials.
2226
2227         * netrc.el (netrc-store-data): New function.
2228
2229         * auth-source.el (auth-source-user-or-password): Use the existing auth
2230         sources, if any, for creation.
2231
2232         * gnus.el (gnus-group-fast-parameter): Return the last matching
2233         parameter instead of the first matching parameter.
2234
2235 2010-09-26  Julien Danjou  <julien@danjou.info>
2236
2237         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
2238
2239 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2240
2241         * mml2015.el (mml2015-use): Remove gpg support.
2242
2243         * mml1991.el (mml1991-function-alist): Remove gpg function.
2244         (mml1991-gpg-sign): Remove.
2245
2246 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
2247
2248         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
2249         (gnus-browse-unsubscribe-current-group): Document it.
2250         (gnus-browse-unsubscribe-group): Use it.
2251
2252 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2253
2254         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
2255         address to the To list for easier response.
2256
2257         * gnus.el (gnus-play-startup-jingle): Remove.
2258         (gnus-splash): Don't play jingle.
2259         (gnus): Silence gnus-load message.
2260
2261         * gnus-art.el (gnus-treat-play-sounds): Remove.
2262
2263         * gnus.el (gnus-play-jingle): Remove audio support.
2264
2265         * gnus-cus.el (gnus-score-customize): Remove audio reference.
2266
2267         * earcon.el: Remove -- no users.
2268
2269         * gnus-audio.el: Remove -- no users of this package.
2270
2271         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
2272
2273         * gnus-start.el (gnus-setup-news): Remove nocem support.
2274
2275         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
2276
2277         * gnus.el (gnus-use-nocem): Remove.
2278
2279         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
2280         Remove.
2281
2282         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
2283         uses NoCeM any more.
2284
2285         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
2286         (gnus-button-ctan-handler): Ditto.
2287         (gnus-button-handle-ctan-bogus-regexp): Ditto.
2288         (gnus-button-ctan-directory-regexp): Ditto.
2289         (gnus-button-handle-ctan): Ditto.
2290         (gnus-button-tex-level): Ditto.
2291         (gnus-button-alist): Remove CTAN stuff.
2292
2293 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2294
2295         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
2296         nnimap-streaming test.
2297
2298         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
2299         servers twice.
2300
2301         * nnimap.el (nnimap-open-connection): Add more error reporting when
2302         nnimap fails early.
2303
2304         * nnheader.el (nnheader-get-report-string): New function.
2305         (nnheader-get-report): Use it.
2306
2307         * gnus-int.el (gnus-check-server): Say what the error was when opening
2308         failed.
2309
2310         * nnimap.el (nnimap-wait-for-response): Search further when we're not
2311         using streaming.
2312
2313 2010-09-25  Julien Danjou  <julien@danjou.info>
2314
2315         * gnus-html.el (gnus-html-rescale-image): Use our defalias
2316         gnus-window-inside-pixel-edges.
2317
2318 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2319
2320         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
2321
2322         * mm-decode.el (mm-save-part): Allow saving to other directories the
2323         normal Emacs way.
2324
2325         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
2326         Suggested by Jay Berkenbilt.
2327
2328         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
2329         there isn't a single byte.
2330
2331         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
2332         just do it.  It doesn't really seem to matter what the user responds
2333         here, I think, so it's just a confusing question.
2334
2335         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
2336         non-streaming case.
2337
2338         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
2339         (gnus-article-encrypt-body): Use it.
2340
2341         * gnus-sum.el (gnus-summary-show-complete-article): New command and
2342         keystroke.
2343
2344         * nnimap.el (nnimap-find-wanted-parts-1):
2345         Use gnus-fetch-partial-articles.
2346
2347         * gnus-art.el (gnus-fetch-partial-articles): New variable.
2348
2349         * nnimap.el (nnimap-insert-partial-structure): New function.
2350         (nnimap-get-partial-article): New function.
2351         (nnimap-request-article): Use it.
2352         (nnimap-wait-for-response): Return whether the wait was successful.
2353         (nnimap-finish-retrieve-group-infos): Don't do anything if the
2354         retrieval wasn't successful.
2355         (nnimap-retrieve-group-data-early): Allow throttling servers.
2356         (nnimap-streaming): New variable.
2357         (nnimap-fetch-partial-articles): Remove.
2358
2359         * mm-decode.el (mm-with-part): Protect against killed buffers.
2360
2361         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
2362         for prettier summary display.
2363
2364 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
2365
2366         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
2367
2368 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2369
2370         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
2371         apparently third-party libraries depend on it.
2372
2373         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
2374         before starting negotiation.
2375
2376         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
2377         privacy reasons.
2378         (gnus-treat-mail-gravatar): Ditto.
2379
2380         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
2381         buffer when inserting images.  Inserting text into the headers, for
2382         instance, can make them invalid.
2383
2384 2010-09-25  Julien Danjou  <julien@danjou.info>
2385
2386         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
2387         variables.
2388
2389         * nnheader.el: Remove useless variables news-reply-yank-from and
2390         news-reply-yank-message-id.
2391
2392         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
2393         variables.
2394
2395         * mml1991.el: Remove useless mml1991-verbose.
2396
2397         * gnus.el: Remove useless variable gnus-use-generic-from.
2398         Remove obsolete variable gnus-topic-indentation.
2399
2400         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
2401
2402         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
2403
2404         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
2405
2406         * gnus-group.el: Remove useless gnus-group-icon-cache.
2407         Remove useless gnus-ephemeral-group-server.
2408
2409         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
2410
2411         * mml2015.el: Remove useless mml2015-verbose.
2412
2413         * mml-smime.el: Remove useless mml-smime-verbose.
2414
2415         * gnus.el: Remove useless gnus-local-domain.
2416
2417         * gnus-gravatar.el (gnus-gravatar-transform-address):
2418         Use gnus-gravatar-size.
2419
2420         * gnus-art.el: Remove useless gnus-treat-translate.
2421
2422 2010-09-24  Julien Danjou  <julien@danjou.info>
2423
2424         * gnus-sum.el: Add support for Gravatars.
2425
2426         * gnus-art.el: Add support for Gravatars.
2427
2428         * gnus-gravatar.el: Add this file.
2429
2430         * gravatar.el: Add this file.
2431
2432 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2433
2434         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
2435
2436         * gnus-group.el (gnus-group-fetch-faq): Remove.
2437
2438         * gnus.el (gnus-group-faq-directory): Remove.
2439
2440         * gnus-group.el (gnus-group-fetch-charter): Remove.
2441
2442         * gnus.el (gnus-group-charter-alist): Remove.
2443
2444         * gnus-group.el (gnus-group-archive-directory): Remove.
2445         (gnus-group-recent-archive-directory): Ditto.
2446         (gnus-group-make-archive-group): Remove.
2447
2448         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
2449
2450         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
2451         use the same article number for all the cached articles.
2452
2453         * nnimap.el (nnimap-command): Register the last command time so
2454         that we can use it for idling NOOPs.
2455         (nnimap-open-connection): Start the keeplive timer.
2456         (nnimap-make-process-buffer): Store all the process buffers.
2457         (nnimap-keepalive): New function.
2458
2459         * starttls.el (starttls-open-stream): Add autoload cookie.
2460
2461 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2462
2463         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
2464         handling.
2465
2466 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2467
2468         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
2469         its data structures.
2470
2471         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
2472         instead of the cl.el copy-list.
2473         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
2474         equalp.
2475
2476 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2477
2478         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
2479         and tool-bar-local-item-from-menu.
2480
2481         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
2482         mode-line-highlight face for Emacs.
2483
2484         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
2485         loading gnus-sum.elc; fix comment for canlock-verify.
2486         (gnus-article-jump-to-part): Use read-number.
2487         (gnus-insert-mime-button, gnus-insert-mime-security-button):
2488         Remove Emacs pre-21 compatible code for help-echo.
2489         (gnus-article-next-page-1): No need to adjust the number of lines.
2490         (gnus-article-describe-bindings): Always use help-buffer.
2491
2492         * gnus-audio.el (gnus-audio-inline-sound)
2493         * gnus-cus.el (gnus-custom-mode)
2494         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
2495
2496         * gnus-sum.el (gnus-remove-overlays): Doc fix.
2497
2498         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
2499         compatible code.
2500
2501 2010-09-24  Glenn Morris  <rgm@gnu.org>
2502
2503         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
2504         visiting the fcc file in rmail-mode.
2505
2506         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
2507
2508 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2509
2510         * nnir.el: Silence the byte compiler.
2511
2512         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
2513         alias to browse-url-url-encode-chars if any.
2514         (gnus-html-encode-url): Use it.
2515
2516 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2517
2518         * gnus-start.el (gnus-use-backend-marks): New variable.
2519         (gnus-get-unread-articles-in-group): Use it.
2520
2521         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
2522         makeover.
2523
2524 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2525
2526         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
2527
2528 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2529
2530         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
2531         Remove.
2532         (gnus-setup-news-hook):
2533         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
2534
2535         * gnus-int.el (gnus-request-update-info): Protect against backends not
2536         having the function.
2537
2538         * nnimap.el (nnimap-stream): Mention starttls.
2539         (nnimap-open-connection): Add starttls support.
2540
2541 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2542
2543         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
2544
2545 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2546
2547         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
2548         BODYSTRUCTUREs.
2549         (nnimap-transform-headers): Unfold quoted {42} headers.
2550
2551         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
2552         the info.
2553         (gnus-get-unread-articles): Only call updatep on backends that support
2554         it.
2555
2556         * nnweb.el (nnweb-request-update-info): NOOP.
2557
2558         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
2559
2560         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
2561         since it only deals with marks.
2562
2563         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
2564         gnus-request-marks, and make a new gnus-request-update-info.
2565
2566         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
2567         the active instead of the high number, which is usually too low.
2568
2569 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
2570
2571         * netrc.el (netrc-parse): Remove encrypt.el mentions.
2572         * encrypt.el: Remove.
2573
2574 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2575
2576         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
2577         server in symbolic form.
2578
2579         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
2580
2581 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2582
2583         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
2584         (nnimap-update-info): Fix up code slightly.
2585
2586         * gnus-int.el (gnus-open-server): Add tracing for performance
2587         debugging.
2588
2589         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
2590         (gnus-group-insert-group-line): Pass the real group name so that it
2591         gets the right data.
2592
2593         * gnus-start.el (gnus-get-unread-articles): Don't have
2594         `gnus-get-unread-articles-in-group' update info, since that can be
2595         really slow and doesn't seem to be needed?
2596
2597 2010-09-22  Dan Christensen  <jdc@uwo.ca>
2598
2599         * time-date.el (date-to-time): Try using parse-time-string first before
2600         using the slower timezone-make-date-arpa-standard.
2601
2602 2010-09-22  Julien Danjou  <julien@danjou.info>
2603
2604         * gnus-group.el (gnus-group-insert-group-line):
2605         Call gnus-group-highlight-line.
2606         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
2607         default hook list.
2608         (gnus-group-update-eval-form): Add new function.
2609         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
2610         (gnus-group-get-icon): Use gnus-group-update-eval-form.
2611
2612 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2613
2614         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
2615         immediate, then expire all articles.
2616         (nnimap-update-info): Fix off-by-one errors.
2617         (nnimap-flags-to-marks): Would return no marks lists for group with no
2618         flags.  Instead return the other data.
2619
2620 2010-09-22  Julien Danjou  <julien@danjou.info>
2621
2622         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
2623         Only return an icon.
2624         (gnus-group-insert-group-line): Compute icon to return.
2625
2626         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
2627         (gnus-html-image-fetched): Only cache if
2628         gnus-html-image-automatic-caching is set.
2629         (gnus-html-image-fetched): Check for errors.
2630
2631 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2632
2633         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
2634         once per method on `g'.  This ensures that backends like nnfolder don't
2635         open all their folders.
2636
2637         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
2638         (nnimap-request-list): Nix out group in the correct buffer.
2639         (nnimap-parse-flags): Implement by using `read' instead of
2640         hand-parsing.
2641         (nnimap-flags-to-marks): Pass on permanent-flags.
2642         (nnimap-make-process-buffer): Record the server name.
2643         (nnimap-parse-flags): Fix typo.
2644         (nnimap-request-scan): Run split on the server in general, not just a
2645         single group.
2646
2647         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
2648         parameter, and propagate this downwards.
2649
2650         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
2651         since EXAMINE changes it on the server.
2652
2653         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
2654         this command might take a while.
2655
2656 2010-09-22  Julien Danjou  <julien@danjou.info>
2657
2658         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
2659         harmful if you have 2 images side-by-side, they can't be properly
2660         update on text deletion.  Using text-property is safer here.
2661         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
2662         data.
2663
2664 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2665
2666         * nnimap.el (nnimap-expunge-inbox): Remove.
2667         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
2668         (nnimap-expunge): Flip default to t.
2669
2670         * gnus.el (gnus-method-to-server): Don't push things to the cache
2671         unless it's unique.
2672         (gnus-server-to-method): Ditto.
2673
2674 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2675
2676         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
2677
2678 2010-09-22  Julien Danjou  <julien@danjou.info>
2679
2680         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
2681         get the start of data.
2682         (gnus-html-encode-url): Add this function to encode special chars in
2683         URL.
2684         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
2685         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
2686
2687         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
2688         default.
2689         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
2690
2691         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
2692         images alt-text.
2693         (gnus-html-put-image): Put alt-text as help-echo.
2694
2695 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2696
2697         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
2698         * mm-util.el (mm-decompress-buffer)
2699         * nnir.el (nnir-run-find-grep)
2700         * pop3.el (pop3-list): Use 3rd arg of split-string.
2701
2702         * time-date.el (format-seconds): Comment fix.
2703
2704         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
2705         and byte-optimize-form-code-walker.
2706         (dgnushack-make-auto-load): Don't advise make-autoload.
2707
2708         * lpath.el: Remove Emacs 21 stuff.
2709
2710 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2711
2712         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
2713         outside the active range.  Suggested by Dan Christensen.
2714
2715         * gnus-start.el (gnus-get-unread-articles): Get the extended method
2716         slightly later to avoid double-getting it.
2717
2718         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
2719         previous patch.
2720
2721         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
2722
2723 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
2724
2725         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
2726
2727 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2728
2729         * gnus-int.el (gnus-open-server): Give a better error message in the
2730         "go offline" case.
2731
2732         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
2733         marks for nnimap, which is seldom the right thing to do.
2734
2735         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
2736         (gnus-same-method-different-name): New function.
2737
2738         * nnimap.el (parse-time): Require.
2739
2740         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
2741         method in the presence of many similar methods.
2742
2743         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
2744
2745         * nnimap.el (nnimap-find-expired-articles): Don't refer to
2746         nnml-inhibit-expiry.
2747
2748         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
2749         find out whether methods are equal.
2750
2751         * nnimap.el (nnimap-find-expired-articles): New function.
2752         (nnimap-process-expiry-targets): New function.
2753         (nnimap-request-move-article): Request the article before looking at
2754         what the Message-ID is.  Fix found by Andrew Cohen.
2755         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
2756
2757         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
2758         for oldness in addition to being a predicate.
2759
2760         * nnimap.el (nnimap-request-group): When we have zero articles, return
2761         the right data to Gnus.
2762         (nnimap-request-expire-articles): Only delete articles immediately if
2763         the target is 'delete.
2764
2765         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
2766         method, this would bug out.
2767
2768         * gnus-group.el (gnus-group-expunge-group): Rename from
2769         gnus-group-nnimap-expunge, and implemented as a normal interface
2770         function.
2771
2772         * gnus-int.el (gnus-request-expunge-group): New function.
2773
2774         * nnimap.el (nnimap-request-create-group): Implement.
2775         (nnimap-request-expunge-group): New function.
2776
2777 2010-09-21  Julien Danjou  <julien@danjou.info>
2778
2779         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
2780         (gnus-html-cache-expired): Add new function.
2781         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
2782         wethever we should display image for fetch it.
2783         Compute alt-text earlier to pass it to the fetching function too.
2784         (gnus-html-schedule-image-fetching): Change function argument to only
2785         get one image at a time, not a list.
2786         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
2787         cache.
2788         (gnus-html-get-image-data): New function to retrieve image data from
2789         cache.
2790         (gnus-html-put-image): Change buffer argument to use image data rather
2791         than file, and place image above region rather than inserting a new
2792         one.  Do not take alt-text as argument, since it's useless now: we place
2793         the image above alt-text.
2794         (gnus-html-prune-cache): Remove.
2795         (gnus-html-show-images): Start to fetch image when we find one, do not
2796         push into a temporary list.
2797         (gnus-html-prefetch-images): Only fetch image if they have expired.
2798         (gnus-html-browse-image): Fix, use 'gnus-image-url.
2799         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
2800
2801 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2802
2803         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
2804
2805 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2806
2807         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
2808         spec inser "*" if the group isn't active instead of 0.
2809
2810         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
2811         opening the server.
2812         (nnimap-request-delete-group): Implement group deletion.
2813         (nnimap-transform-headers): Return the size of the entire message in
2814         the Bytes header, not just the size of the first part.
2815         (nnimap-request-move-article): When moving an article from nnimap,
2816         request the article first so the accepting form has an article to
2817         accept.  Reported by Dan Christensen.
2818         (nnimap-command): Make sure that the error message doesn't error out.
2819
2820 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
2821
2822         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
2823         we haven't requested anything.
2824
2825 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2826
2827         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
2828         "".  Fix found by Andrew Cohen.
2829
2830         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
2831         instead of -encode-string.
2832
2833 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2834
2835         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
2836
2837         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
2838         by mm-subst-char-in-string.
2839
2840 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2841
2842         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
2843         waiting for the connection string.
2844
2845         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
2846         arriving.
2847
2848         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
2849         bogus characters.  This allows selecting certain Gmail groups.
2850
2851         * nnimap.el (nnimap-find-wanted-parts-1): New function.
2852         (nnimap-fetch-partial-articles): New variable.
2853         (nnimap-open-connection): When looking for credentials, also use the
2854         nnimap-server-port.
2855         (nnimap-request-article): Return the group/article number, so that Gnus
2856         `^' works as expected.
2857         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
2858
2859         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
2860         comments.
2861         (gnus-methods-sloppily-equal): New function.
2862         (gnus): When using the development version of Gnus, load the gnus-load
2863         file.
2864
2865         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
2866         `gnus-open-server' on each method before trying to scan them etc.
2867         This ensures that all the backend parameters are set correctly.
2868
2869         * nnimap.el (nnimap-authenticator): New variable.
2870         (nnimap-open-connection): Allow anonymous login.
2871         (nnimap-transform-headers): The chars header is called Chars not Bytes.
2872         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
2873
2874         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
2875         patch, found by Knut Anders Hatlen.
2876
2877 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
2878
2879         * gnus-agent.el (gnus-agent-batch-confirmation)
2880         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
2881         to gnus-message.
2882         * gnus-art.el (gnus-article-describe-briefly): Likewise.
2883         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
2884         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
2885         * gnus-int.el (gnus-open-server): Likewise.
2886         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
2887         (gnus-score-check-syntax): Likewise.
2888         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
2889         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
2890         Likewise.
2891         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
2892
2893 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2894
2895         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
2896         calling conventions so that prefetch doesn't bug out.
2897
2898 2010-09-19  Julien Danjou  <julien@danjou.info>
2899
2900         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
2901         rather than `subst-char-in-region' in order to be able to replace ASCII
2902         char by UTF-8 ones.
2903
2904         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
2905         than curl.
2906         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
2907         the right URL and ALT text on images.
2908         (gnus-html-wash-tags): Fix tag case.
2909         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
2910         (gnus-article-html): Add -o display_ins_del=2 option.
2911         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
2912
2913 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2914
2915         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
2916         the extra mail headers, which sometimes seem to happen for unknown
2917         reasons.
2918
2919         * mail-parse.el (mail-header-encode-parameter): Define as
2920         rfc2045-encode-string instead of as rfc2231-encode-string, since some
2921         (or most, perhaps?) mail readers don't understand the latter, but do
2922         understand the former.
2923
2924         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
2925         to nil, so that no methods are automatically agentized.  I think this
2926         is probably what most users want.
2927
2928         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
2929         from url-retrieve, for instance about invalid URLs.
2930
2931         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
2932         groups that have no articles.
2933         (nnimap-request-article): Check that we really got an article when we
2934         requested one.
2935
2936         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
2937         doesn't exist.
2938
2939         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
2940         nntp buffer so the agent can save it.
2941         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
2942         that CRLF doesn't get translated to \n.
2943         (nnimap-open-connection): Don't make 'shell commands only send \n.
2944
2945 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2946
2947         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
2948         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
2949         Update var name.
2950         (nnml-generate-nov-file): Use dolist.
2951         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
2952         Use with-current-buffer.
2953
2954 2010-09-18  Julien Danjou  <julien@danjou.info>
2955
2956         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
2957         parallel.
2958
2959 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2960
2961         * nnimap.el (nnimap-update-info): When doing partial marks update, get
2962         the range update right.
2963         (nnimap-request-group): Don't make `M-g' bug out on group with no
2964         marks.
2965         (nnoo): Require, so that other packages can require nnimap.
2966         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
2967         command we're looking for.  This helps when the server sends more
2968         responses after we've gotten everything we expected.
2969         (nnimap): Add a `newlinep' field to keep track of end-of-line
2970         conventions.
2971         Don't send CRLF to things that don't want it.
2972         (nnimap-request-accept-article): Ditto.
2973
2974 2010-09-18  Julien Danjou  <julien@danjou.info>
2975
2976         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
2977         than curl to retrieve images.
2978
2979 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2980
2981         * nnimap.el (nnimap-update-info): Extend the info so that we can set
2982         the marks.
2983         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
2984         (nnimap-wait-for-connection): New function.
2985         (nnimap-open-connection): If we have PREAUTH, don't query for login
2986         credentials.
2987         (nnimap-update-info): Fix off-by-one error when concatenating ranges
2988         when doing a partial update.
2989
2990 2010-09-18  Julien Danjou  <julien@danjou.info>
2991
2992         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
2993         tags.
2994
2995 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2996
2997         * nnimap.el (nnimap-credentials): New function.
2998         (nnimap-open-connection): Use the new function to look for credentials
2999         also on the numeric equivalents of "imap" and "imaps".
3000
3001         * gnus-start.el (gnus-activate-group): Send the info to
3002         gnus-request-group.
3003
3004         * nnimap.el (nnimap-request-group): Have the "check" version of the
3005         function parse flags and update the info, so that a `M-g' get a total
3006         resync of all flags from the group.
3007
3008         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
3009         to allow backends to alter the info on group selection.  Also alter all
3010         the backend -request-group functions to take the parameter.
3011
3012         * nnimap.el (nnimap-store-info): New function.
3013         (nnimap-update-info): Store the info for later usage.
3014         (nnimap-request-group): Use the stored info for the dont-check case, so
3015         that we don't retrieve all marks when we enter a group.
3016
3017         * nnimap.el: Use deffoo instead of defun for interface functions.
3018
3019         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
3020         update the group info.  This makes the nndraft groups, for instance, go
3021         back to their old behaviour.
3022
3023         * gnus-sum.el (gnus-select-newsgroup): Indent.
3024
3025         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
3026         in.
3027         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
3028         nothing.
3029
3030         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
3031         from methods that are denied.
3032
3033         * gnus-int.el (gnus-method-denied-p): New function.
3034
3035         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
3036         store the password instead of netrc.
3037         (nnimap-open-connection): Don't error out when we can't make a
3038         connections.
3039
3040         * auth-source.el (auth-source-create): In the password prompt, say what
3041         we're querying for.  Also prompt for user name if that hasn't been
3042         given.
3043
3044         * nnimap.el (nnimap-with-process-buffer): Remove.
3045
3046 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3047
3048         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
3049         method when we're reading from the agent.
3050
3051         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
3052
3053         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
3054         that's probably most useful for users.
3055
3056         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
3057         "failed" all the time.
3058
3059         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
3060         ...)) with (with-current-buffer ... ).
3061
3062         * nntp.el (nntp-open-server): Return whether the open was successful or
3063         not.
3064
3065         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
3066         select an unread unseen article first.
3067
3068         * nnimap.el (nnimap-open-connection): If the user doesn't have a
3069         /etc/services, supply some sensible port defaults.
3070
3071         * dgnushack.el: Define netrc-credentials.
3072
3073 2010-09-17  Julien Danjou  <julien@danjou.info>
3074
3075         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
3076
3077 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3078
3079         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
3080         doesn't have any parameters.
3081
3082 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3083
3084         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
3085         only upcased checks.
3086
3087         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
3088
3089         * nnimap.el (nnimap-open-shell-stream): New function.
3090         (nnimap-open-connection): Use it.
3091         (nnimap-transform-headers): Get the number of lines in each message.
3092         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
3093         number of lines.
3094         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
3095         problem.
3096
3097         * utf7.el (utf7-encode): Autoload.
3098
3099         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
3100         to allow the mail splitting to not return a default group.  This is
3101         useful for nnimap, which will leave unmatched mail in the inbox.
3102
3103         * nnimap.el: Rewritten.
3104
3105         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
3106         nnimap usage.
3107
3108         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
3109         if the move is internal, so that nnimap can do fast internal moves.
3110
3111         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
3112         data.
3113         (gnus-read-active-for-groups): Support finishing the early retrieval of
3114         data.
3115
3116         * gnus-range.el (gnus-range-nconcat): New function.
3117
3118         * gnus-int.el (gnus-finish-retrieve-group-infos)
3119         (gnus-retrieve-group-data-early): New functions.
3120
3121 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3122
3123         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
3124         (nnrss-retrieve-groups):
3125         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
3126         (pop3-quit): Use with-current-buffer.
3127
3128 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3129
3130         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
3131         instead of nnheader-accept-process-output.
3132
3133         * dgnushack.el (dgnushack-compile): Add comment.
3134
3135         * lpath.el: No need to fbind propertize for XEmacs 21.4.
3136
3137         * gnus-html.el (gnus-html-schedule-image-fetching)
3138         (gnus-html-prefetch-images): Replace process-kill-without-query by
3139         gnus-set-process-query-on-exit-flag.
3140
3141 2010-09-16  Romain Francoise  <romain@orebokech.com>
3142
3143         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
3144
3145 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3146
3147         * gnus-registry.el (gnus-registry-install-shortcuts): The second
3148         parameter to unintern is mandatory-ish in Emacs 24.
3149
3150         * gnus-html.el (gnus-html-schedule-image-fetching)
3151         (gnus-html-prefetch-images): Check for curl before using it.
3152
3153         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
3154         depend on curl, which isn't essential.
3155
3156         * imap.el: Revert back to version
3157         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
3158         seem problematic.
3159
3160 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3161
3162         * gnus-registry.el (gnus-registry-install-shortcuts):
3163         Explicitly pass `obarray' to `unintern' to avoid a warning.
3164
3165 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3166
3167         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
3168         change.
3169
3170         * nnrss.el (nnrss-request-list): Remove this function and related
3171         functions, including the moreover stuff.
3172
3173 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3174
3175         * nnrss.el (nnrss-retrieve-groups): New function.
3176
3177 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3178
3179         * .dir-locals.el: Add no-byte-compile cookie.
3180
3181 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3182
3183         * time-date.el (format-seconds): Comment fix.
3184
3185         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
3186         for back end that doesn't support request-scan.
3187
3188 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3189
3190         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
3191         then do request scans from the backends.
3192
3193         * netrc.el (netrc-credentials): New conveniency function.
3194
3195         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
3196         avoid running a hook per line, since this takes a lot of time,
3197         profiling shows.
3198         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
3199         directly if gnus-visual-p is true.
3200
3201 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3202
3203         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
3204         groups; replace mapcar with dolist which is a bit faster; pass groups
3205         info to gnus-read-active-file-1.
3206         (gnus-read-active-file-1): Scan only specified groups if the new
3207         optional arg `infos' is given.
3208
3209 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3210
3211         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
3212
3213         * pop3.el (pop3-movemail): Remove.
3214         (pop3-streaming-movemail): Rename to pop3-movemail.
3215
3216         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
3217         don't restrict end-tag searches to the end of the line.
3218
3219 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3220
3221         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
3222         articles of every unchecked group to t, which means unknown since the
3223         server has never been opened.
3224
3225 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3226
3227         * gnus-html.el (gnus-html-show-alt-text): New command.
3228         (gnus-html-browse-image): Ditto.
3229         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
3230         to browse the image directly.
3231         (gnus-html-wash-tags): Search for images first, so that <a><img> works
3232         better.
3233
3234         * gnus-async.el (gnus-async-article-callback):
3235         Call `gnus-html-prefetch-images' unconditionally.
3236
3237         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
3238         before feeding URLs to curl.
3239
3240 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3241
3242         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
3243         internal images as deletable by `W D D'.
3244
3245         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
3246         (gnus-async-article-callback): Fix typo.
3247
3248 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3249
3250         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
3251         current line to work around bugs in the output from w3m.
3252
3253         * gnus-async.el (gnus-async-article-callback): Always prefetch images
3254         for groups that want that.
3255
3256         * nntp.el (nntp-wait-for-string): Supply a timeout for
3257         accept-process-output to ensure progress.
3258
3259         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
3260         level to get unread articles from, then use that for foreign groups,
3261         too.
3262
3263         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
3264         confuses the rest of the function.
3265
3266         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
3267         for the methods that support -retrieve-groups, too.
3268
3269         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
3270
3271 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3272
3273         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
3274         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
3275
3276         * pop3.el: Require cl when compiling.
3277         (pop3-number-of-responses): Search for "+OK", not "+OK ".
3278
3279 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3280
3281         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
3282         that aren't going to be activated.
3283         (gnus-get-unread-articles): Fix up the last commit.
3284
3285         * gnus-html.el (gnus-article-html): Allow calling without specifying
3286         the handle.  In that case, dissect the buffer first.
3287
3288         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
3289
3290         * nnimap.el (nnimap-open-connection): Revert the change that would look
3291         into authinfo for imaps instead of imap.
3292
3293         * gnus-start.el (gnus-activate-group): Take an optional parameter to
3294         say that you don't want to call gnus-request-group with don-check, but
3295         do check the reponse.  This is for virtual groups only.
3296         (gnus-get-unread-articles): Count the archive groups as secondary, so
3297         that they're activated the same way as before.
3298
3299         * imap.el (imap-message-map): Removed optional buffer parameter, since
3300         no callers use it.
3301         (imap-message-get): Ditto.
3302         (imap-message-put): Ditto.
3303         (imap-mailbox-map): Ditto.
3304         (imap-mailbox-put): Ditto.
3305         (imap-mailbox-get): Ditto.
3306         (imap-mailbox-get): Revert last change for this function.
3307
3308         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
3309         case-insensitively.
3310         (nnimap-debug): Remove.
3311
3312         * imap.el (imap-fetch-safe): Removed function, and altered all callers
3313         to use `imap-fetch' instead.  According to the comments, this should be
3314         safe, since all other IMAP clients use the 1:* syntax.
3315         (imap-enable-exchange-bug-workaround): Removed.
3316         (imap-debug): Removed -- doesn't seem very useful.
3317
3318         * mail-source.el (mail-source-fetch): Don't message if we're fetching
3319         mail from a file, and the file doesn't exist.
3320
3321         * imap.el (imap-log): New convenience function used throughout instead
3322         of repeating the same code all over the place.
3323
3324         * pop3.el (pop3-streaming-movemail): Return t for success.
3325
3326         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
3327         .authinfo if we're using ssl connection.
3328
3329         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
3330         already have if we're in a main Gnus `g' run.
3331
3332         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
3333
3334 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3335
3336         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
3337
3338         * nnmh.el (nnmh-request-list-1): Bind `file'.
3339
3340         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
3341         alias to set-process-query-on-exit-flag or process-kill-without-query.
3342         (pop3-open-server): Use it.
3343
3344 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3345
3346         * mail-source.el (mail-source-delete-crash-box): Always move the crash
3347         box to the Incoming file.  Fixes mistake in previous checkin.
3348
3349         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
3350         request loop (for debugging purposes) removed.
3351
3352         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
3353         culprit is more visible.
3354         (nnml-save-incremental-nov, nnml-open-incremental-nov)
3355         (nnml-add-incremental-nov): New functions to do "incremental" nov
3356         updates, where we just append to the end of the existing nov files
3357         without reading/writing them in full.
3358
3359         * mail-source.el (mail-source-delete-crash-box): Really only check the
3360         incoming files once in a while.
3361
3362         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
3363
3364         * mail-source.el (mail-source-delete-crash-box): Only check the
3365         incoming files for deletion once per day to save a lot of file
3366         accesses.
3367
3368         * pop3.el (pop3-logon): Fix up unbound variable typo.
3369
3370         * mail-source.el (pop3-streaming-movemail): Autoload.
3371
3372         * pop3.el (pop3-streaming-movemail):
3373         Respect pop3-leave-mail-on-server.
3374
3375         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
3376         retrieval.
3377
3378         * pop3.el (pop3-process-filter): Remove unused function.
3379         (pop3-streaming-movemail, pop3-send-streaming-command)
3380         (pop3-wait-for-messages, pop3-write-to-file)
3381         (pop3-number-of-responses): New functions for streaming pop3
3382         retrieval.
3383
3384         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
3385         come from no known methods.
3386         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
3387         list.
3388
3389         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
3390         message sizes.
3391         (pop3-movemail): Use erase-buffer instead of looping and deleting
3392         regions, which seems rather odd.
3393
3394         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
3395         file once per `g' run.
3396
3397         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
3398         directories.  This makes the draft queue directory work.
3399
3400         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
3401         data from the backends, so that we only request the list of groups from
3402         each method once.  This should speed things up considerably.
3403
3404         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
3405         detect that it's not implemented.
3406
3407         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
3408         we actually do recurse down into the tree, but don't stat all leaf
3409         nodes.
3410
3411         * gnus-html.el (gnus-html-show-images): If there are no images to show,
3412         then say so instead of bugging out.
3413
3414         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
3415         files exist before trying to read them.
3416
3417         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
3418         around <pre_int>.
3419
3420         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
3421
3422         * nnmh.el (nnmh-request-list-1): Optimize for speed.
3423
3424 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3425
3426         * mm-util.el (mm-image-load-path): Just return the image directories,
3427         not all directories in the path in addition to the image directories.
3428         (mm-image-load-path): Maintain a cache of the image directories so that
3429         the `g' command in Gnus doesn't have to stat dozens of directories each
3430         time.
3431
3432         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
3433         (gnus-html-wash-tags): Add a new `i' command to insert images.
3434         (gnus-html-insert-image): New command and keystroke.
3435         (gnus-html-redisplay-with-images): New command and keystroke.
3436         (gnus-html-show-images): Rename command.
3437         (gnus-html-wash-tags): Remove more white space before <pre_int> image
3438         spacers.
3439         (gnus-html-wash-tags): Decode entities at the end, so that entities
3440         inside the tags don't mess up the rest of the "parsing".
3441
3442         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
3443         so that nnimap methods aren't agentized by default.  There's apparently
3444         many problems related to agent/imap behaviour.
3445
3446         * gnus-art.el (gnus-article-copy-string): New command and key binding.
3447
3448         * gnus-html.el: Doc fix.
3449
3450 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3451
3452         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
3453         specifier-spec-list for Emacs 21.
3454
3455         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
3456         glyph-width and glyph-height instead of display-graphic-p and
3457         image-size; make avoidance of displaying small images work for XEmacs.
3458
3459         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
3460         for XEmacs.
3461
3462         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
3463         of symbol that holds plist data.
3464         (gnus-process-plist): Remove plist of process after getting it.
3465
3466 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3467
3468         * message.el (message-generate-hashcash): Change default to
3469         'opportunistic if hashcash is installed.
3470
3471         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
3472         (gnus-html-put-image): Only call image-size once, since it's somewhat
3473         time-consuming on remote X servers.
3474
3475 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3476
3477         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
3478         type on data, not a file name.
3479
3480         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
3481         window-pixel-edges for Emacs 21.
3482
3483         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
3484         decoded contents.
3485         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
3486
3487 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3488
3489         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
3490         group line format, since it isn't very interesting.
3491
3492         * gnus-agent.el (gnus-agent-short-article),
3493         (gnus-agent-long-article): Increase values for these two variables,
3494         since most people are likely to have more network connection and
3495         storage than before.
3496
3497         * gnus.el (gnus-refer-article-method): Change default to 'current.
3498         When referring an article, the common behaviour is to refer it from the
3499         current select method, not the native select method.  The chances of
3500         the native select method having the message in question is rather slim
3501         these days.
3502
3503         * gnus-sum.el (gnus-auto-select-subject): Change default to
3504         `unseen-or-unread'.  I think it's likely that most people want to
3505         select an unseen article over a previously seen, but unread one.
3506
3507         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
3508         means that in the article buffer none of the minor mode elements will
3509         be shown, usually, and this is not desirable in most cases.
3510
3511         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
3512         that commands like `d' (and the like) go to the next line in the
3513         buffer, instead of the next unread article.  I think this is the
3514         behaviour that is most natural for most users.
3515         (gnus-single-article-buffer): Change default to nil, so that people can
3516         have as many article buffers open as they have summary buffer.  I think
3517         this is the most natural way for the groups to behave.
3518
3519         * message.el (message-generate-new-buffers): Change default to
3520         `unsent', so that all new message buffers start their names with the
3521         string "*unsent", and it's easier to find the buffers if you move from
3522         them.
3523
3524 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3525
3526         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
3527         small.  They're probably tracking images.
3528         (gnus-html-wash-tags): Remove all <pre_int> place holders.
3529         (gnus-html-rescale-image): Yet another try at getting the image sizing
3530         right.
3531
3532         * nntp.el (nntp-request-set-mark): Refuse to do marks if
3533         nntp-marks-file-name is nil.
3534
3535 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3536
3537         * gnus-html.el (gnus-html-wash-tags)
3538         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
3539         Better logging.
3540
3541 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3542
3543         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
3544
3545         * gnus-html.el (gnus-html-wash-tags): Check the value of
3546         gnus-blocked-images in the summary buffer.
3547
3548 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3549
3550         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
3551
3552 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3553
3554         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
3555         like "a", it seems like.
3556         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
3557         since it needs to be picked from the correct buffer.
3558
3559         * nnwfm.el: Remove.
3560
3561         * nnlistserv.el: Remove.
3562
3563 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3564
3565         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
3566         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
3567
3568 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3569
3570         * nnkiboze.el: Remove.
3571
3572         * nndb.el: Remove.
3573
3574         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
3575         alt text.
3576         (gnus-html-rescale-image): Try to get the rescaling logic right for
3577         images that are just wide and not tall.
3578
3579         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
3580         overshadow variable bindings.
3581
3582 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3583
3584         * gnus-html.el (gnus-html-wash-tags)
3585         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
3586         Add extra logging.
3587
3588 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3589
3590         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
3591         (gnus-max-image-proportion): New variable.
3592         (gnus-html-rescale-image): New function.
3593         (gnus-html-put-image): Rescale images.
3594
3595 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3596
3597         Fix up some byte-compiler warnings.
3598         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
3599         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
3600         (gnus-article-fill-cited-article, gnus-article-hide-citation)
3601         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
3602         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
3603         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
3604         (gnus-group-update-group): Use save-excursion and with-current-buffer.
3605
3606 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3607
3608         * gnus-html.el (gnus-article-html): Decode contents by charset.
3609
3610 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3611
3612         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
3613         (gnus-html-frame-width, gnus-blocked-images)
3614         * message.el (message-prune-recipient-rules): Add custom version.
3615         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
3616
3617         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
3618         functions.
3619
3620         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
3621         gnus-process-get.
3622
3623 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
3624
3625         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
3626         instead of lsub directly.
3627
3628 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3629
3630         * nnwarchive.el: Remove.
3631
3632         * gnus-soup.el: Remove.
3633
3634         * nnsoup.el: Remove.
3635
3636         * nnultimate.el: Remove.
3637
3638         * gnus-html.el (gnus-blocked-images): New variable.
3639
3640         * message.el (message-prune-recipients): New function.
3641         (message-prune-recipient-rules): New variable.
3642
3643         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
3644         guess whether a long line is natural text or not.
3645
3646         * gnus-html.el (gnus-html-schedule-image-fetching):
3647         Use gnus-process-plist and friends for compatibility.
3648
3649 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3650
3651         * gnus-html.el: Require packages that define macros used in this file.
3652         (gnus-article-mouse-face): Declare to silence byte-compiler.
3653         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
3654         process-get.
3655         (gnus-html-put-image): Use plist-get to avoid getf.
3656         (gnus-html-prefetch-images): Use with-current-buffer.
3657
3658 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3659
3660         * gnus-ems.el: Provide compatibility functions for
3661         gnus-set-process-plist.
3662
3663         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
3664         header-line-format for XEmacs 21.4.
3665
3666         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
3667         * gnus.el (gnus-valid-select-methods)
3668         * message.el (message-send-mail-partially-limit)
3669         * mm-decode.el (mm-text-html-renderer)
3670         * mml.el (mml-insert-mime-headers-always)
3671         * smiley.el (smiley-regexp-alist): Bump custom version.
3672
3673 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3674
3675         * gnus-html.el: require mm-url.
3676         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
3677         with the url to `url'.
3678         (gnus-html-wash-tags): Support cid: URLs/images.
3679
3680 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3681
3682         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
3683         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
3684         bindings, as they aren't useful at all.  `w' is moved to `W w'.
3685
3686         * gnus-move.el: Remove file, since it doesn't really work.
3687
3688         * gnus-html.el (gnus-article-html): Tell w3m that the input is
3689         UTF-8.  This seems to fix problems with some German web feeds.
3690
3691         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
3692         at the top so that the proper colours are applied.
3693
3694         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
3695         don't have dots in their names.
3696
3697         * gnus-art.el (gnus-article-view-part): Doc fix.
3698
3699         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
3700         XEmacs-compatible.
3701         (gnus-html-put-image): Don't do images on non-graphic displays.
3702
3703         * nnslashdot.el: Remove this unused backend.
3704
3705         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
3706         actions.
3707         (gnus-undo-register-1): Revert last change.
3708
3709         * gnus-group.el (gnus-group-completing-read): Protect against not
3710         having completion-styles bound.
3711
3712         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
3713         make broken recipients happier.
3714
3715         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
3716
3717         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
3718         point parameter.
3719
3720         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
3721
3722         * gnus-group.el (gnus-group-completing-read): Add 'substring to
3723         completion-styles for group selection.
3724
3725 2009-02-04  Andreas Schwab  <schwab@suse.de>
3726
3727         * gnus-score.el (gnus-score-string): Fix regex for matching extra
3728         headers and regexp-quote the match if necessary.
3729
3730 2009-03-24  Miles Bader  <miles@gnu.org>
3731
3732         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
3733         the blinking smiley.
3734
3735 2009-03-24  Simon Josefsson  <simon@josefsson.org>
3736
3737         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
3738         blink smiley.
3739
3740 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3741
3742         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
3743         where the dribbel file lives exists.
3744
3745         * message.el (message-send-mail-partially-limit): Change the default to
3746         nil, since most people don't want this.
3747
3748         * mm-url.el (mm-url-decode-entities): Also decode entities like
3749         &#x3212.
3750
3751 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
3752
3753         * gnus-sum.el (gnus-summary-idna-message):
3754         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
3755         Hyperlink urls in docstrings with URL `...'.
3756
3757 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
3758
3759         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
3760         functions.
3761
3762 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3763
3764         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
3765         say what the mouseover text should be.
3766
3767         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
3768         version of the mm-w3m-safe-url-regexp variable to only download images
3769         in the groups where we want that to happen.
3770
3771         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
3772
3773         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
3774         easier debugging.
3775         (gnus-article-beginning-of-window): Add kludge to allow spacing past
3776         big pictures in the article buffer.
3777
3778         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
3779         gnus-article-html.
3780         (mm-text-html-renderer): gnus-article-html needs curl in addition to
3781         w3m.
3782
3783         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
3784
3785 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3786
3787         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
3788         which doesn't exist.
3789
3790         * message.el (message-inhibit-ecomplete): New variable to allow some
3791         function to inhibit ecomplete address storage.
3792         (message-resend): Disable ecomplete message storage when resending
3793         messages.
3794
3795         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
3796
3797 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3798
3799         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
3800         Save excursion while copying, moving, and deleting articles in order to
3801         prevent the cursor from jumping to unforeseen place.
3802
3803 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3804
3805         * lpath.el: No need to bind bookmark-current-buffer,
3806         bookmark-yank-point and bookmark-make-record-function.
3807
3808 2010-08-17  Glenn Morris  <rgm@gnu.org>
3809
3810         * gnus-sync.el: Require gnus components whose functions are used.
3811
3812         * gnus-art.el (bookmark-make-record-function):
3813         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
3814         Declare for compiler.
3815
3816         * mm-url.el (mml-compute-boundary): Autoload.
3817
3818 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3819
3820         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
3821
3822 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
3823
3824         Typo fix "hoo4a" -> "hook".
3825
3826         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
3827
3828 2010-08-14  Glenn Morris  <rgm@gnu.org>
3829
3830         * gnus-sync.el (gnus-sync): Fix defgroup version.
3831
3832 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
3833
3834         Doc fixes and keep unknown groups (ammended for nunion bug fix).
3835
3836         * gnus-sync.el: Fix docs.
3837         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
3838         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
3839
3840 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3841
3842         Optimizations for gnus-sync.el.
3843
3844         * gnus-sync.el: Add docs about gnus-sync-backend
3845         possibilities.
3846         (gnus-sync-save): Remove unnecessary message.
3847         (gnus-sync-read): Optimize and show what groups were skipped.
3848
3849 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3850
3851         Minor bug fixes for gnus-sync.el.
3852
3853         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
3854         Don't read the sync on get-new-news.
3855
3856         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
3857         quiet.
3858
3859         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
3860         (fix typo).
3861
3862 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
3863
3864         Make saving and restoring of hidden threads work with overlays.
3865         Patch applied by Ted Zlatanov.
3866
3867         * gnus-sum.el (gnus-hidden-threads-configuration)
3868         (gnus-restore-hidden-threads-configuration): Update to deal with text
3869         properties, rather than searching for a magic character.
3870
3871 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3872
3873         New gnus-sync.el library for synchronization of marks.
3874
3875         * gnus-sync.el: New library for synchronization of marks.
3876
3877         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
3878         renamed from `gnus-registry-grep-in-list'.
3879
3880         * gnus-registry.el (gnus-registry-follow-group-p):
3881         Use `gnus-grep-in-list'.
3882
3883         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
3884
3885 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3886
3887         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
3888         determining charset of text fails.
3889
3890 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3891
3892         * nnmail.el (nnmail-get-new-mail-1): Revert.
3893
3894         * nnml.el (nnml-active-number): Make sure names of newly created groups
3895         in nnml-group-alist are encoded.
3896
3897 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3898
3899         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
3900         containing non-ASCII characters in active file for nnml back end.
3901
3902 2010-07-24  David Engster  <dengste@eml.cc>
3903
3904         * mml-smime.el (mml-smime-epg-verify): Also accept the older
3905         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
3906
3907 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
3908
3909         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
3910         tag (Bug#6654).
3911
3912 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3913
3914         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
3915         the article buffer, not the summary buffer.
3916
3917 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3918
3919         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
3920         Emacs 23 as well.
3921
3922 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3923
3924         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
3925         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
3926
3927 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3928
3929         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
3930         Patch applied by Karl Fogel.
3931
3932         * gnus-sum.el (gnus-summary-bookmark-make-record):
3933         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
3934
3935 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3936
3937         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
3938         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
3939         C-w still not working correctly from Article buffers; Thierry's
3940         patch to fix that will be applied after this.
3941
3942         * gnus-art.el (bookmark-make-record-function): New local variable.
3943
3944         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
3945         article buffer.
3946         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
3947
3948 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
3949
3950         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
3951         on changes in bookmark.el.
3952
3953 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3954
3955         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
3956         `no-log' instead of message not to log prompt string.
3957
3958 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
3959
3960         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
3961         the *other* type of HTML form submission.
3962
3963 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
3964
3965         * auth-source.el (auth-source-pick): If choice does not contain a
3966         questioned keyword, set the check to t.
3967
3968 2010-06-12  Romain Francoise  <romain@orebokech.com>
3969
3970         * gnus-util.el (gnus-date-get-time): Move up before first use.
3971
3972 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3973
3974         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
3975         (gnus-article-edit-part): Bind it to make last part that is substituted
3976         or deleted visible.
3977         (gnus-mime-display-single): Buttonize part of which id equals to
3978         gnus-mime-buttonized-part-id.
3979
3980 2010-06-10  Dan Christensen  <jdc@uwo.ca>
3981
3982         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
3983         (gnus-dd-mmm): Use gnus-date-get-time.
3984         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
3985         simplify logic.
3986         (gnus-summary-limit-to-age): Use gnus-date-get-time.
3987         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
3988
3989 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
3990
3991         * auth-source.el (top): Autoload `secrets-list-collections',
3992         `secrets-create-item', `secrets-delete-item'.
3993         (auth-sources): Fix tag string.
3994         (auth-get-source, auth-source-retrieve, auth-source-create)
3995         (auth-source-delete): New defuns.
3996         (auth-source-pick): Rewrite in order to avoid 2 passes.
3997         (auth-source-forget-user-or-password): New parameter USERNAME.
3998         (auth-source-user-or-password): New parameters CREATE-MISSING and
3999         DELETE-EXISTING.  Retrieve password interactively, if needed.
4000
4001 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4002
4003         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
4004         deleting unused directories when gnus-expert-user is t.
4005
4006 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4007
4008         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
4009         for each temp file when gnus-article-browse-delete-temp is ask.
4010
4011 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4012
4013         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
4014         Lisp calls to delete-backward-char by calls to delete-char.
4015
4016 2010-05-20  Kevin Ryde  <user42@zip.com.au>
4017
4018         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
4019
4020 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
4021
4022         * password-cache.el (password-cache-remove): Fix docstring.
4023
4024 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4025
4026         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
4027         article unless decoding article to be saved.
4028
4029 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4030
4031         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
4032         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
4033         generated within the mm-with-unibyte-current-buffer macro.
4034
4035 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4036
4037         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
4038         to nil when we're in a mml-preview buffer and no group is selected.
4039
4040 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
4041
4042         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
4043         when catching the `C-g'.  Reported by "Leo".
4044
4045 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4046
4047         * message.el (message-forward-make-body-plain)
4048         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
4049         multibyte-string-p.
4050
4051         * lpath.el: Revert.
4052
4053 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4054
4055         * message.el (message-forward-make-body-mml): Assume original message
4056         is multibyte string; error on unibyte.
4057         (message-forward-make-body-plain): Ditto; don't add excessive newline
4058         in body end.
4059
4060         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
4061
4062 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
4063
4064         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
4065         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
4066
4067 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4068
4069         * mm-extern.el (mm-extern-url): Don't use
4070         mm-with-unibyte-current-buffer.
4071         (mm-extern-cache-contents): Use with-current-buffer instead of
4072         save-excursion + set-buffer.
4073
4074 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4075
4076         * mm-util.el (mm-emacs-mule): Remove.
4077
4078 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
4079
4080         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
4081         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
4082         change.
4083
4084 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4085
4086         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
4087         bind the default value of enable-multibyte-characters to nil.
4088
4089 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4090
4091         * message.el (message-forward-make-body-plain)
4092         (message-forward-make-body-mml):
4093         Don't use mm-with-unibyte-current-buffer.
4094
4095 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4096
4097         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
4098
4099 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
4100
4101         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
4102         (Bug#5592).
4103
4104 2010-05-07  Julien Danjou  <julien@danjou.info>
4105
4106         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
4107         it to mm-pipe-part.
4108
4109         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
4110         it is given.
4111
4112 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4113
4114         * binhex.el (binhex-decode-region-internal)
4115         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
4116         (dns-query)
4117         * nnweb.el (nnweb-gmane-search)
4118         * pgg-parse.el (pgg-parse-armor)
4119         * pgg.el (pgg-verify-region)
4120         * sha1.el (sha1-string-external)
4121         * uudecode.el (uudecode-decode-region-internal)
4122         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
4123         XEmacs.
4124
4125         * gnus-art.el (gnus-article-browse-html-parts)
4126         * gnus-group.el (gnus-read-ephemeral-gmane-group)
4127         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
4128         make-temp-file.
4129
4130         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
4131         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
4132         compiling.
4133
4134         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
4135         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
4136         XEmacs when compiling.
4137
4138         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
4139         gnus-pick-mode-off-hook for XEmacs when compiling.
4140         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
4141         gnus-binary-mode-off-hook for XEmacs when compiling.
4142
4143         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
4144         Return nil if char-charset is not available.
4145
4146         * imap.el (imap-disable-multibyte)
4147         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
4148         macros.
4149
4150         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
4151         instead of encode-coding-string.
4152
4153         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
4154         'xemacs) instead of mm-emacs-mule to switch function definitions.
4155         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
4156
4157         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
4158         bind temporary-file-directory for XEmacs;
4159         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
4160         timer-set-function for XEmacs 21.4 and SXEmacs;
4161         bind timer-list for XEmacs 21.4 and SXEmacs;
4162         fbind char-charset and find-charset-region for non-Mule XEmacs;
4163         fbind decode-coding-region, decode-coding-string, detect-coding-region,
4164         encode-coding-region and encode-coding-string for XEmacs having no
4165         file-coding feature.
4166
4167 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
4168
4169         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
4170
4171 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4172
4173         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
4174         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
4175
4176 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
4177
4178         * mm-util.el (mm-decompress-buffer): Use `delete-file';
4179         alias `jka-compr-delete-temp-file' no longer exists.
4180
4181 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4182
4183         Use define-minor-mode in Gnus where applicable.
4184         * mml.el (mml-mode): Use define-minor-mode.
4185         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
4186         (gnus-undo-mode): Use define-minor-mode.
4187         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
4188         (gnus-dead-summary-mode): Use define-minor-mode.
4189         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
4190         Initialize in declaration.
4191         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
4192         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
4193         (gnus-mailing-list-mode): Use define-minor-mode.
4194         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
4195         (gnus-draft-mode): Use define-minor-mode.
4196         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
4197         (gnus-dired-mode): Use define-minor-mode.
4198
4199 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
4200
4201         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
4202         handles on recursive mml-to-mime translation and check them for
4203         boundary delimiter collisions.  Reported by Greg Troxel.
4204
4205 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4206
4207         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
4208
4209 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4210
4211         * mm-util.el (mm-find-buffer-file-coding-system):
4212         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
4213
4214 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
4215
4216         * message.el (message-generate-headers): Record insertion of optional
4217         headers as well.  Otherwise the check to prevent repeated insertion of
4218         optional headers is a no-op.
4219
4220 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
4221
4222         * smime.el: Don't mention CVS.
4223
4224         * nnrss.el (nnrss-fetch): Don't mention CVS.
4225
4226         * nnir.el: Don't mention CVS.
4227
4228 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4229
4230         * gnus-sum.el (gnus-summary-bookmark-make-record):
4231         Add `location' field.
4232
4233 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4234
4235         * lpath.el: Fbind bookmark-default-handler,
4236         bookmark-get-bookmark-record, bookmark-make-record-default,
4237         bookmark-prop-get for Emacs <23 and XEmacs.
4238
4239 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4240
4241         * gnus-sum.el: Add bookmark declarations to silence the compiler.
4242         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
4243         Use with-current-buffer to silence the byte-compiler.
4244         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
4245         bother to require `gnus'.
4246         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
4247
4248 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4249
4250         * gnus-sum.el (gnus-summary-bookmark-make-record)
4251         (gnus-summary-bookmark-jump): New functions.
4252         (gnus-summary-mode): Setup bookmark support.
4253
4254 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
4255
4256         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
4257         if set.
4258
4259 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4260
4261         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
4262         gnus-article-browse-html-save-cid-image; make it work recursively for
4263         forwarded messages as well.
4264         (gnus-article-browse-html-parts): Work when prefix arg is given.
4265         (gnus-article-browse-html-article): Doc fix.
4266
4267 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
4268
4269         * message.el (message-default-mail-headers):
4270         (message-default-headers): Carry the value mail-default-headers over
4271         into message-default-mail-headers, rather than message-default-headers.
4272
4273 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
4274
4275         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
4276         charset.
4277
4278         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
4279         charset into the <meta> tag when the article is encoded to utf-8.
4280
4281 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4282
4283         * gnus-art.el (gnus-article-browse-delete-temp-files):
4284         Delete directories as well.
4285         (gnus-article-browse-html-parts): Work for images that do not specify
4286         file names; delete temp directory when quitting; insert header at the
4287         right place; use file: scheme for image files.
4288
4289 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
4290
4291         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
4292         (gnus-article-browse-html-parts): Use it to make temporary cid image
4293         files in addition to html file so that browser may display them.
4294
4295 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4296
4297         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
4298
4299 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4300
4301         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
4302
4303 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
4304
4305         * auth-source.el (auth-sources): Change default to be simpler.
4306         Explain about Secret Service API sources.  Improve Customize options.
4307         (auth-source-pick): Change to accept any number of search parameters.
4308         Implement fallbacks iteratively, not recursively.  Add scoring on the
4309         second pass and sort by score.  Call Secret Service API when needed.
4310         (auth-source-user-or-password): Use it.  Call Secret Service API
4311         directly when needed to get the user name and the password.
4312
4313 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4314
4315         * message.el (message-interactive): Doc fix.
4316         (message-qmail-inject-args): Reflow.
4317         (message-kill-to-signature): Fix typo in docstring.
4318
4319         * smiley.el (smiley-buffer): Fix typo in docstring.
4320
4321 2010-03-24  Glenn Morris  <rgm@gnu.org>
4322
4323         * mail-source.el (gnus-message): Declare.
4324         (mail-source-delete-old-incoming): Require gnus-util.
4325
4326 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4327
4328         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
4329
4330         * message.el (ecomplete-setup): Autoload it for Emacs <23.
4331
4332         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
4333         password-cache's default if it is not bound.
4334         (mml-secure-passphrase-cache-expiry): Default to 16 that is
4335         password-cache-expiry's default if it is not bound.
4336
4337         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
4338         available in Emacs 21.
4339
4340         * lpath.el: Suppress compiler warnings for:
4341         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
4342         XEmacs;
4343         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
4344         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
4345         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
4346
4347 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
4348
4349         * auth-source.el (auth-sources): Fix up definition so extra parameters
4350         are always inline.
4351
4352 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
4353
4354         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
4355         wasn't updated after mismatch.  Clear cached mailbox info correctly
4356         when uidvalidity changes.
4357         (nnimap-group-prefixed-name): New function to avoid some code
4358         duplication.
4359         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
4360         (nnimap-request-group): Use it.
4361         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
4362         (nnimap-update-unseen): Significantly improved speed of Gnus startup
4363         with many imap folders.  This is done by caching the group status from
4364         the imap server persistently in a group parameter `imap-status'.  (This
4365         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
4366         but not persistently, so every Gnus startup was still very slow.)
4367
4368 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
4369
4370         * assistant.el (assistant-render-text): Run `widget-setup' and don't
4371         delete the extra newline.  Otherwise editing of :string and :number
4372         types don't work.
4373
4374 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4375
4376         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
4377         secrets.el dependency.
4378         (auth-sources): Add optional user name.  Add secrets.el configuration
4379         choice (unused right now).
4380
4381 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4382
4383         * gnus-sum.el (gnus-summary-make-menu-bar):
4384         Let `gnus-registry-install-shortcuts' fill in the functions.
4385
4386         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
4387         warnings.
4388         (gnus-registry-misc-menus): Variable to hold registry mark menus.
4389         (gnus-registry-install-shortcuts): Populate and use it in a
4390         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
4391
4392 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
4393
4394         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
4395         In-place substitutions for the group name encoding/decoding.
4396         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
4397         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
4398         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
4399         (nnimap-update-unseen, nnimap-request-list)
4400         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
4401         (nnimap-request-set-mark, nnimap-split-to-groups)
4402         (nnimap-split-articles, nnimap-request-newgroups)
4403         (nnimap-request-create-group, nnimap-request-accept-article)
4404         (nnimap-request-delete-group, nnimap-request-rename-group)
4405         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
4406         `encoded-mbx' for consistency.
4407         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
4408         variable `imap-current-mailbox'.
4409
4410         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
4411         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
4412
4413 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
4414
4415         * pop3.el (pop3-display-message-size-flag): Display message size byte
4416         counts during POP3 download.
4417         (pop3-movemail): Use it.
4418         (pop3-list): Implement listing of available messages.
4419
4420 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
4421
4422         * nnir.el (nnir-get-article-nov-override-function): New function to
4423         override the normal NOV retrieval.
4424         (nnir-retrieve-headers): Use it.
4425
4426 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
4427
4428         * auth-source.el (netrc-machine-user-or-password): Autoload.
4429
4430 2010-03-19  Glenn Morris  <rgm@gnu.org>
4431
4432         Stop message.el from loading about 40 libraries it doesn't always need.
4433         The general approach is to autoload rather than require, and to
4434         require in the specific functions rather than the file.  (Bug#5642)
4435
4436         * gmm-utils.el: Don't require wid-edit.
4437         (widget-create-child-value, widget-convert, widget-default-get):
4438         Autoload.
4439
4440         * gnus-util.el: Don't require time-date, netrc.
4441         (message-fetch-field, gnus-group-name-decode): Declare rather than
4442         autoloading.
4443         (gnus-fetch-field): Require message.
4444         (gnus-decode-newsgroups): Require gnus-group.
4445
4446         * ietf-drums.el: Don't require time-date.
4447
4448         * message.el: Don't require hashcash, canlock, ecomplete.
4449         Do require mail-utils.  Require nnheader only when compiling.
4450         (smtpmail-default-smtp-server): Remove declaration.
4451         (message-send-mail-function): Check smtpmail-default-smtp-server
4452         is bound rather than requiring smtpmail.
4453         (message-auto-save-directory, message-insert-signature):
4454         Use expand-file-name rather than nnheader-concat.
4455         (nnheader-insert-file-contents): Autoload.
4456         (hashcash-wait-async): Declare.
4457         (message-send-mail): Only call gnus-setup-posting-charset if
4458         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
4459         (message-send-mail-with-sendmail): Require sendmail.
4460         (canlock-password, canlock-password-for-verify): Declare.
4461         (message-canlock-password): Require canlock.
4462         (nnheader-get-report): Autoload.
4463         (gnus-setup-posting-charset): Declare.
4464         (message-send-news): Require gnus-msg.
4465         (message-make-references, message-make-in-reply-to): Use mail-header-id
4466         rather than the alias mail-header-message-id.
4467         (ecomplete-add-item, ecomplete-save): Declare.
4468         (message-put-addresses-in-ecomplete): Require ecomplete.
4469         (ecomplete-display-matches): Autoload.
4470
4471         * mm-decode.el: Don't require mailcap, gnus-util.
4472         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
4473         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
4474         Autoload.
4475         (mailcap-mime-extensions): Declare.
4476
4477         * mm-encode.el: Don't require mailcap.
4478         (mailcap-extension-to-mime): Autoload.
4479
4480         * mml-sec.el: Don't require password-cache.
4481
4482         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
4483         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
4484         (mml-minibuffer-read-type): Require mailcap.
4485         (mml-preview): Require gnus-msg.
4486
4487         * mml1991.el: Require password-cache.
4488         (password-cache-expiry): Remove declaration.
4489
4490         * mml2015.el: Require password-cache.
4491         (password-cache-expiry): Remove declaration.
4492
4493         * nneething.el (mailcap): Require mailcap.
4494
4495         * nnheader.el (declare-function): Add compatibility stub.
4496         (message-remove-header): Declare rather than autoload.
4497         (nnheader-replace-header): Require message.
4498
4499         * nnimap.el (declare-function): Add compatibility stub.
4500         (netrc-parse, netrc-machine-user-or-password): Declare.
4501         (nnimap-open-connection): Require netrc.
4502
4503         * nntp.el (declare-function): Add compatibility stub.
4504         (netrc-parse, netrc-machine, netrc-get): Declare.
4505         (nntp-send-authinfo): Require netrc.
4506
4507         * rfc2047.el: Don't require qp.
4508         (quoted-printable-encode-region, quoted-printable-decode-string):
4509         Autoload.
4510
4511         * sieve-mode.el: Don't require easymenu.
4512         (easy-menu-add-item): Autoload it.
4513
4514         * spam-stat.el (time-to-number-of-days): Autoload it.
4515
4516 2010-03-19  Glenn Morris  <rgm@gnu.org>
4517
4518         * password-cache.el (password-cache, password-cache-expiry): Autoload.
4519
4520 2010-03-18  Glenn Morris  <rgm@gnu.org>
4521
4522         * hashcash.el (declare-function): Remove duplicate definition.
4523
4524 2010-03-17  Kevin Ryde  <user42@zip.com.au>
4525
4526         * mml.el (mml-read-tag): Unquote values with `read' to reverse
4527         prin1 in mml-insert-tag (just stripping the quotes gave wrong
4528         value if any backslash escapes).
4529
4530 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4531
4532         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
4533         if it is available.  (bug#5647)
4534
4535         * lpath.el: Suppress compiler warning for coding-system-from-name for
4536         Emacs 21 and XEmacs.
4537
4538 2010-03-14  Juri Linkov  <juri@jurta.org>
4539
4540         * hmac-def.el:
4541         * hmac-md5.el:
4542         * netrc.el: Fix keywords.
4543
4544 2010-02-26  Glenn Morris  <rgm@gnu.org>
4545
4546         * message.el (message-send-mail-function): Change the default, so that
4547         it inherits from a customized send-mail-function.  (Bug#5643)
4548
4549 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4550
4551         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
4552         shell-command-to-string signals an error (bug#5299).
4553
4554 2010-02-24  Glenn Morris  <rgm@gnu.org>
4555
4556         * message.el (message-smtpmail-send-it)
4557         (message-send-mail-with-mailclient): Doc fixes.
4558
4559 2010-02-16  Glenn Morris  <rgm@gnu.org>
4560
4561         * message.el (message-default-mail-headers): Change the default value
4562         to ease the transition from mail-mode to message-mode.  (Bug#5555)
4563
4564 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4565
4566         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
4567         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
4568
4569 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
4570
4571         * time-date.el (date-to-time): Doc fix (Bug#5408).
4572
4573 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
4574
4575         * message.el (message-mail): Just pass yank-action on to message-setup.
4576         (message-setup): Handle (FUN . ARGS) form of yank-action.
4577         (message-with-reply-buffer, message-widen-reply)
4578         (message-yank-original): Handle non-buffer values of
4579         message-reply-buffer (Bug#4080).
4580         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
4581
4582 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
4583
4584         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
4585         Fix typo in docstring.
4586
4587 2010-01-08  Jason Rumney  <jasonr@gnu.org>
4588
4589         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
4590         response.
4591
4592 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4593
4594         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
4595
4596         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4597
4598         * message.el (message-check-news-header-syntax): Protect against a
4599         string that `rfc822-addresses' returns when parsing fails.
4600
4601 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4602
4603         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
4604         (gnus-previous-char-property-change): New functions.
4605
4606         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
4607
4608 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
4609
4610         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
4611         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
4612
4613 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
4614
4615         * message.el (message-exchange-point-and-mark): Rework last change to
4616         avoid using optional arg of exchange-point-and-mark, for backward
4617         compatibility.
4618
4619 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
4620
4621         * message.el (message-exchange-point-and-mark):
4622         Call exchange-point-and-mark with an argument rather than setting
4623         mark-active by hand (Bug#5175).
4624
4625 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4626
4627         * nntp.el (nntp-service-to-port): Work for service expressed with
4628         numeric string; replace [:digit:] with [0-9] for XEmacs.
4629
4630 2009-12-17  Glenn Morris  <rgm@gnu.org>
4631
4632         * gnus-group.el (gnus-bug-group-download-format-alist):
4633         Change emacs entry to debbugs.gnu.org.  Bump :version.
4634
4635 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
4636
4637         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
4638
4639 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
4640
4641         * message.el (message-info): Explain why we use `Info-goto-node'.
4642
4643 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4644
4645         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
4646
4647 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4648
4649         * message.el (message-completion-in-region): New compatibility function.
4650         (message-expand-group): Use it.
4651
4652 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4653
4654         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
4655         with no unread article should be listed if the 2nd arg `predicate' is
4656         given.
4657
4658 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4659
4660         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
4661
4662 2009-11-29  Juri Linkov  <juri@jurta.org>
4663
4664         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
4665         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
4666         on `gnus-recenter'.  (Bug#4698, Bug#4981)
4667
4668 2009-11-26  Kevin Ryde  <user42@zip.com.au>
4669
4670         * sha1.el (sha1-string-external): default-directory "/" in case
4671         otherwise non-existent.  process-connection-type pipe for touch of
4672         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
4673
4674 2009-11-25  Kevin Ryde  <user42@zip.com.au>
4675
4676         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
4677         it's comms related and sgml-mode.el has "comm" on that basis too.
4678
4679 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4680
4681         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
4682         containing tspecial characters if they have been already quoted.
4683
4684 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
4685
4686         * dns-mode.el (auto-mode-alist): Purecopy string.
4687
4688 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4689
4690         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
4691
4692 2009-10-24  Glenn Morris  <rgm@gnu.org>
4693
4694         * gnus-art.el (help-xref-stack-item): Define for compiler.
4695
4696 2009-10-21  Kevin Ryde  <user42@zip.com.au>
4697
4698         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
4699
4700 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4701
4702         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
4703
4704 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4705
4706         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
4707         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
4708
4709 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4710
4711         * gnus.el (gnus-overlay-get): New alias to overlay-get.
4712         (gnus-overlays-in): New alias to overlays-in.
4713
4714         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
4715         gnus-overlay-get, and gnus-delete-overlay.
4716         (gnus-summary-show-thread): Make it work as well for systems in which
4717         next-single-char-property-change is not available.
4718         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
4719
4720         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
4721         (gnus-overlay-get): New alias to extent-property.
4722         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
4723
4724         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
4725         SXEmacs.
4726
4727         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
4728         SXEmacs.
4729
4730 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
4731
4732         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
4733
4734 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
4735
4736         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
4737         and XEmacs that don't have `remove-overlays'.
4738
4739 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4740
4741         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
4742         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
4743         selective display.  Use overlays instead.
4744
4745 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
4746
4747         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
4748
4749 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
4750
4751         * spam-stat.el (spam-stat-load): Fix typo in message.
4752
4753 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
4754
4755         * dig.el (dig-invoke): Fix typo in docstring.
4756         (query-dig): Reflow docstring.
4757
4758 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
4759
4760         * gnus-art.el (gnus-article-encrypt-body):
4761         * message.el (message-check-recipients):
4762         * mm-util.el (mm-codepage-setup):
4763         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
4764         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
4765
4766 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
4767
4768         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
4769         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
4770         keys from the menu if mm-{sign,encrypt}-option is 'guided.
4771         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
4772         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
4773
4774 2009-09-21  Kevin Ryde  <user42@zip.com.au>
4775
4776         * dig.el: Add "Keywords: comm", as per net-utils.el.
4777
4778 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4779
4780         * dig.el (dig-mode): Use define-derived-mode.
4781
4782 2009-09-19  Glenn Morris  <rgm@gnu.org>
4783
4784         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
4785
4786 2009-09-18  Glenn Morris  <rgm@gnu.org>
4787
4788         * gnus-diary.el (gnus-diary-check-message):
4789         * message.el (message-insert-formatted-citation-line):
4790         * nnbabyl.el (top-level):
4791         * nndiary.el (nndiary-schedule):
4792         Fix typos in condition-case handlers.
4793
4794 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4795
4796         * gnus-art.el (gnus-article-edit-part): Work for the buffer
4797         configuration that provides the sole article window in a frame;
4798         position point correctly after deleting a part.
4799
4800 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
4801
4802         * spam.el (spam-unregister-on-reregister): Add boolean variable.
4803         (spam-resolve-registrations-routine): Use it to unregister articles
4804         that change status.
4805
4806 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4807
4808         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
4809         with XEmacs.
4810         (parse-time-string-chars): Use it.
4811
4812 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
4813
4814         * imap.el (imap-interactive-login): Better messages.
4815         (imap-open): Fix bug with renamed buffer on reconnect.
4816         (imap-authenticate): Add buffer-local imap-last-authenticator variable
4817         for easier debugging and cleaner code.  On successful (guessed based on
4818         server capabilities) secondary authentication, set imap-state
4819         correctly.
4820         (imap-last-authenticator): Define imap-last-authenticator as a variable
4821         to avoid warnings.
4822
4823 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4824
4825         * nnrss.el (nnrss-request-article): Remove binding of
4826         default-enable-multibyte-characters that has gotten needless by
4827         the 2007-07-13 change in rfc2047-encode-message-header.
4828
4829         * mml.el (mml-insert-multipart): Error on the message header.
4830         (mml-insert-part): Error on the message header; position point at
4831         the end of a MIME tag.
4832
4833 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4834
4835         * time-date.el (autoload): Expand define-obsolete-function-alias into
4836         defalias and make-obsolete for old Emacsen that Gnus supports.
4837         (with-no-warnings): Define it for old Emacsen.
4838         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
4839         is available.
4840         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
4841         float-time is available; suppress compile warning for time-to-seconds.
4842
4843         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
4844         (gnus-float-time): Alias to float-time if it exists.
4845
4846         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
4847         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
4848         float-time is available; suppress compile warning for time-to-seconds.
4849
4850         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
4851         XEmacs.
4852
4853 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
4854
4855         * imap.el (imap-message-map): Docstring fix.
4856
4857 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4858
4859         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
4860         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
4861         Add the optional argument `encoding' that overrides the default.
4862
4863         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
4864         mm-encode-buffer.
4865
4866 2009-09-04  Glenn Morris  <rgm@gnu.org>
4867
4868         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
4869         mm-disable-multibyte, rather than default-enable-multibyte-characters.
4870         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
4871         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
4872         * mm-util.el (mm-with-unibyte-current-buffer)
4873         (mm-find-buffer-file-coding-system):
4874         * yenc.el (yenc-decode-region): Use default-value rather than
4875         default-enable-multibyte-characters.
4876
4877 2009-09-03  Glenn Morris  <rgm@gnu.org>
4878
4879         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
4880         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
4881         than default-enable-multibyte-characters.
4882
4883 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
4884
4885         * gnus-art.el (gnus-article-read-summary-keys):
4886         Fix gnus-buffer-configuration's value temporarily used.
4887
4888 2009-09-02  Glenn Morris  <rgm@gnu.org>
4889
4890         * gnus-util.el (gnus-float-time): New function.
4891         * gnus-delay.el (gnus-delay-article):
4892         * gnus-sum.el (gnus-thread-latest-date):
4893         * gnus-util.el (gnus-user-date): Use gnus-float-time.
4894         * nnspool.el (nnspool-request-newgroups):
4895         Use gnus-float-time rather than time-to-seconds.
4896         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
4897
4898         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
4899         (gnus-header-subject-face, gnus-header-newsgroups-face)
4900         (gnus-header-name-face, gnus-header-content-face):
4901         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
4902         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
4903         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
4904         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
4905         (gnus-cite-face-11):
4906         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
4907         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4908         (gnus-server-closed-face, gnus-server-denied-face)
4909         (gnus-server-offline-face):
4910         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
4911         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
4912         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
4913         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
4914         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
4915         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
4916         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
4917         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
4918         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
4919         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
4920         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
4921         (gnus-summary-selected-face, gnus-summary-cancelled-face)
4922         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
4923         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
4924         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
4925         (gnus-summary-high-undownloaded-face)
4926         (gnus-summary-low-undownloaded-face)
4927         (gnus-summary-normal-undownloaded-face)
4928         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
4929         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
4930         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
4931         (gnus-splash-face):
4932         * message.el (message-header-to-face, message-header-cc-face)
4933         (message-header-subject-face, message-header-newsgroups-face)
4934         (message-header-other-face, message-header-name-face)
4935         (message-header-xheader-face, message-separator-face)
4936         (message-cited-text-face, message-mml-face):
4937         * sieve-mode.el (sieve-control-commands-face)
4938         (sieve-action-commands-face, sieve-test-commands-face)
4939         (sieve-tagged-arguments-face):
4940         * spam.el (spam-face):
4941         Mark face aliases with "-face" in the name as obsolete.
4942
4943 2009-09-01  Glenn Morris  <rgm@gnu.org>
4944
4945         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
4946         than goto-line.
4947
4948 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4949
4950         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4951         Don't move point if the command is invoked inside the message header.
4952
4953 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4954
4955         * imap.el (imap-send-command): Simplify.
4956         (imap-wait-for-tag): point-max -> buffer-size.
4957
4958 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4959
4960         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
4961         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
4962         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
4963         * nnir.el (nnir-swish-e-index-file):
4964         * gnus-sum.el (gnus-summary-delete-marked-as-read)
4965         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
4966         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4967         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
4968         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
4969         (gnus-treat-display-xface): Add Emacs version of obsolescence.
4970
4971 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4972
4973         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4974         Don't save excursion.
4975
4976 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4977
4978         * nnheader.el (nnheader-find-file-noselect):
4979         * mm-util.el (mm-insert-file-contents):
4980         Use (default-value 'major-mode) instead of default-major-mode.
4981
4982 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4983
4984         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
4985
4986 2009-08-26  Glenn Morris  <rgm@gnu.org>
4987
4988         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
4989         than placing in files.el.
4990
4991 2009-08-25  Glenn Morris  <rgm@gnu.org>
4992
4993         * nnir.el (top-level): Don't require cl at run-time.
4994         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
4995         Replace cl-function substitute with gnus-replace-in-string.
4996         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
4997         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
4998         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
4999         simplified expansions.
5000
5001 2009-08-25  Kevin Ryde  <user42@zip.com.au>
5002
5003         * dig.el (dig): Add autoload cookie.
5004
5005 2009-08-22  Glenn Morris  <rgm@gnu.org>
5006
5007         * gnus-art.el (gnus-button-patch): Use forward-line rather than
5008         goto-line.
5009
5010 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
5011
5012         * parse-time.el (parse-time-string-chars): Save match data.
5013
5014 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
5015
5016         * parse-time.el (parse-time-string-chars): Compute using character
5017         classes, to handle non-ascii characters (Bug#3190).
5018
5019 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5020
5021         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
5022
5023         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
5024         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
5025         (gnus-mm-display-part, gnus-mime-display-single)
5026         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
5027         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
5028
5029         * gnus-sum.el
5030         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
5031         (gnus-summary-move-article): Add expirable mark to articles copied or
5032         moved to group that has auto-expire turned on if the option is non-nil.
5033
5034 2009-07-24  Glenn Morris  <rgm@gnu.org>
5035
5036         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
5037         Fix typo.  (Bug#3903)
5038
5039 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5040
5041         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
5042         gnus-article-read-summary-keys rather than gnus-summary-edit-article
5043         that should not be used for draft articles.
5044         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
5045         that has no concern in minor mode keys.
5046         (gnus-article-summary-command, gnus-article-summary-command-nosave):
5047         Abolish.
5048
5049 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5050
5051         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
5052         article without making inquiry to a user for unknown encoding.
5053
5054         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
5055         (nnmaildir--scan): Assume i-node and device number that file-attributes
5056         returns might be cons-cell.
5057
5058         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
5059
5060         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
5061
5062 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
5063
5064         * auth-source.el: Remove docs now in auth.texi.  Don't use
5065         `gnus-message' for logging.  Add new variables `auth-source-debug' and
5066         `auth-source-hide-passwords' and use them.
5067
5068 2009-07-15  Glenn Morris  <rgm@gnu.org>
5069
5070         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
5071
5072 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5073
5074         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
5075         excessive whitespace from the default values of title and description.
5076
5077 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5078
5079         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
5080         mail-fetch-field to fetch Content-Description header in order to
5081         exclude newlines.
5082
5083 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
5084
5085         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
5086         format used by GnuPG 2.0.11.
5087
5088 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5089
5090         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
5091         to deleted part.
5092
5093 2009-05-30  David Engster  <dengste@eml.cc>
5094
5095         * nnmairix.el: Remove old documentation in the commentary block.
5096         (nnmairix-request-group): Do not update active file for nnml back ends.
5097         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
5098         end so that overview files are ignored.
5099         (nnmairix-update-groups): Make updating the groups more robust by using
5100         marks.
5101         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
5102         with dollar characters in message-id.
5103
5104 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
5105
5106         * spam.el: Use dns-query instead of query-dns.  Was renamed on
5107         2008-12-25 in dns.el.
5108
5109 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5110
5111         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
5112         could happen if the text is only composed of spaces and/or tabs.
5113
5114 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
5115
5116         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
5117         when sending a queued message to avoid extra mml tags.
5118
5119 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5120
5121         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
5122
5123 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5124
5125         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
5126         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
5127         rmail-toggle-header for XEmacs;
5128         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
5129
5130 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5131
5132         * gnus-dired.el: Remove autoload for gnus-setup-message.
5133         (gnus-dired-attach): Fake this-command value to prevent Gnus from
5134         displaying Gnus logo; always use compose-mail.
5135
5136 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5137
5138         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
5139
5140 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5141
5142         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
5143         (gnus-nocem-issuers): List currently active issuers; fix custom type.
5144         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
5145         available.
5146         (gnus-nocem-epg-verify): New function.
5147
5148 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
5149
5150         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
5151
5152 2009-02-15  Glenn Morris  <rgm@gnu.org>
5153
5154         * gnus-util.el (rmail-insert-rmail-file-header)
5155         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
5156         autoloads.
5157         (rmail-default-rmail-file): Remove unnecessary declaration.
5158         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
5159
5160 2009-02-14  Glenn Morris  <rgm@gnu.org>
5161
5162         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
5163         variable (only used in gnus-util, which declares it anyway).
5164         (rmail-output-to-rmail-file): Remove autoload of deleted function,
5165         which was only needed by gnus-art (changed to not use it any more).
5166         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
5167         only used in gnus-util, which autoloads it itself.
5168         (rmail-update-summary): Fix autoload.
5169
5170         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
5171         rather than rmail-output-to-rmail-file.
5172
5173 2009-02-07  Glenn Morris  <rgm@gnu.org>
5174
5175         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
5176         autoload of function that no longer exists.
5177         (rmail-toggle-header): Declare.
5178         (message-forward-rmail-make-body): Handle mbox Rmail.
5179
5180 2009-01-31  Glenn Morris  <rgm@gnu.org>
5181
5182         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
5183         2009-01-09 change.
5184
5185 2009-01-31  Dave Love  <fx@gnu.org>
5186
5187         * imap.el (imap-fetch-safe): Bind debug-on-error.
5188         (imap-debug): Add imap-fetch-safe.
5189
5190 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
5191
5192         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
5193         (auth-source-forget-all-cached): New convenience function.
5194         (auth-source-user-or-password): Accept list of modes or a single mode.
5195
5196         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
5197         auth-source modes.
5198
5199         * netrc.el (netrc-machine-user-or-password): Use list of
5200         auth-source modes.
5201
5202         * nnimap.el (nnimap-open-connection): Use list of
5203         auth-source modes.
5204
5205         * nntp.el (nntp-send-authinfo): Use list of
5206         auth-source modes.
5207
5208 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5209
5210         * auth-source.el: Update docs to reflect epa-file-enable is to be used
5211         now.
5212
5213 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5214
5215         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
5216         coding system in XEmacs; add a workaround for XEmacs.
5217
5218         * lpath.el: Fbind coding-system-aliasee.
5219
5220 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5221
5222         * mm-util.el (mm-coding-system-priorities): Protect against nil value
5223         of current-language-environment.
5224
5225 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5226
5227         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
5228         available at runtime.
5229
5230 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5231
5232         * gnus-art.el (article-date-ut): Fix end point of narrowing.
5233
5234 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
5235
5236         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
5237         the greatest positive fixnum value doesn't work under an XEmacs with
5238         bignum support; use the most-positive-fixnum constant instead,
5239         available since Emacs 21.1 with cl and XEmacs 21.1.
5240
5241 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5242
5243         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
5244         XEmacs gets not to work.
5245
5246 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5247
5248         * mm-util.el (mm-coding-system-priorities): Allow the value like
5249         "Japanese (UTF-8)" of current-language-environment.
5250
5251 2009-01-09  Glenn Morris  <rgm@gnu.org>
5252
5253         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
5254         with last-command-event.
5255
5256 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
5257
5258         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
5259         in the doc string.
5260
5261         * message.el (message-fix-before-sending): Amend comment.
5262
5263 2009-01-08  Dave Love  <fx@gnu.org>
5264
5265         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
5266
5267 2009-01-07  David Engster  <dengste@eml.cc>
5268
5269         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
5270         simplified server definitions by converting it via
5271         gnus-server-to-method.
5272
5273 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5274
5275         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
5276         parameter's operands.
5277
5278 2009-01-06  David Engster  <dengste@eml.cc>
5279
5280         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
5281         primary select method (for gnus-group-mark-article-as-read).
5282
5283 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
5284
5285         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
5286         `(gnus)Face', not `(gnus)X-Face'.
5287
5288 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5289
5290         * mm-util.el (mm-ucs-to-char): New function.
5291
5292         * mm-url.el (mm-url-decode-entities): Use it.
5293
5294         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
5295         unicode-to-char.
5296
5297 2009-01-05  Dave Love  <fx@gnu.org>
5298
5299         * time-date.el: Require cl for `declare'.
5300
5301 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5302
5303         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
5304         Dave Love.
5305
5306 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5307
5308         * message.el (message-fix-before-sending): Add `eight-bit' to
5309         illegible-text check.
5310
5311 2009-01-03  Michael Olson  <mwolson@gnu.org>
5312
5313         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
5314         `headers' is nil.  This can occur if the IMAP server does not have
5315         permissions to read messages from a folder, but can write new messages
5316         to the folder.
5317         (nnimap-request-article-part): Do not insert `data' if it is nil.
5318
5319         * imap.el (imap-parse-fetch): Courier can insert spurious blank
5320         characters which will confuse `read', so skip past them.
5321
5322 2009-01-01  Dave Love  <fx@gnu.org>
5323
5324         * imap.el (imap-string-to-integer): Fix typo.
5325         (imap-fetch-safe): New function.
5326         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
5327
5328         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
5329
5330         * imap.el (imap-process-connection-type, imap-debug, imap-open):
5331         (imap-parse-greeting): Fix doc strings.
5332         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
5333         (imap-parse-flag-list): Make messages unique.
5334         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
5335
5336         * nnimap.el: Fix author email.
5337         (nnimap-split-rule): Add FIXME comment.
5338         (nnimap-debug): Fix doc string.
5339
5340 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5341
5342         * dns.el (dns-set-servers): Check "Address".  Fix typo.
5343
5344 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
5345
5346         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
5347         nslookup if resolv.conf isn't available.
5348         (dns-query): Rename from query-dns.
5349         (dns-query-cached): Rename from query-dns-cached.
5350
5351 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5352
5353         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
5354         overlay-arrow-position and overlay-arrow-string buffer-local; no need
5355         to check if those variables exist (first appeared in Emacs 18.50).
5356
5357 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5358
5359         * mm-util.el (mm-line-number-at-pos): New function.
5360
5361         * spam-report.el (spam-report-process-queue): Use it.
5362
5363 2008-12-24  David Engster  <dengste@eml.cc>
5364
5365         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
5366         parameters that haven't existed as variables as buffer-local variables.
5367
5368 2008-12-23  Dave Love  <fx@gnu.org>
5369
5370         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
5371         cadar.
5372
5373         * sieve-manage.el (sieve-manage-starttls-p): Rename from
5374         imap-starttls-p.
5375         (sieve-manage-starttls-open): Rename from imap-starttls-open.
5376
5377 2008-12-22  Dave Love  <fx@gnu.org>
5378
5379         * imap.el: Fix author email.  Doc fixes.
5380         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
5381         reply.
5382
5383 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
5384
5385         * spam-report.el (spam-report-gmane-max-requests): New constant.
5386         (spam-report-gmane-wait): New variable.
5387         (spam-report-gmane-ham, spam-report-gmane-spam)
5388         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
5389         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
5390         the server.
5391
5392         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
5393         Add explanations.
5394
5395         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
5396         nnheader-accept-process-output and nnheader-read-timeout if available.
5397         (pop3-movemail): Use it.
5398
5399         * message.el (message-check-news-body-syntax): Fix signature check if
5400         there's an attachment.
5401
5402 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5403
5404         * mm-util.el: Add comments to the mm- emulating functions.
5405
5406 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
5407
5408         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
5409         Reported by Stephen Berman <stephen.berman@gmx.net>.
5410
5411 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5412
5413         * mm-util.el (mm-substring-no-properties): New function.
5414         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
5415         (mm-special-display-p): Enable those lambda forms to be byte compiled.
5416         (mm-string-to-multibyte): Doc fix.
5417
5418         * mml.el (mml-attach-file): Use mm-substring-no-properties.
5419
5420 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5421
5422         * mml.el (mml-attach-file): Strip text properties from file name.
5423         (Bug#1574)
5424
5425 2008-12-16  Glenn Morris  <rgm@gnu.org>
5426
5427         * mm-util.el (mm-charset-override-alist): Declare for compiler.
5428
5429 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5430
5431         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
5432         knows since the charset specified might be a bogus alias that
5433         mm-charset-synonym-alist provides.
5434
5435 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5436
5437         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
5438         "ISO_8859-1".
5439
5440         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
5441
5442 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5443
5444         * mm-util.el (mm-charset-eval-alist):
5445         Define it before mm-charset-to-coding-system.
5446         (mm-charset-to-coding-system): Add optional argument `silent';
5447         define it before mm-charset-override-alist.
5448         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
5449         default value if it can be used in Emacs currently running;
5450         silence mm-charset-to-coding-system.
5451
5452 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5453
5454         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
5455         `allow-override' which says whether to use `mm-charset-override-alist'.
5456         (rfc2047-decode-encoded-words): Use it.
5457
5458         * mm-util.el (mm-charset-override-alist): Fix custom type;
5459         add `(gb2312 . gbk)' to choices.
5460
5461 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5462
5463         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
5464         fast.
5465
5466         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5467
5468         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
5469
5470 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
5471
5472         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
5473         on links.
5474
5475         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5476
5477 2008-12-03  Lute Kamstra  <lute@gnu.org>
5478
5479         * sha1.el: Remove leading * from docstrings of defcustoms,
5480         deffaces, defconsts and defuns.
5481
5482 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5483
5484         * message.el (message-idna-to-ascii-rhs-1): Protect against local
5485         users' addresses that don't have domain parts.
5486         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
5487         rather than message-narrow-to-head since there will be the message
5488         header separator.
5489
5490 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5491
5492         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
5493         since the result is inserted in a unibyte buffer anyway.
5494         (nnimap-demule-use-string-to-multibyte): Remove.
5495         (nnimap-demule): Alias it to mm-string-to-multibyte.
5496
5497 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
5498
5499         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
5500         variable for debugging bug#464 and bug#1174.
5501         (nnimap-demule): Use it.
5502
5503 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5504
5505         * gnus-score.el (gnus-score-find-trace): Handle default score in total
5506         score calculation correctly.
5507
5508 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5509
5510         * message.el (message-send-mail): Just set the buffer to unibyte
5511         rather than use mm-with-unibyte-current-buffer which does a lot more.
5512         (message-send-mail-partially): Don't bother with
5513         mm-with-unibyte-current-buffer since it's already been made unibyte by
5514         message-send-mail.
5515
5516 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
5517
5518         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
5519
5520 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
5521
5522         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
5523
5524 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5525
5526         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
5527         require itself and to remove `with-no-warnings'.
5528
5529 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5530
5531         * starttls.el (starttls-any-program-available): Get the name of the
5532         available TLS layer program.
5533         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
5534         well as the host name in the "opening" message.
5535
5536         * auth-source.el (auth-source-cache, auth-source-do-cache)
5537         (auth-source-user-or-password): Cache passwords and logins by default,
5538         allow override with `auth-source-do-cache'.
5539         (auth-source-forget-user-or-password): Allow users to remove cache
5540         entries if needed.
5541
5542 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
5543
5544         * md4.el (md4-buffer): Fix typo in docstring.
5545         (md4, md4-64): Doc fixes.
5546         (md4-pack-int32): Reflow docstring.
5547
5548 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5549
5550         * ietf-drums.el (ietf-drums-remove-comments): Localize second
5551         condition-case to only the forward-sexp call.
5552
5553 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5554
5555         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
5556         quotes contained.  Make it more robust regardless by an extra
5557         condition-case wrapper.
5558
5559 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5560
5561         * lpath.el: No need to fbind codepage-setup for Emacs 23.
5562
5563 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5564
5565         * nnml.el (nnml-request-expire-articles): Check if the function set to
5566         `nnmail-expiry-target' returns the symbol `delete'.
5567
5568         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
5569
5570         * nnmail.el (nnmail-expiry-target): Fix custom type.
5571
5572 2008-10-02  Glenn Morris  <rgm@gnu.org>
5573
5574         * mm-util.el (mm-codepage-setup): Tweak codepage error.
5575         Silence compiler warning.
5576
5577 2008-10-01  Magnus Henoch  <mange@freemail.hu>
5578
5579         * tls.el (open-tls-stream): Show the actual command being
5580         executed, instead of the format string.
5581
5582 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5583
5584         * lpath.el: Fbind codepage-setup for Emacs 23.
5585
5586 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
5587
5588         * mml.el (mml-menu): Don't assume mml2015 is bound.
5589
5590 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5591
5592         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
5593         exists.
5594
5595 2008-09-27  Glenn Morris  <rgm@gnu.org>
5596
5597         * gnus-util.el (mail-header-remove-comments): Autoload it.
5598
5599 2008-09-27  Andreas Schwab  <schwab@suse.de>
5600
5601         * gnus-util.el (gnus-split-references): Strip comments.
5602         (gnus-parent-id): Likewise.
5603
5604 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
5605
5606         * message.el (message-confirm-send): Fix version.
5607
5608 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5609
5610         * message.el (message-idna-to-ascii-rhs-1): Use
5611         mail-extract-address-components rather than mail-header-parse-addresses
5612         that is an alias by default to ietf-drums-parse-addresses that does not
5613         support non-ASCII names in headers' contents.
5614
5615 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5616
5617         * message.el (message-confirm-send): Fix variable documentation to
5618         avoid the "y/n" wording.
5619
5620 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
5621
5622         * message.el (message-set-auto-save-file-name): Save to a different
5623         filename so multiple messages (especially drafts) can be recovered.
5624
5625 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
5626
5627         * message.el (message-confirm-send): Add appropriate version.
5628
5629 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5630
5631         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
5632         defvar.
5633
5634 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
5635
5636         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
5637         (mm-pkcs7-enveloped-magic): Ditto.
5638
5639 2008-09-17  Simon Josefsson  <simon@josefsson.org>
5640
5641         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
5642         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
5643
5644 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
5645
5646         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
5647         default, it's better.
5648
5649 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
5650
5651         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
5652         summary line gnus-number property and ignore them (with a warning
5653         message).
5654
5655 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5656
5657         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
5658         macro caddr in the interactive form since it won't be expanded.
5659
5660 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5661
5662         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
5663         `charset'; fix name of function called recursively.
5664         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
5665
5666 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5667
5668         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
5669         (gnus-mime-set-charset-parameters): New function.
5670         (gnus-mime-view-part-as-charset): Use it to correctly display part
5671         specifying wrong charset.
5672
5673 2008-09-08  David Engster  <dengste@eml.cc>
5674
5675         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
5676         in completing-read for back end server.
5677
5678 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
5679
5680         * message.el (message-confirm-send): New variable to confirm sending a
5681         message.
5682         (message-send): Use it.
5683
5684 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
5685
5686         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
5687
5688 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5689
5690         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
5691
5692 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
5693
5694         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
5695         prevent tracking too many groups.
5696         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
5697         Use it.
5698
5699 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
5700
5701         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
5702         moving point to the bottom of the window in order to avoid recentering.
5703
5704 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5705
5706         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
5707
5708         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
5709         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
5710         (gnus-article-beginning-of-window): Fix calculation.
5711
5712 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5713
5714         * gnus-msg.el (gnus-summary-supersede-article)
5715         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
5716         value of gnus-newsgroup-charset to decode non-MIME encoded text in
5717         message header.
5718
5719 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
5720
5721         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
5722         pending output coming after the status change.
5723
5724 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
5725
5726         * message.el:
5727         * gnus-start.el:
5728         * gnus-registry.el: Remove VMS support.
5729
5730 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5731
5732         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
5733         macro.
5734         (rfc2104-hash): Use it.
5735
5736 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
5737
5738         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
5739         (gnus-summary-sort-by-most-recent-date): New commands.
5740         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
5741         and menu entries.
5742
5743 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5744
5745         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
5746         don't redisplay article for raw contents; remove plural articles stuff.
5747
5748         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
5749         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
5750         on gnus-summary-save-article; display results properly.
5751
5752 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5753
5754         * lpath.el: No need to fbind ns-focus-frame.
5755
5756 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5757
5758         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
5759
5760 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5761
5762         * gnus-art.el (gnus-summary-save-in-pipe):
5763         Consider gnus-save-all-headers.
5764
5765 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
5766
5767         * gnus-util.el (ns-focus-frame): Remove declaration.
5768         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
5769         like x.
5770
5771 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
5772
5773         * rfc2104.el (rfc2104-zero): Delete defconst.
5774         (rfc2104-hex-alist): Likewise.
5775         (rfc2104-hex-to-int): Delete func.
5776         (rfc2104-hexstring-to-bitstring): Likewise.
5777         (rfc2104-nybbles): New defconst.
5778         (rfc2104-hash): Rewrite for speed.
5779
5780 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5781
5782         * tls.el (open-tls-stream): Make it work with the 2nd argument
5783         BUFFER that is a string but does not exist as a buffer object, as
5784         mentioned in the doc-string.
5785
5786 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5787
5788         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
5789         SXEmacs.
5790
5791 2008-07-16  Glenn Morris  <rgm@gnu.org>
5792
5793         * gnus-util.el (ns-focus-frame): Declare for compiler.
5794
5795 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5796
5797         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
5798         set as a group parameter.
5799         (gnus-summary-save-in-pipe): Work when it is called independently.
5800         (gnus-summary-pipe-to-muttprint): Don't modify
5801         gnus-summary-pipe-output-default-command.
5802
5803 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5804
5805         * message.el (message-send-mail-with-sendmail):
5806         Display the error message.
5807
5808 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5809
5810         * gnus-art.el (gnus-default-article-saver):
5811         Add gnus-summary-save-in-pipe to choices.
5812         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
5813         gnus-summary-pipe-output-default-command as the default command.
5814         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
5815         instead of gnus-last-shell-command.
5816
5817         * gnus-sum.el (gnus-summary-pipe-output-default-command):
5818         New user option.
5819         (gnus-summary-muttprint-program): Mention the value will be changed.
5820         (gnus-summary-save-article): Force showing of all headers.
5821         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
5822
5823 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
5824
5825         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
5826
5827 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
5828
5829         * nnimap.el (nnimap-id):
5830         * sieve-manage.el (sieve-manage-open): Doc fixes.
5831
5832 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
5833
5834         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
5835         if available.
5836
5837 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5838
5839         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
5840
5841         * nnkiboze.el (nnkiboze-generate-group):
5842         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
5843
5844         * nnmairix.el: Require CL.
5845
5846 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5847
5848         * dgnushack.el: Autoload get-display-table and put-display-table for
5849         XEmacs 21.5.
5850
5851         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
5852         21.4 and SXEmacs.
5853
5854 2008-06-15  David Engster  <dengste@eml.cc>
5855
5856         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
5857
5858 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
5859
5860         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
5861         New macros that expand to an `aset'/`aref' call under Emacs, and to a
5862         runtime choice under XEmacs.
5863
5864         * gnus-sum.el (gnus-summary-set-display-table):
5865         Use `gnus-put-display-table', `gnus-get-display-table',
5866         `gnus-set-display-table' for the display table, instead of `aset'.
5867
5868         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
5869         Use `gnus-put-display-table', `gnus-get-display-table',
5870         `gnus-set-display-table' for the display table.
5871
5872 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5873
5874         * nnmairix.el: Add autoloads.
5875
5876 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5877
5878         * nnmairix.el (nnmairix-delete-recreate-group)
5879         (nnmairix-update-and-clear-marks): Fix error messages.
5880
5881 2008-06-14  David Engster  <dengste@eml.cc>
5882
5883         * nnmairix.el: Upgrade to version 0.6.
5884         (nnmairix-group-toggle-propmarks-this-group)
5885         (nnmairix-group-toggle-readmarks-this-group)
5886         (nnmairix-group-delete-recreate-this-group)
5887         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
5888         (nnmairix-remove-tick-mark-original-article): New commands.
5889         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
5890         (nnmairix-propagate-marks-to-nnmairix-groups)
5891         (nnmairix-only-use-registry, nnmairix-allowfast-default)
5892         (nnmairix-marks-cache, nnmairix-version-output): New variables.
5893         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
5894         functions needed for marks propagation and manipulation of read marks.
5895         (nnmairix-update-groups): New function.
5896         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
5897         (nnmairix-determine-original-group-from-registry)
5898         (nnmairix-determine-original-group-from-path)
5899         (nnmairix-get-group-from-file-path, nnmairix-map-range)
5900         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
5901         New helper functions.
5902         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
5903         keystrokes for new commands.
5904         (nnmairix-delete-and-create-on-change): Doc string cleanup.
5905         (nnmairix-request-group): Check allow-fast group parameter.
5906         (nnmairix-request-create-group): Set allow-fast group parameter if
5907         nnmairix-allowfast-default is set.
5908         (nnmairix-close-group): Propagate marks upon closing if needed.
5909         (nnmairix-group-toggle-threads-this-group): Use new.
5910         nnmairix-group-toggle-parameter helper function.
5911         (nnmairix-search): Better check for empty search result.
5912         (nnmairix-goto-original-article): Use new helper functions for
5913         determining original article.
5914         (nnmairix-show-original-article): Make sure message-id is in brackets.
5915         (nnmairix-call-mairix-binary): Change variable name.
5916         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
5917         helper function.
5918         (nnmairix-widget-toggle-activate): Fix doc string.
5919
5920 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5921
5922         * nnir.el: Require edmacro when compiling with XEmacs.
5923         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
5924         available in Emacs 21.
5925
5926 2008-06-11  Glenn Morris  <rgm@gnu.org>
5927
5928         * gnus-util.el (x-focus-frame):
5929         * gnus.el (image-size):
5930         * mm-decode.el (image-size): Declare.
5931
5932         * gnus-picon.el (declare-function): Add compat definition.
5933         (image-size): Declare.
5934
5935         * gnus-group.el (tool-bar-map):
5936         * gnus-sum.el (tool-bar-map): Define for compiler.
5937
5938         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
5939
5940         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
5941
5942         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
5943         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
5944         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
5945         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
5946         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
5947         * sieve-manage.el, spam-report.el, spam.el:
5948         Remove unnecessary eval-and-compile of autoloads.
5949
5950 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
5951
5952         * auth-source.el: Precise Tramp doc.
5953
5954 2008-06-07  Glenn Morris  <rgm@gnu.org>
5955
5956         * nnmairix.el: Remove unnecessary eval-when-compile.
5957
5958 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5959
5960         * lpath.el: Fbind propertize for XEmacs 21.4.
5961
5962 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
5963
5964         * nnir.el: Move here from ../contrib.
5965
5966 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5967
5968         * gnus-util.el (gnus-read-shell-command): New function.
5969         * mm-decode.el (mm-pipe-part):
5970         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
5971
5972 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5973
5974         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
5975
5976 2008-06-03  Glenn Morris  <rgm@gnu.org>
5977
5978         * pop3.el (nnheader-accept-process-output): Autoload it.
5979
5980 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5981
5982         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
5983         are not 2-digit hexadecimal characters that follow `%'s.
5984
5985 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
5986
5987         * message.el (message-bogus-recipient-p): Fix type in doc string.
5988         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
5989         (message-bogus-addresses): Rename from message-bogus-address-regexp.
5990         Improve custom options.
5991         (message-bogus-recipient-p): Adjust accordingly.
5992
5993 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
5994
5995         * parse-time.el (parse-time-months, parse-time-weekdays): Add
5996         long-form month and day names.
5997
5998 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5999
6000         * dgnushack.el: Autoload debug, eudc-expand-inline and
6001         pgg-snarf-keys-region for XEmacs.
6002
6003         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
6004
6005         * nnmairix.el: Require edmacro when compiling with XEmacs.
6006
6007 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
6008
6009         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
6010         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
6011
6012 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6013
6014         * auth-source.el: Add more docs.
6015
6016         * netrc.el (netrc-machine): Always match if the port is not given.
6017
6018 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6019
6020         * nnheader.el (nnheader-read-timeout): Change the default timeout from
6021         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
6022         retrieval faster in some cases, but might make CPU usage larger.
6023         If this has any bad side effects, we might revert this change.
6024
6025         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
6026         seems to make mail retrieval much, much faster.
6027         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
6028         unconditionally.
6029
6030         * gnus-draft.el (gnus-group-send-queue):
6031         Bind message-send-mail-partially-limit to nil to avoid being prompted.
6032
6033 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
6034
6035         * mml.el (mml-attach-buffer): Prompt for `disposition'.
6036
6037         * message.el (message-bogus-address-regexp): Fix and improve custom
6038         type.
6039         (message-setup-hook): Add message-check-recipients as custom option.
6040
6041 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
6042
6043         * message.el (message-cite-function): Remove bogus autoload which crept
6044         in during merge from v5-10.
6045
6046 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
6047
6048         * nnimap.el (nnimap-open-connection): Fix login/password bug.
6049
6050         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
6051
6052         * auth-source.el: Preliminary Tramp docs.
6053         (auth-sources): Change the default auth-sources to use
6054         EPA .gpg files.
6055
6056 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6057
6058         * nntp.el: Autoload `auth-source-user-or-password'.
6059         (nntp-send-authinfo): Use it.
6060
6061         * nnimap.el: Autoload `auth-source-user-or-password'.
6062         (nnimap-open-connection): Use it.
6063
6064         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
6065         for the gnus-message function.
6066         (auth-source-user-or-password): Use it.
6067
6068 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6069
6070         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
6071         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
6072         (rfc2104-hash): Use it.
6073
6074 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
6075
6076         * gnus-art.el (gnus-article-toggle-truncate-lines):
6077         Don't use `iff' in docstring.
6078
6079 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
6080
6081         * gnus-registry.el: Adjusted copyright dates and added a keyword.
6082
6083         * gnus-util.el (gnus-extract-address-component-name)
6084         (gnus-extract-address-component-email): Convenience functions around
6085         `gnus-extract-address-components'.
6086
6087         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6088         Use `gnus-extract-address-component-email' to fix bug of comparing full
6089         sender name to `user-mail-address'.
6090
6091 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6092
6093         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
6094         catch/throw to optimize.
6095         (gnus-registry-find-keywords): Just use member to find a keyword.
6096
6097 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6098
6099         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
6100         is current before calling gnus-server-prepare.
6101         (gnus-server-setup-buffer, gnus-server-update-server)
6102         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
6103
6104 2008-05-04  Juri Linkov  <juri@jurta.org>
6105
6106         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
6107         (mailcap-file-default-commands): Use mailcap-replace-in-string
6108         instead of replace-regexp-in-string, and mailcap-delete-duplicates
6109         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
6110
6111 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
6112
6113         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
6114
6115 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6116
6117         * gnus.el: Bump version to 0.11.
6118
6119 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6120
6121         * gnus.el: No Gnus v0.10 is released.
6122
6123 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6124
6125         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
6126         hooks.
6127         (gnus-update-read-articles): Speed up non-marks-using users.
6128         (gnus-use-marks): Define gnus-use-marks.
6129         (gnus-propagate-marks): Rename variable to something more sensible.
6130
6131 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
6132
6133         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
6134         (gmm-image-load-path-for-library): Fix typos in docstrings.
6135         (gmm-message): Reflow docstring.
6136
6137 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
6138
6139         * mail-source.el (mail-source-set-1, mail-source-bind):
6140         Move auth-source code out of the macro to clean it up and fix bugs.
6141
6142 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
6143
6144         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
6145         by sender if it's equal to user-mail-address, it's likely to be
6146         useless.
6147
6148         * mail-source.el (mail-source-bind): Don't use user or password if they
6149         are not bound.  Unintern them if they are nil.  Don't use server unless
6150         it's bound, and default it to empty string otherwise.
6151
6152 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6153
6154         * mail-source.el: Load auth-source.el.
6155         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
6156         get user name or password, if auth-sources is set up.
6157
6158         * gnus-registry.el (gnus-registry-split-strategy): New variable for
6159         strategy of splitting with parent.
6160         (gnus-registry-split-fancy-with-parent)
6161         (gnus-registry-post-process-groups): Use it and fix prior
6162         bug (returning a list as the split result).
6163
6164         * auth-source.el (auth-sources): Remove server parameter.
6165         (auth-source-pick, auth-source-user-or-password)
6166         (auth-source-user-or-password-imap)
6167         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6168         (auth-source-user-or-password-sftp)
6169         (auth-source-user-or-password-smtp): Remove server parameter.
6170
6171 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
6172
6173         * smime.el (smime-sign-region, smime-encrypt-region)
6174         (smime-decrypt-region):
6175         Remove redundant calls to `generate-new-buffer-name'.
6176
6177 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
6178
6179         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
6180         Don't use QP for message/rfc822.
6181         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
6182
6183 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6184
6185         * sieve-manage.el (sieve-string-bytes): Remove.
6186         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
6187         correct byte-length only if the process's coding-system is the same as
6188         the one used internally by Emacs to represent strings.
6189
6190 2008-04-22  Juri Linkov  <juri@jurta.org>
6191
6192         * mailcap.el (mailcap-file-default-commands): New function.
6193
6194 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6195
6196         * message.el (message-signature-separator, message-cite-function):
6197         Change custom version.
6198
6199 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
6200
6201         * tls.el (tls-program): Add -ign_eof argument to call the openssl
6202         commands.
6203         (tls-checktrust): Ditto.
6204
6205 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6206
6207         * mm-decode.el (mm-display-external): Make temp file read-only.
6208
6209 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6210
6211         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
6212         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
6213         `C-c C-f d'.
6214
6215 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
6216
6217         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
6218
6219 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6220
6221         * gnus.el: Bump version to 0.9.
6222
6223 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
6224
6225         * gnus.el: No Gnus v0.8 is released.
6226
6227 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6228
6229         * mail-source.el (mail-source-value):
6230         Prefer fboundp to functionp so it works with macros as well.
6231
6232 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6233
6234         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6235         Fix last change in case the element is not even a symbol.
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         Prefer fboundp to functionp so it works with macros as well.
6241
6242 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
6243
6244         * auth-source.el: Add docs.
6245         (auth-sources): Modify format to support server.
6246         (auth-source-pick, auth-source-user-or-password)
6247         (auth-source-user-or-password-imap)
6248         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6249         (auth-source-user-or-password-sftp)
6250         (auth-source-user-or-password-smtp): Add server parameter.
6251
6252 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
6253
6254         * gnus-registry.el: Initialize the registry when gnus-registry-install
6255         is t.
6256
6257 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6258
6259         * compface.el (uncompface): Make buffer unibyte.
6260
6261 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6262
6263         * mail-source.el (mail-source-value):
6264         Prefer fboundp to functionp so it works with macros as well.
6265
6266 2008-04-05  Glenn Morris  <rgm@gnu.org>
6267
6268         * gnus-ems.el (mm-disable-multibyte): Autoload it.
6269
6270 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6271
6272         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
6273         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
6274
6275         * nnheader.el (nnheader-init-server-buffer): Change buffer's
6276         multibyteness after rather than before erasing it.
6277
6278         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
6279         mm-with-multibyte.
6280         (gnus-request-article-this-buffer): Make sure the proper decoding is
6281         used if gnus-original-article-buffer happens to be unibyte.
6282
6283         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
6284         default-enable-multibyte-characters.
6285
6286         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
6287         default-enable-multibyte-characters.
6288
6289         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
6290
6291         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
6292
6293 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6294
6295         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6296         Fix last change in case the element is not even a symbol.
6297
6298 2008-04-02  Simon Josefsson  <simon@josefsson.org>
6299
6300         * imap.el (imap-enable-exchange-bug-workaround): New variable.
6301         (imap-message-copyuid-1): Use it.
6302         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
6303         J. Williams in
6304         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
6305
6306         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
6307         imap-enable-exchange-bug-workaround.
6308         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
6309
6310 2008-04-01  Simon Josefsson  <simon@josefsson.org>
6311
6312         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
6313         a 100 byte status-checks into a 2-3MB transfer for each group.
6314         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
6315         to enable bug workaround or not.
6316         (nnimap-find-minmax-uid): Only enable workaround conditionally.
6317
6318 2008-03-31  Glenn Morris  <rgm@gnu.org>
6319
6320         * message.el (mml2015-use): Declare for compiler.
6321         (message-info): Require mml2015 when appropriate.
6322
6323 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6324
6325         * Makefile.in (EMACS_COMP): Quote directory name that might contain
6326         whitespace.
6327
6328 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6329
6330         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
6331         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
6332         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
6333         (nntp-service-to-port): New function.
6334         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
6335         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
6336         (nntp-open-netcat-stream): New function.
6337         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
6338
6339 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
6340
6341         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
6342
6343 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6344
6345         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
6346
6347 2008-03-28  Magnus Henoch  <mange@freemail.hu>
6348
6349         * dns.el (dns-write): Use set-buffer-multibyte.
6350
6351 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
6352
6353         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
6354
6355 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6356
6357         * message.el (message-signature-separator): Change default.
6358         Improve custom type.
6359         (message-cite-function): Change default to
6360         message-cite-original-without-signature.
6361
6362         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
6363         toggle.
6364
6365         * message.el (message-check-news-body-syntax): Fix signature check.
6366         (message-setup-1): Mark buffer as unmodified _after_ running
6367         message-setup-hook and handling message-alternative-emails.
6368         (message-shorten-references): Be more strict when building list of
6369         valid references to comply with GNKSA.
6370
6371         * gnus-group.el (gnus-read-ephemeral-bug-group)
6372         (gnus-read-ephemeral-debian-bug-group)
6373         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
6374
6375         * message.el (message-info): Don't use booleanp which isn't supported
6376         in Emacs 21 and XEmacs.
6377
6378 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
6379
6380         * gnus-group.el (gnus-gmane-group-download-format): Rename from
6381         gnus-group-gmane-group-download-format.
6382         (gnus-group-read-ephemeral-gmane-group): Rename from
6383         gnus-group-read-ephemeral-gmane-group.
6384         (gnus-read-ephemeral-gmane-group-url): Rename from
6385         gnus-group-read-ephemeral-gmane-group-url.
6386         (gnus-bug-group-download-format-alist): New variable.
6387         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
6388         (gnus-read-ephemeral-emacs-bug-group): New commands.
6389
6390 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6391
6392         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
6393         (gnus-visible-headers): Improve custom type.
6394
6395 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6396
6397         * mml.el (mml-menu): Add workarounds for XEmacs.
6398
6399         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
6400         X-Boundary header.
6401
6402         * message.el (message-simplify-recipients): Fix previous commit.
6403
6404 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6405
6406         * mm-util.el (mm-set-buffer-multibyte): New function.
6407         * mm-decode.el (mm-copy-to-buffer): Use it.
6408
6409         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6410         Prefer fboundp to functionp so it works with macros as well.
6411
6412 2008-03-19  Glenn Morris  <rgm@gnu.org>
6413
6414         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
6415         Accidentally removed in the sync process with Emacs.
6416
6417 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
6418
6419         * message.el (message-alter-recipients-discard-bogus-full-name):
6420         New function.
6421         (message-alter-recipients-function): New variable.
6422         (message-get-reply-headers): Use it.
6423         (message-replace-header): New helper function.
6424         (message-recipients-without-full-name): New variable.
6425         (message-simplify-recipients): New command.
6426
6427         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
6428
6429         * message.el (message-info): Handle EasyPG manual.
6430
6431         * mml.el (mml-menu): Add entry for EasyPG.
6432
6433 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
6434
6435         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
6436         parameter.
6437
6438         * message.el (message-disassociate-draft): Specify drafts group name
6439         fully.
6440
6441 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
6442
6443         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6444         Eliminate unnecessary duplicates from the match list.
6445
6446 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6447
6448         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
6449
6450         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
6451
6452         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
6453         args of `how-many' of which the XEmacs version doesn't take; declare
6454         Info-index-next as function.
6455
6456 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6457
6458         * gnus-score.el (gnus-score-headers): Fix handling of
6459         gnus-inhibit-slow-scoring.
6460
6461         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
6462         string.
6463         (gnus-button-url-regexp): Improve handling of parenthesis.
6464         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
6465         (gnus-button-handle-info-keystrokes): Handle index entries.
6466
6467 2008-03-15  Glenn Morris  <rgm@gnu.org>
6468
6469         * parse-time.el (parse-time-string): Simplify.
6470
6471 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6472
6473         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
6474         Incoming* files.
6475
6476 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6477
6478         * auth-source.el (auth-sources): Rename from auth-source-choices.
6479         (auth-source-pick): Use it.
6480
6481 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6482
6483         * binhex.el (binhex-decode-region-internal):
6484         * uudecode.el (uudecode-decode-region-internal):
6485         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
6486         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
6487         setting default-enable-multibyte-characters.
6488
6489 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6490
6491         * auth-source.el (auth-source-protocols)
6492         (auth-source-protocols-customize, auth-source-choices): Add and
6493         modified variable customizations and defaults.
6494         (auth-source-pick, auth-source-user-or-password)
6495         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6496         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6497         (auth-source-user-or-password-sftp)
6498         (auth-source-user-or-password-smtp): Use new variables and provide an
6499         interface to netrc.el.
6500
6501 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6502
6503         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
6504         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
6505         Make sure the nntp port to specify is a string.
6506
6507 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6508
6509         * nntp.el: Use with-current-buffer.
6510         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
6511         dubious mm-with-unibyte-current-buffer.
6512         (nntp-with-open-group-function): New function extracted from
6513         nntp-with-open-group macro.
6514         (nntp-with-open-group): Use the function, so it's easier to debug.
6515         Add indentation and debugging info.
6516         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
6517         Recommend the use of the netcat alternatives.
6518
6519         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
6520         Avoid mm-string-as-multibyte as well.
6521
6522         * nnweb.el (nnweb-insert-html):
6523         Remove use of nnheader-string-as-multibyte.
6524
6525         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
6526         (nnheader-string-as-multibyte): Remove.
6527
6528         * mm-view.el: Use inhibit-read-only.
6529         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
6530         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
6531         or unibyte-string.
6532
6533         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
6534         (mm-uu-yenc-extract): Use with-current-buffer.
6535
6536         * gnus-soup.el (gnus-soup-send-packet): Don't use
6537         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
6538
6539         * nnmh.el: Use with-current-buffer.
6540         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
6541         mm-string-as-multibyte on the output of mm-encode-coding-string.
6542
6543         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
6544         (nnimap-request-move-article): Use with-current-buffer.
6545
6546         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
6547         inserting the handle-buffer's text, so the implicit multibyte->unibyte
6548         conversion uses string-make-unibyte rather than string-as-unibyte.
6549
6550         * gnus-msg.el: Use with-current-buffer.
6551
6552         * message.el (message-ignored-resent-headers): Add "Delivered-To".
6553
6554 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
6555
6556         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
6557         string for caching if it is 'PIN.
6558
6559 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6560
6561         * lpath.el: Consider the case without Emacs/W3.
6562
6563 2008-03-08  Glenn Morris  <rgm@gnu.org>
6564
6565         * time-date.el (date-to-time, time-subtract, time-add)
6566         (safe-date-to-time): Doc fixes.
6567
6568 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
6569
6570         * mail-source.el (mail-source-delete-old-incoming-confirm):
6571         Change default to nil.
6572         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
6573
6574 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6575
6576         * lpath.el: Rearrange.
6577
6578         * gnus-art.el (gnus-narrow-to-page): Position point properly.
6579         (gnus-article-goto-prev-page): Work for articles having ^L's.
6580
6581         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
6582
6583         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
6584
6585 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
6586
6587         * gnus-bookmark.el: Adjust for renames in bookmark.el.
6588         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
6589         (gnus-bookmark-jump): Adjust some variable names.
6590
6591 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
6592
6593         * auth-source.el: New package.
6594         (auth-source-choices): Add customization entry point variable.
6595
6596         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
6597         bug.
6598
6599 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
6600
6601         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
6602         (gnus-registry-initialize, gnus-registry-install-p): Use it.
6603         (gnus-registry-install-shortcuts): Rename from
6604         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
6605         the `gnus-registry-mark-map' keymap dynamically from
6606         `gnus-registry-marks'.  The generated functions update the summary line
6607         when a registry mark is added or deleted, and will call
6608         `gnus-registry-install-p' (see the comments in the code).
6609         (gnus-registry-user-format-function-M): Use concat intelligently.
6610
6611         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
6612         the registry mark functions.
6613
6614 2008-03-05  Glenn Morris  <rgm@gnu.org>
6615
6616         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
6617         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
6618         gnus-art.
6619         (top-level): No need to load own source when compiling.
6620
6621 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6622
6623         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
6624         Suggested by <chris.anderton@zetnet.co.uk>.
6625
6626 2008-03-04  Glenn Morris  <rgm@gnu.org>
6627
6628         * gnus-sum.el (top-level): No need to require gnus when compiling,
6629         since unconditionally required near start of file.
6630         (gnus-summary-display-while-building): Move definition before use.
6631
6632 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
6633
6634         * gnus-registry.el (gnus-registry-user-format-function-M):
6635         Add formatting function.
6636
6637 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6638
6639         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
6640         with plists.
6641         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
6642         Use new format.
6643
6644 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6645
6646         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
6647         `where-is-internal' that returns a range of key sequences.
6648
6649 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6650
6651         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
6652
6653         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
6654         (gnus-summary-jump-to-group): Consider windows on other displayed
6655         frames as well.  Similar changes might be needed elsewhere, but that's
6656         the one I've bumped into during my use.
6657
6658         * nndoc.el (nndoc-oe-dbx-type-p):
6659         * gnus-msg.el (gnus-debug):
6660         * gnus-group.el (gnus-update-group-mark-positions):
6661         Use mm-string-to-multibyte.
6662
6663 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6664
6665         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
6666         doesn't handle NotDashEscaped.
6667
6668         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
6669         (mml-dnd-attach-options): Fix typo in custom choice.
6670
6671         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
6672         Change nndoc-article-type to mbox.
6673         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
6674
6675         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
6676         to nil, instead of html2text.
6677
6678         * imap.el (imap-debug): Add `imap-ping-server'.
6679
6680         * gnus-bookmark.el: Add FIXMEs.
6681
6682         * message.el (message-form-letter-separator)
6683         (message-send-form-letter-delay): New variables.
6684         (message-send-form-letter): Use them.  New command to send form
6685         letters.  Requested by Uwe Siart.
6686         (message-send-mail-function): Doc fix.  Add "Other" custom option.
6687
6688 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6689
6690         * Update copyright years.
6691
6692 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6693
6694         Sync from EMACS_22_BASE.
6695
6696         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
6697
6698 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
6699
6700         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
6701         empty author.
6702
6703 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
6704
6705         * gnus-registry.el (gnus-registry-marks): Add variable for
6706         customization of marks and their appearance.
6707         (gnus-registry-read-mark): Use it.
6708         (gnus-registry-do-marks): Add utility function to loop through
6709         `gnus-registry-marks'.
6710         (gnus-registry-install-shortcuts-and-menus): Add function to install
6711         shortcuts and menus.
6712         (gnus-registry-initialize): Use it.
6713         (gnus-registry-default-mark): Clarify documentation.
6714
6715 2008-02-29  Glenn Morris  <rgm@gnu.org>
6716
6717         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
6718         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
6719         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
6720         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
6721         Change defcustom :version from 23.0 to 23.1.
6722
6723 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
6724
6725         * gnus-registry.el (gnus-registry-follow-group-p)
6726         (gnus-registry-post-process-groups): Add functions to aid registry
6727         splitting and improve logging.  Clarify behavior in function
6728         documentation.
6729         (gnus-registry-split-fancy-with-parent): Use them.
6730
6731 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6732
6733         * gnus-art.el: Use with-current-buffer.
6734
6735 2008-02-27  David Engster  <dengste@eml.cc>
6736
6737         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
6738         Express real group name in the response.
6739
6740 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6741
6742         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
6743         (nnmairix-last-server, nnmairix-current-server): Defvar them.
6744         (nnmairix-goto-original-article): Defvar gnus-registry-install and
6745         autoload gnus-registry-fetch-group when compiling.
6746         (nnmairix-request-group-with-article-number-correction):
6747         Remove unreferenced argument passed to nnmairix-call-backend.
6748
6749 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
6750
6751         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
6752         (mm-uu-extract): Improve face for low color ttys.
6753         Reported by Sascha Wilde.
6754
6755 2008-02-27  Glenn Morris  <rgm@gnu.org>
6756
6757         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
6758         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
6759         variables to defconsts.  Convert comments to doc-strings.
6760         (nnmairix-last-server, nnmairix-current-server): Convert from free
6761         variables to defvars.  Convert comments to doc-strings.
6762         (gnus-registry-fetch-group): Autoload.
6763         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
6764         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
6765         (nnmairix-widget-build-editable-fields): Use car cddr rather than
6766         caddr.
6767         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
6768         nnmairix-request-group-with-article-number-correction call.
6769         (nnmairix-fast, nnmairix-group): New, less general names, for free
6770         variables passed from nnmairix-request-group to
6771         nnmairix-request-group-with-article-number-correction.  Declare.
6772         (nnmairix-request-group-with-article-number-correction):
6773         Use nnmairix-fast, nnmairix-group rather than fast, group.
6774
6775 2008-02-26  David Engster  <dengste@eml.cc>
6776
6777         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
6778         version 0.5.
6779
6780 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
6781
6782         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
6783         instead of making an extra function call.  Don't add the current group
6784         to articles only when they have the group.  Use
6785         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
6786         Reported by David <de_bb@arcor.de>.
6787
6788 2008-02-24  Miles Bader  <miles@gnu.org>
6789
6790         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
6791         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
6792         (mm-find-mime-charset-region):
6793         * mm-bodies.el (mm-encode-body):
6794         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
6795
6796 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6797
6798         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
6799         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
6800
6801 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
6802
6803         * mail-source.el (mail-source-delete-incoming): Change default.
6804         Supplement doc string.
6805
6806         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
6807
6808 2008-02-14  Glenn Morris  <rgm@gnu.org>
6809
6810         * time-date.el (format-seconds): New function.
6811
6812 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6813
6814         * nnmail.el (nnmail-message-id-cache-file): Derive from
6815         `gnus-home-directory'.
6816
6817 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
6818
6819         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
6820         Document negative prefix.
6821
6822         * gnus-group.el (gnus-group-read-group): Document negative prefix.
6823
6824 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6825
6826         * message.el (message-unsent-separator): Add the Exim bounce
6827         separator.
6828
6829 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
6830
6831         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
6832         list.
6833         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
6834         recipient/signer list.
6835
6836 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6837
6838         * Makefile.in (datarootdir): Define.
6839         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
6840         name that might contain whitespace.
6841
6842 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
6843
6844         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
6845         fbound (Emacs 23 unicode), signal an error.
6846
6847 2008-02-08  Glenn Morris  <rgm@gnu.org>
6848
6849         * gnus-art.el (pgg-display-output-buffer): Declare as function.
6850
6851 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
6852
6853         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
6854         ports to the calls to `netrc-machine-user-or-password' in addition to
6855         "imap" and "imaps".
6856
6857 2008-02-01  Zhang Wei  <id.brep@gmail.com>
6858
6859         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
6860
6861         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
6862
6863 2008-02-01  Kenichi Handa  <handa@m17n.org>
6864
6865         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
6866         rfc2104-hexstring-to-bitstring and changed to return a byte list.
6867         (rfc2104-hash): Convert the result of concat to unibyte string.
6868
6869 2008-02-01  Dave Love  <fx@gnu.org>
6870
6871         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
6872         coding-system-for-read.
6873         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
6874
6875 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
6876
6877         * gnus.el (gnus-group-startup-message): Add `find-image' call before
6878         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
6879         <hanche@math.ntnu.no>.
6880
6881 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6882
6883         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
6884
6885         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6886
6887 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
6888
6889         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
6890         * message.el (message-beginning-of-line): Use featurep instead of bound
6891         tests in order to resolve conditionals at compile time.
6892
6893 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
6894
6895         * mail-source.el (mail-sources): Add `group' choice.
6896
6897         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
6898         parameter `in-group' to control into which group the articles go.
6899         Add treatment of `group' mail-source.
6900
6901 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6902
6903         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
6904
6905         * mm-decode.el (mm-dissect-buffer): Decode description.
6906
6907         * mml.el (mml-to-mime): Encode message header first.
6908
6909 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6910
6911         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
6912         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
6913
6914         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
6915         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
6916
6917 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
6918
6919         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
6920
6921 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6922
6923         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
6924         prefix keys.
6925         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
6926         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
6927         gnus-xmas.el.
6928
6929         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
6930         (gnus-xmas-article-describe-bindings): New function.
6931         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
6932         gnus-xmas-article-describe-bindings.
6933
6934         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
6935
6936 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6937
6938         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
6939         Add new variables for article mark management.
6940         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
6941         list of extra data entries which, when present, will indicate that the
6942         article ID should not be trimmed from the registry.
6943         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
6944         functions.
6945         (gnus-registry-read-mark): New function to read a mark name from the
6946         user.
6947         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
6948         (gnus-registry-set-article-mark-internal): New functions to add and
6949         remove marks.
6950         (gnus-registry-get-article-marks): New function to show the marks for
6951         an article, or retrieve them for further use.
6952
6953 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6954
6955         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
6956         keys when no argument is given.
6957
6958 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6959
6960         * imap.el (imap-ping-server): New variable.
6961         (imap-opened): On add extra ping if imap-ping-server is non-nil.
6962         (imap-ping-server): Minor doc string fixes.
6963
6964 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6965
6966         * imap.el (imap-ping-server): New function.
6967         (imap-opened): Call imap-ping-server.
6968
6969 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
6970
6971         * gnus-sum.el (gnus-article-sort-by-random)
6972         (gnus-thread-sort-by-random): Fix doc strings.
6973         Reported by jidanni@jidanni.org.
6974
6975 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6976
6977         * gnus-art.el (gnus-article-describe-bindings): New function.
6978         (gnus-article-read-summary-keys): Use it.
6979         (gnus-article-mode-map): Bind `C-h b' to it.
6980
6981 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6982
6983         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
6984         XEmacs.
6985         (gnus-article-describe-key, gnus-article-describe-key-briefly):
6986         Protect against non-character events.
6987
6988         * lpath.el: Fbind map-keymap for Emacs 21.
6989
6990 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
6991
6992         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
6993         New command.
6994         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
6995         instead of END.  Change name of the temp file.
6996         (gnus-group-gmane-group-download-format): Add doc string.  Make it
6997         customizable.
6998
6999 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7000
7001         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
7002         bind `S W' to gnus-article-wide-reply-with-original; set default
7003         binding to gnus-article-read-summary-send-keys.
7004         (gnus-article-read-summary-keys): Fix the order of keys; display
7005         continuation keys correctly in the echo area; describe bindings
7006         correctly when keys end with `C-h'.
7007         (gnus-article-read-summary-send-keys): New function.
7008         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7009         Work for gnus-article-read-summary-send-keys; display continuation keys
7010         correctly in the echo area.
7011         (gnus-article-reply-with-original): Ignore prefix argument.
7012         (gnus-article-wide-reply-with-original): New function.
7013
7014         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
7015         Emacs 21.
7016
7017 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7018
7019         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
7020         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
7021
7022 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
7023
7024         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
7025         (gnus-group-read-ephemeral-gmane-group): New command.
7026
7027 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
7028
7029         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
7030
7031 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7032
7033         * message.el (message-send-mail-function): Increase custom version.
7034
7035         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
7036         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
7037
7038 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
7039
7040         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
7041         for the cases where imap-authenticate is called with a nil buffer
7042         parameter.
7043
7044 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7045
7046         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
7047         html parts correctly; support forwarded messages.
7048         (gnus-article-browse-html-article): Remove work buffers.
7049
7050         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
7051         compiling.
7052         (netrc-bound-and-true-p): New macro.
7053         (netrc-parse): Use it instead of bound-and-true-p that is not available
7054         in XEmacs 21.4.
7055
7056 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
7057
7058         * gnus-registry.el (gnus-registry-mark-article)
7059         (gnus-registry-article-marks): Add functionality to mark articles
7060         through the Gnus registry.
7061
7062         * encrypt.el: Clarify documentation for the new pgg method.
7063         (encrypt-file-alist): Add PGG option.
7064         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
7065         functionality.  Abstract password key and messaging to external
7066         functions.
7067         (encrypt-password-key, encrypt-get-passphrase-if-needed)
7068         (encrypt-message-method-and-cipher): Add new convenience external
7069         functions.
7070         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
7071         (encrypt-pgg-process-buffer): Add PGG functionality glue.
7072
7073         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
7074         (netrc-parse): Use encrypt-file-alist to determine if
7075         encrypt-find-model or encrypt-insert-file-contents should be used.
7076
7077         * encrypt.el: Clarify documentation.  Load password-cache or
7078         password, whichever one is found first, instead of autoloading.
7079
7080 2007-12-19  Glenn Morris  <rgm@gnu.org>
7081
7082         * mml.el (message-options-set, message-narrow-to-head)
7083         (message-in-body-p, message-mail-p, message-encode-message-body):
7084         Autoload.
7085         (message-remove-header, message-narrow-to-headers-or-head)
7086         (message-subscribed-p, message-make-mail-followup-to)
7087         (message-position-on-field, message-news-p)
7088         (message-options-set-recipient, message-generate-headers)
7089         (message-sort-headers): Declare as functions.
7090
7091 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7092
7093         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
7094         convention in doc string.
7095
7096 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7097
7098         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
7099         title to html parts.
7100         (gnus-article-browse-html-article): Pass message header to it.
7101
7102         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
7103
7104 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
7105
7106         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
7107         or password compatible with XEmacs.
7108
7109 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7110
7111         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
7112         format document.
7113         (gnus-mime-delete-part): Don't write description line if empty.
7114         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
7115
7116 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
7117
7118         * gnus-sum.el (gnus-summary-mark-unread-as-read)
7119         (gnus-summary-mark-read-and-unread-as-read)
7120         (gnus-summary-mark-current-read-and-unread-as-read)
7121         (gnus-summary-mark-unread-as-ticked): Doc fix.
7122         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
7123
7124 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7125
7126         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
7127         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7128
7129 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7130
7131         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
7132         yes-or-no-p.
7133
7134 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7135
7136         * mm-decode.el (mm-add-meta-html-tag): New function.
7137         (mm-save-part-to-file, mm-pipe-part): Use it.
7138
7139         * gnus-art.el (gnus-article-browse-delete-temp-files):
7140         Use gnus-y-or-n-p instead of y-or-n-p.
7141         (gnus-article-browse-html-parts): Work with message/external-body; use
7142         mm-add-meta-html-tag.
7143
7144 2007-12-11  Glenn Morris  <rgm@gnu.org>
7145
7146         * gnus-cache.el: Require gnus-sum not just when compiling.
7147
7148         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
7149
7150         * gnus-int.el (gnus-server-opened, gnus-status-message):
7151         Move definitions before use.
7152
7153         * mm-decode.el: Require gnus-util.
7154         (mm-remove-part): Only call delete-annotation on XEmacs.
7155
7156         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
7157
7158         * nnmail.el: Require gnus-int.
7159
7160         * spam.el: Move `require's before `eval-when-compile's.
7161
7162         * gnus-ems.el (gnus-alive-p):
7163         * gnus-fun.el (message-goto-eoh):
7164         * gnus-util.el (gnus-group-name-decode):
7165         * mail-source.el (gnus-compress-sequence):
7166         * message.el (Info-goto-node, format-spec):
7167         * mm-bodies.el (message-options-get):
7168         * mm-decode.el (mm-view-pkcs7):
7169         * mm-util.el (gmm-write-region):
7170         * mml-smime.el (mml-compute-boundary)
7171         (gnus-completing-read-with-default):
7172         * mml.el (widget-button-press, gnus-make-hashtable):
7173         * mml1991.el (mm-decode-content-transfer-encoding)
7174         (mm-encode-content-transfer-encoding)
7175         (message-options-get, message-options-set):
7176         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
7177         * nnfolder.el (gnus-request-group):
7178         * nnheader.el (ietf-drums-unfold-fws):
7179         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
7180         * smime.el (gnus-run-mode-hooks):
7181         * spam-stat.el (gnus-message): Autoload.
7182
7183         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
7184         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
7185         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
7186         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
7187         Add declare-function compatibility definition.
7188
7189         * gnus-cache.el (nnvirtual-find-group-art):
7190         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
7191         (gnus-add-image, gnus-add-wash-type):
7192         * gnus-group.el (nnkiboze-score-file):
7193         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
7194         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
7195         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
7196         (message-tokenize-header, gnus-get-buffer-create)
7197         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
7198         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
7199         * gnus.el (gnus-group-decoded-name):
7200         * mail-source.el (imap-capability):
7201         * mm-bodies.el (message-options-set):
7202         * mm-decode.el (gnus-configure-windows):
7203         * mm-extern.el (message-goto-body):
7204         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
7205         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
7206         (epg-sub-key-validity, message-options-set):
7207         * mml.el (widget-event-point, gnus-configure-windows):
7208         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
7209         * mml2015.el (epg-check-configuration, epg-configuration)
7210         (message-options-set):
7211         * nndb.el (nndb-request-article):
7212         * nnfolder.el (gnus-request-create-group):
7213         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
7214         * nnmaildir.el (gnus-group-mark-article-read):
7215         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
7216         * rfc1843.el (message-fetch-field):
7217         * spam.el (gnus-extract-address-components):
7218         Declare as functions.
7219
7220 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7221
7222         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
7223
7224         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
7225
7226         * lpath.el: Fbind run-mode-hooks for Emacs 21;
7227         bind show-trailing-whitespace for XEmacs.
7228
7229 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7230
7231         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
7232         new no-op macro for backward compatibility.
7233
7234         * imap.el (imap-string-to-integer): New function.
7235
7236 2007-12-09  Glenn Morris  <rgm@gnu.org>
7237
7238         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
7239
7240         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
7241         * message.el, mm-view.el, sieve-manage.el, smime.el:
7242         Add declare-function compatibility definition.
7243
7244         * gnus-art.el (w3-region, w3m-region, Info-menu):
7245         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
7246         * gnus-sum.el (gnus-get-predicate):
7247         * gnus-util.el (mm-append-to-file, w32-focus-frame):
7248         * message.el (mail-abbrev-in-expansion-header-p):
7249         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
7250         (w3m-detect-meta-charset, w3m-region):
7251         * sieve-manage.el (password-read, password-cache-add)
7252         (password-cache-remove):
7253         * smime.el (password-read-and-add): Declare as functions.
7254
7255 2007-12-08  David Kastrup  <dak@gnu.org>
7256
7257         * gnus-sum.el (gnus-summary-simplify-subject-query):
7258         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
7259         `message'.
7260
7261 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7262
7263         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
7264         it to bind idna-program, installation-directory, defined-colors, and
7265         face-attribute for XEmacs of the version that compiles defcustom forms.
7266
7267 2007-12-07  Glenn Morris  <rgm@gnu.org>
7268
7269         * gnus-art.el (article-make-date-line): Revert previous change.
7270
7271 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7272
7273         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
7274
7275 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
7276
7277         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
7278         Call gnus-add-to-range ranges only once with a prepared article-list.
7279
7280 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
7281
7282         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
7283         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
7284         group names with backslashes.
7285         Reported by Tassilo Horn <tassilo@member.fsf.org>.
7286
7287 2007-12-06  Deepak Goel  <deego3@gmail.com>
7288
7289         * gnus-art.el (article-make-date-line):
7290         * gnus-start.el (gnus-load):
7291         * pop3.el (pop3-read-response): Fix buggy call to `error'.
7292
7293 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7294
7295         * gnus-art.el (gnus-use-idna)
7296         * gnus-start.el (gnus-site-init-file)
7297         * message.el (message-use-idna)
7298         * mm-uu.el (mm-uu-hide-markers)
7299         * smiley.el (smiley-style): Revert changes that suppress warnings.
7300
7301 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7302
7303         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
7304         specify charset to html source.
7305         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7306
7307 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7308
7309         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
7310         idna-program in order to suppress byte compile warning issued by XEmacs
7311         that came to byte compile the default value section of defcustom forms
7312         recently.
7313
7314         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
7315         value of installation-directory.
7316
7317         * message.el (message-use-idna): Don't directly refer to the value of
7318         idna-program.
7319
7320         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
7321
7322         * smiley.el (smiley-style): Don't directly call face-attribute.
7323
7324 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
7325
7326         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
7327
7328         * gnus-dired.el: Reduce Gnus dependencies.
7329         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
7330         Don't require.  Use autoloads instead.
7331         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
7332         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
7333         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
7334         (gnus-dired-mode): Adjust doc string.
7335         (gnus-dired-mail-mode): New variable.
7336         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
7337         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
7338         (gnus-dired-mail-buffers): New function.  Return mail or message
7339         composition buffers.
7340         (gnus-dired-attach): Use it.
7341         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
7342         NO-DECODE.
7343         (gnus-dired-print): Use `gnus-print-buffer' depending on
7344         `gnus-dired-mail-mode'.
7345
7346 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7347
7348         * rfc2047.el (rfc2047-encoded-word-regexp)
7349         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
7350         explaining what regexp patterns are for.
7351
7352 2007-12-04  Glenn Morris  <rgm@gnu.org>
7353
7354         * password.el: Move to password-cache.el.
7355
7356         * mml1991.el (password-read, password-cache-add, password-cache-remove):
7357         * mml2015.el (password-read, password-cache-add, password-cache-remove):
7358         * mml-smime.el (password-read, password-cache-add)
7359         (password-cache-remove):
7360         No need to autoload, since mml-sec requires password.
7361
7362         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
7363         * message.el (gnus-extract-address-components):
7364         * mml-smime.el (gnus-extract-address-components): Define for compiler.
7365
7366         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
7367         password.
7368
7369 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7370
7371         * mailcap.el: Reduce dependencies.
7372         (mail-header-parse-content-type): Autoload.
7373         (mailcap-delete-duplicates): New alias.
7374         (mailcap-mime-info): Add optional argument NO-DECODE.
7375         (mailcap-mime-types): Use mailcap-delete-duplicates.
7376
7377         * message.el (message-ignored-supersedes-headers): Add "X-ID".
7378
7379 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
7380
7381         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
7382         (imap-parse-status): Upcase status-att for servers that sends them
7383         lower-case (e.g., MS Exchange 2007).
7384
7385 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7386
7387         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
7388         function.
7389
7390         * gnus-uu.el (gnus-uu-decode-yenc): New command.
7391         (gnus-uu-yenc-article): New function.
7392
7393         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
7394
7395         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
7396
7397 2007-12-02  Glenn Morris  <rgm@gnu.org>
7398
7399         * binhex.el (binhex): New custom group.
7400         (binhex-decoder-program, binhex-decoder-switches)
7401         (binhex-use-external): Move to the binhex custom group.
7402
7403         * uudecode.el (uudecode): New custom group.
7404         (uudecode-decoder-program, uudecode-decoder-switches)
7405         (uudecode-use-external): Move to the uudecode custom group.
7406
7407         * netrc.el (top-level): Don't load `encrypt' features.
7408         (netrc-parse): Don't use encrypt.
7409         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
7410
7411         * encrypt.el: Remove file.
7412
7413 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
7414
7415         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
7416         matches on patches.
7417
7418         * gnus-art.el (gnus-article-browse-html-article):
7419         Mention `mm-text-html-renderer' in the doc string.
7420
7421         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
7422         string.  Add comments.
7423
7424         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
7425         if rhs is ASCII.
7426
7427 2007-12-01  Glenn Morris  <rgm@gnu.org>
7428
7429         * mail-source.el (top-level): Require format-spec before
7430         eval-when-compile.
7431
7432 2007-11-30  Glenn Morris  <rgm@gnu.org>
7433
7434         * encrypt.el: Require password, rather than autoloading password-read.
7435
7436 2007-11-29  Glenn Morris  <rgm@gnu.org>
7437
7438         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
7439         (sasl-make-client, sasl-next-step, sasl-step-data)
7440         (sasl-step-set-data): Declare as functions.
7441
7442 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
7443
7444         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
7445
7446 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
7447
7448         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
7449         certs should be verified and what is to be done in the event of a
7450         verification failure.
7451
7452         * gnus.el (gnus-method-to-server): Add an optional parameter so the
7453         caller can indicate whether the cache should be disregarded for this
7454         call.  This way the result of the call is reproducible at all times and
7455         can be considered a canonical server name for the supplied method.
7456         (gnus-agent-method-p): Canonicalize server names by pushing their
7457         method through `gnus-method-to-server' using the no-cache argument.
7458
7459         * gnus-srvr.el (gnus-server-insert-server-line):
7460         Call `gnus-method-to-server' with `no-cache' argument.
7461
7462         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
7463         gnus-agent-possibly-synchronize-flags as this should be called when the
7464         server is actually being opened.
7465         (gnus-agent-possibly-synchronize-flags)
7466         (gnus-agent-possibly-synchronize-flags-server): Move check for the
7467         flags file of an agentized server to the latter function.
7468
7469         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
7470         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
7471         after a connection has been established successfully.
7472
7473 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7474
7475         * gnus-art.el (article-display-face): Force to display face if called
7476         interactively; check if gnus-article-x-face-too-ugly matches author.
7477         (article-display-x-face): Display face even if From header is missing
7478         as article-display-face does.
7479
7480 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
7481
7482         * hashcash.el (message-narrow-to-headers-or-head)
7483         (message-fetch-field, message-goto-eoh)
7484         (message-narrow-to-headers): Declare as functions.
7485
7486 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
7487
7488         * mail-source.el (mail-sources): Default to fetch from file for
7489         compatibility with default of nnmail-spool-file.
7490
7491 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7492
7493         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
7494         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
7495         to look for encoded word that should be encoded again.
7496         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
7497         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
7498         encoding pattern.
7499         (rfc2047-decode-region): Switch strict regexp and loose one according
7500         to rfc2047-allow-irregular-q-encoded-words.
7501
7502 2007-11-25  Romain Francoise  <romain@orebokech.com>
7503
7504         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
7505
7506 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7507
7508         * tls.el (tls-program): Provide more custom choices from
7509         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
7510         (tls-process-connection-type, tls-success): Remove "*" in doc string.
7511
7512 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7513
7514         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
7515         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
7516
7517         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
7518         `nnmail-spool-file'.
7519
7520         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
7521         `nnmail-spool-file'.
7522
7523         * gnus-move.el (gnus-change-server): Ditto.
7524
7525         * gnus-kill.el (gnus-batch-score): Ditto.
7526
7527         * gnus-cache.el (gnus-jog-cache): Ditto.
7528
7529         * gnus-msg.el (gnus-summary-reply):
7530         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
7531
7532 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7533
7534         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
7535         version.  Minor improvement to doc strings.
7536         (tls-program): Add comment.
7537
7538 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
7539
7540         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
7541         (tls-checktrust): New variable.  Check if GNU TLS complained about a
7542         mismatch between the hostname provided in the certificate and the name
7543         of the host connnecting to.
7544         (open-tls-stream): Use them.  Check certificates against trusted root
7545         certificates.
7546
7547 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7548
7549         * gnus-cache.el (gnus-cache-generate-nov-databases):
7550         Use nnml-generate-nov-databases-directory instead of
7551         nnml-generate-nov-databases-1.
7552
7553 2007-11-24  Glenn Morris  <rgm@gnu.org>
7554
7555         * message.el (message-tool-bar-retro): Update for rename
7556         mail_send.xpm->mail-send.xpm.
7557
7558 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
7559
7560         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7561         `smime-ldap-search' for Emacs 22 and up.
7562
7563 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7564
7565         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
7566
7567         * message.el (message-send-mail-function): Fix error convention.
7568         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
7569         (message-widen-reply, message-send-mail, message-talkative-question)
7570         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
7571         (message-clone-locals, message-send-news): Use with-current-buffer.
7572         (message-insert-or-toggle-importance): Remove unused var `valid'.
7573         (message-make-references): Remove unused var `new-references'.
7574         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
7575
7576 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
7577
7578         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
7579         (spam-split-symbolic-return-positive): Reflow docstring.
7580         (spam-backends, spam-summary-exit-behavior)
7581         (spam-mark-ham-unread-before-move-from-spam-group)
7582         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
7583         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
7584         (spam-clear-cache, spam-backend-check, spam-install-backend)
7585         (spam-install-statistical-backend, spam-list-of-processors)
7586         (spam-group-processor-p, spam-split, spam-bogofilter-score)
7587         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
7588         (spam-check-crm114, spam-initialize, spam-unload-hook):
7589         Fix typos in docstrings.
7590
7591 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7592
7593         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
7594         been checked if they have never been read and those group levels are
7595         higher than the one that a user specified.
7596
7597 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7598
7599         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
7600         foreign groups unless a group level is specified by a user.
7601         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
7602
7603 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
7604
7605         * message.el (message-send-mail-function): Require sendmail.
7606
7607 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
7608
7609         * message.el (message-send-mail-function): Check for smtpmail too.
7610
7611         * utf7.el (utf7-encode, utf7-decode): Use coding system
7612         `utf-7'/`utf-7-imap' from utf-7.el' if available.
7613
7614         * message.el (message-send-mail-function): New function.
7615         (message-send-mail-function): Set default using
7616         message-send-mail-function.  Adjust doc string.
7617         (message-send-mail-with-mailclient): New function.
7618
7619 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
7620
7621         * smime.el (from):
7622         * rfc2047.el (message-posting-charset):
7623         * qp.el (mm-use-ultra-safe-encoding):
7624         * pop3.el (parse-time-months):
7625         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
7626         * nnml.el (files):
7627         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
7628         (jka-compr-compression-info-list, ange-ftp-path-format)
7629         (efs-path-regexp):
7630         * nndiary.el (files):
7631         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
7632         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
7633         (epg-digest-algorithm-alist, inhibit-redisplay)
7634         (password-cache-expiry):
7635         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
7636         (pgg-output-buffer, password-cache-expiry):
7637         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
7638         (efs-path-regexp):
7639         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
7640         (inhibit-redisplay):
7641         * mm-uu.el (file-name, start-point, end-point, entry)
7642         (gnus-newsgroup-name, gnus-newsgroup-charset):
7643         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
7644         (latin-unity-ucs-list):
7645         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
7646         (mm-uu-binhex-decode-function):
7647         * message.el (gnus-message-group-art, gnus-list-identifiers)
7648         (rmail-enable-mime-composing, gnus-local-organization)
7649         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
7650         (gnus-read-active-file, facemenu-add-face-function)
7651         (facemenu-remove-face-function, gnus-article-decoded-p)
7652         (tool-bar-mode):
7653         * mail-source.el (display-time-mail-function):
7654         * gnus-util.el (nnmail-pathname-coding-system)
7655         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
7656         (gnus-original-article-buffer, gnus-user-agent)
7657         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
7658         (xemacs-codename, sxemacs-codename, emacs-program-version):
7659         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
7660         * gnus-start.el (gnus-agent-covered-methods)
7661         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
7662         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
7663         (gnus-newsgroup-headers, gnus-group-list-mode)
7664         (gnus-group-mark-positions, gnus-newsgroup-data)
7665         (gnus-newsgroup-unreads, nnoo-state-alist)
7666         (gnus-current-select-method, mail-sources)
7667         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
7668         (nnmail-spool-file, gnus-cache-active-hashtb):
7669         * gnus-mh.el (mh-lib-progs):
7670         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
7671         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
7672         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
7673         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
7674         (gnus-group-buffer):
7675         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
7676         (font-lock-set-defaults):
7677         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
7678         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
7679         (gnus-summary-post-menu, total-parts, type, condition, length):
7680         * gnus-agent.el (gnus-agent-read-agentview):
7681         * flow-fill.el (show-trailing-whitespace):
7682         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
7683         eval-and-compile wrappers for byte compiler pacifiers.
7684
7685         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
7686         (mm-display-inline-fontify): Check for featurep 'xemacs not
7687         extent-list.
7688
7689         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
7690         itimer-list.
7691         (mm-create-image-xemacs): Only do something for XEmacs.
7692         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
7693
7694         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
7695
7696         * gnus-registry.el (gnus-adaptive-word-syntax-table):
7697         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
7698
7699 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
7700
7701         * nnimap.el (nnimap-split-download-body):
7702         * gnus-demon.el (gnus-demon):
7703         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
7704
7705 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7706
7707         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
7708         New macros.
7709         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
7710         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
7711         copy data from unibyte buffer to multibyte current buffer.
7712         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
7713         to copy data from unibyte current buffer to multibyte buffer.
7714         (nntp-make-process-buffer): Make process buffer unibyte.
7715
7716         * pop3.el (pop3-open-server): Fix typo in Lisp code.
7717
7718 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
7719
7720         * pop3.el (pop3-open-server): Accept and process data more robustly at
7721         connexion start to avoid spurious "POP SSL connexion failed" errors.
7722
7723 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7724
7725         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
7726         read group names.
7727
7728 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
7729
7730         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
7731
7732 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7733
7734         * nnmail.el (nnmail-parse-active): Make group names unibyte.
7735         (nnmail-save-active): Use a unibyte buffer when saving active file,
7736         which may contain non-ASCII group names.
7737
7738         * nnml.el (nnml-request-group): Decode group names in messages.
7739
7740 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
7741
7742         * message.el (message-citation-line-function)
7743         (message-insert-formatted-citation-line): Fix spelling of
7744         `message-insert-formated-citation-line'.
7745
7746 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
7747
7748         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
7749
7750 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7751
7752         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
7753         nnmail-pathname-coding-system.
7754
7755         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
7756         that a user enters; decode group names in messages.
7757
7758         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
7759
7760 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7761
7762         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
7763
7764         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
7765
7766         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
7767         risky local variable.
7768
7769         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
7770
7771 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
7772
7773         * encrypt.el: Improve documentation to fix function name typo.
7774         Reported by Daiki Ueno <ueno@unixuser.org>.
7775
7776 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7777
7778         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
7779         even if the point is not in the last page of an article.
7780         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
7781         back to the previous page.
7782
7783 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
7784
7785         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
7786
7787 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7788
7789         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
7790
7791 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7792
7793         * message.el (message-check-news-body-syntax):
7794         Avoid mm-string-as-multibyte.
7795         (message-hide-headers): Don't assume (point-min)==1.
7796
7797 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7798
7799         * message.el (message-remove-blank-cited-lines): Fix if remove is
7800         given.
7801         (message-bogus-address-regexp): New variable.
7802         (message-bogus-recipient-p): New function.
7803         (message-check-recipients): New command.
7804         (message-syntax-checks): Add `bogus-recipient'.
7805         (message-fix-before-sending): Add `bogus-recipient'.
7806
7807         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
7808         (gnus-treat-body-boundary): Don't test window-system.
7809
7810 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
7811
7812         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
7813
7814 2007-10-28  Miles Bader  <miles@gnu.org>
7815
7816         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
7817         at compile-time too.
7818
7819 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
7820
7821         * gnus-msg.el (gnus-message-setup-hook):
7822         Add `message-remove-blank-cited-lines' to options.
7823
7824 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7825
7826         * message.el (message-remove-blank-cited-lines): New function.
7827         Suggested by Karl Plästerer.
7828
7829 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7830
7831         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
7832         mapc.
7833
7834         * imap.el (imap-open): Replace mapcar called for effect with mapc.
7835         (top-level): Use mapc to set functions to be traced for debugging.
7836
7837         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
7838         called for effect with while loop.
7839
7840         * message.el (message-talkative-question): Replace mapcar called for
7841         effect with mapc.
7842
7843         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
7844         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
7845         called for effect with dolist.
7846
7847         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
7848
7849         * nndiary.el: Use dolist instead of mapcar to add diary headers to
7850         gnus-extra-headers and nnmail-extra-headers.
7851
7852         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
7853         called for effect with dolist.
7854         (top-level): Use mapc to set functions to be traced for debugging.
7855
7856         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
7857         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
7858         dolist.
7859
7860         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
7861         Replace mapcar called for effect with mapc.
7862         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
7863         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
7864         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
7865         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
7866
7867         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
7868         remove-if that's a cl function.
7869
7870         * webmail.el (webmail-debug): Replace mapcar called for effect with
7871         dolist.
7872
7873         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
7874         with mapc.
7875
7876 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7877
7878         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
7879         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
7880         with while loop.
7881
7882         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
7883         functions from article-* functions.
7884         (gnus-multi-decode-header): Replace mapcar called for effect with
7885         dolist.
7886
7887         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
7888         (gnus-bookmark-show-details): Replace mapcar called for effect with
7889         while loop.
7890
7891         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
7892         called for effect with while loop.
7893
7894         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
7895         with dolist.
7896
7897         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7898         Replace mapcar called for effect with dolist.
7899
7900         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
7901
7902         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
7903         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
7904         Replace mapcar called for effect with dolist.
7905         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
7906         mapc.
7907
7908         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
7909         Replace mapcar called for effect with dolist.
7910         (gnus-topic-list): Replace mapcar called for effect with mapc.
7911
7912         * gnus.el: Use mapc instead of mapcar to add autoloads.
7913
7914 2007-10-23  Richard Stallman  <rms@gnu.org>
7915
7916         * gnus-group.el (gnus-group-highlight): Mark as risky.
7917
7918 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7919
7920         * gnus.el (gnus-server-to-method): Return method found first in
7921         gnus-newsrc-alist.
7922
7923         * gnus-art.el (gnus-article-highlight-signature)
7924         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
7925         button overlay without the front stickiness.
7926
7927 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
7928
7929         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
7930         overview buffer needed a catch to receive its throw.
7931         (gnus-agent-flush-cache): Declare as interactive to make this function
7932         easier to use.
7933
7934 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
7935
7936         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
7937         `next-line'.
7938
7939 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7940
7941         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
7942         exclude address matching message-dont-reply-to-names.
7943
7944 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7945
7946         * gnus-util.el (gnus-string<): New function.
7947
7948         * gnus-sum.el (gnus-article-sort-by-author)
7949         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
7950
7951 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7952
7953         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
7954         the frame-focus tag is set in gnus-buffer-configuration.
7955
7956 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7957
7958         * gnus-art.el (gnus-article-add-button): Make a button overlay without
7959         the front stickiness.
7960
7961 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7962
7963         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
7964         url pattern; remove duplicate one.
7965         (gnus-article-extend-url-button): New function.
7966         (gnus-article-add-buttons): Use it.
7967         (gnus-button-push): Use concatenated url that it makes.
7968
7969 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
7970
7971         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
7972
7973 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7974
7975         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
7976         Don't hardcode point-min==1.
7977
7978 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
7979
7980         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
7981         Fix comment about "iso8859-1".
7982
7983 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
7984
7985         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
7986         ones returned from the verify-function.
7987
7988         * mm-uu.el (mm-uu-pgp-signed-extract-1):
7989         Call mml2015-extract-cleartext-signature if extraction failed.
7990
7991 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
7992
7993         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
7994         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
7995         failed.
7996
7997 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7998
7999         * Relicense "GPLv2 or later" files to "GPLv3 or later".
8000
8001 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
8002
8003         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
8004         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
8005         recommends to use EasyPG instead of PGG.
8006
8007         * pgg.el: Revert to revision 6.23.2.16.
8008
8009         * pgg-def.el: Revert to revision 6.6.2.14.
8010
8011         * pgg-gpg.el: Revert to revision 6.23.2.34.
8012
8013 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
8014
8015         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
8016         to mark a thread as expirable.  Add variable `hide' to handle hiding of
8017         thread for both the null and zero (kill/expire thread) universal prefix
8018         cases.
8019         (gnus-summary-expire-thread): Add new function to expire a thread,
8020         using gnus-summary-kill-thread.
8021         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
8022         shortcuts for gnus-summary-expire-thread.
8023         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
8024         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
8025
8026 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8027
8028         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
8029         extras value, so an extras entry can be deleted.
8030         (gnus-registry-delete-extra-entry): Use it.
8031         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
8032         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
8033         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
8034         storage through the gnus-registry, and provide an appropriate API for
8035         it.
8036
8037 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8038
8039         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
8040         Suggested by Leo <sdl.web@gmail.com>.
8041
8042         * gnus.el: Do.
8043
8044 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8045
8046         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
8047         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
8048
8049         * gnus-agent.el (gnus-agent-fetch-headers): Do.
8050
8051         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8052         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
8053
8054 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8055
8056         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
8057         newline.
8058         (nnmbox-request-accept-article): Don't change article in source buffer;
8059         narrow to header to use message-fetch-field rather than
8060         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
8061         (nnmbox-request-replace-article): Quote lines that'll be misidentified
8062         as delimiters; make sure article ends with newline.
8063         (nnmbox-delete-mail): Correct last position of article to be deleted;
8064         ignore X-Gnus-Newsgroup header in article body.
8065         (nnmbox-save-mail): Quote lines looking like delimiters at the right
8066         positions; make sure article ends with newline.
8067
8068         * message.el (message-display-abbrev): Don't infloop when a user
8069         inserts SPC in the beginning of header.
8070
8071         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
8072         coding-system-for-read and coding-system-for-write for XEmacs having no
8073         file-coding feature.
8074
8075         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
8076
8077 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
8078
8079         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
8080         list of groups not followed by default.  Fix type to be regexp.
8081         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
8082
8083 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
8084
8085         * hmac-def.el (define-hmac-function): Switch from old-style to
8086         new-style backquotes.
8087
8088         * md4.el (md4-make-step): Likewise.
8089
8090 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8091
8092         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
8093         raw-text coding system when saving .newsrc file, which may contain
8094         non-ASCII group names.
8095
8096 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8097
8098         * gnus-cus.el (gnus-score-extra): New widget.
8099         (gnus-score-extra-convert): New function.
8100         (gnus-score-customize): Use it for Extra.
8101
8102 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
8103
8104         * mml2015.el (mml2015-extract-cleartext-signature): New function.
8105         (mml2015-mailcrypt-clear-verify): Use it.
8106         (mml2015-gpg-clear-verify): Use it.
8107         (mml2015-pgg-clear-verify): Use it.
8108         (mml2015-epg-clear-verify): Replace the current part with the output
8109         from GnuPG; don't extract the plaintext by itself.
8110
8111         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
8112         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
8113         mml2015-clear-verify-function; don't touch the armor headers or
8114         dash-escaped text here.
8115
8116 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8117
8118         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
8119         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
8120         parts, or application/octet-stream as a last resort.
8121         (gnus-mime-view-part-as-type): Don't toggle display.
8122         (gnus-mime-view-part-as-charset): Don't turn off display before
8123         querying charset.
8124
8125         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
8126         stuff to undisplayer function in Emacs.
8127         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
8128
8129         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
8130         text/calendar parts.
8131
8132 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8133
8134         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
8135         decoding text/calendar parts.
8136
8137         * message.el (message-forward-make-body-mime): Always mark body as
8138         having no illegible text; remove signed-or-encrypted argument.
8139         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
8140
8141         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
8142         (mml-generate-mime-1): Don't encode body if it is specified to be in
8143         raw form; don't make buffer be unibyte when inserting multibyte string.
8144
8145 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8146
8147         * sha1.el: Fix up comment style.
8148         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
8149         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
8150
8151         * hex-util.el: Fix up comment style.
8152         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
8153
8154         * gnus-salt.el: Use with-current-buffer.
8155         (gnus-pick-setup-message): Fix long-standing typo.
8156
8157 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8158
8159         * imap.el (imap-logout-timeout): New variable.
8160         (imap-logout, imap-logout-wait): New functions.
8161         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
8162
8163         * nnimap.el (nnimap-logout-timeout): New server variable.
8164         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
8165         nnimap-logout-timeout.
8166
8167         * gnus-art.el (gnus-article-summary-command-nosave)
8168         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
8169
8170 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8171
8172         * gnus.el (gnus-maximum-newsgroup): New variable.
8173
8174         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
8175         according to gnus-maximum-newsgroup.
8176
8177         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8178         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
8179         Limit the range of articles according to gnus-maximum-newsgroup.
8180
8181 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
8182
8183         * gnus-art.el (gnus-sticky-article): Fix problems described in
8184         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
8185         Don't perform gnus-configure-windows here; reuse existing sticky
8186         article buffer.
8187
8188         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
8189         it doesn't exist in gnus-article-mode.
8190
8191 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8192
8193         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
8194         (gnus-agent-decoded-group-name): New function.
8195         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
8196         (gnus-agent-expire-group-1): Use it; decode group name in messages.
8197
8198 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
8199
8200         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
8201         Add binding for gnus-sticky-article.
8202         (gnus-summary-exit): Don't kill sticky article buffers.
8203
8204         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
8205         article buffer.
8206         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
8207         (gnus-kill-sticky-article-buffers): New commands.
8208
8209 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8210
8211         * nntp.el (nntp-xref-number-is-evil): New server variable.
8212         (nntp-find-group-and-number): If it is non-nil, don't trust article
8213         numbers in the Xref header.
8214
8215 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8216
8217         * gnus-agent.el (gnus-agent-read-group): New function.
8218         (gnus-agent-flush-group, gnus-agent-expire-group)
8219         (gnus-agent-regenerate-group): Use it.
8220         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
8221         nnmail-pathname-coding-system.
8222
8223 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8224
8225         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
8226
8227         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
8228         that are unread as unread, and also as selected so that information of
8229         marks having been changed by a user may be updated when exiting group.
8230
8231 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
8232
8233         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
8234
8235 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8236
8237         * gnus-art.el (gnus-mime-display-single): Pass part number that is
8238         calculated ignoring signature parts to gnus-treat-article.
8239
8240 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8241
8242         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
8243         a point here in order to keep the window start.
8244         (gnus-insert-mime-security-button): Make a button overlay without the
8245         front stickiness.
8246         (gnus-mime-display-security): Goto the end of a button.
8247
8248         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
8249
8250 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8251
8252         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
8253         group-name-at-point.
8254         (gnus-group-completing-read): New function that offers decoded
8255         non-ASCII group names for completion.
8256         (gnus-fetch-group, gnus-group-read-ephemeral-group)
8257         (gnus-group-jump-to-group, gnus-group-make-group-simple)
8258         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
8259         (gnus-group-fetch-control): Use it.
8260         (gnus-fetch-group): Use group-name-at-point for the initial value
8261         rather than the default value; use gnus-alive-p.
8262
8263         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
8264         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
8265         (gnus-summary-post-news): Use gnus-group-completing-read.
8266
8267         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
8268         (gnus-read-move-group-name): Decode group name for completion.
8269
8270 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
8271
8272         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
8273         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
8274         Yamaoka slightly modified the code).
8275
8276 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8277
8278         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
8279         (nnmail-split-incoming): Bind it.
8280
8281         * nnml.el (nnml-group-name-charset): New function.
8282         (nnml-decoded-group-name): Use it; don't decode group name if
8283         nnmail-group-names-not-encoded-p is non-nil.
8284         (nnml-encoded-group-name): New function.
8285         (nnml-group-pathname): Inline nnml-decoded-group-name.
8286         (nnml-request-expire-articles): Decode group name in message.
8287         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
8288         nnmail-pathname-coding-system.
8289         (nnml-save-mail, nnml-active-number): Work with decoded group names and
8290         not decoded ones according to nnmail-group-names-not-encoded-p.
8291         (nnml-generate-active-info): Use nnml-encoded-group-name.
8292
8293 2007-08-08  Glenn Morris  <rgm@gnu.org>
8294
8295         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
8296         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
8297         doc-strings and comments.
8298
8299 2007-07-25  Glenn Morris  <rgm@gnu.org>
8300
8301         * Relicense all FSF files to GPLv3 or later.
8302
8303 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8304
8305         * gnus-sum.el (gnus-summary-move-article):
8306         Make gnus-summary-respool-article work.
8307
8308 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
8309
8310         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
8311         string.
8312
8313 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
8314
8315         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
8316         that should be ignored when comparing distant RSS articles with local
8317         ones.
8318         (nnrss-make-hash-index): New function.  Create a hash index according
8319         to the ignored fields.
8320         (nnrss-check-group): Use it.
8321
8322 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8323
8324         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
8325
8326         * gnus-art.el (article-decode-group-name): Decode Xref header too.
8327
8328         * gnus-group.el (gnus-group-make-group): Encode group name here unless
8329         the new optional argument ENCODED is non-nil.
8330         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
8331         coding system for encoding group name.
8332         (gnus-group-make-rss-group): Pass un-encoded group name to
8333         gnus-group-make-group.
8334         (gnus-group-set-info): Tell gnus-group-make-group that group name is
8335         encoded.
8336
8337         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
8338         Encode group name to which articles are moved or copied.
8339         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
8340         coding system for encoding Newsgroup, Followup-To and Xref headers.
8341
8342         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
8343         marks; use nnheader-file-coding-system to write a file.
8344         (nnagent-retrieve-headers): Bind file-name-coding-system to
8345         nnmail-pathname-coding-system.
8346
8347         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
8348
8349         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
8350         (nnml-request-article, nnml-request-create-group)
8351         (nnml-request-rename-group, nnml-find-id)
8352         (nnml-possibly-change-directory, nnml-possibly-create-directory)
8353         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
8354         (nnml-save-marks): Use nnml-group-pathname instead of
8355         nnmail-group-pathname.
8356
8357         (nnml-request-create-group, nnml-request-expire-articles)
8358         (nnml-request-move-article, nnml-request-delete-group)
8359         (nnml-deletable-article-p, nnml-possibly-create-directory)
8360         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
8361         (nnml-open-marks): Bind file-name-coding-system to
8362         nnmail-pathname-coding-system.
8363
8364         (nnml-request-article): Pass server argument to nnml-find-group-number.
8365         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
8366         Pass server argument to nnml-possibly-create-directory.
8367         (nnml-request-accept-article): Pass server argument to
8368         nnml-active-number and nnml-save-mail.
8369         (nnml-find-group-number): Pass server argument to nnml-find-id.
8370         (nnml-request-update-info): Pass server argument to
8371         nnml-marks-changed-p.
8372
8373         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
8374         (nnml-save-mail, nnml-active-number): Add server argument.
8375
8376         (nnml-request-delete-group): Warn if group is missing.
8377         (nnml-get-nov-buffer): Decode group name.
8378         (nnml-generate-active-info): Encode group name.
8379         (nnml-open-marks): Decode group name in messages.
8380
8381 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8382
8383         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
8384         if it is not specified.
8385         (gnus-article-pipe-part, gnus-article-save-part)
8386         (gnus-article-interactively-view-part, gnus-article-copy-part)
8387         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
8388         (gnus-article-inline-part, gnus-article-save-part-and-strip)
8389         (gnus-article-replace-part, gnus-article-delete-part)
8390         (gnus-article-view-part-as-type): Pass raw prefix argument to
8391         gnus-article-part-wrapper.
8392
8393 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8394
8395         * gnus-agent.el (gnus-agent-save-active):
8396         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
8397
8398         * gnus-cache.el (gnus-cache-save-buffers)
8399         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
8400         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
8401         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
8402         (gnus-cache-braid-nov, gnus-cache-braid-heads)
8403         (gnus-cache-generate-active, gnus-cache-rename-group)
8404         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
8405         (gnus-cache-update-overview-total-fetched-for):
8406         Bind file-name-coding-system to nnmail-pathname-coding-system.
8407         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
8408         New variables.
8409         (gnus-cache-decoded-group-name): New function.
8410         (gnus-cache-file-name): Use it.
8411         (gnus-cache-generate-active): Use non-decoded group name for active.
8412
8413         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
8414         right place.
8415         (gnus-write-active-file): Don't break non-ASCII group names.
8416
8417         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
8418         nnmail-pathname-coding-system.
8419
8420         * lpath.el: Bind default-file-name-coding-system,
8421         file-name-coding-system and language-info-alist for XEmacs.
8422
8423         * gnus-uu.el (gnus-uu-decode-save): Typo.
8424
8425 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8426
8427         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
8428
8429 2007-07-14  David Kastrup  <dak@gnu.org>
8430
8431         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
8432         finishing actions if we did not edit the article.
8433
8434 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8435
8436         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
8437         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
8438         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
8439         (gnus-agent-flush-group, gnus-agent-flush-cache)
8440         (gnus-agent-fetch-headers, gnus-agent-load-alist)
8441         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
8442         (gnus-agent-retrieve-headers, gnus-agent-request-article)
8443         (gnus-agent-regenerate-group)
8444         (gnus-agent-update-files-total-fetched-for)
8445         (gnus-agent-update-view-total-fetched-for):
8446         Bind file-name-coding-system to nnmail-pathname-coding-system.
8447         (gnus-agent-group-pathname): Don't encode file names by
8448         nnmail-pathname-coding-system.
8449         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
8450         coding-system-for-write instead of buffer-file-coding-system to
8451         gnus-agent-file-coding-system.
8452
8453         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
8454         Decode group name.
8455
8456         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
8457
8458         * gnus-start.el (gnus-update-active-hashtb-from-killed)
8459         (gnus-read-newsrc-el-file): Make group names unibyte.
8460
8461         * nnmail.el (nnmail-group-pathname): Don't encode file names by
8462         nnmail-pathname-coding-system.
8463
8464         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
8465         (nnrss-request-delete-group): Bind file-name-coding-system to
8466         nnmail-pathname-coding-system.
8467         (nnrss-read-server-data, nnrss-read-group-data):
8468         Bind file-name-coding-system correctly.
8469         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
8470
8471         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
8472         (nntp-server-to-method-cache): New variable.
8473         (nntp-group-pathname): New function that decodes non-ASCII group names.
8474         (nntp-possibly-create-directory, nntp-marks-changed-p)
8475         (nntp-save-marks, nntp-open-marks): Use it.
8476         (nntp-possibly-create-directory, nntp-open-marks):
8477         Bind file-name-coding-system to nnmail-pathname-coding-system.
8478         (nntp-open-marks): Decode group names when bootstrapping marks.
8479
8480         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
8481         Newsgroups and Folowup-To headers.
8482
8483 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8484
8485         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8486         (gnus-server-closed-face, gnus-server-denied-face)
8487         (gnus-server-offline-face): Remove variable.
8488         (gnus-server-font-lock-keywords): Use faces that are not aliases.
8489
8490         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
8491         of modifying message-stack directly for XEmacs.
8492
8493         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
8494         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
8495         if the coding-system argument is nil for XEmacs.
8496
8497         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
8498         mm-charset-override-alist.
8499
8500         * rfc2047.el: Don't require base64; require rfc2045 for the function
8501         rfc2045-encode-string.
8502         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
8503         to quote the parameter value.
8504
8505 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8506
8507         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
8508         form in gnus-group-name-charset-method-alist.
8509
8510         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
8511         overrides the default layout edit-form.
8512
8513         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
8514
8515         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
8516
8517 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8518
8519         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
8520         as unfetched articles.
8521
8522 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
8523
8524         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
8525
8526 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8527
8528         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
8529         original back end that keeps marks in the local system.
8530
8531 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8532
8533         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
8534         arg of pop-to-buffer for XEmacs.
8535         (gnus-article-read-summary-keys): Ditto; don't restore window
8536         configuration if summary command ends up with neither article buffer
8537         nor summary buffer; describe bindings if summary keys end with C-h.
8538
8539 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8540
8541         * message.el (message-fix-before-sending): Skip raw message part to be
8542         forwarded while checking illegible text.
8543         (message-forward-make-body-mime, message-forward-make-body):
8544         Mark signed or encrypted raw message as having no illegible text.
8545
8546 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8547
8548         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
8549         (gnus-message-with-timestamp-1): New macro.
8550         (gnus-message-with-timestamp): New function.
8551         (gnus-message): Use them.
8552
8553         * nnheader.el (nnheader-message): Use them.
8554
8555 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
8556
8557         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
8558         .newsrc.eld file.
8559
8560 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8561
8562         * gnus-agent.el (gnus-agent-fetch-headers)
8563         (gnus-agent-retrieve-headers):
8564         Bind gnus-decode-encoded-address-function to identity.
8565
8566         * nntp.el (nntp-send-xover-command): Recognize an xover command is
8567         available also when the server returns simply a dot.
8568
8569         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
8570
8571 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8572
8573         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
8574
8575 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8576
8577         * gnus-ems.el (gnus-x-splash): Make it work.
8578
8579         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
8580         from being used.
8581
8582         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
8583
8584 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8585
8586         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
8587         4th and the 5th arguments.
8588
8589         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
8590         the front stickiness.
8591         (gnus-article-summary-command-nosave): Correct the order of the
8592         arguments passed to pop-to-buffer.
8593         (gnus-article-read-summary-keys): Ditto; make it work properly when the
8594         summary command ends up with the article buffer.
8595
8596         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
8597         the same faces.
8598
8599 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
8600
8601         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
8602
8603 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
8604
8605         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
8606         * gnus-sum.el (gnus-summary-highlight):
8607         * pgg.el (pgg-sign-region, pgg-sign):
8608         * mail-source.el (mail-source-delete-old-incoming-confirm):
8609         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
8610
8611 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8612
8613         * gnus-art.el (gnus-mime-view-part-externally)
8614         (gnus-mime-view-part-internally): Fix predicate function passed to
8615         completing-read.
8616
8617         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
8618
8619         * gnus.el (gnus-update-message-archive-method): Add :version.
8620
8621 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8622
8623         * gnus.el (gnus-update-message-archive-method): New variable.
8624
8625         * gnus-start.el (gnus-setup-news): Update saved "archive" method
8626         according to gnus-message-archive-method if
8627         gnus-update-message-archive-method is non-nil.
8628
8629 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8630
8631         * gnus-sum.el (gnus-summary-limit-to-address): New function.
8632         Suggested by Loic Dachary <loic@dachary.org>.
8633         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8634
8635 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8636
8637         * message.el (message-pop-to-buffer): Add switch-function argument.
8638         (message-mail): Pass switch-function argument to it.
8639
8640 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
8641
8642         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
8643         Improve doc string.
8644
8645 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8646
8647         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
8648         (gnus-header-content)
8649         * gnus-cite.el (gnus-cite-10)
8650         * gnus-srvr.el (gnus-server-closed)
8651         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
8652         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
8653         (gnus-group-mail-3-empty, gnus-group-mail-low)
8654         (gnus-group-mail-low-empty, gnus-splash)
8655         * message.el (message-header-to, message-header-cc)
8656         (message-header-subject, message-header-other, message-header-name)
8657         (message-header-xheader, message-separator, message-cited-text)
8658         (message-mml): Lighten colors of faces used for dark background.
8659
8660 2007-05-24  Simon Josefsson  <simon@josefsson.org>
8661
8662         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
8663         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
8664
8665 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8666
8667         * message.el (message-narrow-to-headers-or-head):
8668         Ignore mail-header-separator in the body.
8669
8670 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8671
8672         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
8673         same as window size.
8674
8675 2007-05-22  Kevin Ryde  <user42@zip.com.au>
8676
8677         * message.el (message-font-lock-keywords): Use message-header-xheader
8678         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
8679         ahead of the anything pattern, to get it recognised.
8680
8681 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8682
8683         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
8684         spam.el loads uses it in the compiled defadvice form.
8685
8686 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
8687
8688         * gnus-sum.el (gnus-articles-to-read)
8689         (gnus-summary-insert-old-articles): Don't truncate group name for
8690         `read-string'.
8691
8692         * gnus-util.el (gnus-limit-string): Delete this function.
8693
8694         * gnus-sum.el (gnus-simplify-subject-fully):
8695         Use `truncate-string-to-width' instead.
8696
8697 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
8698
8699         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
8700         Tell if, on summary exit, the next group has to be selected.
8701         (gnus-summary-exit): Use it.
8702
8703 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
8704
8705         * gnus-art.el (gnus-article-mode): Fix comment about displaying
8706         non-break space.
8707
8708 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8709
8710         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
8711         Check if group is not a directory.
8712         (nnfolder-request-expire-articles): Don't delete articles if the target
8713         group is not available.
8714
8715         * nnml.el (nnml-request-create-group): Properly check if group is not a
8716         file.
8717         (nnml-request-expire-articles): Don't delete articles if the target
8718         group is not available.
8719
8720         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8721         Don't quote characters that are within parentheses.
8722
8723 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8724
8725         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
8726         (gnus-handle-ephemeral-exit): Select article according to it.
8727
8728 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8729
8730         * message.el (message-insert-formated-citation-line): Remove newline.
8731         (message-citation-line-format): Add final \n here so that the user can
8732         avoid a blank line.
8733
8734 2007-05-03  Dan Christensen  <jdc@uwo.ca>
8735
8736         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
8737         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
8738         Update lanl/arXiv support.
8739
8740 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8741
8742         * gnus.el: Bump version number.
8743
8744 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8745
8746         * gnus.el (gnus-version-number): Bump version.
8747
8748 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8749
8750         * gnus.el: No Gnus v0.6 is released.
8751
8752 2007-04-27  Didier Verna  <didier@xemacs.org>
8753
8754         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
8755         * gmm-utils.el (gmm-regexp-concat): ... here.
8756         * message.el: Don't require 'gnus-util.
8757         (message-dont-reply-to-names): Handle name change above.
8758         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
8759
8760 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8761
8762         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
8763         since the initial value varies according to the system.
8764
8765 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8766
8767         * mm-util.el (mm-charset-synonym-alist): Defcustom.
8768
8769 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
8770
8771         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
8772
8773 2007-04-24  Didier Verna  <didier@xemacs.org>
8774
8775         Improve the type of gnus-ignored-from-addresses.
8776         * gnus-util.el (gnus-orify-regexp): New function.
8777         * message.el (gnus-util): Require it.
8778         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
8779         * gnus-sum.el (gnus-ignored-from-addresses): New function.
8780         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
8781
8782 2007-04-24  Didier Verna  <didier@xemacs.org>
8783
8784         * gnus-sum.el:
8785         * gnus-utils.el: Fix some trailing whitespaces.
8786
8787 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8788
8789         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
8790         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
8791         article's Message-ID; refer parent article in summary buffer.
8792
8793         * message.el (message-bounce): Call mime-to-mml.
8794
8795         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
8796         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
8797         optimize and/or forms properly.
8798
8799 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
8800
8801         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
8802         URL.
8803
8804 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8805
8806         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
8807
8808 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8809
8810         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
8811         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
8812         displayed of multipart/alternative part if it is invoked from summary
8813         buffer.
8814
8815         * mm-view.el (mm-inline-text-html-render-with-w3m)
8816         (mm-inline-text-html-render-with-w3m-standalone)
8817         (mm-inline-render-with-function): Use mail-parse-charset by default.
8818
8819 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
8820
8821         * parse-time.el (parse-time-string-chars): Check if CHAR
8822         is less than the length of parse-time-syntax.
8823
8824 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8825
8826         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
8827         from gnus-newsgroup-processable.
8828
8829 2007-04-16  Didier Verna  <didier@xemacs.org>
8830
8831         * gnus-msg.el (gnus-configure-posting-styles):
8832         Handle message-signature-directory properly with :file syntax.
8833         Reported by "Leo".
8834
8835 2007-04-11  Didier Verna  <didier@xemacs.org>
8836
8837         New user option: message-signature-directory.
8838         * gnus-msg.el (gnus-configure-posting-styles): Support it.
8839         * message.el (message-insert-signature): Ditto.
8840         * message.el (message-signature-file): Doc update.
8841         * message.el (message-signature-directory): New.
8842
8843 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8844
8845         * gnus-msg.el (gnus-inews-yank-articles):
8846         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
8847
8848 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8849
8850         * message.el (message-yank-original): Make sure cited text ends with
8851         newline; don't exchange point and mark.
8852
8853 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
8854
8855         * tls.el (open-tls-stream): Properly handle case where there
8856         is no associated buffer.
8857
8858 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
8859
8860         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
8861         message-yank-original, make sure (< mark TEXT point).
8862
8863 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8864
8865         * message.el (message-fill-column): New variable.
8866         (message-mode): Use it.  Add comment on a possible new hook.
8867
8868         * nnmail.el (nnmail-spool-file): Mark as obsolete.
8869         (nnmail-get-new-mail): Reformat.
8870
8871         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
8872
8873         * gmm-utils.el: Fix Commentary.
8874         (gmm-tool-bar-from-list): Fix typo in doc string.
8875
8876 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
8877
8878         * message.el (message-yank-original): Don't switch point and mark
8879         unnecessarily to put point and mark as documented.
8880
8881 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8882
8883         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
8884         from the message heads.
8885
8886 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
8887
8888         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
8889         article buffer does not have a window.  This may not be the best
8890         solution but is certainly better than setting the start of the null,
8891         that is the current, window.
8892
8893 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8894
8895         * gnus-draft.el (gnus-draft-setup-hook): New hook.
8896         (gnus-draft-setup): Run it.
8897
8898         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
8899         gnus-score-fast-scoring.  Allow regexp.
8900         (gnus-score-headers): Use it.
8901
8902         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
8903         XEmacs.
8904
8905         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
8906         string.
8907         (gnus-button-alist): Also catch `<f1> k ...'.
8908         (gnus-treat-display-x-face): Fix doc string.
8909
8910 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8911
8912         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
8913         evaluation of gnus-extended-version to ensure correct generation of the
8914         User-Agent header when message-generate-headers-first is used.
8915
8916 2007-03-24  Simon Josefsson  <simon@josefsson.org>
8917
8918         * hashcash.el (hashcash-generate-payment-async): Don't crash if
8919         hashcash-path is nil.  Don't call callback with incorrect number of
8920         parameters if val is 0.
8921
8922 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8923
8924         * message.el (message-required-news-headers):
8925         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
8926
8927 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
8928
8929         * tls.el (open-tls-stream): In handshake-waiting loop,
8930         don't wait more if there is output available to process.
8931
8932 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
8933
8934         * tls.el (tls-program): Doc fix.
8935
8936 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8937
8938         * message.el (message-generate-new-buffers): Change the meaning of the
8939         nil value; add `standard' to the choices; treat t as `unique'; improve
8940         doc string.
8941         (gnus-select-frame-set-input-focus): Autoload.
8942         (message-buffer-name): Search for the existing message buffer if
8943         message-generate-new-buffers is nil or `standard'; treat the value t of
8944         message-generate-new-buffers as `unique'.
8945         (message-pop-to-buffer): Raise the frame already displaying the message
8946         buffer; clear the echo area after querying.
8947         (message-setup): Pass the `continue' argument to compose-mail.
8948         (message-mail): Prefer `switch-function' if it is given; search for the
8949         existing message buffer if the `continue' argument is non-nil; pass
8950         continue and switch-function arguments to compose-mail by way of
8951         message-setup.
8952         (message-mail-other-window): Adjust argument of message-setup.
8953         (message-mail-other-frame): Ditto.
8954
8955 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8956
8957         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
8958         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
8959         to turn font-lock on when turning gnus-message-citation-mode on.
8960
8961 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
8962
8963         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
8964         (mml-smime-function-alist): New variable; add epg as the backend.
8965         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
8966         mml-smime- functions instead.
8967         * mm-view.el: Require smime.
8968
8969 2007-03-05  Didier Verna  <didier@xemacs.org>
8970
8971         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
8972         instead of just inheritance for posting styles.
8973         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
8974
8975 2007-02-24  Chris Moore  <dooglus@gmail.com>
8976
8977         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
8978         * pgg-pgp.el (pgg-pgp-encrypt-region):
8979         * pgg-gpg.el (pgg-gpg-encrypt-region):
8980         Check pgg-encrypt-for-me if no other recipients.
8981
8982 2007-02-24  John Paul Wallington  <jpw@pobox.com>
8983
8984         * tls.el (tls-certtool-program): Fix custom type.
8985
8986 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8987
8988         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
8989         and point-at-eol instead of line-(beginning|end)-position.
8990
8991         * assistant.el (assistant-parse-buffer): Ditto.
8992
8993         * netrc.el (netrc-parse-services): Ditto.
8994
8995 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
8996
8997         * mml2015.el (mml2015-epg-find-usable-key): New function.
8998         (mml2015-epg-sign): Use it.
8999         (mml2015-epg-encrypt): Use it.
9000
9001 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9002
9003         * message.el (message-make-in-reply-to): Quote name containing
9004         non-ASCII characters.  It will make the RFC2047 encoder cause an error
9005         if there are special characters.  Reported by NAKAJI Hiroyuki
9006         <nakaji@jp.freebsd.org>.
9007
9008 2007-02-27  Didier Verna  <didier@xemacs.org>
9009
9010         Include the group parameters as well as the topic ones in the
9011         inheritance filter process.
9012         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
9013         argument GROUP-PARAMS-LIST.
9014         * gnus-topic.el (gnus-group-topic-parameters): Use it.
9015
9016 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9017
9018         * nntp.el (nntp-never-echoes-commands)
9019         (nntp-open-connection-functions-never-echo-commands): New variables.
9020         (nntp-send-command): Use them.
9021
9022 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
9023
9024         * mml2015.el (mml2015-epg-verify): Simplify.
9025
9026 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9027
9028         * mml.el (mml-content-disposition-alist): New user option.
9029         (mml-content-disposition): New function.
9030         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
9031         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
9032
9033 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
9034
9035         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
9036         verification.
9037
9038 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9039
9040         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
9041         articles posted in the last 24 hours.
9042
9043 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
9044
9045         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
9046
9047 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
9048
9049         * nntp.el (nntp-send-command): Don't wait for echoes when
9050         nntp-open-ssl-stream is used.
9051
9052 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9053
9054         * gnus-cite.el (gnus-test-font-lock-add-keywords)
9055         (gnus-message-add-citation-keywords)
9056         (gnus-message-remove-citation-keywords): Remove.
9057         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
9058         directly, make the variables in font-lock-defaults buffer-local, add
9059         gnus-message-citation-keywords to them and then update the value of
9060         font-lock-keywords.
9061
9062 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9063
9064         * message.el (message-cite-original-1): Don't call
9065         gnus-article-highlight-citation.
9066
9067         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
9068         citations; fix line count.
9069
9070 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9071
9072         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
9073         (gnus-message-add-citation-keywords)
9074         (gnus-message-remove-citation-keywords): Use it; fix the emulating
9075         versions of font-lock-add-keywords and font-lock-remove-keywords to
9076         work with XEmacs correctly.
9077
9078 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9079
9080         * gnus-cite.el (gnus-cite-face-list): Set the values of
9081         gnus-message-max-citation-depth and gnus-message-citation-keywords.
9082         (gnus-message-max-citation-depth): Use defvar rather than defconst.
9083         (gnus-message-cite-prefix-regexp): New variable.
9084         (gnus-message-search-citation-line): Use it; protect against long
9085         citation prefix; fill match data with nil rather than 0 for XEmacs; set
9086         the 0th match data for Emacs.
9087         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
9088         (gnus-message-add-citation-keywords): Append keywords rather than
9089         prepending; emulate font-lock-add-keywords if it is not available.
9090         (gnus-message-remove-citation-keywords):
9091         Emulate font-lock-remove-keywords if it is not available.
9092
9093         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
9094
9095         * message.el (message-cite-prefix-regexp): Set the value of
9096         gnus-message-cite-prefix-regexp.
9097
9098 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9099
9100         * nnweb.el (nnweb-google-parse-1): Update parser.
9101
9102 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
9103
9104         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
9105
9106 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9107
9108         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9109         regexp.
9110
9111 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9112
9113         * uudecode.el (uudecode-string-to-multibyte): New function emulating
9114         string-to-multibyte.
9115         (uudecode-decode-region-internal): Use it.
9116
9117         * lpath.el: Fbind string-as-multibyte for XEmacs.
9118
9119 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9120
9121         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
9122         Fix custom choice.
9123
9124         * gnus-art.el (gnus-signature-limit): Fix custom choice.
9125
9126 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
9127
9128         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
9129
9130         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
9131         `write-region' to respect `mm-inhibit-file-name-handlers'.
9132
9133 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
9134
9135         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
9136         Use gnus-home-directory instead of "~/" or "$HOME".
9137
9138 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
9139
9140         * encrypt.el (encrypt-insert-file-contents): Add better prompt
9141         to mention filename.
9142         Add comments at beginning regarding usage.
9143         (encrypt-write-file-contents): Change interactive so a string is
9144         acceptable.  If the file has no associated model, show an error instead
9145         of a nonsense prompt.
9146
9147 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9148
9149         * spam.el (spam-bsfilter-ham-switch): Fix typo.
9150         Thanks to Yoshihiko Yamada for kind notification of this typo.
9151
9152 2007-01-12  Kenichi Handa  <handa@m17n.org>
9153
9154         * uudecode.el (uudecode-decode-region-internal): Make it work in a
9155         multibyte buffer.
9156
9157 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9158
9159         * gnus-score.el (gnus-score-fast-scoring): New variable.
9160         (gnus-score-headers): Use it.
9161
9162         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
9163
9164         * message.el (message-cite-original-1):
9165         Call gnus-article-highlight-citation if requested.
9166         (message-make-from): Allow name and address as optional arguments.
9167
9168         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
9169
9170         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
9171         bugs to doc string.
9172         (gnus-button-alist): Add mid\\|message-id.
9173         (gnus-button-fetch-group): Extend for use in
9174         `browse-url-browser-function'.
9175         (gnus-button-url-regexp): Try to catch paired parentheses like in
9176         Wikipedia URLs.
9177
9178         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
9179         Suggested by Simon Krahnke <overlord@gmx.li>.
9180
9181 2007-01-13  Romain Francoise  <romain@orebokech.com>
9182
9183         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
9184         Update copyright.
9185
9186 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
9187
9188         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
9189
9190 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9191
9192         * gnus-registry.el (gnus-registry-unfollowed-groups)
9193         (gnus-registry-split-fancy-with-parent): Fix documentation.
9194
9195 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9196
9197         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
9198         from nnweb groups.
9199
9200 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9201
9202         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
9203         Xref urls.  Erase buffer before requesting head.
9204
9205         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9206
9207 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
9208
9209         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
9210         customizable.
9211
9212 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
9213
9214         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
9215         no signing key is found.
9216         (mml2015-epg-encrypt): Ask user whether to skip or abort if
9217         no encrypting and/or signing key is found.
9218
9219 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9220
9221         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
9222
9223 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9224
9225         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
9226         headers read from disk with the ones newly found in the current search.
9227         This should no longer cause problems, because the article numbers in
9228         Gmane's `nov.php' output are ignored since the previous change.
9229
9230 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9231
9232         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
9233
9234 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9235
9236         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
9237         replace-regexp-in-string; bind url-version; fbind display-images-p and
9238         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
9239         find-face and set-itimer-function for Emacs; bind itimer-list for
9240         Emacs.
9241
9242         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9243
9244 2007-01-01  Romain Francoise  <romain@orebokech.com>
9245
9246         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
9247
9248 2006-12-31  Steve Youngs  <steve@sxemacs.org>
9249
9250         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
9251         `define-minor-mode' macro definition expanded properly.
9252         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
9253         exclude it there.
9254
9255         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
9256         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
9257         `fboundp' test.
9258         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
9259         This is OK to autoload in (S)XEmacs now.
9260
9261 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9262
9263         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
9264         keystroke.
9265         (gnus-summary-limit-to-singletons): Fix typo.
9266
9267         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
9268         else fails.
9269
9270 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9271
9272         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
9273         docstring.
9274
9275         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
9276         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
9277         (gnus-summary-insert-dormant-articles): Fix typo in message.
9278
9279 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
9280
9281         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
9282         nil for XEmacs.
9283         (gnus-message-citation-mode): Don't autoload in XEmacs.
9284
9285         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
9286
9287 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
9288
9289         * nnimap.el (nnimap-expunge-search-string):
9290         Mention nnimap-search-uids-not-since-is-evil in docstring.
9291
9292 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9293
9294         * spam.el: Revert to make-obsolete-variable because
9295         define-obsolete-variable-alias is not supported in Emacs 21.
9296
9297         * spam.el (spam-ifile-path, spam-ifile-database-path)
9298         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
9299         make-obsolete-variable.
9300         (spam-bsfilter-path, spam-bsfilter-program)
9301         (spam-spamassassin-path, spam-spamassassin-program)
9302         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
9303         Don't use "path" inappropriately.
9304         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
9305         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
9306         variable names.
9307
9308 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
9309
9310         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
9311         summary buffer.
9312
9313         * password.el (password-cache-remove): Use clear-string to burn
9314         password, if available.
9315
9316 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9317
9318         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
9319
9320         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
9321
9322         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
9323         (gnus-message-highlight-citation): Move defcustom here from
9324         gnus-cite.el.
9325         (gnus-message-citation-mode): Autoload.
9326
9327         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
9328         checks to make it compile with XEmacs.
9329         (gnus-message-citation-mode): New minor mode.
9330         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
9331         (gnus-message-highlight-citation): New variables.
9332         (gnus-message-search-citation-line)
9333         (gnus-message-add-citation-keywords)
9334         (gnus-message-remove-citation-keywords)
9335         (turn-on-gnus-message-citation-mode)
9336         (turn-off-gnus-message-citation-mode): New functions.
9337
9338 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
9339
9340         * gnus-cite.el: Enable highlighting of different citation levels in
9341         message-mode.
9342
9343 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9344
9345         * message.el (message-make-fqdn): Fix comment.
9346         (message-bogus-system-names): Add ".local".
9347
9348         * spam.el (spam-ifile-path, spam-ifile-program)
9349         (spam-ifile-database-path, spam-ifile-database)
9350         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
9351         Don't use "path" inappropriately.
9352         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
9353         strings.
9354         (spam-check-ifile, spam-ifile-register-with-ifile)
9355         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
9356         Use new variable names.
9357
9358         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
9359         (gnus-treat-display-smileys): Simplify using
9360         gnus-image-type-available-p.
9361
9362         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
9363         available.
9364
9365         * gnus-xmas.el (gnus-xmas-image-type-available-p):
9366         Use `display-images-p' if available.
9367
9368 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9369
9370         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
9371         one after turning on the buffer's multibyteness instead of decoding
9372         them directly in the unibyte buffer that causes unexpected conversion
9373         in Emacs 23 (unicode).
9374
9375 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9376
9377         * message.el (message-generate-hashcash): Fix custom type.
9378
9379 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9380
9381         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
9382
9383 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9384
9385         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
9386         disconnect icons.  Add help text.
9387
9388 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
9389
9390         * spam.el (spam-extra-header-to-number): CRM114 spam score is
9391         negated to be consistent with the others we handle.
9392
9393 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9394
9395         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
9396         version of gnus-summary-buffer to something, so that we can use two
9397         article buffers at the same time.
9398
9399 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
9400
9401         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
9402         trigger all the extra headers.
9403         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
9404         sorting.
9405
9406 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9407
9408         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
9409         solid groups.
9410
9411 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
9412
9413         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
9414
9415 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
9416
9417         * legacy-gnus-agent.el: Add Copyright notice.
9418
9419 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
9420
9421         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
9422
9423 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9424
9425         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
9426
9427         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
9428         to make it work reliably in CVS Emacs.
9429         (gnus-summary-limit-strange-charsets-predicate)
9430         (gnus-summary-limit-to-predicate): New functions.
9431
9432 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
9433
9434         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
9435         specifying array size.
9436         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
9437         array if it is too small.
9438         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
9439         (gnus-sort-threads-loop): New function.
9440
9441 2006-12-06  Chris Moore  <dooglus@gmail.com>
9442
9443         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
9444         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
9445
9446 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
9447
9448         * mm-url.el (mm-url-predefined-programs): Call curl with correct
9449         options.
9450
9451 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9452
9453         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
9454         DOS-ing the recipient.
9455
9456         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
9457         the headers when creating the mapping to avoid mismappings.
9458         (nnweb-gmane-create-mapping): Always nix out old mapping.
9459
9460 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9461
9462         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
9463         and mm-verify-option to never.
9464
9465 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9466
9467         * message.el (message-signed-or-encrypted-p): New function.
9468         (message-forward-make-body): Use it.
9469
9470         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
9471         Replace encode-coding-string with mm-encode-coding-string.
9472
9473 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9474
9475         * nneething.el (nneething-decode-file-name):
9476         Replace decode-coding-string with mm-decode-coding-string.
9477
9478         * gnus-int.el (gnus-open-server): Say failed server's name.
9479
9480 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9481
9482         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
9483         strings to a single string.  Quote `errors-file-name'.
9484         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
9485         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
9486         Adjust calls.  Use `shell-quote-argument'.
9487
9488 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
9489
9490         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
9491         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
9492
9493         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
9494         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
9495         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
9496         (gnus-group-make-directory-group, gnus-group-transpose-groups):
9497         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
9498         (gnus-subscribe-newsgroup, gnus-1):
9499         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
9500         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
9501         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
9502         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
9503
9504 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9505
9506         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
9507         keystroke.
9508         (gnus-summary-limit-to-bodies): Implement headersp.
9509
9510 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9511
9512         * dns.el (query-dns): Protect against "Process dns deleted" strings.
9513
9514 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9515
9516         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
9517
9518 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9519
9520         * message.el (message-generate-hashcash): Expand range of values to
9521         include `opportunistic'.
9522         (message-send-mail): Use it.
9523
9524 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9525
9526         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
9527         and comment it.
9528
9529         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
9530
9531 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
9532
9533         * gnus-util.el (gnus-extract-address-components): Improve comment.
9534
9535 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9536
9537         * gnus-util.el (gnus-extract-address-components): Work with address in
9538         which the name portion contains @.
9539
9540         * lpath.el: Fbind custom-autoload.
9541
9542 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9543
9544         * gnus.el (gnus-start): Move custom group up.
9545         (gnus-select-method): Don't autoload, but make it available for
9546         `customize-variable'.
9547         (gnus-getenv-nntpserver): Don't autoload.
9548
9549 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
9550
9551         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
9552
9553 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9554
9555         * message.el (message-sendmail-extra-arguments): New variable.
9556         (message-send-mail-with-sendmail): Use it.
9557
9558 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9559
9560         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
9561         mm-with-unibyte-current-buffer to make string unibyte.
9562
9563         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
9564         mm-string-as-multibyte.
9565
9566 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
9567
9568         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
9569         Reported by Werner Koch <wk@gnupg.org>.
9570
9571 2006-11-14  Daiki Ueno  <ueno@p360>
9572
9573         * mml2015.el: Autoload epa-select-keys when compiling.
9574
9575 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9576
9577         * mml2015.el (mml2015-epg-sign): Save the signing keys in
9578         message-options.
9579         (mml2015-epg-encrypt): Save the recipient keys in message-options.
9580
9581 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9582
9583         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
9584         EasyPG (< 0.0.6).
9585         (mml2015-always-trust): New user option.
9586         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
9587         prompt.
9588
9589 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9590
9591         * nntp.el (nntp-authinfo-force): New variable.
9592         (nntp-send-authinfo): Use it.
9593
9594 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
9595
9596         * message.el (message-strip-subject-encoded-words): Allow _not_ to
9597         decode encoded words.  Improve prompt.  Add comment about forwarding.
9598         (message-replacement-char): Move up.
9599
9600 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
9601
9602         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
9603         instead of gnus-intersection because arguments of gnus-sorted-nunion
9604         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
9605
9606 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
9607
9608         * message.el (message-strip-subject-encoded-words): Reformat prompt.
9609         (message-simplify-subject-functions):
9610         Enable message-strip-subject-encoded-words by default.
9611
9612 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
9613
9614         * message.el (message-strip-subject-encoded-words): New function.
9615         (message-simplify-subject-functions): New variable.
9616         (message-simplify-subject): Use it.  Fix typo in doc string.
9617         Support message-strip-subject-encoded-words.
9618
9619 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
9620
9621         * gnus-diary.el (gnus-diary-delay-format-function):
9622         * nndiary.el (nndiary-reminders):
9623         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
9624
9625 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9626
9627         * gnus-art.el (article-hide-boring-headers): Fetch date from
9628         gnus-original-article-buffer to avoid problems with localized date
9629         strings.
9630
9631 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9632
9633         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
9634
9635 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
9636
9637         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9638         New variables.
9639         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9640         (mm-charset-synonym-alist): Move some entries to
9641         mm-codepage-iso-8859-list.
9642         (mm-charset-synonym-alist, mm-charset-override-alist):
9643         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9644
9645 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9646
9647         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
9648
9649 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9650
9651         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
9652         with Emacs 21 and XEmacs.
9653
9654 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
9655
9656         * spam.el (spam-parse-address): New function for better parsing,
9657         catching errors, etc.
9658         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
9659
9660 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9661
9662         * mm-view.el: Add interactive arg to html2text autoload.
9663
9664 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9665
9666         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
9667
9668 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
9669
9670         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9671         New variables.
9672         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9673         (mm-charset-synonym-alist): Move some entries to
9674         mm-codepage-iso-8859-list.
9675
9676         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
9677
9678 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
9679
9680         * message.el (message-citation-line-format)
9681         (message-insert-formated-citation-line): Fix implementation of %E, %N
9682         and %n according to the doc string.
9683
9684 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
9685
9686         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9687         Use car-safe to avoid bad parses.
9688
9689 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9690
9691         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
9692         names.
9693
9694         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
9695
9696 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9697
9698         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
9699         header.
9700
9701         * message.el (message-draft-headers): Add Date.
9702         (message-headers-to-generate): Fix typo in docstring.
9703
9704         * nndraft.el (nndraft-required-headers): New variable.
9705         (nndraft-generate-headers): Use it.
9706
9707         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
9708
9709 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9710
9711         * gnus-registry.el (gnus-registry-wash-for-keywords)
9712         (gnus-registry-find-keywords): New functions to allow easy searching of
9713         articles that are in the registry.
9714
9715 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9716
9717         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9718         Use ietf-drums-parse-address instead of gnus-extract-address-components.
9719         Reported by Damien Elmes <damien@repose.cx>.
9720
9721 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9722
9723         * gnus.el (gnus-mime): Remove unused custom group.
9724
9725 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9726
9727         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
9728         "blank line" when searching for end of armor headers.
9729
9730 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9731
9732         * gmm-utils.el (gmm-write-region): Fix variable name.
9733
9734 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
9735
9736         * gmm-utils.el (gmm-write-region): New function based on compatibility
9737         code from `mm-make-temp-file'.
9738
9739         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
9740
9741         * nnmaildir.el (nnmaildir--update-nov)
9742         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
9743         Use `gmm-write-region'.
9744
9745 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9746
9747         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
9748         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9749
9750         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
9751
9752         * message.el (message-replacement-char): New variable.
9753         (message-fix-before-sending): Use it.
9754         (message-simplify-subject): New function to remove duplicate code.
9755         (message-reply, message-followup): Use it.
9756
9757         * gnus-sum.el (gnus-summary-make-menu-bar):
9758         Clarify gnus-summary-limit-to-articles.
9759
9760 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9761
9762         * gnus-util.el (gnus-with-local-quit): New macro.
9763
9764         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
9765
9766 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
9767
9768         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
9769         ignore non-string data.
9770
9771 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
9772
9773         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
9774         non-string data (needs to be done in the registry too).
9775
9776 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9777
9778         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
9779         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
9780         (gnus-registry-split-fancy-with-parent)
9781         (gnus-registry-fetch-simplified-message-subject-fast)
9782         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
9783         Remove text properties on ingress into the registry and when it's saved.
9784         (gnus-registry-clean-empty-function): Fix bug with cleaning the
9785         registry from entries with no groups.
9786
9787 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9788
9789         * gnus-util.el (gnus-string-remove-all-properties): Add utility
9790         function to remove string properties.
9791
9792 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9793
9794         * gmm-utils.el (gmm): Adjust custom version.
9795
9796         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
9797         Adjust custom version.
9798
9799         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
9800
9801 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9802
9803         * gnus-art.el (gnus-insert-prev-page-button)
9804         (gnus-insert-next-page-button): Simplify.  Reformat.
9805
9806 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9807
9808         * gnus-art.el (gnus-insert-prev-page-button)
9809         (gnus-insert-next-page-button): Apply gnus-article-button-face.
9810
9811 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
9812
9813         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
9814
9815 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9816
9817         * gnus-art.el (gnus-insert-mime-button)
9818         (gnus-insert-mime-security-button):
9819         Apply gnus-article-button-face to MIME and security buttons.
9820
9821 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
9822
9823         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
9824         readable.
9825
9826 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9827
9828         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
9829
9830 2006-09-20  Steve Youngs  <steve@sxemacs.org>
9831
9832         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
9833         `browse-url-of-file' instead of `browse-url'.
9834
9835 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9836
9837         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9838         regexp.  Articles containing quotation were cut prematurely.
9839
9840 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9841
9842         * message.el (message-cite-original-1): Use nobody by default for the
9843         value of From header.
9844         (message-reply): Ditto.
9845
9846 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
9847
9848         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
9849         to the gnus-info.  This fixes a bug of inline-PGP message verification.
9850         Reported by Michael Piotrowski <mxp@dynalabs.de>.
9851
9852 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
9853
9854         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
9855         mails in the doc string.  Add some URLs in comment.
9856         (pop3-movemail): Warn about pop3-leave-mail-on-server.
9857
9858 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9859
9860         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
9861         backslashes handling and the way to find boundaries of quoted strings.
9862
9863 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
9864
9865         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
9866         mml1991-encrypt-to-self is set and mml1991-signers is not set.
9867         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
9868         mml2015-encrypt-to-self is set and mml2015-signers is not set.
9869
9870 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9871
9872         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
9873         doc string.
9874         (gnus-button-regexp, gnus-button-last): Remove unused variables.
9875
9876 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9877
9878         * lpath.el: Fbind epg-check-configuration.
9879
9880 2006-09-06  Simon Josefsson  <jas@extundo.com>
9881
9882         * mml2015.el (mml2015-use): Doc fix, mention epg.
9883
9884 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9885
9886         * mml2015.el (mml2015-use): Default to epg, if available.
9887
9888 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9889
9890         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
9891         message-sender.
9892         (mml1991-epg-encrypt): Ditto.
9893         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
9894         message-sender.
9895         (mml2015-epg-encrypt): Ditto.
9896
9897 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
9898
9899         * message.el (message-send-mail-with-sendmail): Look for sendmail in
9900         several common directories.
9901
9902 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
9903
9904         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
9905         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
9906
9907 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9908
9909         * gnus-art.el (article-decode-encoded-words): Make it fast.
9910
9911 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9912
9913         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
9914
9915         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
9916         in quoted string into `\'.
9917
9918 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9919
9920         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9921         Use standard-syntax-table.
9922
9923 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9924
9925         * gnus-art.el (gnus-decode-address-function): New variable.
9926         (article-decode-encoded-words): Use it to decode headers which are
9927         assumed to contain addresses.
9928         (gnus-mime-delete-part): Remove useless `or'.
9929
9930         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
9931         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
9932         (gnus-nov-parse-line): Use it to decode From header.
9933         (gnus-get-newsgroup-headers): Ditto.
9934         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
9935
9936         * mail-parse.el (mail-decode-encoded-address-region): New alias.
9937         (mail-decode-encoded-address-string): New alias.
9938
9939         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9940         New function.
9941         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
9942         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
9943         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
9944         (rfc2047-decode-string): Ditto.
9945         (rfc2047-decode-address-region): New function.
9946         (rfc2047-decode-address-string): New function.
9947
9948 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
9949
9950         * message.el (message-caesar-buffer-body): Allow rotating headers.
9951
9952         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
9953
9954         * message.el (message-insert-formated-citation-line): Fix %f.
9955         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
9956
9957 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9958
9959         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
9960         (gnus-bookmark-mouse-available-p): New macro.
9961         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
9962         (gnus-bookmark-bmenu-show-infos): Use it.
9963         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
9964         (gnus-bookmark-bmenu-hide-infos): Ditto.
9965         (gnus-bookmark-remove-properties): New function.
9966         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
9967         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
9968         (gnus-bookmark-write-file): Bind coding-system-for-write.
9969         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
9970         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
9971         group before selecting it.
9972         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
9973         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
9974         quit-window if it is not available; use gnus-mouse-2 and bind it to
9975         gnus-bookmark-bmenu-select-by-mouse.
9976         (gnus-bookmark-show-details): Remove unused variable `details-list'.
9977         (gnus-bookmark-bmenu-select-by-mouse): New function.
9978
9979 2006-08-13  Romain Francoise  <romain@orebokech.com>
9980
9981         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
9982         space.
9983
9984 2006-08-10  Romain Francoise  <romain@orebokech.com>
9985
9986         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
9987         (dns-mode-soa-auto-increment-serial): New user option.
9988         (dns-mode-soa-maybe-increment-serial): New function.
9989         (dns-mode): Add the latter to `write-contents-functions'.
9990
9991 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9992
9993         * compface.el (uncompface): Use binary rather than raw-text-unix.
9994
9995 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9996
9997         * compface.el (uncompface): Make sure the eol conversion doesn't take
9998         place when communicating with the external programs.
9999         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10000
10001 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10002
10003         * nnheader.el (nnheader-insert-head): Fix typo in comment.
10004
10005 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10006
10007         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10008         Make it more robust by parsing author and date independently.
10009
10010 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10011
10012         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
10013
10014 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
10015
10016         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
10017         first matching secret key.
10018         (mml2015-epg-encrypt): Ditto.
10019
10020         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
10021         first matching secret key.
10022         (mml1991-epg-encrypt): Ditto.
10023
10024         * mml2015.el (mml2015-encrypt-to-self): New user option.
10025         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
10026         mml2015-epg-encrypt-to-self is set.
10027
10028         * mml1991.el (mml1991-encrypt-to-self): New variable.
10029         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
10030         mml1991-epg-encrypt-to-self is set.
10031
10032         * mml2015.el (mml2015-signers): New user option.
10033         (mml2015-epg-sign): Reflect the value of mml2015-signers.
10034         (mml2015-epg-encrypt): Allow to select signing keys.
10035
10036         * mml1991.el (mml1991-signers): New variable.
10037         (mml1991-epg-sign): Reflect the value of mml1991-signers.
10038         (mml1991-epg-encrypt): Allow to select signing keys.
10039
10040 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10041
10042         * nnheader.el (nnheader-insert-head): Make it work even if the file
10043         uses CRLF for the line-break code.
10044
10045 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
10046
10047         * mml2015.el: Require mml-sec instead of password.
10048         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
10049         (mml2015-cache-passphrase): Inherit the default value from
10050         mml-secure-cache-passphrase.
10051         (mml2015-passphrase-cache-expiry): Inherit the default value from
10052         mml-secure-passphrase-cache-expiry.
10053
10054         * mml1991.el: Require mml-sec instead of password.
10055         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
10056         (mml1991-cache-passphrase): Inherit the default value from
10057         mml-secure-cache-passphrase.
10058         (mml1991-passphrase-cache-expiry): Inherit the default value from
10059         mml-secure-passphrase-cache-expiry.
10060
10061         * mml-sec.el: Require password.
10062         (mml-secure-verbose): New user option.
10063         (mml-secure-cache-passphrase): New user option.
10064         (mml-secure-passphrase-cache-expiry): New user option.
10065
10066 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
10067
10068         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10069         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
10070         andreas@altroot.de (Andreas Vögele).
10071
10072         FIXME: Use `tiny change'?
10073
10074 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10075
10076         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
10077         workaround for the url package included with Emacs.
10078
10079         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10080
10081 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10082
10083         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
10084         correctly.  This fixes a bug caused by the 2006-05-12 change.
10085
10086 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
10087
10088         * nnmail.el (nnmail-article-group): If splitting raises an error, give
10089         some information about the error when saying that the `bogus' mail
10090         group will be used.
10091
10092 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
10093
10094         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
10095         string.
10096
10097 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
10098
10099         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
10100
10101 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10102
10103         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
10104
10105 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10106
10107         * mml1991.el (mml1991-function-alist): Add epg.
10108         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
10109         (mml1991-epg-encrypt): New functions.
10110
10111 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10112
10113         * mml2015.el (mml2015-verbose): New variable.
10114         (mml2015-cache-passphrase): Ditto.
10115         (mml2015-passphrase-cache-expiry): Ditto.
10116         (mml2015-function-alist): Add epg.
10117         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
10118         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
10119         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
10120         New functions.
10121
10122 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10123
10124         * message.el (message-cite-original-1): Preserve region when removing
10125         quoted text due to X-No-Archive in order to avoid bogus attribution
10126         when citing multiple messages.
10127
10128 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10129
10130         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
10131         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
10132
10133 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
10134
10135         * gnus-diary.el (gnus-user-format-function-d)
10136         (gnus-user-format-function-D): Autoload.
10137
10138         * imap.el (Commentary): Fix typo.
10139
10140         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
10141         2006-04-22 contribution.
10142
10143 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10144
10145         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
10146         It didn't really fix the bogosity I'm seeing with solid web groups.
10147
10148 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10149
10150         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
10151         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
10152         created using server names.  If we use the feature without declaring
10153         it, Gnus does not properly manage server and group state.
10154
10155         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
10156         bound.
10157
10158 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10159
10160         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
10161         looking up the method using GROUP's prefix before inventing a new one.
10162         It is used on killed/unknown groups in various places where returning
10163         an all-new method isn't expected by the caller.
10164
10165         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
10166         and match semantics of gnus-group-real-prefix.
10167
10168 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
10169
10170         * nnmail.el (nnmail-broken-references-mailers): New variable.
10171         (nnmail-ignore-broken-references): New function generalizing
10172         nnmail-fix-eudora-headers.
10173         (nnmail-fix-eudora-headers): Now obsolete.
10174
10175         * gnus-art.el (gnus-button-handle-custom):
10176         Support `customize-apropos*'.
10177
10178 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10179
10180         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
10181
10182         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
10183         articles.
10184
10185 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
10186
10187         * message.el (message-cite-reply-above): New variable.
10188         (message-yank-original): Use it.
10189
10190 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10191
10192         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
10193
10194 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
10195
10196         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
10197         as read.
10198
10199         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
10200
10201 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
10202
10203         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
10204         (gnus-bookmark-default-file): Use gnus-directory.
10205         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
10206         Remove "*" in doc string.
10207         (gnus-bookmark-write-file): Simplify.
10208         (gnus-bookmark-maybe-sort-alist): Use `when'.
10209         (gnus-bookmark-get-bookmark): Fix typo in doc string.
10210         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
10211         Add FIXME about Emacs 21 and XEmacs compatibility.
10212         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
10213         compatibility.
10214         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
10215         compatibility.
10216         (gnus-bookmark-menu-heading): Fix version.
10217
10218 2006-06-19  Bastien Guerry  <bzg@altern.org>
10219
10220         * gnus-bookmark.el: New file.
10221
10222 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10223
10224         * message.el (message-syntax-checks): Doc fix.
10225
10226 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10227
10228         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
10229         unsubscribed groups as if they were killed ones.  It causes duplicate
10230         entries in gnus-newsrc-alist.
10231
10232 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10233
10234         * message.el (message-syntax-checks): Doc fix.
10235         (message-send-mail): Add check for continuation headers.
10236         (message-check-news-header-syntax): Fix regexp used to check for
10237         continuation headers.
10238
10239 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10240
10241         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
10242
10243 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
10244
10245         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
10246
10247 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10248
10249         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
10250         default-truncate-lines.
10251
10252 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10253
10254         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
10255         to fill the utf-8 entry.
10256
10257         * lpath.el: Fbind unicode-precedence-list.
10258
10259 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10260
10261         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10262
10263 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
10264
10265         * gnus-agent.el (directory-files-and-attributes): Move all the way
10266         forward (the third and final move).
10267         (gnus-agent-read-agentview): Trap reconstruction errors due to
10268         nonexistent directory.  Handle by returning nil.
10269
10270 2006-05-30  Didier Verna  <didier@xemacs.org>
10271
10272         * message.el (message-dont-reply-to-names): Update the custom type.
10273         * message.el (message-dont-reply-to-names): New defsubst: potentially
10274         convert a list of regexps into a single one.
10275         * message.el (message-get-reply-headers): Use it.
10276         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
10277
10278 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10279
10280         * gnus-agent.el (directory-files-and-attributes): Move forward.
10281
10282 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10283
10284         * gnus-ml.el (gnus-mailing-list-subscribe)
10285         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
10286         (gnus-mailing-list-message): Fix doc strings.
10287
10288 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10289
10290         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
10291         of doing it manually.
10292
10293 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10294
10295         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
10296         comment.
10297
10298 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
10299
10300         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
10301         (gnus-agent-read-agentview): Fix handling of end-of-file error.
10302         (gnus-agent-read-local): All symbols allocated in my-obarray.
10303         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
10304         (gnus-agent-regenerate-group): Check numeric names to see if they are
10305         messages or groups.
10306         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
10307         better way of do this...)
10308
10309         * gnus-cache.el (gnus-agent-total-fetched-for):
10310         Ignore 'dummy.group' (there should be a better way of do this...)
10311
10312 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10313
10314         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
10315         (gnus-saved-headers): Ditto.
10316         (gnus-default-article-saver): Mention functions may have properties.
10317         (gnus-article-save): Override gnus-save-all-headers and
10318         gnus-saved-headers by :headers property which saver function may have.
10319         (gnus-summary-save-in-file): Add :headers property.
10320         (gnus-summary-write-to-file): Ditto.
10321
10322         * gnus-sum.el (gnus-summary-save-article): Bind
10323         gnus-prompt-before-saving to t when saving many articles in a file;
10324         always show all headers.
10325
10326         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
10327
10328 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10329
10330         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
10331         marks.
10332
10333         * message.el (message-indent-citation): Add optional arguments to allow
10334         using it outside of message buffers.
10335
10336         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
10337         (gnus-article-treat-unfold-headers): Use it.
10338         (gnus-article-truncate-lines): New variable.
10339         (gnus-article-mode): Use it.
10340         (gnus-article-toggle-truncate-lines): New function.
10341
10342         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
10343         Add gnus-article-toggle-truncate-lines.
10344
10345         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
10346         coding system in XEmacs, use binary.
10347
10348 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10349
10350         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
10351         after-load-alist.
10352
10353         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
10354         this function should save decoded articles.
10355         (gnus-summary-write-to-file): Use property to specify this function
10356         should save decoded articles and specify gnus-summary-save-in-file
10357         should be used to save articles other than the first one when saving
10358         many articles.
10359         (gnus-summary-save-body-in-file): Use property to specify this
10360         function should save decoded articles.
10361         (gnus-summary-write-body-to-file): Use property to specify this
10362         function should save decoded articles and specify
10363         gnus-summary-save-body-in-file should be used to save articles other
10364         than the first one when saving many articles.
10365
10366         * gnus-sum.el (gnus-summary-save-article): Simplify.
10367
10368 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10369
10370         * gnus-art.el (gnus-default-article-saver):
10371         Add gnus-summary-write-body-to-file.
10372         (gnus-article-save-coding-system): Don't use coding system object
10373         in XEmacs.
10374         (gnus-read-save-file-name): Add optional `dir-var' argument which
10375         specifies directory in which files are saved; work even if optional
10376         `variable' argument is not specified.
10377         (gnus-summary-write-to-file): Read file name.
10378         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
10379         (gnus-summary-write-body-to-file): New function.
10380
10381         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
10382         (gnus-summary-local-variables): Add it.
10383         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
10384         (gnus-summary-save-article): Remove optional `decode' argument;
10385         determine whether to decode articles by the value of
10386         gnus-default-article-saver; when saving many files using
10387         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
10388         it first and use gnus-summary-save-in-file or
10389         gnus-summary-save-body-in-file thereafter unless
10390         gnus-prompt-before-saving is always; move point to article which
10391         will be saved.
10392         (gnus-summary-save-article-file): Revert.
10393         (gnus-summary-write-article-file): Revert.
10394         (gnus-summary-save-article-body-file): Revert.
10395         (gnus-summary-write-article-body-file): New function.
10396
10397 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10398
10399         * gnus-art.el (gnus-default-article-saver): Doc fix.
10400         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
10401         from gnus-summary-save-article-coding-system, and default to a
10402         certain coding system.
10403         (gnus-output-to-file): Add coding cookie and encode text according
10404         to gnus-article-save-coding-system; don't use mm-append-to-file.
10405
10406         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
10407         gnus-art.el and rename to gnus-article-save-coding-system.
10408         (gnus-summary-save-article): Require gnus-art; don't show all
10409         headers if it decodes articles; don't add coding cookie here;
10410         don't bind mm-text-coding-system-for-write.
10411         (gnus-summary-save-article-file): Save decoded articles.
10412         (gnus-summary-write-article-file): When saving many files, use
10413         gnus-summary-write-to-file first and gnus-summary-save-in-file
10414         thereafter unless gnus-prompt-before-saving is always.
10415         (gnus-summary-save-article-body-file): Save decoded articles.
10416
10417         * lpath.el: Fbind select-safe-coding-system for XEmacs.
10418
10419 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10420
10421         * nnrss.el (nnrss-check-group): Bind hash-index.
10422
10423 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
10424
10425         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
10426         its hash index.  Store this hash in `nnrss-group-data'.
10427         (nnrss-read-group-data): Update accordingly.
10428
10429 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10430
10431         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
10432         entry.
10433
10434         * gnus-sum.el (gnus-summary-make-menu-bar):
10435         Add gnus-article-browse-html-article.
10436
10437 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
10438
10439         * gnus-sum.el (gnus-summary-mime-map):
10440         Add gnus-article-browse-html-article.
10441
10442         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
10443
10444 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10445
10446         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
10447         suitable coding systems in customize.
10448
10449 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
10450
10451         * mail-source.el (mail-sources): Fix custom type.
10452
10453 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
10454
10455         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
10456         (gnus-summary-expire-articles-now): Shorten prompt.
10457
10458         * gmm-utils.el (wid-edit): Require.
10459         (defun-gmm): Rename from `gmm-defun-compat'.
10460         (gmm-image-search-load-path): Use it.
10461         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
10462
10463 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10464
10465         * gnus-sum.el (gnus-summary-save-article-coding-system):
10466         New variable.
10467         (gnus-summary-save-article): Add optional `decode' argument.
10468         If it is set and gnus-summary-save-article-coding-system is non-nil,
10469         save decoded article.
10470         (gnus-summary-write-article-file): Save decoded article if
10471         gnus-summary-save-article-coding-system is non-nil.
10472
10473         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
10474         type.
10475
10476 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10477
10478         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
10479
10480 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10481
10482         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
10483         first to test gnus-single-article-buffer which may be buffer-local.
10484
10485         * gnus-sum.el (gnus-summary-setup-buffer):
10486         Make gnus-single-article-buffer buffer-local and nil in ephemeral
10487         group; make gnus-article-buffer, gnus-article-current, and
10488         gnus-original-article-buffer always buffer-local.
10489         (gnus-summary-exit): Kill article buffer belonging to ephemeral
10490         group.
10491         (gnus-handle-ephemeral-exit): Don't move to next summary line.
10492
10493 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10494
10495         * nnml.el (nnml-request-compact-group): Compressed files might not
10496         have .gz extension.
10497
10498 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10499
10500         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
10501         (mm-copy-to-buffer): Use with-current-buffer.
10502         (mm-display-part): Simplify.
10503         (mm-inlinable-p): Add optional arg `type'.
10504
10505 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10506
10507         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
10508         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
10509         Try harder to show the attachment internally or externally using
10510         gnus-mime-view-part-as-type.
10511
10512 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10513
10514         * message.el (message-from-style, message-signature-separator)
10515         (message-user-organization-file, message-send-mail-function)
10516         (message-citation-line-function, message-yank-prefix)
10517         (message-indent-citation-function, message-signature)
10518         (message-signature-file, message-signature-insert-empty-line):
10519         Remove autoloads.
10520
10521         * gnus-art.el (gnus-buttonized-mime-types):
10522         Remove "multipart/signed".  Revert 2006-04-26 change.
10523
10524 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10525
10526         * gnus.el (gnus-version-number): Bump version.
10527
10528 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10529
10530         * gnus.el: No Gnus v0.5 is released.
10531
10532 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10533
10534         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
10535         fetching articles by message-id.
10536
10537 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10538
10539         * message.el (hashcash): Require hashcash as normal.
10540
10541         * ecomplete.el (ecomplete-highlight-match-line):
10542         Use point-at-eol.
10543         (ecomplete-highlight-match-line): Use `highlight', because that
10544         face exists in both Emacs and XEmacs.
10545
10546         * message.el (message-display-abbrev): Use point-at-bol.
10547
10548         * mail-source.el: Don't require timer/timer-funcs.
10549
10550         * gnus-async.el: Ditto.
10551
10552         * password.el: Ditto.
10553
10554         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
10555
10556         * mm-url.el: Ditto.
10557
10558         * gnus-xmas.el: Don't require timer-funcs.
10559
10560         * mm-util.el: Require timer/timer-funcs.
10561
10562 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10563
10564         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
10565         Close.
10566
10567 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10568
10569         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
10570         unibyte after clear-decrypt function runs.
10571
10572         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
10573         returns as a unibyte string.
10574
10575 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10576
10577         * lpath.el: Revert.
10578
10579         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
10580         (pgg-gpg-process-sentinel): Revert.
10581
10582         * pgg-pgp.el (pgg-pgp-process-region): Revert.
10583         (pgg-pgp-lookup-key): Revert.
10584
10585         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
10586         (pgg-pgp5-lookup-key): Revert.
10587
10588         * pgg.el (pgg-fetch-key): Revert.
10589
10590 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10591
10592         * lpath.el: Fbind string-as-multibyte for XEmacs.
10593
10594         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
10595         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
10596         (mml1991-pgg-encrypt): Ditto.
10597
10598         * pgg-gpg.el (pgg-string-to-multibyte): New function.
10599         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
10600         a multibyte buffer.
10601
10602         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
10603         (pgg-pgp-lookup-key): Ditto.
10604
10605         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
10606         (pgg-pgp5-lookup-key): Ditto.
10607
10608         * pgg.el (pgg-fetch-key): Ditto.
10609
10610 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
10611
10612         * message.el (message-user-organization-file): Check several
10613         locations of the organization file.
10614
10615         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
10616         Add gnus-article-view-part-as-type.
10617
10618         * gnus-art.el (gnus-article-view-part-as-type): New function.
10619
10620         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
10621         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
10622
10623         * mml.el: Simplify autoload.
10624         (mml-mode): defvar dnd-protocol-alist instead of using
10625         symbol-value.
10626         (mml-default-directory): New variable.
10627         (mml-minibuffer-read-file): Use it.
10628         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
10629
10630         * message.el (message-citation-line-format): New variable.
10631         (message-insert-formated-citation-line): New function.
10632         (message-citation-line-function):
10633         Add `message-insert-formated-citation-line' to custom type.
10634
10635         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
10636         to doc string.
10637
10638         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
10639         depending on mm-verify-option.
10640
10641 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10642
10643         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
10644         binding pgg-* variables; reimplement the section which prevents
10645         MIME header from being signed.
10646         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
10647         pgg-text-mode; remove a blank line at the top of body.
10648
10649         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
10650         lines at the top of body; use gnus-newsgroup-charset if there's no
10651         Charset header.
10652
10653 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10654
10655         * message.el (message-self-insert-commands): Doc fix.
10656
10657         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
10658         (mm-uu-pgp-encrypted-test): Ditto.
10659         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
10660         between header and body; return application/pgp-encrypted handle
10661         if decryption failed; decode decrypted body by charset.
10662
10663         * mm-decode.el (mm-automatic-display): Don't make application/pgp
10664         element match to application/pgp-*.
10665
10666 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10667
10668         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
10669         HTML.
10670
10671 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10672
10673         * mail-source.el (mail-source-call-script): Message the error
10674         string.
10675
10676 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10677
10678         * gnus-util.el (gnus-byte-compile): Use it.
10679
10680 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
10681
10682         * gnus-util.el (kill-empty-logs): New function.
10683
10684 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10685
10686         * message.el (message-mail-alias-type): Doc fix.
10687         (message-mail-alias-type-p): New function.
10688         (message-send): Use it.
10689         (message-mode): Ditto.
10690         (message-strip-forbidden-properties): Ditto.
10691
10692         * ecomplete.el (ecomplete-database-file-coding-system):
10693         New variable.
10694         (ecomplete-save): Use it.
10695         (ecomplete-setup): Use it.
10696
10697 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10698
10699         * message.el (message-self-insert-commands): New variable.
10700         (message-strip-forbidden-properties): Use it.
10701
10702 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10703
10704         * message.el (message-put-addresses-in-ecomplete): Use a regexp
10705         that doesn't make XEmacs choke.
10706
10707 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
10708
10709         * gnus-util.el (gnus-replace-in-string):
10710         Prefer replace-regexp-in-string over of replace-in-string.
10711
10712 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10713
10714         * gnus-util.el (gnus-select-frame-set-input-focus):
10715         Use select-frame-set-input-focus if it is available in XEmacs; use
10716         definition defined in Emacs 22 for old Emacsen.
10717
10718         * dgnushack.el: Autoload unmorse-region for XEmacs.
10719
10720         * lpath.el: Bind cursor-in-non-selected-windows and
10721         select-frame-set-input-focus for XEmacs.
10722
10723 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10724
10725         * mm-view.el (mm-inline-text): Use equal instead of equalp.
10726
10727 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
10728
10729         * gnus-registry.el (gnus-registry-cache-save): Remove text
10730         properties when saving via the temp buffer.
10731
10732 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10733
10734         * message.el (message-generate-hashcash): Honor custom type.
10735
10736 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10737
10738         * message.el (message-generate-hashcash): Default to non-nil when
10739         hashcash is found.
10740
10741         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
10742         (gnus-refer-thread-limit): Increase default to 500.
10743
10744         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
10745
10746         * flow-fill.el (fill-flowed): Allow delete-space.
10747
10748 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10749
10750         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10751         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
10752         Remove autoloads.
10753
10754 2006-04-18  Simon Josefsson  <jas@extundo.com>
10755
10756         * message.el (message-generate-hashcash): Default to.
10757
10758 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10759
10760         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10761         concatenating segments rather than before concatenating them.
10762
10763 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10764
10765         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
10766
10767 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10768
10769         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
10770
10771         * message.el (message-forward-make-body-plain):
10772         Allow message-forward-ignored-headers to be a list.
10773         (message-remove-ignored-headers): Factor out into function.
10774         (message-forward-make-body-mml): Use it.
10775
10776         * imap.el (imap-quote-specials): New function.
10777         (imap-login-auth): Quote specials.
10778
10779         * rfc2231.el (rfc2231-parse-string): Remove dead code.
10780         (rfc2231-parse-string): Allow concatanation of parameters that
10781         aren't contiguous.  The test case is
10782           (mail-header-parse-content-type "message/external-body;
10783             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
10784             access-type=LOCAL-FILE;
10785             name*1*=plugh%2fhello-sailor%2fbing.pdf")
10786
10787 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10788
10789         * nntp.el (nntp-accept-process-output): Return the value of
10790         `nnheader-accept-process-output'.
10791
10792 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10793
10794         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
10795         (gnus-button-alist): Recognize more diff formats.
10796         (gnus-button-patch): Strip directory.
10797
10798 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10799
10800         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
10801         Emacs 22 when setting focus.
10802
10803 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10804
10805         * gnus-art.el (gnus-article-treat-types): Do treatment of
10806         text/x-verbatim parts.
10807         (gnus-button-patch): New command.
10808
10809         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
10810         addresses that contain invalid characters.
10811
10812 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10813
10814         * message.el (message-put-addresses-in-ecomplete):
10815         Use gnus-replace-in-string.
10816         (message-is-yours-p): Use the more correct
10817         mail-header-parse-address instead of
10818         mail-extract-address-components.
10819         (message-put-addresses-in-ecomplete): Fix typo.
10820
10821         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
10822         keystroke.
10823
10824         * gnus-art.el (gnus-treatment-function-alist): Change order of
10825         newsgroups/generic header folding to avoid double-folding.
10826
10827         * message.el (message-hidden-headers): Add X-Draft-From.
10828
10829         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
10830         New command.
10831         (gnus-summary-repeat-search-article-backward): New command.
10832
10833         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
10834         groups in the parent topic.
10835
10836 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
10837
10838         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
10839         (spam-extra-header-to-number): Return the CRM114 number as a
10840         number instead of a string.
10841
10842 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10843
10844         * gnus-art.el (gnus-face-properties-alist): Move here from
10845         gnus-fun.
10846
10847         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
10848
10849 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10850
10851         * message.el (message-strip-forbidden-properties): Only display on
10852         self-insert-command.
10853
10854         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
10855         reindent.
10856         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
10857
10858 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
10859
10860         * smiley.el (smiley-style): Fix typo.
10861
10862 2006-03-23  Kenichi Handa  <handa@m17n.org>
10863
10864         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
10865         instead of set-buffer-multibyte.
10866
10867 2006-03-23  Kenichi Handa  <handa@m17n.org>
10868
10869         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10870         buffer and then decode the buffer text if necessary.
10871         (rfc2231-encode-string): Be sure to work on multibyte buffer at
10872         first, and after mm-encode-body, change the buffer to unibyte.
10873
10874 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10875
10876         * hashcash.el (hashcash-insert-payment-async-2):
10877         Use message-goto-eoh instead of doing it manually.
10878         (mail-add-payment): Use message-narrow-to-header instead of trying
10879         to do the same itself.
10880
10881         * message.el (message-hidden-headers): Add Face.
10882
10883         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
10884         reparenting code.
10885         (gnus-summary-reparent-children): Refactored out code.
10886         (gnus-summary-thread-map): New keystroke.
10887         (gnus-summary-reparent-children): Make into command.
10888
10889         * smiley.el (smiley-style): Default to `medium' if using a large
10890         font.
10891
10892         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
10893         does it itself.
10894
10895         * message.el (message-point-in-header-p): Simplify definition.
10896
10897 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10898
10899         * nnagent.el (nnagent-request-set-mark): Silence log file
10900         writing.
10901         (nnagent-request-set-mark): Use write-region instead of
10902         append-to-file.
10903
10904         * gnus-sum.el (gnus-read-header): Fudge article number if using a
10905         strange select method.
10906
10907         * ecomplete.el (ecomplete-display-matches): Get highlightling
10908         right.
10909         (ecomplete-display-matches): Use literals.
10910         (ecomplete-display-matches): Disable message logging.
10911
10912         * message.el (message-display-abbrev): Small optimization.
10913
10914         * ecomplete.el (ecomplete-display-matches): Allow automatic
10915         display.
10916
10917         * message.el (message-strip-forbidden-properties):
10918         Display abbrevs.
10919         (message-display-abbrev): Get automatic display right.
10920
10921         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
10922         keystrokes.
10923
10924 2006-04-13  Romain Francoise  <romain@orebokech.com>
10925
10926         TODO: Backport to v5-10!
10927
10928         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
10929         Move here (and rename) from gnus-registry.el.
10930
10931         * gnus-registry.el: Require gnus-util.
10932         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
10933
10934 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10935
10936         * gnus-group.el (gnus-group-catchup-current):
10937         Change if-then-else-if-then-else into cond.
10938         (gnus-group-catchup): Indent.
10939         (group-name-at-point): New function.
10940         (gnus-fetch-group): Provide default from thing at point.
10941
10942 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10943
10944         * message.el (message-display-abbrev): Fix regexp.
10945
10946         * ecomplete.el (ecomplete-highlight-match-line):
10947         Reimplement choosing.
10948         (ecomplete-highlight-match-line): Fix up code rewrite, remove
10949         dead variables.
10950
10951         * message.el (message-newline-and-indent): Remove debugging.
10952         (message-display-abbrev): Use new implementation.
10953
10954 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
10955
10956         * gnus-art.el (gnus-article-mode):
10957         Set cursor-in-non-selected-windows to nil.
10958
10959         * smiley.el: Revert previous change.
10960         (smiley-data-directory): defvar it before using it in the
10961         defcustom of `smiley-style'.
10962
10963 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10964
10965         * message.el (message-newline-and-indent): New function.
10966
10967         * ecomplete.el: Implement more bits.
10968
10969         * message.el (message-put-addresses-in-ecomplete): Clean up the
10970         string.
10971
10972         * ecomplete.el (ecomplete-add-item): Chop off decimals.
10973
10974         * gnus-sum.el (gnus-summary-save-parts):
10975         Bind gnus-summary-save-parts-counter and use it to make unique file
10976         names.
10977
10978         * gnus-art.el (gnus-ignored-headers): Add some more headers.
10979
10980         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
10981         parameter to say whether to actually parse the individual
10982         addresses.
10983
10984         * message.el (message-put-addresses-in-ecomplete): New function.
10985         (ecomplete): Require.
10986         (message-mail-alias-type): Add ecomplete as an option.
10987
10988 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
10989
10990         * flow-fill.el (fill-flowed): Remove trailing space from blank
10991         quoted lines.
10992
10993 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10994
10995         * smiley.el (smiley-style): Move definition later to avoid a
10996         compilation warning.
10997
10998 2006-04-12  Kenichi Handa  <handa@m17n.org>
10999
11000         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11001         buffer and then decode the buffer text if necessary.
11002         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11003         first, and after mm-encode-body, change the buffer to unibyte.
11004         Use mm-disable-multibyte instead of set-buffer-multibyte.
11005
11006 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11007
11008         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
11009         Content-Type header instead of Content-Disposition header.
11010         (gnus-mime-inline-part): Ditto.
11011         (gnus-mime-view-part-as-charset): Ignore charset that the part
11012         specifies.
11013
11014         * mm-decode.el (mm-display-part): Work with external parts and
11015         usual parts similarly.
11016
11017         * mm-extern.el (mm-inline-external-body): Use mm-display-part
11018         instead of gnus-display-mime.
11019
11020         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
11021         instead of with-temp-buffer.
11022
11023         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
11024         tag to summarized topics part in order to encode non-ASCII text.
11025
11026 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11027
11028         * smiley.el (smiley-style): New variable.
11029         (smiley-directory): New function.
11030         (smiley-data-directory): Derive from `smiley-style' using
11031         `smiley-directory'.
11032         (smiley-regexp-alist): Add new entries.
11033
11034         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
11035         (gnus-article-browse-delete-temp): Add :version.
11036
11037 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
11038
11039         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
11040         the sieve region.
11041
11042 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11043
11044         * gnus.el (gnus-version-number): Bump version.
11045
11046 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11047
11048         * gnus.el: No Gnus v0.4 is released.
11049
11050 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11051
11052         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
11053         layout.
11054
11055         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
11056         unknown charset.
11057
11058         * message.el (message-header-synonyms): Add Original-To to the
11059         default.
11060
11061         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
11062         optional parameter.
11063
11064 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
11065
11066         * gnus-fun.el (gnus): Require it for gnus-directory.
11067
11068 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11069
11070         * gnus-fun.el (gnus-face-properties-alist): Add :version.
11071
11072 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11073
11074         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
11075
11076 2006-04-05  Simon Josefsson  <jas@extundo.com>
11077
11078         * password.el (password-reset): New function.
11079
11080 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11081
11082         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11083         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11084
11085 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11086
11087         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11088         Some whitespace was matched into the url, which broke browsing hits
11089         > 100 when mm-url-use-external was nil.
11090
11091 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11092
11093         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11094         Check gnus-extra-headers for 'Newsgroups.
11095
11096         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
11097         bound.
11098
11099 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
11100
11101         * pgg-gpg.el: Clean up process buffers every time gpg processes
11102         complete.
11103
11104 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
11105
11106         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11107         doc string.
11108
11109 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
11110
11111         * pgg-gpg.el (pgg-gpg-process-filter)
11112         (pgg-gpg-wait-for-completion): Check if buffer is alive.
11113
11114         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11115         lines, temporary fix.
11116
11117 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11118
11119         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
11120
11121 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
11122
11123         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11124         default-enable-multibyte-characters.  This reverts the change from
11125         revision 6.17 which is no longer necessary because the passphrase
11126         is sent separately now.  GnuPG messages are unreadable under
11127         multibyte locales with default-enable-multibyte-characters set to
11128         nil.
11129
11130 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
11131
11132         * message.el (message-tool-bar-gnome): Move "spell".
11133
11134 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
11135
11136         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
11137         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
11138         instead.
11139
11140 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
11141
11142         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11143         Improve newsgroups handling for NNTP overviews which don't include
11144         Newsgroups.
11145
11146 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11147
11148         * message.el (message-resend): Bind message-generate-hashcash to nil.
11149
11150 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11151
11152         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
11153         when searching for already-paid recipients.
11154
11155 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
11156
11157         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11158         passphrases when it is not needed.
11159         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11160         passphrase stuff from gpg, should only be necessary when you use
11161         gpg with a smartcard.
11162
11163 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11164
11165         * mml.el (mml-insert-mime): Ignore cached contents of
11166         message/external-body part.
11167
11168         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
11169         (mm-insert-part): Ditto.
11170
11171 2006-03-23  Simon Josefsson  <jas@extundo.com>
11172
11173         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
11174         Reiner.
11175         (pgg-gpg-use-agent-p): Use it again.
11176
11177 2006-03-23  Simon Josefsson  <jas@extundo.com>
11178
11179         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
11180         older emacsen.
11181         (pgg-gpg-use-agent-p): Don't use it.
11182
11183 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
11184
11185         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
11186         if we can.
11187
11188 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
11189
11190         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11191         (pgg-gpg-update-agent): New function.
11192         (pgg-gpg-use-agent-p): New function.
11193         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11194         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11195         (pgg-gpg-sign-region): Use it.
11196
11197 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11198
11199         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
11200         Reported by Ralf Wachinger <rwachinger@gmx.de>.
11201
11202 2006-03-21  Simon Josefsson  <jas@extundo.com>
11203
11204         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11205         <wilde@sha-bang.de>.
11206         (pgg-gpg-use-agent): New variable.
11207         (pgg-gpg-process-region): Use it.
11208         (pgg-gpg-encrypt-region): Likewise.
11209         (pgg-gpg-encrypt-symmetric-region): Likewise.
11210         (pgg-gpg-decrypt-region): Likewise.
11211         (pgg-gpg-sign-region): Likewise.
11212         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11213
11214 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11215
11216         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
11217
11218         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
11219         Add comment on version.
11220
11221 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
11222
11223         * smiley.el: Add missing test smiley.
11224
11225 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11226
11227         * mm-decode.el (mm-with-part): New macro.
11228         (mm-get-part): Use it; work with message/external-body as well.
11229         (mm-save-part): Treat name and filename equally.
11230
11231         * mm-extern.el (mm-extern-cache-contents): New function.
11232         (mm-inline-external-body): Use it; force the part to be displayed;
11233         move undisplayer added to the cached handle to the parent.
11234
11235         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
11236         (gnus-mime-view-part-as-type): Work with message/external-body.
11237
11238         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
11239
11240 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11241
11242         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
11243         images in image-load-path.  [Sync with image.el, revision 1.60, in
11244         Emacs.]
11245
11246 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11247
11248         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
11249         path rather than symbol.  Always return list of directories.
11250         Guarantee that image directory comes first.  [Sync with image.el,
11251         revision 1.59, in Emacs.]
11252
11253         * message.el (message-make-tool-bar): Adjust to new API of
11254         `gmm-image-load-path-for-library'.
11255
11256         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11257
11258         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11259
11260 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11261
11262         * gnus-art.el (gnus-article-only-boring-p):
11263         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
11264         intangible text.
11265         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
11266
11267 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
11268
11269         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
11270         Use `defun' instead of `gmm-defun-compat'.
11271
11272 2006-03-14  Simon Josefsson  <jas@extundo.com>
11273
11274         * message.el (message-unique-id): Don't use message-number-base36
11275         if (user-uid) is a float.
11276         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
11277
11278 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11279
11280         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
11281
11282         * gnus-art.el (gnus-mime-display-single): Make sure there is an
11283         empty line between a part and a message part.
11284
11285 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
11286
11287         * smiley.el: Add more test smileys.
11288         (smiley-data-directory, smiley-regexp-alist)
11289         (gnus-smiley-file-types): Fix doc strings.
11290         (smiley-update-cache): Clear smiley-cached-regexp-alist before
11291         adding new elements.
11292         (smiley-mouse-map): Unused code.  Make it a comment.
11293
11294 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11295
11296         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
11297         scan latest NoCeM messages instead of old ones.
11298         (gnus-nocem-check-article): Fix regexps so as to match to PGP
11299         delimiters that are recently used.
11300         (gnus-nocem-load-cache): Add autoload cookie.
11301
11302         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
11303
11304         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
11305         level which is larger than gnus-use-nocem is specified.
11306
11307         * gnus-group.el (gnus-group-get-new-news): Ditto.
11308
11309 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
11310
11311         * gnus-util.el (gnus-tool-bar-update): New function.
11312
11313         * gnus-group.el (gnus-group-update-tool-bar): New variable.
11314         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
11315
11316         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
11317
11318         * gnus-group.el (gnus-group-redraw-when-idle)
11319         (gnus-group-redraw-check): Remove.
11320         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
11321
11322 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11323
11324         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
11325         if optional last element is specified in splits (FIELD VALUE...).
11326
11327 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
11328
11329         * message.el (message-make-tool-bar): Rename gmm-image-load-path
11330         to gmm-image-load-path-for-library.  Call with no-error argument.
11331         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
11332
11333         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11334
11335         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11336
11337         * gmm-utils.el (gmm-image-load-path): Remove alias.
11338
11339 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
11340
11341         * gmm-utils.el (gmm-image-load-path): Add alias.
11342
11343         * nnml.el (nnml-generate-nov-databases-directory): Rename from
11344         nnml-generate-nov-databases-1.
11345         (nnml-generate-nov-databases): Use it.
11346         (nnml-generate-nov-databases-directory): Document no-active
11347         argument.
11348
11349         * gmm-utils.el (gmm-image-load-path-for-library): Return single
11350         directory if path is t.  Add no-error.
11351
11352         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
11353         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11354
11355         * gnus-art.el (gnus-article-browse-delete-temp-files):
11356         Simplify resetting gnus-article-browse-html-temp-list.
11357
11358         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
11359         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
11360         Add example to docstring.  Rename local variables.  Move error
11361         checks to default case in cond and simplify.
11362
11363 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11364
11365         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
11366         handle is multipart when calling it recursively.
11367         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
11368
11369 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
11370
11371         * nnimap.el (nnimap-request-update-info-internal): Optimize.
11372         Don't `gnus-uncompress-range' to avoid excessive memory usage.
11373
11374 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11375
11376         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
11377         is loaded.
11378
11379         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
11380         loaded.
11381
11382 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11383
11384         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
11385         to "Emacs 23 (unicode)" in doc string.
11386
11387         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
11388         "Emacs 23 (unicode)" in comment.
11389
11390 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11391
11392         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
11393
11394         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
11395         characters 160 through 255 in Emacs 23.
11396
11397 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11398
11399         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
11400         gnus-article-browse-html-temp.
11401         (gnus-article-browse-delete-temp): Make it customizable.
11402         Add `file'.  Adjust doc string.
11403         (gnus-article-browse-delete-temp-files): Add argument.
11404         Allow query for each file.  Adjust doc string.
11405         (gnus-article-browse-html-parts):
11406         Add `gnus-article-browse-delete-temp-files' to
11407         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
11408
11409 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
11410
11411         * gnus-art.el (gnus-article-browse-html-temp)
11412         (gnus-article-browse-delete-temp): New variables.
11413         (gnus-article-browse-delete-temp-files): New function.
11414         (gnus-article-browse-html-parts): Use it.
11415
11416 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11417
11418         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
11419
11420         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
11421         string.
11422
11423         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
11424         gnus-summary-insert-new-articles when unplugged.
11425         Remove gnus-summary-search-article-forward.
11426
11427         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
11428         display-visual-class instead of display-color-cells.
11429
11430 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11431
11432         * dgnushack.el: Autoload customize-group for XEmacs.
11433
11434         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
11435         message/* containing non-ASCII text properly.
11436
11437 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11438
11439         * message.el: Require gmm-utils, remove autoloads.
11440         (message-tool-bar): Set default based on
11441         gmm-tool-bar-style.
11442         (message-tool-bar-gnome): Add gmm-customize-mode.
11443
11444         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
11445         gmm-tool-bar-style.
11446         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
11447
11448         * gnus-group.el (gnus-group-tool-bar): Set default based on
11449         gmm-tool-bar-style.
11450         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
11451
11452         * gmm-utils.el (gmm-image-directory): Rename variable from
11453         gmm-image-load-path.
11454         (gmm-image-load-path): Use gmm-image-directory.
11455         (gmm-customize-mode): New function.
11456         (gmm-tool-bar-style): New variable.
11457
11458         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
11459         gnus-group-redraw-line-number.
11460         (gnus-group-redraw-check): Simplify.
11461         (gnus-group-tool-bar-update): Remove redraw check.
11462         (gnus-group-make-tool-bar): Add redraw check.
11463
11464 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
11465
11466         * gnus-art.el (gnus-button): Add missing parentheses.
11467
11468 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11469
11470         * lpath.el: Fbind line-number-at-pos.
11471
11472 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11473
11474         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
11475
11476 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11477
11478         * gnus-art.el (gnus-button): New face.
11479         (gnus-article-button-face): Use it.
11480
11481         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11482         Add gnus-summary-next-page.  Re-order.
11483
11484         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
11485         next-node are now included.
11486         (gnus-group-redraw-line-number): New internal variable.
11487         (gnus-group-redraw-check): Helper function for updating the tool
11488         bar.
11489         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
11490
11491         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
11492
11493         * spam.el (spam-spamassassin-score-regexp): New internal variable.
11494         (spam-extra-header-to-number, spam-check-spamassassin-headers):
11495         Use it to match format of Spamassassin 3.0 and later.
11496         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
11497         (spam-check-bogofilter)
11498         (spam-bogofilter-register-with-bogofilter): Fix args of
11499         `gnus-error' calls.
11500
11501 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11502
11503         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
11504         unnecessary interaction when sending queued mails.
11505         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
11506
11507 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
11508
11509         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
11510         first or last are nil.
11511
11512 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11513
11514         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
11515
11516 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11517
11518         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
11519
11520 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11521
11522         * dns.el (query-dns): Protect more against buggy tcp output.
11523
11524 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11525
11526         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
11527         nov.php.
11528
11529 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11530
11531         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
11532         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
11533         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
11534         output on the server side.
11535         (nnweb-google-create-mapping): Update regexps and add some
11536         progress indication.
11537
11538 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
11539
11540         * gnus-group.el (gnus-group-tool-bar-gnome):
11541         Fix gnus-agent-toggle-plugged.  Re-order icons.
11542         (gnus-group-tool-bar-gnome):
11543         Add gnus-group-{prev,next}-unread-group.
11544         (gnus-group-tool-bar-gnome): Re-order icons.
11545
11546         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11547         Move gnus-summary-insert-new-articles.
11548
11549         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
11550         Fix comments.
11551
11552         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
11553         also available in Emacs 21.3.
11554
11555         * message.el (message-fix-before-sending): Change "Emacs 22" to
11556         "Emacs 23 (unicode)" in comment.
11557
11558         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
11559         "Emacs 23 (unicode)" in comment.
11560
11561         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
11562         comment.
11563         (mm-coding-system-p): Add comment about no-MULE XEmacs.
11564
11565         * mm-view.el (mm-fill-flowed): Add :version.
11566
11567 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11568
11569         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
11570         and load-path.
11571
11572 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
11573
11574         * message.el: Autoload gmm-image-load-path.
11575         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
11576         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
11577         consitency.
11578
11579         * gmm-utils.el (gmm-image-load-path): Also search in
11580         "../etc/images".  Don't set gmm-image-load-path if we don't find
11581         the image.
11582
11583 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11584
11585         * gmm-utils.el (gmm-image-load-path): Don't make
11586         `gmm-image-load-path' include subdirectories which the second arg
11587         `image' might specify.
11588
11589         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
11590         subdirectory to icon file names.
11591
11592         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
11593
11594 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11595
11596         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
11597         gmm-image-load-path calls.
11598
11599         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11600
11601         * message.el (message-make-tool-bar): Ditto.
11602
11603         * mml.el (mml-preview): Add comment concerning tool bar icons.
11604
11605         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
11606         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
11607
11608         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
11609         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
11610
11611         * message.el (message-tool-bar-gnome): Use new icon names.
11612         (message-make-tool-bar): Use `gmm-image-load-path'.
11613
11614         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
11615         New functions from MH-E.
11616         (gmm-image-load-path): New variable from MH-E.
11617         (gmm-image-load-path): New function from MH-E.  Add arguments
11618         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
11619         *-image-load-path-called-flag.
11620
11621 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
11622
11623         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
11624
11625 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
11626
11627         * nnimap.el (nnimap-request-move-article): Change folder back to
11628         source group before deleting.
11629
11630 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
11631
11632         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
11633
11634         * gnus-art.el (mm-url-insert-file-contents-external):
11635         Autoload mm-url.
11636
11637         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
11638
11639 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11640
11641         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
11642         coding system which mm-charset-to-coding-system returns for a
11643         given charset is valid.
11644
11645 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
11646
11647         * html2text.el (html2text-remove-tag-list):
11648         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
11649
11650 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
11651
11652         * gnus-cus.el: Revert 2005-10-17 change.
11653
11654 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11655
11656         * gnus-art.el (article-strip-banner):
11657         Call article-really-strip-banner only when the regexp match is made.
11658
11659 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11660
11661         * gnus-art.el (article-strip-banner):
11662         Use gnus-extract-address-components instead of
11663         mail-header-parse-addresses to make it work with non-ASCII text;
11664         remove mail-encode-encoded-word-string.
11665
11666         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
11667         values which are surrounded with \"...\"; make it never cause a
11668         Lisp error; give up parsing of parameters if it failed in
11669         extracting type.
11670
11671 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
11672
11673         * smime.el (smime-cert-by-ldap-1): Fix bug where
11674         `smime-ldap-search' returns results without userCertificates.
11675
11676 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11677
11678         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
11679
11680 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11681
11682         * spam.el (spam-check-spamassassin-headers): Adapt format for
11683         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
11684         <ari@mbf.ocn.ne.jp>.
11685         (spam-list-of-processors): Add spam-use-gmane.
11686
11687 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11688
11689         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
11690         make-temp-file; make it work with XEmacs as well.
11691
11692         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
11693         mm-make-temp-file.
11694
11695         * mm-decode.el (mm-display-external): Use the 3rd arg of
11696         mm-make-temp-file.
11697         (mm-create-image-xemacs): Ditto.
11698
11699 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11700
11701         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
11702         with message-narrow-to-headers.
11703         (gnus-draft-setup): Narrow to header to run message-fetch-field.
11704         (gnus-draft-check-draft-articles): New function.
11705         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
11706
11707 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11708
11709         * gnus-art.el (gnus-article-browse-html-parts):
11710         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
11711         Don't use suffix argument for mm-make-temp-file for Emacs 21
11712         compatibility.  Remove useless `format'.
11713
11714 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11715
11716         * nnweb.el (nnweb-google-wash-article): Update regexps.
11717         (nnweb-group-alist): Use defvoo instead of defvar.
11718
11719 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11720
11721         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
11722         re-loading nn* modules.
11723
11724 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
11725
11726         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
11727         for `tool-bar-mode' and don't check it's default-value.
11728
11729         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11730
11731         * message.el (message-make-tool-bar): Ditto.
11732
11733         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
11734         `substring'.  Shorten tmp-file name.
11735
11736         * gnus.el: Remove bogus comment.
11737
11738 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
11739
11740         * gnus-art.el (gnus-article-browse-html-parts): New function.
11741         (gnus-article-browse-html-article): New function for viewing html
11742         articles with a browser.
11743
11744 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
11745
11746         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
11747         in elisp.
11748         (pgg-gpg-encrypt-symmetric-region): Ditto.
11749         (pgg-gpg-sign-region): Ditto.
11750
11751         * pgg-def.el (pgg-text-mode): New variable.
11752
11753         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
11754         (mml2015-pgg-encrypt): Ditto.
11755
11756         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
11757         (mml1991-pgg-encrypt): Ditto.
11758
11759 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11760
11761         * nnfolder.el (nnfolder-insert-newsgroup-line):
11762         Use message-make-date instead of current-time-string.
11763
11764         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
11765         to gnus-decoded which mm-uu might set.
11766
11767 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11768
11769         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
11770         don't decode quoted parameters; remove misimported Emacs code.
11771         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11772         (rfc2231-decode-encoded-string): Don't use split-string which
11773         behaves differently according to Emacs version; use
11774         mm-decode-coding-region to convert charset to coding-system.
11775         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11776         (rfc2231-encode-string): Remove misimported Emacs code.
11777
11778 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11779
11780         * gnus-art.el (article-decode-charset): Don't use ignore-errors
11781         when calling mail-header-parse-content-type.
11782         (article-de-quoted-unreadable): Ditto.
11783         (article-de-base64-unreadable): Ditto.
11784         (article-wash-html): Ditto.
11785
11786         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
11787         calling mail-header-parse-content-type and
11788         mail-header-parse-content-disposition.
11789         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
11790         mail-header-parse-content-type.
11791
11792         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
11793         insert charset and format parameters; encode description after
11794         inserting it to buffer.
11795         (mml-insert-parameter): Fold lines properly even if a parameter is
11796         segmented into two or more lines; change the max column to 76.
11797
11798         * rfc1843.el (rfc1843-decode-article-body): Don't use
11799         ignore-errors when calling mail-header-parse-content-type.
11800
11801         * rfc2231.el (rfc2231-parse-string): Return at least type if
11802         possible; don't cause an error even if it fails in parsing of
11803         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11804         (rfc2231-encode-string): Don't break lines at the beginning, leave
11805         it to mml-insert-parameter.
11806
11807         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
11808         calling mail-header-parse-content-type.
11809
11810 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
11811
11812         * spam-report.el (spam-report-gmane-use-article-number):
11813         Improve doc string.
11814         (spam-report-gmane-internal): Check if a suitable header was found
11815         in the article.
11816
11817 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11818
11819         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
11820         (rfc2231-encode-string): Make param*=value always begin with LWSP.
11821
11822 2006-02-05  Romain Francoise  <romain@orebokech.com>
11823
11824         Update copyright notices of all files in the gnus directory.
11825
11826 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11827
11828         * nnweb.el (nnweb-request-group): Avoid growing overview files.
11829
11830 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11831
11832         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
11833         segmented lines of parameter value to cope with Thunderbird 1.5
11834         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
11835         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11836         (rfc2231-encode-string): Don't make lines exceeding 76 column.
11837
11838 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
11839
11840         * mml.el (mml-generate-mime-1): Correct the order of inline signed
11841         parts.
11842
11843 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11844
11845         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
11846         there's only one active file for all servers.
11847         (nnweb-request-scan): Make sure nnweb-articles is initialized on
11848         solid groups.  Gnus might have used a FAST request to select the group.
11849         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
11850         and nnweb-search redundantly in the active file.
11851         (nnweb-request-list): Don't list bogus groups.  There can only be one.
11852         (nnweb-request-create-group): Don't use ARGS.
11853         (nnweb-possibly-change-server, nnweb-request-group): Remove some
11854         initialisations.  Let nnoo do the work.
11855
11856 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11857
11858         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
11859         Say the part has been decoded.
11860
11861         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
11862
11863 2006-01-31  Kevin Ryde  <user42@zip.com.au>
11864
11865         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
11866         mailcap-viewer-test-cache when there's no 'test clause, since that
11867         will invert the meaning of a "nil" test previously determined by
11868         mailcap-mailcap-entry-passes-test.
11869
11870 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11871
11872         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
11873         compiling.
11874
11875         * gnus-sum.el: Ditto.
11876
11877         * message.el: Don't bind tool-bar-map when compiling.
11878
11879 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
11880
11881         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
11882
11883 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11884
11885         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
11886         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
11887         current Google Groups.
11888
11889 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
11890
11891         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
11892         and tool-bar-mode.
11893
11894         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
11895         and tool-bar-mode.
11896
11897         * message.el (message-tool-bar-update): Simplify.
11898         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
11899
11900         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
11901         gnus-summary-buffer.
11902         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
11903         gnus-summary-reply.
11904
11905         * gmm-utils.el (gmm): Add :version.
11906
11907 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11908
11909         * Makefile.in (clean): New rule.
11910         (distclean): Use it.
11911
11912 2006-01-26  Steve Youngs  <steve@sxemacs.org>
11913
11914         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
11915         Don't autoload.
11916
11917 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11918
11919         * gmm-utils.el (gmm-verbose): Add :group.
11920
11921 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
11922
11923         * message.el: Change some comments WRT tool-bars.
11924
11925         * gnus-sum.el (gnus-summary-tool-bar)
11926         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
11927         (gnus-summary-tool-bar-zap-list): New variables.
11928         (gnus-summary-make-tool-bar): Complete rewrite using
11929         `gmm-tool-bar-from-list'.
11930
11931         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
11932         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
11933         New variables.
11934         (gnus-group-make-tool-bar): Complete rewrite using
11935         `gmm-tool-bar-from-list'.
11936         (gnus-group-tool-bar-update): New function.
11937
11938         * message.el (message-mode-field-menu): Add "Show hidden Headers".
11939
11940 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11941
11942         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
11943         is dissected into a single part of which the type is the same as
11944         the given one; decode charset.
11945
11946 2006-01-21  Kevin Ryde  <user42@zip.com.au>
11947
11948         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
11949         into alists as symbol not string, since that's what
11950         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
11951         look for.
11952
11953 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
11954
11955         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
11956         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
11957
11958         * message.el (message-tool-bar-gnome): Use gmm-ignore.
11959
11960 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11961
11962         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
11963         (gnus-xmas-mime-security-button-menu): New function.
11964
11965         * gnus-art.el (gnus-mime-security-button-commands): New variable.
11966         (gnus-mime-security-button-menu): New definition.
11967         (gnus-mime-security-button-map): Use them.
11968         (gnus-mime-security-button-menu): New function.
11969         (gnus-insert-mime-security-button): Addition to help echo.
11970         (gnus-mime-security-run-function, gnus-mime-security-save-part)
11971         (gnus-mime-security-pipe-part): New functions.
11972
11973         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
11974         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
11975
11976         * mm-decode.el (mm-handle-set-disposition): Remove.
11977         (mm-handle-set-description): Remove.
11978
11979 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11980
11981         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
11982         (mm-w3m-standalone-supports-m17n-p): New function.
11983         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
11984         w3m usage.
11985
11986         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
11987         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
11988
11989 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11990
11991         * message.el (message-tool-bar-zap-list):
11992         Use gmm-tool-bar-zap-list as custom type.
11993         (message-tool-bar-update): New function.
11994         (message-tool-bar, message-tool-bar-gnome)
11995         (message-tool-bar-retro): Add message-tool-bar-update.
11996         (message-tool-bar-gnome): Add flyspell-buffer.
11997
11998         * gnus-util.el (gnus-error): Describe `args'.
11999
12000         * gmm-utils.el (gmm-error): Describe `args'.
12001         (gmm-tool-bar-zap-list): New widget.
12002         (gmm-tool-bar-from-list): Improve description of `zap-list'.
12003
12004 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12005
12006         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
12007         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
12008         the number of recursive calls.
12009
12010         * mm-decode.el (mm-handle-set-disposition): New macro.
12011         (mm-handle-set-description): New macro.
12012
12013 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12014
12015         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
12016         encoding.
12017
12018 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12019
12020         * message.el (message-tool-bar-zap-list, message-tool-bar)
12021         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
12022         (message-tool-bar-local-item-from-menu): Remove.
12023         (message-tool-bar-map): Replace by `message-make-tool-bar'.
12024         (message-make-tool-bar): New function.
12025         (message-mode): Use `message-make-tool-bar'.
12026
12027         * gmm-utils.el: New file.
12028         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
12029         (gmm-lazy): New widget copied from `nnmail.el'.
12030         (gmm-tool-bar-from-list): New function for creating customizable
12031         tool bars.
12032         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
12033         output.
12034         (gmm): Add :prefix to defgroup.
12035
12036 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
12037
12038         * gmm-utils.el (gmm-widget-p): New function.
12039
12040 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12041
12042         * mml.el (mml-attach-file): Describe `description' in doc string.
12043         (mml-menu): Add Emacs MIME manual and PGG manual.
12044
12045 2006-01-20  Richard M. Stallman  <rms@gnu.org>
12046
12047         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
12048
12049 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
12050
12051         * nntp.el (nntp-end-of-line): Doc fix.
12052
12053 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
12054
12055         * imap.el (imap-open): Handle case where buffer is a buffer
12056         object.
12057
12058 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12059
12060         * gnus-delay.el (gnus-delay): Don't autoload.
12061         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12062         to be re-loaded when customizing the `gnus-delay' group.
12063
12064 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
12065
12066         * message.el (message-insert-citation-line): Use newlines.
12067
12068 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12069
12070         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
12071         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
12072         these routines, so the passphrase can be managed externally and
12073         passed in to the system.
12074         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
12075         pgg-add-passphrase-to-cache function.
12076
12077         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
12078         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
12079         these routines, so the passphrase can be managed externally and
12080         passed in to the system.
12081         (pgg-pgp5-sign-region): Use new name of
12082         pgg-add-passphrase-to-cache function.
12083
12084 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12085
12086         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12087         part of the decoded armor to find the key-identifier.
12088         (pgg-gpg-lookup-key-owner): New function to return the
12089         human-readable identifier of a key owner.
12090         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
12091         itself.
12092         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
12093         the key value) if we have a key and can match it against a secret
12094         key.  Also, added a note pointing out fact that the prompt only
12095         indicates the first matching key.
12096
12097         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
12098         pgg-decrypt-region.
12099         (pgg-add-passphrase-to-cache): Rename from
12100         `pgg-add-passphrase-cache' to reduce confusion (all callers
12101         changed).
12102         (pgg-remove-passphrase-from-cache): Rename from
12103         `pgg-remove-passphrase-cache' to reduce confusion (all callers
12104         changed).
12105         (pgg-read-passphrase, pgg-add-passphrase-cache)
12106         (pgg-remove-passphrase-cache): Add informative docstrings.
12107         (pgg-decrypt): Convey provided passphrase in subordinate call to
12108         pgg-decrypt-region.
12109
12110 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
12111
12112         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12113         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12114         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12115         'passphrase' argument, so the passphrase can be managed externally
12116         and then passed in to the system.
12117
12118         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12119         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
12120         so the passphrase cache can be used reliably with identifiers
12121         besides a pgp packet's key id.
12122
12123         * pgg-gpg.el (pgg-gpg-encrypt-region)
12124         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12125         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
12126         these routines, so the passphrase can be managed externally and
12127         passed in to the system.
12128
12129         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
12130         'notruncate' argument, so the passphrase cache can be used
12131         reliably with identifiers besides a pgp packet's key id.
12132
12133 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
12134
12135         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12136         symmetric encryption.
12137         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12138         encrypted session key.
12139         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12140         message ask for the passphrase in a proper way.
12141
12142         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12143         New user commands for symmetric encryption.
12144
12145 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12146
12147         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
12148
12149         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
12150
12151 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
12152
12153         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
12154
12155 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12156
12157         * mm-decode.el (mm-inlined-types): Add application/pgp.
12158         (mm-automatic-display): Ditto.
12159
12160         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
12161         part as text.
12162
12163 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12164
12165         * nnrss.el: Update copyright.
12166         (nnrss-opml-import): Query whether to subscribe to each entry.
12167
12168         * gnus-art.el:
12169         * gnus-sum.el:
12170         * gnus-xmas.el:
12171         * messagexmas.el:
12172         * mm-uu.el:
12173         * mm-view.el: Update copyright.
12174
12175 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
12176
12177         * message.el (message-info): New function.
12178         (message-mode-menu): Add it.
12179         Update copyright.
12180
12181         * ChangeLog: Fix and update copyright.
12182
12183 2006-01-13  Romain Francoise  <romain@orebokech.com>
12184
12185         * message.el (message-forward-subject-name-subject): Prefer the
12186         address to 'nowhere' if the sender has no name.
12187         Fix typo.  Update copyright year.
12188
12189 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12190
12191         * gnus-art.el (article-wash-html):
12192         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
12193         (gnus-article-wash-html-with-w3m-standalone): New function.
12194
12195         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
12196         mm-inline-text-html-render-with-w3m-standalone.
12197         (mm-text-html-washer-alist): Map w3m-standalone to
12198         gnus-article-wash-html-with-w3m-standalone.
12199         (mm-inline-text-html-render-with-w3m-standalone): New function.
12200
12201 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12202
12203         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
12204         Improve LaTeX.
12205
12206 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12207
12208         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
12209         (nnrss-request-article): Render text/plain parts as HTML.
12210
12211         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
12212         the buffer.
12213
12214 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12215
12216         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
12217         custom definition of `gnus-posting-styles'.
12218
12219         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
12220         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
12221
12222 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12223
12224         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
12225         Use nntp for bug archive.
12226
12227 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12228
12229         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
12230         parts.
12231         (nnrss-normalize-date): New function converts ISO 8601 date into
12232         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12233         (nnrss-check-group): Use it.
12234
12235 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12236
12237         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
12238
12239         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
12240         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12241         (nnrss-insert-w3): Ditto.
12242
12243 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12244
12245         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
12246         the articles to be forwarded including the case where neither a
12247         number of articles nor a region is specified.
12248
12249 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12250
12251         * nnrss.el (nnrss-request-article): Fix last change; fill
12252         text/plain parts.
12253
12254 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12255
12256         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
12257         in text/plain part.
12258         (nnrss-check-group): Don't add excessive newline to dc:subject.
12259
12260 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
12261
12262         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
12263         article.
12264
12265 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12266
12267         * nnml.el: Don't require gnus-bcklg.  Autoload it.
12268         (nnml-use-compressed-files, nnml-save-mail): Support other
12269         comression programs such as bzip2.
12270
12271 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12272
12273         * dns.el (query-dns): Make sure we check the buffer size before
12274         removing tcp headers.
12275
12276 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12277
12278         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
12279         remove MIME buttons associated with multipart/alternative parts.
12280         (gnus-mime-display-alternative): Tag buttons using `article-type'
12281         text property.
12282
12283         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
12284         associated with multipart/alternative parts.
12285
12286         * gnus-art.el (gnus-signature-separator): Fix custom type.
12287
12288         * mm-decode.el (mm-inlined-types): Fix custom type.
12289         (mm-keep-viewer-alive-types): Ditto.
12290         (mm-automatic-display): Ditto.
12291         (mm-attachment-override-types): Ditto.
12292         (mm-inline-override-types): Ditto.
12293         (mm-automatic-external-display): Ditto.
12294
12295 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12296
12297         * spam-report.el (spam-report-user-mail-address)
12298         (spam-report-user-agent): New variables.
12299         (spam-report-url-ping-plain): Use spam-report-user-agent.
12300
12301 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
12302
12303         * gnus-art.el (gnus-button-handle-custom): Do not just use
12304         `customize-apropos' for any "M-x customize-*" button but the
12305         function called for.  Accept both the function name and its
12306         argument in order to achieve this.
12307         (gnus-button-alist): Remove support for "custom:" URL's.
12308         Pass function name to `gnus-button-handle-custom' in case of "M-x
12309         customize-*" buttons.
12310
12311 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12312
12313         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
12314         multipart/alternative and add xref to mm-discouraged-alternatives
12315         in doc string.
12316
12317         * mm-decode.el (mm-discouraged-alternatives): Add xref to
12318         gnus-buttonized-mime-types in doc string.
12319
12320 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
12321
12322         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
12323         Suggest image/.* in the doc string.
12324
12325 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12326
12327         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
12328         message-marks (Debian bug #342521).
12329
12330 2005-12-12  Simon Josefsson  <jas@extundo.com>
12331
12332         * password.el (password-read-from-cache): Add.
12333         (password-read): Use it.
12334
12335 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12336
12337         * rfc2047.el (rfc2047-charset-to-coding-system):
12338         Recognize us-ascii as a MIME charset.
12339
12340         * mm-bodies.el (mm-decode-content-transfer-encoding):
12341         Protect against the case where the 2nd arg TYPE is nil.
12342
12343 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12344
12345         * pop3.el (pop3-stream-type): Fix custom version.
12346
12347         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
12348
12349 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12350
12351         * mm-decode.el (mm-display-external): Add missing cdr.
12352
12353 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12354
12355         * mm-decode.el (mm-display-external): Use nametemplate (defined in
12356         RFC1524) if it is in mailcap or add a suffix according to
12357         mailcap-mime-extensions when generating a temp filename; postpone
12358         deleting a temp file for 2 seconds for some wrappers, shell
12359         scripts, and so on, which might exit right after having started a
12360         viewer command as a background job.
12361
12362 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12363
12364         * nntp.el (nntp-marks-directory): Fix custom group.
12365
12366         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
12367         steps when < 10.
12368
12369         * gnus-start.el (gnus-no-server-1):
12370         Mention `gnus-level-default-subscribed' in doc string.
12371
12372 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12373
12374         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
12375         parens.
12376
12377 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12378
12379         * gnus-xmas.el (gnus-use-toolbar): Revert.
12380         (gnus-xmas-setup-toolbar): Use global default-toolbar if
12381         gnus-use-toolbar is default.
12382
12383         * messagexmas.el (message-use-toolbar): Revert.
12384         (message-setup-toolbar): Use global default-toolbar if
12385         message-use-toolbar is default.
12386
12387 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12388
12389         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
12390         according to default-toolbar-visible-p.
12391
12392         * messagexmas.el (message-use-toolbar): Ditto.
12393
12394 2005-11-26  Dave Love  <fx@gnu.org>
12395
12396         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
12397         (tls-program, tls-success): Provide openssl alternative.
12398
12399         * starttls.el: Doc fixes.
12400         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
12401         SERVICE to PORT.
12402
12403         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
12404         port null or service name.
12405         (starttls-negotiate): Autoload.
12406
12407 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12408
12409         * message.el (message-kill-to-signature): Fix interactive spec.
12410
12411 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12412
12413         * pop3.el (pop3-open-server): Recognize a string as a service name.
12414
12415 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
12416
12417         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
12418
12419 2005-11-23  Dave Love  <fx@gnu.org>
12420
12421         Add pop3s, pop3/starttls.
12422
12423         * pop3.el (pop3-authentication-scheme): Clarify doc.
12424         (open-tls-stream, starttls-open-stream): Autoload.
12425         (pop3-stream-type): New.
12426         (pop3-open-server): Use it.
12427
12428         * mail-source.el (mail-sources): Fix some :types.  Add stream type
12429         for POP.
12430         (mail-source-keyword-map): Add :stream for POP.
12431         (mail-source-fetch-pop): Use pop3-stream-type.
12432
12433 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12434
12435         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
12436         of current-time-string.
12437
12438 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
12439
12440         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
12441         date header.
12442
12443 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12444
12445         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
12446         it can seriously impact performance as it bypasses the agent's
12447         local caches.
12448
12449 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12450
12451         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
12452         must be explicitly online rather than "not explicitly offline" for
12453         its flags to be synchronized.
12454
12455         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
12456         that gnus-uu-unmark-thread will function correctly.
12457
12458         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
12459         1024K is instead displayed as 1M.
12460
12461 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12462
12463         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
12464
12465 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
12466
12467         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
12468
12469 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
12470
12471         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
12472         error message to display actual error condition.
12473         (gnus-agent-save-local): Avoid saving symbols that are bound to
12474         nil as they simply result in a warning message in
12475         gnus-agent-read-local.
12476
12477 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12478
12479         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
12480         rather than make-variable-buffer-local for file-precious-flag.
12481
12482 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12483
12484         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
12485         for duplicates which are removed.  The invalid sort check then
12486         triggers a rescan after the sort as sorting may have moved
12487         duplicate entries such that they can be cheaply detected.
12488
12489 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12490
12491         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
12492
12493 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12494
12495         * gnus-agent.el (gnus-agent-article-alist-save-format):
12496         Change internal variable to a custom variable.  Change default value
12497         from compressed(2) to uncompressed(1).
12498         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
12499         support for uncompressed agentview files.  Taken together, reading
12500         the agentview file should now be 6-7 times faster.
12501
12502 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12503
12504         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
12505         as a buffer-local variable.  This avoids creating truncated
12506         dribble files as a result of a hang up, eg.
12507
12508 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
12509
12510         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
12511         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
12512         XEmacs.
12513
12514 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12515
12516         * gnus-start.el (gnus-start-draft-setup):
12517         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
12518
12519         * gnus.el (gnus-splash): Change custom group.
12520         (gnus-group-get-parameter, gnus-group-parameter-value):
12521         Describe allow-list argument.
12522
12523         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
12524         string.
12525
12526 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12527
12528         * gnus-art.el (gnus-default-article-saver): Add user-defined
12529         `function' to custom type.
12530
12531 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12532
12533         * imap.el (imap-open): Handle case where buffer is a buffer
12534         object.
12535
12536 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12537
12538         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
12539         long lines.
12540         (gnus-cache-delete-group): Wrap doc strings.
12541
12542         * gnus-agent.el (gnus-agent-rename-group)
12543         (gnus-agent-delete-group): Wrap doc strings.
12544
12545 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12546
12547         * messagexmas.el (message-use-toolbar): Change the valid values
12548         into default, top, bottom, left, and right.
12549         (message-toolbar-thickness): New variable.
12550         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
12551         well.
12552         (message-setup-toolbar): Make it work.
12553
12554         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
12555         (gnus-use-toolbar): Change the valid values into default, top,
12556         bottom, left, and right.
12557         (gnus-toolbar-thickness): New variable.
12558         (gnus-xmas-setup-toolbar): New function.
12559         (gnus-xmas-setup-group-toolbar): Use it.
12560         (gnus-xmas-setup-summary-toolbar): Use it.
12561
12562 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12563
12564         * gnus-start.el (gnus-1): Add "native" to
12565         gnus-predefined-server-alist.
12566
12567         * gnus.el (gnus-method-to-server): Don't add "native" to the
12568         lists here, because that leads to problems when
12569         gnus-select-method is bound.
12570
12571 2005-11-09  Simon Josefsson  <jas@extundo.com>
12572
12573         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
12574         use (not sort-by-date) instead.
12575
12576 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12577
12578         * gnus-delay.el (gnus-delay-group): Don't autoload.
12579         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12580         to be re-loaded when customizing the `gnus-delay' group.
12581
12582 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
12583
12584         * message.el: Revert last changes.
12585         (message-insert-citation-line): Use newlines.
12586
12587 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
12588
12589         * message.el (message-courtesy-message)
12590         (message-mark-insert-begin, message-mark-insert-end)
12591         (message-elide-ellipsis, message-cancel-message)
12592         (message-add-header, message-change-subject)
12593         (message-cross-post-followup-to-header)
12594         (message-cross-post-insert-note, message-reduce-to-to-cc)
12595         (message-widen-reply, message-delete-not-region)
12596         (message-kill-to-signature, message-insert-signature)
12597         (message-insert-importance-high, message-insert-importance-low)
12598         (message-insert-or-toggle-importance)
12599         (message-insert-disposition-notification-to)
12600         (message-indent-citation, message-yank-original)
12601         (message-cite-original-without-signature, message-cite-original)
12602         (message-insert-citation-line, message-position-on-field)
12603         (message-fix-before-sending, message-send-mail-partially)
12604         (message-send-mail, message-send-mail-with-sendmail)
12605         (message-send-mail-with-qmail, message-send-news)
12606         (message-check-news-header-syntax, message-generate-headers)
12607         (message-insert-courtesy-copy, message-fill-address)
12608         (message-fill-header, message-shorten-references)
12609         (message-setup-1, message-cancel-news)
12610         (message-forward-make-body-plain, message-forward-make-body-mime)
12611         (message-forward-make-body-mml, message-encode-message-body)
12612         (message-forward-make-body-digest-plain)
12613         (message-forward-make-body-digest-mime)
12614         (message-use-alternative-email-as-from): Insert `hard-newline'
12615         instead of ordinary newlines.
12616
12617 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12618
12619         * message.el (message-generate-headers): Downcase the argument
12620         given to message-check-element.
12621
12622 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
12623
12624         * nntp.el (nntp-authinfo-rejected): New error condition.
12625         (nntp-wait-for): Use new error condition to signal authentication
12626         error.
12627         (nntp-retrieve-data): Rethrow new error condition to break out of
12628         recursive call to nntp-send-authinfo.
12629
12630 2005-11-08  Romain Francoise  <romain@orebokech.com>
12631
12632         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
12633         (gnus-summary-exit-map): Bind to `Z p'.
12634         (gnus-summary-make-menu-bar): Add menu item.
12635
12636 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
12637
12638         * gnus-art.el (gnus-article-treat-custom): Add `first'.
12639         (gnus-treat-*): Add `first' in all doc strings.
12640
12641         * gnus-group.el (gnus-group-compact-group): Fix typo.
12642
12643 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12644
12645         * gnus.el (gnus-parameters-case-fold-search): New variable.
12646         (gnus-parameters-get-parameter): Use it.
12647
12648         * gnus-score.el (gnus-home-score-file): Doc fix.
12649
12650 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
12651
12652         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
12653
12654 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12655
12656         * mm-util.el (mm-special-display-p): New function.
12657
12658         * mml.el (mml-preview): Use it; doc fix.
12659
12660 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12661
12662         * imap.el (imap-open): Handle case where buffer is a buffer object.
12663
12664 2005-10-29  Romain Francoise  <romain@orebokech.com>
12665
12666         * message.el (message-fix-before-sending): Fix comment.
12667
12668 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12669
12670         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
12671
12672 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12673
12674         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
12675         Used in gnus-score.el.
12676
12677 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12678
12679         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
12680
12681 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
12682
12683         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
12684         whitespace removed in revision 7.8.  Use concatenated string to
12685         protect trailing whitespace.
12686
12687 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
12688
12689         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
12690         (nnimap-request-expire-articles): Use it to avoid sending 'UID
12691         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
12692         Courier IMAP ("some version from 2004").  Mostly based on similar
12693         code in the same function.
12694
12695 2005-10-26  Didier Verna  <didier@xemacs.org>
12696
12697         * gnus-group.el (gnus-group-compact-group): Invalidate original
12698         article buffer.
12699         * gnus-srvr.el (gnus-server-compact-server): Ditto.
12700         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
12701         NOV database and in article itself.
12702         Invalidate article backlog.
12703
12704 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12705
12706         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
12707
12708 2005-10-26  Simon Josefsson  <jas@extundo.com>
12709
12710         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
12711         part of 2004-07-25 change.
12712
12713 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12714
12715         * message.el (message-display-completion-list): New function.
12716         (message-expand-group): Use it; make sure the Completions buffer
12717         is modifiable.
12718 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
12719
12720         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
12721         user-mail-name is an empty string.
12722
12723 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12724
12725         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
12726         depending on gnus-score-decay-constant.
12727
12728         * encrypt.el (encrypt-insert-file-contents)
12729         (encrypt-write-file-contents): Don't use `gnus-message'.
12730
12731         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
12732         arguments.
12733         (mm-uu-type-alist): Add message-marks and insert-marks.
12734         Pass arguments to mm-uu-verbatim-marks-extract.
12735         (mm-uu-hide-markers): New variable.
12736         (mm-uu-extract): Use face similar to `gnus-cite-3'.
12737
12738         * gnus-fun.el (gnus-convert-image-to-x-face-command)
12739         (gnus-convert-image-to-face-command): Use "convert" by default to
12740         allow other input image formats.
12741         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
12742         accordingly.
12743
12744 2005-10-23  Simon Josefsson  <jas@extundo.com>
12745
12746         * imap.el (imap-gssapi-program): Align command line parameters
12747         with latest GNU SASL.
12748         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
12749
12750 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12751
12752         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
12753         HTML.
12754         (nnslashdot-request-article): Ditto.
12755
12756         * lpath.el (featurep): Add nobreak-char-display.
12757
12758 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12759
12760         * mail-source.el (mail-source-fetch-pop): Require pop3.
12761         (mail-source-check-pop): Ditto.
12762
12763 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12764
12765         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
12766         errors.
12767
12768 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12769
12770         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
12771         (gnus-treat-strip-leading-blank-lines): Improve doc string.
12772
12773         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
12774
12775         * mm-bodies.el (mm-decode-string):
12776         Call `mm-charset-to-coding-system' with allow-override argument.
12777
12778 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12779
12780         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
12781         (rfc2047-charset-to-coding-system): New function.
12782         (rfc2047-decode-encoded-words): New function.
12783         (rfc2047-decode-region): Use them.
12784         (rfc2047-decode-cte): Remove.
12785         (rfc2047-parse-and-decode): Remove.
12786         (rfc2047-decode): Remove.
12787
12788 2005-10-15  Kenichi Handa  <handa@m17n.org>
12789
12790         * rfc2047.el (rfc2047-decode-cte): New function.
12791         (rfc2047-decode-region): Change the way to decode successive
12792         encoded-words: decode B- or Q-encoding in each encoded-word,
12793         concatenate them, and decode it as charset.
12794
12795 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12796
12797         * lpath.el: Fbind codepage-setup for XEmacs.
12798
12799 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
12800
12801         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
12802         widget-move-and-invoke.
12803         (gnus-custom-mode): Use gnus-custom-map.
12804
12805 2005-10-15  Bill Wohler  <wohler@newt.com>
12806
12807         * message.el (message-tool-bar-map): Rename image file from
12808         mail_send to mail/send.
12809
12810 2005-10-16  Masatake YAMATO  <jet@gyve.org>
12811
12812         * message.el (message-expand-group): Pass the common
12813         prefix substring of completion to `display-completion-list'.
12814
12815 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
12816
12817         * mml-sec.el (mml-secure-method): New internal variable.
12818         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
12819         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
12820         New functions using mml-secure-method.
12821
12822         * mml.el (mml-mode-map): Add key bindings for those functions.
12823         (mml-menu): Simplify security menu entries.  Suggested by Jesper
12824         Harder <harder@myrealbox.com>.
12825         (mml-attach-file, mml-attach-buffer, mml-attach-external):
12826         Goto end of message if point is the headers of the message.
12827
12828         * message.el (message-in-body-p): New function.
12829
12830         * assistant.el: Autoload gnus-util and netrc.
12831
12832         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
12833         Use `mm-charset-override-alist' only when decoding.
12834
12835         * mm-bodies.el (mm-decode-body):
12836         Call `mm-charset-to-coding-system' with allow-override argument.
12837
12838         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
12839         `filename' from Content-Disposition if Content-Type doesn't
12840         provide `name'.
12841         (gnus-mime-view-part-as-type): Set default instead of
12842         initial-input.
12843
12844 2005-10-09  Daniel Brockman  <daniel@brockman.se>
12845
12846         * format-spec.el (format-spec): Propagate text properties of % spec.
12847
12848 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12849
12850         * gnus-art.el (gnus-treat-predicate): Add `first'.
12851
12852 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12853
12854         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
12855         (mm-charset-override-alist): New variable.
12856         (mm-charset-to-coding-system): Use it.
12857         (mm-codepage-setup): New helper function.
12858         (mm-charset-eval-alist): New variable.
12859         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
12860         Warn about unknown charsets.
12861
12862         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
12863
12864 2005-10-04  David Hansen  <david.hansen@gmx.net>
12865
12866         * nnrss.el (nnrss-request-article): Add support for the comments tag.
12867         (nnrss-check-group): Ditto.
12868
12869 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12870
12871         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
12872         Rename x-gnus-verbatim to x-verbatim.
12873         (mm-uu-type-alist): Fix regexp for verbatim-marks.
12874
12875         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
12876         x-verbatim.
12877
12878         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
12879
12880         * gnus-util.el (gnus-remove-duplicates): Remove.
12881
12882         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
12883         instead of gnus-remove-duplicates.
12884
12885         * message.el (message-remove-duplicates): Remove.
12886         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
12887         message-remove-duplicates.
12888
12889         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
12890         available, else use implementation from `delete-dups'.
12891
12892         * message.el (message-insert-expires): New function.
12893         (message-mode-map): Add key binding.
12894         (message-mode-field-menu): Add menu entry.
12895         (message-mode): Document it.
12896         (message-make-expires-date): Use `message-make-date'.
12897
12898 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
12899
12900         * message.el (message-make-expires-date): New function.
12901
12902 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12903
12904         * Makefile.in (list-installed-shadows): New entry.
12905         (install): Use it.
12906         (remove-installed-shadows): New entry.
12907
12908         * dgnushack.el (dgnushack-default-load-path): New variable.
12909         (dgnushack-find-lisp-shadows): New function.
12910         (dgnushack-remove-lisp-shadows): New function.
12911
12912 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12913
12914         * Makefile.in (install-el-elc): New entry.
12915         (install): Use it so that .el files are necessarily installed.
12916
12917 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12918
12919         * time-date.el: Autoload parse-time-string, XEmacs needs it.
12920
12921 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12922
12923         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
12924         function rather than the diff-mode.el package.
12925         (mm-display-external): Use with-current-buffer.
12926         (mm-viewer-completion-map, mm-viewer-completion-map):
12927         Move initialization inside declaration.
12928
12929 2005-09-29  Simon Josefsson  <jas@extundo.com>
12930
12931         * spam.el: Load hashcash when compiling, to avoid warnings.
12932         Don't autoload mail-check-payment.
12933         (spam-check-hashcash): Define unconditionally, since hashcash.el
12934         is part of Gnus now.  Ignore errors from payment checking.
12935
12936 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
12937
12938         * message.el (message-bold-region, message-unbold-region):
12939         Rename from `bold-region' and `unbold-region'.
12940
12941         * message.el: Remove useless autoloads.
12942
12943 2005-09-28  Simon Josefsson  <jas@extundo.com>
12944
12945         * message.el (message-use-idna): Default to t.
12946         (message-use-idna): Test whether encoding works too.  Doc fix.
12947
12948 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12949
12950         * nntp.el (nntp-warn-about-losing-connection): Remove.
12951
12952 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
12953
12954         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
12955         customizable.  Change default value.
12956         (mm-uu-diff-groups-regexp): Change default value.
12957         (mm-uu-type-alist): Add doc string.
12958         (mm-uu-configure): Add doc string.  Make it interactive.
12959         (mm-uu-tex-groups-regexp): New variable.
12960         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
12961         (mm-uu-type-alist): Add LaTeX documents.
12962         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
12963         of "text/verbatim".
12964         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
12965
12966         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
12967         instead of "text/verbatim".
12968
12969         * message.el (message-mark-inserted-region)
12970         (message-mark-insert-file): Use slrn style marks when called with
12971         prefix argument.
12972
12973 2005-09-27  Simon Josefsson  <jas@extundo.com>
12974
12975         * message.el (message-idna-to-ascii-rhs-1): Reformat.
12976
12977 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
12978
12979         * message.el (message-remove-duplicates): New function.
12980         Implementation borrowed from `gnus-remove-duplicates'.
12981         (message-idna-to-ascii-rhs): Also encode idna addresses in
12982         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12983         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
12984         only ask about the same idna domain once per header and also tell
12985         in what header to replace the idna domain.
12986
12987         * gnus-art.el (article-decode-idna-rhs): Also decode idna
12988         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12989         (article-decode-idna-rhs): Fix regexp so that all idna-address in
12990         a header is decoded and not just the last one.
12991
12992 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12993
12994         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
12995         has been decoded.
12996
12997         * mm-decode.el (mm-automatic-display): Add text/verbatim.
12998         (mm-insert-part): Don't modify text if it has been decoded.
12999
13000         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
13001         decoded.
13002
13003         * mm-view.el (mm-inline-text): Don't strip text props unless
13004         decoding enriched or richtext parts.
13005
13006 2005-09-25  Romain Francoise  <romain@orebokech.com>
13007
13008         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
13009         * gnus-start.el (gnus-subscribe-interactively):
13010         * gnus-uu.el (gnus-uu-grab-articles):
13011         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
13012         space.
13013
13014 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
13015
13016         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
13017         * mm-view.el (mm-view-pkcs7-decrypt):
13018         * gnus-sum.el (gnus-summary-limit-to-extra)
13019         (gnus-summary-respool-article, gnus-read-move-group-name):
13020         * gnus-score.el (gnus-summary-increase-score):
13021         * gnus-util.el (gnus-completing-read-with-default):
13022         * gnus-art.el (gnus-read-save-file-name)
13023         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
13024         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
13025         * message.el (message-check-news-header-syntax):
13026         Follow convention for reading with the minibuffer.
13027
13028 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
13029
13030         * spam-report.el (spam-report-url-ping-plain):
13031         Use gnus-extended-version as User-Agent.
13032
13033         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
13034         default value is nil.
13035
13036         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
13037         (mm-uu-verbatim-marks-extract): New function.
13038         (mm-uu-extract): New face.
13039         (mm-uu-copy-to-buffer): Use it.
13040
13041         * spam-report.el (spam-report-gmane-ham): Rename from
13042         `spam-report-gmane-unspam'.
13043         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
13044         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
13045
13046         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
13047         Autoload.
13048         (spam-report-gmane-unregister-routine):
13049         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
13050
13051 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
13052
13053         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
13054         (spam-report-gmane-unregister-routine): Add support for gmane
13055         unregistration.
13056
13057         * spam-report.el (spam-report-gmane-unspam)
13058         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
13059         (spam-report-gmane): Change to take a single article and do unspam
13060         registration.
13061
13062 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13063
13064         * mm-url.el (mm-url-decode-entities): Fix regexp.
13065
13066 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13067
13068         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
13069         default to nil, to be able to use Gnus at all.  If the default
13070         switches to something else, then the function should be fixed not
13071         be exceedingly slow.
13072
13073 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
13074
13075         * gnus-start.el (gnus-activate-group): If the server is nil, don't
13076         fail hard.
13077
13078         * spam-report.el: Add better Keywords line.
13079
13080         * spam.el: Add Maintainer and better Keywords line.
13081
13082 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13083
13084         * gnus-art.el (gnus-article-replace-part)
13085         (gnus-mime-replace-part): New functions.
13086         (gnus-mime-action-alist, gnus-mime-button-commands)
13087         (gnus-mime-save-part-and-strip): Add file argument.
13088         (gnus-article-part-wrapper): Add interactive argument.
13089
13090         * gnus-sum.el (gnus-summary-mime-map):
13091         Add `gnus-article-replace-part'.
13092
13093 2005-09-19  Didier Verna  <didier@xemacs.org>
13094
13095         The nnml compaction feature:
13096         * nnml.el (nnml-request-compact-group): New function.
13097         * nnml.el (nnml-request-compact): New function.
13098         * gnus-int.el (gnus-request-compact-group): New function.
13099         * gnus-int.el (gnus-request-compact): New function.
13100         * gnus-group.el (gnus-group-compact-group): New function.
13101         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
13102         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
13103         * gnus-srvr.el (gnus-server-compact-server): New function.
13104         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
13105         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
13106
13107 2005-09-18  Deepak Goel  <deego@gnufans.org>
13108
13109         * sieve.el (sieve-help): Fix `message' call: first arg should be a
13110         format spec.
13111
13112 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13113
13114         * gnus.el (gnus-group-startup-message): Bind image-load-path.
13115
13116 2005-09-15  Romain Francoise  <romain@orebokech.com>
13117
13118         * message.el (message-fill-paragraph): Clarify docstring.
13119
13120 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13121
13122         * gnus-art.el (gnus-mime-display-part): Protect against broken
13123         MIME messages.
13124
13125 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13126
13127         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
13128         before parsing header.
13129
13130 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
13131
13132         * html2text.el (html2text-replace-list): Add new entities.
13133
13134 2005-09-11  Romain Francoise  <romain@orebokech.com>
13135
13136         * message.el (message-alternative-emails): Improve docstring.
13137         (message-setup-1): Call `message-use-alternative-email-as-from'
13138         after `message-setup-hook' to give it precedence over posting
13139         styles, etc.
13140         (message-use-alternative-email-as-from): Add docstring.
13141         Remove the original From header if present.
13142
13143         * nnml.el (nnml-compressed-files-size-threshold): New variable.
13144         (nnml-save-mail): Use it.
13145
13146         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
13147         articles.  Add new argument `silent'.
13148         (gnus-uu-mark-all): Report the total number of marked articles.
13149
13150 2005-09-10  Romain Francoise  <romain@orebokech.com>
13151
13152         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
13153         (gnus-uu-mark-series): Likewise.
13154
13155 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
13156
13157         * spam-report.el (spam-report-gmane): Fix generation of spam
13158         report URL.
13159
13160 2005-09-10  Simon Josefsson  <jas@extundo.com>
13161
13162         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
13163         t, based on discussion on the ding list with Robert Epprecht
13164         <epprecht@solnet.ch>.
13165
13166 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
13167
13168         * spam-report.el (spam-report-gmane): Make it work without
13169         X-Report-Spam header.  Gmane now only provides Archived-At.
13170         This is only used if `spam-report-gmane-use-article-number' is nil.
13171         (spam-report-gmane-spam-header): Remove.  Not used anymore.
13172
13173         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
13174         make `gnus-summary-sort-by-recipient' work with threading.
13175
13176         * nnweb.el (nnweb-google-wash-article): Print a message if article
13177         is not available.
13178
13179 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13180
13181         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
13182         change.  Decode text/* parts content before displaying.
13183
13184 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13185
13186         * mml-smime.el: Remove defvar of gnus-extract-address-components.
13187
13188 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13189
13190         * mm-view.el (mm-display-inline-fontify): Disable support modes.
13191
13192         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
13193         url-package-name, url-package-version,
13194         w3m-cid-retrieve-function-alist, w3m-current-buffer,
13195         w3m-display-inline-images, and w3m-minor-mode-map.
13196
13197 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
13198
13199         * message.el (message-tab-body-function): Fix mismatched custom type.
13200
13201         * gnus.el (gnus-group-change-level-function): Ditto.
13202
13203         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
13204
13205         * gnus-art.el (gnus-signature-limit)
13206         (gnus-article-mime-part-function): Ditto.
13207
13208 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13209
13210         * mml.el (mml-mode): Silence the byte compiler.
13211
13212         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
13213         using `(sit-for 0)' before moving the point to the specified part;
13214         skip unbuttonized parts.
13215         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
13216         return to the summary window if gnus-auto-select-part is non-nil.
13217
13218 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
13219
13220         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
13221         New variables.
13222         (mml-dnd-attach-file, mml-mode): Use them.
13223
13224         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
13225         Make fetching article by MID work again for Google Groups.
13226         Add FIXME concerning gnus-group-make-web-group.
13227
13228         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
13229         Don't depend on Gnus by using mail-extract-address-components if
13230         gnus-extract-address-components is not bound.
13231
13232 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13233
13234         * gnus-art.el (gnus-mime-display-security): Don't display the
13235         signature, but only the signed part.
13236
13237 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13238
13239         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
13240
13241         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
13242         list, not listp.
13243
13244 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
13245
13246         * mm-encode.el (mm-encode-content-transfer-encoding):
13247         Likewise when encoding.
13248
13249         * mm-bodies.el (mm-decode-content-transfer-encoding):
13250         De-canonicalize CRLF for all text content types, not just
13251         text/plain.
13252
13253 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13254
13255         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
13256         valid article; point arrow and cursor at the MIME button.
13257
13258 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13259
13260         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
13261         Suggested by Dan Christensen <jdc@uwo.ca>.
13262
13263         * mm-decode.el (mm-save-part): Enable change of prompt.
13264
13265 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
13266
13267         * gnus-msg.el (gnus-inews-add-send-actions):
13268         Make `message-post-method' lambda parameter ARG `&optional'.
13269
13270 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13271
13272         * gnus-sum.el (gnus-summary-mime-map):
13273         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
13274         gnus-article-jump-to-part.
13275
13276         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
13277         (gnus-article-edit-part): Use it.
13278         (gnus-article-part-wrapper): Add no-handle argument.
13279         (gnus-article-save-part-and-strip, gnus-article-delete-part):
13280         New functions.
13281
13282 2005-08-29  Romain Francoise  <romain@orebokech.com>
13283
13284         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13285         docstring.
13286         (gnus-face-from-file): Likewise.
13287
13288 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13289
13290         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
13291         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
13292         non-nil.
13293         (gnus-auto-select-part): New variable.
13294         (gnus-article-jump-to-part): New function.
13295         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
13296         (gnus-mime-delete-part): Allow selecting specified part after
13297         deleting or stripping parts.
13298         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
13299         part if argument is bogus.
13300
13301 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
13302
13303         * gnus-art.el (w3m-minor-mode-map):
13304         * gnus-spec.el (gnus-newsrc-file-version):
13305         * gnus-util.el (nnmail-active-file-coding-system)
13306         (gnus-original-article-buffer, gnus-user-agent):
13307         * gnus.el (gnus-ham-process-destinations)
13308         (gnus-parameter-ham-marks-alist)
13309         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
13310         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
13311         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
13312         * mm-decode.el (gnus-current-window-configuration):
13313         * mm-extern.el (gnus-article-mime-handles):
13314         * mm-url.el (url-current-object, url-package-name)
13315         (url-package-version):
13316         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
13317         (smime-keys, w3m-cid-retrieve-function-alist)
13318         (w3m-current-buffer, w3m-display-inline-images)
13319         (w3m-minor-mode-map):
13320         * mml-smime.el (gnus-extract-address-components):
13321         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
13322         (gnus-newsrc-hashtb, message-default-charset)
13323         (message-deletable-headers, message-options)
13324         (message-posting-charset, message-required-mail-headers)
13325         (message-required-news-headers):
13326         * mml1991.el (mc-pgp-always-sign):
13327         * mml2015.el (mc-pgp-always-sign):
13328         * nnheader.el (nnmail-extra-headers):
13329         * rfc1843.el (gnus-decode-encoded-word-function)
13330         (gnus-decode-header-function, gnus-newsgroup-name):
13331         * spam-stat.el (gnus-original-article-buffer): Add defvars.
13332
13333 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
13334
13335         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
13336         the end of the date treatments.
13337
13338 2005-08-15  Simon Josefsson  <jas@extundo.com>
13339
13340         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
13341         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
13342         Capello and Romain Francoise.
13343         (pgg-fetch-key-function): Remove, not used?
13344         (pgg-insert-url-with-w3): Require url, to get
13345         url-insert-file-contents regardless of where it is defined.
13346
13347 2005-08-13  Romain Francoise  <romain@orebokech.com>
13348
13349         * message.el (message-cite-original-1): New function.
13350         (message-cite-original): Use it.
13351         (message-cite-original-without-signature): Ditto.
13352
13353 2005-08-08  Romain Francoise  <romain@orebokech.com>
13354
13355         * message.el (message-yank-empty-prefix): New variable.
13356         (message-indent-citation): Use it.
13357         (message-cite-original-without-signature): Respect X-No-Archive.
13358
13359 2005-08-08  Simon Josefsson  <jas@extundo.com>
13360
13361         * pgg.el: Autoload url-insert-file-contents instead of loading
13362         w3/url.
13363         (pgg-insert-url-with-w3): Don't load url here.
13364
13365 2005-08-07  Jesper Harder  <harder@phys.au.dk>
13366
13367         * message.el (message-kill-to-signature): Don't insert newline at
13368         bol.
13369         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
13370
13371 2005-08-06  Romain Francoise  <romain@orebokech.com>
13372
13373         * message.el (message-user-fqdn): Fix typo in docstring.
13374
13375 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
13376
13377         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
13378
13379         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
13380
13381 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13382
13383         * mm-bodies.el (mm-encode-body): Use coding system rather than
13384         charset to encode text.
13385
13386         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
13387         number of charsets if utf-8 is available (XEmacs).
13388
13389 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13390
13391         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
13392         taken from `gnus-button-mid-or-mail-regexp'.
13393         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
13394         (gnus-button-alist): Improve regexp for domain part of the MIDs
13395         for news:localpart@domain buttons.
13396         (gnus-button-ctan-directory-regexp): Update.
13397
13398 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13399
13400         * sieve-manage.el (sieve-manage-interactive-login):
13401         Use make-local-variable rather than make-variable-buffer-local.
13402         (sieve-manage-open): Ditto.
13403         (sieve-manage-authenticate): Ditto.
13404
13405         * mml.el (mml-generate-mime-1): Make the content type default to
13406         text/plain if the filename is not specified.
13407
13408 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13409
13410         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
13411         instead of insert-buffer.
13412
13413         * message.el (message-yank-original): Ditto; set the mark at the
13414         end of the yanked message.
13415
13416 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13417
13418         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
13419         lines to scroll rather than to stop it.
13420
13421         * mml.el (mml-generate-default-type): Add doc string.
13422         (mml-generate-mime-1): Use mm-default-file-encoding or make it
13423         default to application/octet-stream when determining the content
13424         type if it is not specified for the part or the mml contents; add
13425         a comment about mml-generate-default-type.
13426
13427 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
13428
13429         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
13430         make it default to application/octet-stream when determining the
13431         content type if it is not specified for the external contents.
13432
13433 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13434
13435         * rfc2231.el (rfc2231-parse-string): Take care that not only a
13436         segmented parameter but also other parameters might be there.
13437
13438 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13439
13440         * mm-decode.el (mm-display-external): Delete temp file, directory
13441         and buffer immediately if the external process is exited.
13442
13443 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13444
13445         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
13446         fewer lines than that of scroll-margin.
13447         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
13448
13449 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13450
13451         * gnus-art.el (gnus-article-next-page): Revert.
13452         (gnus-article-beginning-of-window): New macro.
13453         (gnus-article-next-page-1): Use it.
13454         (gnus-article-prev-page): Ditto.
13455         (gnus-article-edit-part): Use insert-buffer-substring instead of
13456         insert-buffer.
13457         (gnus-article-edit-exit): Ditto.
13458
13459         * gnus-util.el (gnus-beginning-of-window): Remove.
13460         (gnus-end-of-window): Remove.
13461
13462         * lpath.el: Don't bind header-line-format and scroll-margin.
13463
13464 2005-07-25  Simon Josefsson  <jas@extundo.com>
13465
13466         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
13467         to have the url package without w3.  Reported by Daiki Ueno
13468         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
13469
13470 2005-07-20  Didier Verna  <didier@xemacs.org>
13471
13472         * gnus-diary.el: Remove the description comment (nndiary is now
13473         properly documented in the Gnus manual).
13474         Fix the spelling of "Back End".
13475         * nndiary.el: Ditto.
13476         Fix the copyright notice.
13477
13478 2005-07-18  Romain Francoise  <romain@orebokech.com>
13479
13480         * gnus-sum.el (gnus-summary-to-prefix)
13481         (gnus-summary-newsgroup-prefix): New variables.
13482         (gnus-summary-from-or-to-or-newsgroups): Use them.
13483
13484 2005-07-17  Romain Francoise  <romain@orebokech.com>
13485
13486         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
13487         space as it's generally not especially interesting to the user.
13488
13489 2005-07-16  Romain Francoise  <romain@orebokech.com>
13490
13491         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
13492         nil to avoid prompting and file modification if one of the
13493         messages at the top of the nnfolder file contains a copyright
13494         notice.
13495         Update copyright notice.
13496
13497         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
13498         instead of `current-time-string' as the latter creates a time
13499         string that is not RFC 2822 compliant (it lacks the zone).
13500         Update copyright notice.
13501
13502 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13503
13504         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
13505         for text/rtf.  Display default in prompt.  Pass default for M-n.
13506
13507         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
13508
13509 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13510
13511         * gnus-msg.el (gnus-button-mailto):
13512         Remove save-selected-window-window hackery because it relies on
13513         save-selected-window internals.
13514
13515 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13516
13517         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
13518         (gnus-article-next-page-1): Use gnus-beginning-of-window.
13519         (gnus-article-prev-page): Ditto.
13520
13521         * gnus-util.el (gnus-beginning-of-window): New function.
13522         (gnus-end-of-window): New function.
13523
13524         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
13525
13526 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13527
13528         * gnus-score.el (gnus-score-edit-all-score):
13529         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
13530         gnus-message.
13531
13532 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13533
13534         * gnus-msg.el (gnus-button-mailto):
13535         Remove save-selected-window-window hackery because it relies on
13536         save-selected-window internals.
13537
13538 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13539
13540         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
13541         add-minor-mode.
13542         (gnus-binary-mode): Ditto.
13543
13544         * gnus-topic.el (gnus-topic-mode): Ditto.
13545
13546 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
13547
13548         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
13549         (gnus-article-prev-page): Take scroll-margin into consideration.
13550
13551 2005-07-04  Lute Kamstra  <lute@gnu.org>
13552
13553         Update FSF's address in GPL notices.
13554
13555 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
13556
13557         * gnus.el (gnus-exit):
13558         * gnus-group.el (gnus-group-icons):
13559         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
13560
13561         * gnus-nocem.el (gnus-nocem):
13562         * message.el (message-various, message-buffers, message-sending)
13563         (message-interface, message-forwarding, message-insertion)
13564         (message-headers, message-news, message-mail):
13565         * pgg-gpg.el (pgg-gpg):
13566         * pgg-parse.el (pgg-parse):
13567         * pgg-pgp.el (pgg-pgp):
13568         * pgg-pgp5.el (pgg-pgp5):
13569         * pop3.el (pop3): Finish `defgroup' description with period.
13570
13571 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13572
13573         * gnus-art.el (article-display-face): Improve the efficiency.
13574         (article-display-x-face): Ditto; remove grey x-face stuff.
13575
13576 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13577
13578         * gnus-art.el (article-display-face): Correct the position in
13579         which Faces are inserted.
13580
13581 2005-06-29  Didier Verna  <didier@xemacs.org>
13582
13583         * gnus-art.el (article-display-face): Display faces in correct
13584         order.
13585
13586 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13587
13588         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
13589         (gnus-fill-real-hashtb): Use hash table instead of obarray.
13590         (gnus-nocem-check-article): Fetch the Type header.
13591         (gnus-nocem-message-wanted-p): Fix the way to examine types.
13592         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
13593         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
13594         make sure gnus-nocem-hashtb is initialized.
13595         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
13596         (gnus-nocem-unwanted-article-p): Ditto.
13597
13598         * pgg.el (pgg-verify): Return the verification result.
13599
13600 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13601
13602         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
13603         is ascii.
13604
13605 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
13606
13607         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
13608         `show-nonbreak-escape'.
13609
13610 2005-06-23  Lute Kamstra  <lute@gnu.org>
13611
13612         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
13613
13614         * dig.el (dig-mode):
13615         * smime.el (smime-mode): Use gnus-run-mode-hooks.
13616
13617 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
13618
13619         * nnimap.el (nnimap-split-download-body): Fix spellings.
13620
13621 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
13622
13623         * gnus-art.el (gnus-article-encrypt-body):
13624         * gnus-cus.el (gnus-score-customize):
13625         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
13626         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
13627
13628 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
13629
13630         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
13631         header by looking for magic "MII" at the beginnig.
13632
13633 2005-06-16  Miles Bader  <miles@gnu.org>
13634
13635         * gnus-xmas.el (gnus-xmas-group-startup-message):
13636         Use renamed gnus-splash face.
13637
13638         * assistant.el (assistant-field): Remove "-face" suffix from face name.
13639         (assistant-field-face): New backward-compatibility alias for renamed
13640         face.
13641         (assistant-render-text): Use renamed assistant-field face.
13642
13643         * spam.el (spam): Remove "-face" suffix from face name.
13644         (spam-face): New backward-compatibility alias for renamed face.
13645         (spam-face, spam-initialize): Use renamed spam face.
13646
13647         * message.el (message-header-to, message-header-cc)
13648         (message-header-subject, message-header-newsgroups)
13649         (message-header-other, message-header-name)
13650         (message-header-xheader, message-separator, message-cited-text)
13651         (message-mml): Remove "-face" suffix from face names.
13652         (message-header-to-face, message-header-cc-face)
13653         (message-header-subject-face, message-header-newsgroups-face)
13654         (message-header-other-face, message-header-name-face)
13655         (message-header-xheader-face, message-separator-face)
13656         (message-cited-text-face, message-mml-face):
13657         New backward-compatibility aliases for renamed faces.
13658         (message-font-lock-keywords): Use renamed message faces.
13659
13660         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
13661         (sieve-test-commands, sieve-tagged-arguments):
13662         Remove "-face" suffix from face names.
13663         (sieve-control-commands-face, sieve-action-commands-face)
13664         (sieve-test-commands-face, sieve-tagged-arguments-face):
13665         New backward-compatibility aliases for renamed faces.
13666         (sieve-control-commands-face, sieve-action-commands-face)
13667         (sieve-test-commands-face, sieve-tagged-arguments-face):
13668         Use renamed sieve faces.
13669
13670         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
13671         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
13672         (gnus-group-news-3-empty, gnus-group-news-4)
13673         (gnus-group-news-4-empty, gnus-group-news-5)
13674         (gnus-group-news-5-empty, gnus-group-news-6)
13675         (gnus-group-news-6-empty, gnus-group-news-low)
13676         (gnus-group-news-low-empty, gnus-group-mail-1)
13677         (gnus-group-mail-1-empty, gnus-group-mail-2)
13678         (gnus-group-mail-2-empty, gnus-group-mail-3)
13679         (gnus-group-mail-3-empty, gnus-group-mail-low)
13680         (gnus-group-mail-low-empty, gnus-summary-selected)
13681         (gnus-summary-cancelled, gnus-summary-high-ticked)
13682         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
13683         (gnus-summary-high-ancient, gnus-summary-low-ancient)
13684         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
13685         (gnus-summary-low-undownloaded)
13686         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
13687         (gnus-summary-low-unread, gnus-summary-normal-unread)
13688         (gnus-summary-high-read, gnus-summary-low-read)
13689         (gnus-summary-normal-read, gnus-splash):
13690         Remove "-face" suffix from face names.
13691         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13692         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13693         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13694         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13695         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13696         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13697         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13698         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13699         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13700         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13701         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13702         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13703         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13704         (gnus-summary-normal-ticked-face)
13705         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
13706         (gnus-summary-normal-ancient-face)
13707         (gnus-summary-high-undownloaded-face)
13708         (gnus-summary-low-undownloaded-face)
13709         (gnus-summary-normal-undownloaded-face)
13710         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13711         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13712         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13713         (gnus-splash-face):
13714         New backward-compatibility aliases for renamed faces.
13715         (gnus-group-startup-message): Use renamed gnus faces.
13716
13717         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
13718         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
13719         (gnus-server-agent): Remove "-face" suffix from face names.
13720         (gnus-server-agent-face, gnus-server-opened-face)
13721         (gnus-server-closed-face, gnus-server-denied-face)
13722         (gnus-server-offline-face):
13723         New backward-compatibility aliases for renamed faces.
13724         (gnus-server-agent-face, gnus-server-opened-face)
13725         (gnus-server-closed-face, gnus-server-denied-face)
13726         (gnus-server-offline-face): Use renamed gnus faces.
13727
13728         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
13729         Remove "-face" suffix from face names.
13730         (gnus-picon-xbm-face, gnus-picon-face):
13731         New backward-compatibility aliases for renamed faces.
13732
13733         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
13734         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
13735         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
13736         (gnus-cite-11): Remove "-face" suffix from face names.
13737         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
13738         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
13739         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
13740         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
13741         New backward-compatibility aliases for renamed faces.
13742         (gnus-cite-attribution-face, gnus-cite-face-list)
13743         (gnus-article-boring-faces): Use renamed gnus faces.
13744
13745         * gnus-art.el (gnus-signature, gnus-header-from)
13746         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
13747         (gnus-header-content): Remove "-face" suffix from face names.
13748         (gnus-signature-face, gnus-header-from-face)
13749         (gnus-header-subject-face, gnus-header-newsgroups-face)
13750         (gnus-header-name-face, gnus-header-content-face):
13751         New backward-compatibility aliases for renamed faces.
13752         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
13753
13754         * gnus-sum.el (gnus-summary-selected-face)
13755         (gnus-summary-highlight): Use renamed gnus faces.
13756         * gnus-group.el (gnus-group-highlight): Likewise.
13757
13758 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
13759
13760         * gnus-sieve.el (gnus-sieve-article-add-rule):
13761         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
13762         * spam-stat.el (spam-stat-buffer-change-to-spam)
13763         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
13764
13765         * message.el (message-is-yours-p):
13766         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
13767
13768 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13769
13770         * mm-view.el (mm-inline-text): Withdraw the last change.
13771
13772 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13773
13774         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
13775         executing enriched-decode.
13776
13777 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13778
13779         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
13780         charset of tar files.
13781
13782 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
13783
13784         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
13785
13786 2005-06-04  Lute Kamstra  <lute@gnu.org>
13787
13788         * nnfolder.el (nnfolder-read-folder): Make sure that undo
13789         information is never recorded.
13790
13791 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13792
13793         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
13794
13795 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13796
13797         * pop3.el (pop3-apop): Run md5 in the binary mode.
13798
13799         * starttls.el (starttls-set-process-query-on-exit-flag):
13800         Use eval-and-compile.
13801
13802 2005-05-31  Simon Josefsson  <jas@extundo.com>
13803
13804         * smime.el (smime-replace-in-string): Define.
13805         (smime-cert-by-ldap-1): Use it.
13806
13807 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13808
13809         * gnus-art.el (article-display-x-face): Replace
13810         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13811
13812         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
13813         set-process-query-on-exit-flag or process-kill-without-query.
13814
13815         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
13816         loop instead of replace-regexp.
13817
13818         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
13819         instead of process-kill-without-query if it is available.
13820
13821         * lpath.el: Fbind ldap-search-entries.
13822
13823         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
13824         instead of find-file-hooks if it is available.
13825
13826         * mml1991.el: Bind pgg-default-user-id when compiling.
13827
13828         * mml2015.el: Bind pgg-default-user-id when compiling.
13829
13830         * nndraft.el (nndraft-request-associate-buffer):
13831         Use write-contents-functions instead of write-contents-hooks if it is
13832         available.
13833
13834         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
13835         instead of find-file-hooks if it is available.
13836
13837         * nntp.el (nntp-open-connection): Replace
13838         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13839         (nntp-open-ssl-stream): Ditto.
13840         (nntp-open-tls-stream): Ditto.
13841
13842         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
13843         set-process-query-on-exit-flag or process-kill-without-query.
13844         (starttls-open-stream-gnutls): Use it instead of
13845         process-kill-without-query.
13846         (starttls-open-stream): Ditto.
13847
13848 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
13849
13850         * smime.el (smime-cert-by-ldap-1): Don't use
13851         replace-regexp-in-string.
13852
13853 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
13854
13855         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
13856
13857         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
13858         in PEM format.  Adjust to the XEmacs compability.
13859
13860 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
13861
13862         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
13863         by `string-to-number'.
13864         * gnus-agent.el (gnus-agent-regenerate-group)
13865         (gnus-agent-fetch-articles): Ditto.
13866         * gnus-art.el (gnus-button-fetch-group): Ditto.
13867         * gnus-cache.el (gnus-cache-generate-active)
13868         (gnus-cache-articles-in-group): Ditto.
13869         * gnus-group.el (gnus-group-set-current-level)
13870         (gnus-group-insert-group-line): Ditto.
13871         * gnus-score.el (gnus-score-set-expunge-below)
13872         (gnus-score-set-mark-below, gnus-summary-score-effect)
13873         (gnus-summary-score-entry): Ditto.
13874         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
13875         (gnus-soup-pack): Ditto.
13876         * gnus-spec.el (gnus-xmas-format): Ditto.
13877         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
13878         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
13879         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
13880         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
13881         * nndb.el (nndb-get-remote-expire-response): Ditto.
13882         * nndiary.el (nndiary-parse-schedule-value)
13883         (nndiary-string-to-number, nndiary-request-replace-article)
13884         (nndiary-request-article): Ditto.
13885         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
13886         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
13887         * nneething.el (nneething-make-head): Ditto.
13888         * nnfolder.el (nnfolder-request-article)
13889         (nnfolder-retrieve-headers): Ditto.
13890         * nnheader.el (nnheader-file-to-number): Ditto.
13891         * nnkiboze.el (nnkiboze-request-article): Ditto.
13892         * nnmail.el (nnmail-process-unix-mail-format)
13893         (nnmail-process-babyl-mail-format): Ditto.
13894         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
13895         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
13896         (nnmh-request-create-group, nnmh-request-list-1)
13897         (nnmh-request-group, nnmh-request-article): Ditto.
13898         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
13899         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
13900         * nnsoup.el (nnsoup-make-active): Ditto.
13901         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
13902         * nntp.el (nntp-find-group-and-number)
13903         (nntp-retrieve-headers-with-xover): Ditto.
13904         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
13905         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
13906         (pgg-format-key-identifier): Ditto.
13907         * pop3.el (pop3-last, pop3-stat): Ditto.
13908         * qp.el (quoted-printable-decode-region): Ditto.
13909
13910         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
13911         of concat.
13912
13913 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13914
13915         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
13916
13917         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
13918
13919         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
13920
13921         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
13922
13923         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
13924
13925         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
13926
13927         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
13928         (gnus-carpal-mode): Ditto.
13929
13930         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
13931         (gnus-browse-mode): Ditto.
13932
13933         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
13934
13935         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
13936
13937 2005-05-29  Richard M. Stallman  <rms@gnu.org>
13938
13939         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
13940
13941 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13942
13943         * gnus-util.el (gnus-run-mode-hooks): New function.
13944
13945         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
13946
13947         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
13948         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
13949
13950 2005-05-27  Lute Kamstra  <lute@gnu.org>
13951
13952         * dns-mode.el (dns-mode): Specify customization group.
13953
13954 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
13955
13956         * gnus-agent.el (gnus-agent-make-mode-line-string):
13957         Use mode-line-highlight as mouse-face.
13958
13959 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13960
13961         * canlock.el (canlock): Change the parent group to news.
13962
13963         * deuglify.el (gnus-outlook-deuglify): Add :group.
13964
13965         * dig.el (dig): Add :group.
13966
13967         * dns-mode.el (dns-mode): Add :group.
13968
13969         * encrypt.el (encrypt): Add :group.
13970
13971         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
13972         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
13973         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
13974         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
13975         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
13976
13977         * gnus-diary.el (gnus-diary): Add :group.
13978
13979         * gnus.el (gnus-group-news-1-face): Add :group.
13980         (gnus-group-news-1-empty-face): Ditto.
13981         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
13982         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
13983         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
13984         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
13985         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
13986         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
13987         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
13988         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
13989         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
13990         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
13991         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
13992         (gnus-summary-high-ticked-face): Ditto.
13993         (gnus-summary-low-ticked-face): Ditto.
13994         (gnus-summary-normal-ticked-face): Ditto.
13995         (gnus-summary-high-ancient-face): Ditto.
13996         (gnus-summary-low-ancient-face): Ditto.
13997         (gnus-summary-normal-ancient-face): Ditto.
13998         (gnus-summary-high-undownloaded-face): Ditto.
13999         (gnus-summary-low-undownloaded-face): Ditto.
14000         (gnus-summary-normal-undownloaded-face): Ditto.
14001         (gnus-summary-high-unread-face): Ditto.
14002         (gnus-summary-low-unread-face): Ditto.
14003         (gnus-summary-normal-unread-face): Ditto.
14004         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
14005         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
14006
14007         * hashcash.el (hashcash): New custom group.
14008         (hashcash-default-payment): Add :group.
14009         (hashcash-payment-alist): Ditto.
14010         (hashcash-default-accept-payment): Ditto.
14011         (hashcash-accept-resources): Ditto.
14012         (hashcash-path): Ditto.
14013         (hashcash-extra-generate-parameters): Ditto.
14014         (hashcash-double-spend-database): Ditto.
14015         (hashcash-in-news): Ditto.
14016
14017         * message.el (message-minibuffer-local-map): Add :group.
14018
14019         * netrc.el (netrc): Add :group.
14020
14021         * sieve-manage.el (sieve-manage-log): Add :group.
14022         (sieve-manage-default-user): Diito.
14023         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
14024         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
14025         (sieve-manage-authenticators): Ditto.
14026         (sieve-manage-authenticator-alist): Ditto.
14027         (sieve-manage-default-port): Ditto.
14028
14029         * sieve-mode.el (sieve-control-commands-face): Add :group.
14030         (sieve-action-commands-face): Ditto.
14031         (sieve-test-commands-face): Ditto.
14032         (sieve-tagged-arguments-face): Ditto.
14033
14034         * smime.el (smime): Add :group.
14035
14036         * spam-report.el (spam-report): Add :group.
14037
14038         * spam.el (spam, spam-face): Add :group.
14039
14040 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14041
14042         * nntp.el (nntp-next-result-arrived-p): Some news servers may
14043         return \n.\n.\n at the end of articles.  Protect against that.
14044         (nntp-with-open-group): Allow debugging.
14045
14046         * nnheader.el (mail-header-set-extra): Make into a function
14047         because I just could't understand how to quote the list properly.
14048
14049         * dns.el (query-dns-cached): New function.
14050
14051 2005-05-26  Lute Kamstra  <lute@gnu.org>
14052
14053         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
14054
14055 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14056
14057         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
14058
14059         * gnus-art.el: Don't autoload mail-extract-address-components.
14060
14061         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
14062         eval-and-compile to evaluate it.
14063
14064         * hashcash.el: Don't autoload executable-find.
14065
14066         * nndb.el: Don't declare the nndb back end two or more times; don't
14067         autoload news-reply-mode, news-setup, cancel-timer and telnet.
14068
14069         * nntp.el: Autoload format-spec instead of format; use
14070         eval-and-compile to evaluate autoload forms.
14071
14072 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
14073
14074         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
14075
14076 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14077
14078         * gnus.el (gnus-version-number): Bump version.
14079
14080 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14081
14082         * gnus.el: No Gnus v0.3 is released.
14083
14084 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14085
14086         * lpath.el (featurep): Bind show-nonbreak-escape.
14087
14088 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14089
14090         * gnus-art.el (gnus-article-edit-part): Disable undo.
14091
14092 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14093
14094         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
14095         gnus-article-date-lapsed-new-header is t if date timer is active;
14096         skip headers in which the original date value is empty.
14097         (gnus-article-save-original-date): Redefine it as a macro.
14098         (gnus-display-mime): Use it.
14099
14100 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14101
14102         * gnus-art.el (article-date-ut): Support converting date in
14103         forwarded parts as well.
14104         (gnus-article-save-original-date): New function.
14105         (gnus-display-mime): Use it.
14106
14107 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
14108
14109         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
14110         enclosure element of <item>.
14111
14112 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
14113
14114         * message.el (message-kill-buffer-query): Rename from
14115         `message-kill-buffer-query-if-modified'.  Add :version.
14116
14117 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14118
14119         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
14120         window layout.
14121
14122 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14123
14124         * mml.el: Autoload dnd when compiling.
14125
14126 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14127
14128         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
14129         x-dnd-*.
14130
14131 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14132
14133         * qp.el (quoted-printable-encode-region): Save excursion.
14134
14135 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
14136
14137         * message.el (message-kill-buffer-query-if-modified): Add new variable
14138         so the user can kill a modified message buffer quickly.
14139         (message-kill-buffer): Use it.
14140
14141 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14142
14143         * lpath.el: Fbind display-time-event-handler; don't fbind
14144         string-to-multibyte.
14145
14146         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
14147
14148 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14149
14150         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
14151         contained in text because xml.el decodes entities) with LFs.
14152
14153 2005-04-11  Lute Kamstra  <lute@gnu.org>
14154
14155         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
14156         differently.
14157
14158 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14159
14160         * mm-util.el (mm-detect-coding-region): Typo.
14161
14162 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14163
14164         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
14165
14166 2005-04-06  Deepak Goel  <deego@gnufans.org>
14167
14168         * spam-stat.el (spam-stat-score-buffer): Add a call to a
14169         user-function allow user modifications of the scores.
14170         (spam-stat-score-buffer-user): New function, to allow
14171         user-computed modifications to the score.
14172         (spam-stat-score-buffer-user-functions): List of additional
14173         scoring functions.
14174         (spam-stat-error-holder): Global temporary error holder.
14175         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
14176         variable.
14177
14178 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
14179
14180         * gnus-registry.el (gnus-registry-clean-empty-function)
14181         (gnus-registry-trim, gnus-registry-fetch-groups)
14182         (gnus-registry-delete-group): Groups that match
14183         `gnus-registry-ignored-groups' are removed from the registry
14184         entries, not just ignored for splitting.  This helps clean up the
14185         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
14186         to get all the groups a message ID is in.
14187
14188         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
14189         (spam-stat-split-fancy): Change "threshhold" to "threshold".
14190         (spam-stat-score-buffer-user-functions): Add :number custom type.
14191
14192 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14193
14194         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
14195         argument in XEmacs.
14196
14197         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
14198         (nnrss-request-group): Decode group name first.
14199         (nnrss-request-article): Make a text/plain article if mml-to-mime
14200         failed.
14201         (nnrss-get-encoding): Return a compatible encoding according to
14202         nnrss-compatible-encoding-alist.
14203         (nnrss-find-el): Use consp instead of listp.
14204         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
14205
14206 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14207
14208         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
14209         which Emacs 20 doesn't support.
14210         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
14211
14212 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14213
14214         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
14215         silence the byte compiler inside the defun.
14216
14217         * gnus-demon.el (parse-time-string): Add autoload.
14218
14219         * gnus-delay.el (parse-time-string): Add autoload.
14220
14221         * gnus-art.el (parse-time-string): Add autoload.
14222
14223         * nnultimate.el (parse-time): Require for `parse-time-string'.
14224
14225 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14226
14227         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
14228
14229         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
14230
14231         * smime.el (smime-ldap-host-list): Add :version.
14232
14233 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14234
14235         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
14236         pass it to `gnus-browse-read-group'.
14237         (gnus-browse-read-group): Add NUMBER argument and pass it to
14238         `gnus-group-read-ephemeral-group'.
14239
14240         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
14241         argument and pass it to `gnus-group-read-group'.
14242
14243 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
14244
14245         * mm-util.el (mm-xemacs-find-mime-charset): Only call
14246         mm-xemacs-find-mime-charset-1 if we have the mule feature
14247         available at runtime.
14248
14249 2005-03-25  Werner Lemberg  <wl@gnu.org>
14250
14251         * nnmaildir.el: Replace `illegal' with `invalid'.
14252
14253 2005-03-23  Lute Kamstra  <lute@gnu.org>
14254
14255         * time-date.el: Add comment on time value formats.
14256         Don't require parse-time.
14257         (with-decoded-time-value): New macro.
14258         (encode-time-value): New function.
14259         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
14260         (days-to-time): Return a valid time value when arg is huge.
14261         (time-since): Use time-subtract.
14262         (time-to-number-of-days): Use time-to-seconds.
14263
14264 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14265
14266         * gnus-start.el (gnus-display-time-event-handler):
14267         Check display-time-timer at runtime rather than only at load time
14268         in case display-time-mode is turned off in the mean time.
14269
14270 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14271
14272         * nnimap.el (nnimap-open-connection): Print which authinfo file is
14273         used.
14274
14275         * nneething.el (nneething-map-file-directory): Derive from
14276         `gnus-directory'.
14277
14278         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
14279         the To/Cc button.
14280
14281 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14282
14283         * nnmaildir.el (nnmaildir-request-accept-article):
14284         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
14285
14286 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14287
14288         * gnus-async.el: Require timer-funcs at compile time when in
14289         XEmacs for `run-with-idle-timer'.
14290
14291 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14292
14293         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
14294         autoloaded function.
14295
14296 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14297
14298         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
14299
14300 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
14301
14302         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
14303
14304 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14305
14306         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
14307         Add gnus-expert-user to default.
14308
14309 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
14310
14311         * nnimap.el (nnimap-open-server): Ditto.
14312
14313         * imap.el (imap-authenticate): Fix typo.
14314
14315 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
14316
14317         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
14318         buffer (since IMAP server might return FETCH response out of
14319         order, and the nntp buffer must be sorted).
14320
14321 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
14322
14323         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
14324         comparison on string.
14325
14326         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
14327         (gnus-agent-score): Rename category keywords to match gnus-cus.
14328         (gnus-agent-summary-fetch-series): Modify to protect against
14329         gnus-agent-summary-fetch-group clearing processable flags.
14330         (gnus-agent-synchronize-group-flags): Update live group buffer as
14331         synchronization may occur due to the user toggle the plugged
14332         status.
14333         (gnus-agent-fetch-group-1): Clear downloadable flag when article
14334         successfully downloaded.
14335         (gnus-agent-expire-group-1): Avoid using markers when the overview
14336         is in ascending order; greatly improves performance.
14337         (gnus-agent-regenerate-group):
14338         Use gnus-agent-synchronize-group-flags to reset read status in both
14339         gnus and server.
14340         (gnus-agent-update-files-total-fetched-for): Fix initial size.
14341
14342 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14343
14344         * message.el: Don't autoload former message-utils variables.
14345         (message-strip-subject-trailing-was): Change doc string.
14346
14347         * nnweb.el: Fixes for `gnus-group-make-web-group'.
14348         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
14349         (nnweb-google-search): Add "hl=en" here.
14350         (nnweb-google-parse-1, nnweb-google-create-mapping):
14351         Don't hardcode URL.
14352
14353 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14354
14355         * message.el (message-get-reply-headers, message-followup):
14356         Mention related variables `message-use-followup-to' and
14357         `message-use-mail-followup-to', in the information buffer.
14358
14359         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
14360         of broken groups(-beta).google.com.
14361
14362 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14363
14364         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
14365         parameter to invoked gnus-request-move-article; remove the
14366         redundant gnus-sum-hint-move-is-internal variable; apply the marks
14367         all at once instead of once per article.
14368         (gnus-summary-remove-process-mark): Accept a list of articles as
14369         well as a single article for processing.
14370
14371         * gnus-int.el (gnus-request-move-article): Add move-is-internal
14372         parameter.
14373
14374         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
14375
14376         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
14377
14378         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
14379         parameter.
14380
14381         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
14382         parameter.
14383
14384         * nnimap.el (nnimap-request-move-article): Add move-is-internal
14385         parameter and remove the gnus-sum-hint-move-is-internal variable.
14386
14387         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
14388         parameter.
14389
14390         * nndraft.el (nndraft-request-move-article): Add move-is-internal
14391         parameter.
14392
14393         * nndiary.el (nndiary-request-move-article): Add move-is-internal
14394         parameter.
14395
14396         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
14397
14398         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
14399         parameter.
14400
14401         * nnagent.el (nnagent-request-move-article): Add move-is-internal
14402         parameter.
14403
14404 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14405
14406         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
14407         a more conservative way.
14408
14409 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14410
14411         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
14412         buffer, so it moves the window's cursor.
14413
14414 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
14415
14416         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
14417         `mm-dissect-multipart' and receive the from field as an (optional)
14418         argument from `mm-dissect-multipart'.
14419         (mm-dissect-multipart): Receive the from field as an argument and
14420         pass it on when we call `mm-dissect-buffer' on MIME parts.
14421         Fixes verification/decryption of signed/encrypted MIME parts.
14422
14423 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
14424
14425         * gnus-sum.el (gnus-summary-move-article):
14426         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
14427         whatever it calls (right now, only nnimap-request-move article
14428         respects it).
14429
14430         * nnimap.el (nnimap-request-move-article):
14431         When gnus-sum-hint-move-is-internal is set, don't do the extra
14432         nnimap-request-article.
14433
14434 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14435
14436         * nnheader.el (nnheader-find-file-noselect): Add doc string.
14437
14438         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
14439         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
14440
14441         * gnus-sum.el (gnus-summary-caesar-message):
14442         Apply `gnus-treat-article' after rotation.
14443
14444         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
14445         doc string.
14446
14447 2005-02-22  Simon Josefsson  <jas@extundo.com>
14448
14449         * encrypt.el (encrypt-password-cache-expiry): Remove (use
14450         `password-cache-expiry' instead).  Reported by Arne Jørgensen
14451         <arne@arnested.dk>.
14452         (encrypt): Add password-cache and password-cache-expiry as group
14453         members.
14454
14455 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
14456
14457         * smime.el (smime-ldap-host-list): Doc fix.
14458         (smime-ask-passphrase): Use `password-read-and-add' to read (and
14459         cache) password.
14460         (smime-sign-region): Use it.
14461         (smime-decrypt-region): Use it.
14462         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
14463         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
14464         fails.
14465         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
14466         certificate from DER to PEM format rather than calling openssl.
14467
14468         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
14469
14470         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
14471         for signing/encryption.
14472
14473         * mml.el (mml-parse-1): Use them.
14474
14475 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
14476
14477         * nnrss.el (nnrss-verbose): Remove.
14478         (nnrss-request-group): Use `nnheader-message' instead.
14479
14480 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
14481
14482         * nnrss.el (nnrss-verbose): New variable.
14483         (nnrss-request-group): Make it say nnrss is requesting a group.
14484
14485 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14486
14487         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
14488         Handle news URL with given port correctly.
14489
14490 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14491
14492         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
14493         containing special characters.
14494
14495         * gnus-sum.el (gnus-summary-edit-article): Ditto.
14496
14497         * mml.el (mime-to-mml): Ditto.
14498
14499         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
14500         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
14501         (rfc2047-decode-region): Quote decoded words containing special
14502         characters when rfc2047-quote-decoded-words-containing-tspecials
14503         is non-nil.
14504
14505 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
14506
14507         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
14508
14509         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
14510
14511 2005-02-15  Simon Josefsson  <jas@extundo.com>
14512
14513         * nnimap.el (nnimap-debug): Doc fix.
14514
14515         * imap.el (imap-debug): Doc fix.
14516
14517 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14518
14519         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
14520
14521 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
14522
14523         * gnus.el (spam-contents): Improve docs for spam-contents
14524         parameter in its variable incarnation.
14525
14526 2005-02-14  Simon Josefsson  <jas@extundo.com>
14527
14528         * smime-ldap.el: Use require instead of load-library for ldap.
14529         (smime-ldap-search): Indent.
14530         (smime-ldap-search-internal): Shorten line.
14531
14532         * smime.el (smime-cert-by-dns): Add doc-string.
14533         (smime-cert-by-ldap-1): Indent.
14534
14535         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
14536         mml-smime-get-dns-ldap.
14537         (mml-smime-encrypt-query): Use new function.  Default to ldap.
14538
14539 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
14540
14541         * smime.el: Require smime-ldap.
14542         (smime-ldap-host-list): New variable.
14543         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
14544
14545         * mml-smime.el (mml-smime-encrypt-query): New function.
14546         (mml-smime-encrypt-query): Use it.
14547
14548         * smime-ldap.el: New file.
14549
14550 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14551
14552         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
14553
14554 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14555
14556         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
14557         argument in doc string.  Make query for type more clear.
14558
14559 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14560
14561         * gnus.el (gnus-group-startup-message): Search for gnus images in
14562         etc/images/gnus.
14563         * mm-util.el (mm-image-load-path): Likewise.
14564         * smiley.el (smiley-data-directory): Search for smilies in
14565         etc/images/smilies.
14566
14567 2005-02-09  Kim F. Storm  <storm@cua.dk>
14568
14569         Change Emacs release version from 21.4 to 22.1 throughout.
14570         Change Emacs development version from 21.3.50 to 22.0.50.
14571
14572 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14573
14574         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
14575
14576         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
14577         non-Mule XEmacs as well.
14578         (mm-decompress-buffer): Signal an error intentionally if it does
14579         not decompress compressed data because auto-compression-mode is
14580         disabled.
14581
14582 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
14583
14584         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
14585         an ID in the registry even if it has no groups.
14586
14587 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14588
14589         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
14590         merge it into mm-decompress-buffer.
14591         (gnus-mime-copy-part): Use the MIME part charset, the value which
14592         a user specified or gnus-newsgroup-charset for decoding, like
14593         gnus-mime-inline-part does; set buffer-file-coding-system to tell
14594         save-buffer what was used.  Suggested by Kevin Ryde
14595         <user42@zip.com.au>.
14596         (gnus-mime-inline-part): Allow the name parameter as well as the
14597         filename parameter; force decompressing of compressed data; always
14598         display contents being not decoded as unibyte.
14599
14600         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
14601         as well as the filename parameter.
14602
14603         * mm-util.el (mm-decompress-buffer):
14604         Merge gnus-mime-jka-compr-maybe-uncompress.
14605         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
14606         of compressed data.
14607
14608 2005-02-08  Simon Josefsson  <jas@extundo.com>
14609
14610         * imap.el (imap-log): Doc fix.
14611
14612 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14613
14614         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
14615         the coding cookies; decompress compressed parts.
14616
14617         * mml.el (mml-generate-mime-1): Add the charset parameter according
14618         to the value which a user specified manually or the coding cookie.
14619
14620         * mm-util.el (mm-string-to-multibyte): New function.
14621         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
14622         (mm-coding-system-to-mime-charset): New function.
14623         (mm-decompress-buffer): New function.
14624         (mm-find-buffer-file-coding-system): New function.
14625
14626         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
14627         (mm-display-inline-fontify): Rewrite for decoding and decompressing
14628         parts.
14629
14630 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14631
14632         * mm-view.el (mm-display-inline-fontify): Decode a part according
14633         to the charset parameter.
14634
14635 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14636
14637         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
14638         prefix arg is neither nil nor a number, as info specifies.
14639
14640 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14641
14642         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
14643         timestamps.
14644
14645 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
14646
14647         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
14648         groups error checking and notify user.
14649
14650 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
14651
14652         * message.el (message-send-mail-function): Check existence of
14653         sendmail-program first before using default value
14654         `message-send-mail-with-sendmail'.  Otherwise use more generic
14655         `smtpmail-send-it'.
14656
14657 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14658
14659         * nntp.el (nntp-request-update-info): Always return nil.
14660
14661 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14662
14663         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
14664
14665 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14666
14667         * message.el (message-beginning-of-line): Change the behavior when
14668         invoked between BOL and : so that it first moves backward.
14669
14670 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14671
14672         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
14673         article buffer when editing of the article is discarded.
14674         (gnus-article-prepare): Revert.
14675
14676 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14677
14678         * gnus-art.el (gnus-article-prepare):
14679         Remove message-strip-forbidden-properties from the local hook.
14680
14681 2005-01-27  Simon Josefsson  <jas@extundo.com>
14682
14683         * password.el (password-cache-add): Only start one timer per key.
14684         Reported by Derek Atkins <warlord@MIT.EDU>.
14685
14686 2005-01-26  Steve Youngs  <steve@sxemacs.org>
14687
14688         * run-at-time.el: Remove.  It is no longer needed as
14689         timer-funcs.el in the xemacs-base package has a working version of
14690         `run-at-time'.
14691
14692         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
14693
14694         * password.el: Require timer-funcs instead of run-at-time in
14695         XEmacs.
14696         Remove `password-run-at-time' macro.
14697         (password-cache-add): Use `run-at-time' instead of
14698         `password-run-at-time'.
14699
14700         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
14701         Remove `nnheader-cancel-function-timers' alias,
14702         `cancel-function-timers' exists in XEmacs in timer-funcs.
14703
14704         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
14705         for `run-with-idle-timer'.
14706
14707         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
14708         for `run-at-time'.
14709
14710         * mm-url.el: Require timer-funcs at compile time when in XEmacs
14711         for `with-timeout'.
14712
14713         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
14714         the same as for XEmacs 21.4.
14715         No need to ignore `run-with-idle-timer', this function exists in
14716         XEmacs now in timer-funcs.el in the xemacs-base package.
14717         (dgnushack-compile): No need to delete
14718         run-at-time.el from the list of files to compile because it
14719         doesn't exist anymore.
14720
14721 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14722
14723         * mml.el (mml-generate-mime-1): Convert string into unibyte when
14724         inserting " *mml*" buffer's contents into a unibyte temp buffer.
14725
14726 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
14727
14728         * mail-source.el (mail-source-fetch-imap): Search for ^From case
14729         sensitively.
14730
14731 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
14732
14733         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
14734
14735 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14736
14737         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
14738         which will be inserted according to the multibyteness of a buffer
14739         rather than the type of contents.  Suggested by ARISAWA Akihiro
14740         <ari@mbf.ocn.ne.jp>.
14741
14742         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
14743         of string which old xml.el may return rather than a string.
14744
14745 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14746
14747         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
14748
14749 2005-01-16  Simon Josefsson  <jas@extundo.com>
14750
14751         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
14752         idn/idna.el isn't available.
14753         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
14754         <michael@waxrat.com>.
14755
14756         * hashcash.el: Remove non-FSF copyright header.
14757
14758         * hashcash.el (hashcash-extra-generate-parameters): New variable.
14759         (hashcash-generate-payment): Use it.
14760         (hashcash-generate-payment-async): Use it.
14761
14762 2005-01-15  Simon Josefsson  <jas@extundo.com>
14763
14764         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
14765         Suggested by Raymond Scholz <ray-2005@zonix.de>.
14766
14767         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
14768         gnus-summary-idna-message.
14769         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
14770         (gnus-summary-idna-message): New function.
14771
14772 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14773
14774         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
14775         gnus-novice-user.
14776
14777 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14778
14779         * nnrss.el (nnrss-request-delete-group): Delete entries in
14780         nnrss-group-alist as well.
14781         (nnrss-save-server-data): Insert newline.
14782
14783 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
14784
14785         * gnus.el (gnus-user-agent): Use list of symbols instead of
14786         symbols.  Display full version number for (S)XEmacs.
14787         Optionally display (S)XEmacs codename.
14788
14789         * gnus-util.el (gnus-emacs-version): Update for new
14790         `gnus-user-agent'.
14791
14792         * gnus-msg.el (gnus-extended-version): Make it possible to omit
14793         Gnus version.
14794
14795 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14796
14797         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
14798         which is unreadable in some setups.
14799
14800 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14801
14802         * gnus-spec.el (gnus-update-format-specifications): Flush the
14803         group format spec cache if it doesn't support decoded group names.
14804
14805 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14806
14807         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
14808         Allow to apply decay on score files matching a regexp.
14809
14810 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14811
14812         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
14813         compatibility in %g and %c.
14814
14815 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14816
14817         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
14818         name for only %g and %c.
14819         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
14820         of gnus-tmp-group to decoded group name.
14821         (gnus-group-make-rss-group): Exclude `/'s from group names.
14822
14823 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14824
14825         * nnrss.el (nnrss-get-encoding): Fix regexp.
14826
14827 2004-12-27  Simon Josefsson  <jas@extundo.com>
14828
14829         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
14830         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
14831         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
14832
14833 2004-12-17  Kim F. Storm  <storm@cua.dk>
14834
14835         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
14836
14837         * gnus-sum.el (gnus-summary-mode-map): Likewise.
14838
14839 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14840
14841         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
14842
14843 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14844
14845         * nnrss.el: Require rfc2047 and mml.
14846         (nnrss-file-coding-system): New variable.
14847         (nnrss-format-string): Redefine it as an inline function.
14848         (nnrss-decode-group-name): New function.
14849         (nnrss-string-as-multibyte): Remove.
14850         (nnrss-retrieve-headers): Decode group name; don't use
14851         nnrss-format-string.
14852         (nnrss-request-group): Decode group name.
14853         (nnrss-request-article): Decode group name; allow a Message-ID as
14854         well as an article number; don't use nnrss-format-string; encode a
14855         Message-ID string which may contain non-ASCII characters; use
14856         mml-to-mime to compose a MIME article.
14857         (nnrss-request-expire-articles): Decode group name.
14858         (nnrss-request-delete-group): Decode group name.
14859         (nnrss-fetch): Clarify error message.
14860         (nnrss-read-server-data): Use insert-file-contents instead of load;
14861         bind file-name-coding-system; use multibyte buffer.
14862         (nnrss-save-server-data): Bind coding-system-for-write to the
14863         value of nnrss-file-coding-system; bind file-name-coding-system;
14864         add coding cookie.
14865         (nnrss-read-group-data): Use insert-file-contents instead of load;
14866         bind file-name-coding-system; use multibyte buffer.
14867         (nnrss-save-group-data): Bind coding-system-for-write to the
14868         value of nnrss-file-coding-system; bind file-name-coding-system.
14869         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
14870         make it work with non-ASCII text.
14871         (nnrss-find-el): Make it work with old xml.el as well.
14872
14873 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14874
14875         * nnrss.el (nnrss-get-encoding): New function.
14876         (nnrss-fetch): Use unibyte buffer initially; bind
14877         coding-system-for-read while performing mm-url-insert; remove ^Ms;
14878         decode contents according to the encoding attribute.
14879         (nnrss-save-group-data): Add coding cookie.
14880         (nnrss-mime-encode-string): New function.
14881         (nnrss-check-group): Use it to encode subject and author.
14882
14883 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
14884
14885         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
14886         imaginary variable.
14887
14888 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14889
14890         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
14891         correctly even if there are wide characters.
14892
14893 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14894
14895         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
14896         downcased symbol names; make a new cache instead of reusing
14897         bbdb-hashtable.
14898
14899 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14900
14901         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14902         concatenating segments rather than before concatenating them.
14903         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14904
14905         * message.el (message-get-reply-headers): Bind `extra'.
14906
14907 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14908
14909         * message.el (message-extra-wide-headers): New variable.
14910         (message-get-reply-headers): Use it.
14911
14912 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14913
14914         * gnus-agent.el (gnus-agent-group-path): Decode group name.
14915         (gnus-agent-group-pathname): Ditto.
14916
14917         * gnus-cache.el (gnus-cache-file-name): Decode group name.
14918
14919         * gnus-group.el (gnus-group-make-group): Decode group name.
14920         (gnus-group-make-rss-group): Register the group data after opening
14921         the nnrss group.
14922
14923 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
14924
14925         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
14926         by expiry now get marked as read.
14927
14928 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14929
14930         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
14931
14932 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
14933
14934         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
14935         unify Latin characters in XEmacs.
14936         (mm-find-mime-charset-region): Use it.
14937
14938 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14939
14940         * gnus-util.el (gnus-delete-directory): New function.
14941
14942         * gnus-agent.el (gnus-agent-delete-group): Use it.
14943
14944         * gnus-cache.el (gnus-cache-delete-group): Use it.
14945
14946 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14947
14948         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
14949         names.
14950
14951 2004-12-16  Simon Josefsson  <jas@extundo.com>
14952
14953         * hashcash.el (hashcash-payment-alist): Fix custom :type.
14954
14955 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14956
14957         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
14958
14959         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
14960         (gnus-group-set-current-level): Decode group name.
14961
14962 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
14963
14964         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
14965         failed.
14966
14967 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14968
14969         * gnus-group.el (gnus-group-delete-group): Decode group name.
14970         (gnus-group-make-rss-group): Encode group name.
14971         (gnus-group-catchup-current): Decode group name.
14972         (gnus-group-kill-group): Decode group name.
14973
14974 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14975
14976         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
14977
14978 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14979
14980         * gnus-group.el (gnus-group-make-rss-group):
14981         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
14982
14983         * gnus-start.el (gnus-setup-news): Honor user's setting to
14984         gnus-message-archive-method.  Suggested by Lute Kamstra
14985         <lute@gnu.org>.
14986
14987 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
14988
14989         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
14990         global counterparts of the buffer-local variables.
14991
14992 2004-11-16  Romain Francoise  <romain@orebokech.com>
14993
14994         * gnus-sum.el (gnus-summary-exit): Don't clear the global
14995         counterparts of the buffer-local variables.
14996
14997 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14998
14999         * message.el (message-forbidden-properties): Fix typo in doc
15000         string.
15001
15002 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15003
15004         * gnus-util.el (gnus-replace-in-string): Add doc string.
15005
15006         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
15007         to avoid problems when splitting mails with many recipients.
15008
15009 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15010
15011         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
15012         pop-to-buffer, covered by the subsequent gnus-configure-windows.
15013
15014 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
15015
15016         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
15017         if there is no hashtable in memory or file modification time is
15018         newer than cached timestamp.
15019
15020 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
15021
15022         * gnus-sum.el (gnus-summary-limit-to-recipient):
15023         Implement not-matching option.
15024
15025 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
15026
15027         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
15028         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
15029         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15030         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
15031         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
15032         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
15033
15034 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15035
15036         * message.el (message-forward-make-body-mml): Remove headers
15037         according to message-forward-ignored-headers if a message is decoded.
15038
15039 2004-12-02  Romain Francoise  <romain@orebokech.com>
15040
15041         * message.el (message-forward-make-body-plain): Always remove
15042         headers according to message-forward-ignored-headers.
15043
15044 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
15045
15046         * spam.el (spam-summary-prepare-exit): Remove the
15047         gnus-summary-limit pop for now, it has problems with ham marks for
15048         me.
15049
15050 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
15051
15052         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
15053         correctly.
15054
15055 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
15056
15057         * format-spec.el (format-spec): Message the char.
15058
15059 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
15060
15061         * gnus-art.el (gnus-split-methods): Reformat comments.
15062
15063         * spam.el (spam-summary-prepare-exit): Remove article limits
15064         before exiting the summary buffer.
15065
15066 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15067
15068         * lpath.el: Remove bbdb-create-internal, bbdb-records,
15069         spam-BBDB-register-routine and spam-enter-ham-BBDB.
15070
15071         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
15072         order to silence the byte compiler.
15073
15074         * spam.el: Fix the way to silence the byte compiler, which
15075         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
15076         bbdb-search-simple, spam-BBDB-register-routine,
15077         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
15078         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
15079         spam-stat-buffer-is-spam, spam-stat-load,
15080         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
15081         spam-stat-save and spam-stat-split-fancy.
15082
15083 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15084
15085         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
15086         which may confuse users.
15087         (canlock-password-for-verify): Ditto.
15088
15089         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
15090
15091         * gnus-art.el (gnus-emphasis-alist): Ditto.
15092
15093         * gnus-registry.el (gnus-registry-max-entries): Ditto.
15094
15095         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
15096
15097         * gnus-start.el (gnus-save-killed-list): Ditto.
15098
15099         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
15100         (gnus-sum-thread-tree-root): Ditto.
15101         (gnus-sum-thread-tree-false-root): Ditto.
15102         (gnus-sum-thread-tree-single-indent): Ditto.
15103
15104         * message.el (message-courtesy-message): Ditto.
15105         (message-archive-note): Ditto.
15106         (message-subscribed-address-file): Ditto.
15107         (message-user-fqdn): Ditto.
15108
15109         * spam-report.el (spam-report-gmane-regex): Ditto.
15110
15111         * spam.el (spam-blackhole-good-server-regex): Ditto.
15112
15113 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15114
15115         * mml.el (mml-preview): Widen the message buffer before copying
15116         the contents to the preview buffer; sort headers before previewing.
15117
15118         * message.el (message-hidden-headers): Fix the way to avoid a bug
15119         in the `repeat' widget in Emacs 21.3 or earlier.
15120
15121 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15122
15123         * message.el (message-hidden-headers): Default to "^References:".
15124         Improve customization type.  Suggested by Reiner Steib
15125         <Reiner.Steib@gmx.de>.
15126
15127 2004-11-25  Romain Francoise  <romain@orebokech.com>
15128
15129         * message.el (message-strip-forbidden-properties): Remove check for
15130         obsolete `message-hidden' text property, hidden headers are not
15131         accessible in the buffer anymore.
15132
15133 2004-11-22  Romain Francoise  <romain@orebokech.com>
15134
15135         * message.el (message-header-format-alist): Add `From' in list
15136         so that it can be sorted.
15137         (message-fix-before-sending): Widen and sort headers before
15138         sending.
15139         (message-hide-headers): Use narrowing to hide headers by moving
15140         them to the top of the buffer and narrowing to the region
15141         underneath.
15142
15143 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15144
15145         * message.el (message-strip-forbidden-properties):
15146         Bind buffer-read-only (etc) to nil.
15147
15148 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15149
15150         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
15151         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15152
15153 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
15154
15155         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
15156
15157 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15158
15159         * dns.el (query-dns): Use sit-for to time instead of
15160         accept-process-output, since that doesn't seem to work on udp
15161         sockets.
15162
15163 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15164
15165         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
15166
15167 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
15168
15169         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
15170         doc string.  Improve doc string.
15171
15172 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15173
15174         * nntp.el (nntp-request-update-info): Return nil if
15175         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
15176         may not call gnus-activate-group which uselessly issues the GROUP
15177         commands for all nntp groups and wastes time.  Reported by Romain
15178         Francoise <romain@orebokech.com>.
15179
15180         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
15181
15182 2004-11-15  Simon Josefsson  <jas@extundo.com>
15183
15184         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
15185         headers separately.
15186         (gnus-button-openpgp): New function, inspired by Jochen Küpper
15187         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
15188
15189 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15190
15191         * gnus-start.el (gnus-convert-old-newsrc):
15192         Assign legacy-gnus-agent to 5.10.7.
15193
15194 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15195
15196         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
15197         start of the lines.
15198
15199 2004-11-14  Magnus Henoch  <mange@freemail.hu>
15200
15201         * hashcash.el (hashcash-default-payment): Change default to 20.
15202         (hashcash-default-accept-payment): Change default to 20.
15203         (hashcash-process-alist): New variable.
15204         (hashcash-generate-payment-async): Add.
15205         (hashcash-already-paid-p): Add.
15206         (hashcash-insert-payment): Don't generate payments twice.
15207         (hashcash-insert-payment-async): Add.
15208         (hashcash-insert-payment-async-2): Add.
15209         (hashcash-cancel-async): Add.
15210         (hashcash-wait-async): Add.
15211         (hashcash-processes-running-p): Add.
15212         (hashcash-wait-or-cancel): Add.
15213         (mail-add-payment): New optional argument.  Conditionally start
15214         asynchronous calculation.
15215         (mail-add-payment-async): Add.
15216
15217         * message.el (message-send-mail): Wait for asynchronous hashcash
15218         results.  Don't clobber existing X-Hashcash headers.
15219         (message-setup-1): Call mail-add-payment-async when
15220         message-generate-hashcash is non-nil.
15221
15222 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15223
15224         * message.el (message-use-alternative-email-as-from): Examine the
15225         From header as well; use message-make-from in order to include a
15226         user's full name.
15227
15228 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15229
15230         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
15231         default; improve customization type.
15232         (gnus-emphasis-custom-with-format): New macro.
15233         (gnus-emphasis-custom-value-to-external): New function.
15234         (gnus-emphasis-custom-value-to-internal): New function.
15235
15236 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15237
15238         * dns.el (query-dns): Resolve reverse addresses.
15239
15240 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15241
15242         * gnus-group.el (gnus-group-get-new-news): Use it.
15243
15244         * gnus-start.el (gnus-check-reasonable-setup): New function.
15245
15246 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15247
15248         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
15249         "Args out of range" error.  Reported by Arnaud Giersch
15250         <arnaud.giersch@free.fr>.
15251
15252 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15253
15254         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
15255
15256 2004-11-04  Richard M. Stallman  <rms@gnu.org>
15257
15258         * spam.el (spam group): Add :version.
15259
15260         * pgg-def.el (pgg group): Add :version.
15261
15262 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15263
15264         * gnus-art.el (gnus-article-edit-article): Don't associate the
15265         article buffer with a draft file.  This is a temporary measure
15266         against the 2004-08-22 change to gnus-article-edit-mode.
15267
15268 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15269
15270         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
15271         (html2text-format-tags): Remove unused variable `attr'.
15272
15273 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15274
15275         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
15276
15277         * tls.el (tls-process-connection-type, tls-success)
15278         (tls-certtool-program): Add :version.
15279
15280         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
15281         (starttls-extra-arguments, starttls-process-connection-type)
15282         (starttls-connect, starttls-failure, starttls-success): Add :version.
15283
15284         * spam-stat.el (spam-stat): Add :version.
15285
15286         * sieve.el (sieve): Add :version.
15287
15288         * sha1.el (sha1): Add :version.
15289         (sha1-use-external): Remove redundant version.
15290
15291         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
15292         (nnmail-cache-ignore-groups, nnmail-spool-hook)
15293         (nnmail-split-fancy-match-partial-words)
15294         (nnmail-split-lowercase-expanded): Add :version.
15295
15296         * nndiary.el (nndiary): Add :version.
15297
15298         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
15299
15300         * mml-sec.el (mml-default-sign-method)
15301         (mml-default-encrypt-method, mml-signencrypt-style-alist):
15302         Add :version.
15303
15304         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
15305
15306         * mm-url.el (mm-url-use-external, mm-url-program)
15307         (mm-url-arguments): Add :version.
15308
15309         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
15310         (mm-attachment-file-modes, mm-decrypt-option)
15311         (mm-w3m-safe-url-regexp): Add :version.
15312
15313         * message.el (message-cite-prefix-regexp)
15314         (message-sendmail-envelope-from, message-minibuffer-local-map)
15315         (message-user-fqdn, message-completion-alist): Add :version.
15316
15317         * gnus-win.el (gnus-configure-windows-hook)
15318         (gnus-use-frames-on-any-display): Add :version.
15319
15320         * gnus-art.el (gnus-article-address-banner-alist)
15321         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
15322         (gnus-treat-from-picon, gnus-treat-mail-picon)
15323         (gnus-treat-x-pgp-sig): Add :version.
15324
15325         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
15326         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
15327         (gnus-summary-article-delete-hook)
15328         (gnus-summary-display-while-building): Add :version.
15329
15330         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
15331         (gnus-get-top-new-news-hook): Add :version.
15332
15333         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15334         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
15335
15336         * gnus-registry.el (gnus-registry): Add :version.
15337
15338         * gnus-spec.el (gnus-use-correct-string-widths)
15339         (gnus-make-format-preserve-properties): Add :version.
15340
15341         * gnus.el (gnus-group-charter-alist)
15342         (gnus-group-fetch-control-use-browse-url)
15343         (gnus-install-group-spam-parameters): Add :version.
15344
15345         * gnus-diary.el (gnus-diary): Add :version.
15346
15347         * gnus-delay.el (gnus-delay): Add :version.
15348
15349         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
15350         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
15351         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
15352         Add :version.
15353
15354         * gnus-agent.el (gnus-agent-max-fetch-size)
15355         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
15356         (gnus-agent-prompt-send-queue): Add :version.
15357
15358         * deuglify.el (gnus-outlook-deuglify): Add :version.
15359
15360         * html2text.el: Beautify code.  Improve doc strings.
15361         Some checkdoc cleanup.
15362         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
15363
15364 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
15365
15366         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
15367
15368 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
15369
15370         * gnus-registry.el (gnus-registry-hashtb): Create the registry
15371         when package is loaded.
15372
15373         * spam.el (spam-summary-score-preferred-header): Add global preference
15374         for people who want to override the default SpamAssassin over
15375         Bogofilter preference (when both are set).
15376         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
15377         (spam-user-format-function-S):
15378         Check spam-summary-score-preferred-header.
15379         (spam-extra-header-to-number): Add X-Bogosity header parsing.
15380         (spam-user-format-function-S): Format the score correctly.
15381
15382 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15383
15384         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
15385         signature file.  Suggested by Manoj Srivastava
15386         <srivasta@golden-gryphon.com>.
15387
15388         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
15389         iso-2022-jp even in the Japanese language environment.
15390         Suggested by Jason Rumney <jasonr@gnu.org>.
15391
15392 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15393
15394         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
15395         use the same characters as the dummy marks; make it free from
15396         getting affected by the language environment.
15397         (gnus-summary-read-group-1): Update mark positions only when the
15398         format spec is updated.
15399
15400         * gnus-spec.el (gnus-update-format-specifications): Return a list
15401         of updated types.
15402
15403 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15404
15405         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
15406         of boundp to check if display-warning is available.
15407
15408 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
15409
15410         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
15411
15412 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15413
15414         * nnspool.el (nnspool-spool-directory): Use news-path if the
15415         news-directory variable is not bound.
15416
15417         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
15418         function instead of display-warning if it is not available.
15419
15420 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15421
15422         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
15423         v5-10: Use `point-at-bol'.
15424
15425 2004-10-26  Simon Josefsson  <jas@extundo.com>
15426
15427         * hashcash.el: Fix URL in comment, reported by Cheng Gao
15428         <chenggao@gmail.com>.
15429
15430 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15431
15432         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
15433         instead.
15434
15435 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
15436
15437         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
15438         to remove a server from the nnimap-server-buffer-alist.
15439         (nnimap-open-connection, nnimap-close-server): Use it.
15440
15441         * gnus-encrypt.el: Remove file in favor of encrypt.el.
15442
15443 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15444
15445         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
15446         running the major-mode function.
15447
15448 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15449
15450         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
15451         dummy marks in the right way.
15452
15453 2004-10-18  David Edmondson  <dme@dme.org>
15454
15455         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
15456         excessively.
15457
15458 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
15459
15460         * gnus-util.el (gnus-split-references): Accept a nil references
15461         string and go on blissfully.
15462
15463         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
15464         cases where the references string is non-nil but has no references.
15465
15466         * encrypt.el: Add autoload tags.
15467
15468         * spam.el (spam-resolve-registrations-routine): Remove article
15469         from unregistration list too.  Reported by David Hanak
15470         <dhanak@isis.vanderbilt.edu>
15471
15472 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
15473
15474         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
15475         nil.  Change custom type.
15476
15477 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
15478
15479         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
15480
15481         * gnus-sum.el (gnus-summary-move-article): Use it.
15482
15483 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
15484
15485         * encrypt.el: Add autoload cookies.
15486
15487         * spam.el (spam-backend-article-list-property)
15488         (spam-backend-get-article-todo-list)
15489         (spam-backend-put-article-todo-list)
15490         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
15491         Resolve registrations separately.
15492         (spam-register-routine): Format comments.
15493         (spam-unregister-routine, spam-register-routine): Always call with
15494         specific-articles, no default list.
15495         (spam-summary-prepare-exit): Use the spam-classifications function.
15496
15497         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
15498         gnus-encrypt.el.
15499
15500         * encrypt.el: Copied from gnus-encrypt.el.
15501
15502         * gnus-encrypt.el: Commented that it's obsolete.
15503
15504 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15505
15506         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
15507         (gnus-score-save): Use it.
15508
15509         * message.el (message-bury): Use `window-dedicated-p'.
15510
15511 2004-10-15  Simon Josefsson  <jas@extundo.com>
15512
15513         * pop3.el (top-level): Don't require nnheader.
15514         (pop3-read-timeout): Add.
15515         (pop3-accept-process-output): Add.
15516         (pop3-read-response, pop3-retr): Use it.
15517
15518 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
15519
15520         * spam.el (spam-register-routine): Move comment.
15521         (spam-verify-bogofilter): Use 'unknown for the initial
15522         spam-bogofilter-valid state, not 'never.
15523
15524         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
15525         for netrc-machine.
15526
15527         * nnimap.el (nnimap-open-connection):
15528         Use netrc-machine-user-or-password.
15529
15530 2004-10-17  Richard M. Stallman  <rms@gnu.org>
15531
15532         * gnus-registry.el (gnus-registry-unload-hook):
15533         Set as a variable with add-hook.
15534
15535         * nnspool.el (nnspool-spool-directory): Use news-directory instead
15536         of news-path.
15537
15538         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
15539
15540         * spam.el: Delete duplicate `provide'.
15541         (spam-unload-hook): Set as a variable with add-hook.
15542
15543 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15544
15545         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
15546         in the doc string.
15547
15548         * message.el (message-ignored-news-headers)
15549         (message-ignored-supersedes-headers)
15550         (message-ignored-resent-headers)
15551         (message-forward-ignored-headers): Improve custom type.
15552
15553 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15554
15555         * message.el (message-tokenize-header): Fix 2004-09-06 change
15556         which used point-min in the wrong place.
15557
15558 2004-10-12  Simon Josefsson  <jas@extundo.com>
15559
15560         * tls.el (tls-certtool-program): New variable.
15561         (tls-certificate-information): New function, based on
15562         ssl-certificate-information.
15563
15564 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15565
15566         * compface.el: Move the version of ELisp-based uncompface program
15567         to the contrib directory because of the copyright problem.
15568
15569 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15570
15571         * message.el (message-kill-buffer): Raise the current frame.
15572
15573 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15574
15575         * gnus-sum.el: Mention that multibyte characters don't work as marks.
15576
15577         * gnus.el (message-y-or-n-p): Autoload.
15578
15579         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
15580         (pop3-password-required, pop3-authentication-scheme)
15581         (pop3-leave-mail-on-server): Make customizable.
15582         (pop3): New custom group.
15583         (pop3-retr): Remove `sleep-for' statements.
15584         Suggested by Dave Love <fx@gnu.org>.
15585
15586         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
15587         Windows/DOS.
15588
15589         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15590         (imap-parse-body): Fix incorrect use of `assert'.
15591         Suggested by Dave Love <fx@gnu.org>.
15592
15593         * mml.el (mml-minibuffer-read-disposition): Require match.
15594         Suggested by Dave Love <fx@gnu.org>.
15595
15596 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15597
15598         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
15599         doc string.
15600
15601 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15602
15603         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
15604
15605 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15606
15607         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
15608         instead of calling `mm-insert-inline', to decode text/* parts
15609         before displaying them.
15610
15611 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15612
15613         * mm-uu.el (mm-uu-text-plain-type): New variable.
15614         (mm-uu-pgp-signed-extract-1): Use it.
15615         (mm-uu-pgp-encrypted-extract-1): Use it.
15616         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
15617         bind mm-uu-text-plain-type with that value.
15618         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
15619         mm-uu-dissect.
15620
15621 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15622
15623         * gnus-group.el (gnus-update-group-mark-positions):
15624         * gnus-sum.el (gnus-update-summary-mark-positions):
15625         * message.el (message-check-news-body-syntax):
15626         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
15627         of string-as-multibyte.
15628
15629 2004-10-05  Juri Linkov  <juri@jurta.org>
15630
15631         * gnus-group.el (gnus-update-group-mark-positions):
15632         * gnus-sum.el (gnus-update-summary-mark-positions):
15633         * message.el (message-check-news-body-syntax):
15634         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
15635         8-bit unibyte values to a multibyte string for search functions.
15636
15637 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15638
15639         * mm-uu.el (mm-uu-dissect): Allow optional arg.
15640         (mm-uu-dissect-text-parts): New function.
15641
15642         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
15643         dissect text parts.
15644
15645         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
15646         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
15647
15648         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
15649
15650         * gnus-topic.el (gnus-topic-hierarchical-parameters):
15651         Use gnus-current-topics instead of gnus-current-topic.
15652
15653 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
15654
15655         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
15656
15657 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
15658
15659         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
15660         where approriate.
15661
15662         * nnml.el (nnml-generate-active-info): do.
15663
15664         * nndiary.el (nndiary-generate-active-info): do.
15665
15666         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
15667         (gnus-topic-move): do.
15668
15669         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
15670         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
15671
15672         * gnus-srvr.el (gnus-server-prepare)
15673         (gnus-server-open-all-servers): do.
15674
15675         * gnus-msg.el (gnus-summary-cancel-article)
15676         (gnus-summary-resend-message)
15677         (gnus-summary-mail-crosspost-complaint): do.
15678
15679         * gnus-move.el (gnus-change-server): do.
15680
15681         * gnus-group.el (gnus-group-unmark-all-groups)
15682         (gnus-group-set-current-level): do.
15683
15684 2004-10-04  Simon Josefsson  <jas@extundo.com>
15685
15686         * message.el (message-generate-hashcash): Doc fix.
15687
15688 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
15689
15690         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
15691         avoid infinite recursion via gnus-get-function.
15692
15693 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
15694
15695         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
15696
15697         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
15698
15699         * nnmail.el (nnmail-split-history): do.
15700
15701         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
15702         (nnml-request-delete-group): do.
15703
15704         * nnslashdot.el (nnslashdot-read-groups): do.
15705
15706         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
15707         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
15708
15709         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
15710         (nnspool-sift-nov-with-sed): Use last.
15711         (nnspool-retrieve-headers-with-nov): Use mapc.
15712         (nnspool-request-newgroups): Use dolist.
15713         (nnspool-request-group): Use last.
15714
15715         * nntp.el (nntp-read-server-type): Use dolist.
15716
15717         * nnvirtual.el (nnvirtual-create-mapping)
15718         (nnvirtual-update-read-and-marked): Use dolist.
15719         (nnvirtual-convert-headers): Simplify.
15720
15721 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15722
15723         * gnus-agent.el (gnus-agent-synchronize-group-flags):
15724         Add support for sync'ing tick marks.
15725
15726 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15727
15728         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
15729         there's no visible header.
15730
15731 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15732
15733         * gnus-agent.el (gnus-agent-synchronize-group-flags):
15734         When necessary, pass full group name to gnus-request-set-marks.
15735
15736 2004-10-01  Simon Josefsson  <jas@extundo.com>
15737
15738         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
15739         acroread.
15740
15741 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15742
15743         * spam-report.el (spam-report-gmane): Fix interactive.
15744
15745         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
15746
15747         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
15748         when writing file.
15749         (gnus-agent-synchronize-flags): Don't default to being
15750         interactive.
15751
15752 2004-09-30  Simon Josefsson  <jas@extundo.com>
15753
15754         * message.el (message-generate-hashcash): Add.
15755         (message-send-mail): Use it, call mail-add-payment.
15756
15757 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15758
15759         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
15760
15761 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
15762
15763         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
15764         gnus-requst-update-info with explicit code to sync the in-memory
15765         info read flags with the marks being sync'd to the backend.
15766
15767         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
15768
15769 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15770
15771         * spam.el (spam-verify-bogofilter): Add new function.
15772         (spam-check-bogofilter)
15773         (spam-bogofilter-register-with-bogofilter): Use it.
15774         (spam-verify-bogofilter): Add small fixes.
15775
15776 2004-09-28  Simon Josefsson  <jas@extundo.com>
15777
15778         * hashcash.el (hashcash-generate-payment): Revert.
15779
15780 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15781
15782         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15783         Use gnus-extract-references instead of gnus-split-references.
15784
15785         * gnus-util.el (gnus-extract-references): Add new function, analogous
15786         to gnus-split-references but extracts only the message-ID without
15787         anything extra.
15788
15789         * hashcash.el (hashcash-generate-payment)
15790         (hashcash-check-payment): Do the right thing if hashcash-path is
15791         nil (because the hashcash program could not be found).
15792
15793         * spam.el (spam-use-hashcash): Remove comment.
15794
15795 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
15796
15797         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
15798         (gnus-cache-enter-article, gnus-cache-remove-article)
15799         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
15800
15801         * gnus-async.el (gnus-async-prefetch-remove-group): do.
15802
15803         * gnus-art.el (article-hide-boring-headers)
15804         (article-translate-strings, article-display-face)
15805         (gnus-article-mime-match-handle-first)
15806         (gnus-article-highlight-headers)
15807         (gnus-article-add-buttons-to-head): do.
15808
15809 2004-09-27  Simon Josefsson  <jas@extundo.com>
15810
15811         * hashcash.el: New version, from
15812         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
15813         ../contrib/.
15814
15815 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15816
15817         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
15818
15819 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
15820
15821         * gnus-dup.el (gnus-dup-open): Use mapc.
15822         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
15823
15824         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
15825         Reported by Stefan Wiens <s.wi@gmx.net>.
15826
15827         * gnus.el (gnus-shutdown): Use dolist.
15828
15829         * gnus-undo.el (gnus-undo): Use mapc.
15830
15831         * nnrss.el (nnrss-generate-active): do.
15832
15833         * message.el (message-cite-original-without-signature)
15834         (message-cite-original): Use mapc.
15835         (message-do-actions, message-make-forward-subject): Use dolist.
15836
15837 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15838
15839         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
15840         deletion to remove entire duplicate line.  Fixes merged article
15841         number bug.
15842
15843 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15844
15845         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
15846         servers that are offline.  Avoids having gnus-agent-toggle-plugged
15847         first ask if you want to open a server and then, even when you
15848         responded with no, asking if you want to synchronize the server's
15849         flags.
15850         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
15851         multi-line expressions.
15852         (gnus-agent-synchronize-group-flags): New internal function.
15853         Updates marks in memory (in the info structure) AND in the
15854         backend.
15855
15856         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
15857
15858         * nnagent.el (nnagent-request-set-mark):
15859         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
15860         method, to ensure that synchronization updates marks in the
15861         backend and in the info (in memory) structure.
15862
15863 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15864
15865         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
15866         convention fully; don't miss the root article of a thread; make
15867         the X-Draft-From header with correct article numbers.
15868
15869 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
15870
15871         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
15872         unless plugged.  Disable the agent so that an open failure causes
15873         an error.
15874
15875         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
15876         Revert 2004-09-21 change.  The backend must be opened while
15877         synchronizing flags even when the backend stores the flags
15878         locally.
15879
15880 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
15881
15882         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
15883         in `header' match.  Reported by Svend Tollak Munkejord.
15884
15885         * message.el (message-cite-original): Fix use of
15886         `message-cite-articles-with-x-no-archive'.
15887
15888 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15889
15890         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
15891         (gnus-window-to-buffer): Ditto.
15892
15893         * mml.el (mml-preview-buffer): New variable.
15894         (mml-preview): Manage window layout with gnus-buffer-configuration.
15895
15896         * gnus-msg.el (gnus-setup-message): Put article numbers into the
15897         X-Draft-From header even if those articles aren't quoted.
15898
15899 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
15900
15901         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
15902         (gnus-request-set-mark, gnus-request-update-mark): Use new
15903         g-s-t-u-l-m to decide to use backend even when unplugged.
15904
15905 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15906
15907         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
15908         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
15909
15910 2004-09-20  Simon Josefsson  <jas@extundo.com>
15911
15912         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
15913         "utf-16-le".
15914
15915 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15916
15917         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
15918
15919 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15920
15921         * uudecode.el (uudecode-use-external): Add :version.
15922
15923         * smime.el (smime-CA-file, smime-encrypt-cipher)
15924         (smime-dns-server): Add :version.
15925
15926         * smiley.el (gnus-smiley-file-types): Add :version.
15927
15928         * sha1.el (sha1-use-external): Add :version.
15929
15930         * pgg-def.el (pgg-query-keyserver): Add :version.
15931
15932         * nnmail.el (nnmail-fancy-expiry-targets)
15933         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
15934         Add :version.
15935
15936         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
15937         (nnimap-retrieve-groups-asynchronous): Add :version.
15938         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
15939
15940         * mml.el (mml-content-disposition-parameters)
15941         (mml-insert-mime-headers-always): Add :version.
15942
15943         * mm-util.el (mm-coding-system-priorities): Add :version.
15944
15945         * mm-decode.el (mm-inline-text-html-with-images)
15946         (mm-keep-viewer-alive-types, mm-external-terminal-program)
15947         (mm-verify-option): Add :version.
15948         (mm-text-html-renderer): Change :version.
15949
15950         * message.el (message-fcc-externalize-attachments)
15951         (message-required-headers, message-draft-headers)
15952         (message-subject-trailing-was-query)
15953         (message-subject-trailing-was-ask-regexp)
15954         (message-subject-trailing-was-regexp, message-mark-insert-begin)
15955         (message-mark-insert-end, message-archive-header)
15956         (message-archive-note, message-cross-post-default)
15957         (message-cross-post-note, message-followup-to-note)
15958         (message-cross-post-note-function, message-use-mail-followup-to)
15959         (message-subscribed-address-functions)
15960         (message-subscribed-address-file, message-subscribed-addresses)
15961         (message-subscribed-regexps, message-allow-no-recipients)
15962         (message-yank-cited-prefix, message-signature-insert-empty-line)
15963         (message-hidden-headers, message-hierarchical-addresses)
15964         (message-mail-user-agent, message-use-idna)
15965         (message-valid-fqdn-regexp)
15966         (message-strip-special-text-properties, message-header-synonyms)
15967         (message-beginning-of-line, message-tab-body-function): Add :version.
15968         (message-insert-canlock, message-wide-reply-confirm-recipients):
15969         Change :version.
15970
15971         * mail-source.el (mail-source-ignore-errors): Add :group, :type
15972         and :version.
15973         (mail-source-delete-old-incoming-confirm)
15974         (mail-source-movemail-program): Add :version.
15975
15976         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
15977         (gnus-agent-cache, gnus-agent): Change :version.
15978
15979         * gnus-util.el (gnus-use-byte-compile): Change :version.
15980
15981         * gnus-sum.el (gnus-summary-make-false-root-always)
15982         (gnus-summary-default-high-score)
15983         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
15984         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
15985         (gnus-read-all-available-headers, gnus-article-emulate-mime)
15986         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
15987         (gnus-sum-thread-tree-single-indent)
15988         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
15989         (gnus-sum-thread-tree-leaf-with-other)
15990         (gnus-sum-thread-tree-single-leaf): Add :version.
15991         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
15992         (gnus-article-loose-mime): Change :version.
15993
15994         * gnus-start.el (gnus-backup-startup-file)
15995         (gnus-save-startup-file-via-temp-buffer): Add :version.
15996
15997         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
15998         (gnus-server-offline-face): Add :version.
15999
16000         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
16001
16002         * gnus-msg.el (gnus-gcc-externalize-attachments)
16003         (gnus-debug-files, gnus-debug-exclude-variables)
16004         (gnus-discouraged-post-methods): Change :version.
16005         (gnus-confirm-mail-reply-to-news)
16006         (gnus-confirm-treat-mail-like-news): Add :version.
16007
16008         * gnus-int.el (gnus-server-unopen-status): Add :version.
16009
16010         * gnus-group.el (gnus-group-jump-to-group-prompt)
16011         (gnus-large-ephemeral-newsgroup)
16012         (gnus-fetch-old-ephemeral-headers): Add :version.
16013
16014         * gnus-fun.el (gnus-x-face-directory)
16015         (gnus-convert-pbm-to-x-face-command)
16016         (gnus-convert-image-to-x-face-command)
16017         (gnus-convert-image-to-face-command): Add :version.
16018
16019         * gnus-delay.el (gnus-delay-default-hour): Add :version.
16020
16021         * gnus-cite.el (gnus-cite-blank-line-after-header)
16022         (gnus-article-boring-faces): Add :version.
16023
16024         * gnus-art.el (gnus-buttonized-mime-types)
16025         (gnus-inhibit-mime-unbuttonizing)
16026         (gnus-treat-display-face)
16027         (gnus-treat-body-boundary): Change :version.
16028         (gnus-body-boundary-delimiter, gnus-picon-databases)
16029         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
16030         (gnus-treat-date-english, gnus-treat-fold-headers)
16031         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
16032         (gnus-treat-mail-picon, gnus-treat-wash-html)
16033         (gnus-article-encrypt-protocol)
16034         (gnus-use-idna, gnus-article-over-scroll)
16035         (gnus-mime-display-multipart-alternative-as-mixed)
16036         (gnus-mime-display-multipart-related-as-mixed)
16037         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
16038         (gnus-ctan-url, gnus-button-ctan-handler)
16039         (gnus-button-handle-ctan-bogus-regexp)
16040         (gnus-button-ctan-directory-regexp)
16041         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
16042         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
16043         (gnus-button-man-level, gnus-button-emacs-level)
16044         (gnus-button-message-level, gnus-button-browse-level): Add :version.
16045
16046         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
16047         (gnus-agent-go-online): Change :version.
16048         (gnus-agent-expire-unagentized-dirs)
16049         (gnus-agent-auto-agentize-methods): Add :version.
16050
16051         * flow-fill.el (fill-flowed-display-column)
16052         (fill-flowed-encode-column): Add :version.
16053
16054         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16055         (gnus-outlook-deuglify-unwrap-max)
16056         (gnus-outlook-deuglify-cite-marks)
16057         (gnus-outlook-deuglify-unwrap-stop-chars)
16058         (gnus-outlook-deuglify-no-wrap-chars)
16059         (gnus-outlook-deuglify-attrib-cut-regexp)
16060         (gnus-outlook-deuglify-attrib-verb-regexp)
16061         (gnus-outlook-deuglify-attrib-end-regexp)
16062         (gnus-outlook-display-hook): Add :version.
16063
16064         * binhex.el (binhex-use-external): Add :version.
16065
16066 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
16067
16068         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
16069         and `invisible'.
16070
16071 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
16072
16073         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
16074         in gnus-registry-trim.
16075
16076 2004-09-13  Simon Josefsson  <jas@extundo.com>
16077
16078         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
16079
16080         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
16081
16082         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
16083         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16084         <yamaoka@jpl.org>.
16085         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
16086         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16087         <yamaoka@jpl.org>.
16088
16089         * sieve.el (sieve-manage-mode): Ditto.
16090
16091 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
16092
16093         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
16094
16095 2004-09-11  Simon Josefsson  <jas@extundo.com>
16096
16097         * dns-mode.el: Add.
16098
16099         * mm-view.el (mm-display-dns-inline): Add.
16100
16101         * mm-decode.el (mm-inline-media-tests): Add text/dns.
16102         (mm-automatic-display): Ditto.
16103
16104         * mailcap.el (mailcap-mime-data): Add text/dns.
16105         (mailcap-mime-extensions): Map .soa to text/dns.
16106
16107 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
16108
16109         * gnus-art.el (article-decode-mime-words, article-babel)
16110         (gnus-article-highlight-signature, gnus-article-add-buttons)
16111         (gnus-signature-toggle): Remove unnecessary bindings of
16112         `inhibit-read-only' inherited from v5.10 merge.
16113
16114 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
16115
16116         * nntp.el (nntp): New customization group.
16117         (nntp-authinfo-file): Add customization group.
16118
16119         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
16120
16121         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
16122
16123         * gnus.el (to-address, to-list, subscribed)
16124         (large-newsgroup-initial): Ditto.
16125
16126         * flow-fill.el (fill-flowed-display-column)
16127         (fill-flowed-encode-column): Ditto.
16128
16129 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16130
16131         * message.el (message-tokenize-header, message-send-mail-with-qmail):
16132         Use point-min rather than 1.
16133         (message-send-mail): Use buffer-size rather than point-max.
16134
16135         * gnus-sum.el (gnus-summary-search-article-forward):
16136         Signal a specific `search-failed' rather than a generic `error'.
16137
16138         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
16139         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
16140         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
16141
16142 2004-09-10  Simon Josefsson  <jas@extundo.com>
16143
16144         * nndb.el (require): Remove tcp and duplicate cl.
16145
16146 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16147
16148         * gnus-agent.el (directory-files-and-attributes): Move forward.
16149
16150 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16151
16152         * gnus-agent.el (directory-files-and-attributes):
16153         Optionally defined to support XEmacs.
16154
16155 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16156
16157         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
16158         to avoid run-time CL dependencies.
16159         (gnus-agent-unfetch-articles): New function.
16160         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
16161         article numbers even when local .overview file is missing.
16162         (gnus-agent-read-article-number): New function.  Only accepts
16163         27-bit article numbers.
16164         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
16165         Use gnus-agent-read-article-number.
16166         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
16167         from backend while recognizing that article numbers in .overview
16168         must be valid.
16169         (gnus-agent-update-files-total-fetched-for):
16170         Use directory-files-and-attributes to improve performance.
16171         * gnus-int.el (gnus-request-move-article):
16172         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
16173         improve performance.
16174
16175         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
16176         some users confused by references to .newsrc when they only have a
16177         .newsrc.eld file.
16178         (gnus-convert-mark-converter-prompt)
16179         (gnus-convert-converter-needs-prompt): Fix use of property list.
16180         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
16181         New function.  Used internally to only display 'gnus converting
16182         files' message when actually necessary.
16183
16184         * gnus-sum.el (): Remove (require 'gnus-agent) as required
16185         methods now autoloaded.
16186
16187 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16188
16189         * gnus-sum.el (gnus-summary-insert-subject): Remove list
16190         identifiers.
16191
16192 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
16193
16194         * gnus-picon.el: Fix indentation and closing parenthesis.
16195
16196 2004-09-01  Simon Josefsson  <jas@extundo.com>
16197
16198         * message.el (message-canlock-generate): Require sha1, not
16199         sha1-el.  (Can we get rid of this require altogether?  It is ugly
16200         to require within a function.  Sadly, if sha1.el isn't loaded, the
16201         let binding in m-c-g will hide the defcustom definition, which is
16202         bad.)
16203
16204         * canlock.el: Require sha1, not sha1-el.
16205
16206         * message.el: Don't autoload sha1 (there is a autoload cookie in
16207         sha1.el).
16208
16209         * sha1-el.el: Rename to sha1.el.
16210
16211 2004-08-30  Juanma Barranquero  <lektu@terra.es>
16212
16213         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
16214
16215 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16216
16217         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
16218
16219 2004-08-30  Kim F. Storm  <storm@cua.dk>
16220
16221         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
16222
16223         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
16224         Add :group 'nnimap.
16225
16226 2004-08-30  Andreas Schwab  <schwab@suse.de>
16227
16228         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
16229         ?* and ?\;.
16230
16231         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
16232         and ?\' to symbol instead of whitespace.
16233
16234 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16235
16236         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
16237
16238         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
16239         instead of re-search-forward.
16240
16241         * gnus-uu.el (gnus-uu-save-article): Ditto.
16242         (gnus-uu-post-encode-uuencode): Ditto.
16243
16244         * html2text.el (html2text-clean-list-items): Ditto.
16245         (html2text-clean-dtdd): Ditto.
16246         (html2text-format-tags): Ditto.
16247
16248         * message.el (message-send-mail-with-sendmail): Fix regexp.
16249         (message-fill-field-general): Use search-forward instead of
16250         re-search-forward.
16251         (unbold-region): Ditto.
16252
16253         * nnrss.el (nnrss-request-article): Ditto.
16254
16255         * nnslashdot.el (nnslashdot-request-article): Ditto.
16256
16257         * nnweb.el (nnweb-gmane-wash-article): Ditto.
16258
16259         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
16260         "Unrecognized menu descriptor" error in XEmacs.
16261
16262 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16263
16264         * gnus-sum.el (gnus-read-header): Don't remove a header for the
16265         parent article of a sparse article in the thread hashtb.
16266
16267 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
16268
16269         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
16270         (nnmail-expand-newtext): Lowercase expanded entries if
16271         nnmail-split-lowercase-expanded is non-nil.
16272
16273 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16274
16275         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
16276
16277         * gnus-group.el (gnus-group-line-format-alist): Convert the value
16278         of gnus-tmp-news-method into string under XEmacs.  It will be
16279         passed to gnus-correct-length which takes only a string argument.
16280
16281 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16282
16283         * gnus-util.el (gnus-bind-print-variables): New macro.
16284         (gnus-prin1): Use it.
16285         (gnus-prin1-to-string): Use it.
16286         (gnus-pp): New function.
16287         (gnus-pp-to-string): New function.
16288
16289         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
16290         Replace pp-to-string with gnus-pp-to-string.
16291         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
16292         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
16293         * gnus-msg.el (gnus-debug): Ditto.
16294         * gnus-score.el (gnus-score-save): Ditto.
16295         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
16296         gnus-pp-to-string.
16297         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
16298         with gnus-pp.
16299         * score-mode.el (gnus-score-pretty-print): Ditto.
16300         * webmail.el (webmail-debug): Ditto.
16301
16302 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16303
16304         * gnus-art.el (article-display-face, article-display-x-face):
16305         Use buffer-read-only.
16306
16307 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16308
16309         * gnus-art.el (article-hide-list-identifiers):
16310         Bind inhibit-read-only as t.
16311
16312 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
16313
16314         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
16315
16316 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16317
16318         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
16319         (gnus-narrow-to-page): Don't assume point-min == 1.
16320         (gnus-article-edit-mode): Derive from message-mode.
16321
16322         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
16323         point-min == 1.
16324
16325         * imap.el (imap-parse-address-list, imap-parse-body-ext):
16326         Disable incorrect use of `assert'.
16327
16328         * message.el (message-mode): Set comment-start-skip.
16329
16330
16331 2004-08-22  Sam Steingold  <sds@gnu.org>
16332
16333         * pop3.el (pop3-leave-mail-on-server): New user variable.
16334         (pop3-movemail): Delete mail only when it is nil.
16335
16336 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
16337
16338         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
16339
16340         * mml.el (mml-preview): Use `pop-to-buffer'.
16341
16342         * message.el (message-goto-mail-followup-to): Insert after "To".
16343         (message-carefully-insert-headers): Add comment.
16344
16345         * gnus.el: Remove unused variable `gnus-article-check-size'.
16346
16347         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
16348
16349         * gnus-art.el (gnus-button-alist):
16350         Improve `gnus-button-handle-library' entry.
16351
16352 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
16353
16354         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
16355         Use downcase, since XEmacs capitalizes error messages differently.
16356
16357 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
16358
16359         * nntp.el: Add (require 'gnus) due to reference to
16360         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
16361
16362 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
16363
16364         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
16365         Bind `mm-fill-flowed'.
16366
16367         * mm-decode.el (mm-dissect-singlepart): Check it.
16368
16369 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
16370
16371         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
16372         'imap' for netrc parsing.
16373
16374 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
16375
16376         * mailcap.el (mailcap-mime-data): Mark as risky.
16377
16378 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16379
16380         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
16381         may be included in the encoded word.
16382         (rfc2047-encode): Don't append a space if the encoded word
16383         includes close parenthesis.
16384
16385 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16386
16387         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
16388         of text within parentheses.
16389
16390 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
16391
16392         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
16393         (gnus-encrypt-write-file-contents): Make the password key the file
16394         name PLUS the cipher, not just the cipher.  Also remove failed
16395         passwords from the cache.
16396
16397 2004-08-06  Simon Josefsson  <jas@extundo.com>
16398
16399         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
16400         Doc fix.
16401
16402 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16403
16404         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
16405         LWSP.
16406
16407 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
16408
16409         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16410         Try to append in-reply-to: data to the references: header.
16411
16412         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
16413         (netrc-parse): Use gnus-encrypt.el functions.
16414
16415         * gnus-encrypt.el: Add new file for encryption support; currently
16416         does only a few GPG ciphers and an internal XOR cipher.
16417
16418         * password.el: Add comments on using password-read-and-add.
16419         (password-read-and-add): Add function to read and add the
16420         password to the cache at once.
16421
16422 2004-07-28  Simon Josefsson  <jas@extundo.com>
16423
16424         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
16425         parameter (but don't use it, for now).
16426
16427         * imap.el (imap-ssl-open): Use imap-process-connection-type,
16428         instead of hard coding to nil.
16429
16430 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16431
16432         * mm-view.el (mm-inline-image-emacs): Open lines under an image
16433         as mm-inline-image-xemacs does.
16434
16435 2004-07-26  Simon Josefsson  <jas@extundo.com>
16436
16437         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
16438         Revert part of 2004-07-17 change below.
16439
16440 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16441
16442         * rfc2047.el (rfc2047-encode-region): Don't infloop.
16443         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16444
16445 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16446
16447         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
16448         quotes that actually start with ">" at the beginning of the
16449         lines.
16450
16451 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16452
16453         * rfc2047.el (rfc2047-encode-region): Fix last change.
16454         (rfc2047-encode-parameter): Remove useless concat.
16455
16456 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16457
16458         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
16459         encode special characters; fix some kind of misconfigured headers;
16460         signal a real error if debug-on-quit or debug-on-error is non-nil.
16461         (rfc2047-encode-max-chars): New variable.
16462         (rfc2047-encode-1): Use it.
16463         (rfc2047-encode-parameter): New function.
16464
16465         * mml.el (mml-insert-parameter): Remove an excessive space.
16466
16467 2004-07-17  Simon Josefsson  <jas@extundo.com>
16468
16469         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
16470         Kai Grossjohann <kai@emptydomain.de>.
16471         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
16472         (gnus-group-make-menu-bar): Ditto.
16473
16474         * gnus-util.el (gnus-group-server): Add.
16475
16476 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
16477
16478         * message.el (message-clone-locals): Clone sendmail and smtp
16479         variables.
16480
16481 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16482
16483         * rfc2047.el (rfc2047-encode-region): Fix last change.
16484
16485 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16486
16487         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
16488         characters as non-special.
16489
16490 2004-07-09  Simon Josefsson  <jas@extundo.com>
16491
16492         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
16493         Users will lose all flag changes made while unplugged with
16494         e.g. nntp unless flag synchronization happens, thus `nil' is not a
16495         good default.  See numerous reports on ding mailing list.
16496
16497 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16498
16499         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
16500         add generate-head-function and generate-article-function to the
16501         rfc822-forward entry.
16502         (nndoc-rfc822-forward-generate-article): New function.
16503         (nndoc-rfc822-forward-generate-head): New function.
16504
16505         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
16506
16507 2004-07-06  Dan Christensen  <jdc@uwo.ca>
16508
16509         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
16510         respect display group parameter and gnus-summary-expunge-below.
16511         (gnus-articles-to-read): Remove unused reference to display group
16512         parameter.
16513
16514 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16515
16516         * nnheader.el (nnheader-uniquify-message-id): New experimental
16517         variable.
16518         (nnheader-nov-read-message-id): Use it.
16519
16520         * spam-report.el (spam-report-gmane): Add interactive.
16521
16522 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16523
16524         * mm-encode.el (mm-content-transfer-encoding-defaults):
16525         Use qp-or-base64 for the application/* types.
16526
16527 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
16528
16529         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
16530
16531 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
16532
16533         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
16534         trim value.
16535
16536 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16537
16538         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
16539         New macro and function.
16540         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
16541
16542 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16543
16544         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
16545         after-load-alist.
16546
16547 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16548
16549         * gnus-group.el (gnus-group-get-new-news-this-group):
16550         Don't update info that isn't there.
16551
16552 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
16553
16554         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
16555         entry.
16556
16557 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16558
16559         * mm-view.el (mm-inline-render-with-function): Use multibyte
16560         buffer; decode html source by charset.
16561
16562         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
16563
16564         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
16565         Mule-UCS is loaded under XEmacs.
16566         (mm-mime-mule-charset-alist): Avoid duplicated entries.
16567
16568 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
16569
16570         * nnheader.el (nnheader-max-head-length): Increase to 8192.
16571
16572 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16573
16574         * mm-util.el (mm-coding-system-p): Return a coding-system.
16575         (mm-mime-mule-charset-alist): Use shift_jis instead of
16576         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
16577         entries for the mime charsets iso-2022-jp-3 and shift_jis.
16578         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
16579         instead of japanese-shift-jis and iso-latin-1 respectively in
16580         order to share the default value with both Emacs and XEmacs-mule.
16581         (mm-mule-charset-to-mime-charset):
16582         Make mm-coding-system-priorities effective.
16583         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
16584         while predicating of candidates upon the priorities.
16585
16586 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
16587
16588         * gnus-sum.el (gnus-summary-make-menu-bar):
16589         Add gnus-uu-invert-processable.
16590
16591         * gnus.el: Autoload gnus-uu-invert-processable.
16592
16593 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16594
16595         * mm-util.el (mm-with-multibyte-buffer): New macro.
16596
16597         * rfc2047.el (rfc2047-encode-string): Use it.
16598         (rfc2047-encode-region): Move point to the end of the region after
16599         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
16600
16601 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16602
16603         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
16604         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
16605
16606 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16607
16608         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
16609         (gnus-cite-parse): Ignore quoted envelope From_.
16610         Suggested by Karl Chen <quarl@nospam.quarl.org>.
16611
16612 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
16613
16614         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
16615         invalid addresses.
16616
16617 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
16618
16619         * spam.el: Change section markers, revise TODO list.
16620         (spam-backends): Make new master list of all installed backends.
16621         (spam-summary-exit-behavior): Add new variable to determine how
16622         messages moves are done at summary exit.
16623         (spam-move-spam-nonspam-groups-only)
16624         (spam-process-ham-in-nonham-groups)
16625         (spam-process-ham-in-spam-groups): Remove variables, the
16626         spam-summary-exit-behavior variable should be used to manage this
16627         behavior.
16628         (spam-old-ham-articles, spam-old-spam-articles): Remove.
16629         (spam-old-articles): Add variable, replacing spam-old-ham-articles
16630         and spam-old-spam-articles.
16631         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
16632         Add empty variables, placeholders for the backends they represent.
16633         (spam-set-difference): Move, unchanged.
16634         (spam-list-of-processors): Declare OBSOLETE, not used anymore
16635         unless the user has a processor variable.
16636         (spam-classifications, spam-classification-valid-p)
16637         (spam-backend-properties, spam-backend-property-valid-p)
16638         (spam-backend-function-type-valid-p)
16639         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
16640         (spam-report-articles-gmane, spam-report-articles-resend):
16641         Remove functions, they are not needed.
16642         (spam-install-backend-super, spam-backend-list)
16643         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
16644         (spam-backend-function, spam-backend-ham-registration-function)
16645         (spam-backend-spam-registration-function)
16646         (spam-backend-ham-unregistration-function)
16647         (spam-backend-spam-unregistration-function)
16648         (spam-backend-statistical-p, spam-backend-mover-p)
16649         (spam-install-backend-alias, spam-install-checkonly-backend)
16650         (spam-install-mover-backend, spam-install-nocheck-backend)
16651         (spam-install-backend, spam-install-statistical-backend)
16652         (spam-install-statistical-checkonly-backend): Add backend installation
16653         support.
16654         (spam-summary-prepare-exit): Rewrite to use the new backend code.
16655         (spam-group-processor-p): Use the new backend code and respect the
16656         summary exit behavior.
16657         (spam-mark-spam-as-expired-and-move-routine): Remove.
16658         (spam-summary-prepare): Change to use the new spam-old-articles
16659         variable.
16660         (spam-copy-or-move-routine, spam-copy-spam-routine)
16661         (spam-move-spam-routine, spam-copy-ham-routine)
16662         (spam-move-ham-routine): Add code to copy/move ham or spam.
16663         (spam-fetch-field-fast): Improve doc and code, plus allow the
16664         'number request.
16665         (spam-list-of-checks, spam-list-of-statistical-checks):
16666         Remove variables.
16667         (spam-split, spam-find-spam): Use the new backend code.
16668         (spam-registration-functions): Remove variable.
16669         (spam-unregister-routine): Add convenience wrapper.
16670         (spam-log-undo-registration, spam-register-routine)
16671         (spam-log-processing-to-registry)
16672         (spam-log-unregistration-needed-p): Rename "check" to "backend"
16673         where possible.
16674         (spam-check-gmane-xref, spam-check-regex-headers)
16675         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
16676         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
16677         (spam-check-bogofilter-headers, spam-check-spamoracle)
16678         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
16679         (spam-check-crm114-headers): Use the spam-split-group that
16680         spam-split prepares, no need to determine it every time.
16681
16682         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
16683         to the nnheader-parse-naked-head call.
16684
16685         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
16686
16687         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
16688         the nnheader-nov-read-message-id call.
16689
16690 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16691
16692         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
16693         gnus-activate-group twice.  Suggested by Markus Peter
16694         <warp@spin.de>.
16695
16696 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16697
16698         * gnus-art.el (gnus-article-time-format): Exchange the order of
16699         day and month in the default value; fix customization type.
16700         (article-date-ut): Use add-text-properties.
16701         (article-make-date-line): Use message-make-date instead of
16702         current-time-string.
16703
16704         * message.el (message-fetch-field): Don't use set-text-properties.
16705         (message-make-date): Simplify.
16706
16707         * messagexmas.el (message-xmas-make-date): New function.
16708         (message-xmas-redefine): Defalias message-make-date to it.
16709
16710 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16711
16712         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
16713         (rfc2047-encode-region): Treat text within parentheses as special;
16714         show the original text when error has occurred.
16715
16716         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
16717         already-computed method to gnus-activate-group.
16718
16719         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
16720         same select-methods identical Lisp objects.
16721
16722         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
16723         object when modifying the info.
16724
16725 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16726
16727         * gnus-srvr.el (gnus-server-set-info): Remove the server from
16728         gnus-opened-servers since it has never been opened with the new
16729         configuration yet.
16730
16731 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16732
16733         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
16734         arg to nnheader-generate-fake-message-id.
16735
16736 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
16737
16738         * nnheader.el (nnheader-generate-fake-message-id): Accept a
16739         number and build a fake message ID localized to a group and
16740         article number (so it's repeatable from that point on).
16741         (nnheader-fake-message-id-p): Change regex to accomodate new fake
16742         ID format.
16743
16744         * gnus-sum.el (gnus-get-newsgroup-headers):
16745         Call nnheader-generate-fake-message-id with the article number.
16746
16747 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
16748
16749         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
16750         end-of-buffer.
16751
16752 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16753
16754         * message.el (message-ignored-supersedes-headers): Add Approved.
16755
16756 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16757
16758         * rfc2047.el (rfc2047-encode-message-header): Remove useless
16759         goto-char.
16760         (rfc2047-encode): Fold the line before encoding.
16761
16762 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16763
16764         * rfc2047.el (rfc2047-encode-message-header): Disabled header
16765         folding -- not all headers can be folded, and this should be done
16766         by the message composition mode.  Probably.  I think.
16767
16768 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16769
16770         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
16771         fast.
16772
16773         * gnus-ems.el (gnus-remove-image): Don't use
16774         message-text-with-property; remove only the image found first.
16775
16776         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
16777         found first.
16778
16779 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
16780
16781         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
16782
16783 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16784
16785         * message.el (message-text-with-property): Make it fast and accept
16786         optional arguments.
16787         (message-strip-forbidden-properties): Use it.
16788         (message-fix-before-sending): Follow the m-t-w-p change.
16789
16790         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
16791
16792 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16793
16794         * gnus-art.el (article-hide-headers): Don't change the buffer
16795         mistakenly when performing mml-preview even if
16796         gnus-single-article-buffer is nil.
16797
16798 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
16799
16800         * message.el (message-expand-name-databases): New user option.
16801         (message-expand-name): Use it.
16802
16803 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
16804
16805         * spam.el (spam-report-articles-resend)
16806         (spam-report-resend-register-routine): Allow ham reporting.
16807         (spam-report-resend-register-ham-routine): Add wrapper.
16808         (spam-registration-functions): Add ham resending functions.
16809         (spam-list-of-processors): Add ham resend processor.
16810
16811         * gnus.el (ham-resend-to): Add new group parameter.
16812         (spam-process): Add ham resend option.
16813
16814         * spam-report.el (spam-report-resend): Allow reporting ham.
16815         (spam-report-resend-ham): Add wrapper.
16816
16817 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16818
16819         * message.el (message-cite-articles-with-x-no-archive):
16820         New variable.
16821         (message-cite-original): Use it.
16822
16823 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16824
16825         * message.el (message-cite-original): Respect X-No-Archive.
16826
16827 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16828
16829         * gnus-art.el (article-hide-headers): Refer to the values for
16830         gnus-ignored-headers and gnus-visible-headers in the summary
16831         buffer since a user may have set them as group parameters.
16832
16833 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
16834
16835         * assistant.el (assistant-node-name): Add convenience function.
16836         (assistant-render-text, assistant-render-node): Add error handling,
16837         plus handle multiple next nodes.
16838         (assistant-find-next-node): Comment out for now.
16839         (assistant-find-next-nodes): Add function, returns list of next
16840         nodes.
16841
16842 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
16843
16844         * mail-source.el (mail-source-directory): Fix doc-string.
16845
16846 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
16847
16848         * assistant.el (assistant-render-text, assistant-eval): Add :set
16849         widget type, which is different because it takes and returns a
16850         list.  Much hilarity ensues.
16851
16852 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
16853
16854         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
16855
16856         * gnus-group.el (gnus-group-get-new-news-this-group):
16857         Add doc-string.
16858
16859         * gnus-start.el (gnus-activate-group): Add doc-string.
16860
16861 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16862
16863         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
16864
16865 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
16866
16867         * assistant.el (assistant-render-text): Try to add a :set
16868         widget, more to come.
16869
16870         * spam.el (spam-group-spam-contents-p): Handle empty groupname
16871         strings.
16872         (spam-report-articles-resend)
16873         (spam-register-routine): Do registration iff any articles warrant
16874         it.
16875         (spam-summary-prepare-exit): Change log message for nil group
16876         destinations.
16877
16878 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
16879
16880         * spam.el (spam-report-resend-register-routine):
16881         Allow spam-report-resend-to to be a group parameter or a global value.
16882
16883 2004-05-26  Simon Josefsson  <jas@extundo.com>
16884
16885         * starttls.el: Merge with my GNUTLS based starttls.el.
16886         (starttls-gnutls-program, starttls-use-gnutls)
16887         (starttls-extra-arguments, starttls-process-connection-type)
16888         (starttls-connect, starttls-failure, starttls-success):
16889         New variables.
16890         (starttls-program, starttls-extra-args): Doc fix.
16891         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
16892         New functions.
16893         (starttls-negotiate, starttls-open-stream):
16894         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
16895         function if it is set.
16896
16897 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16898
16899         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
16900         structured fields.
16901
16902 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16903
16904         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
16905
16906 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
16907
16908         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
16909         Add variable.
16910         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
16911         assigning the spam-mark to new messages.
16912
16913 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
16914
16915         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
16916
16917 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16918
16919         * dgnushack.el: Autoload customize-set-variable for XEmacs.
16920
16921         * rfc2047.el (rfc2047-encodable-p): Don't move point.
16922         (rfc2047-decode): Treat the ascii coding-system as raw-text by
16923         default.
16924
16925 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
16926
16927         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
16928         correct data.
16929
16930 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
16931
16932         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
16933         (spam-group-processor-p): Fix function.
16934         (spam-group-processor-multiple-p)
16935         (spam-group-spam-processor-report-gmane-p)
16936         (spam-group-spam-processor-report-resend-p)
16937         (spam-group-spam-processor-bogofilter-p)
16938         (spam-group-spam-processor-blacklist-p)
16939         (spam-group-spam-processor-ifile-p)
16940         (spam-group-ham-processor-ifile-p)
16941         (spam-group-spam-processor-spamoracle-p)
16942         (spam-group-spam-processor-crm114-p)
16943         (spam-group-ham-processor-bogofilter-p)
16944         (spam-group-spam-processor-stat-p)
16945         (spam-group-ham-processor-stat-p)
16946         (spam-group-ham-processor-whitelist-p)
16947         (spam-group-ham-processor-BBDB-p)
16948         (spam-group-ham-processor-spamoracle-p)
16949         (spam-group-ham-processor-copy-p): Remove functions with some
16950         prejudice against unneeded code.
16951         (spam-report-articles-resend)
16952         (spam-report-resend-register-routine): Allow the group/topic
16953         spam-resend-to value to override spam-report-resend-to.
16954         (spam-summary-prepare-exit): Invoke spam-group-processor-p
16955         properly now.
16956
16957         * gnus.el (spam-resend-to): Add group/topic parameter.
16958         (spam-process): Move the OBSOLETE processors to the end of the
16959         choices.
16960
16961 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
16962
16963         * spam-report.el (spam-report-resend-to, spam-report-resend):
16964         Start with resend-to set to nil, and then ask the user if necessary.
16965         (spam-report-resend): spam-report-resend takes a list of articles, not
16966         separate article numbers.
16967
16968 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16969
16970         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
16971         addition to emacs-w3m.
16972
16973 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16974
16975         * assistant.el (assistant-authinfo-data): New function.
16976         (assistant-eval): Eval for entire assistant.
16977
16978         * netrc.el (netrc-services-file): New variable.
16979         (netrc-parse-services): New function.
16980         (netrc-find-service-name): New function.
16981         (netrc-find-service-number): New function.
16982         (netrc-port-equal): New function.
16983         (netrc-machine): Use it.
16984
16985         * nnimap.el (nnimap-open-connection): Use netrc.
16986
16987         * gnus-util.el (gnus-netrc-get): Remove aliases.
16988
16989         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
16990
16991         * assistant.el (wid-edit): Fix compilation.
16992
16993         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
16994
16995 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
16996
16997         * gnus-util.el (gnus-set-file-modes): New function.  (small
16998         patch).
16999
17000 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17001
17002         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
17003
17004         * assistant.el (assistant-render-node): Fix up rendering and
17005         read-only text.
17006         (assistant-render-node): Reset.
17007         (assistant-make-read-only): Not sticky.
17008
17009 2004-05-20  Danny Siu  <dsiu@adobe.com>
17010
17011         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
17012         centered even when gnus-auto-center-summary is t.
17013
17014 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17015
17016         * dns.el (dns-get-txt-answer): New function.
17017         (dns-read-txt): Ditto.
17018         (query-dns): Use it.
17019
17020 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17021
17022         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
17023         active for foreign groups even if the group level is higher than
17024         the specified value.
17025
17026 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17027
17028         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
17029         non-active groups.
17030
17031         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
17032
17033 2004-05-20  Magnus Henoch  <mange@freemail.hu>
17034
17035         * dns.el (dns-read-type): Add support for SVR.  (small patch)
17036
17037 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
17038
17039         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
17040         (spam-crm114-header, spam-crm114-spam-switch)
17041         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
17042         (spam-crm114-positive-spam-header)
17043         (spam-crm114-database-directory, spam-list-of-processors)
17044         (spam-group-spam-processor-crm114-p)
17045         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
17046         (spam-generic-score, spam-list-of-checks)
17047         (spam-list-of-statistical-checks, spam-registration-functions)
17048         (spam-check-crm114-headers, spam-crm114-score)
17049         (spam-check-crm114, spam-crm114-register-with-crm114)
17050         (spam-crm114-register-spam-routine)
17051         (spam-crm114-unregister-spam-routine)
17052         (spam-crm114-register-ham-routine)
17053         (spam-crm114-unregister-ham-routine): Add CRM114 support.
17054         From asjo@koldfront.dk (Adam Sjøgren).
17055
17056         * gnus.el: Add spam-use-crm114.
17057
17058         * spam.el (spam-list-of-processors, spam-registration-functions):
17059         Add spam-use-resend.
17060         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
17061         (spam-report-articles-gmane): Add doc fix.
17062         (spam-report-articles-resend, spam-report-resend-register-routine):
17063         Add wrappers around spam-report-resend-to.
17064
17065         * spam-report.el (spam-report-resend-to, spam-report-resend):
17066         Add support for resending spam.
17067         (spam-report-gmane): Fix line length >80.
17068
17069         * gnus.el (spam-process): Add spam-use-resend.
17070
17071 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17072
17073         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
17074         number of processed spam messages.
17075         (spam-ham-copy-or-move-routine): Return the number of processed
17076         ham messages.
17077         (spam-summary-prepare-exit): Use the above values to decide
17078         whether status messages shouled be displayed.
17079
17080 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17081
17082         * rfc2047.el (rfc2047-encode-function-alist): Rename from
17083         `rfc2047-encoding-function-alist' in order to avoid conflicting
17084         with the old version.
17085         (rfc2047-encode-region): Concatenate words containing non-ASCII
17086         characters in structured fields; don't encode space-delimited
17087         ASCII words even in unstructured fields; don't break words at
17088         char-category boundaries.
17089         (rfc2047-encode-1): New function.
17090         (rfc2047-encode): Use it; encode text so that it occupies the
17091         maximum width within 76-column; work correctly on Q encoding for
17092         iso-2022-* charsets.
17093         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
17094         sure not to break a line just after the header name.
17095         (rfc2047-b-encode-region): Remove.
17096         (rfc2047-b-encode-string): New function.
17097         (rfc2047-q-encode-region): Remove.
17098         (rfc2047-q-encode-string): New function.
17099
17100         * mm-util.el (mm-replace-in-string): New function.
17101
17102 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17103
17104         * gnus-msg.el (gnus-inews-make-draft-meta-information):
17105         Really get it right.
17106         (gnus-inews-make-draft): Really.
17107
17108 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
17109
17110         * nnmh.el (nnmh-request-list-1): Don't check the link count
17111         before descending.  (small patch)
17112
17113 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17114
17115         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
17116         stuff.
17117
17118         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
17119         Match on real group name.
17120
17121         * gnus-art.el (gnus-signature-limit): Doc fix.
17122
17123         * gnus-msg.el (gnus-inews-make-draft): Quote list.
17124
17125         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
17126
17127 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
17128
17129         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
17130         isn't a string.
17131
17132 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17133
17134         * gnus-draft.el (gnus-draft-send):
17135         Bind rfc2047-encode-encoded-words.
17136
17137         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
17138         (rfc2047-encodable-p): Say that =? needs encoding.
17139         (rfc2047-encode-encoded-words): New variable.
17140
17141         * gnus-group.el (gnus-group-select-group): Doc fix.
17142
17143         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
17144
17145         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
17146         to nil.
17147
17148         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
17149
17150         * nnheader.el (nnheader-get-lines-and-char): New function.
17151
17152 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
17153
17154         * gnus-msg.el (gnus-summary-followup-with-original):
17155         Document yanking of region when active.
17156
17157 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17158
17159         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
17160         groups if the group level is higher than the specified value.
17161
17162 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17163
17164         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
17165         (gnus-group-jump-to-group): Add prefix argument using
17166         `gnus-group-jump-to-group-prompt'.  Query before jumping to
17167         non-active group.
17168
17169         * compface.el (uncompface): Be verbose when changing
17170         `uncompface-use-external'.
17171
17172         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
17173         handle manual section.
17174
17175 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17176
17177         * gnus-art.el (gnus-button-alist): Revert previous change.
17178
17179 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17180
17181         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
17182
17183 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17184
17185         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
17186         whether backend can accept message.
17187
17188         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
17189
17190 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
17191
17192         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17193         Avoid creating directory when nntp-marks-is-evil is true.
17194         Reported by Reiner Steib.
17195
17196 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17197
17198         * gnus-picon.el (gnus-picon-style): New variable.
17199         (gnus-picon-insert-glyph): Add optional `nostring' argument.
17200         (gnus-picon-transform-address): Support `gnus-picon-style'.
17201         From Jesper Harder <harder@ifa.au.dk>.
17202
17203 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17204
17205         * message.el (message-fill-field): Return point.
17206         (message-generate-headers): Go to end of field.
17207
17208         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
17209         stuff for non-living groups.
17210
17211 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
17212
17213         * gnus-art.el (gnus-article-followup-with-original)
17214         (gnus-article-reply-with-original): gnus-mark-active-p ->
17215         gnus-region-active-p.
17216
17217 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
17218
17219         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
17220         only when there is spam or ham to be processed.
17221
17222 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17223
17224         * mail-source.el (mail-source-delete-crash-box): Refactor.
17225         (mail-source-fetch): Use it.
17226         (mail-source-fetch-file): Ditto.
17227         (mail-source-fetch-directory): Run postscript in loop.
17228         (mail-source-fetch-pop): Delete.
17229         (mail-source-fetch-maildir): Ditto.
17230         (mail-source-fetch-imap): Ditto.
17231
17232         * imap.el (imap-authenticators): Comment out sasl.
17233
17234         * message.el (message-skip-to-next-address): New function.
17235         (message-fill-header-address): Refactor.
17236         (message-fill-address): Use it.
17237         (message-delete-address): Use it.
17238         (message-fill-header-general): Refactor.
17239         (message-fill-field-address): Rename.
17240         (message-narrow-to-field): Find the start of the header.
17241         (message-header-format-alist): Don't pre-fill.
17242         (message-fill-header): Remove.
17243         (message-insert-header): New function.
17244         (message-shorten-references): Use it.
17245
17246         * rfc2047.el (rfc2047-field-value): Strip props.
17247
17248         * mail-parse.el (mail-header-make-address): New alias.
17249
17250         * ietf-drums.el (ietf-drums-make-address): New function.
17251
17252         * imap.el: Add compiler directives.
17253
17254         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
17255
17256         * gnus-art.el (article-decode-idna-rhs): Don't use
17257         message-idna-inside-rhs-p.
17258
17259 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17260
17261         * message.el (message-idna-inside-rhs-p): Remove.
17262         (message-idna-to-ascii-rhs-1): Use proper address parsing.
17263
17264         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
17265         false positives.
17266
17267 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
17268
17269         * imap.el (imap-sasl-make-mechanisms): Use sasl.
17270
17271 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17272
17273         * nneething.el (nneething-file-name): Don't create spurious
17274         files.
17275
17276         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
17277         (gnus-inews-do-gcc): Remove sleep.
17278
17279         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
17280         part under point.
17281
17282         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
17283         (gnus-agent-regenerate-group): Using nil messages aren't valid.
17284
17285 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
17286
17287         * spam.el (spam-summary-prepare-exit): Fix (length).
17288
17289 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
17290
17291         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
17292         as expired without moving it" message when there are spam
17293         messages left.
17294
17295 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
17296
17297         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
17298         header is not nil.
17299
17300 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
17301
17302         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17303         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
17304         (nntp-marks-changed-p): New arg SERVER.
17305         (nntp-request-update-info): Adjust caller.
17306
17307 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
17308
17309         * nntp.el (nntp-save-marks): Pass missing arg.
17310
17311 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
17312
17313         * nntp.el: Support marks.
17314         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
17315         (nntp-marks-modtime, nntp-marks-directory): New variables.
17316         (nntp-request-set-mark, nntp-request-update-info)
17317         (nntp-possibly-create-directory, nntp-marks-changed-p)
17318         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
17319         New functions.
17320
17321 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
17322
17323         * gnus-xmas.el (gnus-xmas-select-lowest-window)
17324         (gnus-xmas-redefine): Rename.
17325
17326         * gnus-score.el (gnus-score-insert-help):
17327         Use gnus-select-lowest-window.
17328
17329         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
17330         appt-select-lowest-window and rename to gnus-select-lowest-window.
17331
17332         * gnus.el: do.
17333
17334 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17335
17336         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
17337         encodings of MIME-encoded words, in order to improve
17338         interoperability with several broken MUAs.
17339
17340 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17341
17342         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
17343         tags, only when charsets are not specified in headers.
17344         (mm-inline-text-html-render-with-w3m): Ditto.
17345
17346         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
17347         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
17348
17349 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17350
17351         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
17352         instead of MIME-decoded from fields when checking
17353         `gnus-article-address-banner-alist'.
17354
17355 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
17356
17357         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
17358         description rather than subject.
17359
17360 2004-05-02  Steve Youngs  <steve@youngs.au.com>
17361
17362         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
17363
17364 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17365
17366         * gnus.el (gnus-version-number): Bump.
17367
17368 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17369
17370         * gnus.el: No Gnus v0.2 is released.
17371
17372 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17373
17374         * gnus-agent.el (gnus-agent-read-agentview):
17375         Inline gnus-uncompress-range.
17376
17377 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17378
17379         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
17380         `exec-installed-p'.
17381
17382 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17383
17384         * gnus.el (spam-process, spam-autodetect-methods):
17385         Add bsfilter and bsfilter-headers.
17386
17387         * spam.el (spam-bsfilter): New customize group.
17388         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
17389         (spam-bsfilter-header, spam-bsfilter-probability-header)
17390         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
17391         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
17392         (spam-bsfilter-database-directory): New options.
17393         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
17394         (spam-list-of-statistical-checks, spam-registration-functions):
17395         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
17396         (spam-bsfilter-score): New command.
17397         (spam-check-bsfilter-headers, spam-check-bsfilter)
17398         (spam-bsfilter-register-with-bsfilter)
17399         (spam-bsfilter-register-spam-routine)
17400         (spam-bsfilter-unregister-spam-routine)
17401         (spam-bsfilter-register-ham-routine)
17402         (spam-bsfilter-unregister-ham-routine): New functions.
17403         (spam-generic-score): Support bsfilter; Accept an optional argument
17404         to recalcurate spam score even if scoring header has already been
17405         added.
17406         (spam-bogofilter-score, spam-spamassassin-score): Accept an
17407         optional argument to recalcurate spam score even if scoring header
17408         has already been added.
17409
17410 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
17411
17412         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
17413         strings!  Reported by David D. Smith <davidsmith@acm.org>.
17414         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
17415         link is missing.
17416
17417 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
17418
17419         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
17420         (html2text-get-attr): Rewrite.
17421
17422         * message.el (message-setup-1): Remove redundant put-text-property
17423         on mail-header-separator.
17424
17425 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
17426
17427         * gnus-registry.el (gnus-registry-cache-whitespace)
17428         (gnus-registry-action, gnus-registry-spool-action)
17429         (gnus-registry-split-fancy-with-parent): Change message levels
17430         from 5 to 3 or 7, as needed.
17431
17432         * spam.el (spam-summary-prepare-exit)
17433         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
17434         (spam-split, spam-find-spam, spam-log-undo-registration)
17435         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
17436         level from 5 to 6.
17437
17438 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17439
17440         * gnus-ems.el: Autoload appt-select-lowest-window (revert
17441         2004-03-04 change).
17442
17443 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
17444
17445         * sieve-manage.el (sieve-manage-open):
17446         * nnweb.el (nnweb-insert-html):
17447         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
17448         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
17449         * nnspool.el (nnspool-request-group):
17450         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
17451         * nnml.el (nnml-request-update-info):
17452         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
17453         (nnmh-request-create-group, nnmh-update-gnus-unreads):
17454         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
17455         (nnimap-request-set-mark):
17456         * nnfolder.el (nnfolder-request-update-info):
17457         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
17458         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
17459         * gnus-uu.el (gnus-uu-find-articles-matching):
17460         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
17461         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
17462         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
17463         * gnus-nocem.el (gnus-nocem-scan-groups):
17464         * gnus-int.el (gnus-start-news-server):
17465         * gnus-group.el (gnus-group-make-kiboze-group)
17466         (gnus-group-browse-foreign-server):
17467         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
17468         Use mapc when appropriate.
17469
17470 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
17471
17472         FIXME: Make separate entries for each person.
17473
17474         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
17475         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
17476         <shields@msrl.com>:
17477
17478         * spam.el (spam-necessary-extra-headers): Get the extra headers we
17479         may need for spam sorting and scoring.
17480         (spam-user-format-function-S): Add user format function suitable for
17481         general use.
17482         (spam-article-sort-by-spam-status): Add sorting function for summary
17483         sorting.
17484         (spam-extra-header-to-number): Add function to get a score from a
17485         header.
17486         (spam-summary-score): Add function to get a numeric score from the
17487         headers.
17488         (spam-generic-score): Fix function doc, was in wrong place.
17489         (spam-initialize): Take symbols when it's run, and install the
17490         extra headers that spam-necessary-extra-headers thinks we need.
17491
17492 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
17493
17494         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
17495         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17496
17497 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
17498
17499         * gnus-sum.el (gnus-set-global-variables)
17500         (gnus-build-all-threads, gnus-get-newsgroup-headers)
17501         (gnus-article-get-xrefs, gnus-summary-best-group)
17502         (gnus-summary-next-article, gnus-summary-enter-digest-group)
17503         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
17504         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
17505         Use with-current-buffer.
17506
17507 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
17508
17509         * spam.el (spam-summary-prepare-exit): Simplify logic.
17510         (spam-fetch-article-header): Read the article header if it's not
17511         available.
17512         (spam-list-articles): Simplify logic.
17513         (spam-filelist-register-routine): Fix bug with unregister-list.
17514
17515         * gnus-registry.el: Fix comments at beginning.
17516
17517 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
17518
17519         * message.el (message-cater-to-broken-inn): Remove.
17520         (message-shorten-references): Make sure the total folded length of
17521         References is shorter than 998 characters to cater to a bug in INN
17522         2.3.  Also, don't pretend that references aren't folded -- this
17523         hasn't worked for a while.
17524
17525 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17526
17527         * gnus-agent.el (gnus-agentize):
17528         gnus-agent-send-mail-real-function no longer set to current value
17529         of message-send-mail-function but rather a lambda that calls
17530         message-send-mail-function.  The change makes the agent real-time
17531         responsive to user changes to message-send-mail-function.
17532
17533 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17534
17535         * legacy-gnus-agent.el
17536         (gnus-agent-convert-to-compressed-agentview): Fix typos with
17537         help from Florian Weimer <fw@deneb.enyo.de>
17538
17539 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17540
17541         * nnmail.el (nnmail-cache-insert): Revert last change.
17542
17543 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17544
17545         * nnmail.el (nnmail-cache-insert): Always check whether
17546         nnmail-cache-ignore-groups matches a group name.
17547
17548 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
17549
17550         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
17551         (spam-find-spam, spam-log-processing-to-registry)
17552         (spam-log-registered-p, spam-log-unregistration-needed-p)
17553         (spam-log-undo-registration): Use gnus-message instead of
17554         gnus-error, none of these errors are fatal.
17555
17556         * gnus-registry.el (gnus-registry-clean-empty-function)
17557         (gnus-registry-clean-empty): Remove only empty entries without
17558         extra data.
17559
17560 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
17561
17562         * spam-stat.el (spam-stat-buffer-change-to-spam)
17563         (spam-stat-buffer-change-to-non-spam): Change (error) to
17564         (gnus-message 8) invocation.
17565
17566 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17567
17568         * nntp.el (nntp-via-netcat-command): New variable.
17569         (nntp-via-netcat-switches): New variable.
17570         (nntp-open-via-rlogin-and-netcat): New function.
17571         (nntp-open-connection-function): Doc fix.
17572         (nntp-telnet-command): Doc fix.
17573         (nntp-end-of-line): Doc fix.
17574         (nntp-via-rlogin-command): Doc fix.
17575         (nntp-via-user-name): Doc fix.
17576         (nntp-via-address): Doc fix.
17577
17578 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17579
17580         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
17581         error in Emacs 21.1.
17582
17583 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
17584
17585         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
17586
17587 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17588
17589         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
17590         (gnus-agent-with-refreshed-group): New macro.
17591         (gnus-agent-rename-group): New function.
17592         (gnus-agent-delete-group): New function.
17593         (gnus-agent-save-group-info): Use gnus-command-method when
17594         `method' parameter is nil.  Don't write nil entries into the
17595         active file.
17596         (gnus-agent-get-group-info): New function.
17597         (gnus-agent-fetch-articles):
17598         Use gnus-agent-update-files-total-fetched-for to increment disk space
17599         used.
17600         (gnus-agent-fetch-headers, gnus-agent-save-alist):
17601         Use gnus-agent-update-view-total-fetched-for to increment disk space
17602         used.
17603         (gnus-agent-get-local): Add optional parameters to avoid calling
17604         gnus-group-real-name and gnus-find-method-for-group.
17605         (gnus-agent-set-local): Delete stored entry if either min, or max,
17606         are nil.
17607         (gnus-agent-fetch-session): Reworded error/quit messages.
17608         On quit, use gnus-agent-regenerate-group to record existance of any
17609         articles fetched to disk before the quit occurred.
17610         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
17611         gnus-agent-update-view-total-fetched-for, and
17612         gnus-agent-update-files-total-fetched-for to decrement disk space
17613         used.
17614         (gnus-agent-retrieve-headers):
17615         Use gnus-agent-update-view-total-fetched-for to increment disk space
17616         used.
17617         (gnus-agent-regenerate-group): Replace gnus-group-update-group
17618         with gnus-agent-update-files-total-fetched-for to decrement disk
17619         space and fresh group buffer.
17620         (gnus-agent-inhibit-update-total-fetched-for): New variable.
17621         (gnus-agent-need-update-total-fetched-for): New variable.
17622         (gnus-agent-update-files-total-fetched-for): New function.
17623         (gnus-agent-update-view-total-fetched-for): New function.
17624         (gnus-agent-total-fetched-for): New function.
17625
17626         * gnus-cache.el (gnus-cache-save-buffers):
17627         Use gnus-cache-update-overview-total-fetched-for to change disk space
17628         used by this group.
17629         (gnus-cache-possibly-enter-article):
17630         Use gnus-cache-update-file-total-fetched-for to increment disk space
17631         used by this group.
17632         (gnus-cache-possibly-remove-article):
17633         Use gnus-cache-update-file-total-fetched-for to decrement disk space
17634         used by this group.
17635         (gnus-cache-generate-nov-databases): Purge total fetched cache.
17636         (gnus-cache-rename-group): New function.
17637         (gnus-cache-delete-group): New function.
17638         (gnus-cache-inhibit-update-total-fetched-for): New variable.
17639         (gnus-cache-need-update-total-fetched-for): New variable.
17640         (gnus-cache-with-refreshed-group): New macro.
17641         (gnus-cache-update-file-total-fetched-for): New function.
17642         (gnus-cache-update-overview-total-fetched-for): New function.
17643         (gnus-cache-rename-group-total-fetched-for): New function.
17644         (gnus-cache-delete-group-total-fetched-for): New function.
17645         (gnus-cache-total-fetched-for): New function.
17646
17647         * gnus-group.el: Require gnus-sum and autoload functions to
17648         resolve warnings when gnus-group.el compiled alone.
17649         (gnus-group-line-format): Documented new %F.
17650         (size of Fetched data) group line format; identifies disk space
17651         used by agent and cache.
17652         (gnus-group-line-format-alist): Defined new F format.
17653         (gnus-total-fetched-for): New function.
17654         (gnus-group-delete-group): No longer update
17655         gnus-cache-active-altered as gnus-request-delete-group now keeps
17656         the cache in sync.
17657         (gnus-group-list-active): Let the agent store a server's active
17658         list if currently plugged.
17659
17660         * gnus-int.el (gnus-request-delete-group):
17661         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
17662         local disk in sync with the server.
17663         (gnus-request-rename-group):
17664         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
17665         local disk in sync with the server.
17666
17667         * gnus-start.el (gnus-get-unread-articles):
17668         Cosmetic simplification to logic.
17669
17670         * gnus-util.el (gnus-rename-file): New function.
17671
17672 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
17673
17674         * mm-util.el (mm-image-load-path): Handle nil in load-path.
17675
17676 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
17677
17678         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
17679         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
17680
17681 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
17682
17683         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
17684         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
17685
17686 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
17687
17688         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
17689
17690 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
17691
17692         * spam.el (spam-set-difference): Add function to replace
17693         gnus-set-difference in spam.el.
17694         (spam-summary-prepare-exit): Use spam-set-difference.
17695
17696 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
17697
17698         * gnus-registry.el (gnus-registry-cache-file): Update to use
17699         gnus-dribble-directory OR gnus-home-directory OR ~.
17700         (gnus-registry-split-fancy-with-parent): Fix doc.
17701
17702 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17703
17704         * message.el (message-exchange-point-and-mark):
17705         Use message-mark-active-p.  Suggested by Jesper Harder
17706         <harder@ifa.au.dk>.
17707
17708 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17709
17710         * message.el (message-exchange-point-and-mark): Don't activate
17711         region if it was inactive.  Suggested by Hiroshi Fujishima
17712         <pooh@nature.tsukuba.ac.jp>.
17713
17714 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17715
17716         * gnus-art.el (article-display-face): Display Faces in the same
17717         order as X-Faces.
17718
17719 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17720
17721         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
17722
17723 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17724
17725         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
17726         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
17727         (gnus-article-mime-hierarchy): Remove.
17728         (gnus-article-mime-hierarchy-next): Remove.
17729         (gnus-article-mode): Revert 2004-03-19 change.
17730         (gnus-article-setup-buffer): Revert 2004-03-19 change.
17731         (gnus-insert-mime-button): Revert 2004-03-19 change.
17732         (gnus-mime-accumulate-hierarchy): Remove.
17733         (gnus-mime-enter-multipart): Remove.
17734         (gnus-mime-leave-multipart): Remove.
17735         (gnus-mime-display-part): Revert 2004-03-19 change.
17736         (gnus-mime-display-alternative): Revert 2004-03-19 change.
17737
17738         * mml.el (mml-preview): Revert 2004-03-19 change.
17739
17740 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
17741
17742         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
17743
17744 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17745
17746         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
17747         t while entering a file name using the mm-with-multibyte macro.
17748         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17749
17750         * mm-util.el (mm-with-multibyte): New macro.
17751
17752 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17753
17754         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
17755         New user option.
17756         (gnus-mime-multipart-functions): Doc and customization fix.
17757         (gnus-article-mime-hierarchy): New variable.
17758         (gnus-article-mime-hierarchy-next): New variable.
17759         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
17760         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
17761         gnus-article-mime-hierarchy-next to nil.
17762         (gnus-insert-mime-button): Show hierarchy numbers.
17763         (gnus-mime-accumulate-hierarchy): New function.
17764         (gnus-mime-enter-multipart): New function.
17765         (gnus-mime-leave-multipart): New function.
17766         (gnus-mime-display-part): Recompute hierarchical MIME structure.
17767         (gnus-mime-display-alternative): Show hierarchy numbers.
17768
17769         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
17770         gnus-article-mime-hierarchy-next to nil.
17771
17772 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
17773
17774         * dns.el: Don't require gnus-xmas.
17775
17776 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
17777
17778         * mml.el (mml-generate-mime-1): Don't use format=flowed with
17779         inline PGP.
17780         (mml-menu): Disable mml-quote-region if mark is inactive.
17781
17782 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17783
17784         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
17785         when the group's active is not available.
17786
17787 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17788
17789         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
17790         error.
17791
17792 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
17793
17794         * imap.el (imap-store-password): New variable.
17795         (imap-interactive-login): Use it.
17796         Suggested by Mark Plaksin <happy@mcplaksin.org>.
17797
17798 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17799
17800         * gnus-art.el (gnus-article-read-summary-keys): Restore new
17801         window-start and hscroll to summary window.
17802
17803 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17804
17805         * gnus-start.el (gnus-convert-old-newsrc): Only write the
17806         conversion message to newsrc-dribble when an actual conversion is
17807         performed.
17808
17809 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
17810
17811         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
17812
17813 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17814
17815         * mm-decode.el (mm-complicated-handles): New function reviving
17816         former definition of mm-multiple-handles.
17817
17818         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
17819         (gnus-mime-delete-part): Use it.
17820
17821 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17822
17823         * gnus-agent.el (gnus-agent-read-local):
17824         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
17825         avoid the implicit assumption that they will always be equal.
17826         (gnus-agent-save-local): Bind buffer-file-coding-system, not
17827         coding-system-for-write, as the with-temp-file macro first prints
17828         to a buffer then saves the buffer.
17829
17830 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17831
17832         * gnus-art.el (gnus-article-edit-part): New function.
17833         (gnus-mime-save-part-and-strip): Use it; do query instead of
17834         signaling an error; don't use mm-multiple-handles.
17835         (gnus-mime-delete-part): Ditto.
17836
17837 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17838
17839         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
17840         old file versions.
17841         (gnus-group-prepare-hook): Remove function that converted list
17842         form of gnus-agent-expire-days to group properties.
17843
17844         * gnus-int.el: Autoload gnus-agent-regenerate-group.
17845         (gnus-request-accept-article): Re-indented.
17846
17847         * gnus-start.el (gnus-convert-old-newsrc): Registered new
17848         converters to handle old agent file formats.  Add logic for a
17849         "backup before upgrading warning".
17850         (gnus-convert-mark-converter-prompt): Developers can mark
17851         functions as needing (default), or not needing,
17852         gnus-convert-old-newsrc's "backup before upgrading warning".
17853         (gnus-convert-converter-needs-prompt): Tests whether the user
17854         should be protected from potentially irreversable changes by the
17855         function.
17856
17857         * legacy-gnus-agent.el: New.  Provides converters that are only
17858         loaded when gnus-convert-old-newsrc needs to call them.
17859
17860 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17861
17862         * mail-source.el (mail-source-touch-pop): Doc fix.
17863
17864         * message.el (message-smtpmail-send-it): Doc fix.
17865
17866 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
17867
17868         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
17869
17870         * nnmail.el (nnmail-split-fancy): do.
17871
17872         * gnus-kill.el (gnus-kill, gnus-execute): do.
17873
17874 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
17875
17876         * gnus-sum.el (gnus-widget-reversible-match)
17877         (gnus-widget-reversible-to-internal)
17878         (gnus-widget-reversible-to-external): New functions.
17879         (gnus-widget-reversible): New widget.
17880         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
17881
17882 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
17883
17884         * gnus-sum.el (gnus-thread-sort-functions)
17885         (gnus-article-sort-functions): Document `(not F)' items.
17886
17887 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
17888
17889         * spam.el (spam-use-gmane-xref): Add new backend.
17890         (spam-gmane-xref-spam-group): Add variable to control the name of the
17891         Gmane spam group.
17892         (spam-blackhole-servers, spam-blackhole-good-server-regex)
17893         (spam-regex-headers-spam, spam-regex-headers-ham)
17894         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
17895         (spam-list-of-checks): Add spam-use-gmane-xref to list of
17896         backends and checks.
17897         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
17898
17899         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
17900         an autodetect method.
17901
17902 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17903
17904         * gnus-int.el (gnus-request-accept-article): Inform the agent that
17905         articles are being added to a group.
17906         (gnus-request-replace-article): Inform the agent that articles
17907         need to be uncached as the cached contents are no longer valid.
17908
17909 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17910
17911         * binhex.el: Don't autoload executable-find.
17912
17913         * canlock.el: Don't autoload mail-fetch-field.
17914
17915         * dgnushack.el: Autoload c-mode for XEmacs.
17916
17917         * gnus-ems.el: Don't autoload appt-select-lowest-window.
17918
17919         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
17920         rmail-dont-reply-to and rmail-output.
17921
17922         * gnus-score.el: Don't autoload ffap-string-at-point.
17923
17924         * gnus-setup.el: Don't autoload sc-cite-original.
17925
17926         * imap.el: Don't autoload base64-decode-string,
17927         base64-encode-string and md5.
17928
17929         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
17930         and rmail-msg-restore-non-pruned-header.
17931
17932         * mm-decode.el: Don't autoload executable-find.
17933
17934         * mm-url.el: Don't autoload executable-find.
17935
17936         * mm-view.el: Don't autoload diff-mode.
17937
17938         * nndb.el: Don't autoload news-reply-mode, news-setup,
17939         cancel-timer and telnet.
17940
17941         * password.el: Don't autoload run-at-time for Emacs.
17942
17943         * sha1-el.el: Don't autoload executable-find.
17944
17945         * sieve-mode.el: Don't autoload c-mode.
17946
17947         * uudecode.el: Don't autoload executable-find.
17948
17949 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17950
17951         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
17952         (gnus-agent-possibly-alter-active): Avoid null in numeric
17953         comparison.
17954         (gnus-agent-set-local): Refuse to save null in local object table.
17955         (gnus-agent-regenerate-group): The REREAD parameter can now be a
17956         list of articles that will be marked as unread.
17957
17958 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17959
17960         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
17961
17962 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
17963
17964         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
17965         language tags.
17966
17967 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
17968
17969         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
17970         Don't bind "obarray".
17971
17972         * gnus-sum.el (gnus-thread-sort-functions):
17973         Add `gnus-thread-sort-by-most-recent-number' and
17974         `gnus-thread-sort-by-most-recent-date'.
17975         Reported by Kai Grossjohann <kai@emptydomain.de>.
17976
17977 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17978
17979         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
17980
17981 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17982
17983         * gnus-cus.el (gnus-agent-customize-category):
17984         Remove ignore-errors macro reference that required cl to be loaded at
17985         run-time.
17986
17987         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
17988         single-interval range of the form (min . max).  Previously the
17989         range had to look like ((min . max)).  Likewise, return
17990         (min . max) rather than ((min . max)).
17991         (gnus-range-map): Use gnus-range-normalize to accept
17992         single-interval range.
17993
17994         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
17995         the cache, but not the agent, now appear with their usual face.
17996
17997         * dgnushack.el (loaddir): New variable that is bound to the
17998         directory containing the dgnushack.el file. Use loaddir, rather
17999         than srcdir, to update load-path. Change lets dgnushack compile
18000         code in directories other than GNUS/lisp.
18001
18002 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18003
18004         * lpath.el: Don't bind w3m-safe-url-regexp.
18005
18006         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
18007         w3m-safe-url-regexp variable buffer-local.
18008
18009         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18010
18011 2004-02-27  Simon Josefsson  <jas@extundo.com>
18012
18013         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
18014         gnus-group-real-prefix.
18015         (gnus-summary-move-article): Use it, instead of
18016         gnus-group-real-prefix.
18017
18018 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18019
18020         * lpath.el: Bind w3m-safe-url-regexp.
18021
18022         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
18023         w3m-safe-url-regexp variable buffer-local and set it as the value
18024         of mm-w3m-safe-url-regexp.
18025
18026         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18027
18028         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
18029         parsing gnus-posting-styles when the message is not for replying.
18030
18031         * dgnushack.el: Autoload sgml-mode for XEmacs.
18032
18033         * nnrss.el (nnrss-opml-export):
18034         Use mm-set-buffer-file-coding-system instead of
18035         set-buffer-file-coding-system.
18036
18037 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
18038
18039         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
18040         of checkdoc.el).
18041         * nnrss.el: do.
18042         * gnus-mlspl.el: do.
18043         * gnus-ml.el: do.
18044         * gnus-srvr.el: do.
18045
18046         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
18047
18048 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
18049
18050         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
18051         Corrections to custom-manual links.
18052
18053         * gnus-art.el (gnus-article): Ditto.
18054
18055         * mm-decode.el (mime-display, mime-security): Ditto.
18056
18057 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18058
18059         * flow-fill.el: Typo.
18060
18061 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
18062
18063         * spam-wash.el: New file.
18064
18065 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
18066
18067         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
18068
18069 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
18070
18071         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
18072         to be run with new-articles as LIST1, not LIST2.
18073         (spam-registration-functions): Add spam-use-ham-copy as a nil
18074         registration backend.
18075
18076 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18077
18078         * spam-stat.el (spam-stat-washing-hook): New option.
18079         (spam-stat-buffer-words): Use it.
18080         (spam-stat-process-directory, spam-stat-test-directory):
18081         Use insert-file-contents-literally.
18082         (spam-stat-coding-system): New variable.
18083         (spam-stat-load, spam-stat-save): Use it.
18084
18085 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18086
18087         * spam-report.el (spam-report-plug-agent):
18088         Quote spam-report-url-to-file and spam-report-url-ping-plain.
18089
18090 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
18091
18092         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
18093         Allow / in mailto URLs.
18094
18095 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18096
18097         * spam-report.el (spam-report-process-queue): Fix interactive use.
18098         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
18099         (spam-report-unplug-agent): Doc fixes.
18100         (spam-report-url-ping-mm-url, spam-report-url-to-file)
18101         (spam-report-agentize, spam-report-deagentize): Autoload.
18102
18103 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18104
18105         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
18106
18107         * message.el (message-setup-fill-variables): Add mml tags to
18108         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
18109         <ajk@iu.edu>.
18110         (message-mode): Don't modify paragraph-separate there.
18111
18112 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18113
18114         * compface.el (uncompface-use-external): Default to undecided.
18115         (uncompface-use-external-threshold): New variable.
18116         (uncompface-float-time): New macro.
18117         (uncompface): Determine whether to use the external decoder if
18118         uncompface-use-external is undecided.
18119
18120 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18121
18122         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
18123         after images.
18124
18125         * gnus-art.el (gnus-mime-display-single): Remove dead code.
18126
18127 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
18128
18129         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
18130
18131         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
18132
18133         * gnus-sum.el (gnus-summary-limit-to-age)
18134         (gnus-summary-limit-children): do.
18135
18136         * gnus-int.el (gnus-request-scan): do.
18137
18138         * gnus-group.el (gnus-group-suspend): do.
18139
18140         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
18141
18142         * gnus-cite.el (gnus-cite-parse-attributions): do.
18143
18144         * gnus-agent.el (gnus-summary-set-agent-mark)
18145         (gnus-agent-regenerate-group): do.
18146
18147         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
18148
18149         * binhex.el (binhex-decode-region-internal): do.
18150
18151 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18152
18153         * gnus-fun.el (gnus-face-properties-alist): New user option.
18154         (gnus-display-x-face-in-from): Use it.
18155
18156         * gnus-art.el (article-display-face): Ditto.
18157
18158         * compface.el (uncompface-use-external): Default to nil.
18159
18160 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
18161
18162         * nntp.el (nntp-erase-buffer): New function.
18163         (nntp-retrieve-data, nntp-send-command)
18164         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
18165         (nntp-possibly-change-group): Use it.
18166
18167         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
18168         Use with-current-buffer.
18169
18170 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
18171
18172         * compface.el: Merge the ELisp-based uncompface program.
18173         (compface): New customization group.
18174         (uncompface-use-external): New user option.
18175         (uncompface): Call uncompface-internal if uncompface-use-external
18176         is nil.
18177         (uncompface-internal): New function.  Note that there are also
18178         some other functions and variables added for this function.
18179
18180 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
18181
18182         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
18183         if necessary.
18184
18185 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
18186
18187         * spam-report.el (spam-report-unplug-agent)
18188         (spam-report-plug-agent, spam-report-deagentize)
18189         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
18190         Add support for the Agent in spam-report: when unplugged, report to a
18191         file; when plugged, submit all the requests.
18192
18193         * spam.el (spam-register-routine): Fix message about
18194         registration.
18195
18196 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
18197
18198         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
18199         dependencies.
18200         (rfc2047-encode): Use it.
18201
18202         * gnus-art.el (gnus-button-marker-list): Move before first
18203         reference.
18204
18205         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18206         (imap-parse-body): Fix format string mismatch.
18207
18208         * gnus-score.el (gnus-summary-increase-score): do.
18209
18210         * nnrss.el (nnrss-close): New function.
18211
18212 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
18213
18214         * nnrss.el (nnrss-make-filename): New function.
18215         (nnrss-request-delete-group, nnrss-read-server-data)
18216         (nnrss-save-server-data, nnrss-read-group-data)
18217         (nnrss-save-group-data): Use it.
18218         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
18219         (nnrss-read-server-data, nnrss-read-group-data): Use load.
18220         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
18221
18222 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
18223
18224         * mml.el (mml-compute-boundary-1): Don't uncompress files.
18225
18226 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
18227
18228         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
18229         files.
18230
18231         * message.el (message-generate-headers-first): Don't quote nil
18232         and t in docstrings.
18233
18234         * imap.el (imap-id): do.
18235
18236         * gnus-agent.el (gnus-agent-consider-all-articles)
18237         (gnus-agent-queue-mail): do.
18238
18239 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
18240
18241         * spam-report.el (spam-report-process-queue): New function.
18242         Process requests from `spam-report-requests-file'.
18243         (spam-report-process-queue): Doc fix.
18244
18245 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
18246
18247         * spam.el (spam-register-routine)
18248         (spam-log-processing-to-registry, spam-log-registered-p)
18249         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18250         Change "check" to "spam-check" for semi-clarity.
18251
18252 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
18253
18254         * pop3.el: Require nnheader.
18255
18256         * mml-smime.el: Require cl.  Autoload message-fetch-field.
18257
18258         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
18259
18260         * gnus-picon.el: Require cl.
18261
18262         * gnus-fun.el: Require gnus-ems and gnus-util.
18263
18264         * gnus.el (gnus-method-to-server): Move defsubst before first use.
18265
18266         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
18267
18268         * gnus-art.el (gnus-article-edit-mode): Define before first
18269         reference.
18270
18271 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
18272
18273         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
18274         (gnus-uu-post-encoded): Use point-at-bol.
18275
18276         * gnus-topic.el (gnus-group-active-topic-p): do.
18277
18278         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
18279
18280         * gnus-group.el (gnus-group-kill-region): do.
18281
18282         * gnus-art.el (article-date-ut): do.
18283
18284         * message.el (message-fetch-field): Remove redundant
18285         case-fold-search binding.
18286         (message-narrow-to-field): Simplify.
18287
18288 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
18289
18290         * spam.el (spam-directory): Derive from `gnus-directory'.
18291
18292         * spam-report.el (spam-report-url-to-file)
18293         (spam-report-requests-file): New function and variable for offline
18294         reporting.
18295         (spam-report-url-ping-function): Add `spam-report-url-to-file'
18296         and user defined function.
18297         (spam-report-url-ping-mm-url): Remove doubled slash.
18298
18299 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
18300
18301         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
18302
18303 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
18304
18305         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
18306         Fix format string mismatch.
18307
18308         * sieve.el (sieve-deactivate-all): do.
18309
18310         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
18311
18312         * nnlistserv.el (nnlistserv-kk-wash-article): do.
18313
18314         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
18315
18316         * mm-bodies.el (mm-7bit-chars): Don't include \r.
18317
18318 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
18319
18320         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
18321         the list of checks.
18322
18323 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
18324
18325         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
18326         padding.
18327
18328 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
18329
18330         * mm-view.el (mm-fill-flowed): New variable.
18331         (mm-inline-text): Use it.
18332
18333 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
18334
18335         * spam.el (spam-spamassassin-register-ham-routine)
18336         (spam-spamassassin-register-spam-routine): Fix function names.
18337
18338 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18339
18340         * gnus.el (gnus-tmp-grouplens): Remove.
18341         (gnus-summary-line-format): Remove grouplens.
18342
18343         * gnus-group.el (gnus-group-line-format): Ditto.
18344
18345         * gnus-spec.el (gnus-format-specs): Ditto.
18346         (gnus-update-format-specifications): Flush the group format spec
18347         cache if there's the grouplens stuff.
18348         (gnus-parse-simple-format): Replace %l with the empty string.
18349
18350 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
18351
18352         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
18353         omission.
18354
18355 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18356
18357         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
18358         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18359
18360 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18361
18362         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
18363         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
18364         New macros and functions.
18365         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
18366         Handle > NLINK_MAX messages.
18367         * nnmaildir.el (nnmaildir-request-set-mark):
18368         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
18369
18370 2004-01-25  Alex Schroeder  <alex@gnu.org>
18371
18372         * spam-stat.el (spam-stat-process-directory-age): New option.
18373         (spam-stat-process-directory): Use it.
18374
18375 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
18376
18377         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
18378         (spam-stat-save): Accept prefix argument.
18379
18380 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
18381
18382         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
18383         links" error.
18384
18385 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18386
18387         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
18388         the rest of the and/or forms.
18389
18390 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18391
18392         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
18393         compatibility with old .newsrc.eld files.
18394
18395         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
18396
18397         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
18398
18399         * gnus-start.el (gnus-1): do.
18400
18401         * gnus-group.el (gnus-group-line-format-alist): do.
18402
18403         * gnus.el (gnus-use-grouplens, gnus-visual): do.
18404
18405         * gnus-gl.el: Remove.
18406
18407 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18408
18409         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
18410         marks consisting of a single range {for example, (3 . 5)} rather
18411         than a list of a single range { ((3 . 5)) }.
18412
18413 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18414
18415         * spam-stat.el (spam-stat-store-gnus-article-buffer):
18416         Use with-current-buffer.
18417         (spam-stat-store-current-buffer): Use insert-buffer-substring to
18418         avoid consing a string.
18419
18420         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
18421         Remove obsolete entries for big5 and gb2312.
18422
18423 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18424
18425         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
18426         uncompressed list.
18427
18428 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
18429
18430         * spam-stat.el (spam-stat-strip-xref): New function.
18431         (spam-stat-process-directory): Use it.
18432
18433         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
18434         here -- it's done in message-fetch-field.
18435
18436 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18437
18438         * gnus-agent.el (gnus-agent-queue-mail)
18439         (gnus-agent-prompt-send-queue): New variables.
18440         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
18441         * gnus-draft.el (gnus-group-send-queue): Pass the group name
18442         "nndraft:queue" along to gnus-draft-send.
18443         Use gnus-agent-prompt-send-queue.
18444         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
18445         is "nndraft:queue".  Suggested by Gaute Strokkenes
18446         <gs234@srcf.ucam.org>
18447
18448         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
18449         (agent-enable-undownloaded-faces): Add.
18450         (gnus-agent-cat-groups): Use eval-and-compile, not
18451         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
18452         method of gnus-agent-cat-groups even when the buffer has been
18453         evaled.
18454         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
18455         delete gnus-agent-save-active-1.
18456         (gnus-agent-save-groups): Delete.  Identical to
18457         gnus-agent-save-active.
18458         (gnus-agent-write-active): No longer adjust agent's copy of active
18459         file as agent's adjustments are now stored in their own
18460         file.  Remove optional parameter.
18461         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
18462         servers.  Add use of min/max range limits from server's local
18463         file.
18464         (gnus-agent-save-alist): Remove unused optional argument.
18465         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
18466         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
18467         (gnus-agent-set-local): A per-server file that keeps min/max range
18468         limits for articles known to the agent.  Provides a fast mechanism
18469         for altering many active ranges.
18470         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
18471         active file (local makes it unnecessary).
18472         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
18473
18474         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
18475         (agent-enable-undownloaded-faces): Add.
18476
18477         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
18478         disable it when sending to "nndraft:queue".
18479         (gnus-group-send-queue): Add safety check to avoid sending queue
18480         when unplugged.
18481
18482         * gnus-group.el (gnus-group-catchup): Use new
18483         gnus-sequence-of-unread-articles, not
18484         gnus-list-of-unread-articles, to avoid exhausting memory with huge
18485         numbers of articles.  Use gnus-range-map to avoid having to
18486         uncompress the unread list.
18487         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
18488         Fix invalid ange-ftp reference.
18489
18490         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
18491         (gnus-sorted-range-intersection): Intersection of two ranges
18492         without requiring that they first be uncompressed.
18493
18494         * gnus-start.el (gnus-activate-group): Unless blocked by the
18495         caller, possibly expand the active range to include both cached
18496         and agentized articles.
18497         (gnus-convert-old-newsrc): Rewrote in anticipation of having
18498         multiple version-dependent converters.
18499         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
18500         gnus-agent-save-active.
18501         (gnus-save-newsrc-file): Save dirty agent range limits.
18502
18503         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
18504         gnus-agent-possibly-alter-active.
18505         (gnus-adjust-marked-articles): Faster handling of simple lists.
18506
18507 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
18508
18509         * spam-stat.el (spam-stat-test-directory): New optional argument
18510         displays a list of files detected.  Suggested by Andrew Cohen
18511         <cohen@andy.bu.edu>.
18512         (spam-stat-buffer-words-with-scores): Don't narrow and change
18513         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
18514
18515 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
18516
18517         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
18518         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
18519         (spam-spamassassin-arguments)
18520         (spam-spamassassin-spam-flag-header)
18521         (spam-spamassassin-positive-spam-flag-header)
18522         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
18523         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
18524         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
18525         (spam-list-of-processors, spam-list-of-checks)
18526         (spam-list-of-statistical-checks, spam-registration-functions)
18527         (spam-check-spamassassin-headers, spam-check-spamassassin)
18528         (spam-spamassassin-score)
18529         (spam-spamassassin-register-with-sa-learn)
18530         (spam-spamassassin-register-spam-routine)
18531         (spam-spamassassin-register-ham-routine)
18532         (spam-assassin-register-spam-routine)
18533         (spam-assassin-register-ham-routine): Add SpamAssassin support.
18534         (spam-bogofilter-score): Fix to show article before scoring.
18535
18536 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
18537
18538         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
18539         default scoring function.
18540         (spam-generic-score): Call spam-spamassassin-score if
18541         spam-use-spamassassin or spam-use-spamassassin-headers is on;
18542         spam-bogofilter-score otherwise.
18543
18544         * gnus.el (spam-process, spam-autodetect-methods):
18545         Add spamassassin and spamassassin-headers.
18546
18547 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
18548
18549         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18550         Suppress unnecessary messages.
18551
18552 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
18553
18554         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
18555         make-hash-table.
18556
18557 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18558
18559         * canlock.el (base64-encode-string): Don't autoload it.
18560
18561 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18562
18563         * run-at-time.el: Remove useless (require 'itimer),
18564         eval-and-compile and (featurep 'xemacs).
18565
18566 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
18567
18568         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
18569         GROUP is a virtual group.
18570
18571 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
18572
18573         * gnus.el: Autoload `message-y-or-n-p'.
18574
18575 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
18576
18577         * pgg-parse.el: Remove unnecessary (require 'custom).
18578
18579         * pgg-def.el: do.
18580
18581         * nnmail.el: do.
18582
18583         * gnus-undo.el: do.
18584
18585         * gnus-picon.el: do.
18586
18587         * gnus-util.el: do.
18588
18589 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
18590
18591         * gnus-sum.el (gnus-pick-line-number): Add autoload.
18592
18593 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18594
18595         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
18596         handle, as well as a list.
18597
18598         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
18599         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
18600         (mm-w3m-cid-retrieve): Simplify.
18601
18602 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
18603
18604         * message.el (message-kill-to-signature): Allow prefix arg to
18605         specify number of lines to keep before signature.
18606
18607 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
18608
18609         * message.el (message-kill-to-signature): Change docstring.
18610
18611 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18612
18613         * canlock.el: Always require sha1-el.
18614         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
18615
18616         * message.el: Autoload sha1 only when compiling.
18617
18618         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
18619         eudc-expand-inline for XEmacs.
18620
18621 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18622
18623         * message.el (message-canlock-generate): Require sha1-el.
18624
18625 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
18626
18627         * message.el (message-expand-name): Silence the byte compiler.
18628
18629         * lpath.el: Add detect-coding-system.
18630
18631         * dgnushack.el (dgnushack-compile): Remove obsolete check for
18632         cus-edit.
18633
18634 2004-01-13  Simon Josefsson  <jas@extundo.com>
18635
18636         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
18637         Invoke gnus-score-mode.
18638         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18639
18640         * gnus-range.el (gnus-compress-sequence): Doc fix.
18641         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
18642
18643 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18644
18645         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
18646
18647 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
18648
18649         * spam.el (spam-get-article-as-string): Update to use
18650         gnus-request-article-this-buffer, much simpler.
18651         (spam-get-article-as-buffer): Remove.
18652
18653 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
18654
18655         * message.el (message-expand-name): Use EUDC if the user uses that.
18656
18657 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18658
18659         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
18660         character for the encoding to avoid consing a string.
18661
18662         * rfc2047.el (rfc2047-decode-string): Don't cons a string
18663         unnecessarily.
18664
18665         * mm-util.el (mm-replace-chars-in-string): Remove.
18666
18667         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
18668         of mm-replace-chars-in-string.
18669
18670 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
18671
18672         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
18673
18674         * mm-util.el (mm-subst-char-in-string): Support inplace.
18675
18676         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
18677         a new string in every iteration.  Use shy groups.
18678
18679 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
18680
18681         * gnus-srvr.el (gnus-browse-unsubscribe-group):
18682         * gnus-soup.el (gnus-soup-group-brew):
18683         * gnus-msg.el (gnus-put-message):
18684         * gnus-move.el (gnus-group-move-group-to-server):
18685         * gnus-kill.el (gnus-batch-score):
18686         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
18687         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
18688         (gnus-group-update-group, gnus-group-read-group)
18689         (gnus-group-make-group, gnus-group-make-help-group)
18690         (gnus-group-make-archive-group, gnus-group-make-directory-group)
18691         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
18692         (gnus-group-sort-by-unread, gnus-group-catchup)
18693         (gnus-group-unsubscribe-group, gnus-group-kill-group)
18694         (gnus-group-yank-group, gnus-group-set-info)
18695         (gnus-group-list-groups):
18696         * gnus.el (gnus-generate-new-group-name):
18697         * gnus-delay.el (gnus-delay-send-queue):
18698         * nnvirtual.el (nnvirtual-catchup-group):
18699         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
18700         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
18701         (gnus-group-prepare-topics, gnus-topic-check-topology):
18702         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
18703         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
18704         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
18705         (gnus-group-make-articles-read):
18706         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
18707         (gnus-group-change-level, gnus-kill-newsgroup)
18708         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
18709         (gnus-get-unread-articles, gnus-make-articles-unread)
18710         (gnus-make-ascending-articles-unread): Use accessor
18711         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
18712         to get group information for improved readability.
18713
18714
18715 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18716
18717         * gnus-art.el (article-decode-mime-words, article-babel)
18718         (gnus-article-highlight-signature, gnus-article-add-buttons)
18719         (gnus-signature-toggle): Use gnus-with-article-buffer.
18720
18721         * gnus-art.el (gnus-article-highlight-headers)
18722         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
18723
18724         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
18725         (gnus-article-set-globals, gnus-request-article-this-buffer)
18726         (gnus-button-message-id, gnus-article-maybe-hide-headers)
18727         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
18728         (gnus-mime-display-alternative): Use with-current-buffer.
18729
18730 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18731
18732         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
18733         also under 80 char limit, and call gnus-error if needed.
18734         (spam-fetch-article-header): Fix - it was a
18735         buffer-local variable (gnus-newsgroup-data).
18736         (spam-find-spam): Use spam-generate-fake-headers, forget about
18737         spam-insert-fake-headers.
18738         (spam-insert-fake-headers): Remove.
18739
18740 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18741
18742         * deuglify.el (gnus-article-outlook-unwrap-lines)
18743         (gnus-outlook-rearrange-article)
18744         (gnus-outlook-repair-attribution-outlook)
18745         (gnus-outlook-repair-attribution-block)
18746         (gnus-outlook-repair-attribution-other): Remove redundant
18747         save-excursion.
18748
18749 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18750
18751         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
18752         (spam-fetch-field-subject-fast)
18753         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
18754         (spam-fetch-article-header): Add functions to deal with Gnus
18755         internals for fast retrieval of article header data.
18756         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
18757
18758 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18759
18760         * pop3.el (pop3-md5): Remove.
18761         (pop3-apop): Replace pop3-md5 with md5.
18762
18763         * mm-bodies.el: base64 is always built-in.
18764
18765         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18766         Use with-current-buffer.
18767
18768 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18769
18770         * canlock.el (canlock-insert-header): Remove excessive grouping in
18771         regexp.
18772
18773         * gnus-sum.el (gnus-summary-read-document): Ditto.
18774
18775         * gnus-uu.el (gnus-uu-part-number): Ditto.
18776
18777         * html2text.el (html2text-remove-tags): Ditto.
18778         (html2text-format-tags): Ditto.
18779         (html2text-format-single-elements): Ditto.
18780
18781         * mml.el (mml-parse-1): Ditto.
18782
18783 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18784
18785         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
18786
18787         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
18788
18789         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
18790
18791         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
18792
18793 2003-11-15  Simon Josefsson  <jas@extundo.com>
18794
18795         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
18796         (pgg-gpg-lookup-key): Use regexp match instead of
18797         split-string (split-string is different between emacs 21.2 and
18798         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
18799
18800 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18801
18802         * gnus-art.el (gnus-mime-view-all-parts)
18803         (gnus-article-part-wrapper, gnus-article-view-part):
18804         Use with-current-buffer.
18805
18806 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18807
18808         * spam.el (spam-disable-spam-split-during-ham-respool)
18809         (spam-spamoracle-database, spam-cache-lookups)
18810         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
18811         (spam-group-ham-mark-p, spam-group-spam-mark-p)
18812         (spam-group-ham-marks, spam-group-spam-marks)
18813         (spam-group-spam-contents-p, spam-group-ham-contents-p)
18814         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
18815         also add spam-use-blackholes to the statistical checks.
18816         (spam-fetch-field-fast): Add interface to fetching fields, may
18817         become a macro.
18818         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
18819         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
18820         (spam-insert-fake-headers): Fake an article when needed.
18821         (spam-find-spam): Fake article when possible.
18822         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
18823         (spam-check-bogofilter-headers): Use message-fetch-field instead
18824         of nnmail-fetch-field.
18825
18826 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18827
18828         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
18829
18830 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18831
18832         * spam.el (spam-split): Do not require spam-use-CHECK to be
18833         enabled if that check is passed to spam-split explicitly; also
18834         fix so 'spam doesn't get converted to spam-split-group when
18835         spam-split-symbolic-return is t.
18836         (spam-find-spam): Find registrations of the article and use those
18837         instead of re-running spam-split to find the spam/ham
18838         classification of the article.
18839         (spam-log-processing-to-registry, spam-log-registered-p)
18840         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18841         Use gnus-error instead of gnus-message.
18842         (spam-log-registration-type): Add function to determine the
18843         classification of a message based on registry entries; will
18844         return nil if both 'spam and 'ham are found.
18845         (spam-check-BBDB): Expand all the BBDB macros here so we can have
18846         a reasonably fast local cache without the loading errors.
18847         (spam-cache-lookups): Set to t by default.
18848         (spam-find-spam): Don't try to guess spam-cache-lookups.
18849         (spam-enter-whitelist, spam-enter-blacklist): Clear the
18850         spam-caches entry.
18851         (spam-filelist-build-cache, spam-filelist-check-cache):
18852         Fix caching of whitelist/blacklist entries.
18853         (spam-check-whitelist, spam-check-blacklist):
18854         Invoke spam-from-listed-p with a type, not a cache variable.
18855         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
18856
18857 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18858
18859         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
18860
18861         * nnmail.el (nnmail-split-fancy): do.
18862
18863         * mml.el (mml-parse): do.
18864
18865         * gnus-score.el (gnus-enter-score-words-into-hashtb)
18866         (gnus-score-adaptive): do.
18867
18868 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18869
18870         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
18871         (gnus-mime-button-map): Don't set keymap parent.
18872         (gnus-button-ctan-directory-regexp): Use shy grouping.
18873         (gnus-prev-page-map): Don't set keymap parent.
18874         (gnus-prev-page-map): Remove duplicated one.
18875         (gnus-next-page-map): Don't set keymap parent.
18876         (gnus-mime-security-button-map): Ditto.
18877
18878         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
18879         version number.
18880
18881         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
18882
18883 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18884
18885         * canlock.el (canlock-sha1-function): Remove.
18886         (canlock-sha1-function-for-verify): Remove.
18887         (canlock-openssl-program): Remove.
18888         (canlock-openssl-args): Remove.
18889         (canlock-ignore-errors): Remove.
18890         (canlock-sha1-with-openssl): Remove.
18891         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
18892         (canlock-verify): Don't use canlock-ignore-errors.
18893
18894         * sha1-el.el (sha1-string-external): Make it can return a string
18895         in binary form.
18896         (sha1-region-external): Ditto.
18897         (sha1-string-internal): Ditto.
18898         (sha1-region-internal): Ditto.
18899         (sha1-region): Ditto.
18900         (sha1-string): Ditto.
18901         (sha1): Ditto.
18902
18903 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18904
18905         * spam.el (spam-report-articles-gmane): New command.
18906
18907 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18908
18909         * gnus.el: Don't make unnecessary *Group* buffer when loading.
18910
18911         * run-at-time.el (run-at-time-saved): Remove.
18912         (run-at-time): Doc fix.
18913
18914 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18915
18916         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
18917         (gnus-summary-limit-map): Add it.
18918         (gnus-summary-make-menu-bar): do.
18919
18920 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
18921
18922         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
18923         Make attempt at some caching support (done for BBDB only now).
18924         (spam-find-spam): Set spam-cache-lookups if there are more than 2
18925         addresses to be checked.
18926         (spam-clear-cache-BBDB): Add function, to be invoked by
18927         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
18928         (spam-check-BBDB): Check and use the caches, if
18929         spam-cache-lookups is on, remove superfluous (provide).
18930
18931 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
18932
18933         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
18934
18935 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
18936
18937         * run-at-time.el (run-at-time-saved): Move to after the definition
18938         of `run-at-time'.
18939
18940         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
18941
18942 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18943
18944         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
18945         mm-w3m-local-map-property.
18946
18947         * mm-view.el (mm-w3m-mode-map): Remove.
18948         (mm-w3m-local-map-property): Remove.
18949         (mm-inline-text-html-render-with-w3m): Don't use
18950         mm-w3m-local-map-property.
18951
18952 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18953
18954         * run-at-time.el: New file.
18955
18956         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
18957         under Emacs.
18958
18959         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
18960         of gnus-set-text-properties.
18961
18962         * gnus-uu.el (gnus-uu-save-article): Ditto.
18963
18964         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
18965
18966         * gnus-cite.el (gnus-cite-parse): Ditto.
18967
18968         * gnus-art.el (gnus-button-push): Use set-text-properties instead
18969         of gnus-.
18970
18971         * gnus-xmas.el (run-at-time): Require run-at-time.
18972
18973         * gnus.el: Change calls to nnheader-run-at-time and
18974         password-run-at-time throughout to use run-at-time directly.
18975
18976         * password.el: Remove definition of run-at-time.
18977
18978         * nnheaderxm.el: Remove definition of run-at-time.
18979
18980 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
18981
18982         * mml.el (mml-minibuffer-read-disposition): Show attachment type
18983         in prompt.
18984
18985 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18986
18987         * messagexmas.el (message-xmas-redefine): Alias
18988         `message-make-caesar-translation-table' to
18989         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
18990         version.
18991
18992         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
18993         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
18994         `gnus-xmas-set-text-properties'.
18995         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
18996         `gnus-xmas-completing-read'.
18997         (gnus-xmas-completing-read): Removed.
18998         (gnus-xmas-open-network-stream): Removed.
18999
19000         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
19001         XEmacs version.
19002
19003         * dns.el (dns-make-network-process): Use `open-network-stream'
19004         instead of `gnus-xmas-open-network-stream'.
19005
19006         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
19007
19008         * .cvsignore: Add auto-autoloads.el, custom-load.el.
19009
19010 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19011
19012         * gnus-art.el (gnus-mime-display-alternative)
19013         (gnus-insert-mime-button, gnus-insert-mime-security-button)
19014         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
19015         Don't use gnus-local-map-property.
19016
19017         * gnus-util.el (gnus-local-map-property): Remove.
19018
19019         * mm-view.el (mm-view-pkcs7-decrypt):
19020         Replace gnus-completing-read-maybe-default with completing-read.
19021
19022         * gnus-util.el (gnus-completing-read): do.
19023         (gnus-completing-read-maybe-default): Remove.
19024
19025 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19026
19027         * password.el: Only autoload `run-at-time' if not XEmacs.
19028         Only autoload the itimer functions if XEmacs.
19029
19030 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19031
19032         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
19033         XEmacsen.
19034
19035         * dgnushack.el: Autoload executable-find for XEmacs.
19036
19037 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19038
19039         * gnus-art.el (gnus-read-string): Remove.
19040         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
19041         read-string.
19042
19043 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
19044
19045         * netrc.el: Autoload password-read.
19046         (netrc): Add configuration group.
19047         (netrc-encoding-method, netrc-openssl-path):
19048         Add variables for encoding and decoding of files with symmetric
19049         ciphers.
19050         (netrc-encode): Add assistant function to encode a file with
19051         netrc-encoding-method.
19052         (netrc-parse): Add interactive parameter, added optional
19053         decoding if netrc-encoding-method is non-nil but otherwise
19054         behavior is standard.
19055         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
19056         Do s/encode/encrypt/ everywhere.
19057
19058         * spam.el: Remove executable-find autoload.
19059
19060 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19061
19062         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
19063
19064         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
19065
19066 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19067
19068         * gnus-art.el (gnus-treat-ansi-sequences)
19069         (article-treat-ansi-sequences): New variable and function.
19070         Suggested by Dan Jacobson <jidanni@jidanni.org>.
19071
19072         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19073         Use it.
19074
19075 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19076
19077         * mm-util.el (mm-quote-arg): Remove.
19078
19079         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
19080         shell-quote-argument.
19081
19082         * gnus-uu.el (gnus-uu-command): do.
19083
19084         * gnus-sum.el (gnus-summary-insert-pseudos): do.
19085
19086         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
19087         with make-char.
19088
19089         * mm-util.el (mm-make-char): Remove.
19090
19091         * mml.el (mml-mode): Replace gnus-add-minor-mode with
19092         add-minor-mode.
19093
19094         * gnus-undo.el (gnus-undo-mode): do.
19095
19096         * gnus-topic.el (gnus-topic-mode): do.
19097
19098         * gnus-sum.el (gnus-dead-summary-mode): do.
19099
19100         * gnus-start.el (gnus-slave-mode): do.
19101
19102         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
19103
19104         * gnus-ml.el (gnus-mailing-list-mode): do.
19105
19106         * gnus-gl.el (gnus-grouplens-mode): do.
19107
19108         * gnus-draft.el (gnus-draft-mode): do.
19109
19110         * gnus-dired.el (gnus-dired-mode): do.
19111
19112         * gnus-ems.el (gnus-add-minor-mode): Remove.
19113
19114         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19115         Replace gnus-char-width with char-width.
19116
19117         * gnus-ems.el (gnus-char-width): 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         * spam-stat.el (with-syntax-table): Remove with-syntax-table
19125         definition.
19126         Remove Emacs 20 hash table compatibility code.
19127
19128         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
19129         20 compatibility code.
19130
19131         * spam.el (spam-point-at-eol): Replace with point-at-eol.
19132
19133         * smime.el (smime-point-at-eol): Replace with point-at-eol.
19134
19135         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
19136         Replace with point-at-{eol,bol}.
19137
19138         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
19139
19140         * imap.el (imap-point-at-eol): Replace with point-at-eol.
19141
19142         * flow-fill.el (fill-flowed-point-at-bol)
19143         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
19144
19145         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
19146         Replace with point-at-{eol,bol} throughout all files.
19147
19148 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19149
19150         * ntlm.el (ntlm-string-as-unibyte): New macro.
19151         (ntlm-build-auth-response): Use it.
19152
19153         Remove Emacs 20 stuff:
19154         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
19155         (butlast, mapc, remove): Remove the compiler macros.
19156         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
19157         of delq and copy-sequence.
19158         * gnus-art.el (popup-menu): Remove the compiler macro.
19159         * nnmail.el (nnmail-split-fancy): Don't support customizing with
19160         Emacs 20.
19161
19162 2004-01-05  Simon Josefsson  <jas@extundo.com>
19163
19164         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
19165         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
19166         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
19167         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
19168         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
19169         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
19170         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
19171         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
19172         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
19173         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
19174         ntlm-string-permute, string-lshift into ntlm-string-lshift,
19175         string-xor into ntlm-string-xor.
19176         Suggested by Jesper Harder <harder@myrealbox.com>.
19177
19178         * ntlm.el: Don't include poem.
19179
19180         * md4.el (print-int32, print-string-hexa): Remove.
19181         Suggested by Jesper Harder <harder@myrealbox.com>.
19182
19183         * sasl-ntlm.el, ntlm.el, md4.el: New files.
19184
19185         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
19186         probably breaks emacs with DL patch, but do we care? Is anyone
19187         still using the DL stuff?)
19188
19189         * sieve-manage.el: Use the password package.
19190         (sieve-manage-read-passwd): Remove.
19191         (sieve-manage-interactive-login): Use password.  Re-add
19192         condition-case around loop.
19193
19194         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
19195         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19196         Use the password package.
19197
19198 2003-02-19  Simon Josefsson  <jas@extundo.com>
19199
19200         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
19201         token.
19202
19203 2002-08-07  Simon Josefsson  <jas@extundo.com>
19204
19205         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
19206         (sieve-manage-authenticators):
19207         (sieve-manage-authenticator-alist): Add some SASL mechs.
19208         (sieve-sasl-auth): New function.
19209         (sieve-manage-cram-md5-auth):
19210         (sieve-manage-plain-auth): Rewrite using SASL library.
19211         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
19212         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
19213         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
19214         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
19215
19216 2004-01-05  Simon Josefsson  <jas@extundo.com>
19217
19218         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
19219         New files.
19220
19221 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19222
19223         * gnus-group.el (gnus-no-groups-message): Update.
19224
19225         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
19226
19227 2003-11-09  Simon Josefsson  <jas@extundo.com>
19228
19229         * imap.el: Support for ID IMAP extension (RFC 2971).
19230         (imap-local-variables): Add imap-id.
19231         (imap-id): New variable.
19232         (imap-id): New function.
19233         (imap-parse-response): Parse untagged ID response.
19234         * nnimap.el (nnimap-id): New variable.
19235         (nnimap-open-connection): Use it.
19236
19237 2003-12-28  Simon Josefsson  <jas@extundo.com>
19238
19239         * gnus-score.el (gnus-score-edit-all-score): New.
19240         * gnus-group.el (gnus-group-score-map): Bind it to W e.
19241
19242 2004-01-04  Simon Josefsson  <jas@extundo.com>
19243
19244         * password.el: Add.
19245
19246 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
19247
19248         * dns.el (dns-query-types): Fix typo.
19249         (dns-query-types): New function.
19250         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
19251         PTR and SOA replies, see RFC 1035.
19252
19253 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19254
19255         * gnus.el (gnus-logo-color-style): Change colors to `no'.
19256
19257         * Move to Changelog.2.
19258
19259 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19260
19261         * gnus.el (gnus-version-number): Bump version.
19262
19263 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19264
19265         * gnus.el: No Gnus v0.1 is released.
19266
19267 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19268
19269         * gnus.el: No Gnus v0.0 is released.
19270
19271 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19272
19273         * gnus.el (gnus-version-number): Bump.
19274         (gnus-version): No.
19275
19276 See ChangeLog.2 for earlier changes.
19277
19278     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
19279       Free Software Foundation, Inc.
19280
19281   This file is part of GNU Emacs.
19282
19283   GNU Emacs is free software: you can redistribute it and/or modify
19284   it under the terms of the GNU General Public License as published by
19285   the Free Software Foundation, either version 3 of the License, or
19286   (at your option) any later version.
19287
19288   GNU Emacs is distributed in the hope that it will be useful,
19289   but WITHOUT ANY WARRANTY; without even the implied warranty of
19290   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19291   GNU General Public License for more details.
19292
19293   You should have received a copy of the GNU General Public License
19294   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
19295
19296 ;; Local Variables:
19297 ;; coding: utf-8
19298 ;; fill-column: 79
19299 ;; add-log-time-zone-rule: t
19300 ;; End: