shr: replace newline with space in style parsing
[gnus] / lisp / ChangeLog
1 2010-11-23  Julien Danjou  <julien@danjou.info>
2
3         * shr.el (shr-parse-style): Replace \n with space in style parsing.
4
5         * shr-color.el (shr-color-hsl-to-rgb-fractions): Use shr-color-hue-to-rgb.
6         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
7
8 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9
10         * shr.el (shr-color->hexadecimal): Autoload.
11         (shr-descend): Add color to all tags.
12
13 2010-11-22  Julien Danjou  <julien@danjou.info>
14
15         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
16         shr-color->hexadecimal.
17
18         * shr-color.el (shr-color->hexadecimal): Add converting functions for
19         RGB() or HSL() color representation.
20
21         * shr.el (shr-tag-font): Add.
22         (shr-tag-color-check): New function to get better colors.
23         (shr-tag-insert-color-overlay): Factorize code between tag-font and
24         tag-span.
25
26         * shr-color.el: New file.
27
28         * color-lab.el: New file.
29
30         * gnus-art.el (gnus-url-mailto): Do not downcase args.
31
32 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
33
34         * nnir.el: Fix typo in comments.
35         (nnir-run-imap): Simplify code. No need to reverse artlist.
36         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
37
38 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
39
40         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
41
42         * nnimap.el (nnimap-get-capabilities): Refactor out.
43         (nnimap-open-connection): Re-request capabilities after STARTTLS.
44
45 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
46
47         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
48         appearing when `mm-uu-hide-markers' is nil.
49
50 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
51
52         * nnimap.el (nnimap-unselect-group): Make into its own function.
53         (nnimap-request-rename-group): Unselect group before renaming.
54         This had gotten lost somewhere.
55         (nnimap-request-accept-article): Keep track of examined groups, and
56         unselect the group before APPENDing to read-only groups.
57         (nnimap-request-move-article): Clear flags before moving so that they
58         can be re-set later.
59
60 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
61
62         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
63         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
64
65 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
66
67         * gnus-art.el (gnus-mime-display-single)
68         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
69         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
70         parameter.
71
72 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
73
74         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
75         (shr-table-vertical-line): New variable.
76         (shr-insert-table): Use it.
77
78 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
79
80         * gnus-html.el (gnus-html-wash-images): Don't display images if
81         gnus-inhibit-images is non-nil; register displayer for cid images.
82         (gnus-html-display-image): Work for cid image.
83         (gnus-html-insert-image): Allow arguments.
84         (gnus-html-put-image): Inhibit read-only.
85         (gnus-html-prefetch-images): Don't prefetch images if
86         gnus-inhibit-images is non-nil.
87
88 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
89
90         * shr.el (shr-put-image): Break lines when inserting big pictures.
91
92 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
93
94         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
95         sender, thanks Katsumi Yamaoka.
96
97 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
98
99         * nnir.el (nnir-run-imap): Reverse the article list for each group
100         rather than the whole list.
101
102 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
103
104         * shr.el (shr-image-displayer): Protect function against non-existent
105         image source.
106
107         * gnus-art.el (gnus-inhibit-images): New user option.
108         (gnus-mime-display-single): Don't display image if it is non-nil.
109
110         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
111         gnus-inhibit-images.
112
113         * shr.el (shr-image-displayer): New function.
114         (shr-tag-img): Use it.
115
116 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
117
118         * mml2015.el (mml2015-epg-sign): Use From header.
119
120 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
121
122         * gnus-html.el (gnus-html-wash-images): Register a displayer.
123
124         * gnus-util.el (gnus-find-text-property-region): Return markers.
125
126         * shr.el (shr-tag-img): Put a displayer in the text property.
127
128         * gnus-util.el (gnus-find-text-property-region): New utility function.
129
130         * gnus-html.el (gnus-html-display-image): Make the alt optional.
131         (gnus-html-show-images): Remove.
132
133         * gnus-art.el (gnus-article-show-images): New, more general function.
134
135         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
136         image url text properties.
137
138         * shr.el: Ditto.
139
140         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
141         gnus-agent-auto-agentize-methods is set.  Which it isn't.
142
143 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
144
145         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
146         work for two or more articles.
147
148 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
149
150         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
151         divide an image that's in an html article to two or more when washing
152         non-ASCII characters in alt text of it.
153
154 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
155
156         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
157         smime-decrypt-region using function argument.
158         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
159
160         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
161
162         * smime.el (smime-decrypt-region): Catch it.
163
164 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
165
166         * smime.el (smime-mode-map): Move initialization into declaration.
167         (gnus-run-mode-hooks): Don't autoload.
168         (smime-mode): Use define-derived-mode.
169
170 2010-11-11  Glenn Morris  <rgm@gnu.org>
171
172         * smime.el (from): Restrict declaration to XEmacs.
173
174         * nnir.el (gnus-group-topic-name): Autoload.
175
176 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
177
178         * shr.el (shr-insert): Don't break long line if it is because of
179         kinsoku-bol characters in the line end.
180
181 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
182
183         * nnir.el (nnir-request-move-article): Fix to provide original group
184         and subject.
185         (nnir-warp-to-article): Don't fail on articles whose headers haven't
186         been retrieved.
187
188         * gnus-sum.el (gnus-summary-move-article): Use original group and
189         subject for virtual articles such as those in an nnir summary buffer.
190
191 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
192
193         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
194         least 21.5).
195
196         * smime.el (from): Declare it again for XEmacs.
197
198 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
199
200         * message.el (message-resend): Don't disable encoding unless it's
201         already encoded.
202
203         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
204         low-numbered articles.
205
206 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
207
208         * rfc2047.el (rfc2047-syntax-table): Simplify.
209
210         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
211
212         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
213         set-char-table-range for XEmacs.
214
215 2010-11-10  Glenn Morris  <rgm@gnu.org>
216
217         * time-date.el (time-to-seconds): Always an alias on Emacs,
218         never a real function.
219         (with-no-warnings): Remove compat stub, now unused.
220         (time-less-p): Doc fix.
221         (time-to-number-of-days): Simplify.
222
223         * smime.el (from): Remove unused declaration.
224
225         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
226         (gnus-float-time): On Emacs, always an alias.
227
228         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
229         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
230
231 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
232
233         * dgnushack.el: Don't use ignore-errors in the top level form since it
234         is unavailable in XEmacs even if cl is loaded.
235
236         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
237
238 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
239
240         * shr.el (browse-url-mailto): Autoload.
241
242         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
243
244         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
245         regexp doesn't need quoting.
246
247 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
248
249         * message.el (message-subject-trailing-was-ask-regexp)
250         (message-subject-trailing-was-regexp): Match was: in addition to was.
251
252 2010-11-09  Glenn Morris  <rgm@gnu.org>
253
254         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
255         (nnbabyl-check-mbox): Use point-at-bol.
256
257 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
258
259         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
260
261         * message.el (message-mailto): New function.
262         (message-mailto): Should accept other parameters.
263         (message-mailto): Remove since it duplicates browse-url-mailto
264         functionality.
265
266 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
267
268         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
269         methods.
270         (gnus-read-active-file): Ditto.
271
272         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
273         ": " from the prompt.
274         (gnus-group-make-group): Ditto.
275
276 2010-11-07  Glenn Morris  <rgm@gnu.org>
277
278         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
279         (gnus-bookmark-kill-line): Use point-at-eol.
280
281 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
282
283         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
284         asterisks in From header.
285
286 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
287
288         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
289         string to avoid making the From headers syntactically invalid.
290
291         * message.el (message-send-mail): Don't insert courtesy messages if the
292         message already has List-Post and List-ID messages.
293
294 2010-11-06  Glenn Morris  <rgm@gnu.org>
295
296         * gnus-art.el (gnus-treat-article): Give dynamic local variables
297         `condition', `type', `length' a prefix.
298         (gnus-treat-predicate): Update for above name changes.
299
300 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
301
302         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
303         binding.  Handled by `gnus-summary-refer-thread' instead.
304         (nnir-warp-to-article): New backend function.
305
306         * nnimap.el (nnimap-request-thread): Force dependency updating.
307
308         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
309         (gnus-summary-refer-thread): Rework to improve thread-referral.
310
311         * gnus-int.el (gnus-warp-to-article): New function.
312
313         * gnus-sum.el (gnus-summary-article-map): Bind it.
314
315 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
316
317         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
318         gnus-summary-refer-thread.
319
320         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
321         headers.
322         (gnus-summary-limit-include-thread): Prevent articles in thread from
323         being cut in gnus-cut-threads.
324         (gnus-summary-refer-thread): Limit retrieved headers to those in
325         thread.
326
327 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
328
329         * message.el (message-send-mail): Use the value of
330         message-courtesy-message from the message buffer.
331
332         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
333
334         * shr.el (shr-browse-url): Implement mailto: URLs.
335
336         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
337         "raw".
338
339         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
340         if it's already selected.
341
342         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
343
344 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
345
346         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
347         to measure the length and truncate alt text.
348
349 2010-11-03  Glenn Morris  <rgm@gnu.org>
350
351         * nndiary.el (nndiary-generate-nov-databases-1)
352         (nndiary-generate-active-info): Rename dynamic variable `files' to
353         something less generic.
354
355 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
356
357         * nnir.el (nnir-request-move-article): Call the underlying backend to
358         move articles from nnir.
359
360 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
361
362         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
363
364 2010-11-02  Julien Danjou  <julien@danjou.info>
365
366         * nnir.el: Remove wais support.
367
368 2010-11-02  Glenn Morris  <rgm@gnu.org>
369
370         * gnus-html.el: Reorder requirements to quieten compiler.
371
372 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
373
374         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
375         properly for XEmacs as well.
376         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
377         (gnus-article-natural-long-line-p): Use window-width rather than
378         frame-width.
379
380 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
381
382         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
383         (nnir-read-parms): Don't modify query.
384         (nnir-run-query): Add ability to search topic on current line.
385         (nnir-get-active): Clean up.
386
387 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
388
389         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
390         degenerate articles.
391
392         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
393         (gnus-print-buffer): Just print the buffer as is, without any copying
394         to a buffer and then re-highlighting.
395
396         * nnimap.el (nnimap-request-group): Store the new updated info.
397         (nnimap-request-group): Select the group when we don't know whether it
398         exists or not.
399
400         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
401         groups.
402
403         * gnus-group.el (gnus-group-find-new-groups): Display all the new
404         groups.
405
406         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
407         groups.
408
409         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
410         long-lines case by only filling the long lines.
411
412         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
413         (bug #7311).
414
415 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
416
417         * shr.el: No need to declare `declare-function' since shr.el is for
418         only Emacsen that provide `libxml-parse-html-region'.
419
420         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
421         effective only in a file it is referred to.
422
423 2010-11-01  Glenn Morris  <rgm@gnu.org>
424
425         * mm-util.el (gnus-completing-read): Autoload.
426         (mm-read-coding-system): Simplify Emacs definition.
427
428         * nnmail.el (gnus-activate-group):
429         * nnimap.el (gnutls-negotiate):
430         * nntp.el (netrc-parse): Fix declarations.
431
432 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
433
434         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
435         string-match-p in Emacs >=23.
436
437         * gnus-msg.el (gnus-configure-posting-styles)
438         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
439
440 2010-11-01  Glenn Morris  <rgm@gnu.org>
441
442         * nnir.el (declare-function): Add compat stub.
443         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
444         (nnir-run-gmane): Require 'mm-url.
445
446         * mm-util.el (mm-string-to-multibyte): Simplify.
447
448         * shr.el (declare-function): Add compat stub.
449         (url-cache-create-filename): Declare.
450         (mm-disable-multibyte, widget-convert-button): Autoload.
451
452         * smime.el (ldap-search): Declare.
453         (smime-cert-by-ldap-1): Require ldap on Emacs.
454
455         * nnimap.el: Require nnmail, and gnus-sum when compiling.
456         (nnimap-keepalive): Use gnus-float-time.
457
458         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
459         (mail-source-delete-crash-box): Use gnus-float-time.
460
461         * gnus-dired.el (gnus-completing-read): Autoload.
462
463         * mm-view.el (gnus-rescale-image): Autoload.
464
465         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
466
467         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
468
469         * sieve-manage.el: Require 'cl when compiling.
470
471         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
472         (gnus-iswitchb-completing-read): Require iswitchb.
473         (gnus-select-frame-set-input-focus): Silence compiler.
474
475 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
476
477         * message.el (message-subject-trailing-was-query): Change default to t,
478         since I think that's what most people want.
479
480         * nnimap.el (nnimap-request-accept-article): Erase buffer before
481         appending for easier debugging.
482         (nnimap-wait-for-connection): Take a regexp.
483         (nnimap-request-accept-article): Wait for the continuation line before
484         sending anything unless we're streaming.
485
486         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
487         leave the header washing to take place.
488
489 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
490
491         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
492         regular expression match and replace in posting styles.
493
494 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
495
496         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
497         an entire server.
498         (nnir-get-active): New function.
499         (nnir-run-imap): Use it.
500         (nnir-run-gmane): Who knew, gmane search returns an article score!
501
502         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
503         server on the current line with nnir.
504
505 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
506
507         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
508         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
509         left edge.
510         (gnus-article-foldable-buffer): Skip past the prefix when determining
511         raggedness.
512
513         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
514         the raw article, and change `C-u g' to show the article without doing
515         treatments.
516
517         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
518         on to `gnus-treat-article'.
519         (gnus-inhibit-article-treatments): New variable.
520
521         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
522
523         * gnus-art.el (gnus-treatment-function-alist): Have
524         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
525         (gnus-treat-fill-long-lines): Change default to fill all text/plain
526         sections.
527
528         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
529         parameter.
530         (gnus-article-fill-cited-long-lines): New function.
531         (gnus-article-fill-cited-article): Allow filling only long sections.
532
533         * shr.el (shr-find-fill-point): Don't break lines between punctuation
534         and non-punctuation (like after the apostrophe in "'We").
535
536         * gnus-sum.el (gnus-summary-select-article): Make sure
537         gnus-original-article-buffer is alive.
538
539         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
540         reflect the order they're in in the digest.
541
542         * gnus.el (gnus-group-startup-message): Move point to the start of the
543         buffer.
544
545         * nnimap.el (nnimap-capability): New function.
546         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
547         is set.
548
549 2010-10-31  David Engster  <dengste@eml.cc>
550
551         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
552         conform with changes to gnus-completing-read.
553
554 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
555
556         * shr.el (shr-tag-img): Output "*" instead of "[img]".
557
558 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
559
560         * nnir.el: Move defvar, defcustom around to keep file organized
561         and keep byte-compiler quiet.
562         (nnir-read-parms): Accept search-engine as arg.
563         (nnir-run-query): Pass search-engine as arg.
564         (nnir-search-engine): Remove.
565
566 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
567
568         * shr.el (shr-generic): The text nodes should be text, not :text.
569
570         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
571         later in the file.
572
573 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
574
575         * nnir.el: General clean up.  Allow searching with multiple engines.
576         Allow separate extra-parameters for each engine.
577         Batch queries when possible.
578         (nnir-imap-default-search-key,nnir-method-default-engines):
579         Add customize interface.
580         (nnir-run-gmane): New engine.
581         (nnir-engines): Use it.  Qualify all prompts with engine name.
582         (nnir-search-engine): Remove global variable.
583         (nnir-run-hyrex): Restore for now.
584         (nnir-extra-parms,nnir-search-history): New variables.
585         (gnus-group-make-nnir-group): Use them.
586         (nnir-group-server): Remove in favor of gnus-group-server.
587         (nnir-request-group): Avoid searching twice.
588         (nnir-sort-groups-by-server): New function.
589
590 2010-10-30  Julien Danjou  <julien@danjou.info>
591
592         * gnus-group.el: Remove gnus-group-fetch-control.
593
594         * gnus-start.el (gnus-find-new-newsgroups):
595         Remove gnus-check-first-time-used.
596
597         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
598
599 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
600
601         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
602         set on groups that don't have \* permanentflags.
603
604 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
605
606         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
607         control the background color.
608         (shr-tag-img): Ignore very small web bug type images.
609         (shr-put-image): Add help-echo alt texts to the images.
610         (shr-tag-video): Show the video poster image.
611
612 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
613
614         * shr.el (shr-table-depth): New variable.
615         (shr-tag-table-1): Only insert the images after the top-level table.
616
617         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
618
619         * gnus-util.el (gnus-list-memq-of-list): New function.
620
621         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
622         selected.
623         (nnimap-unsplittable-articles): New slot.
624         (nnimap-new-articles): Use it.
625
626 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
627
628         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
629         move to the previous line on `M-g'.
630
631 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
632
633         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
634         *-request-group, which seems unnecessary.
635
636         * nnimap.el (nnimap-quote-specials): Function copied over from
637         imap.el.
638         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
639         they support that.  Suggested by Tom Regner.
640
641 2010-10-29  Julien Danjou  <julien@danjou.info>
642
643         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
644         defalias.
645         (gnus-summary-delete-marked-with): Remove obsolete defalias.
646
647         * gnus.el: Remove `gnus-nntp-service' variable.
648         (gnus-secondary-servers): Make obsolete.
649         (gnus-nntp-server): Make obsolete.
650
651         * gnus-start.el (gnus-1): Remove x-splash calls.
652
653         * gnus-ems.el (gnus-x-splash): Remove.
654
655         * gnus.el (gnus-group-startup-message): Simplify/update code.
656
657         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
658         definition.
659
660         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
661         capability before doing anything.
662         (gnus-group-insert-group-line): Remove useless
663         gnus-group-remove-excess-properties.
664
665 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
666
667         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
668
669 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
670
671         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
672         config after reselecting.
673
674 2010-10-28  Julien Danjou  <julien@danjou.info>
675
676         * shr.el (shr-put-image): Use point even if only inserting text.
677         (shr-put-image): Save excursion when inserting alt text on non-graphic
678         display, so the behaviour is the same when we are on a graphic display.
679
680         * nnir.el (nnir-run-swish-e): Remove hyrex support.
681
682 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
683
684         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
685         (gnus-mime-copy-part): Check coding system, not charset.
686         (gnus-mime-view-part-externally): Never remove part.
687         (gnus-mime-view-part-internally): Don't remove part here.
688         (gnus-article-part-wrapper): Make sure MIME tag is visible.
689         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
690         multipart/alternative.
691
692         * mm-decode.el (mm-display-part): Take optional arg `force'.
693
694 2010-10-26  Julien Danjou  <julien@danjou.info>
695
696         * gnus-group.el (gnus-group-default-list-level): Add this function to
697         compute the default list level.
698         (gnus-group-default-list-level): Add possibility to use a function.
699
700 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
701
702         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
703
704         * gnus-group.el (gnus-group-completing-read)
705         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
706         gnus-replace-in-string.
707
708 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
709
710         * shr.el (shr-tag-div): Add.
711
712         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
713
714 2010-10-25  Julien Danjou  <julien@danjou.info>
715
716         * gnus-util.el: Remove `gnus-with-local-quit'.
717
718         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
719
720 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
721
722         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
723         the original article buffer.
724
725 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
726
727         * nnimap.el (nnimap-request-head): New function.
728         (nnimap-request-move-article): Try to be slighly faster by not
729         requesting the entire message when moving.
730         (nnimap-transform-headers): Don't bug out on bodiless articles.
731         (nnimap-send-command): Have no outstanding messages if the IMAP server
732         doesn't support streaming.
733         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
734
735 2010-10-24  Julien Danjou  <julien@danjou.info>
736
737         * message.el (message-default-headers): Fix type.
738
739 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
740
741         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
742         prefetching images.
743
744         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
745         backend for unknown groups.  This is mainly useful for nnimap groups.
746
747         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
748         group isn't covered by the agent.
749
750 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
751
752         * nnir.el (nnir-method-default-engines): New variable.
753         (nnir-run-query): Use it.
754         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
755         (gnus-summary-nnir-goto-thread): Change group if needed.
756
757         * gnus-group.el (gnus-group-group-map): Add key binding for
758         gnus-group-make-nnir-group.
759
760 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
761
762         * shr.el (shr-tag-object): Add.
763
764         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
765         original article buffer live.
766         (gnus-summary-select-article-buffer):
767         Mention gnus-widen-article-buffer.
768
769 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
770
771         * shr.el (shr-tag-strong): Add.
772
773 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
774
775         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
776         group names.  They mess up the group buffer badly.
777
778         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
779
780         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
781         instead of the summary one.
782
783 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
784
785         * mml.el (mml-preview): Work properly when editing article.
786
787         * gnus-start.el (gnus-read-active-file-1): Don't add method to
788         gnus-have-read-active-file if it's already been in.
789
790 2010-10-22  Tom Tromey  <tromey@redhat.com>
791
792         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
793         gnus-group-completing-read.
794
795 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
796
797         * message.el (message-mode-map): Don't bind M-; to comment region, to
798         allow the global comment-dwim to work.
799
800 2010-10-21  Julien Danjou  <julien@danjou.info>
801
802         * message.el (message-setup-1): Allow message-default-headers to be a
803         function.
804
805 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
806
807         * shr.el (shr-tag-table): Simplify.
808
809 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
810
811         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
812         to avoid trying to snarf invalid stuff.
813
814         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
815
816         * gnus.el (gnus-message-archive-group): Quote value.
817         (gnus-message-archive-group): Mark as changed.
818
819         * shr.el (shr-add-font): Don't put the font properties on the newline
820         or the indentation.
821
822         * message.el (message-fix-before-sending): Change options when sending
823         non-printable characters.
824
825         * gnus.el (gnus-message-archive-method): Change the default to
826         monthly outgoing groups.
827
828         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
829         that have gotten new numbers.
830
831         * nnimap.el (nnimap-request-replace-article): New function.
832
833 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
834
835         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
836         (nnrss-request-article): Don't use special html washing code.
837
838 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
839
840         * shr.el (shr-tag-table): Remove useless nconc.
841
842 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
843
844         * gnus-art.el (article-wash-html): Simplify and remove the charset
845         stuff.  Use the normal html rendering code instead of the special html
846         washing code.
847
848         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
849         `gnus-w3m' symbols.
850         (mm-text-html-washer-alist): Remove.
851
852         * mm-decode.el (mm-inline-text-html-renderer): Remove.
853         (mm-inline-media-tests): Remove use.
854         (mm-text-html-renderer): Change default to the `shr' symbol.
855
856         * mm-view.el (mm-inline-text-html): Remove use.
857
858         * gnus-art.el (gnus-blocked-images): New function.  Allow the
859         `gnus-blocked-images' to be a function.
860         (gnus-article-wash-function): Remove.
861
862 2010-10-20  Julien Danjou  <julien@danjou.info>
863
864         * spam.el (spam-list-of-processors): Mark as obsolete.
865
866         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
867         (nnimap-insert-partial-structure): Fix boundary detection.
868
869 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
870
871         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
872         run file-truename on remote files.  This can be expensive and even
873         prevent one from editing drafts if some unrelated buffer has a stale
874         connection.
875
876 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
877
878         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
879         kinsoku-eol regardless of shr-kinsoku-shorten.
880         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
881         (shr-tag-table): Support caption, thead, and tfoot.
882
883 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
884
885         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
886         lines.
887         (shr-save-contents): New command and keystroke.
888
889         * nndoc.el (nndoc-type-alist): Add git support.
890         (nndoc-git-type-p): New function.
891         (nndoc-transform-git-article): Ditto.
892         (nndoc-transform-git-headers): Ditto.
893         (nndoc-transform-git-headers): Generate Subject headers.
894
895         * shr.el (shr-parse-style): New function.
896         (shr-tag-span): Ditto.
897
898         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
899         to `G G' to avoid collisions.
900
901 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
902
903         * shr.el: Load kinsoku if necessary.
904         (shr-kinsoku-shorten): New internal variable.
905         (shr-find-fill-point): Make kinsoku shorten text line if
906         shr-kinsoku-shorten is bound to non-nil.
907         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
908         shr-indentation too when testing if table is wider than frame width.
909         (shr-insert-table): Use `string-width' instead of `length' to measure
910         text width.
911         (shr-insert-table-ruler): Make sure indentation is done at bol.
912
913 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
914
915         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
916         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
917         undecoded network data.
918
919 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
920
921         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
922         name in the mode line spec so that the mode line menu works
923         (bug #2431).
924
925         * message.el (message-get-reply-headers): If we're fed `to-address',
926         then always use that.
927
928         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
929         aren't so wide as to need to switch off the edit menu.
930
931         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
932         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
933
934         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
935         `M-g'.
936         (nnimap-update-info): Update flags/read marks even if \* isn't part of
937         the permanent marks.
938
939 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
940
941         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
942         Splitting according to references/in-reply-to obeys the ignore-groups
943         variable, while splitting by sender and subject do not.
944
945 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
946
947         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
948         alist, so that we can look for non-Unicode chars.
949         (article-translate-strings): Allow both character and string maps.
950
951 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
952
953         * shr.el (shr-insert): Don't insert space behind a wide character
954         categorized as kinsoku-bol, or between characters both categorized as
955         nospace.
956
957 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
958
959         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
960         headers to gnus-newsgroup-headers.
961
962 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
963
964         * shr.el (shr-tag-img): Don't align images -- since we're not
965         rescaling, this often leads to ugly displays.
966
967 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
968
969         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
970         duplicates.
971
972 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
973
974         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
975         call.
976
977 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
978
979         * gnus.el: Autoload gnus-html-show-images.
980
981         * nnimap.el: Use nnheader-message throughout.
982
983         * shr.el (shr-tag-img): Ignore images with no data.
984
985 2010-10-15  Julien Danjou  <julien@danjou.info>
986
987         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
988         a possibility to disable format=flow encoding when using hard newlines.
989
990 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
991
992         * shr.el (shr-insert): Remove space inserted before or after a
993         breakable character or at the beginning or the end of a line.
994         (shr-find-fill-point): Do kinsoku; find the second best point or give
995         it up if there's no breakable point.
996
997 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
998
999         * nnimap.el (nnimap-open-connection): Message when opening connection
1000         for debugging purposes.
1001
1002         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
1003         on every setup buffer call to allow this to change from article to
1004         article.
1005
1006         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
1007         buffers where we have a wide table.
1008
1009 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
1010
1011         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
1012         uses *-request-thread.
1013
1014 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1015
1016         * nnimap.el (nnimap-open-connection): Remove %s from openssl
1017         incantation, which is no longer valid.
1018
1019 2010-10-14  Julien Danjou  <julien@danjou.info>
1020
1021         * shr.el: Fix defcustom type (char -> character).
1022
1023 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1024
1025         * nnimap.el (nnimap-open-connection): tls-program should be a list of
1026         programs.
1027
1028 2010-10-14  Julien Danjou  <julien@danjou.info>
1029
1030         * shr.el (shr-tag-a): Use url-link as widget type.
1031
1032         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
1033         `gnus-group-get-icon'.
1034
1035 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1036
1037         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
1038         This should make server editing work better.
1039
1040         * shr.el (shr-find-fill-point): Don't inloop on indented text.
1041
1042         * tls.el (tls-program): Remove spurious %s from openssl.
1043
1044         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
1045         (nnimap-parse-flags): Fix regexp.
1046
1047         * shr.el (shr-find-fill-point): Use a filling algorithm that should
1048         probably work for CJVK text, too.
1049
1050         * nnimap.el (nnimap-extend-tls-programs): Remove.
1051         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
1052
1053         * tls.el (tls-starttls-switches): Remove starttls hack.
1054         (open-tls-stream): Ditto.
1055         (tls-find-starttls-argument): Ditto.
1056
1057 2010-10-13  Julien Danjou  <julien@danjou.info>
1058
1059         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
1060         responses.
1061
1062 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1063
1064         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
1065
1066         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
1067         anything in Emacs.
1068
1069         * shr.el (shr-current-column): Remove buggy and unnecessary function.
1070
1071 2010-10-13  Julien Danjou  <julien@danjou.info>
1072
1073         * shr.el (shr-width): Make shr-width a defcustom with default to
1074         fill-column.
1075         (shr-tag-img): Use shr-width rather than fill-column.
1076
1077 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1078
1079         * dgnushack.el (byte-optimize-apply)
1080         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
1081
1082         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
1083         position when (X-)Faces exist.
1084         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
1085         avatars when called interactively.
1086
1087 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1088
1089         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
1090         gnus-article-x-face-too-ugly is bound.
1091
1092 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1093
1094         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
1095
1096         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
1097         mailbox that doesn't exist.
1098
1099 2010-10-12  Julien Danjou  <julien@danjou.info>
1100
1101         * shr.el (shr-tag-img): Encode URL properly when retrieving.
1102         (shr-get-image-data): Encode URL properly when fetching from cache.
1103         (shr-tag-img): Use aligned-to spaces to align correctly images.
1104
1105         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
1106         before inserting the Gravatar.
1107
1108         * shr.el (shr-tag-img): Add align attribute support for <img>.
1109
1110 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1111
1112         * gnus-gravatar.el (gnus-art): Require.
1113
1114         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
1115         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1116         Remove long obsoleted functions.
1117
1118 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1119
1120         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
1121
1122         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
1123
1124         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
1125         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
1126         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
1127         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
1128         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
1129         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
1130         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
1131
1132 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1133
1134         * nnimap.el (nnimap-request-rename-group): Select group read-only
1135         before renaming it.
1136
1137         * shr.el (shr-insert): Fix up the white space only regexp.
1138
1139         * nnimap.el (nnimap-transform-split-mail): Not all articles have
1140         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
1141
1142         * shr.el (shr-current-column): New function.
1143         (shr-find-fill-point): New function.
1144
1145 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1146
1147         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
1148         numbers.
1149
1150 2010-10-11  Julien Danjou  <julien@danjou.info>
1151
1152         * shr.el (shr-hr-line): Add.
1153         (shr-tag-hr): Use shr-hr-line to specify which character to use to
1154         display hr lines.
1155         (shr-max-columns): Do not change state to nil if we just inserting
1156         spaces.
1157
1158 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1159
1160         * gnus-topic.el (gnus-topic-read-group): If after the last group,
1161         select the last group.
1162
1163 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
1164
1165         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
1166
1167 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
1168
1169         * dig.el (dig-mode-map): Declare and define in one step.
1170
1171 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1172
1173         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
1174         for Gnus.
1175         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
1176         (nnimap-update-qresync-info): Mark \Seen articles as read.
1177
1178         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
1179         non-variable, too.
1180
1181         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
1182         available.
1183         (nnimap-update-info): Rely more on the current active than the param
1184         active to avoid marking articles as read too much.
1185
1186         * auth-source.el (auth-source-create): Use (user-login-name) for the
1187         user name default.
1188
1189         * nnimap.el (nnimap-update-info): If the server doesn't return any
1190         useful info, just use the previous info.
1191         (nnimap-update-info): Prefer old info over start-article.
1192         (nnimap-update-qresync-info): Finish implementing QRESYNC.
1193
1194 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
1195
1196         * nnir.el (autoload): Clean up autoloads.
1197         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
1198         Use key rather than value.
1199         (nnir-imap-search-other): New variable.
1200         (nnir-read-parm): Use it.
1201         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
1202         (gnus-summary-nnir-goto-thread): Modify to work with imap.
1203
1204 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1205
1206         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
1207         the process, too.
1208
1209 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1210
1211         * spam.el (gnus-summary-mode-map): Bind to "$".
1212         Suggested by Russ Allbery.
1213
1214         * shr.el: Rework the way things are indented by <li> slightly.
1215
1216         * gnus.el (gnus-group-set-parameter): Fix typo.
1217
1218         * nnimap.el: Start implementing QRESYNC support.
1219
1220 2010-10-09  Julien Danjou  <julien@danjou.info>
1221
1222         * nnir.el (nnir-engines): Fix too many arguments.
1223
1224 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1225
1226         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
1227         group is the "last", so that the backends like nnfolder actually save
1228         their folders.
1229
1230         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
1231         try to use that for the tls stream.
1232         (nnimap-retrieve-group-data-early): Rework the marks code to heed
1233         UIDVALIDITY and find out which groups are read-only and not.
1234         (nnimap-get-flags): Use the same marks parsing code as the rest of
1235         nnimap.
1236
1237 2010-10-09  Julien Danjou  <julien@danjou.info>
1238
1239         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
1240
1241         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
1242         retrieving gravatars.
1243
1244         * shr.el (shr-table-corner): Add.
1245         (shr-table-line): Add.
1246         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
1247
1248 2010-10-08  Julien Danjou  <julien@danjou.info>
1249
1250         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
1251
1252 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
1253
1254         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
1255
1256         * gnus-sum.el (gnus-mark-article-as-unread)
1257         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
1258         (gnus-summary-set-bookmark): Use it.
1259
1260         * gnus-msg.el (gnus-setup-message): Use it.
1261
1262         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1263
1264         * gnus.el (gnus-group-remove-parameter): Use it.
1265
1266         * gnus-group.el (gnus-group-make-web-group): Use it.
1267
1268         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1269
1270         * nnregistry.el: Update docs to mention manual.
1271
1272         * gnus-registry.el: Update docs to mention nnregistry.el.
1273         (gnus-registry-initialize): Don't install nnregistry refer method
1274         automatically.
1275         (gnus-registry-install-nnregistry): Remove it.
1276
1277 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1278
1279         * shr.el (shr-insert): Don't insert double spaces.
1280
1281 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1282
1283         * gnus-gravatar.el (gnus-treat-from-gravatar)
1284         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
1285         called interactively.
1286
1287         * gnus-art.el (gnus-mime-view-part-externally)
1288         (gnus-mime-view-part-internally): Make predicate function passed to
1289         gnus-mime-view-part-as-type assume argument is a mime type, not a list
1290         of a mime type.
1291
1292         * shr.el (shr-table-widths): Don't use cl function `reduce'.
1293
1294 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1295
1296         * shr.el (require): Require cl when compiling.
1297         (shr-tag-hr): New function.
1298
1299         * nnimap.el (nnimap-update-info): Remove double setting of high.
1300         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
1301         This makes nnimap work properly on Courier again.
1302
1303         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
1304         the variable for backwards compatability.
1305
1306         * mm-decode.el (mm-save-part): If given a non-directory result, expand
1307         the file name before using to avoid setting mm-default-directory to
1308         nil.
1309
1310         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
1311         bidning gnus-agent variables.
1312
1313         * shr.el (shr-render-td): Use a cache for the table rendering function
1314         to avoid getting an exponential rendering behaviour in nested tables.
1315         (shr-insert): Rework the line-breaking algorithm.
1316         (shr-insert): Don't leave trailing spaces.
1317         (shr-insert-table): Also insert empty TDs.
1318         (shr-tag-blockquote): Ensure paragraphs after </ul>.
1319
1320 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1321
1322         * gnus-sum.el (gnus-number): Rename from `number'.
1323         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
1324         (gnus-summary-limit-children): Update uses correspondingly.
1325
1326 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1327
1328         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
1329         (gnus-gravatar-transform-address): Don't show avatars of people of
1330         which mail addresses match gnus-gravatar-too-ugly.
1331
1332 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1333
1334         * shr.el (shr-table-widths): Expand TD elements to fill available
1335         space.
1336
1337 2010-10-07  Julien Danjou  <julien@danjou.info>
1338
1339         * nnimap.el (nnimap-request-rename-group): Add this method.
1340
1341 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1342
1343         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
1344         name from XEmacs' function-arglist.
1345
1346         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
1347         gravatar under XEmacs.
1348
1349 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
1350
1351         * auth-source.el: Update docs with TODO items.
1352
1353         * gnus-sync.el: Update docs to explain state and plans.
1354
1355         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
1356         Hooks for mark updates.
1357         (gnus-request-set-mark, gnus-request-update-mark): Use them.
1358
1359         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
1360         hooks with arguments, which is needed for mark update hooks.
1361
1362 2010-10-06  Julien Danjou  <julien@danjou.info>
1363
1364         * gnus.el (gnus-expand-group-parameter): Only return and act on what
1365         was matched.
1366
1367         * sieve-manage.el: Update example in `Commentary'.
1368
1369         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
1370
1371         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
1372         not 2000.
1373         (sieve-manage-authenticate): Re-add function.
1374
1375 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1376
1377         * shr.el (shr-insert): Get 'space transition right.
1378         (shr-render-td): Only delete space at the end of the TD.
1379
1380         * nnimap.el (nnimap-open-connection): Prepare to support
1381         open-gnutls-stream.
1382
1383         * shr.el: Rearrange function order to be more logical.
1384
1385 2010-10-06  Julien Danjou  <julien@danjou.info>
1386
1387         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
1388         (nnrss-discover-feed): Remove 404 URL in docstring.
1389
1390         * nnir.el: Fix Swish-E URL.
1391         Fix Namazu URL.
1392
1393         * message.el (message-change-subject): Remove 404 URL in a comment.
1394
1395 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1396
1397         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
1398         called interactively.
1399
1400         * gnus-util.el (gnus-remove-if): Allow hash table.
1401         (gnus-remove-if-not): New function.
1402
1403         * gnus-art.el (gnus-mime-view-part-as-type)
1404         * gnus-score.el (gnus-summary-score-effect)
1405         * gnus-sum.el (gnus-read-move-group-name):
1406         Replace remove-if-not with gnus-remove-if-not.
1407
1408         * gnus-group.el (gnus-group-completing-read):
1409         Regard collection as a hash table if it is not a list.
1410
1411 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1412
1413         * shr.el (shr-render-td): Allow blank/missing <TD>s.
1414
1415         * shr.el: Document the table-rendering algorithm.
1416
1417 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1418
1419         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
1420         for Emacsen having no `libxml-parse-html-region' support.
1421
1422 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1423
1424         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
1425         invalid URLs.
1426
1427         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
1428         line-broken.
1429         (shr-tag-img): Ignore image fetching errors.
1430         (shr-overlays-in-region): Compute overlay positions correctly.
1431
1432         * mm-decode.el (mm-shr): Require shr.
1433
1434         * gnus-art.el (gnus-blocked-images): Move variable here.
1435
1436         * shr.el (shr-insert-table): Bind free variable.
1437
1438         * mm-decode.el (mm-shr): Bind shr-content-function.
1439
1440         * shr.el (shr-content-function): New variable.
1441
1442         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
1443         added for symmetry.
1444
1445         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
1446
1447         * gnus-group.el (gnus-group-make-group): Doc fix.
1448
1449         * nnimap.el (nnimap-request-newgroups): Return success.
1450
1451         * shr.el (shr-find-elements): New function.
1452         (shr-tag-table): Put all the images after the table.
1453         (shr-tag-table): Really inhibit images inside the table.
1454         (shr-collect-overlays): Copy over overlays from the TD elements to the
1455         main document.
1456
1457         * mm-decode.el (mm-shr): Bind shr-blocked-images to
1458         gnus-blocked-images.
1459
1460 2010-10-05  Julien Danjou  <julien@danjou.info>
1461
1462         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
1463
1464         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
1465         (gnus-html-maximum-image-size): Add this function.
1466         (gnus-html-put-image): Use gnus-html-maximum-image-size.
1467
1468         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
1469         server-value of the capability is nil.
1470
1471 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1472
1473         * shr.el (shr-tag-em): Add <EM> tag.
1474
1475 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
1476
1477         * sieve-manage.el (sieve-manage-default-stream): Make default stream
1478         customizable.
1479
1480         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
1481         handing broken links to browse-url.
1482
1483 2010-10-05  Julien Danjou  <julien@danjou.info>
1484
1485         * gnus-util.el (gnus-emacs-completing-read)
1486         (gnus-iswitchb-completing-read): Use autoload rather than require.
1487
1488 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1489
1490         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
1491         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
1492         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
1493         iswitchb-temp-buflist for XEmacs.
1494
1495         * gnus-util.el (gnus-completing-read-function): Exclude
1496         gnus-icompleting-read and gnus-ido-completing-read from candidates for
1497         XEmacs since iswitchb.el is very old and ido.el is unavailable in
1498         XEmacs.
1499
1500         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
1501         not to use `delete-dups' that is unavailable in XEmacs 21.4.
1502
1503         * gnus-html.el: Don't require help-fns under XEmacs.
1504         (gnus-html-schedule-image-fetching): Work for XEmacs.
1505
1506         * mm-decode.el (mm-shr): Decode contents by charset.
1507
1508 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1509
1510         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
1511         unknown.
1512
1513         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
1514         (shr-get-image-data): Ensure against the cache file missing.
1515
1516         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
1517         for data.
1518
1519         * spam-report.el (spam-report-url-ping-plain): Don't query about
1520         killing the process.
1521
1522         * shr.el (shr-render-td): Protect against too-wide text.
1523
1524 2010-10-04  Julien Danjou  <julien@danjou.info>
1525
1526         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
1527         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
1528
1529         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
1530         retrieved.
1531
1532 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1533
1534         * shr.el (browse-url): Require.
1535         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
1536         lines.
1537         (shr-show-alt-text, shr-browse-image): New commands.
1538         (shr-browse-url, shr-copy-url): New commands.
1539
1540         * gnus-sum.el (gnus-widen-article-window): New variable.
1541         (gnus-summary-select-article-buffer): Use it.
1542
1543         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
1544         without @ signs.
1545
1546 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1547
1548         * nnir.el (nnir-run-imap): Remove spurious space in search string.
1549
1550 2010-10-04  Julien Danjou  <julien@danjou.info>
1551
1552         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
1553         for XEmacs.
1554
1555 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1556
1557         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
1558
1559         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
1560         (nnimap-close-server): Implement.
1561
1562         * dgnushack.el (iswitchb): Require to shut up the compiler.
1563
1564         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
1565         (shr-insert): Tweak line breaking.
1566         (shr-insert): Handle <pre> better.
1567         (shr-tag-li): Get <li> indentation right.
1568         (shr-tag-li): Get <li> indentation even righter.
1569         (shr-tag-blockquote): Ensure paragraph start.
1570         (shr-make-table): Tweak table generation.
1571         (shr-make-table): Fix typo.
1572
1573         * shr.el: Implement table rendering.
1574
1575 2010-10-04  Julien Danjou  <julien@danjou.info>
1576
1577         * gnus-html.el (gnus-html-put-image): Fix resize image code.
1578
1579 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1580
1581         * shr.el (shr-insert): Use string anchors instead of line anchors.
1582
1583 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1584
1585         * shr.el: Add headings.
1586         (shr-ensure-paragraph): Actually work.
1587         (shr-tag-li): Make <ul> prettier.
1588         (shr-insert): Get white space at the beginning/end of elements right.
1589         (shr-tag-p): Collapse subsequent <p>s.
1590         (shr-ensure-paragraph): Don't insert double line feeds after blank
1591         lines.
1592         (shr-insert): \t is also space.
1593         (shr-tag-s): Fix "s" tag name function.
1594         (shr-tag-s): Fix face prop name.
1595
1596 2010-10-03  Julien Danjou  <julien@danjou.info>
1597
1598         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
1599
1600         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
1601         gnus-window-inside-pixel-edges.
1602
1603         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
1604         gnus-ems.
1605
1606         * mm-view.el (mm-inline-image-emacs): Support image resizing.
1607
1608         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
1609         function.
1610
1611         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
1612         resize choice.
1613
1614 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1615
1616         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
1617         beginning of the buffer.
1618
1619         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
1620         article buffer again.
1621
1622         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
1623
1624         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
1625         when it's at the start of the buffer.
1626
1627         * shr.el (shr-tag-blockquote): Convert name.
1628         (shr-rescale-image): Use the right image-size variant.
1629
1630         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
1631         buffer isn't shown, then select the current article first instead of
1632         bugging out.
1633         (gnus-summary-select-article-buffer): Show both the article and summary
1634         buffers again.
1635
1636         * shr.el (shr-fontize-cont): Protect against regions with no text.
1637         Rename tag functions to shr-tag-* for enhanced security.
1638         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
1639
1640 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
1641
1642         * shr.el (shr-insert):
1643         * pop3.el (pop3-movemail):
1644         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
1645         loaded.
1646
1647 2010-10-03  Glenn Morris  <rgm@gnu.org>
1648
1649         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
1650
1651         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
1652
1653         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
1654
1655         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
1656
1657         * gnus-util.el (gnus-make-local-hook): Simplify.
1658
1659 2010-10-02  Julien Danjou  <julien@danjou.info>
1660
1661         * gnus-util.el (gnus-iswitchb-completing-read): New function.
1662         (gnus-ido-completing-read): New function.
1663         (gnus-emacs-completing-read): New function.
1664         (gnus-completing-read): Use gnus-completing-read-function.
1665         Add gnus-completing-read-function.
1666
1667 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1668
1669         * shr.el (shr-insert-document): Autoload.
1670         (shr-img): Be silent.
1671         (shr-insert): Add a newline after every picture before text.
1672         (shr-add-font): Use overlays for combining faces.
1673         (shr-insert): Pass upwards the text start point.
1674
1675         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
1676         possible.
1677         (mm-shr): New function.
1678
1679 2010-10-02  Julien Danjou  <julien@danjou.info>
1680
1681         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
1682         should go backward.
1683
1684 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
1685
1686         * shr.el (shr): Fix typo in provide call.
1687
1688 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1689
1690         * shr.el: New file.
1691
1692         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
1693
1694         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
1695         completing read.
1696
1697 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1698
1699         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
1700         we're being queried about.  Suggested by Dan Jacobson.
1701
1702         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
1703         Suggested by Jason Eisner.
1704
1705         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
1706         table, too.  Suggested by Stefan Wiens.
1707         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
1708         the table unnecessary.  Suggested by Stefan Wiens.
1709
1710         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
1711         longer needed, and probably doesn't work either, as pointed out by
1712         Stefan Wiens.
1713         (gnus-summary-exit): Remove call to the clearing function.
1714         (gnus-summary-exit-no-update): Ditto.
1715
1716         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
1717         instead of gnus-eval-in-buffer-window to avoid popping up frames.
1718         Reported by Stefan Monnier.
1719         (gnus-summary-save-in-rmail): Ditto.
1720
1721         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
1722         article buffer, instead of both the article buffer and the summary
1723         buffer.  Sort of suggested by Dan Jacobson.
1724
1725         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
1726
1727         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
1728         Suggested by Dan Jacobson.
1729
1730         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
1731         documentation clearer.
1732
1733         * message.el (message-shorten-references): Comment on the number "21".
1734         Suggested by Stefan Monnier.
1735
1736         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
1737         Suggested by Dan Jacobson.
1738
1739         * gnus.el (gnus-large-newsgroup):
1740         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
1741
1742         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
1743         externalize attachments.  Bug reported by Steve Wen.
1744
1745         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
1746         really message anything to the user.
1747
1748         * nnmail.el (nnmail-article-group): Allow using the fancy split method
1749         directly.
1750
1751         * nnimap.el (nnimap-request-group): Low higher than high to signal no
1752         messages in empty groups.
1753
1754 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
1755
1756         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
1757         non-UIDNEXT group.
1758
1759 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1760
1761         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
1762         not the value from the collection.
1763
1764         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
1765         values.  This sometimes happens on some groups that have no info.
1766         (nnimap-request-newgroups): New function.
1767
1768 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
1769
1770         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
1771         check into `gnus-registry-initialize'.
1772         (gnus-registry-initialize): Ditto.
1773         Fix and extend header docs.
1774
1775 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1776
1777         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
1778         regexp backtrace overflows.
1779
1780         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
1781         for starttls that tls.el implements; i.e. openssl.
1782
1783         * tls.el (tls-starttls-switches): Give up on using starttls with
1784         gnutls-cli.
1785         (tls-program): Add --insecure to be consistent with the defaults from
1786         openssl s_client.  Now all three commands are insecure.
1787
1788 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1789
1790         * lpath.el: Bind completion-styles-alist for XEmacs.
1791
1792         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
1793         (gravatar-create-image): New function that's an alias to
1794         gnus-xmas-create-image, gnus-create-image, or create-image.
1795         (gravatar-data->image): Use it.
1796
1797 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
1798
1799         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
1800         install the nnregistry refer method.
1801         (gnus-registry-install-hooks): Use it.
1802         (gnus-registry-unfollowed-groups): Add nnmairix to the default
1803         unfollowed groups.
1804
1805 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
1806
1807         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
1808         expanding threads.
1809
1810 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1811
1812         * nnir.el: Use the server names without suffixes (bug #7009).
1813
1814         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
1815         unencrypted to STARTTLS, if possible.
1816
1817 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1818
1819         * message.el (message-ignored-supersedes-headers): Strip Injection-*
1820         headers before superseding.
1821
1822 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1823
1824         * nnrss.el (nnrss-use-local): Add documentation.
1825
1826         * nnimap.el (nnimap-extend-tls-programs): New function.
1827         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
1828         (nnimap-wait-for-connection): Accept the greeting from the stupid
1829         output from openssl s_client -starttls, too.
1830
1831         * tls.el (tls-starttls-switches): New variable.
1832         (tls-find-starttls-argument): Use it.
1833         (open-tls-stream): Ditto.
1834
1835         * netrc.el (netrc-credentials): Return the value of the "default" entry.
1836         (netrc-machine): Ditto.
1837
1838         * nnimap.el (nnimap-find-article-by-message-id): Really return the
1839         article number.
1840         (nnimap-split-fancy): New variable.
1841         (nnimap-split-incoming-mail): Use it.
1842
1843         * nntp.el (nntp-server-list-active-group): Document.
1844
1845         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
1846         SELECT to get the message-id.
1847
1848         * mail-source.el (mail-sources): Remove webmail support.
1849         (defvar): Ditto.
1850         (mail-source-fetcher-alist): Ditto.
1851         (mail-source-fetch-webmail): Remove.
1852
1853         * webmail.el: Remove -- doesn't seem relevant any more.
1854
1855         * gnus.el: Fix up make-obsolete-variable declarations throughout.
1856
1857         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
1858         the \r.
1859
1860 2010-09-30  Julien Danjou  <julien@danjou.info>
1861
1862         * gnus-agent.el (gnus-agent-add-group): Fix call to
1863         gnus-completing-read.
1864
1865 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1866
1867         * nndoc.el (nndoc-retrieve-groups): New function.
1868
1869         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
1870         `default', use nnmail-split-methods.
1871         (nnimap-request-article): Downcase the NILs so that they are nil.
1872
1873         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
1874         symbol.
1875
1876         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
1877         code, since if the user has requested network, that's what they ought
1878         to get.
1879         (nnimap-request-set-mark): Erase the buffer before issuing commands.
1880         (nnimap-split-rule): Mark as obsolete.
1881
1882         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
1883         New variable.
1884
1885         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
1886         correct slot, too.
1887
1888 2010-09-29  Julien Danjou  <julien@danjou.info>
1889
1890         * gnus.el (gnus-local-domain): Declare variable obsolete.
1891
1892         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
1893         Fix history computing.
1894         (gnus-ido-completing-read): Require ido.
1895
1896 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1897
1898         * gnus-registry.el: Don't prompt on load, which makes it impossible to
1899         build Gnus.
1900
1901         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
1902         when interpreting the structures.
1903         (nnimap-request-accept-article): Add \r\n to the lines to make this
1904         work with Cyrus.
1905
1906         * nndraft.el (nndraft-request-expire-articles): Use the group name
1907         instead if "nndraft".  Fix found by Nils Ackermann.
1908
1909 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
1910
1911         * nnregistry.el: Add.
1912
1913 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1914
1915         * nnmail.el (group, group-art-list, group-art):
1916         Remove unneeded directives.
1917
1918 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1919
1920         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
1921         (mm-mime-charset)
1922         * rfc2047.el (rfc2047-syntax-table)
1923         * utf7.el (utf7-utf-16-coding-system): Comment fix.
1924
1925         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
1926         rather than `insert-file-contents' and `eval-region'.
1927
1928         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
1929         construction.
1930
1931         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
1932
1933         * time-date.el: No need to require cl for Emacs 21.
1934
1935 2010-09-29  Julien Danjou  <julien@danjou.info>
1936
1937         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
1938         replacement of `gnus-gravatar-relief' to mimic
1939         `gnus-faces-properties-alist'.
1940         Add :version property.
1941
1942 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1943
1944         * mail-source.el (mail-source-report-new-mail)
1945         * message.el (message-default-mail-headers)
1946         * mm-decode.el (mm-valid-image-format-p): Comment fix.
1947
1948         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
1949
1950 2010-09-28  Julien Danjou  <julien@danjou.info>
1951
1952         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
1953         mail-address contains the same string as real-name.
1954
1955         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
1956         non-blank in header, otherwise it'll get stripped.
1957
1958         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
1959         real-name, and then for mail address rather than doing : or , search.
1960
1961 2010-09-27  Julien Danjou  <julien@danjou.info>
1962
1963         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
1964         right completing-read function.
1965         (gnus-use-ido): New variable
1966         (gnus-completing-read-with-default): Remove.
1967         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
1968         (gnus-agent-add-group):
1969         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
1970         * mm-view.el (mm-view-pkcs7-decrypt):
1971         * mm-util.el (mm-codepage-setup):
1972         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
1973         * mml-smime.el (mml-smime-openssl-sign-query):
1974         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
1975         (mml-insert-multipart):
1976         * gnus-msg.el (gnus-summary-yank-message):
1977         * gnus-int.el (gnus-start-news-server):
1978         * mm-decode.el (mm-interactively-view-part):
1979         * gnus-dired.el (gnus-dired-attach):
1980         * gnus.el (gnus-read-method):
1981         * gnus-bookmark.el (gnus-bookmark-jump):
1982         * gnus-art.el (gnus-mime-view-part-as-type)
1983         (gnus-mime-action-on-part, gnus-article-encrypt-body):
1984         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
1985         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
1986         * nnmairix.el (nnmairix-create-server-and-default-group)
1987         (nnmairix-update-groups, nnmairix-get-server)
1988         (nnmairix-backend-to-server, nnmairix-goto-original-article)
1989         (nnmairix-get-group-from-file-path):
1990         * nnrss.el (nnrss-find-rss-via-syndic8):
1991         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
1992         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
1993         (gnus-group-browse-foreign-server):
1994         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
1995         (gnus-summary-execute-command, gnus-summary-respool-article)
1996         (gnus-read-move-group-name):
1997         * gnus-score.el (gnus-summary-increase-score)
1998         (gnus-summary-score-effect):
1999         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
2000
2001 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2002
2003         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
2004         x-focus-frame.
2005
2006         * nnimap.el (auth-source-forget-user-or-password)
2007         (auth-source-user-or-password): Autoload.
2008
2009         * message.el (message-from-style, message-interactive)
2010         (message-cite-prefix-regexp, message-sendmail-envelope-from)
2011         (message-yank-prefix, message-indentation-spaces, message-signature)
2012         (message-signature-file): Add comment.
2013
2014 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2015
2016         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
2017         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
2018         new articles.
2019
2020         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
2021         parts.
2022         (nnimap-request-article): Work with the t setting, too.
2023
2024         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
2025         that you don't get flashes of other buffers.
2026         (gnus-summary-show-complete-article): Intern before setting.
2027
2028 2010-09-27  David Engster  <dengste@eml.cc>
2029
2030         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
2031         well as HEADERS.
2032         (nnmairix-retrieve-headers): Provide new argument for the above.
2033
2034 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2035
2036         * gnus-sum.el (gnus-summary-move-article): Don't alter
2037         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
2038         group.
2039
2040         * nnimap.el (nnimap-update-info): Don't destructively alter active.
2041
2042         * message.el (message-cite-prefix-regexp): Revert my last edit.
2043
2044         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
2045         variable instead of the Gnus variable.
2046
2047         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
2048
2049         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
2050
2051         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
2052         since some servers don't like it.
2053         (nnimap-open-connection): Forget credentials if the server says the
2054         password was wrong.
2055         (nnimap-parse-line): Protect against invalid data.
2056
2057         * gnus-sum.el (gnus-summary-move-article): Add comment.
2058         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
2059         nothing alters it while scanning for new messages.
2060
2061         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
2062         which may or may not help.
2063         (nnimap-open-connection): If we're doing a stream connection, and then
2064         discover we're on a STARTTLS-capable server, then open a STARTTLS
2065         connection instead.
2066
2067 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2068
2069         * nnimap.el (utf7): Require.
2070
2071         * message.el (message-cite-prefix-regexp): Remove "}" from citation
2072         prefix.
2073
2074 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
2075
2076         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
2077
2078 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2079
2080         * nnimap.el (nnimap-request-accept-article): Message the error on
2081         error.
2082
2083 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2084
2085         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
2086
2087 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2088
2089         * nndoc.el (nndoc-request-list): Return success always.
2090
2091         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
2092         `fetch-old' -- we only want to fetch the articles we've requested.
2093         The rest are in the agent, probably.
2094         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
2095         disappeared server" to something low.  It's not important.
2096
2097         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
2098         arrived before the FETCH data.
2099
2100         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
2101         target here, because we don't know the Gnus name of the group.
2102
2103         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
2104         for the correct group.
2105
2106         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
2107
2108         * gnus.el (gnus): Give a final warning after startup.
2109
2110         * gnus-util.el (gnus-action-message-log): New variable.
2111         (gnus-message): Use it.
2112         (gnus-final-warning): New function.
2113
2114         * nnimap.el (nnimap-open-connection): Record the greeting.
2115         (nnimap): Add greeting.
2116
2117 2010-09-26  Julien Danjou  <julien@danjou.info>
2118
2119         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
2120         arguments.
2121         (gnus-html-wash-images): Fix spec computing to include start/end.
2122
2123         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
2124
2125 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2126
2127         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
2128         deletion.
2129         (nnimap-retrieve-headers): Don't select the group, because that's
2130         already done by nnimap-possibly-change-group.
2131
2132         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
2133         (gnus-picon-transform-address): Use it.
2134
2135         * mail-source.el (mail-source-value): Revert previous patch.
2136
2137         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
2138         on failure.
2139         (nnimap-open-connection): Look up both virtual and physical server name
2140         credentials.
2141
2142         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
2143
2144 2009-02-07  Dave Love  <fx@gnu.org>
2145
2146         * tls.el (open-tls-stream): Don't query killing process.
2147
2148 2009-02-08  Dave Love  <fx@gnu.org>
2149
2150         * gnus-win.el (gnus-window-to-buffer-helper)
2151         (gnus-all-windows-visible-p): Function needn't be a symbol.
2152
2153         * mail-source.el (mail-source-value): Function needn't be a symbol.
2154
2155 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2156
2157         * message.el (message-cite-prefix-regexp): Remove } from the cite
2158         prefix.
2159
2160         * gnus-art.el (gnus-treatment-function-alist): Do picons before
2161         highlight again, so that the highlight is correct.
2162
2163         * gnus-picon.el (gnus-picon): Remove again.
2164         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
2165
2166         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
2167         doing the header highlightling, so that the background colour of the
2168         picon is correct.
2169
2170         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
2171         (gnus-picon): Ditto.
2172         (gnus-picon): Reinstate.  The background colour for picons is white.
2173         (gnus-picon-insert-glyph): Make the background white.
2174
2175         * nnml.el (nnml-open-nov): Don't return dead buffers.
2176
2177         * auth-source.el (auth-source-create): Query the user for whether to
2178         store the credentials.
2179
2180         * netrc.el (netrc-store-data): New function.
2181
2182         * auth-source.el (auth-source-user-or-password): Use the existing auth
2183         sources, if any, for creation.
2184
2185         * gnus.el (gnus-group-fast-parameter): Return the last matching
2186         parameter instead of the first matching parameter.
2187
2188 2010-09-26  Julien Danjou  <julien@danjou.info>
2189
2190         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
2191
2192 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2193
2194         * mml2015.el (mml2015-use): Remove gpg support.
2195
2196         * mml1991.el (mml1991-function-alist): Remove gpg function.
2197         (mml1991-gpg-sign): Remove.
2198
2199 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
2200
2201         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
2202         (gnus-browse-unsubscribe-current-group): Document it.
2203         (gnus-browse-unsubscribe-group): Use it.
2204
2205 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2206
2207         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
2208         address to the To list for easier response.
2209
2210         * gnus.el (gnus-play-startup-jingle): Remove.
2211         (gnus-splash): Don't play jingle.
2212         (gnus): Silence gnus-load message.
2213
2214         * gnus-art.el (gnus-treat-play-sounds): Remove.
2215
2216         * gnus.el (gnus-play-jingle): Remove audio support.
2217
2218         * gnus-cus.el (gnus-score-customize): Remove audio reference.
2219
2220         * earcon.el: Remove -- no users.
2221
2222         * gnus-audio.el: Remove -- no users of this package.
2223
2224         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
2225
2226         * gnus-start.el (gnus-setup-news): Remove nocem support.
2227
2228         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
2229
2230         * gnus.el (gnus-use-nocem): Remove.
2231
2232         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
2233         Remove.
2234
2235         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
2236         uses NoCeM any more.
2237
2238         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
2239         (gnus-button-ctan-handler): Ditto.
2240         (gnus-button-handle-ctan-bogus-regexp): Ditto.
2241         (gnus-button-ctan-directory-regexp): Ditto.
2242         (gnus-button-handle-ctan): Ditto.
2243         (gnus-button-tex-level): Ditto.
2244         (gnus-button-alist): Remove CTAN stuff.
2245
2246 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2247
2248         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
2249         nnimap-streaming test.
2250
2251         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
2252         servers twice.
2253
2254         * nnimap.el (nnimap-open-connection): Add more error reporting when
2255         nnimap fails early.
2256
2257         * nnheader.el (nnheader-get-report-string): New function.
2258         (nnheader-get-report): Use it.
2259
2260         * gnus-int.el (gnus-check-server): Say what the error was when opening
2261         failed.
2262
2263         * nnimap.el (nnimap-wait-for-response): Search further when we're not
2264         using streaming.
2265
2266 2010-09-25  Julien Danjou  <julien@danjou.info>
2267
2268         * gnus-html.el (gnus-html-rescale-image): Use our defalias
2269         gnus-window-inside-pixel-edges.
2270
2271 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2272
2273         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
2274
2275         * mm-decode.el (mm-save-part): Allow saving to other directories the
2276         normal Emacs way.
2277
2278         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
2279         Suggested by Jay Berkenbilt.
2280
2281         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
2282         there isn't a single byte.
2283
2284         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
2285         just do it.  It doesn't really seem to matter what the user responds
2286         here, I think, so it's just a confusing question.
2287
2288         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
2289         non-streaming case.
2290
2291         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
2292         (gnus-article-encrypt-body): Use it.
2293
2294         * gnus-sum.el (gnus-summary-show-complete-article): New command and
2295         keystroke.
2296
2297         * nnimap.el (nnimap-find-wanted-parts-1):
2298         Use gnus-fetch-partial-articles.
2299
2300         * gnus-art.el (gnus-fetch-partial-articles): New variable.
2301
2302         * nnimap.el (nnimap-insert-partial-structure): New function.
2303         (nnimap-get-partial-article): New function.
2304         (nnimap-request-article): Use it.
2305         (nnimap-wait-for-response): Return whether the wait was successful.
2306         (nnimap-finish-retrieve-group-infos): Don't do anything if the
2307         retrieval wasn't successful.
2308         (nnimap-retrieve-group-data-early): Allow throttling servers.
2309         (nnimap-streaming): New variable.
2310         (nnimap-fetch-partial-articles): Remove.
2311
2312         * mm-decode.el (mm-with-part): Protect against killed buffers.
2313
2314         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
2315         for prettier summary display.
2316
2317 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
2318
2319         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
2320
2321 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2322
2323         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
2324         apparently third-party libraries depend on it.
2325
2326         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
2327         before starting negotiation.
2328
2329         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
2330         privacy reasons.
2331         (gnus-treat-mail-gravatar): Ditto.
2332
2333         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
2334         buffer when inserting images.  Inserting text into the headers, for
2335         instance, can make them invalid.
2336
2337 2010-09-25  Julien Danjou  <julien@danjou.info>
2338
2339         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
2340         variables.
2341
2342         * nnheader.el: Remove useless variables news-reply-yank-from and
2343         news-reply-yank-message-id.
2344
2345         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
2346         variables.
2347
2348         * mml1991.el: Remove useless mml1991-verbose.
2349
2350         * gnus.el: Remove useless variable gnus-use-generic-from.
2351         Remove obsolete variable gnus-topic-indentation.
2352
2353         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
2354
2355         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
2356
2357         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
2358
2359         * gnus-group.el: Remove useless gnus-group-icon-cache.
2360         Remove useless gnus-ephemeral-group-server.
2361
2362         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
2363
2364         * mml2015.el: Remove useless mml2015-verbose.
2365
2366         * mml-smime.el: Remove useless mml-smime-verbose.
2367
2368         * gnus.el: Remove useless gnus-local-domain.
2369
2370         * gnus-gravatar.el (gnus-gravatar-transform-address):
2371         Use gnus-gravatar-size.
2372
2373         * gnus-art.el: Remove useless gnus-treat-translate.
2374
2375 2010-09-24  Julien Danjou  <julien@danjou.info>
2376
2377         * gnus-sum.el: Add support for Gravatars.
2378
2379         * gnus-art.el: Add support for Gravatars.
2380
2381         * gnus-gravatar.el: Add this file.
2382
2383         * gravatar.el: Add this file.
2384
2385 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2386
2387         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
2388
2389         * gnus-group.el (gnus-group-fetch-faq): Remove.
2390
2391         * gnus.el (gnus-group-faq-directory): Remove.
2392
2393         * gnus-group.el (gnus-group-fetch-charter): Remove.
2394
2395         * gnus.el (gnus-group-charter-alist): Remove.
2396
2397         * gnus-group.el (gnus-group-archive-directory): Remove.
2398         (gnus-group-recent-archive-directory): Ditto.
2399         (gnus-group-make-archive-group): Remove.
2400
2401         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
2402
2403         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
2404         use the same article number for all the cached articles.
2405
2406         * nnimap.el (nnimap-command): Register the last command time so
2407         that we can use it for idling NOOPs.
2408         (nnimap-open-connection): Start the keeplive timer.
2409         (nnimap-make-process-buffer): Store all the process buffers.
2410         (nnimap-keepalive): New function.
2411
2412         * starttls.el (starttls-open-stream): Add autoload cookie.
2413
2414 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2415
2416         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
2417         handling.
2418
2419 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2420
2421         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
2422         its data structures.
2423
2424         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
2425         instead of the cl.el copy-list.
2426         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
2427         equalp.
2428
2429 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2430
2431         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
2432         and tool-bar-local-item-from-menu.
2433
2434         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
2435         mode-line-highlight face for Emacs.
2436
2437         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
2438         loading gnus-sum.elc; fix comment for canlock-verify.
2439         (gnus-article-jump-to-part): Use read-number.
2440         (gnus-insert-mime-button, gnus-insert-mime-security-button):
2441         Remove Emacs pre-21 compatible code for help-echo.
2442         (gnus-article-next-page-1): No need to adjust the number of lines.
2443         (gnus-article-describe-bindings): Always use help-buffer.
2444
2445         * gnus-audio.el (gnus-audio-inline-sound)
2446         * gnus-cus.el (gnus-custom-mode)
2447         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
2448
2449         * gnus-sum.el (gnus-remove-overlays): Doc fix.
2450
2451         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
2452         compatible code.
2453
2454 2010-09-24  Glenn Morris  <rgm@gnu.org>
2455
2456         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
2457         visiting the fcc file in rmail-mode.
2458
2459         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
2460
2461 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2462
2463         * nnir.el: Silence the byte compiler.
2464
2465         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
2466         alias to browse-url-url-encode-chars if any.
2467         (gnus-html-encode-url): Use it.
2468
2469 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2470
2471         * gnus-start.el (gnus-use-backend-marks): New variable.
2472         (gnus-get-unread-articles-in-group): Use it.
2473
2474         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
2475         makeover.
2476
2477 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2478
2479         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
2480
2481 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2482
2483         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
2484         Remove.
2485         (gnus-setup-news-hook):
2486         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
2487
2488         * gnus-int.el (gnus-request-update-info): Protect against backends not
2489         having the function.
2490
2491         * nnimap.el (nnimap-stream): Mention starttls.
2492         (nnimap-open-connection): Add starttls support.
2493
2494 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2495
2496         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
2497
2498 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2499
2500         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
2501         BODYSTRUCTUREs.
2502         (nnimap-transform-headers): Unfold quoted {42} headers.
2503
2504         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
2505         the info.
2506         (gnus-get-unread-articles): Only call updatep on backends that support
2507         it.
2508
2509         * nnweb.el (nnweb-request-update-info): NOOP.
2510
2511         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
2512
2513         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
2514         since it only deals with marks.
2515
2516         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
2517         gnus-request-marks, and make a new gnus-request-update-info.
2518
2519         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
2520         the active instead of the high number, which is usually too low.
2521
2522 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
2523
2524         * netrc.el (netrc-parse): Remove encrypt.el mentions.
2525         * encrypt.el: Remove.
2526
2527 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2528
2529         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
2530         server in symbolic form.
2531
2532         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
2533
2534 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2535
2536         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
2537         (nnimap-update-info): Fix up code slightly.
2538
2539         * gnus-int.el (gnus-open-server): Add tracing for performance
2540         debugging.
2541
2542         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
2543         (gnus-group-insert-group-line): Pass the real group name so that it
2544         gets the right data.
2545
2546         * gnus-start.el (gnus-get-unread-articles): Don't have
2547         `gnus-get-unread-articles-in-group' update info, since that can be
2548         really slow and doesn't seem to be needed?
2549
2550 2010-09-22  Dan Christensen  <jdc@uwo.ca>
2551
2552         * time-date.el (date-to-time): Try using parse-time-string first before
2553         using the slower timezone-make-date-arpa-standard.
2554
2555 2010-09-22  Julien Danjou  <julien@danjou.info>
2556
2557         * gnus-group.el (gnus-group-insert-group-line):
2558         Call gnus-group-highlight-line.
2559         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
2560         default hook list.
2561         (gnus-group-update-eval-form): Add new function.
2562         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
2563         (gnus-group-get-icon): Use gnus-group-update-eval-form.
2564
2565 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2566
2567         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
2568         immediate, then expire all articles.
2569         (nnimap-update-info): Fix off-by-one errors.
2570         (nnimap-flags-to-marks): Would return no marks lists for group with no
2571         flags.  Instead return the other data.
2572
2573 2010-09-22  Julien Danjou  <julien@danjou.info>
2574
2575         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
2576         Only return an icon.
2577         (gnus-group-insert-group-line): Compute icon to return.
2578
2579         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
2580         (gnus-html-image-fetched): Only cache if
2581         gnus-html-image-automatic-caching is set.
2582         (gnus-html-image-fetched): Check for errors.
2583
2584 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2585
2586         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
2587         once per method on `g'.  This ensures that backends like nnfolder don't
2588         open all their folders.
2589
2590         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
2591         (nnimap-request-list): Nix out group in the correct buffer.
2592         (nnimap-parse-flags): Implement by using `read' instead of
2593         hand-parsing.
2594         (nnimap-flags-to-marks): Pass on permanent-flags.
2595         (nnimap-make-process-buffer): Record the server name.
2596         (nnimap-parse-flags): Fix typo.
2597         (nnimap-request-scan): Run split on the server in general, not just a
2598         single group.
2599
2600         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
2601         parameter, and propagate this downwards.
2602
2603         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
2604         since EXAMINE changes it on the server.
2605
2606         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
2607         this command might take a while.
2608
2609 2010-09-22  Julien Danjou  <julien@danjou.info>
2610
2611         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
2612         harmful if you have 2 images side-by-side, they can't be properly
2613         update on text deletion.  Using text-property is safer here.
2614         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
2615         data.
2616
2617 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2618
2619         * nnimap.el (nnimap-expunge-inbox): Remove.
2620         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
2621         (nnimap-expunge): Flip default to t.
2622
2623         * gnus.el (gnus-method-to-server): Don't push things to the cache
2624         unless it's unique.
2625         (gnus-server-to-method): Ditto.
2626
2627 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2628
2629         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
2630
2631 2010-09-22  Julien Danjou  <julien@danjou.info>
2632
2633         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
2634         get the start of data.
2635         (gnus-html-encode-url): Add this function to encode special chars in
2636         URL.
2637         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
2638         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
2639
2640         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
2641         default.
2642         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
2643
2644         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
2645         images alt-text.
2646         (gnus-html-put-image): Put alt-text as help-echo.
2647
2648 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2649
2650         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
2651         * mm-util.el (mm-decompress-buffer)
2652         * nnir.el (nnir-run-find-grep)
2653         * pop3.el (pop3-list): Use 3rd arg of split-string.
2654
2655         * time-date.el (format-seconds): Comment fix.
2656
2657         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
2658         and byte-optimize-form-code-walker.
2659         (dgnushack-make-auto-load): Don't advise make-autoload.
2660
2661         * lpath.el: Remove Emacs 21 stuff.
2662
2663 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2664
2665         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
2666         outside the active range.  Suggested by Dan Christensen.
2667
2668         * gnus-start.el (gnus-get-unread-articles): Get the extended method
2669         slightly later to avoid double-getting it.
2670
2671         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
2672         previous patch.
2673
2674         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
2675
2676 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
2677
2678         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
2679
2680 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2681
2682         * gnus-int.el (gnus-open-server): Give a better error message in the
2683         "go offline" case.
2684
2685         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
2686         marks for nnimap, which is seldom the right thing to do.
2687
2688         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
2689         (gnus-same-method-different-name): New function.
2690
2691         * nnimap.el (parse-time): Require.
2692
2693         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
2694         method in the presence of many similar methods.
2695
2696         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
2697
2698         * nnimap.el (nnimap-find-expired-articles): Don't refer to
2699         nnml-inhibit-expiry.
2700
2701         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
2702         find out whether methods are equal.
2703
2704         * nnimap.el (nnimap-find-expired-articles): New function.
2705         (nnimap-process-expiry-targets): New function.
2706         (nnimap-request-move-article): Request the article before looking at
2707         what the Message-ID is.  Fix found by Andrew Cohen.
2708         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
2709
2710         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
2711         for oldness in addition to being a predicate.
2712
2713         * nnimap.el (nnimap-request-group): When we have zero articles, return
2714         the right data to Gnus.
2715         (nnimap-request-expire-articles): Only delete articles immediately if
2716         the target is 'delete.
2717
2718         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
2719         method, this would bug out.
2720
2721         * gnus-group.el (gnus-group-expunge-group): Rename from
2722         gnus-group-nnimap-expunge, and implemented as a normal interface
2723         function.
2724
2725         * gnus-int.el (gnus-request-expunge-group): New function.
2726
2727         * nnimap.el (nnimap-request-create-group): Implement.
2728         (nnimap-request-expunge-group): New function.
2729
2730 2010-09-21  Julien Danjou  <julien@danjou.info>
2731
2732         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
2733         (gnus-html-cache-expired): Add new function.
2734         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
2735         wethever we should display image for fetch it.
2736         Compute alt-text earlier to pass it to the fetching function too.
2737         (gnus-html-schedule-image-fetching): Change function argument to only
2738         get one image at a time, not a list.
2739         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
2740         cache.
2741         (gnus-html-get-image-data): New function to retrieve image data from
2742         cache.
2743         (gnus-html-put-image): Change buffer argument to use image data rather
2744         than file, and place image above region rather than inserting a new
2745         one.  Do not take alt-text as argument, since it's useless now: we place
2746         the image above alt-text.
2747         (gnus-html-prune-cache): Remove.
2748         (gnus-html-show-images): Start to fetch image when we find one, do not
2749         push into a temporary list.
2750         (gnus-html-prefetch-images): Only fetch image if they have expired.
2751         (gnus-html-browse-image): Fix, use 'gnus-image-url.
2752         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
2753
2754 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2755
2756         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
2757
2758 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2759
2760         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
2761         spec inser "*" if the group isn't active instead of 0.
2762
2763         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
2764         opening the server.
2765         (nnimap-request-delete-group): Implement group deletion.
2766         (nnimap-transform-headers): Return the size of the entire message in
2767         the Bytes header, not just the size of the first part.
2768         (nnimap-request-move-article): When moving an article from nnimap,
2769         request the article first so the accepting form has an article to
2770         accept.  Reported by Dan Christensen.
2771         (nnimap-command): Make sure that the error message doesn't error out.
2772
2773 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
2774
2775         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
2776         we haven't requested anything.
2777
2778 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2779
2780         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
2781         "".  Fix found by Andrew Cohen.
2782
2783         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
2784         instead of -encode-string.
2785
2786 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2787
2788         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
2789
2790         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
2791         by mm-subst-char-in-string.
2792
2793 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2794
2795         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
2796         waiting for the connection string.
2797
2798         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
2799         arriving.
2800
2801         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
2802         bogus characters.  This allows selecting certain Gmail groups.
2803
2804         * nnimap.el (nnimap-find-wanted-parts-1): New function.
2805         (nnimap-fetch-partial-articles): New variable.
2806         (nnimap-open-connection): When looking for credentials, also use the
2807         nnimap-server-port.
2808         (nnimap-request-article): Return the group/article number, so that Gnus
2809         `^' works as expected.
2810         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
2811
2812         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
2813         comments.
2814         (gnus-methods-sloppily-equal): New function.
2815         (gnus): When using the development version of Gnus, load the gnus-load
2816         file.
2817
2818         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
2819         `gnus-open-server' on each method before trying to scan them etc.
2820         This ensures that all the backend parameters are set correctly.
2821
2822         * nnimap.el (nnimap-authenticator): New variable.
2823         (nnimap-open-connection): Allow anonymous login.
2824         (nnimap-transform-headers): The chars header is called Chars not Bytes.
2825         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
2826
2827         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
2828         patch, found by Knut Anders Hatlen.
2829
2830 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
2831
2832         * gnus-agent.el (gnus-agent-batch-confirmation)
2833         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
2834         to gnus-message.
2835         * gnus-art.el (gnus-article-describe-briefly): Likewise.
2836         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
2837         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
2838         * gnus-int.el (gnus-open-server): Likewise.
2839         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
2840         (gnus-score-check-syntax): Likewise.
2841         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
2842         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
2843         Likewise.
2844         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
2845
2846 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2847
2848         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
2849         calling conventions so that prefetch doesn't bug out.
2850
2851 2010-09-19  Julien Danjou  <julien@danjou.info>
2852
2853         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
2854         rather than `subst-char-in-region' in order to be able to replace ASCII
2855         char by UTF-8 ones.
2856
2857         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
2858         than curl.
2859         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
2860         the right URL and ALT text on images.
2861         (gnus-html-wash-tags): Fix tag case.
2862         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
2863         (gnus-article-html): Add -o display_ins_del=2 option.
2864         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
2865
2866 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2867
2868         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
2869         the extra mail headers, which sometimes seem to happen for unknown
2870         reasons.
2871
2872         * mail-parse.el (mail-header-encode-parameter): Define as
2873         rfc2045-encode-string instead of as rfc2231-encode-string, since some
2874         (or most, perhaps?) mail readers don't understand the latter, but do
2875         understand the former.
2876
2877         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
2878         to nil, so that no methods are automatically agentized.  I think this
2879         is probably what most users want.
2880
2881         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
2882         from url-retrieve, for instance about invalid URLs.
2883
2884         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
2885         groups that have no articles.
2886         (nnimap-request-article): Check that we really got an article when we
2887         requested one.
2888
2889         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
2890         doesn't exist.
2891
2892         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
2893         nntp buffer so the agent can save it.
2894         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
2895         that CRLF doesn't get translated to \n.
2896         (nnimap-open-connection): Don't make 'shell commands only send \n.
2897
2898 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2899
2900         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
2901         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
2902         Update var name.
2903         (nnml-generate-nov-file): Use dolist.
2904         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
2905         Use with-current-buffer.
2906
2907 2010-09-18  Julien Danjou  <julien@danjou.info>
2908
2909         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
2910         parallel.
2911
2912 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2913
2914         * nnimap.el (nnimap-update-info): When doing partial marks update, get
2915         the range update right.
2916         (nnimap-request-group): Don't make `M-g' bug out on group with no
2917         marks.
2918         (nnoo): Require, so that other packages can require nnimap.
2919         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
2920         command we're looking for.  This helps when the server sends more
2921         responses after we've gotten everything we expected.
2922         (nnimap): Add a `newlinep' field to keep track of end-of-line
2923         conventions.
2924         Don't send CRLF to things that don't want it.
2925         (nnimap-request-accept-article): Ditto.
2926
2927 2010-09-18  Julien Danjou  <julien@danjou.info>
2928
2929         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
2930         than curl to retrieve images.
2931
2932 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2933
2934         * nnimap.el (nnimap-update-info): Extend the info so that we can set
2935         the marks.
2936         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
2937         (nnimap-wait-for-connection): New function.
2938         (nnimap-open-connection): If we have PREAUTH, don't query for login
2939         credentials.
2940         (nnimap-update-info): Fix off-by-one error when concatenating ranges
2941         when doing a partial update.
2942
2943 2010-09-18  Julien Danjou  <julien@danjou.info>
2944
2945         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
2946         tags.
2947
2948 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2949
2950         * nnimap.el (nnimap-credentials): New function.
2951         (nnimap-open-connection): Use the new function to look for credentials
2952         also on the numeric equivalents of "imap" and "imaps".
2953
2954         * gnus-start.el (gnus-activate-group): Send the info to
2955         gnus-request-group.
2956
2957         * nnimap.el (nnimap-request-group): Have the "check" version of the
2958         function parse flags and update the info, so that a `M-g' get a total
2959         resync of all flags from the group.
2960
2961         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
2962         to allow backends to alter the info on group selection.  Also alter all
2963         the backend -request-group functions to take the parameter.
2964
2965         * nnimap.el (nnimap-store-info): New function.
2966         (nnimap-update-info): Store the info for later usage.
2967         (nnimap-request-group): Use the stored info for the dont-check case, so
2968         that we don't retrieve all marks when we enter a group.
2969
2970         * nnimap.el: Use deffoo instead of defun for interface functions.
2971
2972         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
2973         update the group info.  This makes the nndraft groups, for instance, go
2974         back to their old behaviour.
2975
2976         * gnus-sum.el (gnus-select-newsgroup): Indent.
2977
2978         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
2979         in.
2980         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
2981         nothing.
2982
2983         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
2984         from methods that are denied.
2985
2986         * gnus-int.el (gnus-method-denied-p): New function.
2987
2988         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
2989         store the password instead of netrc.
2990         (nnimap-open-connection): Don't error out when we can't make a
2991         connections.
2992
2993         * auth-source.el (auth-source-create): In the password prompt, say what
2994         we're querying for.  Also prompt for user name if that hasn't been
2995         given.
2996
2997         * nnimap.el (nnimap-with-process-buffer): Remove.
2998
2999 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3000
3001         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
3002         method when we're reading from the agent.
3003
3004         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
3005
3006         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
3007         that's probably most useful for users.
3008
3009         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
3010         "failed" all the time.
3011
3012         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
3013         ...)) with (with-current-buffer ... ).
3014
3015         * nntp.el (nntp-open-server): Return whether the open was successful or
3016         not.
3017
3018         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
3019         select an unread unseen article first.
3020
3021         * nnimap.el (nnimap-open-connection): If the user doesn't have a
3022         /etc/services, supply some sensible port defaults.
3023
3024         * dgnushack.el: Define netrc-credentials.
3025
3026 2010-09-17  Julien Danjou  <julien@danjou.info>
3027
3028         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
3029
3030 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3031
3032         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
3033         doesn't have any parameters.
3034
3035 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3036
3037         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
3038         only upcased checks.
3039
3040         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
3041
3042         * nnimap.el (nnimap-open-shell-stream): New function.
3043         (nnimap-open-connection): Use it.
3044         (nnimap-transform-headers): Get the number of lines in each message.
3045         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
3046         number of lines.
3047         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
3048         problem.
3049
3050         * utf7.el (utf7-encode): Autoload.
3051
3052         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
3053         to allow the mail splitting to not return a default group.  This is
3054         useful for nnimap, which will leave unmatched mail in the inbox.
3055
3056         * nnimap.el: Rewritten.
3057
3058         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
3059         nnimap usage.
3060
3061         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
3062         if the move is internal, so that nnimap can do fast internal moves.
3063
3064         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
3065         data.
3066         (gnus-read-active-for-groups): Support finishing the early retrieval of
3067         data.
3068
3069         * gnus-range.el (gnus-range-nconcat): New function.
3070
3071         * gnus-int.el (gnus-finish-retrieve-group-infos)
3072         (gnus-retrieve-group-data-early): New functions.
3073
3074 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3075
3076         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
3077         (nnrss-retrieve-groups):
3078         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
3079         (pop3-quit): Use with-current-buffer.
3080
3081 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3082
3083         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
3084         instead of nnheader-accept-process-output.
3085
3086         * dgnushack.el (dgnushack-compile): Add comment.
3087
3088         * lpath.el: No need to fbind propertize for XEmacs 21.4.
3089
3090         * gnus-html.el (gnus-html-schedule-image-fetching)
3091         (gnus-html-prefetch-images): Replace process-kill-without-query by
3092         gnus-set-process-query-on-exit-flag.
3093
3094 2010-09-16  Romain Francoise  <romain@orebokech.com>
3095
3096         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
3097
3098 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3099
3100         * gnus-registry.el (gnus-registry-install-shortcuts): The second
3101         parameter to unintern is mandatory-ish in Emacs 24.
3102
3103         * gnus-html.el (gnus-html-schedule-image-fetching)
3104         (gnus-html-prefetch-images): Check for curl before using it.
3105
3106         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
3107         depend on curl, which isn't essential.
3108
3109         * imap.el: Revert back to version
3110         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
3111         seem problematic.
3112
3113 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3114
3115         * gnus-registry.el (gnus-registry-install-shortcuts):
3116         Explicitly pass `obarray' to `unintern' to avoid a warning.
3117
3118 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3119
3120         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
3121         change.
3122
3123         * nnrss.el (nnrss-request-list): Remove this function and related
3124         functions, including the moreover stuff.
3125
3126 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3127
3128         * nnrss.el (nnrss-retrieve-groups): New function.
3129
3130 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3131
3132         * .dir-locals.el: Add no-byte-compile cookie.
3133
3134 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3135
3136         * time-date.el (format-seconds): Comment fix.
3137
3138         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
3139         for back end that doesn't support request-scan.
3140
3141 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3142
3143         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
3144         then do request scans from the backends.
3145
3146         * netrc.el (netrc-credentials): New conveniency function.
3147
3148         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
3149         avoid running a hook per line, since this takes a lot of time,
3150         profiling shows.
3151         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
3152         directly if gnus-visual-p is true.
3153
3154 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3155
3156         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
3157         groups; replace mapcar with dolist which is a bit faster; pass groups
3158         info to gnus-read-active-file-1.
3159         (gnus-read-active-file-1): Scan only specified groups if the new
3160         optional arg `infos' is given.
3161
3162 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3163
3164         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
3165
3166         * pop3.el (pop3-movemail): Remove.
3167         (pop3-streaming-movemail): Rename to pop3-movemail.
3168
3169         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
3170         don't restrict end-tag searches to the end of the line.
3171
3172 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3173
3174         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
3175         articles of every unchecked group to t, which means unknown since the
3176         server has never been opened.
3177
3178 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3179
3180         * gnus-html.el (gnus-html-show-alt-text): New command.
3181         (gnus-html-browse-image): Ditto.
3182         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
3183         to browse the image directly.
3184         (gnus-html-wash-tags): Search for images first, so that <a><img> works
3185         better.
3186
3187         * gnus-async.el (gnus-async-article-callback):
3188         Call `gnus-html-prefetch-images' unconditionally.
3189
3190         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
3191         before feeding URLs to curl.
3192
3193 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3194
3195         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
3196         internal images as deletable by `W D D'.
3197
3198         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
3199         (gnus-async-article-callback): Fix typo.
3200
3201 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3202
3203         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
3204         current line to work around bugs in the output from w3m.
3205
3206         * gnus-async.el (gnus-async-article-callback): Always prefetch images
3207         for groups that want that.
3208
3209         * nntp.el (nntp-wait-for-string): Supply a timeout for
3210         accept-process-output to ensure progress.
3211
3212         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
3213         level to get unread articles from, then use that for foreign groups,
3214         too.
3215
3216         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
3217         confuses the rest of the function.
3218
3219         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
3220         for the methods that support -retrieve-groups, too.
3221
3222         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
3223
3224 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3225
3226         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
3227         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
3228
3229         * pop3.el: Require cl when compiling.
3230         (pop3-number-of-responses): Search for "+OK", not "+OK ".
3231
3232 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3233
3234         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
3235         that aren't going to be activated.
3236         (gnus-get-unread-articles): Fix up the last commit.
3237
3238         * gnus-html.el (gnus-article-html): Allow calling without specifying
3239         the handle.  In that case, dissect the buffer first.
3240
3241         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
3242
3243         * nnimap.el (nnimap-open-connection): Revert the change that would look
3244         into authinfo for imaps instead of imap.
3245
3246         * gnus-start.el (gnus-activate-group): Take an optional parameter to
3247         say that you don't want to call gnus-request-group with don-check, but
3248         do check the reponse.  This is for virtual groups only.
3249         (gnus-get-unread-articles): Count the archive groups as secondary, so
3250         that they're activated the same way as before.
3251
3252         * imap.el (imap-message-map): Removed optional buffer parameter, since
3253         no callers use it.
3254         (imap-message-get): Ditto.
3255         (imap-message-put): Ditto.
3256         (imap-mailbox-map): Ditto.
3257         (imap-mailbox-put): Ditto.
3258         (imap-mailbox-get): Ditto.
3259         (imap-mailbox-get): Revert last change for this function.
3260
3261         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
3262         case-insensitively.
3263         (nnimap-debug): Remove.
3264
3265         * imap.el (imap-fetch-safe): Removed function, and altered all callers
3266         to use `imap-fetch' instead.  According to the comments, this should be
3267         safe, since all other IMAP clients use the 1:* syntax.
3268         (imap-enable-exchange-bug-workaround): Removed.
3269         (imap-debug): Removed -- doesn't seem very useful.
3270
3271         * mail-source.el (mail-source-fetch): Don't message if we're fetching
3272         mail from a file, and the file doesn't exist.
3273
3274         * imap.el (imap-log): New convenience function used throughout instead
3275         of repeating the same code all over the place.
3276
3277         * pop3.el (pop3-streaming-movemail): Return t for success.
3278
3279         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
3280         .authinfo if we're using ssl connection.
3281
3282         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
3283         already have if we're in a main Gnus `g' run.
3284
3285         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
3286
3287 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3288
3289         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
3290
3291         * nnmh.el (nnmh-request-list-1): Bind `file'.
3292
3293         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
3294         alias to set-process-query-on-exit-flag or process-kill-without-query.
3295         (pop3-open-server): Use it.
3296
3297 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3298
3299         * mail-source.el (mail-source-delete-crash-box): Always move the crash
3300         box to the Incoming file.  Fixes mistake in previous checkin.
3301
3302         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
3303         request loop (for debugging purposes) removed.
3304
3305         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
3306         culprit is more visible.
3307         (nnml-save-incremental-nov, nnml-open-incremental-nov)
3308         (nnml-add-incremental-nov): New functions to do "incremental" nov
3309         updates, where we just append to the end of the existing nov files
3310         without reading/writing them in full.
3311
3312         * mail-source.el (mail-source-delete-crash-box): Really only check the
3313         incoming files once in a while.
3314
3315         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
3316
3317         * mail-source.el (mail-source-delete-crash-box): Only check the
3318         incoming files for deletion once per day to save a lot of file
3319         accesses.
3320
3321         * pop3.el (pop3-logon): Fix up unbound variable typo.
3322
3323         * mail-source.el (pop3-streaming-movemail): Autoload.
3324
3325         * pop3.el (pop3-streaming-movemail):
3326         Respect pop3-leave-mail-on-server.
3327
3328         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
3329         retrieval.
3330
3331         * pop3.el (pop3-process-filter): Remove unused function.
3332         (pop3-streaming-movemail, pop3-send-streaming-command)
3333         (pop3-wait-for-messages, pop3-write-to-file)
3334         (pop3-number-of-responses): New functions for streaming pop3
3335         retrieval.
3336
3337         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
3338         come from no known methods.
3339         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
3340         list.
3341
3342         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
3343         message sizes.
3344         (pop3-movemail): Use erase-buffer instead of looping and deleting
3345         regions, which seems rather odd.
3346
3347         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
3348         file once per `g' run.
3349
3350         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
3351         directories.  This makes the draft queue directory work.
3352
3353         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
3354         data from the backends, so that we only request the list of groups from
3355         each method once.  This should speed things up considerably.
3356
3357         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
3358         detect that it's not implemented.
3359
3360         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
3361         we actually do recurse down into the tree, but don't stat all leaf
3362         nodes.
3363
3364         * gnus-html.el (gnus-html-show-images): If there are no images to show,
3365         then say so instead of bugging out.
3366
3367         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
3368         files exist before trying to read them.
3369
3370         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
3371         around <pre_int>.
3372
3373         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
3374
3375         * nnmh.el (nnmh-request-list-1): Optimize for speed.
3376
3377 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3378
3379         * mm-util.el (mm-image-load-path): Just return the image directories,
3380         not all directories in the path in addition to the image directories.
3381         (mm-image-load-path): Maintain a cache of the image directories so that
3382         the `g' command in Gnus doesn't have to stat dozens of directories each
3383         time.
3384
3385         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
3386         (gnus-html-wash-tags): Add a new `i' command to insert images.
3387         (gnus-html-insert-image): New command and keystroke.
3388         (gnus-html-redisplay-with-images): New command and keystroke.
3389         (gnus-html-show-images): Rename command.
3390         (gnus-html-wash-tags): Remove more white space before <pre_int> image
3391         spacers.
3392         (gnus-html-wash-tags): Decode entities at the end, so that entities
3393         inside the tags don't mess up the rest of the "parsing".
3394
3395         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
3396         so that nnimap methods aren't agentized by default.  There's apparently
3397         many problems related to agent/imap behaviour.
3398
3399         * gnus-art.el (gnus-article-copy-string): New command and key binding.
3400
3401         * gnus-html.el: Doc fix.
3402
3403 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3404
3405         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
3406         specifier-spec-list for Emacs 21.
3407
3408         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
3409         glyph-width and glyph-height instead of display-graphic-p and
3410         image-size; make avoidance of displaying small images work for XEmacs.
3411
3412         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
3413         for XEmacs.
3414
3415         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
3416         of symbol that holds plist data.
3417         (gnus-process-plist): Remove plist of process after getting it.
3418
3419 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3420
3421         * message.el (message-generate-hashcash): Change default to
3422         'opportunistic if hashcash is installed.
3423
3424         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
3425         (gnus-html-put-image): Only call image-size once, since it's somewhat
3426         time-consuming on remote X servers.
3427
3428 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3429
3430         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
3431         type on data, not a file name.
3432
3433         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
3434         window-pixel-edges for Emacs 21.
3435
3436         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
3437         decoded contents.
3438         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
3439
3440 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3441
3442         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
3443         group line format, since it isn't very interesting.
3444
3445         * gnus-agent.el (gnus-agent-short-article),
3446         (gnus-agent-long-article): Increase values for these two variables,
3447         since most people are likely to have more network connection and
3448         storage than before.
3449
3450         * gnus.el (gnus-refer-article-method): Change default to 'current.
3451         When referring an article, the common behaviour is to refer it from the
3452         current select method, not the native select method.  The chances of
3453         the native select method having the message in question is rather slim
3454         these days.
3455
3456         * gnus-sum.el (gnus-auto-select-subject): Change default to
3457         `unseen-or-unread'.  I think it's likely that most people want to
3458         select an unseen article over a previously seen, but unread one.
3459
3460         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
3461         means that in the article buffer none of the minor mode elements will
3462         be shown, usually, and this is not desirable in most cases.
3463
3464         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
3465         that commands like `d' (and the like) go to the next line in the
3466         buffer, instead of the next unread article.  I think this is the
3467         behaviour that is most natural for most users.
3468         (gnus-single-article-buffer): Change default to nil, so that people can
3469         have as many article buffers open as they have summary buffer.  I think
3470         this is the most natural way for the groups to behave.
3471
3472         * message.el (message-generate-new-buffers): Change default to
3473         `unsent', so that all new message buffers start their names with the
3474         string "*unsent", and it's easier to find the buffers if you move from
3475         them.
3476
3477 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3478
3479         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
3480         small.  They're probably tracking images.
3481         (gnus-html-wash-tags): Remove all <pre_int> place holders.
3482         (gnus-html-rescale-image): Yet another try at getting the image sizing
3483         right.
3484
3485         * nntp.el (nntp-request-set-mark): Refuse to do marks if
3486         nntp-marks-file-name is nil.
3487
3488 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3489
3490         * gnus-html.el (gnus-html-wash-tags)
3491         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
3492         Better logging.
3493
3494 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3495
3496         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
3497
3498         * gnus-html.el (gnus-html-wash-tags): Check the value of
3499         gnus-blocked-images in the summary buffer.
3500
3501 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3502
3503         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
3504
3505 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3506
3507         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
3508         like "a", it seems like.
3509         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
3510         since it needs to be picked from the correct buffer.
3511
3512         * nnwfm.el: Remove.
3513
3514         * nnlistserv.el: Remove.
3515
3516 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3517
3518         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
3519         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
3520
3521 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3522
3523         * nnkiboze.el: Remove.
3524
3525         * nndb.el: Remove.
3526
3527         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
3528         alt text.
3529         (gnus-html-rescale-image): Try to get the rescaling logic right for
3530         images that are just wide and not tall.
3531
3532         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
3533         overshadow variable bindings.
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-prefetch-images):
3539         Add extra logging.
3540
3541 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3542
3543         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
3544         (gnus-max-image-proportion): New variable.
3545         (gnus-html-rescale-image): New function.
3546         (gnus-html-put-image): Rescale images.
3547
3548 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3549
3550         Fix up some byte-compiler warnings.
3551         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
3552         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
3553         (gnus-article-fill-cited-article, gnus-article-hide-citation)
3554         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
3555         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
3556         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
3557         (gnus-group-update-group): Use save-excursion and with-current-buffer.
3558
3559 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3560
3561         * gnus-html.el (gnus-article-html): Decode contents by charset.
3562
3563 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3564
3565         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
3566         (gnus-html-frame-width, gnus-blocked-images)
3567         * message.el (message-prune-recipient-rules): Add custom version.
3568         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
3569
3570         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
3571         functions.
3572
3573         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
3574         gnus-process-get.
3575
3576 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
3577
3578         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
3579         instead of lsub directly.
3580
3581 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3582
3583         * nnwarchive.el: Remove.
3584
3585         * gnus-soup.el: Remove.
3586
3587         * nnsoup.el: Remove.
3588
3589         * nnultimate.el: Remove.
3590
3591         * gnus-html.el (gnus-blocked-images): New variable.
3592
3593         * message.el (message-prune-recipients): New function.
3594         (message-prune-recipient-rules): New variable.
3595
3596         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
3597         guess whether a long line is natural text or not.
3598
3599         * gnus-html.el (gnus-html-schedule-image-fetching):
3600         Use gnus-process-plist and friends for compatibility.
3601
3602 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3603
3604         * gnus-html.el: Require packages that define macros used in this file.
3605         (gnus-article-mouse-face): Declare to silence byte-compiler.
3606         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
3607         process-get.
3608         (gnus-html-put-image): Use plist-get to avoid getf.
3609         (gnus-html-prefetch-images): Use with-current-buffer.
3610
3611 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3612
3613         * gnus-ems.el: Provide compatibility functions for
3614         gnus-set-process-plist.
3615
3616         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
3617         header-line-format for XEmacs 21.4.
3618
3619         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
3620         * gnus.el (gnus-valid-select-methods)
3621         * message.el (message-send-mail-partially-limit)
3622         * mm-decode.el (mm-text-html-renderer)
3623         * mml.el (mml-insert-mime-headers-always)
3624         * smiley.el (smiley-regexp-alist): Bump custom version.
3625
3626 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3627
3628         * gnus-html.el: require mm-url.
3629         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
3630         with the url to `url'.
3631         (gnus-html-wash-tags): Support cid: URLs/images.
3632
3633 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3634
3635         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
3636         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
3637         bindings, as they aren't useful at all.  `w' is moved to `W w'.
3638
3639         * gnus-move.el: Remove file, since it doesn't really work.
3640
3641         * gnus-html.el (gnus-article-html): Tell w3m that the input is
3642         UTF-8.  This seems to fix problems with some German web feeds.
3643
3644         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
3645         at the top so that the proper colours are applied.
3646
3647         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
3648         don't have dots in their names.
3649
3650         * gnus-art.el (gnus-article-view-part): Doc fix.
3651
3652         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
3653         XEmacs-compatible.
3654         (gnus-html-put-image): Don't do images on non-graphic displays.
3655
3656         * nnslashdot.el: Remove this unused backend.
3657
3658         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
3659         actions.
3660         (gnus-undo-register-1): Revert last change.
3661
3662         * gnus-group.el (gnus-group-completing-read): Protect against not
3663         having completion-styles bound.
3664
3665         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
3666         make broken recipients happier.
3667
3668         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
3669
3670         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
3671         point parameter.
3672
3673         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
3674
3675         * gnus-group.el (gnus-group-completing-read): Add 'substring to
3676         completion-styles for group selection.
3677
3678 2009-02-04  Andreas Schwab  <schwab@suse.de>
3679
3680         * gnus-score.el (gnus-score-string): Fix regex for matching extra
3681         headers and regexp-quote the match if necessary.
3682
3683 2009-03-24  Miles Bader  <miles@gnu.org>
3684
3685         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
3686         the blinking smiley.
3687
3688 2009-03-24  Simon Josefsson  <simon@josefsson.org>
3689
3690         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
3691         blink smiley.
3692
3693 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3694
3695         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
3696         where the dribbel file lives exists.
3697
3698         * message.el (message-send-mail-partially-limit): Change the default to
3699         nil, since most people don't want this.
3700
3701         * mm-url.el (mm-url-decode-entities): Also decode entities like
3702         &#x3212.
3703
3704 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
3705
3706         * gnus-sum.el (gnus-summary-idna-message):
3707         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
3708         Hyperlink urls in docstrings with URL `...'.
3709
3710 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
3711
3712         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
3713         functions.
3714
3715 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3716
3717         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
3718         say what the mouseover text should be.
3719
3720         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
3721         version of the mm-w3m-safe-url-regexp variable to only download images
3722         in the groups where we want that to happen.
3723
3724         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
3725
3726         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
3727         easier debugging.
3728         (gnus-article-beginning-of-window): Add kludge to allow spacing past
3729         big pictures in the article buffer.
3730
3731         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
3732         gnus-article-html.
3733         (mm-text-html-renderer): gnus-article-html needs curl in addition to
3734         w3m.
3735
3736         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
3737
3738 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3739
3740         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
3741         which doesn't exist.
3742
3743         * message.el (message-inhibit-ecomplete): New variable to allow some
3744         function to inhibit ecomplete address storage.
3745         (message-resend): Disable ecomplete message storage when resending
3746         messages.
3747
3748         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
3749
3750 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3751
3752         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
3753         Save excursion while copying, moving, and deleting articles in order to
3754         prevent the cursor from jumping to unforeseen place.
3755
3756 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3757
3758         * lpath.el: No need to bind bookmark-current-buffer,
3759         bookmark-yank-point and bookmark-make-record-function.
3760
3761 2010-08-17  Glenn Morris  <rgm@gnu.org>
3762
3763         * gnus-sync.el: Require gnus components whose functions are used.
3764
3765         * gnus-art.el (bookmark-make-record-function):
3766         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
3767         Declare for compiler.
3768
3769         * mm-url.el (mml-compute-boundary): Autoload.
3770
3771 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3772
3773         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
3774
3775 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
3776
3777         Typo fix "hoo4a" -> "hook".
3778
3779         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
3780
3781 2010-08-14  Glenn Morris  <rgm@gnu.org>
3782
3783         * gnus-sync.el (gnus-sync): Fix defgroup version.
3784
3785 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
3786
3787         Doc fixes and keep unknown groups (ammended for nunion bug fix).
3788
3789         * gnus-sync.el: Fix docs.
3790         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
3791         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
3792
3793 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3794
3795         Optimizations for gnus-sync.el.
3796
3797         * gnus-sync.el: Add docs about gnus-sync-backend
3798         possibilities.
3799         (gnus-sync-save): Remove unnecessary message.
3800         (gnus-sync-read): Optimize and show what groups were skipped.
3801
3802 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3803
3804         Minor bug fixes for gnus-sync.el.
3805
3806         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
3807         Don't read the sync on get-new-news.
3808
3809         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
3810         quiet.
3811
3812         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
3813         (fix typo).
3814
3815 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
3816
3817         Make saving and restoring of hidden threads work with overlays.
3818         Patch applied by Ted Zlatanov.
3819
3820         * gnus-sum.el (gnus-hidden-threads-configuration)
3821         (gnus-restore-hidden-threads-configuration): Update to deal with text
3822         properties, rather than searching for a magic character.
3823
3824 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3825
3826         New gnus-sync.el library for synchronization of marks.
3827
3828         * gnus-sync.el: New library for synchronization of marks.
3829
3830         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
3831         renamed from `gnus-registry-grep-in-list'.
3832
3833         * gnus-registry.el (gnus-registry-follow-group-p):
3834         Use `gnus-grep-in-list'.
3835
3836         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
3837
3838 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3839
3840         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
3841         determining charset of text fails.
3842
3843 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3844
3845         * nnmail.el (nnmail-get-new-mail-1): Revert.
3846
3847         * nnml.el (nnml-active-number): Make sure names of newly created groups
3848         in nnml-group-alist are encoded.
3849
3850 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3851
3852         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
3853         containing non-ASCII characters in active file for nnml back end.
3854
3855 2010-07-24  David Engster  <dengste@eml.cc>
3856
3857         * mml-smime.el (mml-smime-epg-verify): Also accept the older
3858         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
3859
3860 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
3861
3862         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
3863         tag (Bug#6654).
3864
3865 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3866
3867         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
3868         the article buffer, not the summary buffer.
3869
3870 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3871
3872         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
3873         Emacs 23 as well.
3874
3875 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3876
3877         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
3878         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
3879
3880 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3881
3882         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
3883         Patch applied by Karl Fogel.
3884
3885         * gnus-sum.el (gnus-summary-bookmark-make-record):
3886         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
3887
3888 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3889
3890         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
3891         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
3892         C-w still not working correctly from Article buffers; Thierry's
3893         patch to fix that will be applied after this.
3894
3895         * gnus-art.el (bookmark-make-record-function): New local variable.
3896
3897         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
3898         article buffer.
3899         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
3900
3901 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
3902
3903         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
3904         on changes in bookmark.el.
3905
3906 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3907
3908         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
3909         `no-log' instead of message not to log prompt string.
3910
3911 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
3912
3913         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
3914         the *other* type of HTML form submission.
3915
3916 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
3917
3918         * auth-source.el (auth-source-pick): If choice does not contain a
3919         questioned keyword, set the check to t.
3920
3921 2010-06-12  Romain Francoise  <romain@orebokech.com>
3922
3923         * gnus-util.el (gnus-date-get-time): Move up before first use.
3924
3925 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3926
3927         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
3928         (gnus-article-edit-part): Bind it to make last part that is substituted
3929         or deleted visible.
3930         (gnus-mime-display-single): Buttonize part of which id equals to
3931         gnus-mime-buttonized-part-id.
3932
3933 2010-06-10  Dan Christensen  <jdc@uwo.ca>
3934
3935         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
3936         (gnus-dd-mmm): Use gnus-date-get-time.
3937         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
3938         simplify logic.
3939         (gnus-summary-limit-to-age): Use gnus-date-get-time.
3940         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
3941
3942 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
3943
3944         * auth-source.el (top): Autoload `secrets-list-collections',
3945         `secrets-create-item', `secrets-delete-item'.
3946         (auth-sources): Fix tag string.
3947         (auth-get-source, auth-source-retrieve, auth-source-create)
3948         (auth-source-delete): New defuns.
3949         (auth-source-pick): Rewrite in order to avoid 2 passes.
3950         (auth-source-forget-user-or-password): New parameter USERNAME.
3951         (auth-source-user-or-password): New parameters CREATE-MISSING and
3952         DELETE-EXISTING.  Retrieve password interactively, if needed.
3953
3954 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3955
3956         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
3957         deleting unused directories when gnus-expert-user is t.
3958
3959 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3960
3961         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
3962         for each temp file when gnus-article-browse-delete-temp is ask.
3963
3964 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3965
3966         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
3967         Lisp calls to delete-backward-char by calls to delete-char.
3968
3969 2010-05-20  Kevin Ryde  <user42@zip.com.au>
3970
3971         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
3972
3973 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
3974
3975         * password-cache.el (password-cache-remove): Fix docstring.
3976
3977 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3978
3979         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
3980         article unless decoding article to be saved.
3981
3982 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3983
3984         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
3985         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
3986         generated within the mm-with-unibyte-current-buffer macro.
3987
3988 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3989
3990         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
3991         to nil when we're in a mml-preview buffer and no group is selected.
3992
3993 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
3994
3995         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
3996         when catching the `C-g'.  Reported by "Leo".
3997
3998 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3999
4000         * message.el (message-forward-make-body-plain)
4001         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
4002         multibyte-string-p.
4003
4004         * lpath.el: Revert.
4005
4006 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4007
4008         * message.el (message-forward-make-body-mml): Assume original message
4009         is multibyte string; error on unibyte.
4010         (message-forward-make-body-plain): Ditto; don't add excessive newline
4011         in body end.
4012
4013         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
4014
4015 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
4016
4017         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
4018         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
4019
4020 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4021
4022         * mm-extern.el (mm-extern-url): Don't use
4023         mm-with-unibyte-current-buffer.
4024         (mm-extern-cache-contents): Use with-current-buffer instead of
4025         save-excursion + set-buffer.
4026
4027 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4028
4029         * mm-util.el (mm-emacs-mule): Remove.
4030
4031 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
4032
4033         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
4034         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
4035         change.
4036
4037 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4038
4039         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
4040         bind the default value of enable-multibyte-characters to nil.
4041
4042 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4043
4044         * message.el (message-forward-make-body-plain)
4045         (message-forward-make-body-mml):
4046         Don't use mm-with-unibyte-current-buffer.
4047
4048 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4049
4050         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
4051
4052 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
4053
4054         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
4055         (Bug#5592).
4056
4057 2010-05-07  Julien Danjou  <julien@danjou.info>
4058
4059         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
4060         it to mm-pipe-part.
4061
4062         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
4063         it is given.
4064
4065 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4066
4067         * binhex.el (binhex-decode-region-internal)
4068         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
4069         (dns-query)
4070         * nnweb.el (nnweb-gmane-search)
4071         * pgg-parse.el (pgg-parse-armor)
4072         * pgg.el (pgg-verify-region)
4073         * sha1.el (sha1-string-external)
4074         * uudecode.el (uudecode-decode-region-internal)
4075         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
4076         XEmacs.
4077
4078         * gnus-art.el (gnus-article-browse-html-parts)
4079         * gnus-group.el (gnus-read-ephemeral-gmane-group)
4080         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
4081         make-temp-file.
4082
4083         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
4084         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
4085         compiling.
4086
4087         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
4088         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
4089         XEmacs when compiling.
4090
4091         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
4092         gnus-pick-mode-off-hook for XEmacs when compiling.
4093         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
4094         gnus-binary-mode-off-hook for XEmacs when compiling.
4095
4096         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
4097         Return nil if char-charset is not available.
4098
4099         * imap.el (imap-disable-multibyte)
4100         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
4101         macros.
4102
4103         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
4104         instead of encode-coding-string.
4105
4106         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
4107         'xemacs) instead of mm-emacs-mule to switch function definitions.
4108         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
4109
4110         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
4111         bind temporary-file-directory for XEmacs;
4112         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
4113         timer-set-function for XEmacs 21.4 and SXEmacs;
4114         bind timer-list for XEmacs 21.4 and SXEmacs;
4115         fbind char-charset and find-charset-region for non-Mule XEmacs;
4116         fbind decode-coding-region, decode-coding-string, detect-coding-region,
4117         encode-coding-region and encode-coding-string for XEmacs having no
4118         file-coding feature.
4119
4120 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
4121
4122         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
4123
4124 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4125
4126         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
4127         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
4128
4129 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
4130
4131         * mm-util.el (mm-decompress-buffer): Use `delete-file';
4132         alias `jka-compr-delete-temp-file' no longer exists.
4133
4134 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4135
4136         Use define-minor-mode in Gnus where applicable.
4137         * mml.el (mml-mode): Use define-minor-mode.
4138         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
4139         (gnus-undo-mode): Use define-minor-mode.
4140         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
4141         (gnus-dead-summary-mode): Use define-minor-mode.
4142         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
4143         Initialize in declaration.
4144         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
4145         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
4146         (gnus-mailing-list-mode): Use define-minor-mode.
4147         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
4148         (gnus-draft-mode): Use define-minor-mode.
4149         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
4150         (gnus-dired-mode): Use define-minor-mode.
4151
4152 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
4153
4154         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
4155         handles on recursive mml-to-mime translation and check them for
4156         boundary delimiter collisions.  Reported by Greg Troxel.
4157
4158 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4159
4160         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
4161
4162 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4163
4164         * mm-util.el (mm-find-buffer-file-coding-system):
4165         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
4166
4167 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
4168
4169         * message.el (message-generate-headers): Record insertion of optional
4170         headers as well.  Otherwise the check to prevent repeated insertion of
4171         optional headers is a no-op.
4172
4173 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
4174
4175         * smime.el: Don't mention CVS.
4176
4177         * nnrss.el (nnrss-fetch): Don't mention CVS.
4178
4179         * nnir.el: Don't mention CVS.
4180
4181 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4182
4183         * gnus-sum.el (gnus-summary-bookmark-make-record):
4184         Add `location' field.
4185
4186 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4187
4188         * lpath.el: Fbind bookmark-default-handler,
4189         bookmark-get-bookmark-record, bookmark-make-record-default,
4190         bookmark-prop-get for Emacs <23 and XEmacs.
4191
4192 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4193
4194         * gnus-sum.el: Add bookmark declarations to silence the compiler.
4195         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
4196         Use with-current-buffer to silence the byte-compiler.
4197         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
4198         bother to require `gnus'.
4199         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
4200
4201 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4202
4203         * gnus-sum.el (gnus-summary-bookmark-make-record)
4204         (gnus-summary-bookmark-jump): New functions.
4205         (gnus-summary-mode): Setup bookmark support.
4206
4207 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
4208
4209         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
4210         if set.
4211
4212 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4213
4214         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
4215         gnus-article-browse-html-save-cid-image; make it work recursively for
4216         forwarded messages as well.
4217         (gnus-article-browse-html-parts): Work when prefix arg is given.
4218         (gnus-article-browse-html-article): Doc fix.
4219
4220 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
4221
4222         * message.el (message-default-mail-headers):
4223         (message-default-headers): Carry the value mail-default-headers over
4224         into message-default-mail-headers, rather than message-default-headers.
4225
4226 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
4227
4228         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
4229         charset.
4230
4231         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
4232         charset into the <meta> tag when the article is encoded to utf-8.
4233
4234 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4235
4236         * gnus-art.el (gnus-article-browse-delete-temp-files):
4237         Delete directories as well.
4238         (gnus-article-browse-html-parts): Work for images that do not specify
4239         file names; delete temp directory when quitting; insert header at the
4240         right place; use file: scheme for image files.
4241
4242 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
4243
4244         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
4245         (gnus-article-browse-html-parts): Use it to make temporary cid image
4246         files in addition to html file so that browser may display them.
4247
4248 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4249
4250         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
4251
4252 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4253
4254         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
4255
4256 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
4257
4258         * auth-source.el (auth-sources): Change default to be simpler.
4259         Explain about Secret Service API sources.  Improve Customize options.
4260         (auth-source-pick): Change to accept any number of search parameters.
4261         Implement fallbacks iteratively, not recursively.  Add scoring on the
4262         second pass and sort by score.  Call Secret Service API when needed.
4263         (auth-source-user-or-password): Use it.  Call Secret Service API
4264         directly when needed to get the user name and the password.
4265
4266 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4267
4268         * message.el (message-interactive): Doc fix.
4269         (message-qmail-inject-args): Reflow.
4270         (message-kill-to-signature): Fix typo in docstring.
4271
4272         * smiley.el (smiley-buffer): Fix typo in docstring.
4273
4274 2010-03-24  Glenn Morris  <rgm@gnu.org>
4275
4276         * mail-source.el (gnus-message): Declare.
4277         (mail-source-delete-old-incoming): Require gnus-util.
4278
4279 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4280
4281         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
4282
4283         * message.el (ecomplete-setup): Autoload it for Emacs <23.
4284
4285         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
4286         password-cache's default if it is not bound.
4287         (mml-secure-passphrase-cache-expiry): Default to 16 that is
4288         password-cache-expiry's default if it is not bound.
4289
4290         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
4291         available in Emacs 21.
4292
4293         * lpath.el: Suppress compiler warnings for:
4294         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
4295         XEmacs;
4296         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
4297         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
4298         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
4299
4300 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
4301
4302         * auth-source.el (auth-sources): Fix up definition so extra parameters
4303         are always inline.
4304
4305 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
4306
4307         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
4308         wasn't updated after mismatch.  Clear cached mailbox info correctly
4309         when uidvalidity changes.
4310         (nnimap-group-prefixed-name): New function to avoid some code
4311         duplication.
4312         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
4313         (nnimap-request-group): Use it.
4314         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
4315         (nnimap-update-unseen): Significantly improved speed of Gnus startup
4316         with many imap folders.  This is done by caching the group status from
4317         the imap server persistently in a group parameter `imap-status'.  (This
4318         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
4319         but not persistently, so every Gnus startup was still very slow.)
4320
4321 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
4322
4323         * assistant.el (assistant-render-text): Run `widget-setup' and don't
4324         delete the extra newline.  Otherwise editing of :string and :number
4325         types don't work.
4326
4327 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4328
4329         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
4330         secrets.el dependency.
4331         (auth-sources): Add optional user name.  Add secrets.el configuration
4332         choice (unused right now).
4333
4334 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4335
4336         * gnus-sum.el (gnus-summary-make-menu-bar):
4337         Let `gnus-registry-install-shortcuts' fill in the functions.
4338
4339         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
4340         warnings.
4341         (gnus-registry-misc-menus): Variable to hold registry mark menus.
4342         (gnus-registry-install-shortcuts): Populate and use it in a
4343         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
4344
4345 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
4346
4347         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
4348         In-place substitutions for the group name encoding/decoding.
4349         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
4350         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
4351         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
4352         (nnimap-update-unseen, nnimap-request-list)
4353         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
4354         (nnimap-request-set-mark, nnimap-split-to-groups)
4355         (nnimap-split-articles, nnimap-request-newgroups)
4356         (nnimap-request-create-group, nnimap-request-accept-article)
4357         (nnimap-request-delete-group, nnimap-request-rename-group)
4358         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
4359         `encoded-mbx' for consistency.
4360         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
4361         variable `imap-current-mailbox'.
4362
4363         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
4364         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
4365
4366 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
4367
4368         * pop3.el (pop3-display-message-size-flag): Display message size byte
4369         counts during POP3 download.
4370         (pop3-movemail): Use it.
4371         (pop3-list): Implement listing of available messages.
4372
4373 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
4374
4375         * nnir.el (nnir-get-article-nov-override-function): New function to
4376         override the normal NOV retrieval.
4377         (nnir-retrieve-headers): Use it.
4378
4379 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
4380
4381         * auth-source.el (netrc-machine-user-or-password): Autoload.
4382
4383 2010-03-19  Glenn Morris  <rgm@gnu.org>
4384
4385         Stop message.el from loading about 40 libraries it doesn't always need.
4386         The general approach is to autoload rather than require, and to
4387         require in the specific functions rather than the file.  (Bug#5642)
4388
4389         * gmm-utils.el: Don't require wid-edit.
4390         (widget-create-child-value, widget-convert, widget-default-get):
4391         Autoload.
4392
4393         * gnus-util.el: Don't require time-date, netrc.
4394         (message-fetch-field, gnus-group-name-decode): Declare rather than
4395         autoloading.
4396         (gnus-fetch-field): Require message.
4397         (gnus-decode-newsgroups): Require gnus-group.
4398
4399         * ietf-drums.el: Don't require time-date.
4400
4401         * message.el: Don't require hashcash, canlock, ecomplete.
4402         Do require mail-utils.  Require nnheader only when compiling.
4403         (smtpmail-default-smtp-server): Remove declaration.
4404         (message-send-mail-function): Check smtpmail-default-smtp-server
4405         is bound rather than requiring smtpmail.
4406         (message-auto-save-directory, message-insert-signature):
4407         Use expand-file-name rather than nnheader-concat.
4408         (nnheader-insert-file-contents): Autoload.
4409         (hashcash-wait-async): Declare.
4410         (message-send-mail): Only call gnus-setup-posting-charset if
4411         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
4412         (message-send-mail-with-sendmail): Require sendmail.
4413         (canlock-password, canlock-password-for-verify): Declare.
4414         (message-canlock-password): Require canlock.
4415         (nnheader-get-report): Autoload.
4416         (gnus-setup-posting-charset): Declare.
4417         (message-send-news): Require gnus-msg.
4418         (message-make-references, message-make-in-reply-to): Use mail-header-id
4419         rather than the alias mail-header-message-id.
4420         (ecomplete-add-item, ecomplete-save): Declare.
4421         (message-put-addresses-in-ecomplete): Require ecomplete.
4422         (ecomplete-display-matches): Autoload.
4423
4424         * mm-decode.el: Don't require mailcap, gnus-util.
4425         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
4426         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
4427         Autoload.
4428         (mailcap-mime-extensions): Declare.
4429
4430         * mm-encode.el: Don't require mailcap.
4431         (mailcap-extension-to-mime): Autoload.
4432
4433         * mml-sec.el: Don't require password-cache.
4434
4435         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
4436         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
4437         (mml-minibuffer-read-type): Require mailcap.
4438         (mml-preview): Require gnus-msg.
4439
4440         * mml1991.el: Require password-cache.
4441         (password-cache-expiry): Remove declaration.
4442
4443         * mml2015.el: Require password-cache.
4444         (password-cache-expiry): Remove declaration.
4445
4446         * nneething.el (mailcap): Require mailcap.
4447
4448         * nnheader.el (declare-function): Add compatibility stub.
4449         (message-remove-header): Declare rather than autoload.
4450         (nnheader-replace-header): Require message.
4451
4452         * nnimap.el (declare-function): Add compatibility stub.
4453         (netrc-parse, netrc-machine-user-or-password): Declare.
4454         (nnimap-open-connection): Require netrc.
4455
4456         * nntp.el (declare-function): Add compatibility stub.
4457         (netrc-parse, netrc-machine, netrc-get): Declare.
4458         (nntp-send-authinfo): Require netrc.
4459
4460         * rfc2047.el: Don't require qp.
4461         (quoted-printable-encode-region, quoted-printable-decode-string):
4462         Autoload.
4463
4464         * sieve-mode.el: Don't require easymenu.
4465         (easy-menu-add-item): Autoload it.
4466
4467         * spam-stat.el (time-to-number-of-days): Autoload it.
4468
4469 2010-03-19  Glenn Morris  <rgm@gnu.org>
4470
4471         * password-cache.el (password-cache, password-cache-expiry): Autoload.
4472
4473 2010-03-18  Glenn Morris  <rgm@gnu.org>
4474
4475         * hashcash.el (declare-function): Remove duplicate definition.
4476
4477 2010-03-17  Kevin Ryde  <user42@zip.com.au>
4478
4479         * mml.el (mml-read-tag): Unquote values with `read' to reverse
4480         prin1 in mml-insert-tag (just stripping the quotes gave wrong
4481         value if any backslash escapes).
4482
4483 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4484
4485         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
4486         if it is available.  (bug#5647)
4487
4488         * lpath.el: Suppress compiler warning for coding-system-from-name for
4489         Emacs 21 and XEmacs.
4490
4491 2010-03-14  Juri Linkov  <juri@jurta.org>
4492
4493         * hmac-def.el:
4494         * hmac-md5.el:
4495         * netrc.el: Fix keywords.
4496
4497 2010-02-26  Glenn Morris  <rgm@gnu.org>
4498
4499         * message.el (message-send-mail-function): Change the default, so that
4500         it inherits from a customized send-mail-function.  (Bug#5643)
4501
4502 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4503
4504         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
4505         shell-command-to-string signals an error (bug#5299).
4506
4507 2010-02-24  Glenn Morris  <rgm@gnu.org>
4508
4509         * message.el (message-smtpmail-send-it)
4510         (message-send-mail-with-mailclient): Doc fixes.
4511
4512 2010-02-16  Glenn Morris  <rgm@gnu.org>
4513
4514         * message.el (message-default-mail-headers): Change the default value
4515         to ease the transition from mail-mode to message-mode.  (Bug#5555)
4516
4517 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4518
4519         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
4520         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
4521
4522 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
4523
4524         * time-date.el (date-to-time): Doc fix (Bug#5408).
4525
4526 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
4527
4528         * message.el (message-mail): Just pass yank-action on to message-setup.
4529         (message-setup): Handle (FUN . ARGS) form of yank-action.
4530         (message-with-reply-buffer, message-widen-reply)
4531         (message-yank-original): Handle non-buffer values of
4532         message-reply-buffer (Bug#4080).
4533         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
4534
4535 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
4536
4537         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
4538         Fix typo in docstring.
4539
4540 2010-01-08  Jason Rumney  <jasonr@gnu.org>
4541
4542         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
4543         response.
4544
4545 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4546
4547         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
4548
4549         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4550
4551         * message.el (message-check-news-header-syntax): Protect against a
4552         string that `rfc822-addresses' returns when parsing fails.
4553
4554 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4555
4556         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
4557         (gnus-previous-char-property-change): New functions.
4558
4559         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
4560
4561 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
4562
4563         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
4564         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
4565
4566 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
4567
4568         * message.el (message-exchange-point-and-mark): Rework last change to
4569         avoid using optional arg of exchange-point-and-mark, for backward
4570         compatibility.
4571
4572 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
4573
4574         * message.el (message-exchange-point-and-mark):
4575         Call exchange-point-and-mark with an argument rather than setting
4576         mark-active by hand (Bug#5175).
4577
4578 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4579
4580         * nntp.el (nntp-service-to-port): Work for service expressed with
4581         numeric string; replace [:digit:] with [0-9] for XEmacs.
4582
4583 2009-12-17  Glenn Morris  <rgm@gnu.org>
4584
4585         * gnus-group.el (gnus-bug-group-download-format-alist):
4586         Change emacs entry to debbugs.gnu.org.  Bump :version.
4587
4588 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
4589
4590         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
4591
4592 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
4593
4594         * message.el (message-info): Explain why we use `Info-goto-node'.
4595
4596 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4597
4598         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
4599
4600 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4601
4602         * message.el (message-completion-in-region): New compatibility function.
4603         (message-expand-group): Use it.
4604
4605 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4606
4607         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
4608         with no unread article should be listed if the 2nd arg `predicate' is
4609         given.
4610
4611 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4612
4613         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
4614
4615 2009-11-29  Juri Linkov  <juri@jurta.org>
4616
4617         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
4618         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
4619         on `gnus-recenter'.  (Bug#4698, Bug#4981)
4620
4621 2009-11-26  Kevin Ryde  <user42@zip.com.au>
4622
4623         * sha1.el (sha1-string-external): default-directory "/" in case
4624         otherwise non-existent.  process-connection-type pipe for touch of
4625         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
4626
4627 2009-11-25  Kevin Ryde  <user42@zip.com.au>
4628
4629         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
4630         it's comms related and sgml-mode.el has "comm" on that basis too.
4631
4632 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4633
4634         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
4635         containing tspecial characters if they have been already quoted.
4636
4637 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
4638
4639         * dns-mode.el (auto-mode-alist): Purecopy string.
4640
4641 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4642
4643         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
4644
4645 2009-10-24  Glenn Morris  <rgm@gnu.org>
4646
4647         * gnus-art.el (help-xref-stack-item): Define for compiler.
4648
4649 2009-10-21  Kevin Ryde  <user42@zip.com.au>
4650
4651         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
4652
4653 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4654
4655         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
4656
4657 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4658
4659         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
4660         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
4661
4662 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4663
4664         * gnus.el (gnus-overlay-get): New alias to overlay-get.
4665         (gnus-overlays-in): New alias to overlays-in.
4666
4667         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
4668         gnus-overlay-get, and gnus-delete-overlay.
4669         (gnus-summary-show-thread): Make it work as well for systems in which
4670         next-single-char-property-change is not available.
4671         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
4672
4673         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
4674         (gnus-overlay-get): New alias to extent-property.
4675         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
4676
4677         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
4678         SXEmacs.
4679
4680         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
4681         SXEmacs.
4682
4683 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
4684
4685         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
4686
4687 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
4688
4689         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
4690         and XEmacs that don't have `remove-overlays'.
4691
4692 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4693
4694         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
4695         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
4696         selective display.  Use overlays instead.
4697
4698 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
4699
4700         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
4701
4702 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
4703
4704         * spam-stat.el (spam-stat-load): Fix typo in message.
4705
4706 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
4707
4708         * dig.el (dig-invoke): Fix typo in docstring.
4709         (query-dig): Reflow docstring.
4710
4711 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
4712
4713         * gnus-art.el (gnus-article-encrypt-body):
4714         * message.el (message-check-recipients):
4715         * mm-util.el (mm-codepage-setup):
4716         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
4717         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
4718
4719 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
4720
4721         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
4722         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
4723         keys from the menu if mm-{sign,encrypt}-option is 'guided.
4724         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
4725         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
4726
4727 2009-09-21  Kevin Ryde  <user42@zip.com.au>
4728
4729         * dig.el: Add "Keywords: comm", as per net-utils.el.
4730
4731 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4732
4733         * dig.el (dig-mode): Use define-derived-mode.
4734
4735 2009-09-19  Glenn Morris  <rgm@gnu.org>
4736
4737         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
4738
4739 2009-09-18  Glenn Morris  <rgm@gnu.org>
4740
4741         * gnus-diary.el (gnus-diary-check-message):
4742         * message.el (message-insert-formatted-citation-line):
4743         * nnbabyl.el (top-level):
4744         * nndiary.el (nndiary-schedule):
4745         Fix typos in condition-case handlers.
4746
4747 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4748
4749         * gnus-art.el (gnus-article-edit-part): Work for the buffer
4750         configuration that provides the sole article window in a frame;
4751         position point correctly after deleting a part.
4752
4753 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
4754
4755         * spam.el (spam-unregister-on-reregister): Add boolean variable.
4756         (spam-resolve-registrations-routine): Use it to unregister articles
4757         that change status.
4758
4759 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4760
4761         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
4762         with XEmacs.
4763         (parse-time-string-chars): Use it.
4764
4765 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
4766
4767         * imap.el (imap-interactive-login): Better messages.
4768         (imap-open): Fix bug with renamed buffer on reconnect.
4769         (imap-authenticate): Add buffer-local imap-last-authenticator variable
4770         for easier debugging and cleaner code.  On successful (guessed based on
4771         server capabilities) secondary authentication, set imap-state
4772         correctly.
4773         (imap-last-authenticator): Define imap-last-authenticator as a variable
4774         to avoid warnings.
4775
4776 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4777
4778         * nnrss.el (nnrss-request-article): Remove binding of
4779         default-enable-multibyte-characters that has gotten needless by
4780         the 2007-07-13 change in rfc2047-encode-message-header.
4781
4782         * mml.el (mml-insert-multipart): Error on the message header.
4783         (mml-insert-part): Error on the message header; position point at
4784         the end of a MIME tag.
4785
4786 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4787
4788         * time-date.el (autoload): Expand define-obsolete-function-alias into
4789         defalias and make-obsolete for old Emacsen that Gnus supports.
4790         (with-no-warnings): Define it for old Emacsen.
4791         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
4792         is available.
4793         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
4794         float-time is available; suppress compile warning for time-to-seconds.
4795
4796         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
4797         (gnus-float-time): Alias to float-time if it exists.
4798
4799         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
4800         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
4801         float-time is available; suppress compile warning for time-to-seconds.
4802
4803         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
4804         XEmacs.
4805
4806 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
4807
4808         * imap.el (imap-message-map): Docstring fix.
4809
4810 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4811
4812         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
4813         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
4814         Add the optional argument `encoding' that overrides the default.
4815
4816         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
4817         mm-encode-buffer.
4818
4819 2009-09-04  Glenn Morris  <rgm@gnu.org>
4820
4821         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
4822         mm-disable-multibyte, rather than default-enable-multibyte-characters.
4823         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
4824         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
4825         * mm-util.el (mm-with-unibyte-current-buffer)
4826         (mm-find-buffer-file-coding-system):
4827         * yenc.el (yenc-decode-region): Use default-value rather than
4828         default-enable-multibyte-characters.
4829
4830 2009-09-03  Glenn Morris  <rgm@gnu.org>
4831
4832         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
4833         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
4834         than default-enable-multibyte-characters.
4835
4836 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
4837
4838         * gnus-art.el (gnus-article-read-summary-keys):
4839         Fix gnus-buffer-configuration's value temporarily used.
4840
4841 2009-09-02  Glenn Morris  <rgm@gnu.org>
4842
4843         * gnus-util.el (gnus-float-time): New function.
4844         * gnus-delay.el (gnus-delay-article):
4845         * gnus-sum.el (gnus-thread-latest-date):
4846         * gnus-util.el (gnus-user-date): Use gnus-float-time.
4847         * nnspool.el (nnspool-request-newgroups):
4848         Use gnus-float-time rather than time-to-seconds.
4849         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
4850
4851         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
4852         (gnus-header-subject-face, gnus-header-newsgroups-face)
4853         (gnus-header-name-face, gnus-header-content-face):
4854         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
4855         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
4856         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
4857         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
4858         (gnus-cite-face-11):
4859         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
4860         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4861         (gnus-server-closed-face, gnus-server-denied-face)
4862         (gnus-server-offline-face):
4863         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
4864         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
4865         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
4866         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
4867         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
4868         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
4869         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
4870         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
4871         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
4872         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
4873         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
4874         (gnus-summary-selected-face, gnus-summary-cancelled-face)
4875         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
4876         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
4877         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
4878         (gnus-summary-high-undownloaded-face)
4879         (gnus-summary-low-undownloaded-face)
4880         (gnus-summary-normal-undownloaded-face)
4881         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
4882         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
4883         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
4884         (gnus-splash-face):
4885         * message.el (message-header-to-face, message-header-cc-face)
4886         (message-header-subject-face, message-header-newsgroups-face)
4887         (message-header-other-face, message-header-name-face)
4888         (message-header-xheader-face, message-separator-face)
4889         (message-cited-text-face, message-mml-face):
4890         * sieve-mode.el (sieve-control-commands-face)
4891         (sieve-action-commands-face, sieve-test-commands-face)
4892         (sieve-tagged-arguments-face):
4893         * spam.el (spam-face):
4894         Mark face aliases with "-face" in the name as obsolete.
4895
4896 2009-09-01  Glenn Morris  <rgm@gnu.org>
4897
4898         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
4899         than goto-line.
4900
4901 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4902
4903         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4904         Don't move point if the command is invoked inside the message header.
4905
4906 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4907
4908         * imap.el (imap-send-command): Simplify.
4909         (imap-wait-for-tag): point-max -> buffer-size.
4910
4911 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4912
4913         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
4914         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
4915         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
4916         * nnir.el (nnir-swish-e-index-file):
4917         * gnus-sum.el (gnus-summary-delete-marked-as-read)
4918         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
4919         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4920         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
4921         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
4922         (gnus-treat-display-xface): Add Emacs version of obsolescence.
4923
4924 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4925
4926         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4927         Don't save excursion.
4928
4929 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4930
4931         * nnheader.el (nnheader-find-file-noselect):
4932         * mm-util.el (mm-insert-file-contents):
4933         Use (default-value 'major-mode) instead of default-major-mode.
4934
4935 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4936
4937         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
4938
4939 2009-08-26  Glenn Morris  <rgm@gnu.org>
4940
4941         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
4942         than placing in files.el.
4943
4944 2009-08-25  Glenn Morris  <rgm@gnu.org>
4945
4946         * nnir.el (top-level): Don't require cl at run-time.
4947         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
4948         Replace cl-function substitute with gnus-replace-in-string.
4949         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
4950         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
4951         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
4952         simplified expansions.
4953
4954 2009-08-25  Kevin Ryde  <user42@zip.com.au>
4955
4956         * dig.el (dig): Add autoload cookie.
4957
4958 2009-08-22  Glenn Morris  <rgm@gnu.org>
4959
4960         * gnus-art.el (gnus-button-patch): Use forward-line rather than
4961         goto-line.
4962
4963 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
4964
4965         * parse-time.el (parse-time-string-chars): Save match data.
4966
4967 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
4968
4969         * parse-time.el (parse-time-string-chars): Compute using character
4970         classes, to handle non-ascii characters (Bug#3190).
4971
4972 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4973
4974         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
4975
4976         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
4977         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
4978         (gnus-mm-display-part, gnus-mime-display-single)
4979         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
4980         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
4981
4982         * gnus-sum.el
4983         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
4984         (gnus-summary-move-article): Add expirable mark to articles copied or
4985         moved to group that has auto-expire turned on if the option is non-nil.
4986
4987 2009-07-24  Glenn Morris  <rgm@gnu.org>
4988
4989         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
4990         Fix typo.  (Bug#3903)
4991
4992 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4993
4994         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
4995         gnus-article-read-summary-keys rather than gnus-summary-edit-article
4996         that should not be used for draft articles.
4997         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
4998         that has no concern in minor mode keys.
4999         (gnus-article-summary-command, gnus-article-summary-command-nosave):
5000         Abolish.
5001
5002 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5003
5004         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
5005         article without making inquiry to a user for unknown encoding.
5006
5007         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
5008         (nnmaildir--scan): Assume i-node and device number that file-attributes
5009         returns might be cons-cell.
5010
5011         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
5012
5013         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
5014
5015 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
5016
5017         * auth-source.el: Remove docs now in auth.texi.  Don't use
5018         `gnus-message' for logging.  Add new variables `auth-source-debug' and
5019         `auth-source-hide-passwords' and use them.
5020
5021 2009-07-15  Glenn Morris  <rgm@gnu.org>
5022
5023         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
5024
5025 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5026
5027         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
5028         excessive whitespace from the default values of title and description.
5029
5030 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5031
5032         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
5033         mail-fetch-field to fetch Content-Description header in order to
5034         exclude newlines.
5035
5036 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
5037
5038         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
5039         format used by GnuPG 2.0.11.
5040
5041 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5042
5043         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
5044         to deleted part.
5045
5046 2009-05-30  David Engster  <dengste@eml.cc>
5047
5048         * nnmairix.el: Remove old documentation in the commentary block.
5049         (nnmairix-request-group): Do not update active file for nnml back ends.
5050         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
5051         end so that overview files are ignored.
5052         (nnmairix-update-groups): Make updating the groups more robust by using
5053         marks.
5054         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
5055         with dollar characters in message-id.
5056
5057 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
5058
5059         * spam.el: Use dns-query instead of query-dns.  Was renamed on
5060         2008-12-25 in dns.el.
5061
5062 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5063
5064         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
5065         could happen if the text is only composed of spaces and/or tabs.
5066
5067 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
5068
5069         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
5070         when sending a queued message to avoid extra mml tags.
5071
5072 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5073
5074         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
5075
5076 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5077
5078         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
5079         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
5080         rmail-toggle-header for XEmacs;
5081         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
5082
5083 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5084
5085         * gnus-dired.el: Remove autoload for gnus-setup-message.
5086         (gnus-dired-attach): Fake this-command value to prevent Gnus from
5087         displaying Gnus logo; always use compose-mail.
5088
5089 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5090
5091         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
5092
5093 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5094
5095         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
5096         (gnus-nocem-issuers): List currently active issuers; fix custom type.
5097         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
5098         available.
5099         (gnus-nocem-epg-verify): New function.
5100
5101 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
5102
5103         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
5104
5105 2009-02-15  Glenn Morris  <rgm@gnu.org>
5106
5107         * gnus-util.el (rmail-insert-rmail-file-header)
5108         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
5109         autoloads.
5110         (rmail-default-rmail-file): Remove unnecessary declaration.
5111         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
5112
5113 2009-02-14  Glenn Morris  <rgm@gnu.org>
5114
5115         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
5116         variable (only used in gnus-util, which declares it anyway).
5117         (rmail-output-to-rmail-file): Remove autoload of deleted function,
5118         which was only needed by gnus-art (changed to not use it any more).
5119         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
5120         only used in gnus-util, which autoloads it itself.
5121         (rmail-update-summary): Fix autoload.
5122
5123         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
5124         rather than rmail-output-to-rmail-file.
5125
5126 2009-02-07  Glenn Morris  <rgm@gnu.org>
5127
5128         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
5129         autoload of function that no longer exists.
5130         (rmail-toggle-header): Declare.
5131         (message-forward-rmail-make-body): Handle mbox Rmail.
5132
5133 2009-01-31  Glenn Morris  <rgm@gnu.org>
5134
5135         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
5136         2009-01-09 change.
5137
5138 2009-01-31  Dave Love  <fx@gnu.org>
5139
5140         * imap.el (imap-fetch-safe): Bind debug-on-error.
5141         (imap-debug): Add imap-fetch-safe.
5142
5143 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
5144
5145         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
5146         (auth-source-forget-all-cached): New convenience function.
5147         (auth-source-user-or-password): Accept list of modes or a single mode.
5148
5149         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
5150         auth-source modes.
5151
5152         * netrc.el (netrc-machine-user-or-password): Use list of
5153         auth-source modes.
5154
5155         * nnimap.el (nnimap-open-connection): Use list of
5156         auth-source modes.
5157
5158         * nntp.el (nntp-send-authinfo): Use list of
5159         auth-source modes.
5160
5161 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5162
5163         * auth-source.el: Update docs to reflect epa-file-enable is to be used
5164         now.
5165
5166 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5167
5168         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
5169         coding system in XEmacs; add a workaround for XEmacs.
5170
5171         * lpath.el: Fbind coding-system-aliasee.
5172
5173 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5174
5175         * mm-util.el (mm-coding-system-priorities): Protect against nil value
5176         of current-language-environment.
5177
5178 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5179
5180         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
5181         available at runtime.
5182
5183 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5184
5185         * gnus-art.el (article-date-ut): Fix end point of narrowing.
5186
5187 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
5188
5189         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
5190         the greatest positive fixnum value doesn't work under an XEmacs with
5191         bignum support; use the most-positive-fixnum constant instead,
5192         available since Emacs 21.1 with cl and XEmacs 21.1.
5193
5194 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5195
5196         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
5197         XEmacs gets not to work.
5198
5199 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5200
5201         * mm-util.el (mm-coding-system-priorities): Allow the value like
5202         "Japanese (UTF-8)" of current-language-environment.
5203
5204 2009-01-09  Glenn Morris  <rgm@gnu.org>
5205
5206         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
5207         with last-command-event.
5208
5209 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
5210
5211         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
5212         in the doc string.
5213
5214         * message.el (message-fix-before-sending): Amend comment.
5215
5216 2009-01-08  Dave Love  <fx@gnu.org>
5217
5218         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
5219
5220 2009-01-07  David Engster  <dengste@eml.cc>
5221
5222         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
5223         simplified server definitions by converting it via
5224         gnus-server-to-method.
5225
5226 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5227
5228         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
5229         parameter's operands.
5230
5231 2009-01-06  David Engster  <dengste@eml.cc>
5232
5233         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
5234         primary select method (for gnus-group-mark-article-as-read).
5235
5236 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
5237
5238         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
5239         `(gnus)Face', not `(gnus)X-Face'.
5240
5241 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5242
5243         * mm-util.el (mm-ucs-to-char): New function.
5244
5245         * mm-url.el (mm-url-decode-entities): Use it.
5246
5247         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
5248         unicode-to-char.
5249
5250 2009-01-05  Dave Love  <fx@gnu.org>
5251
5252         * time-date.el: Require cl for `declare'.
5253
5254 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5255
5256         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
5257         Dave Love.
5258
5259 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5260
5261         * message.el (message-fix-before-sending): Add `eight-bit' to
5262         illegible-text check.
5263
5264 2009-01-03  Michael Olson  <mwolson@gnu.org>
5265
5266         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
5267         `headers' is nil.  This can occur if the IMAP server does not have
5268         permissions to read messages from a folder, but can write new messages
5269         to the folder.
5270         (nnimap-request-article-part): Do not insert `data' if it is nil.
5271
5272         * imap.el (imap-parse-fetch): Courier can insert spurious blank
5273         characters which will confuse `read', so skip past them.
5274
5275 2009-01-01  Dave Love  <fx@gnu.org>
5276
5277         * imap.el (imap-string-to-integer): Fix typo.
5278         (imap-fetch-safe): New function.
5279         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
5280
5281         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
5282
5283         * imap.el (imap-process-connection-type, imap-debug, imap-open):
5284         (imap-parse-greeting): Fix doc strings.
5285         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
5286         (imap-parse-flag-list): Make messages unique.
5287         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
5288
5289         * nnimap.el: Fix author email.
5290         (nnimap-split-rule): Add FIXME comment.
5291         (nnimap-debug): Fix doc string.
5292
5293 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5294
5295         * dns.el (dns-set-servers): Check "Address".  Fix typo.
5296
5297 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
5298
5299         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
5300         nslookup if resolv.conf isn't available.
5301         (dns-query): Rename from query-dns.
5302         (dns-query-cached): Rename from query-dns-cached.
5303
5304 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5305
5306         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
5307         overlay-arrow-position and overlay-arrow-string buffer-local; no need
5308         to check if those variables exist (first appeared in Emacs 18.50).
5309
5310 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5311
5312         * mm-util.el (mm-line-number-at-pos): New function.
5313
5314         * spam-report.el (spam-report-process-queue): Use it.
5315
5316 2008-12-24  David Engster  <dengste@eml.cc>
5317
5318         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
5319         parameters that haven't existed as variables as buffer-local variables.
5320
5321 2008-12-23  Dave Love  <fx@gnu.org>
5322
5323         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
5324         cadar.
5325
5326         * sieve-manage.el (sieve-manage-starttls-p): Rename from
5327         imap-starttls-p.
5328         (sieve-manage-starttls-open): Rename from imap-starttls-open.
5329
5330 2008-12-22  Dave Love  <fx@gnu.org>
5331
5332         * imap.el: Fix author email.  Doc fixes.
5333         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
5334         reply.
5335
5336 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
5337
5338         * spam-report.el (spam-report-gmane-max-requests): New constant.
5339         (spam-report-gmane-wait): New variable.
5340         (spam-report-gmane-ham, spam-report-gmane-spam)
5341         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
5342         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
5343         the server.
5344
5345         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
5346         Add explanations.
5347
5348         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
5349         nnheader-accept-process-output and nnheader-read-timeout if available.
5350         (pop3-movemail): Use it.
5351
5352         * message.el (message-check-news-body-syntax): Fix signature check if
5353         there's an attachment.
5354
5355 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5356
5357         * mm-util.el: Add comments to the mm- emulating functions.
5358
5359 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
5360
5361         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
5362         Reported by Stephen Berman <stephen.berman@gmx.net>.
5363
5364 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5365
5366         * mm-util.el (mm-substring-no-properties): New function.
5367         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
5368         (mm-special-display-p): Enable those lambda forms to be byte compiled.
5369         (mm-string-to-multibyte): Doc fix.
5370
5371         * mml.el (mml-attach-file): Use mm-substring-no-properties.
5372
5373 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5374
5375         * mml.el (mml-attach-file): Strip text properties from file name.
5376         (Bug#1574)
5377
5378 2008-12-16  Glenn Morris  <rgm@gnu.org>
5379
5380         * mm-util.el (mm-charset-override-alist): Declare for compiler.
5381
5382 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5383
5384         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
5385         knows since the charset specified might be a bogus alias that
5386         mm-charset-synonym-alist provides.
5387
5388 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5389
5390         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
5391         "ISO_8859-1".
5392
5393         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
5394
5395 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5396
5397         * mm-util.el (mm-charset-eval-alist):
5398         Define it before mm-charset-to-coding-system.
5399         (mm-charset-to-coding-system): Add optional argument `silent';
5400         define it before mm-charset-override-alist.
5401         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
5402         default value if it can be used in Emacs currently running;
5403         silence mm-charset-to-coding-system.
5404
5405 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5406
5407         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
5408         `allow-override' which says whether to use `mm-charset-override-alist'.
5409         (rfc2047-decode-encoded-words): Use it.
5410
5411         * mm-util.el (mm-charset-override-alist): Fix custom type;
5412         add `(gb2312 . gbk)' to choices.
5413
5414 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5415
5416         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
5417         fast.
5418
5419         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5420
5421         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
5422
5423 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
5424
5425         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
5426         on links.
5427
5428         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5429
5430 2008-12-03  Lute Kamstra  <lute@gnu.org>
5431
5432         * sha1.el: Remove leading * from docstrings of defcustoms,
5433         deffaces, defconsts and defuns.
5434
5435 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5436
5437         * message.el (message-idna-to-ascii-rhs-1): Protect against local
5438         users' addresses that don't have domain parts.
5439         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
5440         rather than message-narrow-to-head since there will be the message
5441         header separator.
5442
5443 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5444
5445         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
5446         since the result is inserted in a unibyte buffer anyway.
5447         (nnimap-demule-use-string-to-multibyte): Remove.
5448         (nnimap-demule): Alias it to mm-string-to-multibyte.
5449
5450 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
5451
5452         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
5453         variable for debugging bug#464 and bug#1174.
5454         (nnimap-demule): Use it.
5455
5456 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5457
5458         * gnus-score.el (gnus-score-find-trace): Handle default score in total
5459         score calculation correctly.
5460
5461 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5462
5463         * message.el (message-send-mail): Just set the buffer to unibyte
5464         rather than use mm-with-unibyte-current-buffer which does a lot more.
5465         (message-send-mail-partially): Don't bother with
5466         mm-with-unibyte-current-buffer since it's already been made unibyte by
5467         message-send-mail.
5468
5469 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
5470
5471         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
5472
5473 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
5474
5475         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
5476
5477 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5478
5479         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
5480         require itself and to remove `with-no-warnings'.
5481
5482 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5483
5484         * starttls.el (starttls-any-program-available): Get the name of the
5485         available TLS layer program.
5486         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
5487         well as the host name in the "opening" message.
5488
5489         * auth-source.el (auth-source-cache, auth-source-do-cache)
5490         (auth-source-user-or-password): Cache passwords and logins by default,
5491         allow override with `auth-source-do-cache'.
5492         (auth-source-forget-user-or-password): Allow users to remove cache
5493         entries if needed.
5494
5495 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
5496
5497         * md4.el (md4-buffer): Fix typo in docstring.
5498         (md4, md4-64): Doc fixes.
5499         (md4-pack-int32): Reflow docstring.
5500
5501 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5502
5503         * ietf-drums.el (ietf-drums-remove-comments): Localize second
5504         condition-case to only the forward-sexp call.
5505
5506 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5507
5508         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
5509         quotes contained.  Make it more robust regardless by an extra
5510         condition-case wrapper.
5511
5512 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5513
5514         * lpath.el: No need to fbind codepage-setup for Emacs 23.
5515
5516 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5517
5518         * nnml.el (nnml-request-expire-articles): Check if the function set to
5519         `nnmail-expiry-target' returns the symbol `delete'.
5520
5521         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
5522
5523         * nnmail.el (nnmail-expiry-target): Fix custom type.
5524
5525 2008-10-02  Glenn Morris  <rgm@gnu.org>
5526
5527         * mm-util.el (mm-codepage-setup): Tweak codepage error.
5528         Silence compiler warning.
5529
5530 2008-10-01  Magnus Henoch  <mange@freemail.hu>
5531
5532         * tls.el (open-tls-stream): Show the actual command being
5533         executed, instead of the format string.
5534
5535 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5536
5537         * lpath.el: Fbind codepage-setup for Emacs 23.
5538
5539 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
5540
5541         * mml.el (mml-menu): Don't assume mml2015 is bound.
5542
5543 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5544
5545         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
5546         exists.
5547
5548 2008-09-27  Glenn Morris  <rgm@gnu.org>
5549
5550         * gnus-util.el (mail-header-remove-comments): Autoload it.
5551
5552 2008-09-27  Andreas Schwab  <schwab@suse.de>
5553
5554         * gnus-util.el (gnus-split-references): Strip comments.
5555         (gnus-parent-id): Likewise.
5556
5557 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
5558
5559         * message.el (message-confirm-send): Fix version.
5560
5561 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5562
5563         * message.el (message-idna-to-ascii-rhs-1): Use
5564         mail-extract-address-components rather than mail-header-parse-addresses
5565         that is an alias by default to ietf-drums-parse-addresses that does not
5566         support non-ASCII names in headers' contents.
5567
5568 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5569
5570         * message.el (message-confirm-send): Fix variable documentation to
5571         avoid the "y/n" wording.
5572
5573 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
5574
5575         * message.el (message-set-auto-save-file-name): Save to a different
5576         filename so multiple messages (especially drafts) can be recovered.
5577
5578 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
5579
5580         * message.el (message-confirm-send): Add appropriate version.
5581
5582 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5583
5584         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
5585         defvar.
5586
5587 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
5588
5589         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
5590         (mm-pkcs7-enveloped-magic): Ditto.
5591
5592 2008-09-17  Simon Josefsson  <simon@josefsson.org>
5593
5594         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
5595         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
5596
5597 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
5598
5599         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
5600         default, it's better.
5601
5602 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
5603
5604         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
5605         summary line gnus-number property and ignore them (with a warning
5606         message).
5607
5608 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5609
5610         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
5611         macro caddr in the interactive form since it won't be expanded.
5612
5613 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5614
5615         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
5616         `charset'; fix name of function called recursively.
5617         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
5618
5619 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5620
5621         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
5622         (gnus-mime-set-charset-parameters): New function.
5623         (gnus-mime-view-part-as-charset): Use it to correctly display part
5624         specifying wrong charset.
5625
5626 2008-09-08  David Engster  <dengste@eml.cc>
5627
5628         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
5629         in completing-read for back end server.
5630
5631 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
5632
5633         * message.el (message-confirm-send): New variable to confirm sending a
5634         message.
5635         (message-send): Use it.
5636
5637 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
5638
5639         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
5640
5641 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5642
5643         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
5644
5645 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
5646
5647         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
5648         prevent tracking too many groups.
5649         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
5650         Use it.
5651
5652 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
5653
5654         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
5655         moving point to the bottom of the window in order to avoid recentering.
5656
5657 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5658
5659         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
5660
5661         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
5662         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
5663         (gnus-article-beginning-of-window): Fix calculation.
5664
5665 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5666
5667         * gnus-msg.el (gnus-summary-supersede-article)
5668         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
5669         value of gnus-newsgroup-charset to decode non-MIME encoded text in
5670         message header.
5671
5672 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
5673
5674         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
5675         pending output coming after the status change.
5676
5677 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
5678
5679         * message.el:
5680         * gnus-start.el:
5681         * gnus-registry.el: Remove VMS support.
5682
5683 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5684
5685         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
5686         macro.
5687         (rfc2104-hash): Use it.
5688
5689 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
5690
5691         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
5692         (gnus-summary-sort-by-most-recent-date): New commands.
5693         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
5694         and menu entries.
5695
5696 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5697
5698         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
5699         don't redisplay article for raw contents; remove plural articles stuff.
5700
5701         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
5702         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
5703         on gnus-summary-save-article; display results properly.
5704
5705 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5706
5707         * lpath.el: No need to fbind ns-focus-frame.
5708
5709 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5710
5711         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
5712
5713 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5714
5715         * gnus-art.el (gnus-summary-save-in-pipe):
5716         Consider gnus-save-all-headers.
5717
5718 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
5719
5720         * gnus-util.el (ns-focus-frame): Remove declaration.
5721         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
5722         like x.
5723
5724 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
5725
5726         * rfc2104.el (rfc2104-zero): Delete defconst.
5727         (rfc2104-hex-alist): Likewise.
5728         (rfc2104-hex-to-int): Delete func.
5729         (rfc2104-hexstring-to-bitstring): Likewise.
5730         (rfc2104-nybbles): New defconst.
5731         (rfc2104-hash): Rewrite for speed.
5732
5733 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5734
5735         * tls.el (open-tls-stream): Make it work with the 2nd argument
5736         BUFFER that is a string but does not exist as a buffer object, as
5737         mentioned in the doc-string.
5738
5739 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5740
5741         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
5742         SXEmacs.
5743
5744 2008-07-16  Glenn Morris  <rgm@gnu.org>
5745
5746         * gnus-util.el (ns-focus-frame): Declare for compiler.
5747
5748 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5749
5750         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
5751         set as a group parameter.
5752         (gnus-summary-save-in-pipe): Work when it is called independently.
5753         (gnus-summary-pipe-to-muttprint): Don't modify
5754         gnus-summary-pipe-output-default-command.
5755
5756 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5757
5758         * message.el (message-send-mail-with-sendmail):
5759         Display the error message.
5760
5761 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5762
5763         * gnus-art.el (gnus-default-article-saver):
5764         Add gnus-summary-save-in-pipe to choices.
5765         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
5766         gnus-summary-pipe-output-default-command as the default command.
5767         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
5768         instead of gnus-last-shell-command.
5769
5770         * gnus-sum.el (gnus-summary-pipe-output-default-command):
5771         New user option.
5772         (gnus-summary-muttprint-program): Mention the value will be changed.
5773         (gnus-summary-save-article): Force showing of all headers.
5774         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
5775
5776 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
5777
5778         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
5779
5780 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
5781
5782         * nnimap.el (nnimap-id):
5783         * sieve-manage.el (sieve-manage-open): Doc fixes.
5784
5785 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
5786
5787         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
5788         if available.
5789
5790 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5791
5792         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
5793
5794         * nnkiboze.el (nnkiboze-generate-group):
5795         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
5796
5797         * nnmairix.el: Require CL.
5798
5799 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5800
5801         * dgnushack.el: Autoload get-display-table and put-display-table for
5802         XEmacs 21.5.
5803
5804         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
5805         21.4 and SXEmacs.
5806
5807 2008-06-15  David Engster  <dengste@eml.cc>
5808
5809         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
5810
5811 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
5812
5813         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
5814         New macros that expand to an `aset'/`aref' call under Emacs, and to a
5815         runtime choice under XEmacs.
5816
5817         * gnus-sum.el (gnus-summary-set-display-table):
5818         Use `gnus-put-display-table', `gnus-get-display-table',
5819         `gnus-set-display-table' for the display table, instead of `aset'.
5820
5821         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
5822         Use `gnus-put-display-table', `gnus-get-display-table',
5823         `gnus-set-display-table' for the display table.
5824
5825 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5826
5827         * nnmairix.el: Add autoloads.
5828
5829 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5830
5831         * nnmairix.el (nnmairix-delete-recreate-group)
5832         (nnmairix-update-and-clear-marks): Fix error messages.
5833
5834 2008-06-14  David Engster  <dengste@eml.cc>
5835
5836         * nnmairix.el: Upgrade to version 0.6.
5837         (nnmairix-group-toggle-propmarks-this-group)
5838         (nnmairix-group-toggle-readmarks-this-group)
5839         (nnmairix-group-delete-recreate-this-group)
5840         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
5841         (nnmairix-remove-tick-mark-original-article): New commands.
5842         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
5843         (nnmairix-propagate-marks-to-nnmairix-groups)
5844         (nnmairix-only-use-registry, nnmairix-allowfast-default)
5845         (nnmairix-marks-cache, nnmairix-version-output): New variables.
5846         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
5847         functions needed for marks propagation and manipulation of read marks.
5848         (nnmairix-update-groups): New function.
5849         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
5850         (nnmairix-determine-original-group-from-registry)
5851         (nnmairix-determine-original-group-from-path)
5852         (nnmairix-get-group-from-file-path, nnmairix-map-range)
5853         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
5854         New helper functions.
5855         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
5856         keystrokes for new commands.
5857         (nnmairix-delete-and-create-on-change): Doc string cleanup.
5858         (nnmairix-request-group): Check allow-fast group parameter.
5859         (nnmairix-request-create-group): Set allow-fast group parameter if
5860         nnmairix-allowfast-default is set.
5861         (nnmairix-close-group): Propagate marks upon closing if needed.
5862         (nnmairix-group-toggle-threads-this-group): Use new.
5863         nnmairix-group-toggle-parameter helper function.
5864         (nnmairix-search): Better check for empty search result.
5865         (nnmairix-goto-original-article): Use new helper functions for
5866         determining original article.
5867         (nnmairix-show-original-article): Make sure message-id is in brackets.
5868         (nnmairix-call-mairix-binary): Change variable name.
5869         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
5870         helper function.
5871         (nnmairix-widget-toggle-activate): Fix doc string.
5872
5873 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5874
5875         * nnir.el: Require edmacro when compiling with XEmacs.
5876         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
5877         available in Emacs 21.
5878
5879 2008-06-11  Glenn Morris  <rgm@gnu.org>
5880
5881         * gnus-util.el (x-focus-frame):
5882         * gnus.el (image-size):
5883         * mm-decode.el (image-size): Declare.
5884
5885         * gnus-picon.el (declare-function): Add compat definition.
5886         (image-size): Declare.
5887
5888         * gnus-group.el (tool-bar-map):
5889         * gnus-sum.el (tool-bar-map): Define for compiler.
5890
5891         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
5892
5893         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
5894
5895         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
5896         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
5897         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
5898         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
5899         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
5900         * sieve-manage.el, spam-report.el, spam.el:
5901         Remove unnecessary eval-and-compile of autoloads.
5902
5903 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
5904
5905         * auth-source.el: Precise Tramp doc.
5906
5907 2008-06-07  Glenn Morris  <rgm@gnu.org>
5908
5909         * nnmairix.el: Remove unnecessary eval-when-compile.
5910
5911 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5912
5913         * lpath.el: Fbind propertize for XEmacs 21.4.
5914
5915 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
5916
5917         * nnir.el: Move here from ../contrib.
5918
5919 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5920
5921         * gnus-util.el (gnus-read-shell-command): New function.
5922         * mm-decode.el (mm-pipe-part):
5923         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
5924
5925 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5926
5927         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
5928
5929 2008-06-03  Glenn Morris  <rgm@gnu.org>
5930
5931         * pop3.el (nnheader-accept-process-output): Autoload it.
5932
5933 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5934
5935         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
5936         are not 2-digit hexadecimal characters that follow `%'s.
5937
5938 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
5939
5940         * message.el (message-bogus-recipient-p): Fix type in doc string.
5941         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
5942         (message-bogus-addresses): Rename from message-bogus-address-regexp.
5943         Improve custom options.
5944         (message-bogus-recipient-p): Adjust accordingly.
5945
5946 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
5947
5948         * parse-time.el (parse-time-months, parse-time-weekdays): Add
5949         long-form month and day names.
5950
5951 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5952
5953         * dgnushack.el: Autoload debug, eudc-expand-inline and
5954         pgg-snarf-keys-region for XEmacs.
5955
5956         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
5957
5958         * nnmairix.el: Require edmacro when compiling with XEmacs.
5959
5960 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
5961
5962         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
5963         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
5964
5965 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5966
5967         * auth-source.el: Add more docs.
5968
5969         * netrc.el (netrc-machine): Always match if the port is not given.
5970
5971 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5972
5973         * nnheader.el (nnheader-read-timeout): Change the default timeout from
5974         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
5975         retrieval faster in some cases, but might make CPU usage larger.
5976         If this has any bad side effects, we might revert this change.
5977
5978         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
5979         seems to make mail retrieval much, much faster.
5980         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
5981         unconditionally.
5982
5983         * gnus-draft.el (gnus-group-send-queue):
5984         Bind message-send-mail-partially-limit to nil to avoid being prompted.
5985
5986 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
5987
5988         * mml.el (mml-attach-buffer): Prompt for `disposition'.
5989
5990         * message.el (message-bogus-address-regexp): Fix and improve custom
5991         type.
5992         (message-setup-hook): Add message-check-recipients as custom option.
5993
5994 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
5995
5996         * message.el (message-cite-function): Remove bogus autoload which crept
5997         in during merge from v5-10.
5998
5999 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
6000
6001         * nnimap.el (nnimap-open-connection): Fix login/password bug.
6002
6003         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
6004
6005         * auth-source.el: Preliminary Tramp docs.
6006         (auth-sources): Change the default auth-sources to use
6007         EPA .gpg files.
6008
6009 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6010
6011         * nntp.el: Autoload `auth-source-user-or-password'.
6012         (nntp-send-authinfo): Use it.
6013
6014         * nnimap.el: Autoload `auth-source-user-or-password'.
6015         (nnimap-open-connection): Use it.
6016
6017         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
6018         for the gnus-message function.
6019         (auth-source-user-or-password): Use it.
6020
6021 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6022
6023         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
6024         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
6025         (rfc2104-hash): Use it.
6026
6027 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
6028
6029         * gnus-art.el (gnus-article-toggle-truncate-lines):
6030         Don't use `iff' in docstring.
6031
6032 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
6033
6034         * gnus-registry.el: Adjusted copyright dates and added a keyword.
6035
6036         * gnus-util.el (gnus-extract-address-component-name)
6037         (gnus-extract-address-component-email): Convenience functions around
6038         `gnus-extract-address-components'.
6039
6040         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6041         Use `gnus-extract-address-component-email' to fix bug of comparing full
6042         sender name to `user-mail-address'.
6043
6044 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6045
6046         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
6047         catch/throw to optimize.
6048         (gnus-registry-find-keywords): Just use member to find a keyword.
6049
6050 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6051
6052         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
6053         is current before calling gnus-server-prepare.
6054         (gnus-server-setup-buffer, gnus-server-update-server)
6055         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
6056
6057 2008-05-04  Juri Linkov  <juri@jurta.org>
6058
6059         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
6060         (mailcap-file-default-commands): Use mailcap-replace-in-string
6061         instead of replace-regexp-in-string, and mailcap-delete-duplicates
6062         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
6063
6064 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
6065
6066         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
6067
6068 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6069
6070         * gnus.el: Bump version to 0.11.
6071
6072 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6073
6074         * gnus.el: No Gnus v0.10 is released.
6075
6076 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6077
6078         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
6079         hooks.
6080         (gnus-update-read-articles): Speed up non-marks-using users.
6081         (gnus-use-marks): Define gnus-use-marks.
6082         (gnus-propagate-marks): Rename variable to something more sensible.
6083
6084 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
6085
6086         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
6087         (gmm-image-load-path-for-library): Fix typos in docstrings.
6088         (gmm-message): Reflow docstring.
6089
6090 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
6091
6092         * mail-source.el (mail-source-set-1, mail-source-bind):
6093         Move auth-source code out of the macro to clean it up and fix bugs.
6094
6095 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
6096
6097         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
6098         by sender if it's equal to user-mail-address, it's likely to be
6099         useless.
6100
6101         * mail-source.el (mail-source-bind): Don't use user or password if they
6102         are not bound.  Unintern them if they are nil.  Don't use server unless
6103         it's bound, and default it to empty string otherwise.
6104
6105 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6106
6107         * mail-source.el: Load auth-source.el.
6108         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
6109         get user name or password, if auth-sources is set up.
6110
6111         * gnus-registry.el (gnus-registry-split-strategy): New variable for
6112         strategy of splitting with parent.
6113         (gnus-registry-split-fancy-with-parent)
6114         (gnus-registry-post-process-groups): Use it and fix prior
6115         bug (returning a list as the split result).
6116
6117         * auth-source.el (auth-sources): Remove server parameter.
6118         (auth-source-pick, auth-source-user-or-password)
6119         (auth-source-user-or-password-imap)
6120         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6121         (auth-source-user-or-password-sftp)
6122         (auth-source-user-or-password-smtp): Remove server parameter.
6123
6124 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
6125
6126         * smime.el (smime-sign-region, smime-encrypt-region)
6127         (smime-decrypt-region):
6128         Remove redundant calls to `generate-new-buffer-name'.
6129
6130 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
6131
6132         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
6133         Don't use QP for message/rfc822.
6134         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
6135
6136 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6137
6138         * sieve-manage.el (sieve-string-bytes): Remove.
6139         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
6140         correct byte-length only if the process's coding-system is the same as
6141         the one used internally by Emacs to represent strings.
6142
6143 2008-04-22  Juri Linkov  <juri@jurta.org>
6144
6145         * mailcap.el (mailcap-file-default-commands): New function.
6146
6147 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6148
6149         * message.el (message-signature-separator, message-cite-function):
6150         Change custom version.
6151
6152 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
6153
6154         * tls.el (tls-program): Add -ign_eof argument to call the openssl
6155         commands.
6156         (tls-checktrust): Ditto.
6157
6158 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6159
6160         * mm-decode.el (mm-display-external): Make temp file read-only.
6161
6162 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6163
6164         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
6165         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
6166         `C-c C-f d'.
6167
6168 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
6169
6170         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
6171
6172 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6173
6174         * gnus.el: Bump version to 0.9.
6175
6176 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
6177
6178         * gnus.el: No Gnus v0.8 is released.
6179
6180 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6181
6182         * mail-source.el (mail-source-value):
6183         Prefer fboundp to functionp so it works with macros as well.
6184
6185 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6186
6187         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6188         Fix last change in case the element is not even a symbol.
6189
6190 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6191
6192         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6193         Prefer fboundp to functionp so it works with macros as well.
6194
6195 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
6196
6197         * auth-source.el: Add docs.
6198         (auth-sources): Modify format to support server.
6199         (auth-source-pick, auth-source-user-or-password)
6200         (auth-source-user-or-password-imap)
6201         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6202         (auth-source-user-or-password-sftp)
6203         (auth-source-user-or-password-smtp): Add server parameter.
6204
6205 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
6206
6207         * gnus-registry.el: Initialize the registry when gnus-registry-install
6208         is t.
6209
6210 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6211
6212         * compface.el (uncompface): Make buffer unibyte.
6213
6214 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6215
6216         * mail-source.el (mail-source-value):
6217         Prefer fboundp to functionp so it works with macros as well.
6218
6219 2008-04-05  Glenn Morris  <rgm@gnu.org>
6220
6221         * gnus-ems.el (mm-disable-multibyte): Autoload it.
6222
6223 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6224
6225         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
6226         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
6227
6228         * nnheader.el (nnheader-init-server-buffer): Change buffer's
6229         multibyteness after rather than before erasing it.
6230
6231         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
6232         mm-with-multibyte.
6233         (gnus-request-article-this-buffer): Make sure the proper decoding is
6234         used if gnus-original-article-buffer happens to be unibyte.
6235
6236         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
6237         default-enable-multibyte-characters.
6238
6239         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
6240         default-enable-multibyte-characters.
6241
6242         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
6243
6244         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
6245
6246 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6247
6248         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6249         Fix last change in case the element is not even a symbol.
6250
6251 2008-04-02  Simon Josefsson  <simon@josefsson.org>
6252
6253         * imap.el (imap-enable-exchange-bug-workaround): New variable.
6254         (imap-message-copyuid-1): Use it.
6255         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
6256         J. Williams in
6257         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
6258
6259         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
6260         imap-enable-exchange-bug-workaround.
6261         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
6262
6263 2008-04-01  Simon Josefsson  <simon@josefsson.org>
6264
6265         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
6266         a 100 byte status-checks into a 2-3MB transfer for each group.
6267         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
6268         to enable bug workaround or not.
6269         (nnimap-find-minmax-uid): Only enable workaround conditionally.
6270
6271 2008-03-31  Glenn Morris  <rgm@gnu.org>
6272
6273         * message.el (mml2015-use): Declare for compiler.
6274         (message-info): Require mml2015 when appropriate.
6275
6276 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6277
6278         * Makefile.in (EMACS_COMP): Quote directory name that might contain
6279         whitespace.
6280
6281 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6282
6283         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
6284         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
6285         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
6286         (nntp-service-to-port): New function.
6287         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
6288         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
6289         (nntp-open-netcat-stream): New function.
6290         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
6291
6292 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
6293
6294         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
6295
6296 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6297
6298         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
6299
6300 2008-03-28  Magnus Henoch  <mange@freemail.hu>
6301
6302         * dns.el (dns-write): Use set-buffer-multibyte.
6303
6304 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
6305
6306         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
6307
6308 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6309
6310         * message.el (message-signature-separator): Change default.
6311         Improve custom type.
6312         (message-cite-function): Change default to
6313         message-cite-original-without-signature.
6314
6315         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
6316         toggle.
6317
6318         * message.el (message-check-news-body-syntax): Fix signature check.
6319         (message-setup-1): Mark buffer as unmodified _after_ running
6320         message-setup-hook and handling message-alternative-emails.
6321         (message-shorten-references): Be more strict when building list of
6322         valid references to comply with GNKSA.
6323
6324         * gnus-group.el (gnus-read-ephemeral-bug-group)
6325         (gnus-read-ephemeral-debian-bug-group)
6326         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
6327
6328         * message.el (message-info): Don't use booleanp which isn't supported
6329         in Emacs 21 and XEmacs.
6330
6331 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
6332
6333         * gnus-group.el (gnus-gmane-group-download-format): Rename from
6334         gnus-group-gmane-group-download-format.
6335         (gnus-group-read-ephemeral-gmane-group): Rename from
6336         gnus-group-read-ephemeral-gmane-group.
6337         (gnus-read-ephemeral-gmane-group-url): Rename from
6338         gnus-group-read-ephemeral-gmane-group-url.
6339         (gnus-bug-group-download-format-alist): New variable.
6340         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
6341         (gnus-read-ephemeral-emacs-bug-group): New commands.
6342
6343 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6344
6345         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
6346         (gnus-visible-headers): Improve custom type.
6347
6348 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6349
6350         * mml.el (mml-menu): Add workarounds for XEmacs.
6351
6352         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
6353         X-Boundary header.
6354
6355         * message.el (message-simplify-recipients): Fix previous commit.
6356
6357 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6358
6359         * mm-util.el (mm-set-buffer-multibyte): New function.
6360         * mm-decode.el (mm-copy-to-buffer): Use it.
6361
6362         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6363         Prefer fboundp to functionp so it works with macros as well.
6364
6365 2008-03-19  Glenn Morris  <rgm@gnu.org>
6366
6367         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
6368         Accidentally removed in the sync process with Emacs.
6369
6370 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
6371
6372         * message.el (message-alter-recipients-discard-bogus-full-name):
6373         New function.
6374         (message-alter-recipients-function): New variable.
6375         (message-get-reply-headers): Use it.
6376         (message-replace-header): New helper function.
6377         (message-recipients-without-full-name): New variable.
6378         (message-simplify-recipients): New command.
6379
6380         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
6381
6382         * message.el (message-info): Handle EasyPG manual.
6383
6384         * mml.el (mml-menu): Add entry for EasyPG.
6385
6386 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
6387
6388         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
6389         parameter.
6390
6391         * message.el (message-disassociate-draft): Specify drafts group name
6392         fully.
6393
6394 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
6395
6396         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6397         Eliminate unnecessary duplicates from the match list.
6398
6399 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6400
6401         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
6402
6403         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
6404
6405         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
6406         args of `how-many' of which the XEmacs version doesn't take; declare
6407         Info-index-next as function.
6408
6409 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6410
6411         * gnus-score.el (gnus-score-headers): Fix handling of
6412         gnus-inhibit-slow-scoring.
6413
6414         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
6415         string.
6416         (gnus-button-url-regexp): Improve handling of parenthesis.
6417         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
6418         (gnus-button-handle-info-keystrokes): Handle index entries.
6419
6420 2008-03-15  Glenn Morris  <rgm@gnu.org>
6421
6422         * parse-time.el (parse-time-string): Simplify.
6423
6424 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6425
6426         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
6427         Incoming* files.
6428
6429 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6430
6431         * auth-source.el (auth-sources): Rename from auth-source-choices.
6432         (auth-source-pick): Use it.
6433
6434 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6435
6436         * binhex.el (binhex-decode-region-internal):
6437         * uudecode.el (uudecode-decode-region-internal):
6438         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
6439         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
6440         setting default-enable-multibyte-characters.
6441
6442 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6443
6444         * auth-source.el (auth-source-protocols)
6445         (auth-source-protocols-customize, auth-source-choices): Add and
6446         modified variable customizations and defaults.
6447         (auth-source-pick, auth-source-user-or-password)
6448         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6449         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6450         (auth-source-user-or-password-sftp)
6451         (auth-source-user-or-password-smtp): Use new variables and provide an
6452         interface to netrc.el.
6453
6454 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6455
6456         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
6457         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
6458         Make sure the nntp port to specify is a string.
6459
6460 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6461
6462         * nntp.el: Use with-current-buffer.
6463         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
6464         dubious mm-with-unibyte-current-buffer.
6465         (nntp-with-open-group-function): New function extracted from
6466         nntp-with-open-group macro.
6467         (nntp-with-open-group): Use the function, so it's easier to debug.
6468         Add indentation and debugging info.
6469         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
6470         Recommend the use of the netcat alternatives.
6471
6472         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
6473         Avoid mm-string-as-multibyte as well.
6474
6475         * nnweb.el (nnweb-insert-html):
6476         Remove use of nnheader-string-as-multibyte.
6477
6478         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
6479         (nnheader-string-as-multibyte): Remove.
6480
6481         * mm-view.el: Use inhibit-read-only.
6482         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
6483         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
6484         or unibyte-string.
6485
6486         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
6487         (mm-uu-yenc-extract): Use with-current-buffer.
6488
6489         * gnus-soup.el (gnus-soup-send-packet): Don't use
6490         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
6491
6492         * nnmh.el: Use with-current-buffer.
6493         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
6494         mm-string-as-multibyte on the output of mm-encode-coding-string.
6495
6496         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
6497         (nnimap-request-move-article): Use with-current-buffer.
6498
6499         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
6500         inserting the handle-buffer's text, so the implicit multibyte->unibyte
6501         conversion uses string-make-unibyte rather than string-as-unibyte.
6502
6503         * gnus-msg.el: Use with-current-buffer.
6504
6505         * message.el (message-ignored-resent-headers): Add "Delivered-To".
6506
6507 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
6508
6509         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
6510         string for caching if it is 'PIN.
6511
6512 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6513
6514         * lpath.el: Consider the case without Emacs/W3.
6515
6516 2008-03-08  Glenn Morris  <rgm@gnu.org>
6517
6518         * time-date.el (date-to-time, time-subtract, time-add)
6519         (safe-date-to-time): Doc fixes.
6520
6521 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
6522
6523         * mail-source.el (mail-source-delete-old-incoming-confirm):
6524         Change default to nil.
6525         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
6526
6527 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6528
6529         * lpath.el: Rearrange.
6530
6531         * gnus-art.el (gnus-narrow-to-page): Position point properly.
6532         (gnus-article-goto-prev-page): Work for articles having ^L's.
6533
6534         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
6535
6536         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
6537
6538 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
6539
6540         * gnus-bookmark.el: Adjust for renames in bookmark.el.
6541         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
6542         (gnus-bookmark-jump): Adjust some variable names.
6543
6544 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
6545
6546         * auth-source.el: New package.
6547         (auth-source-choices): Add customization entry point variable.
6548
6549         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
6550         bug.
6551
6552 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
6553
6554         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
6555         (gnus-registry-initialize, gnus-registry-install-p): Use it.
6556         (gnus-registry-install-shortcuts): Rename from
6557         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
6558         the `gnus-registry-mark-map' keymap dynamically from
6559         `gnus-registry-marks'.  The generated functions update the summary line
6560         when a registry mark is added or deleted, and will call
6561         `gnus-registry-install-p' (see the comments in the code).
6562         (gnus-registry-user-format-function-M): Use concat intelligently.
6563
6564         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
6565         the registry mark functions.
6566
6567 2008-03-05  Glenn Morris  <rgm@gnu.org>
6568
6569         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
6570         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
6571         gnus-art.
6572         (top-level): No need to load own source when compiling.
6573
6574 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6575
6576         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
6577         Suggested by <chris.anderton@zetnet.co.uk>.
6578
6579 2008-03-04  Glenn Morris  <rgm@gnu.org>
6580
6581         * gnus-sum.el (top-level): No need to require gnus when compiling,
6582         since unconditionally required near start of file.
6583         (gnus-summary-display-while-building): Move definition before use.
6584
6585 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
6586
6587         * gnus-registry.el (gnus-registry-user-format-function-M):
6588         Add formatting function.
6589
6590 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6591
6592         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
6593         with plists.
6594         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
6595         Use new format.
6596
6597 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6598
6599         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
6600         `where-is-internal' that returns a range of key sequences.
6601
6602 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6603
6604         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
6605
6606         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
6607         (gnus-summary-jump-to-group): Consider windows on other displayed
6608         frames as well.  Similar changes might be needed elsewhere, but that's
6609         the one I've bumped into during my use.
6610
6611         * nndoc.el (nndoc-oe-dbx-type-p):
6612         * gnus-msg.el (gnus-debug):
6613         * gnus-group.el (gnus-update-group-mark-positions):
6614         Use mm-string-to-multibyte.
6615
6616 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6617
6618         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
6619         doesn't handle NotDashEscaped.
6620
6621         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
6622         (mml-dnd-attach-options): Fix typo in custom choice.
6623
6624         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
6625         Change nndoc-article-type to mbox.
6626         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
6627
6628         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
6629         to nil, instead of html2text.
6630
6631         * imap.el (imap-debug): Add `imap-ping-server'.
6632
6633         * gnus-bookmark.el: Add FIXMEs.
6634
6635         * message.el (message-form-letter-separator)
6636         (message-send-form-letter-delay): New variables.
6637         (message-send-form-letter): Use them.  New command to send form
6638         letters.  Requested by Uwe Siart.
6639         (message-send-mail-function): Doc fix.  Add "Other" custom option.
6640
6641 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6642
6643         * Update copyright years.
6644
6645 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6646
6647         Sync from EMACS_22_BASE.
6648
6649         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
6650
6651 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
6652
6653         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
6654         empty author.
6655
6656 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
6657
6658         * gnus-registry.el (gnus-registry-marks): Add variable for
6659         customization of marks and their appearance.
6660         (gnus-registry-read-mark): Use it.
6661         (gnus-registry-do-marks): Add utility function to loop through
6662         `gnus-registry-marks'.
6663         (gnus-registry-install-shortcuts-and-menus): Add function to install
6664         shortcuts and menus.
6665         (gnus-registry-initialize): Use it.
6666         (gnus-registry-default-mark): Clarify documentation.
6667
6668 2008-02-29  Glenn Morris  <rgm@gnu.org>
6669
6670         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
6671         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
6672         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
6673         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
6674         Change defcustom :version from 23.0 to 23.1.
6675
6676 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
6677
6678         * gnus-registry.el (gnus-registry-follow-group-p)
6679         (gnus-registry-post-process-groups): Add functions to aid registry
6680         splitting and improve logging.  Clarify behavior in function
6681         documentation.
6682         (gnus-registry-split-fancy-with-parent): Use them.
6683
6684 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6685
6686         * gnus-art.el: Use with-current-buffer.
6687
6688 2008-02-27  David Engster  <dengste@eml.cc>
6689
6690         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
6691         Express real group name in the response.
6692
6693 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6694
6695         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
6696         (nnmairix-last-server, nnmairix-current-server): Defvar them.
6697         (nnmairix-goto-original-article): Defvar gnus-registry-install and
6698         autoload gnus-registry-fetch-group when compiling.
6699         (nnmairix-request-group-with-article-number-correction):
6700         Remove unreferenced argument passed to nnmairix-call-backend.
6701
6702 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
6703
6704         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
6705         (mm-uu-extract): Improve face for low color ttys.
6706         Reported by Sascha Wilde.
6707
6708 2008-02-27  Glenn Morris  <rgm@gnu.org>
6709
6710         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
6711         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
6712         variables to defconsts.  Convert comments to doc-strings.
6713         (nnmairix-last-server, nnmairix-current-server): Convert from free
6714         variables to defvars.  Convert comments to doc-strings.
6715         (gnus-registry-fetch-group): Autoload.
6716         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
6717         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
6718         (nnmairix-widget-build-editable-fields): Use car cddr rather than
6719         caddr.
6720         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
6721         nnmairix-request-group-with-article-number-correction call.
6722         (nnmairix-fast, nnmairix-group): New, less general names, for free
6723         variables passed from nnmairix-request-group to
6724         nnmairix-request-group-with-article-number-correction.  Declare.
6725         (nnmairix-request-group-with-article-number-correction):
6726         Use nnmairix-fast, nnmairix-group rather than fast, group.
6727
6728 2008-02-26  David Engster  <dengste@eml.cc>
6729
6730         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
6731         version 0.5.
6732
6733 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
6734
6735         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
6736         instead of making an extra function call.  Don't add the current group
6737         to articles only when they have the group.  Use
6738         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
6739         Reported by David <de_bb@arcor.de>.
6740
6741 2008-02-24  Miles Bader  <miles@gnu.org>
6742
6743         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
6744         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
6745         (mm-find-mime-charset-region):
6746         * mm-bodies.el (mm-encode-body):
6747         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
6748
6749 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6750
6751         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
6752         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
6753
6754 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
6755
6756         * mail-source.el (mail-source-delete-incoming): Change default.
6757         Supplement doc string.
6758
6759         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
6760
6761 2008-02-14  Glenn Morris  <rgm@gnu.org>
6762
6763         * time-date.el (format-seconds): New function.
6764
6765 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6766
6767         * nnmail.el (nnmail-message-id-cache-file): Derive from
6768         `gnus-home-directory'.
6769
6770 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
6771
6772         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
6773         Document negative prefix.
6774
6775         * gnus-group.el (gnus-group-read-group): Document negative prefix.
6776
6777 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6778
6779         * message.el (message-unsent-separator): Add the Exim bounce
6780         separator.
6781
6782 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
6783
6784         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
6785         list.
6786         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
6787         recipient/signer list.
6788
6789 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6790
6791         * Makefile.in (datarootdir): Define.
6792         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
6793         name that might contain whitespace.
6794
6795 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
6796
6797         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
6798         fbound (Emacs 23 unicode), signal an error.
6799
6800 2008-02-08  Glenn Morris  <rgm@gnu.org>
6801
6802         * gnus-art.el (pgg-display-output-buffer): Declare as function.
6803
6804 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
6805
6806         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
6807         ports to the calls to `netrc-machine-user-or-password' in addition to
6808         "imap" and "imaps".
6809
6810 2008-02-01  Zhang Wei  <id.brep@gmail.com>
6811
6812         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
6813
6814         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
6815
6816 2008-02-01  Kenichi Handa  <handa@m17n.org>
6817
6818         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
6819         rfc2104-hexstring-to-bitstring and changed to return a byte list.
6820         (rfc2104-hash): Convert the result of concat to unibyte string.
6821
6822 2008-02-01  Dave Love  <fx@gnu.org>
6823
6824         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
6825         coding-system-for-read.
6826         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
6827
6828 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
6829
6830         * gnus.el (gnus-group-startup-message): Add `find-image' call before
6831         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
6832         <hanche@math.ntnu.no>.
6833
6834 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6835
6836         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
6837
6838         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6839
6840 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
6841
6842         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
6843         * message.el (message-beginning-of-line): Use featurep instead of bound
6844         tests in order to resolve conditionals at compile time.
6845
6846 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
6847
6848         * mail-source.el (mail-sources): Add `group' choice.
6849
6850         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
6851         parameter `in-group' to control into which group the articles go.
6852         Add treatment of `group' mail-source.
6853
6854 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6855
6856         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
6857
6858         * mm-decode.el (mm-dissect-buffer): Decode description.
6859
6860         * mml.el (mml-to-mime): Encode message header first.
6861
6862 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6863
6864         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
6865         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
6866
6867         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
6868         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
6869
6870 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
6871
6872         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
6873
6874 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6875
6876         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
6877         prefix keys.
6878         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
6879         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
6880         gnus-xmas.el.
6881
6882         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
6883         (gnus-xmas-article-describe-bindings): New function.
6884         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
6885         gnus-xmas-article-describe-bindings.
6886
6887         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
6888
6889 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6890
6891         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
6892         Add new variables for article mark management.
6893         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
6894         list of extra data entries which, when present, will indicate that the
6895         article ID should not be trimmed from the registry.
6896         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
6897         functions.
6898         (gnus-registry-read-mark): New function to read a mark name from the
6899         user.
6900         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
6901         (gnus-registry-set-article-mark-internal): New functions to add and
6902         remove marks.
6903         (gnus-registry-get-article-marks): New function to show the marks for
6904         an article, or retrieve them for further use.
6905
6906 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6907
6908         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
6909         keys when no argument is given.
6910
6911 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6912
6913         * imap.el (imap-ping-server): New variable.
6914         (imap-opened): On add extra ping if imap-ping-server is non-nil.
6915         (imap-ping-server): Minor doc string fixes.
6916
6917 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6918
6919         * imap.el (imap-ping-server): New function.
6920         (imap-opened): Call imap-ping-server.
6921
6922 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
6923
6924         * gnus-sum.el (gnus-article-sort-by-random)
6925         (gnus-thread-sort-by-random): Fix doc strings.
6926         Reported by jidanni@jidanni.org.
6927
6928 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6929
6930         * gnus-art.el (gnus-article-describe-bindings): New function.
6931         (gnus-article-read-summary-keys): Use it.
6932         (gnus-article-mode-map): Bind `C-h b' to it.
6933
6934 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6935
6936         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
6937         XEmacs.
6938         (gnus-article-describe-key, gnus-article-describe-key-briefly):
6939         Protect against non-character events.
6940
6941         * lpath.el: Fbind map-keymap for Emacs 21.
6942
6943 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
6944
6945         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
6946         New command.
6947         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
6948         instead of END.  Change name of the temp file.
6949         (gnus-group-gmane-group-download-format): Add doc string.  Make it
6950         customizable.
6951
6952 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6953
6954         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
6955         bind `S W' to gnus-article-wide-reply-with-original; set default
6956         binding to gnus-article-read-summary-send-keys.
6957         (gnus-article-read-summary-keys): Fix the order of keys; display
6958         continuation keys correctly in the echo area; describe bindings
6959         correctly when keys end with `C-h'.
6960         (gnus-article-read-summary-send-keys): New function.
6961         (gnus-article-describe-key, gnus-article-describe-key-briefly):
6962         Work for gnus-article-read-summary-send-keys; display continuation keys
6963         correctly in the echo area.
6964         (gnus-article-reply-with-original): Ignore prefix argument.
6965         (gnus-article-wide-reply-with-original): New function.
6966
6967         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
6968         Emacs 21.
6969
6970 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6971
6972         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
6973         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
6974
6975 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
6976
6977         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
6978         (gnus-group-read-ephemeral-gmane-group): New command.
6979
6980 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
6981
6982         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
6983
6984 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6985
6986         * message.el (message-send-mail-function): Increase custom version.
6987
6988         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
6989         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
6990
6991 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
6992
6993         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
6994         for the cases where imap-authenticate is called with a nil buffer
6995         parameter.
6996
6997 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6998
6999         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
7000         html parts correctly; support forwarded messages.
7001         (gnus-article-browse-html-article): Remove work buffers.
7002
7003         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
7004         compiling.
7005         (netrc-bound-and-true-p): New macro.
7006         (netrc-parse): Use it instead of bound-and-true-p that is not available
7007         in XEmacs 21.4.
7008
7009 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
7010
7011         * gnus-registry.el (gnus-registry-mark-article)
7012         (gnus-registry-article-marks): Add functionality to mark articles
7013         through the Gnus registry.
7014
7015         * encrypt.el: Clarify documentation for the new pgg method.
7016         (encrypt-file-alist): Add PGG option.
7017         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
7018         functionality.  Abstract password key and messaging to external
7019         functions.
7020         (encrypt-password-key, encrypt-get-passphrase-if-needed)
7021         (encrypt-message-method-and-cipher): Add new convenience external
7022         functions.
7023         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
7024         (encrypt-pgg-process-buffer): Add PGG functionality glue.
7025
7026         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
7027         (netrc-parse): Use encrypt-file-alist to determine if
7028         encrypt-find-model or encrypt-insert-file-contents should be used.
7029
7030         * encrypt.el: Clarify documentation.  Load password-cache or
7031         password, whichever one is found first, instead of autoloading.
7032
7033 2007-12-19  Glenn Morris  <rgm@gnu.org>
7034
7035         * mml.el (message-options-set, message-narrow-to-head)
7036         (message-in-body-p, message-mail-p, message-encode-message-body):
7037         Autoload.
7038         (message-remove-header, message-narrow-to-headers-or-head)
7039         (message-subscribed-p, message-make-mail-followup-to)
7040         (message-position-on-field, message-news-p)
7041         (message-options-set-recipient, message-generate-headers)
7042         (message-sort-headers): Declare as functions.
7043
7044 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7045
7046         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
7047         convention in doc string.
7048
7049 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7050
7051         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
7052         title to html parts.
7053         (gnus-article-browse-html-article): Pass message header to it.
7054
7055         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
7056
7057 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
7058
7059         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
7060         or password compatible with XEmacs.
7061
7062 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7063
7064         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
7065         format document.
7066         (gnus-mime-delete-part): Don't write description line if empty.
7067         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
7068
7069 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
7070
7071         * gnus-sum.el (gnus-summary-mark-unread-as-read)
7072         (gnus-summary-mark-read-and-unread-as-read)
7073         (gnus-summary-mark-current-read-and-unread-as-read)
7074         (gnus-summary-mark-unread-as-ticked): Doc fix.
7075         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
7076
7077 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7078
7079         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
7080         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7081
7082 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7083
7084         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
7085         yes-or-no-p.
7086
7087 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7088
7089         * mm-decode.el (mm-add-meta-html-tag): New function.
7090         (mm-save-part-to-file, mm-pipe-part): Use it.
7091
7092         * gnus-art.el (gnus-article-browse-delete-temp-files):
7093         Use gnus-y-or-n-p instead of y-or-n-p.
7094         (gnus-article-browse-html-parts): Work with message/external-body; use
7095         mm-add-meta-html-tag.
7096
7097 2007-12-11  Glenn Morris  <rgm@gnu.org>
7098
7099         * gnus-cache.el: Require gnus-sum not just when compiling.
7100
7101         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
7102
7103         * gnus-int.el (gnus-server-opened, gnus-status-message):
7104         Move definitions before use.
7105
7106         * mm-decode.el: Require gnus-util.
7107         (mm-remove-part): Only call delete-annotation on XEmacs.
7108
7109         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
7110
7111         * nnmail.el: Require gnus-int.
7112
7113         * spam.el: Move `require's before `eval-when-compile's.
7114
7115         * gnus-ems.el (gnus-alive-p):
7116         * gnus-fun.el (message-goto-eoh):
7117         * gnus-util.el (gnus-group-name-decode):
7118         * mail-source.el (gnus-compress-sequence):
7119         * message.el (Info-goto-node, format-spec):
7120         * mm-bodies.el (message-options-get):
7121         * mm-decode.el (mm-view-pkcs7):
7122         * mm-util.el (gmm-write-region):
7123         * mml-smime.el (mml-compute-boundary)
7124         (gnus-completing-read-with-default):
7125         * mml.el (widget-button-press, gnus-make-hashtable):
7126         * mml1991.el (mm-decode-content-transfer-encoding)
7127         (mm-encode-content-transfer-encoding)
7128         (message-options-get, message-options-set):
7129         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
7130         * nnfolder.el (gnus-request-group):
7131         * nnheader.el (ietf-drums-unfold-fws):
7132         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
7133         * smime.el (gnus-run-mode-hooks):
7134         * spam-stat.el (gnus-message): Autoload.
7135
7136         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
7137         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
7138         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
7139         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
7140         Add declare-function compatibility definition.
7141
7142         * gnus-cache.el (nnvirtual-find-group-art):
7143         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
7144         (gnus-add-image, gnus-add-wash-type):
7145         * gnus-group.el (nnkiboze-score-file):
7146         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
7147         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
7148         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
7149         (message-tokenize-header, gnus-get-buffer-create)
7150         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
7151         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
7152         * gnus.el (gnus-group-decoded-name):
7153         * mail-source.el (imap-capability):
7154         * mm-bodies.el (message-options-set):
7155         * mm-decode.el (gnus-configure-windows):
7156         * mm-extern.el (message-goto-body):
7157         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
7158         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
7159         (epg-sub-key-validity, message-options-set):
7160         * mml.el (widget-event-point, gnus-configure-windows):
7161         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
7162         * mml2015.el (epg-check-configuration, epg-configuration)
7163         (message-options-set):
7164         * nndb.el (nndb-request-article):
7165         * nnfolder.el (gnus-request-create-group):
7166         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
7167         * nnmaildir.el (gnus-group-mark-article-read):
7168         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
7169         * rfc1843.el (message-fetch-field):
7170         * spam.el (gnus-extract-address-components):
7171         Declare as functions.
7172
7173 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7174
7175         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
7176
7177         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
7178
7179         * lpath.el: Fbind run-mode-hooks for Emacs 21;
7180         bind show-trailing-whitespace for XEmacs.
7181
7182 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7183
7184         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
7185         new no-op macro for backward compatibility.
7186
7187         * imap.el (imap-string-to-integer): New function.
7188
7189 2007-12-09  Glenn Morris  <rgm@gnu.org>
7190
7191         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
7192
7193         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
7194         * message.el, mm-view.el, sieve-manage.el, smime.el:
7195         Add declare-function compatibility definition.
7196
7197         * gnus-art.el (w3-region, w3m-region, Info-menu):
7198         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
7199         * gnus-sum.el (gnus-get-predicate):
7200         * gnus-util.el (mm-append-to-file, w32-focus-frame):
7201         * message.el (mail-abbrev-in-expansion-header-p):
7202         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
7203         (w3m-detect-meta-charset, w3m-region):
7204         * sieve-manage.el (password-read, password-cache-add)
7205         (password-cache-remove):
7206         * smime.el (password-read-and-add): Declare as functions.
7207
7208 2007-12-08  David Kastrup  <dak@gnu.org>
7209
7210         * gnus-sum.el (gnus-summary-simplify-subject-query):
7211         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
7212         `message'.
7213
7214 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7215
7216         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
7217         it to bind idna-program, installation-directory, defined-colors, and
7218         face-attribute for XEmacs of the version that compiles defcustom forms.
7219
7220 2007-12-07  Glenn Morris  <rgm@gnu.org>
7221
7222         * gnus-art.el (article-make-date-line): Revert previous change.
7223
7224 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7225
7226         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
7227
7228 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
7229
7230         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
7231         Call gnus-add-to-range ranges only once with a prepared article-list.
7232
7233 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
7234
7235         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
7236         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
7237         group names with backslashes.
7238         Reported by Tassilo Horn <tassilo@member.fsf.org>.
7239
7240 2007-12-06  Deepak Goel  <deego3@gmail.com>
7241
7242         * gnus-art.el (article-make-date-line):
7243         * gnus-start.el (gnus-load):
7244         * pop3.el (pop3-read-response): Fix buggy call to `error'.
7245
7246 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7247
7248         * gnus-art.el (gnus-use-idna)
7249         * gnus-start.el (gnus-site-init-file)
7250         * message.el (message-use-idna)
7251         * mm-uu.el (mm-uu-hide-markers)
7252         * smiley.el (smiley-style): Revert changes that suppress warnings.
7253
7254 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7255
7256         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
7257         specify charset to html source.
7258         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7259
7260 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7261
7262         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
7263         idna-program in order to suppress byte compile warning issued by XEmacs
7264         that came to byte compile the default value section of defcustom forms
7265         recently.
7266
7267         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
7268         value of installation-directory.
7269
7270         * message.el (message-use-idna): Don't directly refer to the value of
7271         idna-program.
7272
7273         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
7274
7275         * smiley.el (smiley-style): Don't directly call face-attribute.
7276
7277 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
7278
7279         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
7280
7281         * gnus-dired.el: Reduce Gnus dependencies.
7282         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
7283         Don't require.  Use autoloads instead.
7284         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
7285         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
7286         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
7287         (gnus-dired-mode): Adjust doc string.
7288         (gnus-dired-mail-mode): New variable.
7289         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
7290         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
7291         (gnus-dired-mail-buffers): New function.  Return mail or message
7292         composition buffers.
7293         (gnus-dired-attach): Use it.
7294         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
7295         NO-DECODE.
7296         (gnus-dired-print): Use `gnus-print-buffer' depending on
7297         `gnus-dired-mail-mode'.
7298
7299 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7300
7301         * rfc2047.el (rfc2047-encoded-word-regexp)
7302         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
7303         explaining what regexp patterns are for.
7304
7305 2007-12-04  Glenn Morris  <rgm@gnu.org>
7306
7307         * password.el: Move to password-cache.el.
7308
7309         * mml1991.el (password-read, password-cache-add, password-cache-remove):
7310         * mml2015.el (password-read, password-cache-add, password-cache-remove):
7311         * mml-smime.el (password-read, password-cache-add)
7312         (password-cache-remove):
7313         No need to autoload, since mml-sec requires password.
7314
7315         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
7316         * message.el (gnus-extract-address-components):
7317         * mml-smime.el (gnus-extract-address-components): Define for compiler.
7318
7319         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
7320         password.
7321
7322 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7323
7324         * mailcap.el: Reduce dependencies.
7325         (mail-header-parse-content-type): Autoload.
7326         (mailcap-delete-duplicates): New alias.
7327         (mailcap-mime-info): Add optional argument NO-DECODE.
7328         (mailcap-mime-types): Use mailcap-delete-duplicates.
7329
7330         * message.el (message-ignored-supersedes-headers): Add "X-ID".
7331
7332 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
7333
7334         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
7335         (imap-parse-status): Upcase status-att for servers that sends them
7336         lower-case (e.g., MS Exchange 2007).
7337
7338 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7339
7340         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
7341         function.
7342
7343         * gnus-uu.el (gnus-uu-decode-yenc): New command.
7344         (gnus-uu-yenc-article): New function.
7345
7346         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
7347
7348         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
7349
7350 2007-12-02  Glenn Morris  <rgm@gnu.org>
7351
7352         * binhex.el (binhex): New custom group.
7353         (binhex-decoder-program, binhex-decoder-switches)
7354         (binhex-use-external): Move to the binhex custom group.
7355
7356         * uudecode.el (uudecode): New custom group.
7357         (uudecode-decoder-program, uudecode-decoder-switches)
7358         (uudecode-use-external): Move to the uudecode custom group.
7359
7360         * netrc.el (top-level): Don't load `encrypt' features.
7361         (netrc-parse): Don't use encrypt.
7362         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
7363
7364         * encrypt.el: Remove file.
7365
7366 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
7367
7368         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
7369         matches on patches.
7370
7371         * gnus-art.el (gnus-article-browse-html-article):
7372         Mention `mm-text-html-renderer' in the doc string.
7373
7374         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
7375         string.  Add comments.
7376
7377         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
7378         if rhs is ASCII.
7379
7380 2007-12-01  Glenn Morris  <rgm@gnu.org>
7381
7382         * mail-source.el (top-level): Require format-spec before
7383         eval-when-compile.
7384
7385 2007-11-30  Glenn Morris  <rgm@gnu.org>
7386
7387         * encrypt.el: Require password, rather than autoloading password-read.
7388
7389 2007-11-29  Glenn Morris  <rgm@gnu.org>
7390
7391         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
7392         (sasl-make-client, sasl-next-step, sasl-step-data)
7393         (sasl-step-set-data): Declare as functions.
7394
7395 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
7396
7397         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
7398
7399 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
7400
7401         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
7402         certs should be verified and what is to be done in the event of a
7403         verification failure.
7404
7405         * gnus.el (gnus-method-to-server): Add an optional parameter so the
7406         caller can indicate whether the cache should be disregarded for this
7407         call.  This way the result of the call is reproducible at all times and
7408         can be considered a canonical server name for the supplied method.
7409         (gnus-agent-method-p): Canonicalize server names by pushing their
7410         method through `gnus-method-to-server' using the no-cache argument.
7411
7412         * gnus-srvr.el (gnus-server-insert-server-line):
7413         Call `gnus-method-to-server' with `no-cache' argument.
7414
7415         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
7416         gnus-agent-possibly-synchronize-flags as this should be called when the
7417         server is actually being opened.
7418         (gnus-agent-possibly-synchronize-flags)
7419         (gnus-agent-possibly-synchronize-flags-server): Move check for the
7420         flags file of an agentized server to the latter function.
7421
7422         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
7423         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
7424         after a connection has been established successfully.
7425
7426 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7427
7428         * gnus-art.el (article-display-face): Force to display face if called
7429         interactively; check if gnus-article-x-face-too-ugly matches author.
7430         (article-display-x-face): Display face even if From header is missing
7431         as article-display-face does.
7432
7433 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
7434
7435         * hashcash.el (message-narrow-to-headers-or-head)
7436         (message-fetch-field, message-goto-eoh)
7437         (message-narrow-to-headers): Declare as functions.
7438
7439 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
7440
7441         * mail-source.el (mail-sources): Default to fetch from file for
7442         compatibility with default of nnmail-spool-file.
7443
7444 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7445
7446         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
7447         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
7448         to look for encoded word that should be encoded again.
7449         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
7450         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
7451         encoding pattern.
7452         (rfc2047-decode-region): Switch strict regexp and loose one according
7453         to rfc2047-allow-irregular-q-encoded-words.
7454
7455 2007-11-25  Romain Francoise  <romain@orebokech.com>
7456
7457         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
7458
7459 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7460
7461         * tls.el (tls-program): Provide more custom choices from
7462         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
7463         (tls-process-connection-type, tls-success): Remove "*" in doc string.
7464
7465 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7466
7467         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
7468         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
7469
7470         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
7471         `nnmail-spool-file'.
7472
7473         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
7474         `nnmail-spool-file'.
7475
7476         * gnus-move.el (gnus-change-server): Ditto.
7477
7478         * gnus-kill.el (gnus-batch-score): Ditto.
7479
7480         * gnus-cache.el (gnus-jog-cache): Ditto.
7481
7482         * gnus-msg.el (gnus-summary-reply):
7483         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
7484
7485 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7486
7487         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
7488         version.  Minor improvement to doc strings.
7489         (tls-program): Add comment.
7490
7491 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
7492
7493         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
7494         (tls-checktrust): New variable.  Check if GNU TLS complained about a
7495         mismatch between the hostname provided in the certificate and the name
7496         of the host connnecting to.
7497         (open-tls-stream): Use them.  Check certificates against trusted root
7498         certificates.
7499
7500 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7501
7502         * gnus-cache.el (gnus-cache-generate-nov-databases):
7503         Use nnml-generate-nov-databases-directory instead of
7504         nnml-generate-nov-databases-1.
7505
7506 2007-11-24  Glenn Morris  <rgm@gnu.org>
7507
7508         * message.el (message-tool-bar-retro): Update for rename
7509         mail_send.xpm->mail-send.xpm.
7510
7511 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
7512
7513         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7514         `smime-ldap-search' for Emacs 22 and up.
7515
7516 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7517
7518         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
7519
7520         * message.el (message-send-mail-function): Fix error convention.
7521         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
7522         (message-widen-reply, message-send-mail, message-talkative-question)
7523         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
7524         (message-clone-locals, message-send-news): Use with-current-buffer.
7525         (message-insert-or-toggle-importance): Remove unused var `valid'.
7526         (message-make-references): Remove unused var `new-references'.
7527         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
7528
7529 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
7530
7531         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
7532         (spam-split-symbolic-return-positive): Reflow docstring.
7533         (spam-backends, spam-summary-exit-behavior)
7534         (spam-mark-ham-unread-before-move-from-spam-group)
7535         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
7536         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
7537         (spam-clear-cache, spam-backend-check, spam-install-backend)
7538         (spam-install-statistical-backend, spam-list-of-processors)
7539         (spam-group-processor-p, spam-split, spam-bogofilter-score)
7540         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
7541         (spam-check-crm114, spam-initialize, spam-unload-hook):
7542         Fix typos in docstrings.
7543
7544 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7545
7546         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
7547         been checked if they have never been read and those group levels are
7548         higher than the one that a user specified.
7549
7550 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7551
7552         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
7553         foreign groups unless a group level is specified by a user.
7554         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
7555
7556 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
7557
7558         * message.el (message-send-mail-function): Require sendmail.
7559
7560 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
7561
7562         * message.el (message-send-mail-function): Check for smtpmail too.
7563
7564         * utf7.el (utf7-encode, utf7-decode): Use coding system
7565         `utf-7'/`utf-7-imap' from utf-7.el' if available.
7566
7567         * message.el (message-send-mail-function): New function.
7568         (message-send-mail-function): Set default using
7569         message-send-mail-function.  Adjust doc string.
7570         (message-send-mail-with-mailclient): New function.
7571
7572 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
7573
7574         * smime.el (from):
7575         * rfc2047.el (message-posting-charset):
7576         * qp.el (mm-use-ultra-safe-encoding):
7577         * pop3.el (parse-time-months):
7578         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
7579         * nnml.el (files):
7580         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
7581         (jka-compr-compression-info-list, ange-ftp-path-format)
7582         (efs-path-regexp):
7583         * nndiary.el (files):
7584         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
7585         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
7586         (epg-digest-algorithm-alist, inhibit-redisplay)
7587         (password-cache-expiry):
7588         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
7589         (pgg-output-buffer, password-cache-expiry):
7590         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
7591         (efs-path-regexp):
7592         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
7593         (inhibit-redisplay):
7594         * mm-uu.el (file-name, start-point, end-point, entry)
7595         (gnus-newsgroup-name, gnus-newsgroup-charset):
7596         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
7597         (latin-unity-ucs-list):
7598         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
7599         (mm-uu-binhex-decode-function):
7600         * message.el (gnus-message-group-art, gnus-list-identifiers)
7601         (rmail-enable-mime-composing, gnus-local-organization)
7602         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
7603         (gnus-read-active-file, facemenu-add-face-function)
7604         (facemenu-remove-face-function, gnus-article-decoded-p)
7605         (tool-bar-mode):
7606         * mail-source.el (display-time-mail-function):
7607         * gnus-util.el (nnmail-pathname-coding-system)
7608         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
7609         (gnus-original-article-buffer, gnus-user-agent)
7610         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
7611         (xemacs-codename, sxemacs-codename, emacs-program-version):
7612         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
7613         * gnus-start.el (gnus-agent-covered-methods)
7614         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
7615         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
7616         (gnus-newsgroup-headers, gnus-group-list-mode)
7617         (gnus-group-mark-positions, gnus-newsgroup-data)
7618         (gnus-newsgroup-unreads, nnoo-state-alist)
7619         (gnus-current-select-method, mail-sources)
7620         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
7621         (nnmail-spool-file, gnus-cache-active-hashtb):
7622         * gnus-mh.el (mh-lib-progs):
7623         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
7624         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
7625         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
7626         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
7627         (gnus-group-buffer):
7628         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
7629         (font-lock-set-defaults):
7630         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
7631         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
7632         (gnus-summary-post-menu, total-parts, type, condition, length):
7633         * gnus-agent.el (gnus-agent-read-agentview):
7634         * flow-fill.el (show-trailing-whitespace):
7635         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
7636         eval-and-compile wrappers for byte compiler pacifiers.
7637
7638         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
7639         (mm-display-inline-fontify): Check for featurep 'xemacs not
7640         extent-list.
7641
7642         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
7643         itimer-list.
7644         (mm-create-image-xemacs): Only do something for XEmacs.
7645         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
7646
7647         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
7648
7649         * gnus-registry.el (gnus-adaptive-word-syntax-table):
7650         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
7651
7652 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
7653
7654         * nnimap.el (nnimap-split-download-body):
7655         * gnus-demon.el (gnus-demon):
7656         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
7657
7658 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7659
7660         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
7661         New macros.
7662         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
7663         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
7664         copy data from unibyte buffer to multibyte current buffer.
7665         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
7666         to copy data from unibyte current buffer to multibyte buffer.
7667         (nntp-make-process-buffer): Make process buffer unibyte.
7668
7669         * pop3.el (pop3-open-server): Fix typo in Lisp code.
7670
7671 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
7672
7673         * pop3.el (pop3-open-server): Accept and process data more robustly at
7674         connexion start to avoid spurious "POP SSL connexion failed" errors.
7675
7676 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7677
7678         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
7679         read group names.
7680
7681 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
7682
7683         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
7684
7685 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7686
7687         * nnmail.el (nnmail-parse-active): Make group names unibyte.
7688         (nnmail-save-active): Use a unibyte buffer when saving active file,
7689         which may contain non-ASCII group names.
7690
7691         * nnml.el (nnml-request-group): Decode group names in messages.
7692
7693 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
7694
7695         * message.el (message-citation-line-function)
7696         (message-insert-formatted-citation-line): Fix spelling of
7697         `message-insert-formated-citation-line'.
7698
7699 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
7700
7701         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
7702
7703 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7704
7705         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
7706         nnmail-pathname-coding-system.
7707
7708         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
7709         that a user enters; decode group names in messages.
7710
7711         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
7712
7713 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7714
7715         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
7716
7717         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
7718
7719         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
7720         risky local variable.
7721
7722         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
7723
7724 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
7725
7726         * encrypt.el: Improve documentation to fix function name typo.
7727         Reported by Daiki Ueno <ueno@unixuser.org>.
7728
7729 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7730
7731         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
7732         even if the point is not in the last page of an article.
7733         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
7734         back to the previous page.
7735
7736 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
7737
7738         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
7739
7740 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7741
7742         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
7743
7744 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7745
7746         * message.el (message-check-news-body-syntax):
7747         Avoid mm-string-as-multibyte.
7748         (message-hide-headers): Don't assume (point-min)==1.
7749
7750 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7751
7752         * message.el (message-remove-blank-cited-lines): Fix if remove is
7753         given.
7754         (message-bogus-address-regexp): New variable.
7755         (message-bogus-recipient-p): New function.
7756         (message-check-recipients): New command.
7757         (message-syntax-checks): Add `bogus-recipient'.
7758         (message-fix-before-sending): Add `bogus-recipient'.
7759
7760         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
7761         (gnus-treat-body-boundary): Don't test window-system.
7762
7763 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
7764
7765         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
7766
7767 2007-10-28  Miles Bader  <miles@gnu.org>
7768
7769         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
7770         at compile-time too.
7771
7772 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
7773
7774         * gnus-msg.el (gnus-message-setup-hook):
7775         Add `message-remove-blank-cited-lines' to options.
7776
7777 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7778
7779         * message.el (message-remove-blank-cited-lines): New function.
7780         Suggested by Karl Plästerer.
7781
7782 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7783
7784         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
7785         mapc.
7786
7787         * imap.el (imap-open): Replace mapcar called for effect with mapc.
7788         (top-level): Use mapc to set functions to be traced for debugging.
7789
7790         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
7791         called for effect with while loop.
7792
7793         * message.el (message-talkative-question): Replace mapcar called for
7794         effect with mapc.
7795
7796         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
7797         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
7798         called for effect with dolist.
7799
7800         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
7801
7802         * nndiary.el: Use dolist instead of mapcar to add diary headers to
7803         gnus-extra-headers and nnmail-extra-headers.
7804
7805         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
7806         called for effect with dolist.
7807         (top-level): Use mapc to set functions to be traced for debugging.
7808
7809         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
7810         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
7811         dolist.
7812
7813         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
7814         Replace mapcar called for effect with mapc.
7815         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
7816         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
7817         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
7818         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
7819
7820         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
7821         remove-if that's a cl function.
7822
7823         * webmail.el (webmail-debug): Replace mapcar called for effect with
7824         dolist.
7825
7826         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
7827         with mapc.
7828
7829 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7830
7831         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
7832         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
7833         with while loop.
7834
7835         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
7836         functions from article-* functions.
7837         (gnus-multi-decode-header): Replace mapcar called for effect with
7838         dolist.
7839
7840         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
7841         (gnus-bookmark-show-details): Replace mapcar called for effect with
7842         while loop.
7843
7844         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
7845         called for effect with while loop.
7846
7847         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
7848         with dolist.
7849
7850         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7851         Replace mapcar called for effect with dolist.
7852
7853         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
7854
7855         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
7856         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
7857         Replace mapcar called for effect with dolist.
7858         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
7859         mapc.
7860
7861         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
7862         Replace mapcar called for effect with dolist.
7863         (gnus-topic-list): Replace mapcar called for effect with mapc.
7864
7865         * gnus.el: Use mapc instead of mapcar to add autoloads.
7866
7867 2007-10-23  Richard Stallman  <rms@gnu.org>
7868
7869         * gnus-group.el (gnus-group-highlight): Mark as risky.
7870
7871 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7872
7873         * gnus.el (gnus-server-to-method): Return method found first in
7874         gnus-newsrc-alist.
7875
7876         * gnus-art.el (gnus-article-highlight-signature)
7877         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
7878         button overlay without the front stickiness.
7879
7880 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
7881
7882         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
7883         overview buffer needed a catch to receive its throw.
7884         (gnus-agent-flush-cache): Declare as interactive to make this function
7885         easier to use.
7886
7887 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
7888
7889         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
7890         `next-line'.
7891
7892 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7893
7894         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
7895         exclude address matching message-dont-reply-to-names.
7896
7897 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7898
7899         * gnus-util.el (gnus-string<): New function.
7900
7901         * gnus-sum.el (gnus-article-sort-by-author)
7902         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
7903
7904 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7905
7906         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
7907         the frame-focus tag is set in gnus-buffer-configuration.
7908
7909 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7910
7911         * gnus-art.el (gnus-article-add-button): Make a button overlay without
7912         the front stickiness.
7913
7914 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7915
7916         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
7917         url pattern; remove duplicate one.
7918         (gnus-article-extend-url-button): New function.
7919         (gnus-article-add-buttons): Use it.
7920         (gnus-button-push): Use concatenated url that it makes.
7921
7922 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
7923
7924         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
7925
7926 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7927
7928         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
7929         Don't hardcode point-min==1.
7930
7931 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
7932
7933         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
7934         Fix comment about "iso8859-1".
7935
7936 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
7937
7938         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
7939         ones returned from the verify-function.
7940
7941         * mm-uu.el (mm-uu-pgp-signed-extract-1):
7942         Call mml2015-extract-cleartext-signature if extraction failed.
7943
7944 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
7945
7946         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
7947         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
7948         failed.
7949
7950 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7951
7952         * Relicense "GPLv2 or later" files to "GPLv3 or later".
7953
7954 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
7955
7956         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
7957         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
7958         recommends to use EasyPG instead of PGG.
7959
7960         * pgg.el: Revert to revision 6.23.2.16.
7961
7962         * pgg-def.el: Revert to revision 6.6.2.14.
7963
7964         * pgg-gpg.el: Revert to revision 6.23.2.34.
7965
7966 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
7967
7968         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
7969         to mark a thread as expirable.  Add variable `hide' to handle hiding of
7970         thread for both the null and zero (kill/expire thread) universal prefix
7971         cases.
7972         (gnus-summary-expire-thread): Add new function to expire a thread,
7973         using gnus-summary-kill-thread.
7974         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
7975         shortcuts for gnus-summary-expire-thread.
7976         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
7977         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
7978
7979 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7980
7981         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
7982         extras value, so an extras entry can be deleted.
7983         (gnus-registry-delete-extra-entry): Use it.
7984         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
7985         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
7986         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
7987         storage through the gnus-registry, and provide an appropriate API for
7988         it.
7989
7990 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7991
7992         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
7993         Suggested by Leo <sdl.web@gmail.com>.
7994
7995         * gnus.el: Do.
7996
7997 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7998
7999         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
8000         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
8001
8002         * gnus-agent.el (gnus-agent-fetch-headers): Do.
8003
8004         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8005         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
8006
8007 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8008
8009         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
8010         newline.
8011         (nnmbox-request-accept-article): Don't change article in source buffer;
8012         narrow to header to use message-fetch-field rather than
8013         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
8014         (nnmbox-request-replace-article): Quote lines that'll be misidentified
8015         as delimiters; make sure article ends with newline.
8016         (nnmbox-delete-mail): Correct last position of article to be deleted;
8017         ignore X-Gnus-Newsgroup header in article body.
8018         (nnmbox-save-mail): Quote lines looking like delimiters at the right
8019         positions; make sure article ends with newline.
8020
8021         * message.el (message-display-abbrev): Don't infloop when a user
8022         inserts SPC in the beginning of header.
8023
8024         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
8025         coding-system-for-read and coding-system-for-write for XEmacs having no
8026         file-coding feature.
8027
8028         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
8029
8030 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
8031
8032         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
8033         list of groups not followed by default.  Fix type to be regexp.
8034         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
8035
8036 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
8037
8038         * hmac-def.el (define-hmac-function): Switch from old-style to
8039         new-style backquotes.
8040
8041         * md4.el (md4-make-step): Likewise.
8042
8043 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8044
8045         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
8046         raw-text coding system when saving .newsrc file, which may contain
8047         non-ASCII group names.
8048
8049 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8050
8051         * gnus-cus.el (gnus-score-extra): New widget.
8052         (gnus-score-extra-convert): New function.
8053         (gnus-score-customize): Use it for Extra.
8054
8055 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
8056
8057         * mml2015.el (mml2015-extract-cleartext-signature): New function.
8058         (mml2015-mailcrypt-clear-verify): Use it.
8059         (mml2015-gpg-clear-verify): Use it.
8060         (mml2015-pgg-clear-verify): Use it.
8061         (mml2015-epg-clear-verify): Replace the current part with the output
8062         from GnuPG; don't extract the plaintext by itself.
8063
8064         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
8065         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
8066         mml2015-clear-verify-function; don't touch the armor headers or
8067         dash-escaped text here.
8068
8069 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8070
8071         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
8072         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
8073         parts, or application/octet-stream as a last resort.
8074         (gnus-mime-view-part-as-type): Don't toggle display.
8075         (gnus-mime-view-part-as-charset): Don't turn off display before
8076         querying charset.
8077
8078         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
8079         stuff to undisplayer function in Emacs.
8080         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
8081
8082         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
8083         text/calendar parts.
8084
8085 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8086
8087         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
8088         decoding text/calendar parts.
8089
8090         * message.el (message-forward-make-body-mime): Always mark body as
8091         having no illegible text; remove signed-or-encrypted argument.
8092         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
8093
8094         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
8095         (mml-generate-mime-1): Don't encode body if it is specified to be in
8096         raw form; don't make buffer be unibyte when inserting multibyte string.
8097
8098 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8099
8100         * sha1.el: Fix up comment style.
8101         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
8102         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
8103
8104         * hex-util.el: Fix up comment style.
8105         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
8106
8107         * gnus-salt.el: Use with-current-buffer.
8108         (gnus-pick-setup-message): Fix long-standing typo.
8109
8110 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8111
8112         * imap.el (imap-logout-timeout): New variable.
8113         (imap-logout, imap-logout-wait): New functions.
8114         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
8115
8116         * nnimap.el (nnimap-logout-timeout): New server variable.
8117         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
8118         nnimap-logout-timeout.
8119
8120         * gnus-art.el (gnus-article-summary-command-nosave)
8121         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
8122
8123 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8124
8125         * gnus.el (gnus-maximum-newsgroup): New variable.
8126
8127         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
8128         according to gnus-maximum-newsgroup.
8129
8130         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8131         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
8132         Limit the range of articles according to gnus-maximum-newsgroup.
8133
8134 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
8135
8136         * gnus-art.el (gnus-sticky-article): Fix problems described in
8137         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
8138         Don't perform gnus-configure-windows here; reuse existing sticky
8139         article buffer.
8140
8141         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
8142         it doesn't exist in gnus-article-mode.
8143
8144 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8145
8146         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
8147         (gnus-agent-decoded-group-name): New function.
8148         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
8149         (gnus-agent-expire-group-1): Use it; decode group name in messages.
8150
8151 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
8152
8153         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
8154         Add binding for gnus-sticky-article.
8155         (gnus-summary-exit): Don't kill sticky article buffers.
8156
8157         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
8158         article buffer.
8159         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
8160         (gnus-kill-sticky-article-buffers): New commands.
8161
8162 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8163
8164         * nntp.el (nntp-xref-number-is-evil): New server variable.
8165         (nntp-find-group-and-number): If it is non-nil, don't trust article
8166         numbers in the Xref header.
8167
8168 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8169
8170         * gnus-agent.el (gnus-agent-read-group): New function.
8171         (gnus-agent-flush-group, gnus-agent-expire-group)
8172         (gnus-agent-regenerate-group): Use it.
8173         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
8174         nnmail-pathname-coding-system.
8175
8176 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8177
8178         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
8179
8180         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
8181         that are unread as unread, and also as selected so that information of
8182         marks having been changed by a user may be updated when exiting group.
8183
8184 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
8185
8186         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
8187
8188 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8189
8190         * gnus-art.el (gnus-mime-display-single): Pass part number that is
8191         calculated ignoring signature parts to gnus-treat-article.
8192
8193 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8194
8195         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
8196         a point here in order to keep the window start.
8197         (gnus-insert-mime-security-button): Make a button overlay without the
8198         front stickiness.
8199         (gnus-mime-display-security): Goto the end of a button.
8200
8201         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
8202
8203 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8204
8205         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
8206         group-name-at-point.
8207         (gnus-group-completing-read): New function that offers decoded
8208         non-ASCII group names for completion.
8209         (gnus-fetch-group, gnus-group-read-ephemeral-group)
8210         (gnus-group-jump-to-group, gnus-group-make-group-simple)
8211         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
8212         (gnus-group-fetch-control): Use it.
8213         (gnus-fetch-group): Use group-name-at-point for the initial value
8214         rather than the default value; use gnus-alive-p.
8215
8216         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
8217         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
8218         (gnus-summary-post-news): Use gnus-group-completing-read.
8219
8220         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
8221         (gnus-read-move-group-name): Decode group name for completion.
8222
8223 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
8224
8225         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
8226         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
8227         Yamaoka slightly modified the code).
8228
8229 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8230
8231         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
8232         (nnmail-split-incoming): Bind it.
8233
8234         * nnml.el (nnml-group-name-charset): New function.
8235         (nnml-decoded-group-name): Use it; don't decode group name if
8236         nnmail-group-names-not-encoded-p is non-nil.
8237         (nnml-encoded-group-name): New function.
8238         (nnml-group-pathname): Inline nnml-decoded-group-name.
8239         (nnml-request-expire-articles): Decode group name in message.
8240         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
8241         nnmail-pathname-coding-system.
8242         (nnml-save-mail, nnml-active-number): Work with decoded group names and
8243         not decoded ones according to nnmail-group-names-not-encoded-p.
8244         (nnml-generate-active-info): Use nnml-encoded-group-name.
8245
8246 2007-08-08  Glenn Morris  <rgm@gnu.org>
8247
8248         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
8249         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
8250         doc-strings and comments.
8251
8252 2007-07-25  Glenn Morris  <rgm@gnu.org>
8253
8254         * Relicense all FSF files to GPLv3 or later.
8255
8256 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8257
8258         * gnus-sum.el (gnus-summary-move-article):
8259         Make gnus-summary-respool-article work.
8260
8261 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
8262
8263         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
8264         string.
8265
8266 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
8267
8268         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
8269         that should be ignored when comparing distant RSS articles with local
8270         ones.
8271         (nnrss-make-hash-index): New function.  Create a hash index according
8272         to the ignored fields.
8273         (nnrss-check-group): Use it.
8274
8275 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8276
8277         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
8278
8279         * gnus-art.el (article-decode-group-name): Decode Xref header too.
8280
8281         * gnus-group.el (gnus-group-make-group): Encode group name here unless
8282         the new optional argument ENCODED is non-nil.
8283         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
8284         coding system for encoding group name.
8285         (gnus-group-make-rss-group): Pass un-encoded group name to
8286         gnus-group-make-group.
8287         (gnus-group-set-info): Tell gnus-group-make-group that group name is
8288         encoded.
8289
8290         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
8291         Encode group name to which articles are moved or copied.
8292         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
8293         coding system for encoding Newsgroup, Followup-To and Xref headers.
8294
8295         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
8296         marks; use nnheader-file-coding-system to write a file.
8297         (nnagent-retrieve-headers): Bind file-name-coding-system to
8298         nnmail-pathname-coding-system.
8299
8300         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
8301
8302         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
8303         (nnml-request-article, nnml-request-create-group)
8304         (nnml-request-rename-group, nnml-find-id)
8305         (nnml-possibly-change-directory, nnml-possibly-create-directory)
8306         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
8307         (nnml-save-marks): Use nnml-group-pathname instead of
8308         nnmail-group-pathname.
8309
8310         (nnml-request-create-group, nnml-request-expire-articles)
8311         (nnml-request-move-article, nnml-request-delete-group)
8312         (nnml-deletable-article-p, nnml-possibly-create-directory)
8313         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
8314         (nnml-open-marks): Bind file-name-coding-system to
8315         nnmail-pathname-coding-system.
8316
8317         (nnml-request-article): Pass server argument to nnml-find-group-number.
8318         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
8319         Pass server argument to nnml-possibly-create-directory.
8320         (nnml-request-accept-article): Pass server argument to
8321         nnml-active-number and nnml-save-mail.
8322         (nnml-find-group-number): Pass server argument to nnml-find-id.
8323         (nnml-request-update-info): Pass server argument to
8324         nnml-marks-changed-p.
8325
8326         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
8327         (nnml-save-mail, nnml-active-number): Add server argument.
8328
8329         (nnml-request-delete-group): Warn if group is missing.
8330         (nnml-get-nov-buffer): Decode group name.
8331         (nnml-generate-active-info): Encode group name.
8332         (nnml-open-marks): Decode group name in messages.
8333
8334 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8335
8336         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
8337         if it is not specified.
8338         (gnus-article-pipe-part, gnus-article-save-part)
8339         (gnus-article-interactively-view-part, gnus-article-copy-part)
8340         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
8341         (gnus-article-inline-part, gnus-article-save-part-and-strip)
8342         (gnus-article-replace-part, gnus-article-delete-part)
8343         (gnus-article-view-part-as-type): Pass raw prefix argument to
8344         gnus-article-part-wrapper.
8345
8346 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8347
8348         * gnus-agent.el (gnus-agent-save-active):
8349         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
8350
8351         * gnus-cache.el (gnus-cache-save-buffers)
8352         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
8353         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
8354         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
8355         (gnus-cache-braid-nov, gnus-cache-braid-heads)
8356         (gnus-cache-generate-active, gnus-cache-rename-group)
8357         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
8358         (gnus-cache-update-overview-total-fetched-for):
8359         Bind file-name-coding-system to nnmail-pathname-coding-system.
8360         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
8361         New variables.
8362         (gnus-cache-decoded-group-name): New function.
8363         (gnus-cache-file-name): Use it.
8364         (gnus-cache-generate-active): Use non-decoded group name for active.
8365
8366         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
8367         right place.
8368         (gnus-write-active-file): Don't break non-ASCII group names.
8369
8370         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
8371         nnmail-pathname-coding-system.
8372
8373         * lpath.el: Bind default-file-name-coding-system,
8374         file-name-coding-system and language-info-alist for XEmacs.
8375
8376         * gnus-uu.el (gnus-uu-decode-save): Typo.
8377
8378 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8379
8380         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
8381
8382 2007-07-14  David Kastrup  <dak@gnu.org>
8383
8384         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
8385         finishing actions if we did not edit the article.
8386
8387 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8388
8389         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
8390         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
8391         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
8392         (gnus-agent-flush-group, gnus-agent-flush-cache)
8393         (gnus-agent-fetch-headers, gnus-agent-load-alist)
8394         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
8395         (gnus-agent-retrieve-headers, gnus-agent-request-article)
8396         (gnus-agent-regenerate-group)
8397         (gnus-agent-update-files-total-fetched-for)
8398         (gnus-agent-update-view-total-fetched-for):
8399         Bind file-name-coding-system to nnmail-pathname-coding-system.
8400         (gnus-agent-group-pathname): Don't encode file names by
8401         nnmail-pathname-coding-system.
8402         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
8403         coding-system-for-write instead of buffer-file-coding-system to
8404         gnus-agent-file-coding-system.
8405
8406         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
8407         Decode group name.
8408
8409         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
8410
8411         * gnus-start.el (gnus-update-active-hashtb-from-killed)
8412         (gnus-read-newsrc-el-file): Make group names unibyte.
8413
8414         * nnmail.el (nnmail-group-pathname): Don't encode file names by
8415         nnmail-pathname-coding-system.
8416
8417         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
8418         (nnrss-request-delete-group): Bind file-name-coding-system to
8419         nnmail-pathname-coding-system.
8420         (nnrss-read-server-data, nnrss-read-group-data):
8421         Bind file-name-coding-system correctly.
8422         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
8423
8424         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
8425         (nntp-server-to-method-cache): New variable.
8426         (nntp-group-pathname): New function that decodes non-ASCII group names.
8427         (nntp-possibly-create-directory, nntp-marks-changed-p)
8428         (nntp-save-marks, nntp-open-marks): Use it.
8429         (nntp-possibly-create-directory, nntp-open-marks):
8430         Bind file-name-coding-system to nnmail-pathname-coding-system.
8431         (nntp-open-marks): Decode group names when bootstrapping marks.
8432
8433         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
8434         Newsgroups and Folowup-To headers.
8435
8436 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8437
8438         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8439         (gnus-server-closed-face, gnus-server-denied-face)
8440         (gnus-server-offline-face): Remove variable.
8441         (gnus-server-font-lock-keywords): Use faces that are not aliases.
8442
8443         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
8444         of modifying message-stack directly for XEmacs.
8445
8446         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
8447         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
8448         if the coding-system argument is nil for XEmacs.
8449
8450         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
8451         mm-charset-override-alist.
8452
8453         * rfc2047.el: Don't require base64; require rfc2045 for the function
8454         rfc2045-encode-string.
8455         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
8456         to quote the parameter value.
8457
8458 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8459
8460         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
8461         form in gnus-group-name-charset-method-alist.
8462
8463         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
8464         overrides the default layout edit-form.
8465
8466         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
8467
8468         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
8469
8470 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8471
8472         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
8473         as unfetched articles.
8474
8475 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
8476
8477         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
8478
8479 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8480
8481         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
8482         original back end that keeps marks in the local system.
8483
8484 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8485
8486         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
8487         arg of pop-to-buffer for XEmacs.
8488         (gnus-article-read-summary-keys): Ditto; don't restore window
8489         configuration if summary command ends up with neither article buffer
8490         nor summary buffer; describe bindings if summary keys end with C-h.
8491
8492 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8493
8494         * message.el (message-fix-before-sending): Skip raw message part to be
8495         forwarded while checking illegible text.
8496         (message-forward-make-body-mime, message-forward-make-body):
8497         Mark signed or encrypted raw message as having no illegible text.
8498
8499 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8500
8501         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
8502         (gnus-message-with-timestamp-1): New macro.
8503         (gnus-message-with-timestamp): New function.
8504         (gnus-message): Use them.
8505
8506         * nnheader.el (nnheader-message): Use them.
8507
8508 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
8509
8510         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
8511         .newsrc.eld file.
8512
8513 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8514
8515         * gnus-agent.el (gnus-agent-fetch-headers)
8516         (gnus-agent-retrieve-headers):
8517         Bind gnus-decode-encoded-address-function to identity.
8518
8519         * nntp.el (nntp-send-xover-command): Recognize an xover command is
8520         available also when the server returns simply a dot.
8521
8522         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
8523
8524 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8525
8526         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
8527
8528 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8529
8530         * gnus-ems.el (gnus-x-splash): Make it work.
8531
8532         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
8533         from being used.
8534
8535         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
8536
8537 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8538
8539         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
8540         4th and the 5th arguments.
8541
8542         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
8543         the front stickiness.
8544         (gnus-article-summary-command-nosave): Correct the order of the
8545         arguments passed to pop-to-buffer.
8546         (gnus-article-read-summary-keys): Ditto; make it work properly when the
8547         summary command ends up with the article buffer.
8548
8549         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
8550         the same faces.
8551
8552 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
8553
8554         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
8555
8556 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
8557
8558         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
8559         * gnus-sum.el (gnus-summary-highlight):
8560         * pgg.el (pgg-sign-region, pgg-sign):
8561         * mail-source.el (mail-source-delete-old-incoming-confirm):
8562         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
8563
8564 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8565
8566         * gnus-art.el (gnus-mime-view-part-externally)
8567         (gnus-mime-view-part-internally): Fix predicate function passed to
8568         completing-read.
8569
8570         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
8571
8572         * gnus.el (gnus-update-message-archive-method): Add :version.
8573
8574 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8575
8576         * gnus.el (gnus-update-message-archive-method): New variable.
8577
8578         * gnus-start.el (gnus-setup-news): Update saved "archive" method
8579         according to gnus-message-archive-method if
8580         gnus-update-message-archive-method is non-nil.
8581
8582 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8583
8584         * gnus-sum.el (gnus-summary-limit-to-address): New function.
8585         Suggested by Loic Dachary <loic@dachary.org>.
8586         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8587
8588 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8589
8590         * message.el (message-pop-to-buffer): Add switch-function argument.
8591         (message-mail): Pass switch-function argument to it.
8592
8593 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
8594
8595         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
8596         Improve doc string.
8597
8598 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8599
8600         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
8601         (gnus-header-content)
8602         * gnus-cite.el (gnus-cite-10)
8603         * gnus-srvr.el (gnus-server-closed)
8604         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
8605         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
8606         (gnus-group-mail-3-empty, gnus-group-mail-low)
8607         (gnus-group-mail-low-empty, gnus-splash)
8608         * message.el (message-header-to, message-header-cc)
8609         (message-header-subject, message-header-other, message-header-name)
8610         (message-header-xheader, message-separator, message-cited-text)
8611         (message-mml): Lighten colors of faces used for dark background.
8612
8613 2007-05-24  Simon Josefsson  <simon@josefsson.org>
8614
8615         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
8616         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
8617
8618 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8619
8620         * message.el (message-narrow-to-headers-or-head):
8621         Ignore mail-header-separator in the body.
8622
8623 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8624
8625         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
8626         same as window size.
8627
8628 2007-05-22  Kevin Ryde  <user42@zip.com.au>
8629
8630         * message.el (message-font-lock-keywords): Use message-header-xheader
8631         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
8632         ahead of the anything pattern, to get it recognised.
8633
8634 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8635
8636         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
8637         spam.el loads uses it in the compiled defadvice form.
8638
8639 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
8640
8641         * gnus-sum.el (gnus-articles-to-read)
8642         (gnus-summary-insert-old-articles): Don't truncate group name for
8643         `read-string'.
8644
8645         * gnus-util.el (gnus-limit-string): Delete this function.
8646
8647         * gnus-sum.el (gnus-simplify-subject-fully):
8648         Use `truncate-string-to-width' instead.
8649
8650 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
8651
8652         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
8653         Tell if, on summary exit, the next group has to be selected.
8654         (gnus-summary-exit): Use it.
8655
8656 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
8657
8658         * gnus-art.el (gnus-article-mode): Fix comment about displaying
8659         non-break space.
8660
8661 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8662
8663         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
8664         Check if group is not a directory.
8665         (nnfolder-request-expire-articles): Don't delete articles if the target
8666         group is not available.
8667
8668         * nnml.el (nnml-request-create-group): Properly check if group is not a
8669         file.
8670         (nnml-request-expire-articles): Don't delete articles if the target
8671         group is not available.
8672
8673         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8674         Don't quote characters that are within parentheses.
8675
8676 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8677
8678         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
8679         (gnus-handle-ephemeral-exit): Select article according to it.
8680
8681 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8682
8683         * message.el (message-insert-formated-citation-line): Remove newline.
8684         (message-citation-line-format): Add final \n here so that the user can
8685         avoid a blank line.
8686
8687 2007-05-03  Dan Christensen  <jdc@uwo.ca>
8688
8689         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
8690         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
8691         Update lanl/arXiv support.
8692
8693 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8694
8695         * gnus.el: Bump version number.
8696
8697 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8698
8699         * gnus.el (gnus-version-number): Bump version.
8700
8701 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8702
8703         * gnus.el: No Gnus v0.6 is released.
8704
8705 2007-04-27  Didier Verna  <didier@xemacs.org>
8706
8707         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
8708         * gmm-utils.el (gmm-regexp-concat): ... here.
8709         * message.el: Don't require 'gnus-util.
8710         (message-dont-reply-to-names): Handle name change above.
8711         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
8712
8713 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8714
8715         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
8716         since the initial value varies according to the system.
8717
8718 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8719
8720         * mm-util.el (mm-charset-synonym-alist): Defcustom.
8721
8722 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
8723
8724         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
8725
8726 2007-04-24  Didier Verna  <didier@xemacs.org>
8727
8728         Improve the type of gnus-ignored-from-addresses.
8729         * gnus-util.el (gnus-orify-regexp): New function.
8730         * message.el (gnus-util): Require it.
8731         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
8732         * gnus-sum.el (gnus-ignored-from-addresses): New function.
8733         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
8734
8735 2007-04-24  Didier Verna  <didier@xemacs.org>
8736
8737         * gnus-sum.el:
8738         * gnus-utils.el: Fix some trailing whitespaces.
8739
8740 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8741
8742         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
8743         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
8744         article's Message-ID; refer parent article in summary buffer.
8745
8746         * message.el (message-bounce): Call mime-to-mml.
8747
8748         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
8749         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
8750         optimize and/or forms properly.
8751
8752 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
8753
8754         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
8755         URL.
8756
8757 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8758
8759         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
8760
8761 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8762
8763         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
8764         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
8765         displayed of multipart/alternative part if it is invoked from summary
8766         buffer.
8767
8768         * mm-view.el (mm-inline-text-html-render-with-w3m)
8769         (mm-inline-text-html-render-with-w3m-standalone)
8770         (mm-inline-render-with-function): Use mail-parse-charset by default.
8771
8772 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
8773
8774         * parse-time.el (parse-time-string-chars): Check if CHAR
8775         is less than the length of parse-time-syntax.
8776
8777 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8778
8779         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
8780         from gnus-newsgroup-processable.
8781
8782 2007-04-16  Didier Verna  <didier@xemacs.org>
8783
8784         * gnus-msg.el (gnus-configure-posting-styles):
8785         Handle message-signature-directory properly with :file syntax.
8786         Reported by "Leo".
8787
8788 2007-04-11  Didier Verna  <didier@xemacs.org>
8789
8790         New user option: message-signature-directory.
8791         * gnus-msg.el (gnus-configure-posting-styles): Support it.
8792         * message.el (message-insert-signature): Ditto.
8793         * message.el (message-signature-file): Doc update.
8794         * message.el (message-signature-directory): New.
8795
8796 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8797
8798         * gnus-msg.el (gnus-inews-yank-articles):
8799         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
8800
8801 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8802
8803         * message.el (message-yank-original): Make sure cited text ends with
8804         newline; don't exchange point and mark.
8805
8806 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
8807
8808         * tls.el (open-tls-stream): Properly handle case where there
8809         is no associated buffer.
8810
8811 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
8812
8813         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
8814         message-yank-original, make sure (< mark TEXT point).
8815
8816 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8817
8818         * message.el (message-fill-column): New variable.
8819         (message-mode): Use it.  Add comment on a possible new hook.
8820
8821         * nnmail.el (nnmail-spool-file): Mark as obsolete.
8822         (nnmail-get-new-mail): Reformat.
8823
8824         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
8825
8826         * gmm-utils.el: Fix Commentary.
8827         (gmm-tool-bar-from-list): Fix typo in doc string.
8828
8829 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
8830
8831         * message.el (message-yank-original): Don't switch point and mark
8832         unnecessarily to put point and mark as documented.
8833
8834 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8835
8836         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
8837         from the message heads.
8838
8839 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
8840
8841         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
8842         article buffer does not have a window.  This may not be the best
8843         solution but is certainly better than setting the start of the null,
8844         that is the current, window.
8845
8846 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8847
8848         * gnus-draft.el (gnus-draft-setup-hook): New hook.
8849         (gnus-draft-setup): Run it.
8850
8851         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
8852         gnus-score-fast-scoring.  Allow regexp.
8853         (gnus-score-headers): Use it.
8854
8855         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
8856         XEmacs.
8857
8858         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
8859         string.
8860         (gnus-button-alist): Also catch `<f1> k ...'.
8861         (gnus-treat-display-x-face): Fix doc string.
8862
8863 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8864
8865         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
8866         evaluation of gnus-extended-version to ensure correct generation of the
8867         User-Agent header when message-generate-headers-first is used.
8868
8869 2007-03-24  Simon Josefsson  <simon@josefsson.org>
8870
8871         * hashcash.el (hashcash-generate-payment-async): Don't crash if
8872         hashcash-path is nil.  Don't call callback with incorrect number of
8873         parameters if val is 0.
8874
8875 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8876
8877         * message.el (message-required-news-headers):
8878         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
8879
8880 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
8881
8882         * tls.el (open-tls-stream): In handshake-waiting loop,
8883         don't wait more if there is output available to process.
8884
8885 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
8886
8887         * tls.el (tls-program): Doc fix.
8888
8889 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8890
8891         * message.el (message-generate-new-buffers): Change the meaning of the
8892         nil value; add `standard' to the choices; treat t as `unique'; improve
8893         doc string.
8894         (gnus-select-frame-set-input-focus): Autoload.
8895         (message-buffer-name): Search for the existing message buffer if
8896         message-generate-new-buffers is nil or `standard'; treat the value t of
8897         message-generate-new-buffers as `unique'.
8898         (message-pop-to-buffer): Raise the frame already displaying the message
8899         buffer; clear the echo area after querying.
8900         (message-setup): Pass the `continue' argument to compose-mail.
8901         (message-mail): Prefer `switch-function' if it is given; search for the
8902         existing message buffer if the `continue' argument is non-nil; pass
8903         continue and switch-function arguments to compose-mail by way of
8904         message-setup.
8905         (message-mail-other-window): Adjust argument of message-setup.
8906         (message-mail-other-frame): Ditto.
8907
8908 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8909
8910         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
8911         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
8912         to turn font-lock on when turning gnus-message-citation-mode on.
8913
8914 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
8915
8916         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
8917         (mml-smime-function-alist): New variable; add epg as the backend.
8918         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
8919         mml-smime- functions instead.
8920         * mm-view.el: Require smime.
8921
8922 2007-03-05  Didier Verna  <didier@xemacs.org>
8923
8924         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
8925         instead of just inheritance for posting styles.
8926         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
8927
8928 2007-02-24  Chris Moore  <dooglus@gmail.com>
8929
8930         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
8931         * pgg-pgp.el (pgg-pgp-encrypt-region):
8932         * pgg-gpg.el (pgg-gpg-encrypt-region):
8933         Check pgg-encrypt-for-me if no other recipients.
8934
8935 2007-02-24  John Paul Wallington  <jpw@pobox.com>
8936
8937         * tls.el (tls-certtool-program): Fix custom type.
8938
8939 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8940
8941         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
8942         and point-at-eol instead of line-(beginning|end)-position.
8943
8944         * assistant.el (assistant-parse-buffer): Ditto.
8945
8946         * netrc.el (netrc-parse-services): Ditto.
8947
8948 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
8949
8950         * mml2015.el (mml2015-epg-find-usable-key): New function.
8951         (mml2015-epg-sign): Use it.
8952         (mml2015-epg-encrypt): Use it.
8953
8954 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8955
8956         * message.el (message-make-in-reply-to): Quote name containing
8957         non-ASCII characters.  It will make the RFC2047 encoder cause an error
8958         if there are special characters.  Reported by NAKAJI Hiroyuki
8959         <nakaji@jp.freebsd.org>.
8960
8961 2007-02-27  Didier Verna  <didier@xemacs.org>
8962
8963         Include the group parameters as well as the topic ones in the
8964         inheritance filter process.
8965         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
8966         argument GROUP-PARAMS-LIST.
8967         * gnus-topic.el (gnus-group-topic-parameters): Use it.
8968
8969 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8970
8971         * nntp.el (nntp-never-echoes-commands)
8972         (nntp-open-connection-functions-never-echo-commands): New variables.
8973         (nntp-send-command): Use them.
8974
8975 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
8976
8977         * mml2015.el (mml2015-epg-verify): Simplify.
8978
8979 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8980
8981         * mml.el (mml-content-disposition-alist): New user option.
8982         (mml-content-disposition): New function.
8983         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
8984         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
8985
8986 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
8987
8988         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
8989         verification.
8990
8991 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8992
8993         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
8994         articles posted in the last 24 hours.
8995
8996 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
8997
8998         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
8999
9000 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
9001
9002         * nntp.el (nntp-send-command): Don't wait for echoes when
9003         nntp-open-ssl-stream is used.
9004
9005 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9006
9007         * gnus-cite.el (gnus-test-font-lock-add-keywords)
9008         (gnus-message-add-citation-keywords)
9009         (gnus-message-remove-citation-keywords): Remove.
9010         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
9011         directly, make the variables in font-lock-defaults buffer-local, add
9012         gnus-message-citation-keywords to them and then update the value of
9013         font-lock-keywords.
9014
9015 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9016
9017         * message.el (message-cite-original-1): Don't call
9018         gnus-article-highlight-citation.
9019
9020         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
9021         citations; fix line count.
9022
9023 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9024
9025         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
9026         (gnus-message-add-citation-keywords)
9027         (gnus-message-remove-citation-keywords): Use it; fix the emulating
9028         versions of font-lock-add-keywords and font-lock-remove-keywords to
9029         work with XEmacs correctly.
9030
9031 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9032
9033         * gnus-cite.el (gnus-cite-face-list): Set the values of
9034         gnus-message-max-citation-depth and gnus-message-citation-keywords.
9035         (gnus-message-max-citation-depth): Use defvar rather than defconst.
9036         (gnus-message-cite-prefix-regexp): New variable.
9037         (gnus-message-search-citation-line): Use it; protect against long
9038         citation prefix; fill match data with nil rather than 0 for XEmacs; set
9039         the 0th match data for Emacs.
9040         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
9041         (gnus-message-add-citation-keywords): Append keywords rather than
9042         prepending; emulate font-lock-add-keywords if it is not available.
9043         (gnus-message-remove-citation-keywords):
9044         Emulate font-lock-remove-keywords if it is not available.
9045
9046         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
9047
9048         * message.el (message-cite-prefix-regexp): Set the value of
9049         gnus-message-cite-prefix-regexp.
9050
9051 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9052
9053         * nnweb.el (nnweb-google-parse-1): Update parser.
9054
9055 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
9056
9057         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
9058
9059 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9060
9061         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9062         regexp.
9063
9064 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9065
9066         * uudecode.el (uudecode-string-to-multibyte): New function emulating
9067         string-to-multibyte.
9068         (uudecode-decode-region-internal): Use it.
9069
9070         * lpath.el: Fbind string-as-multibyte for XEmacs.
9071
9072 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9073
9074         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
9075         Fix custom choice.
9076
9077         * gnus-art.el (gnus-signature-limit): Fix custom choice.
9078
9079 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
9080
9081         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
9082
9083         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
9084         `write-region' to respect `mm-inhibit-file-name-handlers'.
9085
9086 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
9087
9088         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
9089         Use gnus-home-directory instead of "~/" or "$HOME".
9090
9091 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
9092
9093         * encrypt.el (encrypt-insert-file-contents): Add better prompt
9094         to mention filename.
9095         Add comments at beginning regarding usage.
9096         (encrypt-write-file-contents): Change interactive so a string is
9097         acceptable.  If the file has no associated model, show an error instead
9098         of a nonsense prompt.
9099
9100 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9101
9102         * spam.el (spam-bsfilter-ham-switch): Fix typo.
9103         Thanks to Yoshihiko Yamada for kind notification of this typo.
9104
9105 2007-01-12  Kenichi Handa  <handa@m17n.org>
9106
9107         * uudecode.el (uudecode-decode-region-internal): Make it work in a
9108         multibyte buffer.
9109
9110 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9111
9112         * gnus-score.el (gnus-score-fast-scoring): New variable.
9113         (gnus-score-headers): Use it.
9114
9115         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
9116
9117         * message.el (message-cite-original-1):
9118         Call gnus-article-highlight-citation if requested.
9119         (message-make-from): Allow name and address as optional arguments.
9120
9121         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
9122
9123         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
9124         bugs to doc string.
9125         (gnus-button-alist): Add mid\\|message-id.
9126         (gnus-button-fetch-group): Extend for use in
9127         `browse-url-browser-function'.
9128         (gnus-button-url-regexp): Try to catch paired parentheses like in
9129         Wikipedia URLs.
9130
9131         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
9132         Suggested by Simon Krahnke <overlord@gmx.li>.
9133
9134 2007-01-13  Romain Francoise  <romain@orebokech.com>
9135
9136         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
9137         Update copyright.
9138
9139 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
9140
9141         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
9142
9143 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9144
9145         * gnus-registry.el (gnus-registry-unfollowed-groups)
9146         (gnus-registry-split-fancy-with-parent): Fix documentation.
9147
9148 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9149
9150         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
9151         from nnweb groups.
9152
9153 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9154
9155         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
9156         Xref urls.  Erase buffer before requesting head.
9157
9158         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9159
9160 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
9161
9162         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
9163         customizable.
9164
9165 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
9166
9167         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
9168         no signing key is found.
9169         (mml2015-epg-encrypt): Ask user whether to skip or abort if
9170         no encrypting and/or signing key is found.
9171
9172 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9173
9174         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
9175
9176 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9177
9178         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
9179         headers read from disk with the ones newly found in the current search.
9180         This should no longer cause problems, because the article numbers in
9181         Gmane's `nov.php' output are ignored since the previous change.
9182
9183 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9184
9185         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
9186
9187 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9188
9189         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
9190         replace-regexp-in-string; bind url-version; fbind display-images-p and
9191         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
9192         find-face and set-itimer-function for Emacs; bind itimer-list for
9193         Emacs.
9194
9195         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9196
9197 2007-01-01  Romain Francoise  <romain@orebokech.com>
9198
9199         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
9200
9201 2006-12-31  Steve Youngs  <steve@sxemacs.org>
9202
9203         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
9204         `define-minor-mode' macro definition expanded properly.
9205         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
9206         exclude it there.
9207
9208         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
9209         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
9210         `fboundp' test.
9211         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
9212         This is OK to autoload in (S)XEmacs now.
9213
9214 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9215
9216         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
9217         keystroke.
9218         (gnus-summary-limit-to-singletons): Fix typo.
9219
9220         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
9221         else fails.
9222
9223 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9224
9225         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
9226         docstring.
9227
9228         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
9229         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
9230         (gnus-summary-insert-dormant-articles): Fix typo in message.
9231
9232 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
9233
9234         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
9235         nil for XEmacs.
9236         (gnus-message-citation-mode): Don't autoload in XEmacs.
9237
9238         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
9239
9240 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
9241
9242         * nnimap.el (nnimap-expunge-search-string):
9243         Mention nnimap-search-uids-not-since-is-evil in docstring.
9244
9245 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9246
9247         * spam.el: Revert to make-obsolete-variable because
9248         define-obsolete-variable-alias is not supported in Emacs 21.
9249
9250         * spam.el (spam-ifile-path, spam-ifile-database-path)
9251         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
9252         make-obsolete-variable.
9253         (spam-bsfilter-path, spam-bsfilter-program)
9254         (spam-spamassassin-path, spam-spamassassin-program)
9255         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
9256         Don't use "path" inappropriately.
9257         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
9258         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
9259         variable names.
9260
9261 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
9262
9263         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
9264         summary buffer.
9265
9266         * password.el (password-cache-remove): Use clear-string to burn
9267         password, if available.
9268
9269 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9270
9271         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
9272
9273         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
9274
9275         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
9276         (gnus-message-highlight-citation): Move defcustom here from
9277         gnus-cite.el.
9278         (gnus-message-citation-mode): Autoload.
9279
9280         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
9281         checks to make it compile with XEmacs.
9282         (gnus-message-citation-mode): New minor mode.
9283         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
9284         (gnus-message-highlight-citation): New variables.
9285         (gnus-message-search-citation-line)
9286         (gnus-message-add-citation-keywords)
9287         (gnus-message-remove-citation-keywords)
9288         (turn-on-gnus-message-citation-mode)
9289         (turn-off-gnus-message-citation-mode): New functions.
9290
9291 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
9292
9293         * gnus-cite.el: Enable highlighting of different citation levels in
9294         message-mode.
9295
9296 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9297
9298         * message.el (message-make-fqdn): Fix comment.
9299         (message-bogus-system-names): Add ".local".
9300
9301         * spam.el (spam-ifile-path, spam-ifile-program)
9302         (spam-ifile-database-path, spam-ifile-database)
9303         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
9304         Don't use "path" inappropriately.
9305         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
9306         strings.
9307         (spam-check-ifile, spam-ifile-register-with-ifile)
9308         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
9309         Use new variable names.
9310
9311         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
9312         (gnus-treat-display-smileys): Simplify using
9313         gnus-image-type-available-p.
9314
9315         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
9316         available.
9317
9318         * gnus-xmas.el (gnus-xmas-image-type-available-p):
9319         Use `display-images-p' if available.
9320
9321 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9322
9323         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
9324         one after turning on the buffer's multibyteness instead of decoding
9325         them directly in the unibyte buffer that causes unexpected conversion
9326         in Emacs 23 (unicode).
9327
9328 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9329
9330         * message.el (message-generate-hashcash): Fix custom type.
9331
9332 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9333
9334         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
9335
9336 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9337
9338         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
9339         disconnect icons.  Add help text.
9340
9341 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
9342
9343         * spam.el (spam-extra-header-to-number): CRM114 spam score is
9344         negated to be consistent with the others we handle.
9345
9346 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9347
9348         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
9349         version of gnus-summary-buffer to something, so that we can use two
9350         article buffers at the same time.
9351
9352 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
9353
9354         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
9355         trigger all the extra headers.
9356         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
9357         sorting.
9358
9359 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9360
9361         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
9362         solid groups.
9363
9364 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
9365
9366         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
9367
9368 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
9369
9370         * legacy-gnus-agent.el: Add Copyright notice.
9371
9372 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
9373
9374         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
9375
9376 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9377
9378         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
9379
9380         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
9381         to make it work reliably in CVS Emacs.
9382         (gnus-summary-limit-strange-charsets-predicate)
9383         (gnus-summary-limit-to-predicate): New functions.
9384
9385 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
9386
9387         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
9388         specifying array size.
9389         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
9390         array if it is too small.
9391         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
9392         (gnus-sort-threads-loop): New function.
9393
9394 2006-12-06  Chris Moore  <dooglus@gmail.com>
9395
9396         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
9397         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
9398
9399 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
9400
9401         * mm-url.el (mm-url-predefined-programs): Call curl with correct
9402         options.
9403
9404 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9405
9406         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
9407         DOS-ing the recipient.
9408
9409         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
9410         the headers when creating the mapping to avoid mismappings.
9411         (nnweb-gmane-create-mapping): Always nix out old mapping.
9412
9413 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9414
9415         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
9416         and mm-verify-option to never.
9417
9418 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9419
9420         * message.el (message-signed-or-encrypted-p): New function.
9421         (message-forward-make-body): Use it.
9422
9423         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
9424         Replace encode-coding-string with mm-encode-coding-string.
9425
9426 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9427
9428         * nneething.el (nneething-decode-file-name):
9429         Replace decode-coding-string with mm-decode-coding-string.
9430
9431         * gnus-int.el (gnus-open-server): Say failed server's name.
9432
9433 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9434
9435         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
9436         strings to a single string.  Quote `errors-file-name'.
9437         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
9438         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
9439         Adjust calls.  Use `shell-quote-argument'.
9440
9441 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
9442
9443         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
9444         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
9445
9446         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
9447         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
9448         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
9449         (gnus-group-make-directory-group, gnus-group-transpose-groups):
9450         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
9451         (gnus-subscribe-newsgroup, gnus-1):
9452         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
9453         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
9454         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
9455         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
9456
9457 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9458
9459         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
9460         keystroke.
9461         (gnus-summary-limit-to-bodies): Implement headersp.
9462
9463 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9464
9465         * dns.el (query-dns): Protect against "Process dns deleted" strings.
9466
9467 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9468
9469         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
9470
9471 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9472
9473         * message.el (message-generate-hashcash): Expand range of values to
9474         include `opportunistic'.
9475         (message-send-mail): Use it.
9476
9477 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9478
9479         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
9480         and comment it.
9481
9482         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
9483
9484 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
9485
9486         * gnus-util.el (gnus-extract-address-components): Improve comment.
9487
9488 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9489
9490         * gnus-util.el (gnus-extract-address-components): Work with address in
9491         which the name portion contains @.
9492
9493         * lpath.el: Fbind custom-autoload.
9494
9495 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9496
9497         * gnus.el (gnus-start): Move custom group up.
9498         (gnus-select-method): Don't autoload, but make it available for
9499         `customize-variable'.
9500         (gnus-getenv-nntpserver): Don't autoload.
9501
9502 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
9503
9504         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
9505
9506 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9507
9508         * message.el (message-sendmail-extra-arguments): New variable.
9509         (message-send-mail-with-sendmail): Use it.
9510
9511 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9512
9513         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
9514         mm-with-unibyte-current-buffer to make string unibyte.
9515
9516         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
9517         mm-string-as-multibyte.
9518
9519 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
9520
9521         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
9522         Reported by Werner Koch <wk@gnupg.org>.
9523
9524 2006-11-14  Daiki Ueno  <ueno@p360>
9525
9526         * mml2015.el: Autoload epa-select-keys when compiling.
9527
9528 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9529
9530         * mml2015.el (mml2015-epg-sign): Save the signing keys in
9531         message-options.
9532         (mml2015-epg-encrypt): Save the recipient keys in message-options.
9533
9534 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9535
9536         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
9537         EasyPG (< 0.0.6).
9538         (mml2015-always-trust): New user option.
9539         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
9540         prompt.
9541
9542 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9543
9544         * nntp.el (nntp-authinfo-force): New variable.
9545         (nntp-send-authinfo): Use it.
9546
9547 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
9548
9549         * message.el (message-strip-subject-encoded-words): Allow _not_ to
9550         decode encoded words.  Improve prompt.  Add comment about forwarding.
9551         (message-replacement-char): Move up.
9552
9553 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
9554
9555         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
9556         instead of gnus-intersection because arguments of gnus-sorted-nunion
9557         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
9558
9559 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
9560
9561         * message.el (message-strip-subject-encoded-words): Reformat prompt.
9562         (message-simplify-subject-functions):
9563         Enable message-strip-subject-encoded-words by default.
9564
9565 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
9566
9567         * message.el (message-strip-subject-encoded-words): New function.
9568         (message-simplify-subject-functions): New variable.
9569         (message-simplify-subject): Use it.  Fix typo in doc string.
9570         Support message-strip-subject-encoded-words.
9571
9572 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
9573
9574         * gnus-diary.el (gnus-diary-delay-format-function):
9575         * nndiary.el (nndiary-reminders):
9576         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
9577
9578 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9579
9580         * gnus-art.el (article-hide-boring-headers): Fetch date from
9581         gnus-original-article-buffer to avoid problems with localized date
9582         strings.
9583
9584 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9585
9586         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
9587
9588 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
9589
9590         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9591         New variables.
9592         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9593         (mm-charset-synonym-alist): Move some entries to
9594         mm-codepage-iso-8859-list.
9595         (mm-charset-synonym-alist, mm-charset-override-alist):
9596         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9597
9598 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9599
9600         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
9601
9602 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9603
9604         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
9605         with Emacs 21 and XEmacs.
9606
9607 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
9608
9609         * spam.el (spam-parse-address): New function for better parsing,
9610         catching errors, etc.
9611         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
9612
9613 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9614
9615         * mm-view.el: Add interactive arg to html2text autoload.
9616
9617 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9618
9619         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
9620
9621 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
9622
9623         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9624         New variables.
9625         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9626         (mm-charset-synonym-alist): Move some entries to
9627         mm-codepage-iso-8859-list.
9628
9629         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
9630
9631 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
9632
9633         * message.el (message-citation-line-format)
9634         (message-insert-formated-citation-line): Fix implementation of %E, %N
9635         and %n according to the doc string.
9636
9637 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
9638
9639         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9640         Use car-safe to avoid bad parses.
9641
9642 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9643
9644         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
9645         names.
9646
9647         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
9648
9649 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9650
9651         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
9652         header.
9653
9654         * message.el (message-draft-headers): Add Date.
9655         (message-headers-to-generate): Fix typo in docstring.
9656
9657         * nndraft.el (nndraft-required-headers): New variable.
9658         (nndraft-generate-headers): Use it.
9659
9660         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
9661
9662 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9663
9664         * gnus-registry.el (gnus-registry-wash-for-keywords)
9665         (gnus-registry-find-keywords): New functions to allow easy searching of
9666         articles that are in the registry.
9667
9668 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9669
9670         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9671         Use ietf-drums-parse-address instead of gnus-extract-address-components.
9672         Reported by Damien Elmes <damien@repose.cx>.
9673
9674 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9675
9676         * gnus.el (gnus-mime): Remove unused custom group.
9677
9678 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9679
9680         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
9681         "blank line" when searching for end of armor headers.
9682
9683 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9684
9685         * gmm-utils.el (gmm-write-region): Fix variable name.
9686
9687 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
9688
9689         * gmm-utils.el (gmm-write-region): New function based on compatibility
9690         code from `mm-make-temp-file'.
9691
9692         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
9693
9694         * nnmaildir.el (nnmaildir--update-nov)
9695         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
9696         Use `gmm-write-region'.
9697
9698 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9699
9700         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
9701         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9702
9703         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
9704
9705         * message.el (message-replacement-char): New variable.
9706         (message-fix-before-sending): Use it.
9707         (message-simplify-subject): New function to remove duplicate code.
9708         (message-reply, message-followup): Use it.
9709
9710         * gnus-sum.el (gnus-summary-make-menu-bar):
9711         Clarify gnus-summary-limit-to-articles.
9712
9713 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9714
9715         * gnus-util.el (gnus-with-local-quit): New macro.
9716
9717         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
9718
9719 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
9720
9721         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
9722         ignore non-string data.
9723
9724 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
9725
9726         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
9727         non-string data (needs to be done in the registry too).
9728
9729 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9730
9731         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
9732         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
9733         (gnus-registry-split-fancy-with-parent)
9734         (gnus-registry-fetch-simplified-message-subject-fast)
9735         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
9736         Remove text properties on ingress into the registry and when it's saved.
9737         (gnus-registry-clean-empty-function): Fix bug with cleaning the
9738         registry from entries with no groups.
9739
9740 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9741
9742         * gnus-util.el (gnus-string-remove-all-properties): Add utility
9743         function to remove string properties.
9744
9745 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9746
9747         * gmm-utils.el (gmm): Adjust custom version.
9748
9749         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
9750         Adjust custom version.
9751
9752         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
9753
9754 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9755
9756         * gnus-art.el (gnus-insert-prev-page-button)
9757         (gnus-insert-next-page-button): Simplify.  Reformat.
9758
9759 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9760
9761         * gnus-art.el (gnus-insert-prev-page-button)
9762         (gnus-insert-next-page-button): Apply gnus-article-button-face.
9763
9764 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
9765
9766         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
9767
9768 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9769
9770         * gnus-art.el (gnus-insert-mime-button)
9771         (gnus-insert-mime-security-button):
9772         Apply gnus-article-button-face to MIME and security buttons.
9773
9774 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
9775
9776         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
9777         readable.
9778
9779 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9780
9781         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
9782
9783 2006-09-20  Steve Youngs  <steve@sxemacs.org>
9784
9785         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
9786         `browse-url-of-file' instead of `browse-url'.
9787
9788 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9789
9790         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9791         regexp.  Articles containing quotation were cut prematurely.
9792
9793 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9794
9795         * message.el (message-cite-original-1): Use nobody by default for the
9796         value of From header.
9797         (message-reply): Ditto.
9798
9799 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
9800
9801         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
9802         to the gnus-info.  This fixes a bug of inline-PGP message verification.
9803         Reported by Michael Piotrowski <mxp@dynalabs.de>.
9804
9805 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
9806
9807         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
9808         mails in the doc string.  Add some URLs in comment.
9809         (pop3-movemail): Warn about pop3-leave-mail-on-server.
9810
9811 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9812
9813         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
9814         backslashes handling and the way to find boundaries of quoted strings.
9815
9816 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
9817
9818         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
9819         mml1991-encrypt-to-self is set and mml1991-signers is not set.
9820         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
9821         mml2015-encrypt-to-self is set and mml2015-signers is not set.
9822
9823 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9824
9825         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
9826         doc string.
9827         (gnus-button-regexp, gnus-button-last): Remove unused variables.
9828
9829 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9830
9831         * lpath.el: Fbind epg-check-configuration.
9832
9833 2006-09-06  Simon Josefsson  <jas@extundo.com>
9834
9835         * mml2015.el (mml2015-use): Doc fix, mention epg.
9836
9837 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9838
9839         * mml2015.el (mml2015-use): Default to epg, if available.
9840
9841 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9842
9843         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
9844         message-sender.
9845         (mml1991-epg-encrypt): Ditto.
9846         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
9847         message-sender.
9848         (mml2015-epg-encrypt): Ditto.
9849
9850 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
9851
9852         * message.el (message-send-mail-with-sendmail): Look for sendmail in
9853         several common directories.
9854
9855 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
9856
9857         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
9858         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
9859
9860 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9861
9862         * gnus-art.el (article-decode-encoded-words): Make it fast.
9863
9864 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9865
9866         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
9867
9868         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
9869         in quoted string into `\'.
9870
9871 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9872
9873         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9874         Use standard-syntax-table.
9875
9876 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9877
9878         * gnus-art.el (gnus-decode-address-function): New variable.
9879         (article-decode-encoded-words): Use it to decode headers which are
9880         assumed to contain addresses.
9881         (gnus-mime-delete-part): Remove useless `or'.
9882
9883         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
9884         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
9885         (gnus-nov-parse-line): Use it to decode From header.
9886         (gnus-get-newsgroup-headers): Ditto.
9887         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
9888
9889         * mail-parse.el (mail-decode-encoded-address-region): New alias.
9890         (mail-decode-encoded-address-string): New alias.
9891
9892         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9893         New function.
9894         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
9895         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
9896         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
9897         (rfc2047-decode-string): Ditto.
9898         (rfc2047-decode-address-region): New function.
9899         (rfc2047-decode-address-string): New function.
9900
9901 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
9902
9903         * message.el (message-caesar-buffer-body): Allow rotating headers.
9904
9905         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
9906
9907         * message.el (message-insert-formated-citation-line): Fix %f.
9908         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
9909
9910 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9911
9912         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
9913         (gnus-bookmark-mouse-available-p): New macro.
9914         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
9915         (gnus-bookmark-bmenu-show-infos): Use it.
9916         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
9917         (gnus-bookmark-bmenu-hide-infos): Ditto.
9918         (gnus-bookmark-remove-properties): New function.
9919         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
9920         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
9921         (gnus-bookmark-write-file): Bind coding-system-for-write.
9922         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
9923         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
9924         group before selecting it.
9925         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
9926         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
9927         quit-window if it is not available; use gnus-mouse-2 and bind it to
9928         gnus-bookmark-bmenu-select-by-mouse.
9929         (gnus-bookmark-show-details): Remove unused variable `details-list'.
9930         (gnus-bookmark-bmenu-select-by-mouse): New function.
9931
9932 2006-08-13  Romain Francoise  <romain@orebokech.com>
9933
9934         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
9935         space.
9936
9937 2006-08-10  Romain Francoise  <romain@orebokech.com>
9938
9939         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
9940         (dns-mode-soa-auto-increment-serial): New user option.
9941         (dns-mode-soa-maybe-increment-serial): New function.
9942         (dns-mode): Add the latter to `write-contents-functions'.
9943
9944 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9945
9946         * compface.el (uncompface): Use binary rather than raw-text-unix.
9947
9948 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9949
9950         * compface.el (uncompface): Make sure the eol conversion doesn't take
9951         place when communicating with the external programs.
9952         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9953
9954 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9955
9956         * nnheader.el (nnheader-insert-head): Fix typo in comment.
9957
9958 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9959
9960         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9961         Make it more robust by parsing author and date independently.
9962
9963 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9964
9965         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
9966
9967 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
9968
9969         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
9970         first matching secret key.
9971         (mml2015-epg-encrypt): Ditto.
9972
9973         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
9974         first matching secret key.
9975         (mml1991-epg-encrypt): Ditto.
9976
9977         * mml2015.el (mml2015-encrypt-to-self): New user option.
9978         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
9979         mml2015-epg-encrypt-to-self is set.
9980
9981         * mml1991.el (mml1991-encrypt-to-self): New variable.
9982         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
9983         mml1991-epg-encrypt-to-self is set.
9984
9985         * mml2015.el (mml2015-signers): New user option.
9986         (mml2015-epg-sign): Reflect the value of mml2015-signers.
9987         (mml2015-epg-encrypt): Allow to select signing keys.
9988
9989         * mml1991.el (mml1991-signers): New variable.
9990         (mml1991-epg-sign): Reflect the value of mml1991-signers.
9991         (mml1991-epg-encrypt): Allow to select signing keys.
9992
9993 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9994
9995         * nnheader.el (nnheader-insert-head): Make it work even if the file
9996         uses CRLF for the line-break code.
9997
9998 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
9999
10000         * mml2015.el: Require mml-sec instead of password.
10001         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
10002         (mml2015-cache-passphrase): Inherit the default value from
10003         mml-secure-cache-passphrase.
10004         (mml2015-passphrase-cache-expiry): Inherit the default value from
10005         mml-secure-passphrase-cache-expiry.
10006
10007         * mml1991.el: Require mml-sec instead of password.
10008         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
10009         (mml1991-cache-passphrase): Inherit the default value from
10010         mml-secure-cache-passphrase.
10011         (mml1991-passphrase-cache-expiry): Inherit the default value from
10012         mml-secure-passphrase-cache-expiry.
10013
10014         * mml-sec.el: Require password.
10015         (mml-secure-verbose): New user option.
10016         (mml-secure-cache-passphrase): New user option.
10017         (mml-secure-passphrase-cache-expiry): New user option.
10018
10019 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
10020
10021         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10022         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
10023         andreas@altroot.de (Andreas Vögele).
10024
10025         FIXME: Use `tiny change'?
10026
10027 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10028
10029         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
10030         workaround for the url package included with Emacs.
10031
10032         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10033
10034 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10035
10036         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
10037         correctly.  This fixes a bug caused by the 2006-05-12 change.
10038
10039 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
10040
10041         * nnmail.el (nnmail-article-group): If splitting raises an error, give
10042         some information about the error when saying that the `bogus' mail
10043         group will be used.
10044
10045 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
10046
10047         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
10048         string.
10049
10050 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
10051
10052         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
10053
10054 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10055
10056         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
10057
10058 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10059
10060         * mml1991.el (mml1991-function-alist): Add epg.
10061         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
10062         (mml1991-epg-encrypt): New functions.
10063
10064 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10065
10066         * mml2015.el (mml2015-verbose): New variable.
10067         (mml2015-cache-passphrase): Ditto.
10068         (mml2015-passphrase-cache-expiry): Ditto.
10069         (mml2015-function-alist): Add epg.
10070         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
10071         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
10072         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
10073         New functions.
10074
10075 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10076
10077         * message.el (message-cite-original-1): Preserve region when removing
10078         quoted text due to X-No-Archive in order to avoid bogus attribution
10079         when citing multiple messages.
10080
10081 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10082
10083         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
10084         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
10085
10086 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
10087
10088         * gnus-diary.el (gnus-user-format-function-d)
10089         (gnus-user-format-function-D): Autoload.
10090
10091         * imap.el (Commentary): Fix typo.
10092
10093         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
10094         2006-04-22 contribution.
10095
10096 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10097
10098         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
10099         It didn't really fix the bogosity I'm seeing with solid web groups.
10100
10101 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10102
10103         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
10104         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
10105         created using server names.  If we use the feature without declaring
10106         it, Gnus does not properly manage server and group state.
10107
10108         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
10109         bound.
10110
10111 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10112
10113         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
10114         looking up the method using GROUP's prefix before inventing a new one.
10115         It is used on killed/unknown groups in various places where returning
10116         an all-new method isn't expected by the caller.
10117
10118         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
10119         and match semantics of gnus-group-real-prefix.
10120
10121 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
10122
10123         * nnmail.el (nnmail-broken-references-mailers): New variable.
10124         (nnmail-ignore-broken-references): New function generalizing
10125         nnmail-fix-eudora-headers.
10126         (nnmail-fix-eudora-headers): Now obsolete.
10127
10128         * gnus-art.el (gnus-button-handle-custom):
10129         Support `customize-apropos*'.
10130
10131 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10132
10133         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
10134
10135         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
10136         articles.
10137
10138 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
10139
10140         * message.el (message-cite-reply-above): New variable.
10141         (message-yank-original): Use it.
10142
10143 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10144
10145         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
10146
10147 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
10148
10149         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
10150         as read.
10151
10152         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
10153
10154 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
10155
10156         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
10157         (gnus-bookmark-default-file): Use gnus-directory.
10158         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
10159         Remove "*" in doc string.
10160         (gnus-bookmark-write-file): Simplify.
10161         (gnus-bookmark-maybe-sort-alist): Use `when'.
10162         (gnus-bookmark-get-bookmark): Fix typo in doc string.
10163         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
10164         Add FIXME about Emacs 21 and XEmacs compatibility.
10165         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
10166         compatibility.
10167         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
10168         compatibility.
10169         (gnus-bookmark-menu-heading): Fix version.
10170
10171 2006-06-19  Bastien Guerry  <bzg@altern.org>
10172
10173         * gnus-bookmark.el: New file.
10174
10175 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10176
10177         * message.el (message-syntax-checks): Doc fix.
10178
10179 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10180
10181         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
10182         unsubscribed groups as if they were killed ones.  It causes duplicate
10183         entries in gnus-newsrc-alist.
10184
10185 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10186
10187         * message.el (message-syntax-checks): Doc fix.
10188         (message-send-mail): Add check for continuation headers.
10189         (message-check-news-header-syntax): Fix regexp used to check for
10190         continuation headers.
10191
10192 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10193
10194         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
10195
10196 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
10197
10198         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
10199
10200 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10201
10202         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
10203         default-truncate-lines.
10204
10205 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10206
10207         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
10208         to fill the utf-8 entry.
10209
10210         * lpath.el: Fbind unicode-precedence-list.
10211
10212 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10213
10214         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10215
10216 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
10217
10218         * gnus-agent.el (directory-files-and-attributes): Move all the way
10219         forward (the third and final move).
10220         (gnus-agent-read-agentview): Trap reconstruction errors due to
10221         nonexistent directory.  Handle by returning nil.
10222
10223 2006-05-30  Didier Verna  <didier@xemacs.org>
10224
10225         * message.el (message-dont-reply-to-names): Update the custom type.
10226         * message.el (message-dont-reply-to-names): New defsubst: potentially
10227         convert a list of regexps into a single one.
10228         * message.el (message-get-reply-headers): Use it.
10229         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
10230
10231 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10232
10233         * gnus-agent.el (directory-files-and-attributes): Move forward.
10234
10235 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10236
10237         * gnus-ml.el (gnus-mailing-list-subscribe)
10238         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
10239         (gnus-mailing-list-message): Fix doc strings.
10240
10241 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10242
10243         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
10244         of doing it manually.
10245
10246 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10247
10248         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
10249         comment.
10250
10251 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
10252
10253         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
10254         (gnus-agent-read-agentview): Fix handling of end-of-file error.
10255         (gnus-agent-read-local): All symbols allocated in my-obarray.
10256         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
10257         (gnus-agent-regenerate-group): Check numeric names to see if they are
10258         messages or groups.
10259         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
10260         better way of do this...)
10261
10262         * gnus-cache.el (gnus-agent-total-fetched-for):
10263         Ignore 'dummy.group' (there should be a better way of do this...)
10264
10265 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10266
10267         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
10268         (gnus-saved-headers): Ditto.
10269         (gnus-default-article-saver): Mention functions may have properties.
10270         (gnus-article-save): Override gnus-save-all-headers and
10271         gnus-saved-headers by :headers property which saver function may have.
10272         (gnus-summary-save-in-file): Add :headers property.
10273         (gnus-summary-write-to-file): Ditto.
10274
10275         * gnus-sum.el (gnus-summary-save-article): Bind
10276         gnus-prompt-before-saving to t when saving many articles in a file;
10277         always show all headers.
10278
10279         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
10280
10281 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10282
10283         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
10284         marks.
10285
10286         * message.el (message-indent-citation): Add optional arguments to allow
10287         using it outside of message buffers.
10288
10289         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
10290         (gnus-article-treat-unfold-headers): Use it.
10291         (gnus-article-truncate-lines): New variable.
10292         (gnus-article-mode): Use it.
10293         (gnus-article-toggle-truncate-lines): New function.
10294
10295         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
10296         Add gnus-article-toggle-truncate-lines.
10297
10298         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
10299         coding system in XEmacs, use binary.
10300
10301 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10302
10303         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
10304         after-load-alist.
10305
10306         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
10307         this function should save decoded articles.
10308         (gnus-summary-write-to-file): Use property to specify this function
10309         should save decoded articles and specify gnus-summary-save-in-file
10310         should be used to save articles other than the first one when saving
10311         many articles.
10312         (gnus-summary-save-body-in-file): Use property to specify this
10313         function should save decoded articles.
10314         (gnus-summary-write-body-to-file): Use property to specify this
10315         function should save decoded articles and specify
10316         gnus-summary-save-body-in-file should be used to save articles other
10317         than the first one when saving many articles.
10318
10319         * gnus-sum.el (gnus-summary-save-article): Simplify.
10320
10321 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10322
10323         * gnus-art.el (gnus-default-article-saver):
10324         Add gnus-summary-write-body-to-file.
10325         (gnus-article-save-coding-system): Don't use coding system object
10326         in XEmacs.
10327         (gnus-read-save-file-name): Add optional `dir-var' argument which
10328         specifies directory in which files are saved; work even if optional
10329         `variable' argument is not specified.
10330         (gnus-summary-write-to-file): Read file name.
10331         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
10332         (gnus-summary-write-body-to-file): New function.
10333
10334         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
10335         (gnus-summary-local-variables): Add it.
10336         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
10337         (gnus-summary-save-article): Remove optional `decode' argument;
10338         determine whether to decode articles by the value of
10339         gnus-default-article-saver; when saving many files using
10340         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
10341         it first and use gnus-summary-save-in-file or
10342         gnus-summary-save-body-in-file thereafter unless
10343         gnus-prompt-before-saving is always; move point to article which
10344         will be saved.
10345         (gnus-summary-save-article-file): Revert.
10346         (gnus-summary-write-article-file): Revert.
10347         (gnus-summary-save-article-body-file): Revert.
10348         (gnus-summary-write-article-body-file): New function.
10349
10350 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10351
10352         * gnus-art.el (gnus-default-article-saver): Doc fix.
10353         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
10354         from gnus-summary-save-article-coding-system, and default to a
10355         certain coding system.
10356         (gnus-output-to-file): Add coding cookie and encode text according
10357         to gnus-article-save-coding-system; don't use mm-append-to-file.
10358
10359         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
10360         gnus-art.el and rename to gnus-article-save-coding-system.
10361         (gnus-summary-save-article): Require gnus-art; don't show all
10362         headers if it decodes articles; don't add coding cookie here;
10363         don't bind mm-text-coding-system-for-write.
10364         (gnus-summary-save-article-file): Save decoded articles.
10365         (gnus-summary-write-article-file): When saving many files, use
10366         gnus-summary-write-to-file first and gnus-summary-save-in-file
10367         thereafter unless gnus-prompt-before-saving is always.
10368         (gnus-summary-save-article-body-file): Save decoded articles.
10369
10370         * lpath.el: Fbind select-safe-coding-system for XEmacs.
10371
10372 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10373
10374         * nnrss.el (nnrss-check-group): Bind hash-index.
10375
10376 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
10377
10378         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
10379         its hash index.  Store this hash in `nnrss-group-data'.
10380         (nnrss-read-group-data): Update accordingly.
10381
10382 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10383
10384         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
10385         entry.
10386
10387         * gnus-sum.el (gnus-summary-make-menu-bar):
10388         Add gnus-article-browse-html-article.
10389
10390 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
10391
10392         * gnus-sum.el (gnus-summary-mime-map):
10393         Add gnus-article-browse-html-article.
10394
10395         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
10396
10397 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10398
10399         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
10400         suitable coding systems in customize.
10401
10402 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
10403
10404         * mail-source.el (mail-sources): Fix custom type.
10405
10406 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
10407
10408         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
10409         (gnus-summary-expire-articles-now): Shorten prompt.
10410
10411         * gmm-utils.el (wid-edit): Require.
10412         (defun-gmm): Rename from `gmm-defun-compat'.
10413         (gmm-image-search-load-path): Use it.
10414         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
10415
10416 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10417
10418         * gnus-sum.el (gnus-summary-save-article-coding-system):
10419         New variable.
10420         (gnus-summary-save-article): Add optional `decode' argument.
10421         If it is set and gnus-summary-save-article-coding-system is non-nil,
10422         save decoded article.
10423         (gnus-summary-write-article-file): Save decoded article if
10424         gnus-summary-save-article-coding-system is non-nil.
10425
10426         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
10427         type.
10428
10429 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10430
10431         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
10432
10433 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10434
10435         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
10436         first to test gnus-single-article-buffer which may be buffer-local.
10437
10438         * gnus-sum.el (gnus-summary-setup-buffer):
10439         Make gnus-single-article-buffer buffer-local and nil in ephemeral
10440         group; make gnus-article-buffer, gnus-article-current, and
10441         gnus-original-article-buffer always buffer-local.
10442         (gnus-summary-exit): Kill article buffer belonging to ephemeral
10443         group.
10444         (gnus-handle-ephemeral-exit): Don't move to next summary line.
10445
10446 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10447
10448         * nnml.el (nnml-request-compact-group): Compressed files might not
10449         have .gz extension.
10450
10451 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10452
10453         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
10454         (mm-copy-to-buffer): Use with-current-buffer.
10455         (mm-display-part): Simplify.
10456         (mm-inlinable-p): Add optional arg `type'.
10457
10458 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10459
10460         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
10461         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
10462         Try harder to show the attachment internally or externally using
10463         gnus-mime-view-part-as-type.
10464
10465 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10466
10467         * message.el (message-from-style, message-signature-separator)
10468         (message-user-organization-file, message-send-mail-function)
10469         (message-citation-line-function, message-yank-prefix)
10470         (message-indent-citation-function, message-signature)
10471         (message-signature-file, message-signature-insert-empty-line):
10472         Remove autoloads.
10473
10474         * gnus-art.el (gnus-buttonized-mime-types):
10475         Remove "multipart/signed".  Revert 2006-04-26 change.
10476
10477 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10478
10479         * gnus.el (gnus-version-number): Bump version.
10480
10481 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10482
10483         * gnus.el: No Gnus v0.5 is released.
10484
10485 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10486
10487         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
10488         fetching articles by message-id.
10489
10490 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10491
10492         * message.el (hashcash): Require hashcash as normal.
10493
10494         * ecomplete.el (ecomplete-highlight-match-line):
10495         Use point-at-eol.
10496         (ecomplete-highlight-match-line): Use `highlight', because that
10497         face exists in both Emacs and XEmacs.
10498
10499         * message.el (message-display-abbrev): Use point-at-bol.
10500
10501         * mail-source.el: Don't require timer/timer-funcs.
10502
10503         * gnus-async.el: Ditto.
10504
10505         * password.el: Ditto.
10506
10507         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
10508
10509         * mm-url.el: Ditto.
10510
10511         * gnus-xmas.el: Don't require timer-funcs.
10512
10513         * mm-util.el: Require timer/timer-funcs.
10514
10515 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10516
10517         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
10518         Close.
10519
10520 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10521
10522         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
10523         unibyte after clear-decrypt function runs.
10524
10525         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
10526         returns as a unibyte string.
10527
10528 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10529
10530         * lpath.el: Revert.
10531
10532         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
10533         (pgg-gpg-process-sentinel): Revert.
10534
10535         * pgg-pgp.el (pgg-pgp-process-region): Revert.
10536         (pgg-pgp-lookup-key): Revert.
10537
10538         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
10539         (pgg-pgp5-lookup-key): Revert.
10540
10541         * pgg.el (pgg-fetch-key): Revert.
10542
10543 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10544
10545         * lpath.el: Fbind string-as-multibyte for XEmacs.
10546
10547         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
10548         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
10549         (mml1991-pgg-encrypt): Ditto.
10550
10551         * pgg-gpg.el (pgg-string-to-multibyte): New function.
10552         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
10553         a multibyte buffer.
10554
10555         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
10556         (pgg-pgp-lookup-key): Ditto.
10557
10558         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
10559         (pgg-pgp5-lookup-key): Ditto.
10560
10561         * pgg.el (pgg-fetch-key): Ditto.
10562
10563 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
10564
10565         * message.el (message-user-organization-file): Check several
10566         locations of the organization file.
10567
10568         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
10569         Add gnus-article-view-part-as-type.
10570
10571         * gnus-art.el (gnus-article-view-part-as-type): New function.
10572
10573         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
10574         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
10575
10576         * mml.el: Simplify autoload.
10577         (mml-mode): defvar dnd-protocol-alist instead of using
10578         symbol-value.
10579         (mml-default-directory): New variable.
10580         (mml-minibuffer-read-file): Use it.
10581         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
10582
10583         * message.el (message-citation-line-format): New variable.
10584         (message-insert-formated-citation-line): New function.
10585         (message-citation-line-function):
10586         Add `message-insert-formated-citation-line' to custom type.
10587
10588         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
10589         to doc string.
10590
10591         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
10592         depending on mm-verify-option.
10593
10594 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10595
10596         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
10597         binding pgg-* variables; reimplement the section which prevents
10598         MIME header from being signed.
10599         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
10600         pgg-text-mode; remove a blank line at the top of body.
10601
10602         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
10603         lines at the top of body; use gnus-newsgroup-charset if there's no
10604         Charset header.
10605
10606 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10607
10608         * message.el (message-self-insert-commands): Doc fix.
10609
10610         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
10611         (mm-uu-pgp-encrypted-test): Ditto.
10612         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
10613         between header and body; return application/pgp-encrypted handle
10614         if decryption failed; decode decrypted body by charset.
10615
10616         * mm-decode.el (mm-automatic-display): Don't make application/pgp
10617         element match to application/pgp-*.
10618
10619 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10620
10621         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
10622         HTML.
10623
10624 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10625
10626         * mail-source.el (mail-source-call-script): Message the error
10627         string.
10628
10629 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10630
10631         * gnus-util.el (gnus-byte-compile): Use it.
10632
10633 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
10634
10635         * gnus-util.el (kill-empty-logs): New function.
10636
10637 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10638
10639         * message.el (message-mail-alias-type): Doc fix.
10640         (message-mail-alias-type-p): New function.
10641         (message-send): Use it.
10642         (message-mode): Ditto.
10643         (message-strip-forbidden-properties): Ditto.
10644
10645         * ecomplete.el (ecomplete-database-file-coding-system):
10646         New variable.
10647         (ecomplete-save): Use it.
10648         (ecomplete-setup): Use it.
10649
10650 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10651
10652         * message.el (message-self-insert-commands): New variable.
10653         (message-strip-forbidden-properties): Use it.
10654
10655 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10656
10657         * message.el (message-put-addresses-in-ecomplete): Use a regexp
10658         that doesn't make XEmacs choke.
10659
10660 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
10661
10662         * gnus-util.el (gnus-replace-in-string):
10663         Prefer replace-regexp-in-string over of replace-in-string.
10664
10665 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10666
10667         * gnus-util.el (gnus-select-frame-set-input-focus):
10668         Use select-frame-set-input-focus if it is available in XEmacs; use
10669         definition defined in Emacs 22 for old Emacsen.
10670
10671         * dgnushack.el: Autoload unmorse-region for XEmacs.
10672
10673         * lpath.el: Bind cursor-in-non-selected-windows and
10674         select-frame-set-input-focus for XEmacs.
10675
10676 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10677
10678         * mm-view.el (mm-inline-text): Use equal instead of equalp.
10679
10680 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
10681
10682         * gnus-registry.el (gnus-registry-cache-save): Remove text
10683         properties when saving via the temp buffer.
10684
10685 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10686
10687         * message.el (message-generate-hashcash): Honor custom type.
10688
10689 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10690
10691         * message.el (message-generate-hashcash): Default to non-nil when
10692         hashcash is found.
10693
10694         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
10695         (gnus-refer-thread-limit): Increase default to 500.
10696
10697         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
10698
10699         * flow-fill.el (fill-flowed): Allow delete-space.
10700
10701 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10702
10703         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10704         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
10705         Remove autoloads.
10706
10707 2006-04-18  Simon Josefsson  <jas@extundo.com>
10708
10709         * message.el (message-generate-hashcash): Default to.
10710
10711 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10712
10713         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10714         concatenating segments rather than before concatenating them.
10715
10716 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10717
10718         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
10719
10720 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10721
10722         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
10723
10724         * message.el (message-forward-make-body-plain):
10725         Allow message-forward-ignored-headers to be a list.
10726         (message-remove-ignored-headers): Factor out into function.
10727         (message-forward-make-body-mml): Use it.
10728
10729         * imap.el (imap-quote-specials): New function.
10730         (imap-login-auth): Quote specials.
10731
10732         * rfc2231.el (rfc2231-parse-string): Remove dead code.
10733         (rfc2231-parse-string): Allow concatanation of parameters that
10734         aren't contiguous.  The test case is
10735           (mail-header-parse-content-type "message/external-body;
10736             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
10737             access-type=LOCAL-FILE;
10738             name*1*=plugh%2fhello-sailor%2fbing.pdf")
10739
10740 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10741
10742         * nntp.el (nntp-accept-process-output): Return the value of
10743         `nnheader-accept-process-output'.
10744
10745 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10746
10747         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
10748         (gnus-button-alist): Recognize more diff formats.
10749         (gnus-button-patch): Strip directory.
10750
10751 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10752
10753         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
10754         Emacs 22 when setting focus.
10755
10756 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10757
10758         * gnus-art.el (gnus-article-treat-types): Do treatment of
10759         text/x-verbatim parts.
10760         (gnus-button-patch): New command.
10761
10762         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
10763         addresses that contain invalid characters.
10764
10765 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10766
10767         * message.el (message-put-addresses-in-ecomplete):
10768         Use gnus-replace-in-string.
10769         (message-is-yours-p): Use the more correct
10770         mail-header-parse-address instead of
10771         mail-extract-address-components.
10772         (message-put-addresses-in-ecomplete): Fix typo.
10773
10774         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
10775         keystroke.
10776
10777         * gnus-art.el (gnus-treatment-function-alist): Change order of
10778         newsgroups/generic header folding to avoid double-folding.
10779
10780         * message.el (message-hidden-headers): Add X-Draft-From.
10781
10782         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
10783         New command.
10784         (gnus-summary-repeat-search-article-backward): New command.
10785
10786         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
10787         groups in the parent topic.
10788
10789 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
10790
10791         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
10792         (spam-extra-header-to-number): Return the CRM114 number as a
10793         number instead of a string.
10794
10795 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10796
10797         * gnus-art.el (gnus-face-properties-alist): Move here from
10798         gnus-fun.
10799
10800         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
10801
10802 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10803
10804         * message.el (message-strip-forbidden-properties): Only display on
10805         self-insert-command.
10806
10807         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
10808         reindent.
10809         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
10810
10811 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
10812
10813         * smiley.el (smiley-style): Fix typo.
10814
10815 2006-03-23  Kenichi Handa  <handa@m17n.org>
10816
10817         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
10818         instead of set-buffer-multibyte.
10819
10820 2006-03-23  Kenichi Handa  <handa@m17n.org>
10821
10822         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10823         buffer and then decode the buffer text if necessary.
10824         (rfc2231-encode-string): Be sure to work on multibyte buffer at
10825         first, and after mm-encode-body, change the buffer to unibyte.
10826
10827 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10828
10829         * hashcash.el (hashcash-insert-payment-async-2):
10830         Use message-goto-eoh instead of doing it manually.
10831         (mail-add-payment): Use message-narrow-to-header instead of trying
10832         to do the same itself.
10833
10834         * message.el (message-hidden-headers): Add Face.
10835
10836         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
10837         reparenting code.
10838         (gnus-summary-reparent-children): Refactored out code.
10839         (gnus-summary-thread-map): New keystroke.
10840         (gnus-summary-reparent-children): Make into command.
10841
10842         * smiley.el (smiley-style): Default to `medium' if using a large
10843         font.
10844
10845         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
10846         does it itself.
10847
10848         * message.el (message-point-in-header-p): Simplify definition.
10849
10850 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10851
10852         * nnagent.el (nnagent-request-set-mark): Silence log file
10853         writing.
10854         (nnagent-request-set-mark): Use write-region instead of
10855         append-to-file.
10856
10857         * gnus-sum.el (gnus-read-header): Fudge article number if using a
10858         strange select method.
10859
10860         * ecomplete.el (ecomplete-display-matches): Get highlightling
10861         right.
10862         (ecomplete-display-matches): Use literals.
10863         (ecomplete-display-matches): Disable message logging.
10864
10865         * message.el (message-display-abbrev): Small optimization.
10866
10867         * ecomplete.el (ecomplete-display-matches): Allow automatic
10868         display.
10869
10870         * message.el (message-strip-forbidden-properties):
10871         Display abbrevs.
10872         (message-display-abbrev): Get automatic display right.
10873
10874         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
10875         keystrokes.
10876
10877 2006-04-13  Romain Francoise  <romain@orebokech.com>
10878
10879         TODO: Backport to v5-10!
10880
10881         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
10882         Move here (and rename) from gnus-registry.el.
10883
10884         * gnus-registry.el: Require gnus-util.
10885         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
10886
10887 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10888
10889         * gnus-group.el (gnus-group-catchup-current):
10890         Change if-then-else-if-then-else into cond.
10891         (gnus-group-catchup): Indent.
10892         (group-name-at-point): New function.
10893         (gnus-fetch-group): Provide default from thing at point.
10894
10895 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10896
10897         * message.el (message-display-abbrev): Fix regexp.
10898
10899         * ecomplete.el (ecomplete-highlight-match-line):
10900         Reimplement choosing.
10901         (ecomplete-highlight-match-line): Fix up code rewrite, remove
10902         dead variables.
10903
10904         * message.el (message-newline-and-indent): Remove debugging.
10905         (message-display-abbrev): Use new implementation.
10906
10907 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
10908
10909         * gnus-art.el (gnus-article-mode):
10910         Set cursor-in-non-selected-windows to nil.
10911
10912         * smiley.el: Revert previous change.
10913         (smiley-data-directory): defvar it before using it in the
10914         defcustom of `smiley-style'.
10915
10916 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10917
10918         * message.el (message-newline-and-indent): New function.
10919
10920         * ecomplete.el: Implement more bits.
10921
10922         * message.el (message-put-addresses-in-ecomplete): Clean up the
10923         string.
10924
10925         * ecomplete.el (ecomplete-add-item): Chop off decimals.
10926
10927         * gnus-sum.el (gnus-summary-save-parts):
10928         Bind gnus-summary-save-parts-counter and use it to make unique file
10929         names.
10930
10931         * gnus-art.el (gnus-ignored-headers): Add some more headers.
10932
10933         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
10934         parameter to say whether to actually parse the individual
10935         addresses.
10936
10937         * message.el (message-put-addresses-in-ecomplete): New function.
10938         (ecomplete): Require.
10939         (message-mail-alias-type): Add ecomplete as an option.
10940
10941 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
10942
10943         * flow-fill.el (fill-flowed): Remove trailing space from blank
10944         quoted lines.
10945
10946 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10947
10948         * smiley.el (smiley-style): Move definition later to avoid a
10949         compilation warning.
10950
10951 2006-04-12  Kenichi Handa  <handa@m17n.org>
10952
10953         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10954         buffer and then decode the buffer text if necessary.
10955         (rfc2231-encode-string): Be sure to work on multibyte buffer at
10956         first, and after mm-encode-body, change the buffer to unibyte.
10957         Use mm-disable-multibyte instead of set-buffer-multibyte.
10958
10959 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10960
10961         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
10962         Content-Type header instead of Content-Disposition header.
10963         (gnus-mime-inline-part): Ditto.
10964         (gnus-mime-view-part-as-charset): Ignore charset that the part
10965         specifies.
10966
10967         * mm-decode.el (mm-display-part): Work with external parts and
10968         usual parts similarly.
10969
10970         * mm-extern.el (mm-inline-external-body): Use mm-display-part
10971         instead of gnus-display-mime.
10972
10973         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
10974         instead of with-temp-buffer.
10975
10976         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
10977         tag to summarized topics part in order to encode non-ASCII text.
10978
10979 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10980
10981         * smiley.el (smiley-style): New variable.
10982         (smiley-directory): New function.
10983         (smiley-data-directory): Derive from `smiley-style' using
10984         `smiley-directory'.
10985         (smiley-regexp-alist): Add new entries.
10986
10987         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
10988         (gnus-article-browse-delete-temp): Add :version.
10989
10990 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
10991
10992         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
10993         the sieve region.
10994
10995 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10996
10997         * gnus.el (gnus-version-number): Bump version.
10998
10999 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11000
11001         * gnus.el: No Gnus v0.4 is released.
11002
11003 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11004
11005         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
11006         layout.
11007
11008         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
11009         unknown charset.
11010
11011         * message.el (message-header-synonyms): Add Original-To to the
11012         default.
11013
11014         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
11015         optional parameter.
11016
11017 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
11018
11019         * gnus-fun.el (gnus): Require it for gnus-directory.
11020
11021 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11022
11023         * gnus-fun.el (gnus-face-properties-alist): Add :version.
11024
11025 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11026
11027         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
11028
11029 2006-04-05  Simon Josefsson  <jas@extundo.com>
11030
11031         * password.el (password-reset): New function.
11032
11033 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11034
11035         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11036         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11037
11038 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11039
11040         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11041         Some whitespace was matched into the url, which broke browsing hits
11042         > 100 when mm-url-use-external was nil.
11043
11044 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11045
11046         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11047         Check gnus-extra-headers for 'Newsgroups.
11048
11049         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
11050         bound.
11051
11052 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
11053
11054         * pgg-gpg.el: Clean up process buffers every time gpg processes
11055         complete.
11056
11057 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
11058
11059         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11060         doc string.
11061
11062 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
11063
11064         * pgg-gpg.el (pgg-gpg-process-filter)
11065         (pgg-gpg-wait-for-completion): Check if buffer is alive.
11066
11067         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11068         lines, temporary fix.
11069
11070 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11071
11072         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
11073
11074 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
11075
11076         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11077         default-enable-multibyte-characters.  This reverts the change from
11078         revision 6.17 which is no longer necessary because the passphrase
11079         is sent separately now.  GnuPG messages are unreadable under
11080         multibyte locales with default-enable-multibyte-characters set to
11081         nil.
11082
11083 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
11084
11085         * message.el (message-tool-bar-gnome): Move "spell".
11086
11087 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
11088
11089         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
11090         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
11091         instead.
11092
11093 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
11094
11095         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11096         Improve newsgroups handling for NNTP overviews which don't include
11097         Newsgroups.
11098
11099 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11100
11101         * message.el (message-resend): Bind message-generate-hashcash to nil.
11102
11103 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11104
11105         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
11106         when searching for already-paid recipients.
11107
11108 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
11109
11110         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11111         passphrases when it is not needed.
11112         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11113         passphrase stuff from gpg, should only be necessary when you use
11114         gpg with a smartcard.
11115
11116 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11117
11118         * mml.el (mml-insert-mime): Ignore cached contents of
11119         message/external-body part.
11120
11121         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
11122         (mm-insert-part): Ditto.
11123
11124 2006-03-23  Simon Josefsson  <jas@extundo.com>
11125
11126         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
11127         Reiner.
11128         (pgg-gpg-use-agent-p): Use it again.
11129
11130 2006-03-23  Simon Josefsson  <jas@extundo.com>
11131
11132         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
11133         older emacsen.
11134         (pgg-gpg-use-agent-p): Don't use it.
11135
11136 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
11137
11138         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
11139         if we can.
11140
11141 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
11142
11143         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11144         (pgg-gpg-update-agent): New function.
11145         (pgg-gpg-use-agent-p): New function.
11146         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11147         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11148         (pgg-gpg-sign-region): Use it.
11149
11150 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11151
11152         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
11153         Reported by Ralf Wachinger <rwachinger@gmx.de>.
11154
11155 2006-03-21  Simon Josefsson  <jas@extundo.com>
11156
11157         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11158         <wilde@sha-bang.de>.
11159         (pgg-gpg-use-agent): New variable.
11160         (pgg-gpg-process-region): Use it.
11161         (pgg-gpg-encrypt-region): Likewise.
11162         (pgg-gpg-encrypt-symmetric-region): Likewise.
11163         (pgg-gpg-decrypt-region): Likewise.
11164         (pgg-gpg-sign-region): Likewise.
11165         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11166
11167 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11168
11169         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
11170
11171         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
11172         Add comment on version.
11173
11174 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
11175
11176         * smiley.el: Add missing test smiley.
11177
11178 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11179
11180         * mm-decode.el (mm-with-part): New macro.
11181         (mm-get-part): Use it; work with message/external-body as well.
11182         (mm-save-part): Treat name and filename equally.
11183
11184         * mm-extern.el (mm-extern-cache-contents): New function.
11185         (mm-inline-external-body): Use it; force the part to be displayed;
11186         move undisplayer added to the cached handle to the parent.
11187
11188         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
11189         (gnus-mime-view-part-as-type): Work with message/external-body.
11190
11191         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
11192
11193 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11194
11195         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
11196         images in image-load-path.  [Sync with image.el, revision 1.60, in
11197         Emacs.]
11198
11199 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11200
11201         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
11202         path rather than symbol.  Always return list of directories.
11203         Guarantee that image directory comes first.  [Sync with image.el,
11204         revision 1.59, in Emacs.]
11205
11206         * message.el (message-make-tool-bar): Adjust to new API of
11207         `gmm-image-load-path-for-library'.
11208
11209         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11210
11211         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11212
11213 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11214
11215         * gnus-art.el (gnus-article-only-boring-p):
11216         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
11217         intangible text.
11218         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
11219
11220 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
11221
11222         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
11223         Use `defun' instead of `gmm-defun-compat'.
11224
11225 2006-03-14  Simon Josefsson  <jas@extundo.com>
11226
11227         * message.el (message-unique-id): Don't use message-number-base36
11228         if (user-uid) is a float.
11229         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
11230
11231 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11232
11233         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
11234
11235         * gnus-art.el (gnus-mime-display-single): Make sure there is an
11236         empty line between a part and a message part.
11237
11238 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
11239
11240         * smiley.el: Add more test smileys.
11241         (smiley-data-directory, smiley-regexp-alist)
11242         (gnus-smiley-file-types): Fix doc strings.
11243         (smiley-update-cache): Clear smiley-cached-regexp-alist before
11244         adding new elements.
11245         (smiley-mouse-map): Unused code.  Make it a comment.
11246
11247 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11248
11249         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
11250         scan latest NoCeM messages instead of old ones.
11251         (gnus-nocem-check-article): Fix regexps so as to match to PGP
11252         delimiters that are recently used.
11253         (gnus-nocem-load-cache): Add autoload cookie.
11254
11255         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
11256
11257         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
11258         level which is larger than gnus-use-nocem is specified.
11259
11260         * gnus-group.el (gnus-group-get-new-news): Ditto.
11261
11262 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
11263
11264         * gnus-util.el (gnus-tool-bar-update): New function.
11265
11266         * gnus-group.el (gnus-group-update-tool-bar): New variable.
11267         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
11268
11269         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
11270
11271         * gnus-group.el (gnus-group-redraw-when-idle)
11272         (gnus-group-redraw-check): Remove.
11273         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
11274
11275 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11276
11277         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
11278         if optional last element is specified in splits (FIELD VALUE...).
11279
11280 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
11281
11282         * message.el (message-make-tool-bar): Rename gmm-image-load-path
11283         to gmm-image-load-path-for-library.  Call with no-error argument.
11284         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
11285
11286         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11287
11288         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11289
11290         * gmm-utils.el (gmm-image-load-path): Remove alias.
11291
11292 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
11293
11294         * gmm-utils.el (gmm-image-load-path): Add alias.
11295
11296         * nnml.el (nnml-generate-nov-databases-directory): Rename from
11297         nnml-generate-nov-databases-1.
11298         (nnml-generate-nov-databases): Use it.
11299         (nnml-generate-nov-databases-directory): Document no-active
11300         argument.
11301
11302         * gmm-utils.el (gmm-image-load-path-for-library): Return single
11303         directory if path is t.  Add no-error.
11304
11305         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
11306         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11307
11308         * gnus-art.el (gnus-article-browse-delete-temp-files):
11309         Simplify resetting gnus-article-browse-html-temp-list.
11310
11311         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
11312         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
11313         Add example to docstring.  Rename local variables.  Move error
11314         checks to default case in cond and simplify.
11315
11316 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11317
11318         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
11319         handle is multipart when calling it recursively.
11320         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
11321
11322 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
11323
11324         * nnimap.el (nnimap-request-update-info-internal): Optimize.
11325         Don't `gnus-uncompress-range' to avoid excessive memory usage.
11326
11327 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11328
11329         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
11330         is loaded.
11331
11332         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
11333         loaded.
11334
11335 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11336
11337         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
11338         to "Emacs 23 (unicode)" in doc string.
11339
11340         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
11341         "Emacs 23 (unicode)" in comment.
11342
11343 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11344
11345         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
11346
11347         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
11348         characters 160 through 255 in Emacs 23.
11349
11350 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11351
11352         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
11353         gnus-article-browse-html-temp.
11354         (gnus-article-browse-delete-temp): Make it customizable.
11355         Add `file'.  Adjust doc string.
11356         (gnus-article-browse-delete-temp-files): Add argument.
11357         Allow query for each file.  Adjust doc string.
11358         (gnus-article-browse-html-parts):
11359         Add `gnus-article-browse-delete-temp-files' to
11360         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
11361
11362 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
11363
11364         * gnus-art.el (gnus-article-browse-html-temp)
11365         (gnus-article-browse-delete-temp): New variables.
11366         (gnus-article-browse-delete-temp-files): New function.
11367         (gnus-article-browse-html-parts): Use it.
11368
11369 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11370
11371         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
11372
11373         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
11374         string.
11375
11376         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
11377         gnus-summary-insert-new-articles when unplugged.
11378         Remove gnus-summary-search-article-forward.
11379
11380         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
11381         display-visual-class instead of display-color-cells.
11382
11383 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11384
11385         * dgnushack.el: Autoload customize-group for XEmacs.
11386
11387         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
11388         message/* containing non-ASCII text properly.
11389
11390 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11391
11392         * message.el: Require gmm-utils, remove autoloads.
11393         (message-tool-bar): Set default based on
11394         gmm-tool-bar-style.
11395         (message-tool-bar-gnome): Add gmm-customize-mode.
11396
11397         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
11398         gmm-tool-bar-style.
11399         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
11400
11401         * gnus-group.el (gnus-group-tool-bar): Set default based on
11402         gmm-tool-bar-style.
11403         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
11404
11405         * gmm-utils.el (gmm-image-directory): Rename variable from
11406         gmm-image-load-path.
11407         (gmm-image-load-path): Use gmm-image-directory.
11408         (gmm-customize-mode): New function.
11409         (gmm-tool-bar-style): New variable.
11410
11411         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
11412         gnus-group-redraw-line-number.
11413         (gnus-group-redraw-check): Simplify.
11414         (gnus-group-tool-bar-update): Remove redraw check.
11415         (gnus-group-make-tool-bar): Add redraw check.
11416
11417 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
11418
11419         * gnus-art.el (gnus-button): Add missing parentheses.
11420
11421 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11422
11423         * lpath.el: Fbind line-number-at-pos.
11424
11425 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11426
11427         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
11428
11429 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11430
11431         * gnus-art.el (gnus-button): New face.
11432         (gnus-article-button-face): Use it.
11433
11434         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11435         Add gnus-summary-next-page.  Re-order.
11436
11437         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
11438         next-node are now included.
11439         (gnus-group-redraw-line-number): New internal variable.
11440         (gnus-group-redraw-check): Helper function for updating the tool
11441         bar.
11442         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
11443
11444         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
11445
11446         * spam.el (spam-spamassassin-score-regexp): New internal variable.
11447         (spam-extra-header-to-number, spam-check-spamassassin-headers):
11448         Use it to match format of Spamassassin 3.0 and later.
11449         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
11450         (spam-check-bogofilter)
11451         (spam-bogofilter-register-with-bogofilter): Fix args of
11452         `gnus-error' calls.
11453
11454 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11455
11456         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
11457         unnecessary interaction when sending queued mails.
11458         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
11459
11460 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
11461
11462         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
11463         first or last are nil.
11464
11465 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11466
11467         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
11468
11469 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11470
11471         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
11472
11473 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11474
11475         * dns.el (query-dns): Protect more against buggy tcp output.
11476
11477 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11478
11479         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
11480         nov.php.
11481
11482 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11483
11484         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
11485         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
11486         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
11487         output on the server side.
11488         (nnweb-google-create-mapping): Update regexps and add some
11489         progress indication.
11490
11491 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
11492
11493         * gnus-group.el (gnus-group-tool-bar-gnome):
11494         Fix gnus-agent-toggle-plugged.  Re-order icons.
11495         (gnus-group-tool-bar-gnome):
11496         Add gnus-group-{prev,next}-unread-group.
11497         (gnus-group-tool-bar-gnome): Re-order icons.
11498
11499         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11500         Move gnus-summary-insert-new-articles.
11501
11502         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
11503         Fix comments.
11504
11505         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
11506         also available in Emacs 21.3.
11507
11508         * message.el (message-fix-before-sending): Change "Emacs 22" to
11509         "Emacs 23 (unicode)" in comment.
11510
11511         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
11512         "Emacs 23 (unicode)" in comment.
11513
11514         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
11515         comment.
11516         (mm-coding-system-p): Add comment about no-MULE XEmacs.
11517
11518         * mm-view.el (mm-fill-flowed): Add :version.
11519
11520 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11521
11522         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
11523         and load-path.
11524
11525 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
11526
11527         * message.el: Autoload gmm-image-load-path.
11528         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
11529         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
11530         consitency.
11531
11532         * gmm-utils.el (gmm-image-load-path): Also search in
11533         "../etc/images".  Don't set gmm-image-load-path if we don't find
11534         the image.
11535
11536 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11537
11538         * gmm-utils.el (gmm-image-load-path): Don't make
11539         `gmm-image-load-path' include subdirectories which the second arg
11540         `image' might specify.
11541
11542         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
11543         subdirectory to icon file names.
11544
11545         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
11546
11547 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11548
11549         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
11550         gmm-image-load-path calls.
11551
11552         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11553
11554         * message.el (message-make-tool-bar): Ditto.
11555
11556         * mml.el (mml-preview): Add comment concerning tool bar icons.
11557
11558         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
11559         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
11560
11561         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
11562         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
11563
11564         * message.el (message-tool-bar-gnome): Use new icon names.
11565         (message-make-tool-bar): Use `gmm-image-load-path'.
11566
11567         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
11568         New functions from MH-E.
11569         (gmm-image-load-path): New variable from MH-E.
11570         (gmm-image-load-path): New function from MH-E.  Add arguments
11571         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
11572         *-image-load-path-called-flag.
11573
11574 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
11575
11576         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
11577
11578 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
11579
11580         * nnimap.el (nnimap-request-move-article): Change folder back to
11581         source group before deleting.
11582
11583 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
11584
11585         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
11586
11587         * gnus-art.el (mm-url-insert-file-contents-external):
11588         Autoload mm-url.
11589
11590         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
11591
11592 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11593
11594         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
11595         coding system which mm-charset-to-coding-system returns for a
11596         given charset is valid.
11597
11598 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
11599
11600         * html2text.el (html2text-remove-tag-list):
11601         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
11602
11603 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
11604
11605         * gnus-cus.el: Revert 2005-10-17 change.
11606
11607 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11608
11609         * gnus-art.el (article-strip-banner):
11610         Call article-really-strip-banner only when the regexp match is made.
11611
11612 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11613
11614         * gnus-art.el (article-strip-banner):
11615         Use gnus-extract-address-components instead of
11616         mail-header-parse-addresses to make it work with non-ASCII text;
11617         remove mail-encode-encoded-word-string.
11618
11619         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
11620         values which are surrounded with \"...\"; make it never cause a
11621         Lisp error; give up parsing of parameters if it failed in
11622         extracting type.
11623
11624 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
11625
11626         * smime.el (smime-cert-by-ldap-1): Fix bug where
11627         `smime-ldap-search' returns results without userCertificates.
11628
11629 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11630
11631         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
11632
11633 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11634
11635         * spam.el (spam-check-spamassassin-headers): Adapt format for
11636         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
11637         <ari@mbf.ocn.ne.jp>.
11638         (spam-list-of-processors): Add spam-use-gmane.
11639
11640 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11641
11642         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
11643         make-temp-file; make it work with XEmacs as well.
11644
11645         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
11646         mm-make-temp-file.
11647
11648         * mm-decode.el (mm-display-external): Use the 3rd arg of
11649         mm-make-temp-file.
11650         (mm-create-image-xemacs): Ditto.
11651
11652 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11653
11654         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
11655         with message-narrow-to-headers.
11656         (gnus-draft-setup): Narrow to header to run message-fetch-field.
11657         (gnus-draft-check-draft-articles): New function.
11658         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
11659
11660 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11661
11662         * gnus-art.el (gnus-article-browse-html-parts):
11663         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
11664         Don't use suffix argument for mm-make-temp-file for Emacs 21
11665         compatibility.  Remove useless `format'.
11666
11667 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11668
11669         * nnweb.el (nnweb-google-wash-article): Update regexps.
11670         (nnweb-group-alist): Use defvoo instead of defvar.
11671
11672 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11673
11674         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
11675         re-loading nn* modules.
11676
11677 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
11678
11679         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
11680         for `tool-bar-mode' and don't check it's default-value.
11681
11682         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11683
11684         * message.el (message-make-tool-bar): Ditto.
11685
11686         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
11687         `substring'.  Shorten tmp-file name.
11688
11689         * gnus.el: Remove bogus comment.
11690
11691 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
11692
11693         * gnus-art.el (gnus-article-browse-html-parts): New function.
11694         (gnus-article-browse-html-article): New function for viewing html
11695         articles with a browser.
11696
11697 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
11698
11699         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
11700         in elisp.
11701         (pgg-gpg-encrypt-symmetric-region): Ditto.
11702         (pgg-gpg-sign-region): Ditto.
11703
11704         * pgg-def.el (pgg-text-mode): New variable.
11705
11706         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
11707         (mml2015-pgg-encrypt): Ditto.
11708
11709         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
11710         (mml1991-pgg-encrypt): Ditto.
11711
11712 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11713
11714         * nnfolder.el (nnfolder-insert-newsgroup-line):
11715         Use message-make-date instead of current-time-string.
11716
11717         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
11718         to gnus-decoded which mm-uu might set.
11719
11720 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11721
11722         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
11723         don't decode quoted parameters; remove misimported Emacs code.
11724         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11725         (rfc2231-decode-encoded-string): Don't use split-string which
11726         behaves differently according to Emacs version; use
11727         mm-decode-coding-region to convert charset to coding-system.
11728         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11729         (rfc2231-encode-string): Remove misimported Emacs code.
11730
11731 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11732
11733         * gnus-art.el (article-decode-charset): Don't use ignore-errors
11734         when calling mail-header-parse-content-type.
11735         (article-de-quoted-unreadable): Ditto.
11736         (article-de-base64-unreadable): Ditto.
11737         (article-wash-html): Ditto.
11738
11739         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
11740         calling mail-header-parse-content-type and
11741         mail-header-parse-content-disposition.
11742         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
11743         mail-header-parse-content-type.
11744
11745         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
11746         insert charset and format parameters; encode description after
11747         inserting it to buffer.
11748         (mml-insert-parameter): Fold lines properly even if a parameter is
11749         segmented into two or more lines; change the max column to 76.
11750
11751         * rfc1843.el (rfc1843-decode-article-body): Don't use
11752         ignore-errors when calling mail-header-parse-content-type.
11753
11754         * rfc2231.el (rfc2231-parse-string): Return at least type if
11755         possible; don't cause an error even if it fails in parsing of
11756         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11757         (rfc2231-encode-string): Don't break lines at the beginning, leave
11758         it to mml-insert-parameter.
11759
11760         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
11761         calling mail-header-parse-content-type.
11762
11763 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
11764
11765         * spam-report.el (spam-report-gmane-use-article-number):
11766         Improve doc string.
11767         (spam-report-gmane-internal): Check if a suitable header was found
11768         in the article.
11769
11770 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11771
11772         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
11773         (rfc2231-encode-string): Make param*=value always begin with LWSP.
11774
11775 2006-02-05  Romain Francoise  <romain@orebokech.com>
11776
11777         Update copyright notices of all files in the gnus directory.
11778
11779 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11780
11781         * nnweb.el (nnweb-request-group): Avoid growing overview files.
11782
11783 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11784
11785         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
11786         segmented lines of parameter value to cope with Thunderbird 1.5
11787         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
11788         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11789         (rfc2231-encode-string): Don't make lines exceeding 76 column.
11790
11791 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
11792
11793         * mml.el (mml-generate-mime-1): Correct the order of inline signed
11794         parts.
11795
11796 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11797
11798         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
11799         there's only one active file for all servers.
11800         (nnweb-request-scan): Make sure nnweb-articles is initialized on
11801         solid groups.  Gnus might have used a FAST request to select the group.
11802         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
11803         and nnweb-search redundantly in the active file.
11804         (nnweb-request-list): Don't list bogus groups.  There can only be one.
11805         (nnweb-request-create-group): Don't use ARGS.
11806         (nnweb-possibly-change-server, nnweb-request-group): Remove some
11807         initialisations.  Let nnoo do the work.
11808
11809 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11810
11811         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
11812         Say the part has been decoded.
11813
11814         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
11815
11816 2006-01-31  Kevin Ryde  <user42@zip.com.au>
11817
11818         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
11819         mailcap-viewer-test-cache when there's no 'test clause, since that
11820         will invert the meaning of a "nil" test previously determined by
11821         mailcap-mailcap-entry-passes-test.
11822
11823 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11824
11825         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
11826         compiling.
11827
11828         * gnus-sum.el: Ditto.
11829
11830         * message.el: Don't bind tool-bar-map when compiling.
11831
11832 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
11833
11834         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
11835
11836 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11837
11838         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
11839         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
11840         current Google Groups.
11841
11842 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
11843
11844         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
11845         and tool-bar-mode.
11846
11847         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
11848         and tool-bar-mode.
11849
11850         * message.el (message-tool-bar-update): Simplify.
11851         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
11852
11853         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
11854         gnus-summary-buffer.
11855         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
11856         gnus-summary-reply.
11857
11858         * gmm-utils.el (gmm): Add :version.
11859
11860 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11861
11862         * Makefile.in (clean): New rule.
11863         (distclean): Use it.
11864
11865 2006-01-26  Steve Youngs  <steve@sxemacs.org>
11866
11867         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
11868         Don't autoload.
11869
11870 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11871
11872         * gmm-utils.el (gmm-verbose): Add :group.
11873
11874 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
11875
11876         * message.el: Change some comments WRT tool-bars.
11877
11878         * gnus-sum.el (gnus-summary-tool-bar)
11879         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
11880         (gnus-summary-tool-bar-zap-list): New variables.
11881         (gnus-summary-make-tool-bar): Complete rewrite using
11882         `gmm-tool-bar-from-list'.
11883
11884         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
11885         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
11886         New variables.
11887         (gnus-group-make-tool-bar): Complete rewrite using
11888         `gmm-tool-bar-from-list'.
11889         (gnus-group-tool-bar-update): New function.
11890
11891         * message.el (message-mode-field-menu): Add "Show hidden Headers".
11892
11893 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11894
11895         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
11896         is dissected into a single part of which the type is the same as
11897         the given one; decode charset.
11898
11899 2006-01-21  Kevin Ryde  <user42@zip.com.au>
11900
11901         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
11902         into alists as symbol not string, since that's what
11903         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
11904         look for.
11905
11906 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
11907
11908         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
11909         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
11910
11911         * message.el (message-tool-bar-gnome): Use gmm-ignore.
11912
11913 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11914
11915         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
11916         (gnus-xmas-mime-security-button-menu): New function.
11917
11918         * gnus-art.el (gnus-mime-security-button-commands): New variable.
11919         (gnus-mime-security-button-menu): New definition.
11920         (gnus-mime-security-button-map): Use them.
11921         (gnus-mime-security-button-menu): New function.
11922         (gnus-insert-mime-security-button): Addition to help echo.
11923         (gnus-mime-security-run-function, gnus-mime-security-save-part)
11924         (gnus-mime-security-pipe-part): New functions.
11925
11926         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
11927         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
11928
11929         * mm-decode.el (mm-handle-set-disposition): Remove.
11930         (mm-handle-set-description): Remove.
11931
11932 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11933
11934         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
11935         (mm-w3m-standalone-supports-m17n-p): New function.
11936         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
11937         w3m usage.
11938
11939         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
11940         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
11941
11942 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11943
11944         * message.el (message-tool-bar-zap-list):
11945         Use gmm-tool-bar-zap-list as custom type.
11946         (message-tool-bar-update): New function.
11947         (message-tool-bar, message-tool-bar-gnome)
11948         (message-tool-bar-retro): Add message-tool-bar-update.
11949         (message-tool-bar-gnome): Add flyspell-buffer.
11950
11951         * gnus-util.el (gnus-error): Describe `args'.
11952
11953         * gmm-utils.el (gmm-error): Describe `args'.
11954         (gmm-tool-bar-zap-list): New widget.
11955         (gmm-tool-bar-from-list): Improve description of `zap-list'.
11956
11957 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11958
11959         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
11960         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
11961         the number of recursive calls.
11962
11963         * mm-decode.el (mm-handle-set-disposition): New macro.
11964         (mm-handle-set-description): New macro.
11965
11966 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11967
11968         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
11969         encoding.
11970
11971 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11972
11973         * message.el (message-tool-bar-zap-list, message-tool-bar)
11974         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
11975         (message-tool-bar-local-item-from-menu): Remove.
11976         (message-tool-bar-map): Replace by `message-make-tool-bar'.
11977         (message-make-tool-bar): New function.
11978         (message-mode): Use `message-make-tool-bar'.
11979
11980         * gmm-utils.el: New file.
11981         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
11982         (gmm-lazy): New widget copied from `nnmail.el'.
11983         (gmm-tool-bar-from-list): New function for creating customizable
11984         tool bars.
11985         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
11986         output.
11987         (gmm): Add :prefix to defgroup.
11988
11989 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
11990
11991         * gmm-utils.el (gmm-widget-p): New function.
11992
11993 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11994
11995         * mml.el (mml-attach-file): Describe `description' in doc string.
11996         (mml-menu): Add Emacs MIME manual and PGG manual.
11997
11998 2006-01-20  Richard M. Stallman  <rms@gnu.org>
11999
12000         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
12001
12002 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
12003
12004         * nntp.el (nntp-end-of-line): Doc fix.
12005
12006 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
12007
12008         * imap.el (imap-open): Handle case where buffer is a buffer
12009         object.
12010
12011 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12012
12013         * gnus-delay.el (gnus-delay): Don't autoload.
12014         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12015         to be re-loaded when customizing the `gnus-delay' group.
12016
12017 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
12018
12019         * message.el (message-insert-citation-line): Use newlines.
12020
12021 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12022
12023         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
12024         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
12025         these routines, so the passphrase can be managed externally and
12026         passed in to the system.
12027         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
12028         pgg-add-passphrase-to-cache function.
12029
12030         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
12031         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
12032         these routines, so the passphrase can be managed externally and
12033         passed in to the system.
12034         (pgg-pgp5-sign-region): Use new name of
12035         pgg-add-passphrase-to-cache function.
12036
12037 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12038
12039         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12040         part of the decoded armor to find the key-identifier.
12041         (pgg-gpg-lookup-key-owner): New function to return the
12042         human-readable identifier of a key owner.
12043         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
12044         itself.
12045         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
12046         the key value) if we have a key and can match it against a secret
12047         key.  Also, added a note pointing out fact that the prompt only
12048         indicates the first matching key.
12049
12050         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
12051         pgg-decrypt-region.
12052         (pgg-add-passphrase-to-cache): Rename from
12053         `pgg-add-passphrase-cache' to reduce confusion (all callers
12054         changed).
12055         (pgg-remove-passphrase-from-cache): Rename from
12056         `pgg-remove-passphrase-cache' to reduce confusion (all callers
12057         changed).
12058         (pgg-read-passphrase, pgg-add-passphrase-cache)
12059         (pgg-remove-passphrase-cache): Add informative docstrings.
12060         (pgg-decrypt): Convey provided passphrase in subordinate call to
12061         pgg-decrypt-region.
12062
12063 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
12064
12065         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12066         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12067         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12068         'passphrase' argument, so the passphrase can be managed externally
12069         and then passed in to the system.
12070
12071         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12072         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
12073         so the passphrase cache can be used reliably with identifiers
12074         besides a pgp packet's key id.
12075
12076         * pgg-gpg.el (pgg-gpg-encrypt-region)
12077         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12078         (pgg-gpg-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
12082         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
12083         'notruncate' argument, so the passphrase cache can be used
12084         reliably with identifiers besides a pgp packet's key id.
12085
12086 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
12087
12088         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12089         symmetric encryption.
12090         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12091         encrypted session key.
12092         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12093         message ask for the passphrase in a proper way.
12094
12095         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12096         New user commands for symmetric encryption.
12097
12098 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12099
12100         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
12101
12102         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
12103
12104 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
12105
12106         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
12107
12108 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12109
12110         * mm-decode.el (mm-inlined-types): Add application/pgp.
12111         (mm-automatic-display): Ditto.
12112
12113         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
12114         part as text.
12115
12116 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12117
12118         * nnrss.el: Update copyright.
12119         (nnrss-opml-import): Query whether to subscribe to each entry.
12120
12121         * gnus-art.el:
12122         * gnus-sum.el:
12123         * gnus-xmas.el:
12124         * messagexmas.el:
12125         * mm-uu.el:
12126         * mm-view.el: Update copyright.
12127
12128 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
12129
12130         * message.el (message-info): New function.
12131         (message-mode-menu): Add it.
12132         Update copyright.
12133
12134         * ChangeLog: Fix and update copyright.
12135
12136 2006-01-13  Romain Francoise  <romain@orebokech.com>
12137
12138         * message.el (message-forward-subject-name-subject): Prefer the
12139         address to 'nowhere' if the sender has no name.
12140         Fix typo.  Update copyright year.
12141
12142 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12143
12144         * gnus-art.el (article-wash-html):
12145         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
12146         (gnus-article-wash-html-with-w3m-standalone): New function.
12147
12148         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
12149         mm-inline-text-html-render-with-w3m-standalone.
12150         (mm-text-html-washer-alist): Map w3m-standalone to
12151         gnus-article-wash-html-with-w3m-standalone.
12152         (mm-inline-text-html-render-with-w3m-standalone): New function.
12153
12154 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12155
12156         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
12157         Improve LaTeX.
12158
12159 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12160
12161         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
12162         (nnrss-request-article): Render text/plain parts as HTML.
12163
12164         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
12165         the buffer.
12166
12167 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12168
12169         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
12170         custom definition of `gnus-posting-styles'.
12171
12172         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
12173         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
12174
12175 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12176
12177         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
12178         Use nntp for bug archive.
12179
12180 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12181
12182         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
12183         parts.
12184         (nnrss-normalize-date): New function converts ISO 8601 date into
12185         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12186         (nnrss-check-group): Use it.
12187
12188 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12189
12190         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
12191
12192         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
12193         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12194         (nnrss-insert-w3): Ditto.
12195
12196 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12197
12198         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
12199         the articles to be forwarded including the case where neither a
12200         number of articles nor a region is specified.
12201
12202 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12203
12204         * nnrss.el (nnrss-request-article): Fix last change; fill
12205         text/plain parts.
12206
12207 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12208
12209         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
12210         in text/plain part.
12211         (nnrss-check-group): Don't add excessive newline to dc:subject.
12212
12213 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
12214
12215         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
12216         article.
12217
12218 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12219
12220         * nnml.el: Don't require gnus-bcklg.  Autoload it.
12221         (nnml-use-compressed-files, nnml-save-mail): Support other
12222         comression programs such as bzip2.
12223
12224 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12225
12226         * dns.el (query-dns): Make sure we check the buffer size before
12227         removing tcp headers.
12228
12229 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12230
12231         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
12232         remove MIME buttons associated with multipart/alternative parts.
12233         (gnus-mime-display-alternative): Tag buttons using `article-type'
12234         text property.
12235
12236         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
12237         associated with multipart/alternative parts.
12238
12239         * gnus-art.el (gnus-signature-separator): Fix custom type.
12240
12241         * mm-decode.el (mm-inlined-types): Fix custom type.
12242         (mm-keep-viewer-alive-types): Ditto.
12243         (mm-automatic-display): Ditto.
12244         (mm-attachment-override-types): Ditto.
12245         (mm-inline-override-types): Ditto.
12246         (mm-automatic-external-display): Ditto.
12247
12248 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12249
12250         * spam-report.el (spam-report-user-mail-address)
12251         (spam-report-user-agent): New variables.
12252         (spam-report-url-ping-plain): Use spam-report-user-agent.
12253
12254 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
12255
12256         * gnus-art.el (gnus-button-handle-custom): Do not just use
12257         `customize-apropos' for any "M-x customize-*" button but the
12258         function called for.  Accept both the function name and its
12259         argument in order to achieve this.
12260         (gnus-button-alist): Remove support for "custom:" URL's.
12261         Pass function name to `gnus-button-handle-custom' in case of "M-x
12262         customize-*" buttons.
12263
12264 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12265
12266         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
12267         multipart/alternative and add xref to mm-discouraged-alternatives
12268         in doc string.
12269
12270         * mm-decode.el (mm-discouraged-alternatives): Add xref to
12271         gnus-buttonized-mime-types in doc string.
12272
12273 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
12274
12275         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
12276         Suggest image/.* in the doc string.
12277
12278 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12279
12280         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
12281         message-marks (Debian bug #342521).
12282
12283 2005-12-12  Simon Josefsson  <jas@extundo.com>
12284
12285         * password.el (password-read-from-cache): Add.
12286         (password-read): Use it.
12287
12288 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12289
12290         * rfc2047.el (rfc2047-charset-to-coding-system):
12291         Recognize us-ascii as a MIME charset.
12292
12293         * mm-bodies.el (mm-decode-content-transfer-encoding):
12294         Protect against the case where the 2nd arg TYPE is nil.
12295
12296 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12297
12298         * pop3.el (pop3-stream-type): Fix custom version.
12299
12300         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
12301
12302 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12303
12304         * mm-decode.el (mm-display-external): Add missing cdr.
12305
12306 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12307
12308         * mm-decode.el (mm-display-external): Use nametemplate (defined in
12309         RFC1524) if it is in mailcap or add a suffix according to
12310         mailcap-mime-extensions when generating a temp filename; postpone
12311         deleting a temp file for 2 seconds for some wrappers, shell
12312         scripts, and so on, which might exit right after having started a
12313         viewer command as a background job.
12314
12315 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12316
12317         * nntp.el (nntp-marks-directory): Fix custom group.
12318
12319         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
12320         steps when < 10.
12321
12322         * gnus-start.el (gnus-no-server-1):
12323         Mention `gnus-level-default-subscribed' in doc string.
12324
12325 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12326
12327         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
12328         parens.
12329
12330 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12331
12332         * gnus-xmas.el (gnus-use-toolbar): Revert.
12333         (gnus-xmas-setup-toolbar): Use global default-toolbar if
12334         gnus-use-toolbar is default.
12335
12336         * messagexmas.el (message-use-toolbar): Revert.
12337         (message-setup-toolbar): Use global default-toolbar if
12338         message-use-toolbar is default.
12339
12340 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12341
12342         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
12343         according to default-toolbar-visible-p.
12344
12345         * messagexmas.el (message-use-toolbar): Ditto.
12346
12347 2005-11-26  Dave Love  <fx@gnu.org>
12348
12349         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
12350         (tls-program, tls-success): Provide openssl alternative.
12351
12352         * starttls.el: Doc fixes.
12353         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
12354         SERVICE to PORT.
12355
12356         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
12357         port null or service name.
12358         (starttls-negotiate): Autoload.
12359
12360 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12361
12362         * message.el (message-kill-to-signature): Fix interactive spec.
12363
12364 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12365
12366         * pop3.el (pop3-open-server): Recognize a string as a service name.
12367
12368 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
12369
12370         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
12371
12372 2005-11-23  Dave Love  <fx@gnu.org>
12373
12374         Add pop3s, pop3/starttls.
12375
12376         * pop3.el (pop3-authentication-scheme): Clarify doc.
12377         (open-tls-stream, starttls-open-stream): Autoload.
12378         (pop3-stream-type): New.
12379         (pop3-open-server): Use it.
12380
12381         * mail-source.el (mail-sources): Fix some :types.  Add stream type
12382         for POP.
12383         (mail-source-keyword-map): Add :stream for POP.
12384         (mail-source-fetch-pop): Use pop3-stream-type.
12385
12386 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12387
12388         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
12389         of current-time-string.
12390
12391 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
12392
12393         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
12394         date header.
12395
12396 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12397
12398         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
12399         it can seriously impact performance as it bypasses the agent's
12400         local caches.
12401
12402 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12403
12404         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
12405         must be explicitly online rather than "not explicitly offline" for
12406         its flags to be synchronized.
12407
12408         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
12409         that gnus-uu-unmark-thread will function correctly.
12410
12411         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
12412         1024K is instead displayed as 1M.
12413
12414 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12415
12416         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
12417
12418 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
12419
12420         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
12421
12422 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
12423
12424         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
12425         error message to display actual error condition.
12426         (gnus-agent-save-local): Avoid saving symbols that are bound to
12427         nil as they simply result in a warning message in
12428         gnus-agent-read-local.
12429
12430 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12431
12432         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
12433         rather than make-variable-buffer-local for file-precious-flag.
12434
12435 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12436
12437         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
12438         for duplicates which are removed.  The invalid sort check then
12439         triggers a rescan after the sort as sorting may have moved
12440         duplicate entries such that they can be cheaply detected.
12441
12442 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12443
12444         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
12445
12446 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12447
12448         * gnus-agent.el (gnus-agent-article-alist-save-format):
12449         Change internal variable to a custom variable.  Change default value
12450         from compressed(2) to uncompressed(1).
12451         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
12452         support for uncompressed agentview files.  Taken together, reading
12453         the agentview file should now be 6-7 times faster.
12454
12455 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12456
12457         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
12458         as a buffer-local variable.  This avoids creating truncated
12459         dribble files as a result of a hang up, eg.
12460
12461 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
12462
12463         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
12464         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
12465         XEmacs.
12466
12467 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12468
12469         * gnus-start.el (gnus-start-draft-setup):
12470         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
12471
12472         * gnus.el (gnus-splash): Change custom group.
12473         (gnus-group-get-parameter, gnus-group-parameter-value):
12474         Describe allow-list argument.
12475
12476         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
12477         string.
12478
12479 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12480
12481         * gnus-art.el (gnus-default-article-saver): Add user-defined
12482         `function' to custom type.
12483
12484 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12485
12486         * imap.el (imap-open): Handle case where buffer is a buffer
12487         object.
12488
12489 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12490
12491         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
12492         long lines.
12493         (gnus-cache-delete-group): Wrap doc strings.
12494
12495         * gnus-agent.el (gnus-agent-rename-group)
12496         (gnus-agent-delete-group): Wrap doc strings.
12497
12498 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12499
12500         * messagexmas.el (message-use-toolbar): Change the valid values
12501         into default, top, bottom, left, and right.
12502         (message-toolbar-thickness): New variable.
12503         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
12504         well.
12505         (message-setup-toolbar): Make it work.
12506
12507         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
12508         (gnus-use-toolbar): Change the valid values into default, top,
12509         bottom, left, and right.
12510         (gnus-toolbar-thickness): New variable.
12511         (gnus-xmas-setup-toolbar): New function.
12512         (gnus-xmas-setup-group-toolbar): Use it.
12513         (gnus-xmas-setup-summary-toolbar): Use it.
12514
12515 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12516
12517         * gnus-start.el (gnus-1): Add "native" to
12518         gnus-predefined-server-alist.
12519
12520         * gnus.el (gnus-method-to-server): Don't add "native" to the
12521         lists here, because that leads to problems when
12522         gnus-select-method is bound.
12523
12524 2005-11-09  Simon Josefsson  <jas@extundo.com>
12525
12526         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
12527         use (not sort-by-date) instead.
12528
12529 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12530
12531         * gnus-delay.el (gnus-delay-group): Don't autoload.
12532         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12533         to be re-loaded when customizing the `gnus-delay' group.
12534
12535 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
12536
12537         * message.el: Revert last changes.
12538         (message-insert-citation-line): Use newlines.
12539
12540 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
12541
12542         * message.el (message-courtesy-message)
12543         (message-mark-insert-begin, message-mark-insert-end)
12544         (message-elide-ellipsis, message-cancel-message)
12545         (message-add-header, message-change-subject)
12546         (message-cross-post-followup-to-header)
12547         (message-cross-post-insert-note, message-reduce-to-to-cc)
12548         (message-widen-reply, message-delete-not-region)
12549         (message-kill-to-signature, message-insert-signature)
12550         (message-insert-importance-high, message-insert-importance-low)
12551         (message-insert-or-toggle-importance)
12552         (message-insert-disposition-notification-to)
12553         (message-indent-citation, message-yank-original)
12554         (message-cite-original-without-signature, message-cite-original)
12555         (message-insert-citation-line, message-position-on-field)
12556         (message-fix-before-sending, message-send-mail-partially)
12557         (message-send-mail, message-send-mail-with-sendmail)
12558         (message-send-mail-with-qmail, message-send-news)
12559         (message-check-news-header-syntax, message-generate-headers)
12560         (message-insert-courtesy-copy, message-fill-address)
12561         (message-fill-header, message-shorten-references)
12562         (message-setup-1, message-cancel-news)
12563         (message-forward-make-body-plain, message-forward-make-body-mime)
12564         (message-forward-make-body-mml, message-encode-message-body)
12565         (message-forward-make-body-digest-plain)
12566         (message-forward-make-body-digest-mime)
12567         (message-use-alternative-email-as-from): Insert `hard-newline'
12568         instead of ordinary newlines.
12569
12570 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12571
12572         * message.el (message-generate-headers): Downcase the argument
12573         given to message-check-element.
12574
12575 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
12576
12577         * nntp.el (nntp-authinfo-rejected): New error condition.
12578         (nntp-wait-for): Use new error condition to signal authentication
12579         error.
12580         (nntp-retrieve-data): Rethrow new error condition to break out of
12581         recursive call to nntp-send-authinfo.
12582
12583 2005-11-08  Romain Francoise  <romain@orebokech.com>
12584
12585         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
12586         (gnus-summary-exit-map): Bind to `Z p'.
12587         (gnus-summary-make-menu-bar): Add menu item.
12588
12589 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
12590
12591         * gnus-art.el (gnus-article-treat-custom): Add `first'.
12592         (gnus-treat-*): Add `first' in all doc strings.
12593
12594         * gnus-group.el (gnus-group-compact-group): Fix typo.
12595
12596 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12597
12598         * gnus.el (gnus-parameters-case-fold-search): New variable.
12599         (gnus-parameters-get-parameter): Use it.
12600
12601         * gnus-score.el (gnus-home-score-file): Doc fix.
12602
12603 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
12604
12605         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
12606
12607 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12608
12609         * mm-util.el (mm-special-display-p): New function.
12610
12611         * mml.el (mml-preview): Use it; doc fix.
12612
12613 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12614
12615         * imap.el (imap-open): Handle case where buffer is a buffer object.
12616
12617 2005-10-29  Romain Francoise  <romain@orebokech.com>
12618
12619         * message.el (message-fix-before-sending): Fix comment.
12620
12621 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12622
12623         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
12624
12625 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12626
12627         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
12628         Used in gnus-score.el.
12629
12630 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12631
12632         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
12633
12634 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
12635
12636         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
12637         whitespace removed in revision 7.8.  Use concatenated string to
12638         protect trailing whitespace.
12639
12640 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
12641
12642         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
12643         (nnimap-request-expire-articles): Use it to avoid sending 'UID
12644         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
12645         Courier IMAP ("some version from 2004").  Mostly based on similar
12646         code in the same function.
12647
12648 2005-10-26  Didier Verna  <didier@xemacs.org>
12649
12650         * gnus-group.el (gnus-group-compact-group): Invalidate original
12651         article buffer.
12652         * gnus-srvr.el (gnus-server-compact-server): Ditto.
12653         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
12654         NOV database and in article itself.
12655         Invalidate article backlog.
12656
12657 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12658
12659         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
12660
12661 2005-10-26  Simon Josefsson  <jas@extundo.com>
12662
12663         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
12664         part of 2004-07-25 change.
12665
12666 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12667
12668         * message.el (message-display-completion-list): New function.
12669         (message-expand-group): Use it; make sure the Completions buffer
12670         is modifiable.
12671 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
12672
12673         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
12674         user-mail-name is an empty string.
12675
12676 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12677
12678         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
12679         depending on gnus-score-decay-constant.
12680
12681         * encrypt.el (encrypt-insert-file-contents)
12682         (encrypt-write-file-contents): Don't use `gnus-message'.
12683
12684         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
12685         arguments.
12686         (mm-uu-type-alist): Add message-marks and insert-marks.
12687         Pass arguments to mm-uu-verbatim-marks-extract.
12688         (mm-uu-hide-markers): New variable.
12689         (mm-uu-extract): Use face similar to `gnus-cite-3'.
12690
12691         * gnus-fun.el (gnus-convert-image-to-x-face-command)
12692         (gnus-convert-image-to-face-command): Use "convert" by default to
12693         allow other input image formats.
12694         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
12695         accordingly.
12696
12697 2005-10-23  Simon Josefsson  <jas@extundo.com>
12698
12699         * imap.el (imap-gssapi-program): Align command line parameters
12700         with latest GNU SASL.
12701         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
12702
12703 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12704
12705         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
12706         HTML.
12707         (nnslashdot-request-article): Ditto.
12708
12709         * lpath.el (featurep): Add nobreak-char-display.
12710
12711 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12712
12713         * mail-source.el (mail-source-fetch-pop): Require pop3.
12714         (mail-source-check-pop): Ditto.
12715
12716 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12717
12718         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
12719         errors.
12720
12721 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12722
12723         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
12724         (gnus-treat-strip-leading-blank-lines): Improve doc string.
12725
12726         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
12727
12728         * mm-bodies.el (mm-decode-string):
12729         Call `mm-charset-to-coding-system' with allow-override argument.
12730
12731 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12732
12733         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
12734         (rfc2047-charset-to-coding-system): New function.
12735         (rfc2047-decode-encoded-words): New function.
12736         (rfc2047-decode-region): Use them.
12737         (rfc2047-decode-cte): Remove.
12738         (rfc2047-parse-and-decode): Remove.
12739         (rfc2047-decode): Remove.
12740
12741 2005-10-15  Kenichi Handa  <handa@m17n.org>
12742
12743         * rfc2047.el (rfc2047-decode-cte): New function.
12744         (rfc2047-decode-region): Change the way to decode successive
12745         encoded-words: decode B- or Q-encoding in each encoded-word,
12746         concatenate them, and decode it as charset.
12747
12748 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12749
12750         * lpath.el: Fbind codepage-setup for XEmacs.
12751
12752 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
12753
12754         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
12755         widget-move-and-invoke.
12756         (gnus-custom-mode): Use gnus-custom-map.
12757
12758 2005-10-15  Bill Wohler  <wohler@newt.com>
12759
12760         * message.el (message-tool-bar-map): Rename image file from
12761         mail_send to mail/send.
12762
12763 2005-10-16  Masatake YAMATO  <jet@gyve.org>
12764
12765         * message.el (message-expand-group): Pass the common
12766         prefix substring of completion to `display-completion-list'.
12767
12768 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
12769
12770         * mml-sec.el (mml-secure-method): New internal variable.
12771         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
12772         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
12773         New functions using mml-secure-method.
12774
12775         * mml.el (mml-mode-map): Add key bindings for those functions.
12776         (mml-menu): Simplify security menu entries.  Suggested by Jesper
12777         Harder <harder@myrealbox.com>.
12778         (mml-attach-file, mml-attach-buffer, mml-attach-external):
12779         Goto end of message if point is the headers of the message.
12780
12781         * message.el (message-in-body-p): New function.
12782
12783         * assistant.el: Autoload gnus-util and netrc.
12784
12785         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
12786         Use `mm-charset-override-alist' only when decoding.
12787
12788         * mm-bodies.el (mm-decode-body):
12789         Call `mm-charset-to-coding-system' with allow-override argument.
12790
12791         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
12792         `filename' from Content-Disposition if Content-Type doesn't
12793         provide `name'.
12794         (gnus-mime-view-part-as-type): Set default instead of
12795         initial-input.
12796
12797 2005-10-09  Daniel Brockman  <daniel@brockman.se>
12798
12799         * format-spec.el (format-spec): Propagate text properties of % spec.
12800
12801 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12802
12803         * gnus-art.el (gnus-treat-predicate): Add `first'.
12804
12805 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12806
12807         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
12808         (mm-charset-override-alist): New variable.
12809         (mm-charset-to-coding-system): Use it.
12810         (mm-codepage-setup): New helper function.
12811         (mm-charset-eval-alist): New variable.
12812         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
12813         Warn about unknown charsets.
12814
12815         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
12816
12817 2005-10-04  David Hansen  <david.hansen@gmx.net>
12818
12819         * nnrss.el (nnrss-request-article): Add support for the comments tag.
12820         (nnrss-check-group): Ditto.
12821
12822 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12823
12824         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
12825         Rename x-gnus-verbatim to x-verbatim.
12826         (mm-uu-type-alist): Fix regexp for verbatim-marks.
12827
12828         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
12829         x-verbatim.
12830
12831         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
12832
12833         * gnus-util.el (gnus-remove-duplicates): Remove.
12834
12835         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
12836         instead of gnus-remove-duplicates.
12837
12838         * message.el (message-remove-duplicates): Remove.
12839         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
12840         message-remove-duplicates.
12841
12842         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
12843         available, else use implementation from `delete-dups'.
12844
12845         * message.el (message-insert-expires): New function.
12846         (message-mode-map): Add key binding.
12847         (message-mode-field-menu): Add menu entry.
12848         (message-mode): Document it.
12849         (message-make-expires-date): Use `message-make-date'.
12850
12851 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
12852
12853         * message.el (message-make-expires-date): New function.
12854
12855 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12856
12857         * Makefile.in (list-installed-shadows): New entry.
12858         (install): Use it.
12859         (remove-installed-shadows): New entry.
12860
12861         * dgnushack.el (dgnushack-default-load-path): New variable.
12862         (dgnushack-find-lisp-shadows): New function.
12863         (dgnushack-remove-lisp-shadows): New function.
12864
12865 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12866
12867         * Makefile.in (install-el-elc): New entry.
12868         (install): Use it so that .el files are necessarily installed.
12869
12870 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12871
12872         * time-date.el: Autoload parse-time-string, XEmacs needs it.
12873
12874 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12875
12876         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
12877         function rather than the diff-mode.el package.
12878         (mm-display-external): Use with-current-buffer.
12879         (mm-viewer-completion-map, mm-viewer-completion-map):
12880         Move initialization inside declaration.
12881
12882 2005-09-29  Simon Josefsson  <jas@extundo.com>
12883
12884         * spam.el: Load hashcash when compiling, to avoid warnings.
12885         Don't autoload mail-check-payment.
12886         (spam-check-hashcash): Define unconditionally, since hashcash.el
12887         is part of Gnus now.  Ignore errors from payment checking.
12888
12889 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
12890
12891         * message.el (message-bold-region, message-unbold-region):
12892         Rename from `bold-region' and `unbold-region'.
12893
12894         * message.el: Remove useless autoloads.
12895
12896 2005-09-28  Simon Josefsson  <jas@extundo.com>
12897
12898         * message.el (message-use-idna): Default to t.
12899         (message-use-idna): Test whether encoding works too.  Doc fix.
12900
12901 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12902
12903         * nntp.el (nntp-warn-about-losing-connection): Remove.
12904
12905 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
12906
12907         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
12908         customizable.  Change default value.
12909         (mm-uu-diff-groups-regexp): Change default value.
12910         (mm-uu-type-alist): Add doc string.
12911         (mm-uu-configure): Add doc string.  Make it interactive.
12912         (mm-uu-tex-groups-regexp): New variable.
12913         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
12914         (mm-uu-type-alist): Add LaTeX documents.
12915         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
12916         of "text/verbatim".
12917         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
12918
12919         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
12920         instead of "text/verbatim".
12921
12922         * message.el (message-mark-inserted-region)
12923         (message-mark-insert-file): Use slrn style marks when called with
12924         prefix argument.
12925
12926 2005-09-27  Simon Josefsson  <jas@extundo.com>
12927
12928         * message.el (message-idna-to-ascii-rhs-1): Reformat.
12929
12930 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
12931
12932         * message.el (message-remove-duplicates): New function.
12933         Implementation borrowed from `gnus-remove-duplicates'.
12934         (message-idna-to-ascii-rhs): Also encode idna addresses in
12935         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12936         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
12937         only ask about the same idna domain once per header and also tell
12938         in what header to replace the idna domain.
12939
12940         * gnus-art.el (article-decode-idna-rhs): Also decode idna
12941         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12942         (article-decode-idna-rhs): Fix regexp so that all idna-address in
12943         a header is decoded and not just the last one.
12944
12945 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12946
12947         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
12948         has been decoded.
12949
12950         * mm-decode.el (mm-automatic-display): Add text/verbatim.
12951         (mm-insert-part): Don't modify text if it has been decoded.
12952
12953         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
12954         decoded.
12955
12956         * mm-view.el (mm-inline-text): Don't strip text props unless
12957         decoding enriched or richtext parts.
12958
12959 2005-09-25  Romain Francoise  <romain@orebokech.com>
12960
12961         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
12962         * gnus-start.el (gnus-subscribe-interactively):
12963         * gnus-uu.el (gnus-uu-grab-articles):
12964         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
12965         space.
12966
12967 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
12968
12969         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
12970         * mm-view.el (mm-view-pkcs7-decrypt):
12971         * gnus-sum.el (gnus-summary-limit-to-extra)
12972         (gnus-summary-respool-article, gnus-read-move-group-name):
12973         * gnus-score.el (gnus-summary-increase-score):
12974         * gnus-util.el (gnus-completing-read-with-default):
12975         * gnus-art.el (gnus-read-save-file-name)
12976         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
12977         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
12978         * message.el (message-check-news-header-syntax):
12979         Follow convention for reading with the minibuffer.
12980
12981 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
12982
12983         * spam-report.el (spam-report-url-ping-plain):
12984         Use gnus-extended-version as User-Agent.
12985
12986         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
12987         default value is nil.
12988
12989         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
12990         (mm-uu-verbatim-marks-extract): New function.
12991         (mm-uu-extract): New face.
12992         (mm-uu-copy-to-buffer): Use it.
12993
12994         * spam-report.el (spam-report-gmane-ham): Rename from
12995         `spam-report-gmane-unspam'.
12996         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
12997         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
12998
12999         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
13000         Autoload.
13001         (spam-report-gmane-unregister-routine):
13002         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
13003
13004 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
13005
13006         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
13007         (spam-report-gmane-unregister-routine): Add support for gmane
13008         unregistration.
13009
13010         * spam-report.el (spam-report-gmane-unspam)
13011         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
13012         (spam-report-gmane): Change to take a single article and do unspam
13013         registration.
13014
13015 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13016
13017         * mm-url.el (mm-url-decode-entities): Fix regexp.
13018
13019 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13020
13021         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
13022         default to nil, to be able to use Gnus at all.  If the default
13023         switches to something else, then the function should be fixed not
13024         be exceedingly slow.
13025
13026 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
13027
13028         * gnus-start.el (gnus-activate-group): If the server is nil, don't
13029         fail hard.
13030
13031         * spam-report.el: Add better Keywords line.
13032
13033         * spam.el: Add Maintainer and better Keywords line.
13034
13035 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13036
13037         * gnus-art.el (gnus-article-replace-part)
13038         (gnus-mime-replace-part): New functions.
13039         (gnus-mime-action-alist, gnus-mime-button-commands)
13040         (gnus-mime-save-part-and-strip): Add file argument.
13041         (gnus-article-part-wrapper): Add interactive argument.
13042
13043         * gnus-sum.el (gnus-summary-mime-map):
13044         Add `gnus-article-replace-part'.
13045
13046 2005-09-19  Didier Verna  <didier@xemacs.org>
13047
13048         The nnml compaction feature:
13049         * nnml.el (nnml-request-compact-group): New function.
13050         * nnml.el (nnml-request-compact): New function.
13051         * gnus-int.el (gnus-request-compact-group): New function.
13052         * gnus-int.el (gnus-request-compact): New function.
13053         * gnus-group.el (gnus-group-compact-group): New function.
13054         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
13055         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
13056         * gnus-srvr.el (gnus-server-compact-server): New function.
13057         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
13058         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
13059
13060 2005-09-18  Deepak Goel  <deego@gnufans.org>
13061
13062         * sieve.el (sieve-help): Fix `message' call: first arg should be a
13063         format spec.
13064
13065 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13066
13067         * gnus.el (gnus-group-startup-message): Bind image-load-path.
13068
13069 2005-09-15  Romain Francoise  <romain@orebokech.com>
13070
13071         * message.el (message-fill-paragraph): Clarify docstring.
13072
13073 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13074
13075         * gnus-art.el (gnus-mime-display-part): Protect against broken
13076         MIME messages.
13077
13078 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13079
13080         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
13081         before parsing header.
13082
13083 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
13084
13085         * html2text.el (html2text-replace-list): Add new entities.
13086
13087 2005-09-11  Romain Francoise  <romain@orebokech.com>
13088
13089         * message.el (message-alternative-emails): Improve docstring.
13090         (message-setup-1): Call `message-use-alternative-email-as-from'
13091         after `message-setup-hook' to give it precedence over posting
13092         styles, etc.
13093         (message-use-alternative-email-as-from): Add docstring.
13094         Remove the original From header if present.
13095
13096         * nnml.el (nnml-compressed-files-size-threshold): New variable.
13097         (nnml-save-mail): Use it.
13098
13099         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
13100         articles.  Add new argument `silent'.
13101         (gnus-uu-mark-all): Report the total number of marked articles.
13102
13103 2005-09-10  Romain Francoise  <romain@orebokech.com>
13104
13105         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
13106         (gnus-uu-mark-series): Likewise.
13107
13108 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
13109
13110         * spam-report.el (spam-report-gmane): Fix generation of spam
13111         report URL.
13112
13113 2005-09-10  Simon Josefsson  <jas@extundo.com>
13114
13115         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
13116         t, based on discussion on the ding list with Robert Epprecht
13117         <epprecht@solnet.ch>.
13118
13119 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
13120
13121         * spam-report.el (spam-report-gmane): Make it work without
13122         X-Report-Spam header.  Gmane now only provides Archived-At.
13123         This is only used if `spam-report-gmane-use-article-number' is nil.
13124         (spam-report-gmane-spam-header): Remove.  Not used anymore.
13125
13126         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
13127         make `gnus-summary-sort-by-recipient' work with threading.
13128
13129         * nnweb.el (nnweb-google-wash-article): Print a message if article
13130         is not available.
13131
13132 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13133
13134         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
13135         change.  Decode text/* parts content before displaying.
13136
13137 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13138
13139         * mml-smime.el: Remove defvar of gnus-extract-address-components.
13140
13141 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13142
13143         * mm-view.el (mm-display-inline-fontify): Disable support modes.
13144
13145         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
13146         url-package-name, url-package-version,
13147         w3m-cid-retrieve-function-alist, w3m-current-buffer,
13148         w3m-display-inline-images, and w3m-minor-mode-map.
13149
13150 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
13151
13152         * message.el (message-tab-body-function): Fix mismatched custom type.
13153
13154         * gnus.el (gnus-group-change-level-function): Ditto.
13155
13156         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
13157
13158         * gnus-art.el (gnus-signature-limit)
13159         (gnus-article-mime-part-function): Ditto.
13160
13161 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13162
13163         * mml.el (mml-mode): Silence the byte compiler.
13164
13165         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
13166         using `(sit-for 0)' before moving the point to the specified part;
13167         skip unbuttonized parts.
13168         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
13169         return to the summary window if gnus-auto-select-part is non-nil.
13170
13171 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
13172
13173         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
13174         New variables.
13175         (mml-dnd-attach-file, mml-mode): Use them.
13176
13177         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
13178         Make fetching article by MID work again for Google Groups.
13179         Add FIXME concerning gnus-group-make-web-group.
13180
13181         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
13182         Don't depend on Gnus by using mail-extract-address-components if
13183         gnus-extract-address-components is not bound.
13184
13185 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13186
13187         * gnus-art.el (gnus-mime-display-security): Don't display the
13188         signature, but only the signed part.
13189
13190 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13191
13192         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
13193
13194         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
13195         list, not listp.
13196
13197 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
13198
13199         * mm-encode.el (mm-encode-content-transfer-encoding):
13200         Likewise when encoding.
13201
13202         * mm-bodies.el (mm-decode-content-transfer-encoding):
13203         De-canonicalize CRLF for all text content types, not just
13204         text/plain.
13205
13206 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13207
13208         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
13209         valid article; point arrow and cursor at the MIME button.
13210
13211 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13212
13213         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
13214         Suggested by Dan Christensen <jdc@uwo.ca>.
13215
13216         * mm-decode.el (mm-save-part): Enable change of prompt.
13217
13218 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
13219
13220         * gnus-msg.el (gnus-inews-add-send-actions):
13221         Make `message-post-method' lambda parameter ARG `&optional'.
13222
13223 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13224
13225         * gnus-sum.el (gnus-summary-mime-map):
13226         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
13227         gnus-article-jump-to-part.
13228
13229         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
13230         (gnus-article-edit-part): Use it.
13231         (gnus-article-part-wrapper): Add no-handle argument.
13232         (gnus-article-save-part-and-strip, gnus-article-delete-part):
13233         New functions.
13234
13235 2005-08-29  Romain Francoise  <romain@orebokech.com>
13236
13237         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13238         docstring.
13239         (gnus-face-from-file): Likewise.
13240
13241 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13242
13243         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
13244         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
13245         non-nil.
13246         (gnus-auto-select-part): New variable.
13247         (gnus-article-jump-to-part): New function.
13248         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
13249         (gnus-mime-delete-part): Allow selecting specified part after
13250         deleting or stripping parts.
13251         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
13252         part if argument is bogus.
13253
13254 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
13255
13256         * gnus-art.el (w3m-minor-mode-map):
13257         * gnus-spec.el (gnus-newsrc-file-version):
13258         * gnus-util.el (nnmail-active-file-coding-system)
13259         (gnus-original-article-buffer, gnus-user-agent):
13260         * gnus.el (gnus-ham-process-destinations)
13261         (gnus-parameter-ham-marks-alist)
13262         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
13263         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
13264         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
13265         * mm-decode.el (gnus-current-window-configuration):
13266         * mm-extern.el (gnus-article-mime-handles):
13267         * mm-url.el (url-current-object, url-package-name)
13268         (url-package-version):
13269         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
13270         (smime-keys, w3m-cid-retrieve-function-alist)
13271         (w3m-current-buffer, w3m-display-inline-images)
13272         (w3m-minor-mode-map):
13273         * mml-smime.el (gnus-extract-address-components):
13274         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
13275         (gnus-newsrc-hashtb, message-default-charset)
13276         (message-deletable-headers, message-options)
13277         (message-posting-charset, message-required-mail-headers)
13278         (message-required-news-headers):
13279         * mml1991.el (mc-pgp-always-sign):
13280         * mml2015.el (mc-pgp-always-sign):
13281         * nnheader.el (nnmail-extra-headers):
13282         * rfc1843.el (gnus-decode-encoded-word-function)
13283         (gnus-decode-header-function, gnus-newsgroup-name):
13284         * spam-stat.el (gnus-original-article-buffer): Add defvars.
13285
13286 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
13287
13288         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
13289         the end of the date treatments.
13290
13291 2005-08-15  Simon Josefsson  <jas@extundo.com>
13292
13293         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
13294         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
13295         Capello and Romain Francoise.
13296         (pgg-fetch-key-function): Remove, not used?
13297         (pgg-insert-url-with-w3): Require url, to get
13298         url-insert-file-contents regardless of where it is defined.
13299
13300 2005-08-13  Romain Francoise  <romain@orebokech.com>
13301
13302         * message.el (message-cite-original-1): New function.
13303         (message-cite-original): Use it.
13304         (message-cite-original-without-signature): Ditto.
13305
13306 2005-08-08  Romain Francoise  <romain@orebokech.com>
13307
13308         * message.el (message-yank-empty-prefix): New variable.
13309         (message-indent-citation): Use it.
13310         (message-cite-original-without-signature): Respect X-No-Archive.
13311
13312 2005-08-08  Simon Josefsson  <jas@extundo.com>
13313
13314         * pgg.el: Autoload url-insert-file-contents instead of loading
13315         w3/url.
13316         (pgg-insert-url-with-w3): Don't load url here.
13317
13318 2005-08-07  Jesper Harder  <harder@phys.au.dk>
13319
13320         * message.el (message-kill-to-signature): Don't insert newline at
13321         bol.
13322         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
13323
13324 2005-08-06  Romain Francoise  <romain@orebokech.com>
13325
13326         * message.el (message-user-fqdn): Fix typo in docstring.
13327
13328 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
13329
13330         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
13331
13332         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
13333
13334 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13335
13336         * mm-bodies.el (mm-encode-body): Use coding system rather than
13337         charset to encode text.
13338
13339         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
13340         number of charsets if utf-8 is available (XEmacs).
13341
13342 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13343
13344         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
13345         taken from `gnus-button-mid-or-mail-regexp'.
13346         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
13347         (gnus-button-alist): Improve regexp for domain part of the MIDs
13348         for news:localpart@domain buttons.
13349         (gnus-button-ctan-directory-regexp): Update.
13350
13351 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13352
13353         * sieve-manage.el (sieve-manage-interactive-login):
13354         Use make-local-variable rather than make-variable-buffer-local.
13355         (sieve-manage-open): Ditto.
13356         (sieve-manage-authenticate): Ditto.
13357
13358         * mml.el (mml-generate-mime-1): Make the content type default to
13359         text/plain if the filename is not specified.
13360
13361 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13362
13363         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
13364         instead of insert-buffer.
13365
13366         * message.el (message-yank-original): Ditto; set the mark at the
13367         end of the yanked message.
13368
13369 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13370
13371         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
13372         lines to scroll rather than to stop it.
13373
13374         * mml.el (mml-generate-default-type): Add doc string.
13375         (mml-generate-mime-1): Use mm-default-file-encoding or make it
13376         default to application/octet-stream when determining the content
13377         type if it is not specified for the part or the mml contents; add
13378         a comment about mml-generate-default-type.
13379
13380 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
13381
13382         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
13383         make it default to application/octet-stream when determining the
13384         content type if it is not specified for the external contents.
13385
13386 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13387
13388         * rfc2231.el (rfc2231-parse-string): Take care that not only a
13389         segmented parameter but also other parameters might be there.
13390
13391 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13392
13393         * mm-decode.el (mm-display-external): Delete temp file, directory
13394         and buffer immediately if the external process is exited.
13395
13396 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13397
13398         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
13399         fewer lines than that of scroll-margin.
13400         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
13401
13402 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13403
13404         * gnus-art.el (gnus-article-next-page): Revert.
13405         (gnus-article-beginning-of-window): New macro.
13406         (gnus-article-next-page-1): Use it.
13407         (gnus-article-prev-page): Ditto.
13408         (gnus-article-edit-part): Use insert-buffer-substring instead of
13409         insert-buffer.
13410         (gnus-article-edit-exit): Ditto.
13411
13412         * gnus-util.el (gnus-beginning-of-window): Remove.
13413         (gnus-end-of-window): Remove.
13414
13415         * lpath.el: Don't bind header-line-format and scroll-margin.
13416
13417 2005-07-25  Simon Josefsson  <jas@extundo.com>
13418
13419         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
13420         to have the url package without w3.  Reported by Daiki Ueno
13421         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
13422
13423 2005-07-20  Didier Verna  <didier@xemacs.org>
13424
13425         * gnus-diary.el: Remove the description comment (nndiary is now
13426         properly documented in the Gnus manual).
13427         Fix the spelling of "Back End".
13428         * nndiary.el: Ditto.
13429         Fix the copyright notice.
13430
13431 2005-07-18  Romain Francoise  <romain@orebokech.com>
13432
13433         * gnus-sum.el (gnus-summary-to-prefix)
13434         (gnus-summary-newsgroup-prefix): New variables.
13435         (gnus-summary-from-or-to-or-newsgroups): Use them.
13436
13437 2005-07-17  Romain Francoise  <romain@orebokech.com>
13438
13439         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
13440         space as it's generally not especially interesting to the user.
13441
13442 2005-07-16  Romain Francoise  <romain@orebokech.com>
13443
13444         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
13445         nil to avoid prompting and file modification if one of the
13446         messages at the top of the nnfolder file contains a copyright
13447         notice.
13448         Update copyright notice.
13449
13450         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
13451         instead of `current-time-string' as the latter creates a time
13452         string that is not RFC 2822 compliant (it lacks the zone).
13453         Update copyright notice.
13454
13455 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13456
13457         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
13458         for text/rtf.  Display default in prompt.  Pass default for M-n.
13459
13460         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
13461
13462 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13463
13464         * gnus-msg.el (gnus-button-mailto):
13465         Remove save-selected-window-window hackery because it relies on
13466         save-selected-window internals.
13467
13468 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13469
13470         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
13471         (gnus-article-next-page-1): Use gnus-beginning-of-window.
13472         (gnus-article-prev-page): Ditto.
13473
13474         * gnus-util.el (gnus-beginning-of-window): New function.
13475         (gnus-end-of-window): New function.
13476
13477         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
13478
13479 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13480
13481         * gnus-score.el (gnus-score-edit-all-score):
13482         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
13483         gnus-message.
13484
13485 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13486
13487         * gnus-msg.el (gnus-button-mailto):
13488         Remove save-selected-window-window hackery because it relies on
13489         save-selected-window internals.
13490
13491 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13492
13493         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
13494         add-minor-mode.
13495         (gnus-binary-mode): Ditto.
13496
13497         * gnus-topic.el (gnus-topic-mode): Ditto.
13498
13499 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
13500
13501         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
13502         (gnus-article-prev-page): Take scroll-margin into consideration.
13503
13504 2005-07-04  Lute Kamstra  <lute@gnu.org>
13505
13506         Update FSF's address in GPL notices.
13507
13508 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
13509
13510         * gnus.el (gnus-exit):
13511         * gnus-group.el (gnus-group-icons):
13512         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
13513
13514         * gnus-nocem.el (gnus-nocem):
13515         * message.el (message-various, message-buffers, message-sending)
13516         (message-interface, message-forwarding, message-insertion)
13517         (message-headers, message-news, message-mail):
13518         * pgg-gpg.el (pgg-gpg):
13519         * pgg-parse.el (pgg-parse):
13520         * pgg-pgp.el (pgg-pgp):
13521         * pgg-pgp5.el (pgg-pgp5):
13522         * pop3.el (pop3): Finish `defgroup' description with period.
13523
13524 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13525
13526         * gnus-art.el (article-display-face): Improve the efficiency.
13527         (article-display-x-face): Ditto; remove grey x-face stuff.
13528
13529 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13530
13531         * gnus-art.el (article-display-face): Correct the position in
13532         which Faces are inserted.
13533
13534 2005-06-29  Didier Verna  <didier@xemacs.org>
13535
13536         * gnus-art.el (article-display-face): Display faces in correct
13537         order.
13538
13539 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13540
13541         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
13542         (gnus-fill-real-hashtb): Use hash table instead of obarray.
13543         (gnus-nocem-check-article): Fetch the Type header.
13544         (gnus-nocem-message-wanted-p): Fix the way to examine types.
13545         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
13546         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
13547         make sure gnus-nocem-hashtb is initialized.
13548         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
13549         (gnus-nocem-unwanted-article-p): Ditto.
13550
13551         * pgg.el (pgg-verify): Return the verification result.
13552
13553 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13554
13555         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
13556         is ascii.
13557
13558 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
13559
13560         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
13561         `show-nonbreak-escape'.
13562
13563 2005-06-23  Lute Kamstra  <lute@gnu.org>
13564
13565         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
13566
13567         * dig.el (dig-mode):
13568         * smime.el (smime-mode): Use gnus-run-mode-hooks.
13569
13570 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
13571
13572         * nnimap.el (nnimap-split-download-body): Fix spellings.
13573
13574 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
13575
13576         * gnus-art.el (gnus-article-encrypt-body):
13577         * gnus-cus.el (gnus-score-customize):
13578         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
13579         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
13580
13581 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
13582
13583         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
13584         header by looking for magic "MII" at the beginnig.
13585
13586 2005-06-16  Miles Bader  <miles@gnu.org>
13587
13588         * gnus-xmas.el (gnus-xmas-group-startup-message):
13589         Use renamed gnus-splash face.
13590
13591         * assistant.el (assistant-field): Remove "-face" suffix from face name.
13592         (assistant-field-face): New backward-compatibility alias for renamed
13593         face.
13594         (assistant-render-text): Use renamed assistant-field face.
13595
13596         * spam.el (spam): Remove "-face" suffix from face name.
13597         (spam-face): New backward-compatibility alias for renamed face.
13598         (spam-face, spam-initialize): Use renamed spam face.
13599
13600         * message.el (message-header-to, message-header-cc)
13601         (message-header-subject, message-header-newsgroups)
13602         (message-header-other, message-header-name)
13603         (message-header-xheader, message-separator, message-cited-text)
13604         (message-mml): Remove "-face" suffix from face names.
13605         (message-header-to-face, message-header-cc-face)
13606         (message-header-subject-face, message-header-newsgroups-face)
13607         (message-header-other-face, message-header-name-face)
13608         (message-header-xheader-face, message-separator-face)
13609         (message-cited-text-face, message-mml-face):
13610         New backward-compatibility aliases for renamed faces.
13611         (message-font-lock-keywords): Use renamed message faces.
13612
13613         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
13614         (sieve-test-commands, sieve-tagged-arguments):
13615         Remove "-face" suffix from face names.
13616         (sieve-control-commands-face, sieve-action-commands-face)
13617         (sieve-test-commands-face, sieve-tagged-arguments-face):
13618         New backward-compatibility aliases for renamed faces.
13619         (sieve-control-commands-face, sieve-action-commands-face)
13620         (sieve-test-commands-face, sieve-tagged-arguments-face):
13621         Use renamed sieve faces.
13622
13623         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
13624         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
13625         (gnus-group-news-3-empty, gnus-group-news-4)
13626         (gnus-group-news-4-empty, gnus-group-news-5)
13627         (gnus-group-news-5-empty, gnus-group-news-6)
13628         (gnus-group-news-6-empty, gnus-group-news-low)
13629         (gnus-group-news-low-empty, gnus-group-mail-1)
13630         (gnus-group-mail-1-empty, gnus-group-mail-2)
13631         (gnus-group-mail-2-empty, gnus-group-mail-3)
13632         (gnus-group-mail-3-empty, gnus-group-mail-low)
13633         (gnus-group-mail-low-empty, gnus-summary-selected)
13634         (gnus-summary-cancelled, gnus-summary-high-ticked)
13635         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
13636         (gnus-summary-high-ancient, gnus-summary-low-ancient)
13637         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
13638         (gnus-summary-low-undownloaded)
13639         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
13640         (gnus-summary-low-unread, gnus-summary-normal-unread)
13641         (gnus-summary-high-read, gnus-summary-low-read)
13642         (gnus-summary-normal-read, gnus-splash):
13643         Remove "-face" suffix from face names.
13644         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13645         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13646         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13647         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13648         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13649         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13650         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13651         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13652         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13653         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13654         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13655         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13656         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13657         (gnus-summary-normal-ticked-face)
13658         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
13659         (gnus-summary-normal-ancient-face)
13660         (gnus-summary-high-undownloaded-face)
13661         (gnus-summary-low-undownloaded-face)
13662         (gnus-summary-normal-undownloaded-face)
13663         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13664         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13665         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13666         (gnus-splash-face):
13667         New backward-compatibility aliases for renamed faces.
13668         (gnus-group-startup-message): Use renamed gnus faces.
13669
13670         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
13671         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
13672         (gnus-server-agent): Remove "-face" suffix from face names.
13673         (gnus-server-agent-face, gnus-server-opened-face)
13674         (gnus-server-closed-face, gnus-server-denied-face)
13675         (gnus-server-offline-face):
13676         New backward-compatibility aliases for renamed faces.
13677         (gnus-server-agent-face, gnus-server-opened-face)
13678         (gnus-server-closed-face, gnus-server-denied-face)
13679         (gnus-server-offline-face): Use renamed gnus faces.
13680
13681         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
13682         Remove "-face" suffix from face names.
13683         (gnus-picon-xbm-face, gnus-picon-face):
13684         New backward-compatibility aliases for renamed faces.
13685
13686         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
13687         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
13688         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
13689         (gnus-cite-11): Remove "-face" suffix from face names.
13690         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
13691         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
13692         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
13693         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
13694         New backward-compatibility aliases for renamed faces.
13695         (gnus-cite-attribution-face, gnus-cite-face-list)
13696         (gnus-article-boring-faces): Use renamed gnus faces.
13697
13698         * gnus-art.el (gnus-signature, gnus-header-from)
13699         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
13700         (gnus-header-content): Remove "-face" suffix from face names.
13701         (gnus-signature-face, gnus-header-from-face)
13702         (gnus-header-subject-face, gnus-header-newsgroups-face)
13703         (gnus-header-name-face, gnus-header-content-face):
13704         New backward-compatibility aliases for renamed faces.
13705         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
13706
13707         * gnus-sum.el (gnus-summary-selected-face)
13708         (gnus-summary-highlight): Use renamed gnus faces.
13709         * gnus-group.el (gnus-group-highlight): Likewise.
13710
13711 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
13712
13713         * gnus-sieve.el (gnus-sieve-article-add-rule):
13714         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
13715         * spam-stat.el (spam-stat-buffer-change-to-spam)
13716         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
13717
13718         * message.el (message-is-yours-p):
13719         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
13720
13721 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13722
13723         * mm-view.el (mm-inline-text): Withdraw the last change.
13724
13725 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13726
13727         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
13728         executing enriched-decode.
13729
13730 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13731
13732         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
13733         charset of tar files.
13734
13735 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
13736
13737         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
13738
13739 2005-06-04  Lute Kamstra  <lute@gnu.org>
13740
13741         * nnfolder.el (nnfolder-read-folder): Make sure that undo
13742         information is never recorded.
13743
13744 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13745
13746         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
13747
13748 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13749
13750         * pop3.el (pop3-apop): Run md5 in the binary mode.
13751
13752         * starttls.el (starttls-set-process-query-on-exit-flag):
13753         Use eval-and-compile.
13754
13755 2005-05-31  Simon Josefsson  <jas@extundo.com>
13756
13757         * smime.el (smime-replace-in-string): Define.
13758         (smime-cert-by-ldap-1): Use it.
13759
13760 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13761
13762         * gnus-art.el (article-display-x-face): Replace
13763         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13764
13765         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
13766         set-process-query-on-exit-flag or process-kill-without-query.
13767
13768         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
13769         loop instead of replace-regexp.
13770
13771         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
13772         instead of process-kill-without-query if it is available.
13773
13774         * lpath.el: Fbind ldap-search-entries.
13775
13776         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
13777         instead of find-file-hooks if it is available.
13778
13779         * mml1991.el: Bind pgg-default-user-id when compiling.
13780
13781         * mml2015.el: Bind pgg-default-user-id when compiling.
13782
13783         * nndraft.el (nndraft-request-associate-buffer):
13784         Use write-contents-functions instead of write-contents-hooks if it is
13785         available.
13786
13787         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
13788         instead of find-file-hooks if it is available.
13789
13790         * nntp.el (nntp-open-connection): Replace
13791         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13792         (nntp-open-ssl-stream): Ditto.
13793         (nntp-open-tls-stream): Ditto.
13794
13795         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
13796         set-process-query-on-exit-flag or process-kill-without-query.
13797         (starttls-open-stream-gnutls): Use it instead of
13798         process-kill-without-query.
13799         (starttls-open-stream): Ditto.
13800
13801 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
13802
13803         * smime.el (smime-cert-by-ldap-1): Don't use
13804         replace-regexp-in-string.
13805
13806 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
13807
13808         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
13809
13810         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
13811         in PEM format.  Adjust to the XEmacs compability.
13812
13813 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
13814
13815         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
13816         by `string-to-number'.
13817         * gnus-agent.el (gnus-agent-regenerate-group)
13818         (gnus-agent-fetch-articles): Ditto.
13819         * gnus-art.el (gnus-button-fetch-group): Ditto.
13820         * gnus-cache.el (gnus-cache-generate-active)
13821         (gnus-cache-articles-in-group): Ditto.
13822         * gnus-group.el (gnus-group-set-current-level)
13823         (gnus-group-insert-group-line): Ditto.
13824         * gnus-score.el (gnus-score-set-expunge-below)
13825         (gnus-score-set-mark-below, gnus-summary-score-effect)
13826         (gnus-summary-score-entry): Ditto.
13827         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
13828         (gnus-soup-pack): Ditto.
13829         * gnus-spec.el (gnus-xmas-format): Ditto.
13830         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
13831         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
13832         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
13833         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
13834         * nndb.el (nndb-get-remote-expire-response): Ditto.
13835         * nndiary.el (nndiary-parse-schedule-value)
13836         (nndiary-string-to-number, nndiary-request-replace-article)
13837         (nndiary-request-article): Ditto.
13838         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
13839         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
13840         * nneething.el (nneething-make-head): Ditto.
13841         * nnfolder.el (nnfolder-request-article)
13842         (nnfolder-retrieve-headers): Ditto.
13843         * nnheader.el (nnheader-file-to-number): Ditto.
13844         * nnkiboze.el (nnkiboze-request-article): Ditto.
13845         * nnmail.el (nnmail-process-unix-mail-format)
13846         (nnmail-process-babyl-mail-format): Ditto.
13847         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
13848         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
13849         (nnmh-request-create-group, nnmh-request-list-1)
13850         (nnmh-request-group, nnmh-request-article): Ditto.
13851         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
13852         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
13853         * nnsoup.el (nnsoup-make-active): Ditto.
13854         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
13855         * nntp.el (nntp-find-group-and-number)
13856         (nntp-retrieve-headers-with-xover): Ditto.
13857         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
13858         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
13859         (pgg-format-key-identifier): Ditto.
13860         * pop3.el (pop3-last, pop3-stat): Ditto.
13861         * qp.el (quoted-printable-decode-region): Ditto.
13862
13863         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
13864         of concat.
13865
13866 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13867
13868         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
13869
13870         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
13871
13872         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
13873
13874         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
13875
13876         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
13877
13878         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
13879
13880         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
13881         (gnus-carpal-mode): Ditto.
13882
13883         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
13884         (gnus-browse-mode): Ditto.
13885
13886         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
13887
13888         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
13889
13890 2005-05-29  Richard M. Stallman  <rms@gnu.org>
13891
13892         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
13893
13894 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13895
13896         * gnus-util.el (gnus-run-mode-hooks): New function.
13897
13898         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
13899
13900         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
13901         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
13902
13903 2005-05-27  Lute Kamstra  <lute@gnu.org>
13904
13905         * dns-mode.el (dns-mode): Specify customization group.
13906
13907 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
13908
13909         * gnus-agent.el (gnus-agent-make-mode-line-string):
13910         Use mode-line-highlight as mouse-face.
13911
13912 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13913
13914         * canlock.el (canlock): Change the parent group to news.
13915
13916         * deuglify.el (gnus-outlook-deuglify): Add :group.
13917
13918         * dig.el (dig): Add :group.
13919
13920         * dns-mode.el (dns-mode): Add :group.
13921
13922         * encrypt.el (encrypt): Add :group.
13923
13924         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
13925         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
13926         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
13927         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
13928         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
13929
13930         * gnus-diary.el (gnus-diary): Add :group.
13931
13932         * gnus.el (gnus-group-news-1-face): Add :group.
13933         (gnus-group-news-1-empty-face): Ditto.
13934         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
13935         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
13936         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
13937         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
13938         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
13939         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
13940         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
13941         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
13942         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
13943         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
13944         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
13945         (gnus-summary-high-ticked-face): Ditto.
13946         (gnus-summary-low-ticked-face): Ditto.
13947         (gnus-summary-normal-ticked-face): Ditto.
13948         (gnus-summary-high-ancient-face): Ditto.
13949         (gnus-summary-low-ancient-face): Ditto.
13950         (gnus-summary-normal-ancient-face): Ditto.
13951         (gnus-summary-high-undownloaded-face): Ditto.
13952         (gnus-summary-low-undownloaded-face): Ditto.
13953         (gnus-summary-normal-undownloaded-face): Ditto.
13954         (gnus-summary-high-unread-face): Ditto.
13955         (gnus-summary-low-unread-face): Ditto.
13956         (gnus-summary-normal-unread-face): Ditto.
13957         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
13958         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
13959
13960         * hashcash.el (hashcash): New custom group.
13961         (hashcash-default-payment): Add :group.
13962         (hashcash-payment-alist): Ditto.
13963         (hashcash-default-accept-payment): Ditto.
13964         (hashcash-accept-resources): Ditto.
13965         (hashcash-path): Ditto.
13966         (hashcash-extra-generate-parameters): Ditto.
13967         (hashcash-double-spend-database): Ditto.
13968         (hashcash-in-news): Ditto.
13969
13970         * message.el (message-minibuffer-local-map): Add :group.
13971
13972         * netrc.el (netrc): Add :group.
13973
13974         * sieve-manage.el (sieve-manage-log): Add :group.
13975         (sieve-manage-default-user): Diito.
13976         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
13977         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
13978         (sieve-manage-authenticators): Ditto.
13979         (sieve-manage-authenticator-alist): Ditto.
13980         (sieve-manage-default-port): Ditto.
13981
13982         * sieve-mode.el (sieve-control-commands-face): Add :group.
13983         (sieve-action-commands-face): Ditto.
13984         (sieve-test-commands-face): Ditto.
13985         (sieve-tagged-arguments-face): Ditto.
13986
13987         * smime.el (smime): Add :group.
13988
13989         * spam-report.el (spam-report): Add :group.
13990
13991         * spam.el (spam, spam-face): Add :group.
13992
13993 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13994
13995         * nntp.el (nntp-next-result-arrived-p): Some news servers may
13996         return \n.\n.\n at the end of articles.  Protect against that.
13997         (nntp-with-open-group): Allow debugging.
13998
13999         * nnheader.el (mail-header-set-extra): Make into a function
14000         because I just could't understand how to quote the list properly.
14001
14002         * dns.el (query-dns-cached): New function.
14003
14004 2005-05-26  Lute Kamstra  <lute@gnu.org>
14005
14006         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
14007
14008 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14009
14010         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
14011
14012         * gnus-art.el: Don't autoload mail-extract-address-components.
14013
14014         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
14015         eval-and-compile to evaluate it.
14016
14017         * hashcash.el: Don't autoload executable-find.
14018
14019         * nndb.el: Don't declare the nndb back end two or more times; don't
14020         autoload news-reply-mode, news-setup, cancel-timer and telnet.
14021
14022         * nntp.el: Autoload format-spec instead of format; use
14023         eval-and-compile to evaluate autoload forms.
14024
14025 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
14026
14027         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
14028
14029 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14030
14031         * gnus.el (gnus-version-number): Bump version.
14032
14033 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14034
14035         * gnus.el: No Gnus v0.3 is released.
14036
14037 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14038
14039         * lpath.el (featurep): Bind show-nonbreak-escape.
14040
14041 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14042
14043         * gnus-art.el (gnus-article-edit-part): Disable undo.
14044
14045 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14046
14047         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
14048         gnus-article-date-lapsed-new-header is t if date timer is active;
14049         skip headers in which the original date value is empty.
14050         (gnus-article-save-original-date): Redefine it as a macro.
14051         (gnus-display-mime): Use it.
14052
14053 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14054
14055         * gnus-art.el (article-date-ut): Support converting date in
14056         forwarded parts as well.
14057         (gnus-article-save-original-date): New function.
14058         (gnus-display-mime): Use it.
14059
14060 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
14061
14062         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
14063         enclosure element of <item>.
14064
14065 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
14066
14067         * message.el (message-kill-buffer-query): Rename from
14068         `message-kill-buffer-query-if-modified'.  Add :version.
14069
14070 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14071
14072         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
14073         window layout.
14074
14075 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14076
14077         * mml.el: Autoload dnd when compiling.
14078
14079 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14080
14081         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
14082         x-dnd-*.
14083
14084 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14085
14086         * qp.el (quoted-printable-encode-region): Save excursion.
14087
14088 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
14089
14090         * message.el (message-kill-buffer-query-if-modified): Add new variable
14091         so the user can kill a modified message buffer quickly.
14092         (message-kill-buffer): Use it.
14093
14094 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14095
14096         * lpath.el: Fbind display-time-event-handler; don't fbind
14097         string-to-multibyte.
14098
14099         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
14100
14101 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14102
14103         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
14104         contained in text because xml.el decodes entities) with LFs.
14105
14106 2005-04-11  Lute Kamstra  <lute@gnu.org>
14107
14108         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
14109         differently.
14110
14111 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14112
14113         * mm-util.el (mm-detect-coding-region): Typo.
14114
14115 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14116
14117         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
14118
14119 2005-04-06  Deepak Goel  <deego@gnufans.org>
14120
14121         * spam-stat.el (spam-stat-score-buffer): Add a call to a
14122         user-function allow user modifications of the scores.
14123         (spam-stat-score-buffer-user): New function, to allow
14124         user-computed modifications to the score.
14125         (spam-stat-score-buffer-user-functions): List of additional
14126         scoring functions.
14127         (spam-stat-error-holder): Global temporary error holder.
14128         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
14129         variable.
14130
14131 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
14132
14133         * gnus-registry.el (gnus-registry-clean-empty-function)
14134         (gnus-registry-trim, gnus-registry-fetch-groups)
14135         (gnus-registry-delete-group): Groups that match
14136         `gnus-registry-ignored-groups' are removed from the registry
14137         entries, not just ignored for splitting.  This helps clean up the
14138         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
14139         to get all the groups a message ID is in.
14140
14141         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
14142         (spam-stat-split-fancy): Change "threshhold" to "threshold".
14143         (spam-stat-score-buffer-user-functions): Add :number custom type.
14144
14145 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14146
14147         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
14148         argument in XEmacs.
14149
14150         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
14151         (nnrss-request-group): Decode group name first.
14152         (nnrss-request-article): Make a text/plain article if mml-to-mime
14153         failed.
14154         (nnrss-get-encoding): Return a compatible encoding according to
14155         nnrss-compatible-encoding-alist.
14156         (nnrss-find-el): Use consp instead of listp.
14157         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
14158
14159 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14160
14161         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
14162         which Emacs 20 doesn't support.
14163         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
14164
14165 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14166
14167         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
14168         silence the byte compiler inside the defun.
14169
14170         * gnus-demon.el (parse-time-string): Add autoload.
14171
14172         * gnus-delay.el (parse-time-string): Add autoload.
14173
14174         * gnus-art.el (parse-time-string): Add autoload.
14175
14176         * nnultimate.el (parse-time): Require for `parse-time-string'.
14177
14178 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14179
14180         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
14181
14182         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
14183
14184         * smime.el (smime-ldap-host-list): Add :version.
14185
14186 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14187
14188         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
14189         pass it to `gnus-browse-read-group'.
14190         (gnus-browse-read-group): Add NUMBER argument and pass it to
14191         `gnus-group-read-ephemeral-group'.
14192
14193         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
14194         argument and pass it to `gnus-group-read-group'.
14195
14196 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
14197
14198         * mm-util.el (mm-xemacs-find-mime-charset): Only call
14199         mm-xemacs-find-mime-charset-1 if we have the mule feature
14200         available at runtime.
14201
14202 2005-03-25  Werner Lemberg  <wl@gnu.org>
14203
14204         * nnmaildir.el: Replace `illegal' with `invalid'.
14205
14206 2005-03-23  Lute Kamstra  <lute@gnu.org>
14207
14208         * time-date.el: Add comment on time value formats.
14209         Don't require parse-time.
14210         (with-decoded-time-value): New macro.
14211         (encode-time-value): New function.
14212         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
14213         (days-to-time): Return a valid time value when arg is huge.
14214         (time-since): Use time-subtract.
14215         (time-to-number-of-days): Use time-to-seconds.
14216
14217 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14218
14219         * gnus-start.el (gnus-display-time-event-handler):
14220         Check display-time-timer at runtime rather than only at load time
14221         in case display-time-mode is turned off in the mean time.
14222
14223 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14224
14225         * nnimap.el (nnimap-open-connection): Print which authinfo file is
14226         used.
14227
14228         * nneething.el (nneething-map-file-directory): Derive from
14229         `gnus-directory'.
14230
14231         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
14232         the To/Cc button.
14233
14234 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14235
14236         * nnmaildir.el (nnmaildir-request-accept-article):
14237         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
14238
14239 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14240
14241         * gnus-async.el: Require timer-funcs at compile time when in
14242         XEmacs for `run-with-idle-timer'.
14243
14244 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14245
14246         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
14247         autoloaded function.
14248
14249 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14250
14251         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
14252
14253 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
14254
14255         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
14256
14257 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14258
14259         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
14260         Add gnus-expert-user to default.
14261
14262 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
14263
14264         * nnimap.el (nnimap-open-server): Ditto.
14265
14266         * imap.el (imap-authenticate): Fix typo.
14267
14268 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
14269
14270         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
14271         buffer (since IMAP server might return FETCH response out of
14272         order, and the nntp buffer must be sorted).
14273
14274 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
14275
14276         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
14277         comparison on string.
14278
14279         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
14280         (gnus-agent-score): Rename category keywords to match gnus-cus.
14281         (gnus-agent-summary-fetch-series): Modify to protect against
14282         gnus-agent-summary-fetch-group clearing processable flags.
14283         (gnus-agent-synchronize-group-flags): Update live group buffer as
14284         synchronization may occur due to the user toggle the plugged
14285         status.
14286         (gnus-agent-fetch-group-1): Clear downloadable flag when article
14287         successfully downloaded.
14288         (gnus-agent-expire-group-1): Avoid using markers when the overview
14289         is in ascending order; greatly improves performance.
14290         (gnus-agent-regenerate-group):
14291         Use gnus-agent-synchronize-group-flags to reset read status in both
14292         gnus and server.
14293         (gnus-agent-update-files-total-fetched-for): Fix initial size.
14294
14295 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14296
14297         * message.el: Don't autoload former message-utils variables.
14298         (message-strip-subject-trailing-was): Change doc string.
14299
14300         * nnweb.el: Fixes for `gnus-group-make-web-group'.
14301         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
14302         (nnweb-google-search): Add "hl=en" here.
14303         (nnweb-google-parse-1, nnweb-google-create-mapping):
14304         Don't hardcode URL.
14305
14306 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14307
14308         * message.el (message-get-reply-headers, message-followup):
14309         Mention related variables `message-use-followup-to' and
14310         `message-use-mail-followup-to', in the information buffer.
14311
14312         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
14313         of broken groups(-beta).google.com.
14314
14315 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14316
14317         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
14318         parameter to invoked gnus-request-move-article; remove the
14319         redundant gnus-sum-hint-move-is-internal variable; apply the marks
14320         all at once instead of once per article.
14321         (gnus-summary-remove-process-mark): Accept a list of articles as
14322         well as a single article for processing.
14323
14324         * gnus-int.el (gnus-request-move-article): Add move-is-internal
14325         parameter.
14326
14327         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
14328
14329         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
14330
14331         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
14332         parameter.
14333
14334         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
14335         parameter.
14336
14337         * nnimap.el (nnimap-request-move-article): Add move-is-internal
14338         parameter and remove the gnus-sum-hint-move-is-internal variable.
14339
14340         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
14341         parameter.
14342
14343         * nndraft.el (nndraft-request-move-article): Add move-is-internal
14344         parameter.
14345
14346         * nndiary.el (nndiary-request-move-article): Add move-is-internal
14347         parameter.
14348
14349         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
14350
14351         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
14352         parameter.
14353
14354         * nnagent.el (nnagent-request-move-article): Add move-is-internal
14355         parameter.
14356
14357 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14358
14359         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
14360         a more conservative way.
14361
14362 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14363
14364         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
14365         buffer, so it moves the window's cursor.
14366
14367 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
14368
14369         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
14370         `mm-dissect-multipart' and receive the from field as an (optional)
14371         argument from `mm-dissect-multipart'.
14372         (mm-dissect-multipart): Receive the from field as an argument and
14373         pass it on when we call `mm-dissect-buffer' on MIME parts.
14374         Fixes verification/decryption of signed/encrypted MIME parts.
14375
14376 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
14377
14378         * gnus-sum.el (gnus-summary-move-article):
14379         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
14380         whatever it calls (right now, only nnimap-request-move article
14381         respects it).
14382
14383         * nnimap.el (nnimap-request-move-article):
14384         When gnus-sum-hint-move-is-internal is set, don't do the extra
14385         nnimap-request-article.
14386
14387 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14388
14389         * nnheader.el (nnheader-find-file-noselect): Add doc string.
14390
14391         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
14392         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
14393
14394         * gnus-sum.el (gnus-summary-caesar-message):
14395         Apply `gnus-treat-article' after rotation.
14396
14397         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
14398         doc string.
14399
14400 2005-02-22  Simon Josefsson  <jas@extundo.com>
14401
14402         * encrypt.el (encrypt-password-cache-expiry): Remove (use
14403         `password-cache-expiry' instead).  Reported by Arne Jørgensen
14404         <arne@arnested.dk>.
14405         (encrypt): Add password-cache and password-cache-expiry as group
14406         members.
14407
14408 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
14409
14410         * smime.el (smime-ldap-host-list): Doc fix.
14411         (smime-ask-passphrase): Use `password-read-and-add' to read (and
14412         cache) password.
14413         (smime-sign-region): Use it.
14414         (smime-decrypt-region): Use it.
14415         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
14416         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
14417         fails.
14418         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
14419         certificate from DER to PEM format rather than calling openssl.
14420
14421         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
14422
14423         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
14424         for signing/encryption.
14425
14426         * mml.el (mml-parse-1): Use them.
14427
14428 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
14429
14430         * nnrss.el (nnrss-verbose): Remove.
14431         (nnrss-request-group): Use `nnheader-message' instead.
14432
14433 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
14434
14435         * nnrss.el (nnrss-verbose): New variable.
14436         (nnrss-request-group): Make it say nnrss is requesting a group.
14437
14438 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14439
14440         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
14441         Handle news URL with given port correctly.
14442
14443 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14444
14445         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
14446         containing special characters.
14447
14448         * gnus-sum.el (gnus-summary-edit-article): Ditto.
14449
14450         * mml.el (mime-to-mml): Ditto.
14451
14452         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
14453         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
14454         (rfc2047-decode-region): Quote decoded words containing special
14455         characters when rfc2047-quote-decoded-words-containing-tspecials
14456         is non-nil.
14457
14458 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
14459
14460         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
14461
14462         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
14463
14464 2005-02-15  Simon Josefsson  <jas@extundo.com>
14465
14466         * nnimap.el (nnimap-debug): Doc fix.
14467
14468         * imap.el (imap-debug): Doc fix.
14469
14470 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14471
14472         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
14473
14474 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
14475
14476         * gnus.el (spam-contents): Improve docs for spam-contents
14477         parameter in its variable incarnation.
14478
14479 2005-02-14  Simon Josefsson  <jas@extundo.com>
14480
14481         * smime-ldap.el: Use require instead of load-library for ldap.
14482         (smime-ldap-search): Indent.
14483         (smime-ldap-search-internal): Shorten line.
14484
14485         * smime.el (smime-cert-by-dns): Add doc-string.
14486         (smime-cert-by-ldap-1): Indent.
14487
14488         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
14489         mml-smime-get-dns-ldap.
14490         (mml-smime-encrypt-query): Use new function.  Default to ldap.
14491
14492 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
14493
14494         * smime.el: Require smime-ldap.
14495         (smime-ldap-host-list): New variable.
14496         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
14497
14498         * mml-smime.el (mml-smime-encrypt-query): New function.
14499         (mml-smime-encrypt-query): Use it.
14500
14501         * smime-ldap.el: New file.
14502
14503 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14504
14505         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
14506
14507 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14508
14509         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
14510         argument in doc string.  Make query for type more clear.
14511
14512 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14513
14514         * gnus.el (gnus-group-startup-message): Search for gnus images in
14515         etc/images/gnus.
14516         * mm-util.el (mm-image-load-path): Likewise.
14517         * smiley.el (smiley-data-directory): Search for smilies in
14518         etc/images/smilies.
14519
14520 2005-02-09  Kim F. Storm  <storm@cua.dk>
14521
14522         Change Emacs release version from 21.4 to 22.1 throughout.
14523         Change Emacs development version from 21.3.50 to 22.0.50.
14524
14525 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14526
14527         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
14528
14529         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
14530         non-Mule XEmacs as well.
14531         (mm-decompress-buffer): Signal an error intentionally if it does
14532         not decompress compressed data because auto-compression-mode is
14533         disabled.
14534
14535 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
14536
14537         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
14538         an ID in the registry even if it has no groups.
14539
14540 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14541
14542         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
14543         merge it into mm-decompress-buffer.
14544         (gnus-mime-copy-part): Use the MIME part charset, the value which
14545         a user specified or gnus-newsgroup-charset for decoding, like
14546         gnus-mime-inline-part does; set buffer-file-coding-system to tell
14547         save-buffer what was used.  Suggested by Kevin Ryde
14548         <user42@zip.com.au>.
14549         (gnus-mime-inline-part): Allow the name parameter as well as the
14550         filename parameter; force decompressing of compressed data; always
14551         display contents being not decoded as unibyte.
14552
14553         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
14554         as well as the filename parameter.
14555
14556         * mm-util.el (mm-decompress-buffer):
14557         Merge gnus-mime-jka-compr-maybe-uncompress.
14558         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
14559         of compressed data.
14560
14561 2005-02-08  Simon Josefsson  <jas@extundo.com>
14562
14563         * imap.el (imap-log): Doc fix.
14564
14565 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14566
14567         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
14568         the coding cookies; decompress compressed parts.
14569
14570         * mml.el (mml-generate-mime-1): Add the charset parameter according
14571         to the value which a user specified manually or the coding cookie.
14572
14573         * mm-util.el (mm-string-to-multibyte): New function.
14574         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
14575         (mm-coding-system-to-mime-charset): New function.
14576         (mm-decompress-buffer): New function.
14577         (mm-find-buffer-file-coding-system): New function.
14578
14579         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
14580         (mm-display-inline-fontify): Rewrite for decoding and decompressing
14581         parts.
14582
14583 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14584
14585         * mm-view.el (mm-display-inline-fontify): Decode a part according
14586         to the charset parameter.
14587
14588 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14589
14590         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
14591         prefix arg is neither nil nor a number, as info specifies.
14592
14593 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14594
14595         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
14596         timestamps.
14597
14598 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
14599
14600         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
14601         groups error checking and notify user.
14602
14603 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
14604
14605         * message.el (message-send-mail-function): Check existence of
14606         sendmail-program first before using default value
14607         `message-send-mail-with-sendmail'.  Otherwise use more generic
14608         `smtpmail-send-it'.
14609
14610 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14611
14612         * nntp.el (nntp-request-update-info): Always return nil.
14613
14614 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14615
14616         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
14617
14618 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14619
14620         * message.el (message-beginning-of-line): Change the behavior when
14621         invoked between BOL and : so that it first moves backward.
14622
14623 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14624
14625         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
14626         article buffer when editing of the article is discarded.
14627         (gnus-article-prepare): Revert.
14628
14629 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14630
14631         * gnus-art.el (gnus-article-prepare):
14632         Remove message-strip-forbidden-properties from the local hook.
14633
14634 2005-01-27  Simon Josefsson  <jas@extundo.com>
14635
14636         * password.el (password-cache-add): Only start one timer per key.
14637         Reported by Derek Atkins <warlord@MIT.EDU>.
14638
14639 2005-01-26  Steve Youngs  <steve@sxemacs.org>
14640
14641         * run-at-time.el: Remove.  It is no longer needed as
14642         timer-funcs.el in the xemacs-base package has a working version of
14643         `run-at-time'.
14644
14645         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
14646
14647         * password.el: Require timer-funcs instead of run-at-time in
14648         XEmacs.
14649         Remove `password-run-at-time' macro.
14650         (password-cache-add): Use `run-at-time' instead of
14651         `password-run-at-time'.
14652
14653         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
14654         Remove `nnheader-cancel-function-timers' alias,
14655         `cancel-function-timers' exists in XEmacs in timer-funcs.
14656
14657         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
14658         for `run-with-idle-timer'.
14659
14660         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
14661         for `run-at-time'.
14662
14663         * mm-url.el: Require timer-funcs at compile time when in XEmacs
14664         for `with-timeout'.
14665
14666         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
14667         the same as for XEmacs 21.4.
14668         No need to ignore `run-with-idle-timer', this function exists in
14669         XEmacs now in timer-funcs.el in the xemacs-base package.
14670         (dgnushack-compile): No need to delete
14671         run-at-time.el from the list of files to compile because it
14672         doesn't exist anymore.
14673
14674 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14675
14676         * mml.el (mml-generate-mime-1): Convert string into unibyte when
14677         inserting " *mml*" buffer's contents into a unibyte temp buffer.
14678
14679 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
14680
14681         * mail-source.el (mail-source-fetch-imap): Search for ^From case
14682         sensitively.
14683
14684 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
14685
14686         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
14687
14688 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14689
14690         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
14691         which will be inserted according to the multibyteness of a buffer
14692         rather than the type of contents.  Suggested by ARISAWA Akihiro
14693         <ari@mbf.ocn.ne.jp>.
14694
14695         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
14696         of string which old xml.el may return rather than a string.
14697
14698 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14699
14700         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
14701
14702 2005-01-16  Simon Josefsson  <jas@extundo.com>
14703
14704         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
14705         idn/idna.el isn't available.
14706         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
14707         <michael@waxrat.com>.
14708
14709         * hashcash.el: Remove non-FSF copyright header.
14710
14711         * hashcash.el (hashcash-extra-generate-parameters): New variable.
14712         (hashcash-generate-payment): Use it.
14713         (hashcash-generate-payment-async): Use it.
14714
14715 2005-01-15  Simon Josefsson  <jas@extundo.com>
14716
14717         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
14718         Suggested by Raymond Scholz <ray-2005@zonix.de>.
14719
14720         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
14721         gnus-summary-idna-message.
14722         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
14723         (gnus-summary-idna-message): New function.
14724
14725 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14726
14727         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
14728         gnus-novice-user.
14729
14730 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14731
14732         * nnrss.el (nnrss-request-delete-group): Delete entries in
14733         nnrss-group-alist as well.
14734         (nnrss-save-server-data): Insert newline.
14735
14736 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
14737
14738         * gnus.el (gnus-user-agent): Use list of symbols instead of
14739         symbols.  Display full version number for (S)XEmacs.
14740         Optionally display (S)XEmacs codename.
14741
14742         * gnus-util.el (gnus-emacs-version): Update for new
14743         `gnus-user-agent'.
14744
14745         * gnus-msg.el (gnus-extended-version): Make it possible to omit
14746         Gnus version.
14747
14748 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14749
14750         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
14751         which is unreadable in some setups.
14752
14753 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14754
14755         * gnus-spec.el (gnus-update-format-specifications): Flush the
14756         group format spec cache if it doesn't support decoded group names.
14757
14758 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14759
14760         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
14761         Allow to apply decay on score files matching a regexp.
14762
14763 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14764
14765         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
14766         compatibility in %g and %c.
14767
14768 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14769
14770         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
14771         name for only %g and %c.
14772         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
14773         of gnus-tmp-group to decoded group name.
14774         (gnus-group-make-rss-group): Exclude `/'s from group names.
14775
14776 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14777
14778         * nnrss.el (nnrss-get-encoding): Fix regexp.
14779
14780 2004-12-27  Simon Josefsson  <jas@extundo.com>
14781
14782         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
14783         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
14784         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
14785
14786 2004-12-17  Kim F. Storm  <storm@cua.dk>
14787
14788         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
14789
14790         * gnus-sum.el (gnus-summary-mode-map): Likewise.
14791
14792 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14793
14794         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
14795
14796 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14797
14798         * nnrss.el: Require rfc2047 and mml.
14799         (nnrss-file-coding-system): New variable.
14800         (nnrss-format-string): Redefine it as an inline function.
14801         (nnrss-decode-group-name): New function.
14802         (nnrss-string-as-multibyte): Remove.
14803         (nnrss-retrieve-headers): Decode group name; don't use
14804         nnrss-format-string.
14805         (nnrss-request-group): Decode group name.
14806         (nnrss-request-article): Decode group name; allow a Message-ID as
14807         well as an article number; don't use nnrss-format-string; encode a
14808         Message-ID string which may contain non-ASCII characters; use
14809         mml-to-mime to compose a MIME article.
14810         (nnrss-request-expire-articles): Decode group name.
14811         (nnrss-request-delete-group): Decode group name.
14812         (nnrss-fetch): Clarify error message.
14813         (nnrss-read-server-data): Use insert-file-contents instead of load;
14814         bind file-name-coding-system; use multibyte buffer.
14815         (nnrss-save-server-data): Bind coding-system-for-write to the
14816         value of nnrss-file-coding-system; bind file-name-coding-system;
14817         add coding cookie.
14818         (nnrss-read-group-data): Use insert-file-contents instead of load;
14819         bind file-name-coding-system; use multibyte buffer.
14820         (nnrss-save-group-data): Bind coding-system-for-write to the
14821         value of nnrss-file-coding-system; bind file-name-coding-system.
14822         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
14823         make it work with non-ASCII text.
14824         (nnrss-find-el): Make it work with old xml.el as well.
14825
14826 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14827
14828         * nnrss.el (nnrss-get-encoding): New function.
14829         (nnrss-fetch): Use unibyte buffer initially; bind
14830         coding-system-for-read while performing mm-url-insert; remove ^Ms;
14831         decode contents according to the encoding attribute.
14832         (nnrss-save-group-data): Add coding cookie.
14833         (nnrss-mime-encode-string): New function.
14834         (nnrss-check-group): Use it to encode subject and author.
14835
14836 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
14837
14838         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
14839         imaginary variable.
14840
14841 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14842
14843         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
14844         correctly even if there are wide characters.
14845
14846 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14847
14848         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
14849         downcased symbol names; make a new cache instead of reusing
14850         bbdb-hashtable.
14851
14852 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14853
14854         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14855         concatenating segments rather than before concatenating them.
14856         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14857
14858         * message.el (message-get-reply-headers): Bind `extra'.
14859
14860 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14861
14862         * message.el (message-extra-wide-headers): New variable.
14863         (message-get-reply-headers): Use it.
14864
14865 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14866
14867         * gnus-agent.el (gnus-agent-group-path): Decode group name.
14868         (gnus-agent-group-pathname): Ditto.
14869
14870         * gnus-cache.el (gnus-cache-file-name): Decode group name.
14871
14872         * gnus-group.el (gnus-group-make-group): Decode group name.
14873         (gnus-group-make-rss-group): Register the group data after opening
14874         the nnrss group.
14875
14876 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
14877
14878         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
14879         by expiry now get marked as read.
14880
14881 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14882
14883         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
14884
14885 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
14886
14887         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
14888         unify Latin characters in XEmacs.
14889         (mm-find-mime-charset-region): Use it.
14890
14891 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14892
14893         * gnus-util.el (gnus-delete-directory): New function.
14894
14895         * gnus-agent.el (gnus-agent-delete-group): Use it.
14896
14897         * gnus-cache.el (gnus-cache-delete-group): Use it.
14898
14899 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14900
14901         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
14902         names.
14903
14904 2004-12-16  Simon Josefsson  <jas@extundo.com>
14905
14906         * hashcash.el (hashcash-payment-alist): Fix custom :type.
14907
14908 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14909
14910         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
14911
14912         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
14913         (gnus-group-set-current-level): Decode group name.
14914
14915 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
14916
14917         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
14918         failed.
14919
14920 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14921
14922         * gnus-group.el (gnus-group-delete-group): Decode group name.
14923         (gnus-group-make-rss-group): Encode group name.
14924         (gnus-group-catchup-current): Decode group name.
14925         (gnus-group-kill-group): Decode group name.
14926
14927 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14928
14929         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
14930
14931 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14932
14933         * gnus-group.el (gnus-group-make-rss-group):
14934         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
14935
14936         * gnus-start.el (gnus-setup-news): Honor user's setting to
14937         gnus-message-archive-method.  Suggested by Lute Kamstra
14938         <lute@gnu.org>.
14939
14940 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
14941
14942         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
14943         global counterparts of the buffer-local variables.
14944
14945 2004-11-16  Romain Francoise  <romain@orebokech.com>
14946
14947         * gnus-sum.el (gnus-summary-exit): Don't clear the global
14948         counterparts of the buffer-local variables.
14949
14950 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14951
14952         * message.el (message-forbidden-properties): Fix typo in doc
14953         string.
14954
14955 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14956
14957         * gnus-util.el (gnus-replace-in-string): Add doc string.
14958
14959         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
14960         to avoid problems when splitting mails with many recipients.
14961
14962 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14963
14964         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
14965         pop-to-buffer, covered by the subsequent gnus-configure-windows.
14966
14967 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
14968
14969         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
14970         if there is no hashtable in memory or file modification time is
14971         newer than cached timestamp.
14972
14973 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14974
14975         * gnus-sum.el (gnus-summary-limit-to-recipient):
14976         Implement not-matching option.
14977
14978 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
14979
14980         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
14981         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
14982         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14983         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
14984         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
14985         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
14986
14987 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14988
14989         * message.el (message-forward-make-body-mml): Remove headers
14990         according to message-forward-ignored-headers if a message is decoded.
14991
14992 2004-12-02  Romain Francoise  <romain@orebokech.com>
14993
14994         * message.el (message-forward-make-body-plain): Always remove
14995         headers according to message-forward-ignored-headers.
14996
14997 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
14998
14999         * spam.el (spam-summary-prepare-exit): Remove the
15000         gnus-summary-limit pop for now, it has problems with ham marks for
15001         me.
15002
15003 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
15004
15005         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
15006         correctly.
15007
15008 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
15009
15010         * format-spec.el (format-spec): Message the char.
15011
15012 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
15013
15014         * gnus-art.el (gnus-split-methods): Reformat comments.
15015
15016         * spam.el (spam-summary-prepare-exit): Remove article limits
15017         before exiting the summary buffer.
15018
15019 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15020
15021         * lpath.el: Remove bbdb-create-internal, bbdb-records,
15022         spam-BBDB-register-routine and spam-enter-ham-BBDB.
15023
15024         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
15025         order to silence the byte compiler.
15026
15027         * spam.el: Fix the way to silence the byte compiler, which
15028         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
15029         bbdb-search-simple, spam-BBDB-register-routine,
15030         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
15031         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
15032         spam-stat-buffer-is-spam, spam-stat-load,
15033         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
15034         spam-stat-save and spam-stat-split-fancy.
15035
15036 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15037
15038         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
15039         which may confuse users.
15040         (canlock-password-for-verify): Ditto.
15041
15042         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
15043
15044         * gnus-art.el (gnus-emphasis-alist): Ditto.
15045
15046         * gnus-registry.el (gnus-registry-max-entries): Ditto.
15047
15048         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
15049
15050         * gnus-start.el (gnus-save-killed-list): Ditto.
15051
15052         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
15053         (gnus-sum-thread-tree-root): Ditto.
15054         (gnus-sum-thread-tree-false-root): Ditto.
15055         (gnus-sum-thread-tree-single-indent): Ditto.
15056
15057         * message.el (message-courtesy-message): Ditto.
15058         (message-archive-note): Ditto.
15059         (message-subscribed-address-file): Ditto.
15060         (message-user-fqdn): Ditto.
15061
15062         * spam-report.el (spam-report-gmane-regex): Ditto.
15063
15064         * spam.el (spam-blackhole-good-server-regex): Ditto.
15065
15066 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15067
15068         * mml.el (mml-preview): Widen the message buffer before copying
15069         the contents to the preview buffer; sort headers before previewing.
15070
15071         * message.el (message-hidden-headers): Fix the way to avoid a bug
15072         in the `repeat' widget in Emacs 21.3 or earlier.
15073
15074 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15075
15076         * message.el (message-hidden-headers): Default to "^References:".
15077         Improve customization type.  Suggested by Reiner Steib
15078         <Reiner.Steib@gmx.de>.
15079
15080 2004-11-25  Romain Francoise  <romain@orebokech.com>
15081
15082         * message.el (message-strip-forbidden-properties): Remove check for
15083         obsolete `message-hidden' text property, hidden headers are not
15084         accessible in the buffer anymore.
15085
15086 2004-11-22  Romain Francoise  <romain@orebokech.com>
15087
15088         * message.el (message-header-format-alist): Add `From' in list
15089         so that it can be sorted.
15090         (message-fix-before-sending): Widen and sort headers before
15091         sending.
15092         (message-hide-headers): Use narrowing to hide headers by moving
15093         them to the top of the buffer and narrowing to the region
15094         underneath.
15095
15096 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15097
15098         * message.el (message-strip-forbidden-properties):
15099         Bind buffer-read-only (etc) to nil.
15100
15101 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15102
15103         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
15104         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15105
15106 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
15107
15108         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
15109
15110 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15111
15112         * dns.el (query-dns): Use sit-for to time instead of
15113         accept-process-output, since that doesn't seem to work on udp
15114         sockets.
15115
15116 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15117
15118         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
15119
15120 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
15121
15122         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
15123         doc string.  Improve doc string.
15124
15125 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15126
15127         * nntp.el (nntp-request-update-info): Return nil if
15128         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
15129         may not call gnus-activate-group which uselessly issues the GROUP
15130         commands for all nntp groups and wastes time.  Reported by Romain
15131         Francoise <romain@orebokech.com>.
15132
15133         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
15134
15135 2004-11-15  Simon Josefsson  <jas@extundo.com>
15136
15137         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
15138         headers separately.
15139         (gnus-button-openpgp): New function, inspired by Jochen Küpper
15140         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
15141
15142 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15143
15144         * gnus-start.el (gnus-convert-old-newsrc):
15145         Assign legacy-gnus-agent to 5.10.7.
15146
15147 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15148
15149         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
15150         start of the lines.
15151
15152 2004-11-14  Magnus Henoch  <mange@freemail.hu>
15153
15154         * hashcash.el (hashcash-default-payment): Change default to 20.
15155         (hashcash-default-accept-payment): Change default to 20.
15156         (hashcash-process-alist): New variable.
15157         (hashcash-generate-payment-async): Add.
15158         (hashcash-already-paid-p): Add.
15159         (hashcash-insert-payment): Don't generate payments twice.
15160         (hashcash-insert-payment-async): Add.
15161         (hashcash-insert-payment-async-2): Add.
15162         (hashcash-cancel-async): Add.
15163         (hashcash-wait-async): Add.
15164         (hashcash-processes-running-p): Add.
15165         (hashcash-wait-or-cancel): Add.
15166         (mail-add-payment): New optional argument.  Conditionally start
15167         asynchronous calculation.
15168         (mail-add-payment-async): Add.
15169
15170         * message.el (message-send-mail): Wait for asynchronous hashcash
15171         results.  Don't clobber existing X-Hashcash headers.
15172         (message-setup-1): Call mail-add-payment-async when
15173         message-generate-hashcash is non-nil.
15174
15175 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15176
15177         * message.el (message-use-alternative-email-as-from): Examine the
15178         From header as well; use message-make-from in order to include a
15179         user's full name.
15180
15181 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15182
15183         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
15184         default; improve customization type.
15185         (gnus-emphasis-custom-with-format): New macro.
15186         (gnus-emphasis-custom-value-to-external): New function.
15187         (gnus-emphasis-custom-value-to-internal): New function.
15188
15189 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15190
15191         * dns.el (query-dns): Resolve reverse addresses.
15192
15193 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15194
15195         * gnus-group.el (gnus-group-get-new-news): Use it.
15196
15197         * gnus-start.el (gnus-check-reasonable-setup): New function.
15198
15199 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15200
15201         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
15202         "Args out of range" error.  Reported by Arnaud Giersch
15203         <arnaud.giersch@free.fr>.
15204
15205 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15206
15207         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
15208
15209 2004-11-04  Richard M. Stallman  <rms@gnu.org>
15210
15211         * spam.el (spam group): Add :version.
15212
15213         * pgg-def.el (pgg group): Add :version.
15214
15215 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15216
15217         * gnus-art.el (gnus-article-edit-article): Don't associate the
15218         article buffer with a draft file.  This is a temporary measure
15219         against the 2004-08-22 change to gnus-article-edit-mode.
15220
15221 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15222
15223         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
15224         (html2text-format-tags): Remove unused variable `attr'.
15225
15226 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15227
15228         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
15229
15230         * tls.el (tls-process-connection-type, tls-success)
15231         (tls-certtool-program): Add :version.
15232
15233         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
15234         (starttls-extra-arguments, starttls-process-connection-type)
15235         (starttls-connect, starttls-failure, starttls-success): Add :version.
15236
15237         * spam-stat.el (spam-stat): Add :version.
15238
15239         * sieve.el (sieve): Add :version.
15240
15241         * sha1.el (sha1): Add :version.
15242         (sha1-use-external): Remove redundant version.
15243
15244         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
15245         (nnmail-cache-ignore-groups, nnmail-spool-hook)
15246         (nnmail-split-fancy-match-partial-words)
15247         (nnmail-split-lowercase-expanded): Add :version.
15248
15249         * nndiary.el (nndiary): Add :version.
15250
15251         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
15252
15253         * mml-sec.el (mml-default-sign-method)
15254         (mml-default-encrypt-method, mml-signencrypt-style-alist):
15255         Add :version.
15256
15257         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
15258
15259         * mm-url.el (mm-url-use-external, mm-url-program)
15260         (mm-url-arguments): Add :version.
15261
15262         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
15263         (mm-attachment-file-modes, mm-decrypt-option)
15264         (mm-w3m-safe-url-regexp): Add :version.
15265
15266         * message.el (message-cite-prefix-regexp)
15267         (message-sendmail-envelope-from, message-minibuffer-local-map)
15268         (message-user-fqdn, message-completion-alist): Add :version.
15269
15270         * gnus-win.el (gnus-configure-windows-hook)
15271         (gnus-use-frames-on-any-display): Add :version.
15272
15273         * gnus-art.el (gnus-article-address-banner-alist)
15274         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
15275         (gnus-treat-from-picon, gnus-treat-mail-picon)
15276         (gnus-treat-x-pgp-sig): Add :version.
15277
15278         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
15279         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
15280         (gnus-summary-article-delete-hook)
15281         (gnus-summary-display-while-building): Add :version.
15282
15283         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
15284         (gnus-get-top-new-news-hook): Add :version.
15285
15286         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15287         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
15288
15289         * gnus-registry.el (gnus-registry): Add :version.
15290
15291         * gnus-spec.el (gnus-use-correct-string-widths)
15292         (gnus-make-format-preserve-properties): Add :version.
15293
15294         * gnus.el (gnus-group-charter-alist)
15295         (gnus-group-fetch-control-use-browse-url)
15296         (gnus-install-group-spam-parameters): Add :version.
15297
15298         * gnus-diary.el (gnus-diary): Add :version.
15299
15300         * gnus-delay.el (gnus-delay): Add :version.
15301
15302         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
15303         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
15304         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
15305         Add :version.
15306
15307         * gnus-agent.el (gnus-agent-max-fetch-size)
15308         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
15309         (gnus-agent-prompt-send-queue): Add :version.
15310
15311         * deuglify.el (gnus-outlook-deuglify): Add :version.
15312
15313         * html2text.el: Beautify code.  Improve doc strings.
15314         Some checkdoc cleanup.
15315         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
15316
15317 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
15318
15319         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
15320
15321 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
15322
15323         * gnus-registry.el (gnus-registry-hashtb): Create the registry
15324         when package is loaded.
15325
15326         * spam.el (spam-summary-score-preferred-header): Add global preference
15327         for people who want to override the default SpamAssassin over
15328         Bogofilter preference (when both are set).
15329         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
15330         (spam-user-format-function-S):
15331         Check spam-summary-score-preferred-header.
15332         (spam-extra-header-to-number): Add X-Bogosity header parsing.
15333         (spam-user-format-function-S): Format the score correctly.
15334
15335 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15336
15337         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
15338         signature file.  Suggested by Manoj Srivastava
15339         <srivasta@golden-gryphon.com>.
15340
15341         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
15342         iso-2022-jp even in the Japanese language environment.
15343         Suggested by Jason Rumney <jasonr@gnu.org>.
15344
15345 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15346
15347         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
15348         use the same characters as the dummy marks; make it free from
15349         getting affected by the language environment.
15350         (gnus-summary-read-group-1): Update mark positions only when the
15351         format spec is updated.
15352
15353         * gnus-spec.el (gnus-update-format-specifications): Return a list
15354         of updated types.
15355
15356 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15357
15358         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
15359         of boundp to check if display-warning is available.
15360
15361 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
15362
15363         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
15364
15365 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15366
15367         * nnspool.el (nnspool-spool-directory): Use news-path if the
15368         news-directory variable is not bound.
15369
15370         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
15371         function instead of display-warning if it is not available.
15372
15373 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15374
15375         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
15376         v5-10: Use `point-at-bol'.
15377
15378 2004-10-26  Simon Josefsson  <jas@extundo.com>
15379
15380         * hashcash.el: Fix URL in comment, reported by Cheng Gao
15381         <chenggao@gmail.com>.
15382
15383 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15384
15385         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
15386         instead.
15387
15388 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
15389
15390         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
15391         to remove a server from the nnimap-server-buffer-alist.
15392         (nnimap-open-connection, nnimap-close-server): Use it.
15393
15394         * gnus-encrypt.el: Remove file in favor of encrypt.el.
15395
15396 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15397
15398         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
15399         running the major-mode function.
15400
15401 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15402
15403         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
15404         dummy marks in the right way.
15405
15406 2004-10-18  David Edmondson  <dme@dme.org>
15407
15408         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
15409         excessively.
15410
15411 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
15412
15413         * gnus-util.el (gnus-split-references): Accept a nil references
15414         string and go on blissfully.
15415
15416         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
15417         cases where the references string is non-nil but has no references.
15418
15419         * encrypt.el: Add autoload tags.
15420
15421         * spam.el (spam-resolve-registrations-routine): Remove article
15422         from unregistration list too.  Reported by David Hanak
15423         <dhanak@isis.vanderbilt.edu>
15424
15425 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
15426
15427         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
15428         nil.  Change custom type.
15429
15430 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
15431
15432         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
15433
15434         * gnus-sum.el (gnus-summary-move-article): Use it.
15435
15436 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
15437
15438         * encrypt.el: Add autoload cookies.
15439
15440         * spam.el (spam-backend-article-list-property)
15441         (spam-backend-get-article-todo-list)
15442         (spam-backend-put-article-todo-list)
15443         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
15444         Resolve registrations separately.
15445         (spam-register-routine): Format comments.
15446         (spam-unregister-routine, spam-register-routine): Always call with
15447         specific-articles, no default list.
15448         (spam-summary-prepare-exit): Use the spam-classifications function.
15449
15450         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
15451         gnus-encrypt.el.
15452
15453         * encrypt.el: Copied from gnus-encrypt.el.
15454
15455         * gnus-encrypt.el: Commented that it's obsolete.
15456
15457 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15458
15459         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
15460         (gnus-score-save): Use it.
15461
15462         * message.el (message-bury): Use `window-dedicated-p'.
15463
15464 2004-10-15  Simon Josefsson  <jas@extundo.com>
15465
15466         * pop3.el (top-level): Don't require nnheader.
15467         (pop3-read-timeout): Add.
15468         (pop3-accept-process-output): Add.
15469         (pop3-read-response, pop3-retr): Use it.
15470
15471 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
15472
15473         * spam.el (spam-register-routine): Move comment.
15474         (spam-verify-bogofilter): Use 'unknown for the initial
15475         spam-bogofilter-valid state, not 'never.
15476
15477         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
15478         for netrc-machine.
15479
15480         * nnimap.el (nnimap-open-connection):
15481         Use netrc-machine-user-or-password.
15482
15483 2004-10-17  Richard M. Stallman  <rms@gnu.org>
15484
15485         * gnus-registry.el (gnus-registry-unload-hook):
15486         Set as a variable with add-hook.
15487
15488         * nnspool.el (nnspool-spool-directory): Use news-directory instead
15489         of news-path.
15490
15491         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
15492
15493         * spam.el: Delete duplicate `provide'.
15494         (spam-unload-hook): Set as a variable with add-hook.
15495
15496 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15497
15498         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
15499         in the doc string.
15500
15501         * message.el (message-ignored-news-headers)
15502         (message-ignored-supersedes-headers)
15503         (message-ignored-resent-headers)
15504         (message-forward-ignored-headers): Improve custom type.
15505
15506 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15507
15508         * message.el (message-tokenize-header): Fix 2004-09-06 change
15509         which used point-min in the wrong place.
15510
15511 2004-10-12  Simon Josefsson  <jas@extundo.com>
15512
15513         * tls.el (tls-certtool-program): New variable.
15514         (tls-certificate-information): New function, based on
15515         ssl-certificate-information.
15516
15517 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15518
15519         * compface.el: Move the version of ELisp-based uncompface program
15520         to the contrib directory because of the copyright problem.
15521
15522 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15523
15524         * message.el (message-kill-buffer): Raise the current frame.
15525
15526 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15527
15528         * gnus-sum.el: Mention that multibyte characters don't work as marks.
15529
15530         * gnus.el (message-y-or-n-p): Autoload.
15531
15532         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
15533         (pop3-password-required, pop3-authentication-scheme)
15534         (pop3-leave-mail-on-server): Make customizable.
15535         (pop3): New custom group.
15536         (pop3-retr): Remove `sleep-for' statements.
15537         Suggested by Dave Love <fx@gnu.org>.
15538
15539         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
15540         Windows/DOS.
15541
15542         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15543         (imap-parse-body): Fix incorrect use of `assert'.
15544         Suggested by Dave Love <fx@gnu.org>.
15545
15546         * mml.el (mml-minibuffer-read-disposition): Require match.
15547         Suggested by Dave Love <fx@gnu.org>.
15548
15549 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15550
15551         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
15552         doc string.
15553
15554 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15555
15556         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
15557
15558 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15559
15560         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
15561         instead of calling `mm-insert-inline', to decode text/* parts
15562         before displaying them.
15563
15564 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15565
15566         * mm-uu.el (mm-uu-text-plain-type): New variable.
15567         (mm-uu-pgp-signed-extract-1): Use it.
15568         (mm-uu-pgp-encrypted-extract-1): Use it.
15569         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
15570         bind mm-uu-text-plain-type with that value.
15571         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
15572         mm-uu-dissect.
15573
15574 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15575
15576         * gnus-group.el (gnus-update-group-mark-positions):
15577         * gnus-sum.el (gnus-update-summary-mark-positions):
15578         * message.el (message-check-news-body-syntax):
15579         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
15580         of string-as-multibyte.
15581
15582 2004-10-05  Juri Linkov  <juri@jurta.org>
15583
15584         * gnus-group.el (gnus-update-group-mark-positions):
15585         * gnus-sum.el (gnus-update-summary-mark-positions):
15586         * message.el (message-check-news-body-syntax):
15587         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
15588         8-bit unibyte values to a multibyte string for search functions.
15589
15590 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15591
15592         * mm-uu.el (mm-uu-dissect): Allow optional arg.
15593         (mm-uu-dissect-text-parts): New function.
15594
15595         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
15596         dissect text parts.
15597
15598         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
15599         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
15600
15601         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
15602
15603         * gnus-topic.el (gnus-topic-hierarchical-parameters):
15604         Use gnus-current-topics instead of gnus-current-topic.
15605
15606 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
15607
15608         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
15609
15610 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
15611
15612         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
15613         where approriate.
15614
15615         * nnml.el (nnml-generate-active-info): do.
15616
15617         * nndiary.el (nndiary-generate-active-info): do.
15618
15619         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
15620         (gnus-topic-move): do.
15621
15622         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
15623         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
15624
15625         * gnus-srvr.el (gnus-server-prepare)
15626         (gnus-server-open-all-servers): do.
15627
15628         * gnus-msg.el (gnus-summary-cancel-article)
15629         (gnus-summary-resend-message)
15630         (gnus-summary-mail-crosspost-complaint): do.
15631
15632         * gnus-move.el (gnus-change-server): do.
15633
15634         * gnus-group.el (gnus-group-unmark-all-groups)
15635         (gnus-group-set-current-level): do.
15636
15637 2004-10-04  Simon Josefsson  <jas@extundo.com>
15638
15639         * message.el (message-generate-hashcash): Doc fix.
15640
15641 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
15642
15643         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
15644         avoid infinite recursion via gnus-get-function.
15645
15646 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
15647
15648         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
15649
15650         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
15651
15652         * nnmail.el (nnmail-split-history): do.
15653
15654         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
15655         (nnml-request-delete-group): do.
15656
15657         * nnslashdot.el (nnslashdot-read-groups): do.
15658
15659         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
15660         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
15661
15662         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
15663         (nnspool-sift-nov-with-sed): Use last.
15664         (nnspool-retrieve-headers-with-nov): Use mapc.
15665         (nnspool-request-newgroups): Use dolist.
15666         (nnspool-request-group): Use last.
15667
15668         * nntp.el (nntp-read-server-type): Use dolist.
15669
15670         * nnvirtual.el (nnvirtual-create-mapping)
15671         (nnvirtual-update-read-and-marked): Use dolist.
15672         (nnvirtual-convert-headers): Simplify.
15673
15674 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15675
15676         * gnus-agent.el (gnus-agent-synchronize-group-flags):
15677         Add support for sync'ing tick marks.
15678
15679 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15680
15681         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
15682         there's no visible header.
15683
15684 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15685
15686         * gnus-agent.el (gnus-agent-synchronize-group-flags):
15687         When necessary, pass full group name to gnus-request-set-marks.
15688
15689 2004-10-01  Simon Josefsson  <jas@extundo.com>
15690
15691         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
15692         acroread.
15693
15694 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15695
15696         * spam-report.el (spam-report-gmane): Fix interactive.
15697
15698         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
15699
15700         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
15701         when writing file.
15702         (gnus-agent-synchronize-flags): Don't default to being
15703         interactive.
15704
15705 2004-09-30  Simon Josefsson  <jas@extundo.com>
15706
15707         * message.el (message-generate-hashcash): Add.
15708         (message-send-mail): Use it, call mail-add-payment.
15709
15710 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15711
15712         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
15713
15714 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
15715
15716         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
15717         gnus-requst-update-info with explicit code to sync the in-memory
15718         info read flags with the marks being sync'd to the backend.
15719
15720         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
15721
15722 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15723
15724         * spam.el (spam-verify-bogofilter): Add new function.
15725         (spam-check-bogofilter)
15726         (spam-bogofilter-register-with-bogofilter): Use it.
15727         (spam-verify-bogofilter): Add small fixes.
15728
15729 2004-09-28  Simon Josefsson  <jas@extundo.com>
15730
15731         * hashcash.el (hashcash-generate-payment): Revert.
15732
15733 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15734
15735         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15736         Use gnus-extract-references instead of gnus-split-references.
15737
15738         * gnus-util.el (gnus-extract-references): Add new function, analogous
15739         to gnus-split-references but extracts only the message-ID without
15740         anything extra.
15741
15742         * hashcash.el (hashcash-generate-payment)
15743         (hashcash-check-payment): Do the right thing if hashcash-path is
15744         nil (because the hashcash program could not be found).
15745
15746         * spam.el (spam-use-hashcash): Remove comment.
15747
15748 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
15749
15750         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
15751         (gnus-cache-enter-article, gnus-cache-remove-article)
15752         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
15753
15754         * gnus-async.el (gnus-async-prefetch-remove-group): do.
15755
15756         * gnus-art.el (article-hide-boring-headers)
15757         (article-translate-strings, article-display-face)
15758         (gnus-article-mime-match-handle-first)
15759         (gnus-article-highlight-headers)
15760         (gnus-article-add-buttons-to-head): do.
15761
15762 2004-09-27  Simon Josefsson  <jas@extundo.com>
15763
15764         * hashcash.el: New version, from
15765         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
15766         ../contrib/.
15767
15768 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15769
15770         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
15771
15772 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
15773
15774         * gnus-dup.el (gnus-dup-open): Use mapc.
15775         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
15776
15777         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
15778         Reported by Stefan Wiens <s.wi@gmx.net>.
15779
15780         * gnus.el (gnus-shutdown): Use dolist.
15781
15782         * gnus-undo.el (gnus-undo): Use mapc.
15783
15784         * nnrss.el (nnrss-generate-active): do.
15785
15786         * message.el (message-cite-original-without-signature)
15787         (message-cite-original): Use mapc.
15788         (message-do-actions, message-make-forward-subject): Use dolist.
15789
15790 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15791
15792         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
15793         deletion to remove entire duplicate line.  Fixes merged article
15794         number bug.
15795
15796 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15797
15798         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
15799         servers that are offline.  Avoids having gnus-agent-toggle-plugged
15800         first ask if you want to open a server and then, even when you
15801         responded with no, asking if you want to synchronize the server's
15802         flags.
15803         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
15804         multi-line expressions.
15805         (gnus-agent-synchronize-group-flags): New internal function.
15806         Updates marks in memory (in the info structure) AND in the
15807         backend.
15808
15809         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
15810
15811         * nnagent.el (nnagent-request-set-mark):
15812         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
15813         method, to ensure that synchronization updates marks in the
15814         backend and in the info (in memory) structure.
15815
15816 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15817
15818         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
15819         convention fully; don't miss the root article of a thread; make
15820         the X-Draft-From header with correct article numbers.
15821
15822 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
15823
15824         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
15825         unless plugged.  Disable the agent so that an open failure causes
15826         an error.
15827
15828         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
15829         Revert 2004-09-21 change.  The backend must be opened while
15830         synchronizing flags even when the backend stores the flags
15831         locally.
15832
15833 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
15834
15835         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
15836         in `header' match.  Reported by Svend Tollak Munkejord.
15837
15838         * message.el (message-cite-original): Fix use of
15839         `message-cite-articles-with-x-no-archive'.
15840
15841 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15842
15843         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
15844         (gnus-window-to-buffer): Ditto.
15845
15846         * mml.el (mml-preview-buffer): New variable.
15847         (mml-preview): Manage window layout with gnus-buffer-configuration.
15848
15849         * gnus-msg.el (gnus-setup-message): Put article numbers into the
15850         X-Draft-From header even if those articles aren't quoted.
15851
15852 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
15853
15854         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
15855         (gnus-request-set-mark, gnus-request-update-mark): Use new
15856         g-s-t-u-l-m to decide to use backend even when unplugged.
15857
15858 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15859
15860         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
15861         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
15862
15863 2004-09-20  Simon Josefsson  <jas@extundo.com>
15864
15865         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
15866         "utf-16-le".
15867
15868 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15869
15870         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
15871
15872 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15873
15874         * uudecode.el (uudecode-use-external): Add :version.
15875
15876         * smime.el (smime-CA-file, smime-encrypt-cipher)
15877         (smime-dns-server): Add :version.
15878
15879         * smiley.el (gnus-smiley-file-types): Add :version.
15880
15881         * sha1.el (sha1-use-external): Add :version.
15882
15883         * pgg-def.el (pgg-query-keyserver): Add :version.
15884
15885         * nnmail.el (nnmail-fancy-expiry-targets)
15886         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
15887         Add :version.
15888
15889         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
15890         (nnimap-retrieve-groups-asynchronous): Add :version.
15891         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
15892
15893         * mml.el (mml-content-disposition-parameters)
15894         (mml-insert-mime-headers-always): Add :version.
15895
15896         * mm-util.el (mm-coding-system-priorities): Add :version.
15897
15898         * mm-decode.el (mm-inline-text-html-with-images)
15899         (mm-keep-viewer-alive-types, mm-external-terminal-program)
15900         (mm-verify-option): Add :version.
15901         (mm-text-html-renderer): Change :version.
15902
15903         * message.el (message-fcc-externalize-attachments)
15904         (message-required-headers, message-draft-headers)
15905         (message-subject-trailing-was-query)
15906         (message-subject-trailing-was-ask-regexp)
15907         (message-subject-trailing-was-regexp, message-mark-insert-begin)
15908         (message-mark-insert-end, message-archive-header)
15909         (message-archive-note, message-cross-post-default)
15910         (message-cross-post-note, message-followup-to-note)
15911         (message-cross-post-note-function, message-use-mail-followup-to)
15912         (message-subscribed-address-functions)
15913         (message-subscribed-address-file, message-subscribed-addresses)
15914         (message-subscribed-regexps, message-allow-no-recipients)
15915         (message-yank-cited-prefix, message-signature-insert-empty-line)
15916         (message-hidden-headers, message-hierarchical-addresses)
15917         (message-mail-user-agent, message-use-idna)
15918         (message-valid-fqdn-regexp)
15919         (message-strip-special-text-properties, message-header-synonyms)
15920         (message-beginning-of-line, message-tab-body-function): Add :version.
15921         (message-insert-canlock, message-wide-reply-confirm-recipients):
15922         Change :version.
15923
15924         * mail-source.el (mail-source-ignore-errors): Add :group, :type
15925         and :version.
15926         (mail-source-delete-old-incoming-confirm)
15927         (mail-source-movemail-program): Add :version.
15928
15929         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
15930         (gnus-agent-cache, gnus-agent): Change :version.
15931
15932         * gnus-util.el (gnus-use-byte-compile): Change :version.
15933
15934         * gnus-sum.el (gnus-summary-make-false-root-always)
15935         (gnus-summary-default-high-score)
15936         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
15937         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
15938         (gnus-read-all-available-headers, gnus-article-emulate-mime)
15939         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
15940         (gnus-sum-thread-tree-single-indent)
15941         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
15942         (gnus-sum-thread-tree-leaf-with-other)
15943         (gnus-sum-thread-tree-single-leaf): Add :version.
15944         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
15945         (gnus-article-loose-mime): Change :version.
15946
15947         * gnus-start.el (gnus-backup-startup-file)
15948         (gnus-save-startup-file-via-temp-buffer): Add :version.
15949
15950         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
15951         (gnus-server-offline-face): Add :version.
15952
15953         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
15954
15955         * gnus-msg.el (gnus-gcc-externalize-attachments)
15956         (gnus-debug-files, gnus-debug-exclude-variables)
15957         (gnus-discouraged-post-methods): Change :version.
15958         (gnus-confirm-mail-reply-to-news)
15959         (gnus-confirm-treat-mail-like-news): Add :version.
15960
15961         * gnus-int.el (gnus-server-unopen-status): Add :version.
15962
15963         * gnus-group.el (gnus-group-jump-to-group-prompt)
15964         (gnus-large-ephemeral-newsgroup)
15965         (gnus-fetch-old-ephemeral-headers): Add :version.
15966
15967         * gnus-fun.el (gnus-x-face-directory)
15968         (gnus-convert-pbm-to-x-face-command)
15969         (gnus-convert-image-to-x-face-command)
15970         (gnus-convert-image-to-face-command): Add :version.
15971
15972         * gnus-delay.el (gnus-delay-default-hour): Add :version.
15973
15974         * gnus-cite.el (gnus-cite-blank-line-after-header)
15975         (gnus-article-boring-faces): Add :version.
15976
15977         * gnus-art.el (gnus-buttonized-mime-types)
15978         (gnus-inhibit-mime-unbuttonizing)
15979         (gnus-treat-display-face)
15980         (gnus-treat-body-boundary): Change :version.
15981         (gnus-body-boundary-delimiter, gnus-picon-databases)
15982         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
15983         (gnus-treat-date-english, gnus-treat-fold-headers)
15984         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
15985         (gnus-treat-mail-picon, gnus-treat-wash-html)
15986         (gnus-article-encrypt-protocol)
15987         (gnus-use-idna, gnus-article-over-scroll)
15988         (gnus-mime-display-multipart-alternative-as-mixed)
15989         (gnus-mime-display-multipart-related-as-mixed)
15990         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
15991         (gnus-ctan-url, gnus-button-ctan-handler)
15992         (gnus-button-handle-ctan-bogus-regexp)
15993         (gnus-button-ctan-directory-regexp)
15994         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
15995         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
15996         (gnus-button-man-level, gnus-button-emacs-level)
15997         (gnus-button-message-level, gnus-button-browse-level): Add :version.
15998
15999         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
16000         (gnus-agent-go-online): Change :version.
16001         (gnus-agent-expire-unagentized-dirs)
16002         (gnus-agent-auto-agentize-methods): Add :version.
16003
16004         * flow-fill.el (fill-flowed-display-column)
16005         (fill-flowed-encode-column): Add :version.
16006
16007         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16008         (gnus-outlook-deuglify-unwrap-max)
16009         (gnus-outlook-deuglify-cite-marks)
16010         (gnus-outlook-deuglify-unwrap-stop-chars)
16011         (gnus-outlook-deuglify-no-wrap-chars)
16012         (gnus-outlook-deuglify-attrib-cut-regexp)
16013         (gnus-outlook-deuglify-attrib-verb-regexp)
16014         (gnus-outlook-deuglify-attrib-end-regexp)
16015         (gnus-outlook-display-hook): Add :version.
16016
16017         * binhex.el (binhex-use-external): Add :version.
16018
16019 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
16020
16021         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
16022         and `invisible'.
16023
16024 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
16025
16026         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
16027         in gnus-registry-trim.
16028
16029 2004-09-13  Simon Josefsson  <jas@extundo.com>
16030
16031         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
16032
16033         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
16034
16035         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
16036         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16037         <yamaoka@jpl.org>.
16038         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
16039         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16040         <yamaoka@jpl.org>.
16041
16042         * sieve.el (sieve-manage-mode): Ditto.
16043
16044 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
16045
16046         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
16047
16048 2004-09-11  Simon Josefsson  <jas@extundo.com>
16049
16050         * dns-mode.el: Add.
16051
16052         * mm-view.el (mm-display-dns-inline): Add.
16053
16054         * mm-decode.el (mm-inline-media-tests): Add text/dns.
16055         (mm-automatic-display): Ditto.
16056
16057         * mailcap.el (mailcap-mime-data): Add text/dns.
16058         (mailcap-mime-extensions): Map .soa to text/dns.
16059
16060 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
16061
16062         * gnus-art.el (article-decode-mime-words, article-babel)
16063         (gnus-article-highlight-signature, gnus-article-add-buttons)
16064         (gnus-signature-toggle): Remove unnecessary bindings of
16065         `inhibit-read-only' inherited from v5.10 merge.
16066
16067 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
16068
16069         * nntp.el (nntp): New customization group.
16070         (nntp-authinfo-file): Add customization group.
16071
16072         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
16073
16074         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
16075
16076         * gnus.el (to-address, to-list, subscribed)
16077         (large-newsgroup-initial): Ditto.
16078
16079         * flow-fill.el (fill-flowed-display-column)
16080         (fill-flowed-encode-column): Ditto.
16081
16082 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16083
16084         * message.el (message-tokenize-header, message-send-mail-with-qmail):
16085         Use point-min rather than 1.
16086         (message-send-mail): Use buffer-size rather than point-max.
16087
16088         * gnus-sum.el (gnus-summary-search-article-forward):
16089         Signal a specific `search-failed' rather than a generic `error'.
16090
16091         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
16092         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
16093         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
16094
16095 2004-09-10  Simon Josefsson  <jas@extundo.com>
16096
16097         * nndb.el (require): Remove tcp and duplicate cl.
16098
16099 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16100
16101         * gnus-agent.el (directory-files-and-attributes): Move forward.
16102
16103 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16104
16105         * gnus-agent.el (directory-files-and-attributes):
16106         Optionally defined to support XEmacs.
16107
16108 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16109
16110         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
16111         to avoid run-time CL dependencies.
16112         (gnus-agent-unfetch-articles): New function.
16113         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
16114         article numbers even when local .overview file is missing.
16115         (gnus-agent-read-article-number): New function.  Only accepts
16116         27-bit article numbers.
16117         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
16118         Use gnus-agent-read-article-number.
16119         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
16120         from backend while recognizing that article numbers in .overview
16121         must be valid.
16122         (gnus-agent-update-files-total-fetched-for):
16123         Use directory-files-and-attributes to improve performance.
16124         * gnus-int.el (gnus-request-move-article):
16125         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
16126         improve performance.
16127
16128         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
16129         some users confused by references to .newsrc when they only have a
16130         .newsrc.eld file.
16131         (gnus-convert-mark-converter-prompt)
16132         (gnus-convert-converter-needs-prompt): Fix use of property list.
16133         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
16134         New function.  Used internally to only display 'gnus converting
16135         files' message when actually necessary.
16136
16137         * gnus-sum.el (): Remove (require 'gnus-agent) as required
16138         methods now autoloaded.
16139
16140 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16141
16142         * gnus-sum.el (gnus-summary-insert-subject): Remove list
16143         identifiers.
16144
16145 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
16146
16147         * gnus-picon.el: Fix indentation and closing parenthesis.
16148
16149 2004-09-01  Simon Josefsson  <jas@extundo.com>
16150
16151         * message.el (message-canlock-generate): Require sha1, not
16152         sha1-el.  (Can we get rid of this require altogether?  It is ugly
16153         to require within a function.  Sadly, if sha1.el isn't loaded, the
16154         let binding in m-c-g will hide the defcustom definition, which is
16155         bad.)
16156
16157         * canlock.el: Require sha1, not sha1-el.
16158
16159         * message.el: Don't autoload sha1 (there is a autoload cookie in
16160         sha1.el).
16161
16162         * sha1-el.el: Rename to sha1.el.
16163
16164 2004-08-30  Juanma Barranquero  <lektu@terra.es>
16165
16166         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
16167
16168 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16169
16170         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
16171
16172 2004-08-30  Kim F. Storm  <storm@cua.dk>
16173
16174         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
16175
16176         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
16177         Add :group 'nnimap.
16178
16179 2004-08-30  Andreas Schwab  <schwab@suse.de>
16180
16181         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
16182         ?* and ?\;.
16183
16184         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
16185         and ?\' to symbol instead of whitespace.
16186
16187 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16188
16189         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
16190
16191         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
16192         instead of re-search-forward.
16193
16194         * gnus-uu.el (gnus-uu-save-article): Ditto.
16195         (gnus-uu-post-encode-uuencode): Ditto.
16196
16197         * html2text.el (html2text-clean-list-items): Ditto.
16198         (html2text-clean-dtdd): Ditto.
16199         (html2text-format-tags): Ditto.
16200
16201         * message.el (message-send-mail-with-sendmail): Fix regexp.
16202         (message-fill-field-general): Use search-forward instead of
16203         re-search-forward.
16204         (unbold-region): Ditto.
16205
16206         * nnrss.el (nnrss-request-article): Ditto.
16207
16208         * nnslashdot.el (nnslashdot-request-article): Ditto.
16209
16210         * nnweb.el (nnweb-gmane-wash-article): Ditto.
16211
16212         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
16213         "Unrecognized menu descriptor" error in XEmacs.
16214
16215 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16216
16217         * gnus-sum.el (gnus-read-header): Don't remove a header for the
16218         parent article of a sparse article in the thread hashtb.
16219
16220 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
16221
16222         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
16223         (nnmail-expand-newtext): Lowercase expanded entries if
16224         nnmail-split-lowercase-expanded is non-nil.
16225
16226 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16227
16228         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
16229
16230         * gnus-group.el (gnus-group-line-format-alist): Convert the value
16231         of gnus-tmp-news-method into string under XEmacs.  It will be
16232         passed to gnus-correct-length which takes only a string argument.
16233
16234 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16235
16236         * gnus-util.el (gnus-bind-print-variables): New macro.
16237         (gnus-prin1): Use it.
16238         (gnus-prin1-to-string): Use it.
16239         (gnus-pp): New function.
16240         (gnus-pp-to-string): New function.
16241
16242         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
16243         Replace pp-to-string with gnus-pp-to-string.
16244         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
16245         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
16246         * gnus-msg.el (gnus-debug): Ditto.
16247         * gnus-score.el (gnus-score-save): Ditto.
16248         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
16249         gnus-pp-to-string.
16250         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
16251         with gnus-pp.
16252         * score-mode.el (gnus-score-pretty-print): Ditto.
16253         * webmail.el (webmail-debug): Ditto.
16254
16255 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16256
16257         * gnus-art.el (article-display-face, article-display-x-face):
16258         Use buffer-read-only.
16259
16260 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16261
16262         * gnus-art.el (article-hide-list-identifiers):
16263         Bind inhibit-read-only as t.
16264
16265 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
16266
16267         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
16268
16269 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16270
16271         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
16272         (gnus-narrow-to-page): Don't assume point-min == 1.
16273         (gnus-article-edit-mode): Derive from message-mode.
16274
16275         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
16276         point-min == 1.
16277
16278         * imap.el (imap-parse-address-list, imap-parse-body-ext):
16279         Disable incorrect use of `assert'.
16280
16281         * message.el (message-mode): Set comment-start-skip.
16282
16283
16284 2004-08-22  Sam Steingold  <sds@gnu.org>
16285
16286         * pop3.el (pop3-leave-mail-on-server): New user variable.
16287         (pop3-movemail): Delete mail only when it is nil.
16288
16289 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
16290
16291         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
16292
16293         * mml.el (mml-preview): Use `pop-to-buffer'.
16294
16295         * message.el (message-goto-mail-followup-to): Insert after "To".
16296         (message-carefully-insert-headers): Add comment.
16297
16298         * gnus.el: Remove unused variable `gnus-article-check-size'.
16299
16300         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
16301
16302         * gnus-art.el (gnus-button-alist):
16303         Improve `gnus-button-handle-library' entry.
16304
16305 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
16306
16307         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
16308         Use downcase, since XEmacs capitalizes error messages differently.
16309
16310 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
16311
16312         * nntp.el: Add (require 'gnus) due to reference to
16313         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
16314
16315 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
16316
16317         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
16318         Bind `mm-fill-flowed'.
16319
16320         * mm-decode.el (mm-dissect-singlepart): Check it.
16321
16322 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
16323
16324         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
16325         'imap' for netrc parsing.
16326
16327 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
16328
16329         * mailcap.el (mailcap-mime-data): Mark as risky.
16330
16331 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16332
16333         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
16334         may be included in the encoded word.
16335         (rfc2047-encode): Don't append a space if the encoded word
16336         includes close parenthesis.
16337
16338 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16339
16340         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
16341         of text within parentheses.
16342
16343 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
16344
16345         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
16346         (gnus-encrypt-write-file-contents): Make the password key the file
16347         name PLUS the cipher, not just the cipher.  Also remove failed
16348         passwords from the cache.
16349
16350 2004-08-06  Simon Josefsson  <jas@extundo.com>
16351
16352         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
16353         Doc fix.
16354
16355 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16356
16357         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
16358         LWSP.
16359
16360 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
16361
16362         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16363         Try to append in-reply-to: data to the references: header.
16364
16365         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
16366         (netrc-parse): Use gnus-encrypt.el functions.
16367
16368         * gnus-encrypt.el: Add new file for encryption support; currently
16369         does only a few GPG ciphers and an internal XOR cipher.
16370
16371         * password.el: Add comments on using password-read-and-add.
16372         (password-read-and-add): Add function to read and add the
16373         password to the cache at once.
16374
16375 2004-07-28  Simon Josefsson  <jas@extundo.com>
16376
16377         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
16378         parameter (but don't use it, for now).
16379
16380         * imap.el (imap-ssl-open): Use imap-process-connection-type,
16381         instead of hard coding to nil.
16382
16383 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16384
16385         * mm-view.el (mm-inline-image-emacs): Open lines under an image
16386         as mm-inline-image-xemacs does.
16387
16388 2004-07-26  Simon Josefsson  <jas@extundo.com>
16389
16390         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
16391         Revert part of 2004-07-17 change below.
16392
16393 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16394
16395         * rfc2047.el (rfc2047-encode-region): Don't infloop.
16396         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16397
16398 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16399
16400         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
16401         quotes that actually start with ">" at the beginning of the
16402         lines.
16403
16404 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16405
16406         * rfc2047.el (rfc2047-encode-region): Fix last change.
16407         (rfc2047-encode-parameter): Remove useless concat.
16408
16409 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16410
16411         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
16412         encode special characters; fix some kind of misconfigured headers;
16413         signal a real error if debug-on-quit or debug-on-error is non-nil.
16414         (rfc2047-encode-max-chars): New variable.
16415         (rfc2047-encode-1): Use it.
16416         (rfc2047-encode-parameter): New function.
16417
16418         * mml.el (mml-insert-parameter): Remove an excessive space.
16419
16420 2004-07-17  Simon Josefsson  <jas@extundo.com>
16421
16422         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
16423         Kai Grossjohann <kai@emptydomain.de>.
16424         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
16425         (gnus-group-make-menu-bar): Ditto.
16426
16427         * gnus-util.el (gnus-group-server): Add.
16428
16429 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
16430
16431         * message.el (message-clone-locals): Clone sendmail and smtp
16432         variables.
16433
16434 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16435
16436         * rfc2047.el (rfc2047-encode-region): Fix last change.
16437
16438 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16439
16440         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
16441         characters as non-special.
16442
16443 2004-07-09  Simon Josefsson  <jas@extundo.com>
16444
16445         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
16446         Users will lose all flag changes made while unplugged with
16447         e.g. nntp unless flag synchronization happens, thus `nil' is not a
16448         good default.  See numerous reports on ding mailing list.
16449
16450 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16451
16452         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
16453         add generate-head-function and generate-article-function to the
16454         rfc822-forward entry.
16455         (nndoc-rfc822-forward-generate-article): New function.
16456         (nndoc-rfc822-forward-generate-head): New function.
16457
16458         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
16459
16460 2004-07-06  Dan Christensen  <jdc@uwo.ca>
16461
16462         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
16463         respect display group parameter and gnus-summary-expunge-below.
16464         (gnus-articles-to-read): Remove unused reference to display group
16465         parameter.
16466
16467 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16468
16469         * nnheader.el (nnheader-uniquify-message-id): New experimental
16470         variable.
16471         (nnheader-nov-read-message-id): Use it.
16472
16473         * spam-report.el (spam-report-gmane): Add interactive.
16474
16475 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16476
16477         * mm-encode.el (mm-content-transfer-encoding-defaults):
16478         Use qp-or-base64 for the application/* types.
16479
16480 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
16481
16482         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
16483
16484 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
16485
16486         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
16487         trim value.
16488
16489 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16490
16491         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
16492         New macro and function.
16493         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
16494
16495 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16496
16497         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
16498         after-load-alist.
16499
16500 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16501
16502         * gnus-group.el (gnus-group-get-new-news-this-group):
16503         Don't update info that isn't there.
16504
16505 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
16506
16507         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
16508         entry.
16509
16510 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16511
16512         * mm-view.el (mm-inline-render-with-function): Use multibyte
16513         buffer; decode html source by charset.
16514
16515         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
16516
16517         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
16518         Mule-UCS is loaded under XEmacs.
16519         (mm-mime-mule-charset-alist): Avoid duplicated entries.
16520
16521 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
16522
16523         * nnheader.el (nnheader-max-head-length): Increase to 8192.
16524
16525 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16526
16527         * mm-util.el (mm-coding-system-p): Return a coding-system.
16528         (mm-mime-mule-charset-alist): Use shift_jis instead of
16529         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
16530         entries for the mime charsets iso-2022-jp-3 and shift_jis.
16531         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
16532         instead of japanese-shift-jis and iso-latin-1 respectively in
16533         order to share the default value with both Emacs and XEmacs-mule.
16534         (mm-mule-charset-to-mime-charset):
16535         Make mm-coding-system-priorities effective.
16536         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
16537         while predicating of candidates upon the priorities.
16538
16539 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
16540
16541         * gnus-sum.el (gnus-summary-make-menu-bar):
16542         Add gnus-uu-invert-processable.
16543
16544         * gnus.el: Autoload gnus-uu-invert-processable.
16545
16546 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16547
16548         * mm-util.el (mm-with-multibyte-buffer): New macro.
16549
16550         * rfc2047.el (rfc2047-encode-string): Use it.
16551         (rfc2047-encode-region): Move point to the end of the region after
16552         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
16553
16554 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16555
16556         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
16557         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
16558
16559 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16560
16561         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
16562         (gnus-cite-parse): Ignore quoted envelope From_.
16563         Suggested by Karl Chen <quarl@nospam.quarl.org>.
16564
16565 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
16566
16567         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
16568         invalid addresses.
16569
16570 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
16571
16572         * spam.el: Change section markers, revise TODO list.
16573         (spam-backends): Make new master list of all installed backends.
16574         (spam-summary-exit-behavior): Add new variable to determine how
16575         messages moves are done at summary exit.
16576         (spam-move-spam-nonspam-groups-only)
16577         (spam-process-ham-in-nonham-groups)
16578         (spam-process-ham-in-spam-groups): Remove variables, the
16579         spam-summary-exit-behavior variable should be used to manage this
16580         behavior.
16581         (spam-old-ham-articles, spam-old-spam-articles): Remove.
16582         (spam-old-articles): Add variable, replacing spam-old-ham-articles
16583         and spam-old-spam-articles.
16584         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
16585         Add empty variables, placeholders for the backends they represent.
16586         (spam-set-difference): Move, unchanged.
16587         (spam-list-of-processors): Declare OBSOLETE, not used anymore
16588         unless the user has a processor variable.
16589         (spam-classifications, spam-classification-valid-p)
16590         (spam-backend-properties, spam-backend-property-valid-p)
16591         (spam-backend-function-type-valid-p)
16592         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
16593         (spam-report-articles-gmane, spam-report-articles-resend):
16594         Remove functions, they are not needed.
16595         (spam-install-backend-super, spam-backend-list)
16596         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
16597         (spam-backend-function, spam-backend-ham-registration-function)
16598         (spam-backend-spam-registration-function)
16599         (spam-backend-ham-unregistration-function)
16600         (spam-backend-spam-unregistration-function)
16601         (spam-backend-statistical-p, spam-backend-mover-p)
16602         (spam-install-backend-alias, spam-install-checkonly-backend)
16603         (spam-install-mover-backend, spam-install-nocheck-backend)
16604         (spam-install-backend, spam-install-statistical-backend)
16605         (spam-install-statistical-checkonly-backend): Add backend installation
16606         support.
16607         (spam-summary-prepare-exit): Rewrite to use the new backend code.
16608         (spam-group-processor-p): Use the new backend code and respect the
16609         summary exit behavior.
16610         (spam-mark-spam-as-expired-and-move-routine): Remove.
16611         (spam-summary-prepare): Change to use the new spam-old-articles
16612         variable.
16613         (spam-copy-or-move-routine, spam-copy-spam-routine)
16614         (spam-move-spam-routine, spam-copy-ham-routine)
16615         (spam-move-ham-routine): Add code to copy/move ham or spam.
16616         (spam-fetch-field-fast): Improve doc and code, plus allow the
16617         'number request.
16618         (spam-list-of-checks, spam-list-of-statistical-checks):
16619         Remove variables.
16620         (spam-split, spam-find-spam): Use the new backend code.
16621         (spam-registration-functions): Remove variable.
16622         (spam-unregister-routine): Add convenience wrapper.
16623         (spam-log-undo-registration, spam-register-routine)
16624         (spam-log-processing-to-registry)
16625         (spam-log-unregistration-needed-p): Rename "check" to "backend"
16626         where possible.
16627         (spam-check-gmane-xref, spam-check-regex-headers)
16628         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
16629         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
16630         (spam-check-bogofilter-headers, spam-check-spamoracle)
16631         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
16632         (spam-check-crm114-headers): Use the spam-split-group that
16633         spam-split prepares, no need to determine it every time.
16634
16635         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
16636         to the nnheader-parse-naked-head call.
16637
16638         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
16639
16640         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
16641         the nnheader-nov-read-message-id call.
16642
16643 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16644
16645         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
16646         gnus-activate-group twice.  Suggested by Markus Peter
16647         <warp@spin.de>.
16648
16649 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16650
16651         * gnus-art.el (gnus-article-time-format): Exchange the order of
16652         day and month in the default value; fix customization type.
16653         (article-date-ut): Use add-text-properties.
16654         (article-make-date-line): Use message-make-date instead of
16655         current-time-string.
16656
16657         * message.el (message-fetch-field): Don't use set-text-properties.
16658         (message-make-date): Simplify.
16659
16660         * messagexmas.el (message-xmas-make-date): New function.
16661         (message-xmas-redefine): Defalias message-make-date to it.
16662
16663 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16664
16665         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
16666         (rfc2047-encode-region): Treat text within parentheses as special;
16667         show the original text when error has occurred.
16668
16669         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
16670         already-computed method to gnus-activate-group.
16671
16672         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
16673         same select-methods identical Lisp objects.
16674
16675         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
16676         object when modifying the info.
16677
16678 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16679
16680         * gnus-srvr.el (gnus-server-set-info): Remove the server from
16681         gnus-opened-servers since it has never been opened with the new
16682         configuration yet.
16683
16684 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16685
16686         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
16687         arg to nnheader-generate-fake-message-id.
16688
16689 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
16690
16691         * nnheader.el (nnheader-generate-fake-message-id): Accept a
16692         number and build a fake message ID localized to a group and
16693         article number (so it's repeatable from that point on).
16694         (nnheader-fake-message-id-p): Change regex to accomodate new fake
16695         ID format.
16696
16697         * gnus-sum.el (gnus-get-newsgroup-headers):
16698         Call nnheader-generate-fake-message-id with the article number.
16699
16700 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
16701
16702         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
16703         end-of-buffer.
16704
16705 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16706
16707         * message.el (message-ignored-supersedes-headers): Add Approved.
16708
16709 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16710
16711         * rfc2047.el (rfc2047-encode-message-header): Remove useless
16712         goto-char.
16713         (rfc2047-encode): Fold the line before encoding.
16714
16715 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16716
16717         * rfc2047.el (rfc2047-encode-message-header): Disabled header
16718         folding -- not all headers can be folded, and this should be done
16719         by the message composition mode.  Probably.  I think.
16720
16721 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16722
16723         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
16724         fast.
16725
16726         * gnus-ems.el (gnus-remove-image): Don't use
16727         message-text-with-property; remove only the image found first.
16728
16729         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
16730         found first.
16731
16732 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
16733
16734         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
16735
16736 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16737
16738         * message.el (message-text-with-property): Make it fast and accept
16739         optional arguments.
16740         (message-strip-forbidden-properties): Use it.
16741         (message-fix-before-sending): Follow the m-t-w-p change.
16742
16743         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
16744
16745 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16746
16747         * gnus-art.el (article-hide-headers): Don't change the buffer
16748         mistakenly when performing mml-preview even if
16749         gnus-single-article-buffer is nil.
16750
16751 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
16752
16753         * message.el (message-expand-name-databases): New user option.
16754         (message-expand-name): Use it.
16755
16756 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
16757
16758         * spam.el (spam-report-articles-resend)
16759         (spam-report-resend-register-routine): Allow ham reporting.
16760         (spam-report-resend-register-ham-routine): Add wrapper.
16761         (spam-registration-functions): Add ham resending functions.
16762         (spam-list-of-processors): Add ham resend processor.
16763
16764         * gnus.el (ham-resend-to): Add new group parameter.
16765         (spam-process): Add ham resend option.
16766
16767         * spam-report.el (spam-report-resend): Allow reporting ham.
16768         (spam-report-resend-ham): Add wrapper.
16769
16770 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16771
16772         * message.el (message-cite-articles-with-x-no-archive):
16773         New variable.
16774         (message-cite-original): Use it.
16775
16776 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16777
16778         * message.el (message-cite-original): Respect X-No-Archive.
16779
16780 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16781
16782         * gnus-art.el (article-hide-headers): Refer to the values for
16783         gnus-ignored-headers and gnus-visible-headers in the summary
16784         buffer since a user may have set them as group parameters.
16785
16786 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
16787
16788         * assistant.el (assistant-node-name): Add convenience function.
16789         (assistant-render-text, assistant-render-node): Add error handling,
16790         plus handle multiple next nodes.
16791         (assistant-find-next-node): Comment out for now.
16792         (assistant-find-next-nodes): Add function, returns list of next
16793         nodes.
16794
16795 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
16796
16797         * mail-source.el (mail-source-directory): Fix doc-string.
16798
16799 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
16800
16801         * assistant.el (assistant-render-text, assistant-eval): Add :set
16802         widget type, which is different because it takes and returns a
16803         list.  Much hilarity ensues.
16804
16805 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
16806
16807         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
16808
16809         * gnus-group.el (gnus-group-get-new-news-this-group):
16810         Add doc-string.
16811
16812         * gnus-start.el (gnus-activate-group): Add doc-string.
16813
16814 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16815
16816         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
16817
16818 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
16819
16820         * assistant.el (assistant-render-text): Try to add a :set
16821         widget, more to come.
16822
16823         * spam.el (spam-group-spam-contents-p): Handle empty groupname
16824         strings.
16825         (spam-report-articles-resend)
16826         (spam-register-routine): Do registration iff any articles warrant
16827         it.
16828         (spam-summary-prepare-exit): Change log message for nil group
16829         destinations.
16830
16831 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
16832
16833         * spam.el (spam-report-resend-register-routine):
16834         Allow spam-report-resend-to to be a group parameter or a global value.
16835
16836 2004-05-26  Simon Josefsson  <jas@extundo.com>
16837
16838         * starttls.el: Merge with my GNUTLS based starttls.el.
16839         (starttls-gnutls-program, starttls-use-gnutls)
16840         (starttls-extra-arguments, starttls-process-connection-type)
16841         (starttls-connect, starttls-failure, starttls-success):
16842         New variables.
16843         (starttls-program, starttls-extra-args): Doc fix.
16844         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
16845         New functions.
16846         (starttls-negotiate, starttls-open-stream):
16847         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
16848         function if it is set.
16849
16850 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16851
16852         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
16853         structured fields.
16854
16855 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16856
16857         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
16858
16859 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
16860
16861         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
16862         Add variable.
16863         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
16864         assigning the spam-mark to new messages.
16865
16866 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
16867
16868         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
16869
16870 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16871
16872         * dgnushack.el: Autoload customize-set-variable for XEmacs.
16873
16874         * rfc2047.el (rfc2047-encodable-p): Don't move point.
16875         (rfc2047-decode): Treat the ascii coding-system as raw-text by
16876         default.
16877
16878 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
16879
16880         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
16881         correct data.
16882
16883 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
16884
16885         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
16886         (spam-group-processor-p): Fix function.
16887         (spam-group-processor-multiple-p)
16888         (spam-group-spam-processor-report-gmane-p)
16889         (spam-group-spam-processor-report-resend-p)
16890         (spam-group-spam-processor-bogofilter-p)
16891         (spam-group-spam-processor-blacklist-p)
16892         (spam-group-spam-processor-ifile-p)
16893         (spam-group-ham-processor-ifile-p)
16894         (spam-group-spam-processor-spamoracle-p)
16895         (spam-group-spam-processor-crm114-p)
16896         (spam-group-ham-processor-bogofilter-p)
16897         (spam-group-spam-processor-stat-p)
16898         (spam-group-ham-processor-stat-p)
16899         (spam-group-ham-processor-whitelist-p)
16900         (spam-group-ham-processor-BBDB-p)
16901         (spam-group-ham-processor-spamoracle-p)
16902         (spam-group-ham-processor-copy-p): Remove functions with some
16903         prejudice against unneeded code.
16904         (spam-report-articles-resend)
16905         (spam-report-resend-register-routine): Allow the group/topic
16906         spam-resend-to value to override spam-report-resend-to.
16907         (spam-summary-prepare-exit): Invoke spam-group-processor-p
16908         properly now.
16909
16910         * gnus.el (spam-resend-to): Add group/topic parameter.
16911         (spam-process): Move the OBSOLETE processors to the end of the
16912         choices.
16913
16914 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
16915
16916         * spam-report.el (spam-report-resend-to, spam-report-resend):
16917         Start with resend-to set to nil, and then ask the user if necessary.
16918         (spam-report-resend): spam-report-resend takes a list of articles, not
16919         separate article numbers.
16920
16921 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16922
16923         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
16924         addition to emacs-w3m.
16925
16926 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16927
16928         * assistant.el (assistant-authinfo-data): New function.
16929         (assistant-eval): Eval for entire assistant.
16930
16931         * netrc.el (netrc-services-file): New variable.
16932         (netrc-parse-services): New function.
16933         (netrc-find-service-name): New function.
16934         (netrc-find-service-number): New function.
16935         (netrc-port-equal): New function.
16936         (netrc-machine): Use it.
16937
16938         * nnimap.el (nnimap-open-connection): Use netrc.
16939
16940         * gnus-util.el (gnus-netrc-get): Remove aliases.
16941
16942         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
16943
16944         * assistant.el (wid-edit): Fix compilation.
16945
16946         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
16947
16948 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
16949
16950         * gnus-util.el (gnus-set-file-modes): New function.  (small
16951         patch).
16952
16953 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16954
16955         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
16956
16957         * assistant.el (assistant-render-node): Fix up rendering and
16958         read-only text.
16959         (assistant-render-node): Reset.
16960         (assistant-make-read-only): Not sticky.
16961
16962 2004-05-20  Danny Siu  <dsiu@adobe.com>
16963
16964         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
16965         centered even when gnus-auto-center-summary is t.
16966
16967 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16968
16969         * dns.el (dns-get-txt-answer): New function.
16970         (dns-read-txt): Ditto.
16971         (query-dns): Use it.
16972
16973 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16974
16975         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
16976         active for foreign groups even if the group level is higher than
16977         the specified value.
16978
16979 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16980
16981         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
16982         non-active groups.
16983
16984         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
16985
16986 2004-05-20  Magnus Henoch  <mange@freemail.hu>
16987
16988         * dns.el (dns-read-type): Add support for SVR.  (small patch)
16989
16990 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
16991
16992         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
16993         (spam-crm114-header, spam-crm114-spam-switch)
16994         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
16995         (spam-crm114-positive-spam-header)
16996         (spam-crm114-database-directory, spam-list-of-processors)
16997         (spam-group-spam-processor-crm114-p)
16998         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
16999         (spam-generic-score, spam-list-of-checks)
17000         (spam-list-of-statistical-checks, spam-registration-functions)
17001         (spam-check-crm114-headers, spam-crm114-score)
17002         (spam-check-crm114, spam-crm114-register-with-crm114)
17003         (spam-crm114-register-spam-routine)
17004         (spam-crm114-unregister-spam-routine)
17005         (spam-crm114-register-ham-routine)
17006         (spam-crm114-unregister-ham-routine): Add CRM114 support.
17007         From asjo@koldfront.dk (Adam Sjøgren).
17008
17009         * gnus.el: Add spam-use-crm114.
17010
17011         * spam.el (spam-list-of-processors, spam-registration-functions):
17012         Add spam-use-resend.
17013         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
17014         (spam-report-articles-gmane): Add doc fix.
17015         (spam-report-articles-resend, spam-report-resend-register-routine):
17016         Add wrappers around spam-report-resend-to.
17017
17018         * spam-report.el (spam-report-resend-to, spam-report-resend):
17019         Add support for resending spam.
17020         (spam-report-gmane): Fix line length >80.
17021
17022         * gnus.el (spam-process): Add spam-use-resend.
17023
17024 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17025
17026         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
17027         number of processed spam messages.
17028         (spam-ham-copy-or-move-routine): Return the number of processed
17029         ham messages.
17030         (spam-summary-prepare-exit): Use the above values to decide
17031         whether status messages shouled be displayed.
17032
17033 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17034
17035         * rfc2047.el (rfc2047-encode-function-alist): Rename from
17036         `rfc2047-encoding-function-alist' in order to avoid conflicting
17037         with the old version.
17038         (rfc2047-encode-region): Concatenate words containing non-ASCII
17039         characters in structured fields; don't encode space-delimited
17040         ASCII words even in unstructured fields; don't break words at
17041         char-category boundaries.
17042         (rfc2047-encode-1): New function.
17043         (rfc2047-encode): Use it; encode text so that it occupies the
17044         maximum width within 76-column; work correctly on Q encoding for
17045         iso-2022-* charsets.
17046         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
17047         sure not to break a line just after the header name.
17048         (rfc2047-b-encode-region): Remove.
17049         (rfc2047-b-encode-string): New function.
17050         (rfc2047-q-encode-region): Remove.
17051         (rfc2047-q-encode-string): New function.
17052
17053         * mm-util.el (mm-replace-in-string): New function.
17054
17055 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17056
17057         * gnus-msg.el (gnus-inews-make-draft-meta-information):
17058         Really get it right.
17059         (gnus-inews-make-draft): Really.
17060
17061 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
17062
17063         * nnmh.el (nnmh-request-list-1): Don't check the link count
17064         before descending.  (small patch)
17065
17066 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17067
17068         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
17069         stuff.
17070
17071         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
17072         Match on real group name.
17073
17074         * gnus-art.el (gnus-signature-limit): Doc fix.
17075
17076         * gnus-msg.el (gnus-inews-make-draft): Quote list.
17077
17078         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
17079
17080 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
17081
17082         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
17083         isn't a string.
17084
17085 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17086
17087         * gnus-draft.el (gnus-draft-send):
17088         Bind rfc2047-encode-encoded-words.
17089
17090         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
17091         (rfc2047-encodable-p): Say that =? needs encoding.
17092         (rfc2047-encode-encoded-words): New variable.
17093
17094         * gnus-group.el (gnus-group-select-group): Doc fix.
17095
17096         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
17097
17098         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
17099         to nil.
17100
17101         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
17102
17103         * nnheader.el (nnheader-get-lines-and-char): New function.
17104
17105 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
17106
17107         * gnus-msg.el (gnus-summary-followup-with-original):
17108         Document yanking of region when active.
17109
17110 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17111
17112         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
17113         groups if the group level is higher than the specified value.
17114
17115 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17116
17117         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
17118         (gnus-group-jump-to-group): Add prefix argument using
17119         `gnus-group-jump-to-group-prompt'.  Query before jumping to
17120         non-active group.
17121
17122         * compface.el (uncompface): Be verbose when changing
17123         `uncompface-use-external'.
17124
17125         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
17126         handle manual section.
17127
17128 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17129
17130         * gnus-art.el (gnus-button-alist): Revert previous change.
17131
17132 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17133
17134         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
17135
17136 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17137
17138         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
17139         whether backend can accept message.
17140
17141         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
17142
17143 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
17144
17145         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17146         Avoid creating directory when nntp-marks-is-evil is true.
17147         Reported by Reiner Steib.
17148
17149 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17150
17151         * gnus-picon.el (gnus-picon-style): New variable.
17152         (gnus-picon-insert-glyph): Add optional `nostring' argument.
17153         (gnus-picon-transform-address): Support `gnus-picon-style'.
17154         From Jesper Harder <harder@ifa.au.dk>.
17155
17156 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17157
17158         * message.el (message-fill-field): Return point.
17159         (message-generate-headers): Go to end of field.
17160
17161         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
17162         stuff for non-living groups.
17163
17164 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
17165
17166         * gnus-art.el (gnus-article-followup-with-original)
17167         (gnus-article-reply-with-original): gnus-mark-active-p ->
17168         gnus-region-active-p.
17169
17170 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
17171
17172         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
17173         only when there is spam or ham to be processed.
17174
17175 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17176
17177         * mail-source.el (mail-source-delete-crash-box): Refactor.
17178         (mail-source-fetch): Use it.
17179         (mail-source-fetch-file): Ditto.
17180         (mail-source-fetch-directory): Run postscript in loop.
17181         (mail-source-fetch-pop): Delete.
17182         (mail-source-fetch-maildir): Ditto.
17183         (mail-source-fetch-imap): Ditto.
17184
17185         * imap.el (imap-authenticators): Comment out sasl.
17186
17187         * message.el (message-skip-to-next-address): New function.
17188         (message-fill-header-address): Refactor.
17189         (message-fill-address): Use it.
17190         (message-delete-address): Use it.
17191         (message-fill-header-general): Refactor.
17192         (message-fill-field-address): Rename.
17193         (message-narrow-to-field): Find the start of the header.
17194         (message-header-format-alist): Don't pre-fill.
17195         (message-fill-header): Remove.
17196         (message-insert-header): New function.
17197         (message-shorten-references): Use it.
17198
17199         * rfc2047.el (rfc2047-field-value): Strip props.
17200
17201         * mail-parse.el (mail-header-make-address): New alias.
17202
17203         * ietf-drums.el (ietf-drums-make-address): New function.
17204
17205         * imap.el: Add compiler directives.
17206
17207         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
17208
17209         * gnus-art.el (article-decode-idna-rhs): Don't use
17210         message-idna-inside-rhs-p.
17211
17212 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17213
17214         * message.el (message-idna-inside-rhs-p): Remove.
17215         (message-idna-to-ascii-rhs-1): Use proper address parsing.
17216
17217         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
17218         false positives.
17219
17220 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
17221
17222         * imap.el (imap-sasl-make-mechanisms): Use sasl.
17223
17224 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17225
17226         * nneething.el (nneething-file-name): Don't create spurious
17227         files.
17228
17229         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
17230         (gnus-inews-do-gcc): Remove sleep.
17231
17232         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
17233         part under point.
17234
17235         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
17236         (gnus-agent-regenerate-group): Using nil messages aren't valid.
17237
17238 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
17239
17240         * spam.el (spam-summary-prepare-exit): Fix (length).
17241
17242 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
17243
17244         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
17245         as expired without moving it" message when there are spam
17246         messages left.
17247
17248 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
17249
17250         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
17251         header is not nil.
17252
17253 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
17254
17255         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17256         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
17257         (nntp-marks-changed-p): New arg SERVER.
17258         (nntp-request-update-info): Adjust caller.
17259
17260 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
17261
17262         * nntp.el (nntp-save-marks): Pass missing arg.
17263
17264 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
17265
17266         * nntp.el: Support marks.
17267         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
17268         (nntp-marks-modtime, nntp-marks-directory): New variables.
17269         (nntp-request-set-mark, nntp-request-update-info)
17270         (nntp-possibly-create-directory, nntp-marks-changed-p)
17271         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
17272         New functions.
17273
17274 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
17275
17276         * gnus-xmas.el (gnus-xmas-select-lowest-window)
17277         (gnus-xmas-redefine): Rename.
17278
17279         * gnus-score.el (gnus-score-insert-help):
17280         Use gnus-select-lowest-window.
17281
17282         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
17283         appt-select-lowest-window and rename to gnus-select-lowest-window.
17284
17285         * gnus.el: do.
17286
17287 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17288
17289         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
17290         encodings of MIME-encoded words, in order to improve
17291         interoperability with several broken MUAs.
17292
17293 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17294
17295         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
17296         tags, only when charsets are not specified in headers.
17297         (mm-inline-text-html-render-with-w3m): Ditto.
17298
17299         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
17300         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
17301
17302 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17303
17304         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
17305         instead of MIME-decoded from fields when checking
17306         `gnus-article-address-banner-alist'.
17307
17308 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
17309
17310         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
17311         description rather than subject.
17312
17313 2004-05-02  Steve Youngs  <steve@youngs.au.com>
17314
17315         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
17316
17317 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17318
17319         * gnus.el (gnus-version-number): Bump.
17320
17321 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17322
17323         * gnus.el: No Gnus v0.2 is released.
17324
17325 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17326
17327         * gnus-agent.el (gnus-agent-read-agentview):
17328         Inline gnus-uncompress-range.
17329
17330 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17331
17332         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
17333         `exec-installed-p'.
17334
17335 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17336
17337         * gnus.el (spam-process, spam-autodetect-methods):
17338         Add bsfilter and bsfilter-headers.
17339
17340         * spam.el (spam-bsfilter): New customize group.
17341         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
17342         (spam-bsfilter-header, spam-bsfilter-probability-header)
17343         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
17344         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
17345         (spam-bsfilter-database-directory): New options.
17346         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
17347         (spam-list-of-statistical-checks, spam-registration-functions):
17348         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
17349         (spam-bsfilter-score): New command.
17350         (spam-check-bsfilter-headers, spam-check-bsfilter)
17351         (spam-bsfilter-register-with-bsfilter)
17352         (spam-bsfilter-register-spam-routine)
17353         (spam-bsfilter-unregister-spam-routine)
17354         (spam-bsfilter-register-ham-routine)
17355         (spam-bsfilter-unregister-ham-routine): New functions.
17356         (spam-generic-score): Support bsfilter; Accept an optional argument
17357         to recalcurate spam score even if scoring header has already been
17358         added.
17359         (spam-bogofilter-score, spam-spamassassin-score): Accept an
17360         optional argument to recalcurate spam score even if scoring header
17361         has already been added.
17362
17363 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
17364
17365         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
17366         strings!  Reported by David D. Smith <davidsmith@acm.org>.
17367         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
17368         link is missing.
17369
17370 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
17371
17372         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
17373         (html2text-get-attr): Rewrite.
17374
17375         * message.el (message-setup-1): Remove redundant put-text-property
17376         on mail-header-separator.
17377
17378 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
17379
17380         * gnus-registry.el (gnus-registry-cache-whitespace)
17381         (gnus-registry-action, gnus-registry-spool-action)
17382         (gnus-registry-split-fancy-with-parent): Change message levels
17383         from 5 to 3 or 7, as needed.
17384
17385         * spam.el (spam-summary-prepare-exit)
17386         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
17387         (spam-split, spam-find-spam, spam-log-undo-registration)
17388         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
17389         level from 5 to 6.
17390
17391 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17392
17393         * gnus-ems.el: Autoload appt-select-lowest-window (revert
17394         2004-03-04 change).
17395
17396 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
17397
17398         * sieve-manage.el (sieve-manage-open):
17399         * nnweb.el (nnweb-insert-html):
17400         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
17401         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
17402         * nnspool.el (nnspool-request-group):
17403         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
17404         * nnml.el (nnml-request-update-info):
17405         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
17406         (nnmh-request-create-group, nnmh-update-gnus-unreads):
17407         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
17408         (nnimap-request-set-mark):
17409         * nnfolder.el (nnfolder-request-update-info):
17410         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
17411         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
17412         * gnus-uu.el (gnus-uu-find-articles-matching):
17413         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
17414         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
17415         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
17416         * gnus-nocem.el (gnus-nocem-scan-groups):
17417         * gnus-int.el (gnus-start-news-server):
17418         * gnus-group.el (gnus-group-make-kiboze-group)
17419         (gnus-group-browse-foreign-server):
17420         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
17421         Use mapc when appropriate.
17422
17423 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
17424
17425         FIXME: Make separate entries for each person.
17426
17427         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
17428         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
17429         <shields@msrl.com>:
17430
17431         * spam.el (spam-necessary-extra-headers): Get the extra headers we
17432         may need for spam sorting and scoring.
17433         (spam-user-format-function-S): Add user format function suitable for
17434         general use.
17435         (spam-article-sort-by-spam-status): Add sorting function for summary
17436         sorting.
17437         (spam-extra-header-to-number): Add function to get a score from a
17438         header.
17439         (spam-summary-score): Add function to get a numeric score from the
17440         headers.
17441         (spam-generic-score): Fix function doc, was in wrong place.
17442         (spam-initialize): Take symbols when it's run, and install the
17443         extra headers that spam-necessary-extra-headers thinks we need.
17444
17445 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
17446
17447         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
17448         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17449
17450 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
17451
17452         * gnus-sum.el (gnus-set-global-variables)
17453         (gnus-build-all-threads, gnus-get-newsgroup-headers)
17454         (gnus-article-get-xrefs, gnus-summary-best-group)
17455         (gnus-summary-next-article, gnus-summary-enter-digest-group)
17456         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
17457         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
17458         Use with-current-buffer.
17459
17460 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
17461
17462         * spam.el (spam-summary-prepare-exit): Simplify logic.
17463         (spam-fetch-article-header): Read the article header if it's not
17464         available.
17465         (spam-list-articles): Simplify logic.
17466         (spam-filelist-register-routine): Fix bug with unregister-list.
17467
17468         * gnus-registry.el: Fix comments at beginning.
17469
17470 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
17471
17472         * message.el (message-cater-to-broken-inn): Remove.
17473         (message-shorten-references): Make sure the total folded length of
17474         References is shorter than 998 characters to cater to a bug in INN
17475         2.3.  Also, don't pretend that references aren't folded -- this
17476         hasn't worked for a while.
17477
17478 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17479
17480         * gnus-agent.el (gnus-agentize):
17481         gnus-agent-send-mail-real-function no longer set to current value
17482         of message-send-mail-function but rather a lambda that calls
17483         message-send-mail-function.  The change makes the agent real-time
17484         responsive to user changes to message-send-mail-function.
17485
17486 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17487
17488         * legacy-gnus-agent.el
17489         (gnus-agent-convert-to-compressed-agentview): Fix typos with
17490         help from Florian Weimer <fw@deneb.enyo.de>
17491
17492 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17493
17494         * nnmail.el (nnmail-cache-insert): Revert last change.
17495
17496 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17497
17498         * nnmail.el (nnmail-cache-insert): Always check whether
17499         nnmail-cache-ignore-groups matches a group name.
17500
17501 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
17502
17503         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
17504         (spam-find-spam, spam-log-processing-to-registry)
17505         (spam-log-registered-p, spam-log-unregistration-needed-p)
17506         (spam-log-undo-registration): Use gnus-message instead of
17507         gnus-error, none of these errors are fatal.
17508
17509         * gnus-registry.el (gnus-registry-clean-empty-function)
17510         (gnus-registry-clean-empty): Remove only empty entries without
17511         extra data.
17512
17513 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
17514
17515         * spam-stat.el (spam-stat-buffer-change-to-spam)
17516         (spam-stat-buffer-change-to-non-spam): Change (error) to
17517         (gnus-message 8) invocation.
17518
17519 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17520
17521         * nntp.el (nntp-via-netcat-command): New variable.
17522         (nntp-via-netcat-switches): New variable.
17523         (nntp-open-via-rlogin-and-netcat): New function.
17524         (nntp-open-connection-function): Doc fix.
17525         (nntp-telnet-command): Doc fix.
17526         (nntp-end-of-line): Doc fix.
17527         (nntp-via-rlogin-command): Doc fix.
17528         (nntp-via-user-name): Doc fix.
17529         (nntp-via-address): Doc fix.
17530
17531 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17532
17533         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
17534         error in Emacs 21.1.
17535
17536 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
17537
17538         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
17539
17540 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17541
17542         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
17543         (gnus-agent-with-refreshed-group): New macro.
17544         (gnus-agent-rename-group): New function.
17545         (gnus-agent-delete-group): New function.
17546         (gnus-agent-save-group-info): Use gnus-command-method when
17547         `method' parameter is nil.  Don't write nil entries into the
17548         active file.
17549         (gnus-agent-get-group-info): New function.
17550         (gnus-agent-fetch-articles):
17551         Use gnus-agent-update-files-total-fetched-for to increment disk space
17552         used.
17553         (gnus-agent-fetch-headers, gnus-agent-save-alist):
17554         Use gnus-agent-update-view-total-fetched-for to increment disk space
17555         used.
17556         (gnus-agent-get-local): Add optional parameters to avoid calling
17557         gnus-group-real-name and gnus-find-method-for-group.
17558         (gnus-agent-set-local): Delete stored entry if either min, or max,
17559         are nil.
17560         (gnus-agent-fetch-session): Reworded error/quit messages.
17561         On quit, use gnus-agent-regenerate-group to record existance of any
17562         articles fetched to disk before the quit occurred.
17563         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
17564         gnus-agent-update-view-total-fetched-for, and
17565         gnus-agent-update-files-total-fetched-for to decrement disk space
17566         used.
17567         (gnus-agent-retrieve-headers):
17568         Use gnus-agent-update-view-total-fetched-for to increment disk space
17569         used.
17570         (gnus-agent-regenerate-group): Replace gnus-group-update-group
17571         with gnus-agent-update-files-total-fetched-for to decrement disk
17572         space and fresh group buffer.
17573         (gnus-agent-inhibit-update-total-fetched-for): New variable.
17574         (gnus-agent-need-update-total-fetched-for): New variable.
17575         (gnus-agent-update-files-total-fetched-for): New function.
17576         (gnus-agent-update-view-total-fetched-for): New function.
17577         (gnus-agent-total-fetched-for): New function.
17578
17579         * gnus-cache.el (gnus-cache-save-buffers):
17580         Use gnus-cache-update-overview-total-fetched-for to change disk space
17581         used by this group.
17582         (gnus-cache-possibly-enter-article):
17583         Use gnus-cache-update-file-total-fetched-for to increment disk space
17584         used by this group.
17585         (gnus-cache-possibly-remove-article):
17586         Use gnus-cache-update-file-total-fetched-for to decrement disk space
17587         used by this group.
17588         (gnus-cache-generate-nov-databases): Purge total fetched cache.
17589         (gnus-cache-rename-group): New function.
17590         (gnus-cache-delete-group): New function.
17591         (gnus-cache-inhibit-update-total-fetched-for): New variable.
17592         (gnus-cache-need-update-total-fetched-for): New variable.
17593         (gnus-cache-with-refreshed-group): New macro.
17594         (gnus-cache-update-file-total-fetched-for): New function.
17595         (gnus-cache-update-overview-total-fetched-for): New function.
17596         (gnus-cache-rename-group-total-fetched-for): New function.
17597         (gnus-cache-delete-group-total-fetched-for): New function.
17598         (gnus-cache-total-fetched-for): New function.
17599
17600         * gnus-group.el: Require gnus-sum and autoload functions to
17601         resolve warnings when gnus-group.el compiled alone.
17602         (gnus-group-line-format): Documented new %F.
17603         (size of Fetched data) group line format; identifies disk space
17604         used by agent and cache.
17605         (gnus-group-line-format-alist): Defined new F format.
17606         (gnus-total-fetched-for): New function.
17607         (gnus-group-delete-group): No longer update
17608         gnus-cache-active-altered as gnus-request-delete-group now keeps
17609         the cache in sync.
17610         (gnus-group-list-active): Let the agent store a server's active
17611         list if currently plugged.
17612
17613         * gnus-int.el (gnus-request-delete-group):
17614         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
17615         local disk in sync with the server.
17616         (gnus-request-rename-group):
17617         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
17618         local disk in sync with the server.
17619
17620         * gnus-start.el (gnus-get-unread-articles):
17621         Cosmetic simplification to logic.
17622
17623         * gnus-util.el (gnus-rename-file): New function.
17624
17625 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
17626
17627         * mm-util.el (mm-image-load-path): Handle nil in load-path.
17628
17629 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
17630
17631         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
17632         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
17633
17634 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
17635
17636         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
17637         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
17638
17639 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
17640
17641         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
17642
17643 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
17644
17645         * spam.el (spam-set-difference): Add function to replace
17646         gnus-set-difference in spam.el.
17647         (spam-summary-prepare-exit): Use spam-set-difference.
17648
17649 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
17650
17651         * gnus-registry.el (gnus-registry-cache-file): Update to use
17652         gnus-dribble-directory OR gnus-home-directory OR ~.
17653         (gnus-registry-split-fancy-with-parent): Fix doc.
17654
17655 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17656
17657         * message.el (message-exchange-point-and-mark):
17658         Use message-mark-active-p.  Suggested by Jesper Harder
17659         <harder@ifa.au.dk>.
17660
17661 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17662
17663         * message.el (message-exchange-point-and-mark): Don't activate
17664         region if it was inactive.  Suggested by Hiroshi Fujishima
17665         <pooh@nature.tsukuba.ac.jp>.
17666
17667 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17668
17669         * gnus-art.el (article-display-face): Display Faces in the same
17670         order as X-Faces.
17671
17672 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17673
17674         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
17675
17676 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17677
17678         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
17679         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
17680         (gnus-article-mime-hierarchy): Remove.
17681         (gnus-article-mime-hierarchy-next): Remove.
17682         (gnus-article-mode): Revert 2004-03-19 change.
17683         (gnus-article-setup-buffer): Revert 2004-03-19 change.
17684         (gnus-insert-mime-button): Revert 2004-03-19 change.
17685         (gnus-mime-accumulate-hierarchy): Remove.
17686         (gnus-mime-enter-multipart): Remove.
17687         (gnus-mime-leave-multipart): Remove.
17688         (gnus-mime-display-part): Revert 2004-03-19 change.
17689         (gnus-mime-display-alternative): Revert 2004-03-19 change.
17690
17691         * mml.el (mml-preview): Revert 2004-03-19 change.
17692
17693 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
17694
17695         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
17696
17697 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17698
17699         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
17700         t while entering a file name using the mm-with-multibyte macro.
17701         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17702
17703         * mm-util.el (mm-with-multibyte): New macro.
17704
17705 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17706
17707         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
17708         New user option.
17709         (gnus-mime-multipart-functions): Doc and customization fix.
17710         (gnus-article-mime-hierarchy): New variable.
17711         (gnus-article-mime-hierarchy-next): New variable.
17712         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
17713         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
17714         gnus-article-mime-hierarchy-next to nil.
17715         (gnus-insert-mime-button): Show hierarchy numbers.
17716         (gnus-mime-accumulate-hierarchy): New function.
17717         (gnus-mime-enter-multipart): New function.
17718         (gnus-mime-leave-multipart): New function.
17719         (gnus-mime-display-part): Recompute hierarchical MIME structure.
17720         (gnus-mime-display-alternative): Show hierarchy numbers.
17721
17722         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
17723         gnus-article-mime-hierarchy-next to nil.
17724
17725 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
17726
17727         * dns.el: Don't require gnus-xmas.
17728
17729 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
17730
17731         * mml.el (mml-generate-mime-1): Don't use format=flowed with
17732         inline PGP.
17733         (mml-menu): Disable mml-quote-region if mark is inactive.
17734
17735 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17736
17737         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
17738         when the group's active is not available.
17739
17740 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17741
17742         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
17743         error.
17744
17745 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
17746
17747         * imap.el (imap-store-password): New variable.
17748         (imap-interactive-login): Use it.
17749         Suggested by Mark Plaksin <happy@mcplaksin.org>.
17750
17751 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17752
17753         * gnus-art.el (gnus-article-read-summary-keys): Restore new
17754         window-start and hscroll to summary window.
17755
17756 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17757
17758         * gnus-start.el (gnus-convert-old-newsrc): Only write the
17759         conversion message to newsrc-dribble when an actual conversion is
17760         performed.
17761
17762 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
17763
17764         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
17765
17766 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17767
17768         * mm-decode.el (mm-complicated-handles): New function reviving
17769         former definition of mm-multiple-handles.
17770
17771         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
17772         (gnus-mime-delete-part): Use it.
17773
17774 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17775
17776         * gnus-agent.el (gnus-agent-read-local):
17777         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
17778         avoid the implicit assumption that they will always be equal.
17779         (gnus-agent-save-local): Bind buffer-file-coding-system, not
17780         coding-system-for-write, as the with-temp-file macro first prints
17781         to a buffer then saves the buffer.
17782
17783 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17784
17785         * gnus-art.el (gnus-article-edit-part): New function.
17786         (gnus-mime-save-part-and-strip): Use it; do query instead of
17787         signaling an error; don't use mm-multiple-handles.
17788         (gnus-mime-delete-part): Ditto.
17789
17790 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17791
17792         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
17793         old file versions.
17794         (gnus-group-prepare-hook): Remove function that converted list
17795         form of gnus-agent-expire-days to group properties.
17796
17797         * gnus-int.el: Autoload gnus-agent-regenerate-group.
17798         (gnus-request-accept-article): Re-indented.
17799
17800         * gnus-start.el (gnus-convert-old-newsrc): Registered new
17801         converters to handle old agent file formats.  Add logic for a
17802         "backup before upgrading warning".
17803         (gnus-convert-mark-converter-prompt): Developers can mark
17804         functions as needing (default), or not needing,
17805         gnus-convert-old-newsrc's "backup before upgrading warning".
17806         (gnus-convert-converter-needs-prompt): Tests whether the user
17807         should be protected from potentially irreversable changes by the
17808         function.
17809
17810         * legacy-gnus-agent.el: New.  Provides converters that are only
17811         loaded when gnus-convert-old-newsrc needs to call them.
17812
17813 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17814
17815         * mail-source.el (mail-source-touch-pop): Doc fix.
17816
17817         * message.el (message-smtpmail-send-it): Doc fix.
17818
17819 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
17820
17821         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
17822
17823         * nnmail.el (nnmail-split-fancy): do.
17824
17825         * gnus-kill.el (gnus-kill, gnus-execute): do.
17826
17827 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
17828
17829         * gnus-sum.el (gnus-widget-reversible-match)
17830         (gnus-widget-reversible-to-internal)
17831         (gnus-widget-reversible-to-external): New functions.
17832         (gnus-widget-reversible): New widget.
17833         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
17834
17835 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
17836
17837         * gnus-sum.el (gnus-thread-sort-functions)
17838         (gnus-article-sort-functions): Document `(not F)' items.
17839
17840 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
17841
17842         * spam.el (spam-use-gmane-xref): Add new backend.
17843         (spam-gmane-xref-spam-group): Add variable to control the name of the
17844         Gmane spam group.
17845         (spam-blackhole-servers, spam-blackhole-good-server-regex)
17846         (spam-regex-headers-spam, spam-regex-headers-ham)
17847         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
17848         (spam-list-of-checks): Add spam-use-gmane-xref to list of
17849         backends and checks.
17850         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
17851
17852         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
17853         an autodetect method.
17854
17855 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17856
17857         * gnus-int.el (gnus-request-accept-article): Inform the agent that
17858         articles are being added to a group.
17859         (gnus-request-replace-article): Inform the agent that articles
17860         need to be uncached as the cached contents are no longer valid.
17861
17862 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17863
17864         * binhex.el: Don't autoload executable-find.
17865
17866         * canlock.el: Don't autoload mail-fetch-field.
17867
17868         * dgnushack.el: Autoload c-mode for XEmacs.
17869
17870         * gnus-ems.el: Don't autoload appt-select-lowest-window.
17871
17872         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
17873         rmail-dont-reply-to and rmail-output.
17874
17875         * gnus-score.el: Don't autoload ffap-string-at-point.
17876
17877         * gnus-setup.el: Don't autoload sc-cite-original.
17878
17879         * imap.el: Don't autoload base64-decode-string,
17880         base64-encode-string and md5.
17881
17882         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
17883         and rmail-msg-restore-non-pruned-header.
17884
17885         * mm-decode.el: Don't autoload executable-find.
17886
17887         * mm-url.el: Don't autoload executable-find.
17888
17889         * mm-view.el: Don't autoload diff-mode.
17890
17891         * nndb.el: Don't autoload news-reply-mode, news-setup,
17892         cancel-timer and telnet.
17893
17894         * password.el: Don't autoload run-at-time for Emacs.
17895
17896         * sha1-el.el: Don't autoload executable-find.
17897
17898         * sieve-mode.el: Don't autoload c-mode.
17899
17900         * uudecode.el: Don't autoload executable-find.
17901
17902 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17903
17904         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
17905         (gnus-agent-possibly-alter-active): Avoid null in numeric
17906         comparison.
17907         (gnus-agent-set-local): Refuse to save null in local object table.
17908         (gnus-agent-regenerate-group): The REREAD parameter can now be a
17909         list of articles that will be marked as unread.
17910
17911 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17912
17913         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
17914
17915 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
17916
17917         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
17918         language tags.
17919
17920 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
17921
17922         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
17923         Don't bind "obarray".
17924
17925         * gnus-sum.el (gnus-thread-sort-functions):
17926         Add `gnus-thread-sort-by-most-recent-number' and
17927         `gnus-thread-sort-by-most-recent-date'.
17928         Reported by Kai Grossjohann <kai@emptydomain.de>.
17929
17930 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17931
17932         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
17933
17934 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17935
17936         * gnus-cus.el (gnus-agent-customize-category):
17937         Remove ignore-errors macro reference that required cl to be loaded at
17938         run-time.
17939
17940         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
17941         single-interval range of the form (min . max).  Previously the
17942         range had to look like ((min . max)).  Likewise, return
17943         (min . max) rather than ((min . max)).
17944         (gnus-range-map): Use gnus-range-normalize to accept
17945         single-interval range.
17946
17947         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
17948         the cache, but not the agent, now appear with their usual face.
17949
17950         * dgnushack.el (loaddir): New variable that is bound to the
17951         directory containing the dgnushack.el file. Use loaddir, rather
17952         than srcdir, to update load-path. Change lets dgnushack compile
17953         code in directories other than GNUS/lisp.
17954
17955 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17956
17957         * lpath.el: Don't bind w3m-safe-url-regexp.
17958
17959         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
17960         w3m-safe-url-regexp variable buffer-local.
17961
17962         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17963
17964 2004-02-27  Simon Josefsson  <jas@extundo.com>
17965
17966         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
17967         gnus-group-real-prefix.
17968         (gnus-summary-move-article): Use it, instead of
17969         gnus-group-real-prefix.
17970
17971 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17972
17973         * lpath.el: Bind w3m-safe-url-regexp.
17974
17975         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
17976         w3m-safe-url-regexp variable buffer-local and set it as the value
17977         of mm-w3m-safe-url-regexp.
17978
17979         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17980
17981         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
17982         parsing gnus-posting-styles when the message is not for replying.
17983
17984         * dgnushack.el: Autoload sgml-mode for XEmacs.
17985
17986         * nnrss.el (nnrss-opml-export):
17987         Use mm-set-buffer-file-coding-system instead of
17988         set-buffer-file-coding-system.
17989
17990 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
17991
17992         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
17993         of checkdoc.el).
17994         * nnrss.el: do.
17995         * gnus-mlspl.el: do.
17996         * gnus-ml.el: do.
17997         * gnus-srvr.el: do.
17998
17999         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
18000
18001 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
18002
18003         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
18004         Corrections to custom-manual links.
18005
18006         * gnus-art.el (gnus-article): Ditto.
18007
18008         * mm-decode.el (mime-display, mime-security): Ditto.
18009
18010 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18011
18012         * flow-fill.el: Typo.
18013
18014 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
18015
18016         * spam-wash.el: New file.
18017
18018 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
18019
18020         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
18021
18022 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
18023
18024         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
18025         to be run with new-articles as LIST1, not LIST2.
18026         (spam-registration-functions): Add spam-use-ham-copy as a nil
18027         registration backend.
18028
18029 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18030
18031         * spam-stat.el (spam-stat-washing-hook): New option.
18032         (spam-stat-buffer-words): Use it.
18033         (spam-stat-process-directory, spam-stat-test-directory):
18034         Use insert-file-contents-literally.
18035         (spam-stat-coding-system): New variable.
18036         (spam-stat-load, spam-stat-save): Use it.
18037
18038 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18039
18040         * spam-report.el (spam-report-plug-agent):
18041         Quote spam-report-url-to-file and spam-report-url-ping-plain.
18042
18043 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
18044
18045         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
18046         Allow / in mailto URLs.
18047
18048 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18049
18050         * spam-report.el (spam-report-process-queue): Fix interactive use.
18051         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
18052         (spam-report-unplug-agent): Doc fixes.
18053         (spam-report-url-ping-mm-url, spam-report-url-to-file)
18054         (spam-report-agentize, spam-report-deagentize): Autoload.
18055
18056 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18057
18058         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
18059
18060         * message.el (message-setup-fill-variables): Add mml tags to
18061         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
18062         <ajk@iu.edu>.
18063         (message-mode): Don't modify paragraph-separate there.
18064
18065 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18066
18067         * compface.el (uncompface-use-external): Default to undecided.
18068         (uncompface-use-external-threshold): New variable.
18069         (uncompface-float-time): New macro.
18070         (uncompface): Determine whether to use the external decoder if
18071         uncompface-use-external is undecided.
18072
18073 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18074
18075         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
18076         after images.
18077
18078         * gnus-art.el (gnus-mime-display-single): Remove dead code.
18079
18080 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
18081
18082         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
18083
18084         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
18085
18086         * gnus-sum.el (gnus-summary-limit-to-age)
18087         (gnus-summary-limit-children): do.
18088
18089         * gnus-int.el (gnus-request-scan): do.
18090
18091         * gnus-group.el (gnus-group-suspend): do.
18092
18093         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
18094
18095         * gnus-cite.el (gnus-cite-parse-attributions): do.
18096
18097         * gnus-agent.el (gnus-summary-set-agent-mark)
18098         (gnus-agent-regenerate-group): do.
18099
18100         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
18101
18102         * binhex.el (binhex-decode-region-internal): do.
18103
18104 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18105
18106         * gnus-fun.el (gnus-face-properties-alist): New user option.
18107         (gnus-display-x-face-in-from): Use it.
18108
18109         * gnus-art.el (article-display-face): Ditto.
18110
18111         * compface.el (uncompface-use-external): Default to nil.
18112
18113 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
18114
18115         * nntp.el (nntp-erase-buffer): New function.
18116         (nntp-retrieve-data, nntp-send-command)
18117         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
18118         (nntp-possibly-change-group): Use it.
18119
18120         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
18121         Use with-current-buffer.
18122
18123 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
18124
18125         * compface.el: Merge the ELisp-based uncompface program.
18126         (compface): New customization group.
18127         (uncompface-use-external): New user option.
18128         (uncompface): Call uncompface-internal if uncompface-use-external
18129         is nil.
18130         (uncompface-internal): New function.  Note that there are also
18131         some other functions and variables added for this function.
18132
18133 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
18134
18135         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
18136         if necessary.
18137
18138 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
18139
18140         * spam-report.el (spam-report-unplug-agent)
18141         (spam-report-plug-agent, spam-report-deagentize)
18142         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
18143         Add support for the Agent in spam-report: when unplugged, report to a
18144         file; when plugged, submit all the requests.
18145
18146         * spam.el (spam-register-routine): Fix message about
18147         registration.
18148
18149 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
18150
18151         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
18152         dependencies.
18153         (rfc2047-encode): Use it.
18154
18155         * gnus-art.el (gnus-button-marker-list): Move before first
18156         reference.
18157
18158         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18159         (imap-parse-body): Fix format string mismatch.
18160
18161         * gnus-score.el (gnus-summary-increase-score): do.
18162
18163         * nnrss.el (nnrss-close): New function.
18164
18165 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
18166
18167         * nnrss.el (nnrss-make-filename): New function.
18168         (nnrss-request-delete-group, nnrss-read-server-data)
18169         (nnrss-save-server-data, nnrss-read-group-data)
18170         (nnrss-save-group-data): Use it.
18171         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
18172         (nnrss-read-server-data, nnrss-read-group-data): Use load.
18173         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
18174
18175 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
18176
18177         * mml.el (mml-compute-boundary-1): Don't uncompress files.
18178
18179 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
18180
18181         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
18182         files.
18183
18184         * message.el (message-generate-headers-first): Don't quote nil
18185         and t in docstrings.
18186
18187         * imap.el (imap-id): do.
18188
18189         * gnus-agent.el (gnus-agent-consider-all-articles)
18190         (gnus-agent-queue-mail): do.
18191
18192 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
18193
18194         * spam-report.el (spam-report-process-queue): New function.
18195         Process requests from `spam-report-requests-file'.
18196         (spam-report-process-queue): Doc fix.
18197
18198 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
18199
18200         * spam.el (spam-register-routine)
18201         (spam-log-processing-to-registry, spam-log-registered-p)
18202         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18203         Change "check" to "spam-check" for semi-clarity.
18204
18205 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
18206
18207         * pop3.el: Require nnheader.
18208
18209         * mml-smime.el: Require cl.  Autoload message-fetch-field.
18210
18211         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
18212
18213         * gnus-picon.el: Require cl.
18214
18215         * gnus-fun.el: Require gnus-ems and gnus-util.
18216
18217         * gnus.el (gnus-method-to-server): Move defsubst before first use.
18218
18219         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
18220
18221         * gnus-art.el (gnus-article-edit-mode): Define before first
18222         reference.
18223
18224 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
18225
18226         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
18227         (gnus-uu-post-encoded): Use point-at-bol.
18228
18229         * gnus-topic.el (gnus-group-active-topic-p): do.
18230
18231         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
18232
18233         * gnus-group.el (gnus-group-kill-region): do.
18234
18235         * gnus-art.el (article-date-ut): do.
18236
18237         * message.el (message-fetch-field): Remove redundant
18238         case-fold-search binding.
18239         (message-narrow-to-field): Simplify.
18240
18241 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
18242
18243         * spam.el (spam-directory): Derive from `gnus-directory'.
18244
18245         * spam-report.el (spam-report-url-to-file)
18246         (spam-report-requests-file): New function and variable for offline
18247         reporting.
18248         (spam-report-url-ping-function): Add `spam-report-url-to-file'
18249         and user defined function.
18250         (spam-report-url-ping-mm-url): Remove doubled slash.
18251
18252 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
18253
18254         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
18255
18256 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
18257
18258         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
18259         Fix format string mismatch.
18260
18261         * sieve.el (sieve-deactivate-all): do.
18262
18263         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
18264
18265         * nnlistserv.el (nnlistserv-kk-wash-article): do.
18266
18267         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
18268
18269         * mm-bodies.el (mm-7bit-chars): Don't include \r.
18270
18271 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
18272
18273         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
18274         the list of checks.
18275
18276 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
18277
18278         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
18279         padding.
18280
18281 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
18282
18283         * mm-view.el (mm-fill-flowed): New variable.
18284         (mm-inline-text): Use it.
18285
18286 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
18287
18288         * spam.el (spam-spamassassin-register-ham-routine)
18289         (spam-spamassassin-register-spam-routine): Fix function names.
18290
18291 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18292
18293         * gnus.el (gnus-tmp-grouplens): Remove.
18294         (gnus-summary-line-format): Remove grouplens.
18295
18296         * gnus-group.el (gnus-group-line-format): Ditto.
18297
18298         * gnus-spec.el (gnus-format-specs): Ditto.
18299         (gnus-update-format-specifications): Flush the group format spec
18300         cache if there's the grouplens stuff.
18301         (gnus-parse-simple-format): Replace %l with the empty string.
18302
18303 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
18304
18305         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
18306         omission.
18307
18308 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18309
18310         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
18311         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18312
18313 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18314
18315         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
18316         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
18317         New macros and functions.
18318         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
18319         Handle > NLINK_MAX messages.
18320         * nnmaildir.el (nnmaildir-request-set-mark):
18321         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
18322
18323 2004-01-25  Alex Schroeder  <alex@gnu.org>
18324
18325         * spam-stat.el (spam-stat-process-directory-age): New option.
18326         (spam-stat-process-directory): Use it.
18327
18328 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
18329
18330         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
18331         (spam-stat-save): Accept prefix argument.
18332
18333 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
18334
18335         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
18336         links" error.
18337
18338 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18339
18340         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
18341         the rest of the and/or forms.
18342
18343 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18344
18345         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
18346         compatibility with old .newsrc.eld files.
18347
18348         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
18349
18350         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
18351
18352         * gnus-start.el (gnus-1): do.
18353
18354         * gnus-group.el (gnus-group-line-format-alist): do.
18355
18356         * gnus.el (gnus-use-grouplens, gnus-visual): do.
18357
18358         * gnus-gl.el: Remove.
18359
18360 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18361
18362         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
18363         marks consisting of a single range {for example, (3 . 5)} rather
18364         than a list of a single range { ((3 . 5)) }.
18365
18366 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18367
18368         * spam-stat.el (spam-stat-store-gnus-article-buffer):
18369         Use with-current-buffer.
18370         (spam-stat-store-current-buffer): Use insert-buffer-substring to
18371         avoid consing a string.
18372
18373         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
18374         Remove obsolete entries for big5 and gb2312.
18375
18376 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18377
18378         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
18379         uncompressed list.
18380
18381 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
18382
18383         * spam-stat.el (spam-stat-strip-xref): New function.
18384         (spam-stat-process-directory): Use it.
18385
18386         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
18387         here -- it's done in message-fetch-field.
18388
18389 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18390
18391         * gnus-agent.el (gnus-agent-queue-mail)
18392         (gnus-agent-prompt-send-queue): New variables.
18393         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
18394         * gnus-draft.el (gnus-group-send-queue): Pass the group name
18395         "nndraft:queue" along to gnus-draft-send.
18396         Use gnus-agent-prompt-send-queue.
18397         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
18398         is "nndraft:queue".  Suggested by Gaute Strokkenes
18399         <gs234@srcf.ucam.org>
18400
18401         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
18402         (agent-enable-undownloaded-faces): Add.
18403         (gnus-agent-cat-groups): Use eval-and-compile, not
18404         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
18405         method of gnus-agent-cat-groups even when the buffer has been
18406         evaled.
18407         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
18408         delete gnus-agent-save-active-1.
18409         (gnus-agent-save-groups): Delete.  Identical to
18410         gnus-agent-save-active.
18411         (gnus-agent-write-active): No longer adjust agent's copy of active
18412         file as agent's adjustments are now stored in their own
18413         file.  Remove optional parameter.
18414         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
18415         servers.  Add use of min/max range limits from server's local
18416         file.
18417         (gnus-agent-save-alist): Remove unused optional argument.
18418         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
18419         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
18420         (gnus-agent-set-local): A per-server file that keeps min/max range
18421         limits for articles known to the agent.  Provides a fast mechanism
18422         for altering many active ranges.
18423         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
18424         active file (local makes it unnecessary).
18425         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
18426
18427         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
18428         (agent-enable-undownloaded-faces): Add.
18429
18430         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
18431         disable it when sending to "nndraft:queue".
18432         (gnus-group-send-queue): Add safety check to avoid sending queue
18433         when unplugged.
18434
18435         * gnus-group.el (gnus-group-catchup): Use new
18436         gnus-sequence-of-unread-articles, not
18437         gnus-list-of-unread-articles, to avoid exhausting memory with huge
18438         numbers of articles.  Use gnus-range-map to avoid having to
18439         uncompress the unread list.
18440         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
18441         Fix invalid ange-ftp reference.
18442
18443         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
18444         (gnus-sorted-range-intersection): Intersection of two ranges
18445         without requiring that they first be uncompressed.
18446
18447         * gnus-start.el (gnus-activate-group): Unless blocked by the
18448         caller, possibly expand the active range to include both cached
18449         and agentized articles.
18450         (gnus-convert-old-newsrc): Rewrote in anticipation of having
18451         multiple version-dependent converters.
18452         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
18453         gnus-agent-save-active.
18454         (gnus-save-newsrc-file): Save dirty agent range limits.
18455
18456         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
18457         gnus-agent-possibly-alter-active.
18458         (gnus-adjust-marked-articles): Faster handling of simple lists.
18459
18460 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
18461
18462         * spam-stat.el (spam-stat-test-directory): New optional argument
18463         displays a list of files detected.  Suggested by Andrew Cohen
18464         <cohen@andy.bu.edu>.
18465         (spam-stat-buffer-words-with-scores): Don't narrow and change
18466         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
18467
18468 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
18469
18470         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
18471         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
18472         (spam-spamassassin-arguments)
18473         (spam-spamassassin-spam-flag-header)
18474         (spam-spamassassin-positive-spam-flag-header)
18475         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
18476         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
18477         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
18478         (spam-list-of-processors, spam-list-of-checks)
18479         (spam-list-of-statistical-checks, spam-registration-functions)
18480         (spam-check-spamassassin-headers, spam-check-spamassassin)
18481         (spam-spamassassin-score)
18482         (spam-spamassassin-register-with-sa-learn)
18483         (spam-spamassassin-register-spam-routine)
18484         (spam-spamassassin-register-ham-routine)
18485         (spam-assassin-register-spam-routine)
18486         (spam-assassin-register-ham-routine): Add SpamAssassin support.
18487         (spam-bogofilter-score): Fix to show article before scoring.
18488
18489 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
18490
18491         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
18492         default scoring function.
18493         (spam-generic-score): Call spam-spamassassin-score if
18494         spam-use-spamassassin or spam-use-spamassassin-headers is on;
18495         spam-bogofilter-score otherwise.
18496
18497         * gnus.el (spam-process, spam-autodetect-methods):
18498         Add spamassassin and spamassassin-headers.
18499
18500 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
18501
18502         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18503         Suppress unnecessary messages.
18504
18505 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
18506
18507         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
18508         make-hash-table.
18509
18510 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18511
18512         * canlock.el (base64-encode-string): Don't autoload it.
18513
18514 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18515
18516         * run-at-time.el: Remove useless (require 'itimer),
18517         eval-and-compile and (featurep 'xemacs).
18518
18519 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
18520
18521         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
18522         GROUP is a virtual group.
18523
18524 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
18525
18526         * gnus.el: Autoload `message-y-or-n-p'.
18527
18528 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
18529
18530         * pgg-parse.el: Remove unnecessary (require 'custom).
18531
18532         * pgg-def.el: do.
18533
18534         * nnmail.el: do.
18535
18536         * gnus-undo.el: do.
18537
18538         * gnus-picon.el: do.
18539
18540         * gnus-util.el: do.
18541
18542 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
18543
18544         * gnus-sum.el (gnus-pick-line-number): Add autoload.
18545
18546 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18547
18548         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
18549         handle, as well as a list.
18550
18551         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
18552         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
18553         (mm-w3m-cid-retrieve): Simplify.
18554
18555 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
18556
18557         * message.el (message-kill-to-signature): Allow prefix arg to
18558         specify number of lines to keep before signature.
18559
18560 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
18561
18562         * message.el (message-kill-to-signature): Change docstring.
18563
18564 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18565
18566         * canlock.el: Always require sha1-el.
18567         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
18568
18569         * message.el: Autoload sha1 only when compiling.
18570
18571         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
18572         eudc-expand-inline for XEmacs.
18573
18574 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18575
18576         * message.el (message-canlock-generate): Require sha1-el.
18577
18578 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
18579
18580         * message.el (message-expand-name): Silence the byte compiler.
18581
18582         * lpath.el: Add detect-coding-system.
18583
18584         * dgnushack.el (dgnushack-compile): Remove obsolete check for
18585         cus-edit.
18586
18587 2004-01-13  Simon Josefsson  <jas@extundo.com>
18588
18589         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
18590         Invoke gnus-score-mode.
18591         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18592
18593         * gnus-range.el (gnus-compress-sequence): Doc fix.
18594         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
18595
18596 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18597
18598         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
18599
18600 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
18601
18602         * spam.el (spam-get-article-as-string): Update to use
18603         gnus-request-article-this-buffer, much simpler.
18604         (spam-get-article-as-buffer): Remove.
18605
18606 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
18607
18608         * message.el (message-expand-name): Use EUDC if the user uses that.
18609
18610 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18611
18612         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
18613         character for the encoding to avoid consing a string.
18614
18615         * rfc2047.el (rfc2047-decode-string): Don't cons a string
18616         unnecessarily.
18617
18618         * mm-util.el (mm-replace-chars-in-string): Remove.
18619
18620         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
18621         of mm-replace-chars-in-string.
18622
18623 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
18624
18625         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
18626
18627         * mm-util.el (mm-subst-char-in-string): Support inplace.
18628
18629         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
18630         a new string in every iteration.  Use shy groups.
18631
18632 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
18633
18634         * gnus-srvr.el (gnus-browse-unsubscribe-group):
18635         * gnus-soup.el (gnus-soup-group-brew):
18636         * gnus-msg.el (gnus-put-message):
18637         * gnus-move.el (gnus-group-move-group-to-server):
18638         * gnus-kill.el (gnus-batch-score):
18639         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
18640         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
18641         (gnus-group-update-group, gnus-group-read-group)
18642         (gnus-group-make-group, gnus-group-make-help-group)
18643         (gnus-group-make-archive-group, gnus-group-make-directory-group)
18644         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
18645         (gnus-group-sort-by-unread, gnus-group-catchup)
18646         (gnus-group-unsubscribe-group, gnus-group-kill-group)
18647         (gnus-group-yank-group, gnus-group-set-info)
18648         (gnus-group-list-groups):
18649         * gnus.el (gnus-generate-new-group-name):
18650         * gnus-delay.el (gnus-delay-send-queue):
18651         * nnvirtual.el (nnvirtual-catchup-group):
18652         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
18653         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
18654         (gnus-group-prepare-topics, gnus-topic-check-topology):
18655         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
18656         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
18657         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
18658         (gnus-group-make-articles-read):
18659         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
18660         (gnus-group-change-level, gnus-kill-newsgroup)
18661         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
18662         (gnus-get-unread-articles, gnus-make-articles-unread)
18663         (gnus-make-ascending-articles-unread): Use accessor
18664         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
18665         to get group information for improved readability.
18666
18667
18668 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18669
18670         * gnus-art.el (article-decode-mime-words, article-babel)
18671         (gnus-article-highlight-signature, gnus-article-add-buttons)
18672         (gnus-signature-toggle): Use gnus-with-article-buffer.
18673
18674         * gnus-art.el (gnus-article-highlight-headers)
18675         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
18676
18677         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
18678         (gnus-article-set-globals, gnus-request-article-this-buffer)
18679         (gnus-button-message-id, gnus-article-maybe-hide-headers)
18680         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
18681         (gnus-mime-display-alternative): Use with-current-buffer.
18682
18683 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18684
18685         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
18686         also under 80 char limit, and call gnus-error if needed.
18687         (spam-fetch-article-header): Fix - it was a
18688         buffer-local variable (gnus-newsgroup-data).
18689         (spam-find-spam): Use spam-generate-fake-headers, forget about
18690         spam-insert-fake-headers.
18691         (spam-insert-fake-headers): Remove.
18692
18693 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18694
18695         * deuglify.el (gnus-article-outlook-unwrap-lines)
18696         (gnus-outlook-rearrange-article)
18697         (gnus-outlook-repair-attribution-outlook)
18698         (gnus-outlook-repair-attribution-block)
18699         (gnus-outlook-repair-attribution-other): Remove redundant
18700         save-excursion.
18701
18702 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18703
18704         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
18705         (spam-fetch-field-subject-fast)
18706         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
18707         (spam-fetch-article-header): Add functions to deal with Gnus
18708         internals for fast retrieval of article header data.
18709         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
18710
18711 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18712
18713         * pop3.el (pop3-md5): Remove.
18714         (pop3-apop): Replace pop3-md5 with md5.
18715
18716         * mm-bodies.el: base64 is always built-in.
18717
18718         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18719         Use with-current-buffer.
18720
18721 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18722
18723         * canlock.el (canlock-insert-header): Remove excessive grouping in
18724         regexp.
18725
18726         * gnus-sum.el (gnus-summary-read-document): Ditto.
18727
18728         * gnus-uu.el (gnus-uu-part-number): Ditto.
18729
18730         * html2text.el (html2text-remove-tags): Ditto.
18731         (html2text-format-tags): Ditto.
18732         (html2text-format-single-elements): Ditto.
18733
18734         * mml.el (mml-parse-1): Ditto.
18735
18736 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18737
18738         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
18739
18740         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
18741
18742         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
18743
18744         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
18745
18746 2003-11-15  Simon Josefsson  <jas@extundo.com>
18747
18748         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
18749         (pgg-gpg-lookup-key): Use regexp match instead of
18750         split-string (split-string is different between emacs 21.2 and
18751         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
18752
18753 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18754
18755         * gnus-art.el (gnus-mime-view-all-parts)
18756         (gnus-article-part-wrapper, gnus-article-view-part):
18757         Use with-current-buffer.
18758
18759 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18760
18761         * spam.el (spam-disable-spam-split-during-ham-respool)
18762         (spam-spamoracle-database, spam-cache-lookups)
18763         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
18764         (spam-group-ham-mark-p, spam-group-spam-mark-p)
18765         (spam-group-ham-marks, spam-group-spam-marks)
18766         (spam-group-spam-contents-p, spam-group-ham-contents-p)
18767         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
18768         also add spam-use-blackholes to the statistical checks.
18769         (spam-fetch-field-fast): Add interface to fetching fields, may
18770         become a macro.
18771         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
18772         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
18773         (spam-insert-fake-headers): Fake an article when needed.
18774         (spam-find-spam): Fake article when possible.
18775         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
18776         (spam-check-bogofilter-headers): Use message-fetch-field instead
18777         of nnmail-fetch-field.
18778
18779 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18780
18781         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
18782
18783 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18784
18785         * spam.el (spam-split): Do not require spam-use-CHECK to be
18786         enabled if that check is passed to spam-split explicitly; also
18787         fix so 'spam doesn't get converted to spam-split-group when
18788         spam-split-symbolic-return is t.
18789         (spam-find-spam): Find registrations of the article and use those
18790         instead of re-running spam-split to find the spam/ham
18791         classification of the article.
18792         (spam-log-processing-to-registry, spam-log-registered-p)
18793         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18794         Use gnus-error instead of gnus-message.
18795         (spam-log-registration-type): Add function to determine the
18796         classification of a message based on registry entries; will
18797         return nil if both 'spam and 'ham are found.
18798         (spam-check-BBDB): Expand all the BBDB macros here so we can have
18799         a reasonably fast local cache without the loading errors.
18800         (spam-cache-lookups): Set to t by default.
18801         (spam-find-spam): Don't try to guess spam-cache-lookups.
18802         (spam-enter-whitelist, spam-enter-blacklist): Clear the
18803         spam-caches entry.
18804         (spam-filelist-build-cache, spam-filelist-check-cache):
18805         Fix caching of whitelist/blacklist entries.
18806         (spam-check-whitelist, spam-check-blacklist):
18807         Invoke spam-from-listed-p with a type, not a cache variable.
18808         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
18809
18810 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18811
18812         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
18813
18814         * nnmail.el (nnmail-split-fancy): do.
18815
18816         * mml.el (mml-parse): do.
18817
18818         * gnus-score.el (gnus-enter-score-words-into-hashtb)
18819         (gnus-score-adaptive): do.
18820
18821 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18822
18823         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
18824         (gnus-mime-button-map): Don't set keymap parent.
18825         (gnus-button-ctan-directory-regexp): Use shy grouping.
18826         (gnus-prev-page-map): Don't set keymap parent.
18827         (gnus-prev-page-map): Remove duplicated one.
18828         (gnus-next-page-map): Don't set keymap parent.
18829         (gnus-mime-security-button-map): Ditto.
18830
18831         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
18832         version number.
18833
18834         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
18835
18836 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18837
18838         * canlock.el (canlock-sha1-function): Remove.
18839         (canlock-sha1-function-for-verify): Remove.
18840         (canlock-openssl-program): Remove.
18841         (canlock-openssl-args): Remove.
18842         (canlock-ignore-errors): Remove.
18843         (canlock-sha1-with-openssl): Remove.
18844         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
18845         (canlock-verify): Don't use canlock-ignore-errors.
18846
18847         * sha1-el.el (sha1-string-external): Make it can return a string
18848         in binary form.
18849         (sha1-region-external): Ditto.
18850         (sha1-string-internal): Ditto.
18851         (sha1-region-internal): Ditto.
18852         (sha1-region): Ditto.
18853         (sha1-string): Ditto.
18854         (sha1): Ditto.
18855
18856 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18857
18858         * spam.el (spam-report-articles-gmane): New command.
18859
18860 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18861
18862         * gnus.el: Don't make unnecessary *Group* buffer when loading.
18863
18864         * run-at-time.el (run-at-time-saved): Remove.
18865         (run-at-time): Doc fix.
18866
18867 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18868
18869         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
18870         (gnus-summary-limit-map): Add it.
18871         (gnus-summary-make-menu-bar): do.
18872
18873 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
18874
18875         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
18876         Make attempt at some caching support (done for BBDB only now).
18877         (spam-find-spam): Set spam-cache-lookups if there are more than 2
18878         addresses to be checked.
18879         (spam-clear-cache-BBDB): Add function, to be invoked by
18880         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
18881         (spam-check-BBDB): Check and use the caches, if
18882         spam-cache-lookups is on, remove superfluous (provide).
18883
18884 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
18885
18886         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
18887
18888 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
18889
18890         * run-at-time.el (run-at-time-saved): Move to after the definition
18891         of `run-at-time'.
18892
18893         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
18894
18895 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18896
18897         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
18898         mm-w3m-local-map-property.
18899
18900         * mm-view.el (mm-w3m-mode-map): Remove.
18901         (mm-w3m-local-map-property): Remove.
18902         (mm-inline-text-html-render-with-w3m): Don't use
18903         mm-w3m-local-map-property.
18904
18905 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18906
18907         * run-at-time.el: New file.
18908
18909         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
18910         under Emacs.
18911
18912         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
18913         of gnus-set-text-properties.
18914
18915         * gnus-uu.el (gnus-uu-save-article): Ditto.
18916
18917         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
18918
18919         * gnus-cite.el (gnus-cite-parse): Ditto.
18920
18921         * gnus-art.el (gnus-button-push): Use set-text-properties instead
18922         of gnus-.
18923
18924         * gnus-xmas.el (run-at-time): Require run-at-time.
18925
18926         * gnus.el: Change calls to nnheader-run-at-time and
18927         password-run-at-time throughout to use run-at-time directly.
18928
18929         * password.el: Remove definition of run-at-time.
18930
18931         * nnheaderxm.el: Remove definition of run-at-time.
18932
18933 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
18934
18935         * mml.el (mml-minibuffer-read-disposition): Show attachment type
18936         in prompt.
18937
18938 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18939
18940         * messagexmas.el (message-xmas-redefine): Alias
18941         `message-make-caesar-translation-table' to
18942         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
18943         version.
18944
18945         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
18946         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
18947         `gnus-xmas-set-text-properties'.
18948         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
18949         `gnus-xmas-completing-read'.
18950         (gnus-xmas-completing-read): Removed.
18951         (gnus-xmas-open-network-stream): Removed.
18952
18953         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
18954         XEmacs version.
18955
18956         * dns.el (dns-make-network-process): Use `open-network-stream'
18957         instead of `gnus-xmas-open-network-stream'.
18958
18959         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
18960
18961         * .cvsignore: Add auto-autoloads.el, custom-load.el.
18962
18963 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18964
18965         * gnus-art.el (gnus-mime-display-alternative)
18966         (gnus-insert-mime-button, gnus-insert-mime-security-button)
18967         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
18968         Don't use gnus-local-map-property.
18969
18970         * gnus-util.el (gnus-local-map-property): Remove.
18971
18972         * mm-view.el (mm-view-pkcs7-decrypt):
18973         Replace gnus-completing-read-maybe-default with completing-read.
18974
18975         * gnus-util.el (gnus-completing-read): do.
18976         (gnus-completing-read-maybe-default): Remove.
18977
18978 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18979
18980         * password.el: Only autoload `run-at-time' if not XEmacs.
18981         Only autoload the itimer functions if XEmacs.
18982
18983 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18984
18985         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
18986         XEmacsen.
18987
18988         * dgnushack.el: Autoload executable-find for XEmacs.
18989
18990 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18991
18992         * gnus-art.el (gnus-read-string): Remove.
18993         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
18994         read-string.
18995
18996 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
18997
18998         * netrc.el: Autoload password-read.
18999         (netrc): Add configuration group.
19000         (netrc-encoding-method, netrc-openssl-path):
19001         Add variables for encoding and decoding of files with symmetric
19002         ciphers.
19003         (netrc-encode): Add assistant function to encode a file with
19004         netrc-encoding-method.
19005         (netrc-parse): Add interactive parameter, added optional
19006         decoding if netrc-encoding-method is non-nil but otherwise
19007         behavior is standard.
19008         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
19009         Do s/encode/encrypt/ everywhere.
19010
19011         * spam.el: Remove executable-find autoload.
19012
19013 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19014
19015         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
19016
19017         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
19018
19019 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19020
19021         * gnus-art.el (gnus-treat-ansi-sequences)
19022         (article-treat-ansi-sequences): New variable and function.
19023         Suggested by Dan Jacobson <jidanni@jidanni.org>.
19024
19025         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19026         Use it.
19027
19028 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19029
19030         * mm-util.el (mm-quote-arg): Remove.
19031
19032         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
19033         shell-quote-argument.
19034
19035         * gnus-uu.el (gnus-uu-command): do.
19036
19037         * gnus-sum.el (gnus-summary-insert-pseudos): do.
19038
19039         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
19040         with make-char.
19041
19042         * mm-util.el (mm-make-char): Remove.
19043
19044         * mml.el (mml-mode): Replace gnus-add-minor-mode with
19045         add-minor-mode.
19046
19047         * gnus-undo.el (gnus-undo-mode): do.
19048
19049         * gnus-topic.el (gnus-topic-mode): do.
19050
19051         * gnus-sum.el (gnus-dead-summary-mode): do.
19052
19053         * gnus-start.el (gnus-slave-mode): do.
19054
19055         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
19056
19057         * gnus-ml.el (gnus-mailing-list-mode): do.
19058
19059         * gnus-gl.el (gnus-grouplens-mode): do.
19060
19061         * gnus-draft.el (gnus-draft-mode): do.
19062
19063         * gnus-dired.el (gnus-dired-mode): do.
19064
19065         * gnus-ems.el (gnus-add-minor-mode): Remove.
19066
19067         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19068         Replace gnus-char-width with char-width.
19069
19070         * gnus-ems.el (gnus-char-width): Remove.
19071
19072         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19073         Replace gnus-char-width with char-width.
19074
19075         * gnus-ems.el (gnus-char-width): Remove.
19076
19077         * spam-stat.el (with-syntax-table): Remove with-syntax-table
19078         definition.
19079         Remove Emacs 20 hash table compatibility code.
19080
19081         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
19082         20 compatibility code.
19083
19084         * spam.el (spam-point-at-eol): Replace with point-at-eol.
19085
19086         * smime.el (smime-point-at-eol): Replace with point-at-eol.
19087
19088         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
19089         Replace with point-at-{eol,bol}.
19090
19091         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
19092
19093         * imap.el (imap-point-at-eol): Replace with point-at-eol.
19094
19095         * flow-fill.el (fill-flowed-point-at-bol)
19096         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
19097
19098         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
19099         Replace with point-at-{eol,bol} throughout all files.
19100
19101 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19102
19103         * ntlm.el (ntlm-string-as-unibyte): New macro.
19104         (ntlm-build-auth-response): Use it.
19105
19106         Remove Emacs 20 stuff:
19107         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
19108         (butlast, mapc, remove): Remove the compiler macros.
19109         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
19110         of delq and copy-sequence.
19111         * gnus-art.el (popup-menu): Remove the compiler macro.
19112         * nnmail.el (nnmail-split-fancy): Don't support customizing with
19113         Emacs 20.
19114
19115 2004-01-05  Simon Josefsson  <jas@extundo.com>
19116
19117         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
19118         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
19119         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
19120         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
19121         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
19122         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
19123         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
19124         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
19125         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
19126         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
19127         ntlm-string-permute, string-lshift into ntlm-string-lshift,
19128         string-xor into ntlm-string-xor.
19129         Suggested by Jesper Harder <harder@myrealbox.com>.
19130
19131         * ntlm.el: Don't include poem.
19132
19133         * md4.el (print-int32, print-string-hexa): Remove.
19134         Suggested by Jesper Harder <harder@myrealbox.com>.
19135
19136         * sasl-ntlm.el, ntlm.el, md4.el: New files.
19137
19138         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
19139         probably breaks emacs with DL patch, but do we care? Is anyone
19140         still using the DL stuff?)
19141
19142         * sieve-manage.el: Use the password package.
19143         (sieve-manage-read-passwd): Remove.
19144         (sieve-manage-interactive-login): Use password.  Re-add
19145         condition-case around loop.
19146
19147         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
19148         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19149         Use the password package.
19150
19151 2003-02-19  Simon Josefsson  <jas@extundo.com>
19152
19153         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
19154         token.
19155
19156 2002-08-07  Simon Josefsson  <jas@extundo.com>
19157
19158         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
19159         (sieve-manage-authenticators):
19160         (sieve-manage-authenticator-alist): Add some SASL mechs.
19161         (sieve-sasl-auth): New function.
19162         (sieve-manage-cram-md5-auth):
19163         (sieve-manage-plain-auth): Rewrite using SASL library.
19164         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
19165         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
19166         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
19167         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
19168
19169 2004-01-05  Simon Josefsson  <jas@extundo.com>
19170
19171         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
19172         New files.
19173
19174 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19175
19176         * gnus-group.el (gnus-no-groups-message): Update.
19177
19178         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
19179
19180 2003-11-09  Simon Josefsson  <jas@extundo.com>
19181
19182         * imap.el: Support for ID IMAP extension (RFC 2971).
19183         (imap-local-variables): Add imap-id.
19184         (imap-id): New variable.
19185         (imap-id): New function.
19186         (imap-parse-response): Parse untagged ID response.
19187         * nnimap.el (nnimap-id): New variable.
19188         (nnimap-open-connection): Use it.
19189
19190 2003-12-28  Simon Josefsson  <jas@extundo.com>
19191
19192         * gnus-score.el (gnus-score-edit-all-score): New.
19193         * gnus-group.el (gnus-group-score-map): Bind it to W e.
19194
19195 2004-01-04  Simon Josefsson  <jas@extundo.com>
19196
19197         * password.el: Add.
19198
19199 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
19200
19201         * dns.el (dns-query-types): Fix typo.
19202         (dns-query-types): New function.
19203         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
19204         PTR and SOA replies, see RFC 1035.
19205
19206 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19207
19208         * gnus.el (gnus-logo-color-style): Change colors to `no'.
19209
19210         * Move to Changelog.2.
19211
19212 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19213
19214         * gnus.el (gnus-version-number): Bump version.
19215
19216 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19217
19218         * gnus.el: No Gnus v0.1 is released.
19219
19220 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19221
19222         * gnus.el: No Gnus v0.0 is released.
19223
19224 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19225
19226         * gnus.el (gnus-version-number): Bump.
19227         (gnus-version): No.
19228
19229 See ChangeLog.2 for earlier changes.
19230
19231     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
19232       Free Software Foundation, Inc.
19233
19234   This file is part of GNU Emacs.
19235
19236   GNU Emacs is free software: you can redistribute it and/or modify
19237   it under the terms of the GNU General Public License as published by
19238   the Free Software Foundation, either version 3 of the License, or
19239   (at your option) any later version.
19240
19241   GNU Emacs is distributed in the hope that it will be useful,
19242   but WITHOUT ANY WARRANTY; without even the implied warranty of
19243   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19244   GNU General Public License for more details.
19245
19246   You should have received a copy of the GNU General Public License
19247   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
19248
19249 ;; Local Variables:
19250 ;; coding: utf-8
19251 ;; fill-column: 79
19252 ;; add-log-time-zone-rule: t
19253 ;; End: