gnus-art.el (gnus-inhibit-images): New user option.
[gnus] / lisp / ChangeLog
1 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * gnus-art.el (gnus-inhibit-images): New user option.
4         (gnus-mime-display-single): Don't display image if it is non-nil.
5
6         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
7         gnus-inhibit-images.
8
9         * shr.el (shr-image-displayer): New function.
10         (shr-tag-img): Use it.
11
12 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
13
14         * mml2015.el (mml2015-epg-sign): Use From header.
15
16 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17
18         * gnus-html.el (gnus-html-wash-images): Register a displayer.
19
20         * gnus-util.el (gnus-find-text-property-region): Return markers.
21
22         * shr.el (shr-tag-img): Put a displayer in the text property.
23
24         * gnus-util.el (gnus-find-text-property-region): New utility function.
25
26         * gnus-html.el (gnus-html-display-image): Make the alt optional.
27         (gnus-html-show-images): Remove.
28
29         * gnus-art.el (gnus-article-show-images): New, more general function.
30
31         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
32         image url text properties.
33
34         * shr.el: Ditto.
35
36         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
37         gnus-agent-auto-agentize-methods is set.  Which it isn't.
38
39 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
40
41         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
42         work for two or more articles.
43
44 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
45
46         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
47         divide an image that's in an html article to two or more when washing
48         non-ASCII characters in alt text of it.
49
50 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
51
52         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
53         smime-decrypt-region using function argument.
54         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
55
56         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
57
58         * smime.el (smime-decrypt-region): Catch it.
59
60 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
61
62         * smime.el (smime-mode-map): Move initialization into declaration.
63         (gnus-run-mode-hooks): Don't autoload.
64         (smime-mode): Use define-derived-mode.
65
66 2010-11-11  Glenn Morris  <rgm@gnu.org>
67
68         * smime.el (from): Restrict declaration to XEmacs.
69
70         * nnir.el (gnus-group-topic-name): Autoload.
71
72 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
73
74         * shr.el (shr-insert): Don't break long line if it is because of
75         kinsoku-bol characters in the line end.
76
77 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
78
79         * nnir.el (nnir-request-move-article): Fix to provide original group
80         and subject.
81         (nnir-warp-to-article): Don't fail on articles whose headers haven't
82         been retrieved.
83
84         * gnus-sum.el (gnus-summary-move-article): Use original group and
85         subject for virtual articles such as those in an nnir summary buffer.
86
87 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
88
89         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
90         least 21.5).
91
92         * smime.el (from): Declare it again for XEmacs.
93
94 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
95
96         * message.el (message-resend): Don't disable encoding unless it's
97         already encoded.
98
99         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
100         low-numbered articles.
101
102 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
103
104         * rfc2047.el (rfc2047-syntax-table): Simplify.
105
106         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
107
108         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
109         set-char-table-range for XEmacs.
110
111 2010-11-10  Glenn Morris  <rgm@gnu.org>
112
113         * time-date.el (time-to-seconds): Always an alias on Emacs,
114         never a real function.
115         (with-no-warnings): Remove compat stub, now unused.
116         (time-less-p): Doc fix.
117         (time-to-number-of-days): Simplify.
118
119         * smime.el (from): Remove unused declaration.
120
121         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
122         (gnus-float-time): On Emacs, always an alias.
123
124         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
125         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
126
127 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
128
129         * dgnushack.el: Don't use ignore-errors in the top level form since it
130         is unavailable in XEmacs even if cl is loaded.
131
132         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
133
134 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
135
136         * shr.el (browse-url-mailto): Autoload.
137
138         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
139
140         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
141         regexp doesn't need quoting.
142
143 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
144
145         * message.el (message-subject-trailing-was-ask-regexp)
146         (message-subject-trailing-was-regexp): Match was: in addition to was.
147
148 2010-11-09  Glenn Morris  <rgm@gnu.org>
149
150         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
151         (nnbabyl-check-mbox): Use point-at-bol.
152
153 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
154
155         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
156
157         * message.el (message-mailto): New function.
158         (message-mailto): Should accept other parameters.
159         (message-mailto): Remove since it duplicates browse-url-mailto
160         functionality.
161
162 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
163
164         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
165         methods.
166         (gnus-read-active-file): Ditto.
167
168         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
169         ": " from the prompt.
170         (gnus-group-make-group): Ditto.
171
172 2010-11-07  Glenn Morris  <rgm@gnu.org>
173
174         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
175         (gnus-bookmark-kill-line): Use point-at-eol.
176
177 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
178
179         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
180         asterisks in From header.
181
182 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
183
184         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
185         string to avoid making the From headers syntactically invalid.
186
187         * message.el (message-send-mail): Don't insert courtesy messages if the
188         message already has List-Post and List-ID messages.
189
190 2010-11-06  Glenn Morris  <rgm@gnu.org>
191
192         * gnus-art.el (gnus-treat-article): Give dynamic local variables
193         `condition', `type', `length' a prefix.
194         (gnus-treat-predicate): Update for above name changes.
195
196 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
197
198         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
199         binding.  Handled by `gnus-summary-refer-thread' instead.
200         (nnir-warp-to-article): New backend function.
201
202         * nnimap.el (nnimap-request-thread): Force dependency updating.
203
204         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
205         (gnus-summary-refer-thread): Rework to improve thread-referral.
206
207         * gnus-int.el (gnus-warp-to-article): New function.
208
209         * gnus-sum.el (gnus-summary-article-map): Bind it.
210
211 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
212
213         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
214         gnus-summary-refer-thread.
215
216         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
217         headers.
218         (gnus-summary-limit-include-thread): Prevent articles in thread from
219         being cut in gnus-cut-threads.
220         (gnus-summary-refer-thread): Limit retrieved headers to those in
221         thread.
222
223 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
224
225         * message.el (message-send-mail): Use the value of
226         message-courtesy-message from the message buffer.
227
228         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
229
230         * shr.el (shr-browse-url): Implement mailto: URLs.
231
232         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
233         "raw".
234
235         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
236         if it's already selected.
237
238         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
239
240 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
241
242         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
243         to measure the length and truncate alt text.
244
245 2010-11-03  Glenn Morris  <rgm@gnu.org>
246
247         * nndiary.el (nndiary-generate-nov-databases-1)
248         (nndiary-generate-active-info): Rename dynamic variable `files' to
249         something less generic.
250
251 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
252
253         * nnir.el (nnir-request-move-article): Call the underlying backend to
254         move articles from nnir.
255
256 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
257
258         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
259
260 2010-11-02  Julien Danjou  <julien@danjou.info>
261
262         * nnir.el: Remove wais support.
263
264 2010-11-02  Glenn Morris  <rgm@gnu.org>
265
266         * gnus-html.el: Reorder requirements to quieten compiler.
267
268 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
269
270         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
271         properly for XEmacs as well.
272         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
273         (gnus-article-natural-long-line-p): Use window-width rather than
274         frame-width.
275
276 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
277
278         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
279         (nnir-read-parms): Don't modify query.
280         (nnir-run-query): Add ability to search topic on current line.
281         (nnir-get-active): Clean up.
282
283 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
284
285         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
286         degenerate articles.
287
288         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
289         (gnus-print-buffer): Just print the buffer as is, without any copying
290         to a buffer and then re-highlighting.
291
292         * nnimap.el (nnimap-request-group): Store the new updated info.
293         (nnimap-request-group): Select the group when we don't know whether it
294         exists or not.
295
296         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
297         groups.
298
299         * gnus-group.el (gnus-group-find-new-groups): Display all the new
300         groups.
301
302         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
303         groups.
304
305         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
306         long-lines case by only filling the long lines.
307
308         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
309         (bug #7311).
310
311 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
312
313         * shr.el: No need to declare `declare-function' since shr.el is for
314         only Emacsen that provide `libxml-parse-html-region'.
315
316         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
317         effective only in a file it is referred to.
318
319 2010-11-01  Glenn Morris  <rgm@gnu.org>
320
321         * mm-util.el (gnus-completing-read): Autoload.
322         (mm-read-coding-system): Simplify Emacs definition.
323
324         * nnmail.el (gnus-activate-group):
325         * nnimap.el (gnutls-negotiate):
326         * nntp.el (netrc-parse): Fix declarations.
327
328 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
329
330         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
331         string-match-p in Emacs >=23.
332
333         * gnus-msg.el (gnus-configure-posting-styles)
334         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
335
336 2010-11-01  Glenn Morris  <rgm@gnu.org>
337
338         * nnir.el (declare-function): Add compat stub.
339         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
340         (nnir-run-gmane): Require 'mm-url.
341
342         * mm-util.el (mm-string-to-multibyte): Simplify.
343
344         * shr.el (declare-function): Add compat stub.
345         (url-cache-create-filename): Declare.
346         (mm-disable-multibyte, widget-convert-button): Autoload.
347
348         * smime.el (ldap-search): Declare.
349         (smime-cert-by-ldap-1): Require ldap on Emacs.
350
351         * nnimap.el: Require nnmail, and gnus-sum when compiling.
352         (nnimap-keepalive): Use gnus-float-time.
353
354         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
355         (mail-source-delete-crash-box): Use gnus-float-time.
356
357         * gnus-dired.el (gnus-completing-read): Autoload.
358
359         * mm-view.el (gnus-rescale-image): Autoload.
360
361         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
362
363         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
364
365         * sieve-manage.el: Require 'cl when compiling.
366
367         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
368         (gnus-iswitchb-completing-read): Require iswitchb.
369         (gnus-select-frame-set-input-focus): Silence compiler.
370
371 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
372
373         * message.el (message-subject-trailing-was-query): Change default to t,
374         since I think that's what most people want.
375
376         * nnimap.el (nnimap-request-accept-article): Erase buffer before
377         appending for easier debugging.
378         (nnimap-wait-for-connection): Take a regexp.
379         (nnimap-request-accept-article): Wait for the continuation line before
380         sending anything unless we're streaming.
381
382         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
383         leave the header washing to take place.
384
385 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
386
387         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
388         regular expression match and replace in posting styles.
389
390 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
391
392         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
393         an entire server.
394         (nnir-get-active): New function.
395         (nnir-run-imap): Use it.
396         (nnir-run-gmane): Who knew, gmane search returns an article score!
397
398         * gnus-srvr.el (gnus-server-mode-map): add binding "G" to search the
399         server on the current line with nnir.
400
401 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
402
403         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
404         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
405         left edge.
406         (gnus-article-foldable-buffer): Skip past the prefix when determining
407         raggedness.
408
409         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
410         the raw article, and change `C-u g' to show the article without doing
411         treatments.
412
413         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
414         on to `gnus-treat-article'.
415         (gnus-inhibit-article-treatments): New variable.
416
417         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
418
419         * gnus-art.el (gnus-treatment-function-alist): Have
420         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
421         (gnus-treat-fill-long-lines): Change default to fill all text/plain
422         sections.
423
424         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
425         parameter.
426         (gnus-article-fill-cited-long-lines): New function.
427         (gnus-article-fill-cited-article): Allow filling only long sections.
428
429         * shr.el (shr-find-fill-point): Don't break lines between punctuation
430         and non-punctuation (like after the apostrophe in "'We").
431
432         * gnus-sum.el (gnus-summary-select-article): Make sure
433         gnus-original-article-buffer is alive.
434
435         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
436         reflect the order they're in in the digest.
437
438         * gnus.el (gnus-group-startup-message): Move point to the start of the
439         buffer.
440
441         * nnimap.el (nnimap-capability): New function.
442         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
443         is set.
444
445 2010-10-31  David Engster  <dengste@eml.cc>
446
447         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
448         conform with changes to gnus-completing-read.
449
450 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
451
452         * shr.el (shr-tag-img): Output "*" instead of "[img]".
453
454 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
455
456         * nnir.el move defvar, defcustom around to keep file organized and keep
457         byte-compiler quiet.
458         (nnir-read-parms): accept search-engine as arg.
459         (nnir-run-query): pass search-engine as arg.
460         (nnir-search-engine): remove.
461
462 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
463
464         * shr.el (shr-generic): The text nodes should be text, not :text.
465
466         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
467         later in the file.
468
469 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
470
471         * nnir.el: general clean up. allow searching with multiple
472         engines. allow separate extra-parameters for each engine. batch queries
473         when possible.
474         (nnir-imap-default-search-key,nnir-method-default-engines): add
475         customize interface.
476         (nnir-run-gmane): new engine.
477         (nnir-engines): use it. qualify all prompts with engine name.
478         (nnir-search-engine): remove global variable.
479         (nnir-run-hyrex): restore for now.
480         (nnir-extra-parms,nnir-search-history): new variables.
481         (gnus-group-make-nnir-group): use them.
482         (nnir-group-server): remove in favor of gnus-group-server.
483         (nnir-request-group): avoid searching twice.
484         (nnir-sort-groups-by-server): new function.
485
486 2010-10-30  Julien Danjou  <julien@danjou.info>
487
488         * gnus-group.el: Remove gnus-group-fetch-control.
489
490         * gnus-start.el (gnus-find-new-newsgroups): Remove
491         gnus-check-first-time-used.
492
493         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
494
495 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
496
497         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
498         set on groups that don't have \* permanentflags.
499
500 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
501
502         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
503         control the background color.
504         (shr-tag-img): Ignore very small web bug type images.
505         (shr-put-image): Add help-echo alt texts to the images.
506         (shr-tag-video): Show the video poster image.
507
508 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
509
510         * shr.el (shr-table-depth): New variable.
511         (shr-tag-table-1): Only insert the images after the top-level table.
512
513         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
514
515         * gnus-util.el (gnus-list-memq-of-list): New function.
516
517         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
518         selected.
519         (nnimap-unsplittable-articles): New slot.
520         (nnimap-new-articles): Use it.
521
522 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
523
524         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
525         move to the previous line on `M-g'.
526
527 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
528
529         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
530         *-request-group, which seems unnecessary.
531
532         * nnimap.el (nnimap-quote-specials): Function copied over from
533         imap.el.
534         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
535         they support that.  Suggested by Tom Regner.
536
537 2010-10-29  Julien Danjou  <julien@danjou.info>
538
539         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
540         defalias.
541         (gnus-summary-delete-marked-with): Remove obsolete defalias.
542
543         * gnus.el: Remove `gnus-nntp-service' variable.
544         (gnus-secondary-servers): Make obsolete.
545         (gnus-nntp-server): Make obsolete.
546
547         * gnus-start.el (gnus-1): Remove x-splash calls.
548
549         * gnus-ems.el (gnus-x-splash): Remove.
550
551         * gnus.el (gnus-group-startup-message): Simplify/update code.
552
553         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
554         definition.
555
556         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
557         capability before doing anything.
558         (gnus-group-insert-group-line): Remove useless
559         gnus-group-remove-excess-properties.
560
561 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
562
563         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
564
565 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
566
567         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
568         config after reselecting.
569
570 2010-10-28  Julien Danjou  <julien@danjou.info>
571
572         * shr.el (shr-put-image): Use point even if only inserting text.
573         (shr-put-image): Save excursion when inserting alt text on non-graphic
574         display, so the behaviour is the same when we are on a graphic display.
575
576         * nnir.el (nnir-run-swish-e): Remove hyrex support.
577
578 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
579
580         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
581         (gnus-mime-copy-part): Check coding system, not charset.
582         (gnus-mime-view-part-externally): Never remove part.
583         (gnus-mime-view-part-internally): Don't remove part here.
584         (gnus-article-part-wrapper): Make sure MIME tag is visible.
585         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
586         multipart/alternative.
587
588         * mm-decode.el (mm-display-part): Take optional arg `force'.
589
590 2010-10-26  Julien Danjou  <julien@danjou.info>
591
592         * gnus-group.el (gnus-group-default-list-level): Add this function to
593         compute the default list level.
594         (gnus-group-default-list-level): Add possibility to use a function.
595
596 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
597
598         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
599
600         * gnus-group.el (gnus-group-completing-read)
601         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
602         gnus-replace-in-string.
603
604 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
605
606         * shr.el (shr-tag-div): Added.
607
608         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
609
610 2010-10-25  Julien Danjou  <julien@danjou.info>
611
612         * gnus-util.el: Remove `gnus-with-local-quit'.
613
614         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
615
616 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
617
618         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
619         the original article buffer.
620
621 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
622
623         * nnimap.el (nnimap-request-head): New function.
624         (nnimap-request-move-article): Try to be slighly faster by not
625         requesting the entire message when moving.
626         (nnimap-transform-headers): Don't bug out on bodiless articles.
627         (nnimap-send-command): Have no outstanding messages if the IMAP server
628         doesn't support streaming.
629         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
630
631 2010-10-24  Julien Danjou  <julien@danjou.info>
632
633         * message.el (message-default-headers): Fix type.
634
635 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
636
637         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
638         prefetching images.
639
640         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
641         backend for unknown groups.  This is mainly useful for nnimap groups.
642
643         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
644         group isn't covered by the agent.
645
646 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
647
648         * nnir.el (nnir-method-default-engines): new variable.
649         (nnir-run-query): use it.
650         (nnir-group-mode-hook): remove key binding and move to gnus-group.el.
651         (gnus-summary-nnir-goto-thread): change group if needed.
652
653         * gnus-group.el (gnus-group-group-map): add key binding for
654         gnus-group-make-nnir-group.
655
656 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
657
658         * shr.el (shr-tag-object): Added.
659
660         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
661         original article buffer live.
662         (gnus-summary-select-article-buffer): Mention
663         gnus-widen-article-buffer.
664
665 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
666
667         * shr.el (shr-tag-strong): Added.
668
669 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
670
671         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
672         group names.  They mess up the group buffer badly.
673
674         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
675
676         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
677         instead of the summary one.
678
679 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
680
681         * mml.el (mml-preview): Work properly when editing article.
682
683         * gnus-start.el (gnus-read-active-file-1): Don't add method to
684         gnus-have-read-active-file if it's already been in.
685
686 2010-10-22  Tom Tromey  <tromey@redhat.com>
687
688         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
689         gnus-group-completing-read.
690
691 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
692
693         * message.el (message-mode-map): Don't bind M-; to comment region, to
694         allow the global comment-dwim to work.
695
696 2010-10-21  Julien Danjou  <julien@danjou.info>
697
698         * message.el (message-setup-1): Allow message-default-headers to be a
699         function.
700
701 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
702
703         * shr.el (shr-tag-table): Simplify.
704
705 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
706
707         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
708         to avoid trying to snarf invalid stuff.
709
710         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
711
712         * gnus.el (gnus-message-archive-group): Quote value.
713         (gnus-message-archive-group): Mark as changed.
714
715         * shr.el (shr-add-font): Don't put the font properties on the newline
716         or the indentation.
717
718         * message.el (message-fix-before-sending): Change options when sending
719         non-printable characters.
720
721         * gnus.el (gnus-message-archive-method): Change the default to
722         monthly outgoing groups.
723
724         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
725         that have gotten new numbers.
726
727         * nnimap.el (nnimap-request-replace-article): New function.
728
729 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
730
731         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
732         (nnrss-request-article): Don't use special html washing code.
733
734 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
735
736         * shr.el (shr-tag-table): Remove useless nconc.
737
738 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
739
740         * gnus-art.el (article-wash-html): Simplify and remove the charset
741         stuff.  Use the normal html rendering code instead of the special html
742         washing code.
743
744         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
745         `gnus-w3m' symbols.
746         (mm-text-html-washer-alist): Removed.
747
748         * mm-decode.el (mm-inline-text-html-renderer): Removed.
749         (mm-inline-media-tests): Removed use.
750         (mm-text-html-renderer): Change default to the `shr' symbol.
751
752         * mm-view.el (mm-inline-text-html): Removed use.
753
754         * gnus-art.el (gnus-blocked-images): New function.  Allow the
755         `gnus-blocked-images' to be a function.
756         (gnus-article-wash-function): Removed.
757
758 2010-10-20  Julien Danjou  <julien@danjou.info>
759
760         * spam.el (spam-list-of-processors): Mark as obsolete.
761
762         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
763         (nnimap-insert-partial-structure): Fix boundary detection.
764
765 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
766
767         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
768         run file-truename on remote files.  This can be expensive and even
769         prevent one from editing drafts if some unrelated buffer has a stale
770         connection.
771
772 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
773
774         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
775         kinsoku-eol regardless of shr-kinsoku-shorten.
776         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
777         (shr-tag-table): Support caption, thead, and tfoot.
778
779 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
780
781         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
782         lines.
783         (shr-save-contents): New command and keystroke.
784
785         * nndoc.el (nndoc-type-alist): Add git support.
786         (nndoc-git-type-p): New function.
787         (nndoc-transform-git-article): Ditto.
788         (nndoc-transform-git-headers): Ditto.
789         (nndoc-transform-git-headers): Generate Subject headers.
790
791         * shr.el (shr-parse-style): New function.
792         (shr-tag-span): Ditto.
793
794         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
795         to `G G' to avoid collisions.
796
797 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
798
799         * shr.el: Load kinsoku if necessary.
800         (shr-kinsoku-shorten): New internal variable.
801         (shr-find-fill-point): Make kinsoku shorten text line if
802         shr-kinsoku-shorten is bound to non-nil.
803         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
804         shr-indentation too when testing if table is wider than frame width.
805         (shr-insert-table): Use `string-width' instead of `length' to measure
806         text width.
807         (shr-insert-table-ruler): Make sure indentation is done at bol.
808
809 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
810
811         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
812         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
813         undecoded network data.
814
815 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
816
817         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
818         name in the mode line spec so that the mode line menu works
819         (bug #2431).
820
821         * message.el (message-get-reply-headers): If we're fed `to-address',
822         then always use that.
823
824         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
825         aren't so wide as to need to switch off the edit menu.
826
827         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
828         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
829
830         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
831         `M-g'.
832         (nnimap-update-info): Update flags/read marks even if \* isn't part of
833         the permanent marks.
834
835 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
836
837         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
838         Splitting according to references/in-reply-to obeys the ignore-groups
839         variable, while splitting by sender and subject do not.
840
841 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
842
843         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
844         alist, so that we can look for non-Unicode chars.
845         (article-translate-strings): Allow both character and string maps.
846
847 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
848
849         * shr.el (shr-insert): Don't insert space behind a wide character
850         categorized as kinsoku-bol, or between characters both categorized as
851         nospace.
852
853 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
854
855         * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
856         headers to gnus-newsgroup-headers.
857
858 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
859
860         * shr.el (shr-tag-img): Don't align images -- since we're not
861         rescaling, this often leads to ugly displays.
862
863 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
864
865         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
866         duplicates.
867
868 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
869
870         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
871         call.
872
873 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
874
875         * gnus.el: Autoload gnus-html-show-images.
876
877         * nnimap.el: Use nnheader-message throughout.
878
879         * shr.el (shr-tag-img): Ignore images with no data.
880
881 2010-10-15  Julien Danjou  <julien@danjou.info>
882
883         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
884         a possibility to disable format=flow encoding when using hard newlines.
885
886 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
887
888         * shr.el (shr-insert): Remove space inserted before or after a
889         breakable character or at the beginning or the end of a line.
890         (shr-find-fill-point): Do kinsoku; find the second best point or give
891         it up if there's no breakable point.
892
893 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
894
895         * nnimap.el (nnimap-open-connection): Message when opening connection
896         for debugging purposes.
897
898         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
899         on every setup buffer call to allow this to change from article to
900         article.
901
902         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
903         buffers where we have a wide table.
904
905 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
906
907         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
908         uses *-request-thread.
909
910 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
911
912         * nnimap.el (nnimap-open-connection): Remove %s from openssl
913         incantation, which is no longer valid.
914
915 2010-10-14  Julien Danjou  <julien@danjou.info>
916
917         * shr.el: Fix defcustom type (char -> character).
918
919 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
920
921         * nnimap.el (nnimap-open-connection): tls-program should be a list of
922         programs.
923
924 2010-10-14  Julien Danjou  <julien@danjou.info>
925
926         * shr.el (shr-tag-a): Use url-link as widget type.
927
928         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
929         `gnus-group-get-icon'.
930
931 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
932
933         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
934         This should make server editing work better.
935
936         * shr.el (shr-find-fill-point): Don't inloop on indented text.
937
938         * tls.el (tls-program): Remove spurious %s from openssl.
939
940         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
941         (nnimap-parse-flags): Fix regexp.
942
943         * shr.el (shr-find-fill-point): Use a filling algorithm that should
944         probably work for CJVK text, too.
945
946         * nnimap.el (nnimap-extend-tls-programs): Removed.
947         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
948
949         * tls.el (tls-starttls-switches): Remove starttls hack.
950         (open-tls-stream): Ditto.
951         (tls-find-starttls-argument): Ditto.
952
953 2010-10-13  Julien Danjou  <julien@danjou.info>
954
955         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
956         responses.
957
958 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
959
960         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
961
962         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
963         anything in Emacs.
964
965         * shr.el (shr-current-column): Remove buggy and unnecessary function.
966
967 2010-10-13  Julien Danjou  <julien@danjou.info>
968
969         * shr.el (shr-width): Make shr-width a defcustom with default to
970         fill-column.
971         (shr-tag-img): Use shr-width rather than fill-column.
972
973 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
974
975         * dgnushack.el (byte-optimize-apply)
976         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
977
978         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
979         position when (X-)Faces exist.
980         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
981         avatars when called interactively.
982
983 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
984
985         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
986         gnus-article-x-face-too-ugly is bound.
987
988 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
989
990         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
991
992         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
993         mailbox that doesn't exist.
994
995 2010-10-12  Julien Danjou  <julien@danjou.info>
996
997         * shr.el (shr-tag-img): Encode URL properly when retrieving.
998         (shr-get-image-data): Encode URL properly when fetching from cache.
999         (shr-tag-img): Use aligned-to spaces to align correctly images.
1000
1001         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
1002         before inserting the Gravatar.
1003
1004         * shr.el (shr-tag-img): Add align attribute support for <img>.
1005
1006 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1007
1008         * gnus-gravatar.el (gnus-art): Required.
1009
1010         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
1011         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1012         Remove long obsoleted functions.
1013
1014 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1015
1016         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
1017
1018         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
1019
1020         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
1021         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
1022         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
1023         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
1024         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
1025         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
1026         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
1027
1028 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1029
1030         * nnimap.el (nnimap-request-rename-group): Select group read-only
1031         before renaming it.
1032
1033         * shr.el (shr-insert): Fix up the white space only regexp.
1034
1035         * nnimap.el (nnimap-transform-split-mail): Not all articles have
1036         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
1037
1038         * shr.el (shr-current-column): New function.
1039         (shr-find-fill-point): New function.
1040
1041 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1042
1043         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
1044         numbers.
1045
1046 2010-10-11  Julien Danjou  <julien@danjou.info>
1047
1048         * shr.el (shr-hr-line): Add.
1049         (shr-tag-hr): Use shr-hr-line to specify which character to use to
1050         display hr lines.
1051         (shr-max-columns): Do not change state to nil if we just inserting
1052         spaces.
1053
1054 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1055
1056         * gnus-topic.el (gnus-topic-read-group): If after the last group,
1057         select the last group.
1058
1059 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
1060
1061         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
1062
1063 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
1064
1065         * dig.el (dig-mode-map): Declare and define in one step.
1066
1067 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1068
1069         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
1070         for Gnus.
1071         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
1072         (nnimap-update-qresync-info): Mark \Seen articles as read.
1073
1074         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
1075         non-variable, too.
1076
1077         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
1078         available.
1079         (nnimap-update-info): Rely more on the current active than the param
1080         active to avoid marking articles as read too much.
1081
1082         * auth-source.el (auth-source-create): Use (user-login-name) for the
1083         user name default.
1084
1085         * nnimap.el (nnimap-update-info): If the server doesn't return any
1086         useful info, just use the previous info.
1087         (nnimap-update-info): Prefer old info over start-article.
1088         (nnimap-update-qresync-info): Finish implementing QRESYNC.
1089
1090 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
1091
1092         * nnir.el (autoload): Clean up autoloads.
1093         (nnir-imap-default-search-key): Renamed from
1094         nnir-imap-search-field. Use key rather than value.
1095         (nnir-imap-search-other): New variable.
1096         (nnir-read-parm): Use it.
1097         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
1098         (gnus-summary-nnir-goto-thread): Modify to work with imap.
1099
1100 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1101
1102         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
1103         the process, too.
1104
1105 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1106
1107         * spam.el (gnus-summary-mode-map): Bind to "$".  Suggested by Russ
1108         Allbery.
1109
1110         * shr.el: Rework the way things are indented by <li> slightly.
1111
1112         * gnus.el (gnus-group-set-parameter): Fix typo.
1113
1114         * nnimap.el: Start implementing QRESYNC support.
1115
1116 2010-10-09  Julien Danjou  <julien@danjou.info>
1117
1118         * nnir.el (nnir-engines): Fix too many arguments.
1119
1120 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1121
1122         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
1123         group is the "last", so that the backends like nnfolder actually save
1124         their folders.
1125
1126         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
1127         try to use that for the tls stream.
1128         (nnimap-retrieve-group-data-early): Rework the marks code to heed
1129         UIDVALIDITY and find out which groups are read-only and not.
1130         (nnimap-get-flags): Use the same marks parsing code as the rest of
1131         nnimap.
1132
1133 2010-10-09  Julien Danjou  <julien@danjou.info>
1134
1135         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
1136
1137         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
1138         retrieving gravatars.
1139
1140         * shr.el (shr-table-corner): Add.
1141         (shr-table-line): Add.
1142         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
1143
1144 2010-10-08  Julien Danjou  <julien@danjou.info>
1145
1146         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
1147
1148 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
1149
1150         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
1151
1152         * gnus-sum.el (gnus-mark-article-as-unread)
1153         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
1154         (gnus-summary-set-bookmark): Use it.
1155
1156         * gnus-msg.el (gnus-setup-message): Use it.
1157
1158         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1159
1160         * gnus.el (gnus-group-remove-parameter): Use it.
1161
1162         * gnus-group.el (gnus-group-make-web-group): Use it.
1163
1164         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1165
1166         * nnregistry.el: Update docs to mention manual.
1167
1168         * gnus-registry.el: Update docs to mention nnregistry.el.
1169         (gnus-registry-initialize): Don't install nnregistry refer method
1170         automatically.
1171         (gnus-registry-install-nnregistry): Remove it.
1172
1173 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1174
1175         * shr.el (shr-insert): Don't insert double spaces.
1176
1177 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1178
1179         * gnus-gravatar.el (gnus-treat-from-gravatar)
1180         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
1181         called interactively.
1182
1183         * gnus-art.el (gnus-mime-view-part-externally)
1184         (gnus-mime-view-part-internally): Make predicate function passed to
1185         gnus-mime-view-part-as-type assume argument is a mime type, not a list
1186         of a mime type.
1187
1188         * shr.el (shr-table-widths): Don't use cl function `reduce'.
1189
1190 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1191
1192         * shr.el (require): Require cl when compiling.
1193         (shr-tag-hr): New function.
1194
1195         * nnimap.el (nnimap-update-info): Remove double setting of high.
1196         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.  This
1197         makes nnimap work properly on Courier again.
1198
1199         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
1200         the variable for backwards compatability.
1201
1202         * mm-decode.el (mm-save-part): If given a non-directory result, expand
1203         the file name before using to avoid setting mm-default-directory to
1204         nil.
1205
1206         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
1207         bidning gnus-agent variables.
1208
1209         * shr.el (shr-render-td): Use a cache for the table rendering function
1210         to avoid getting an exponential rendering behaviour in nested tables.
1211         (shr-insert): Rework the line-breaking algorithm.
1212         (shr-insert): Don't leave trailing spaces.
1213         (shr-insert-table): Also insert empty TDs.
1214         (shr-tag-blockquote): Ensure paragraphs after </ul>.
1215
1216 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1217
1218         * gnus-sum.el (gnus-number): Rename from `number'.
1219         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
1220         (gnus-summary-limit-children): Update uses correspondingly.
1221
1222 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1223
1224         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
1225         (gnus-gravatar-transform-address): Don't show avatars of people of
1226         which mail addresses match gnus-gravatar-too-ugly.
1227
1228 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1229
1230         * shr.el (shr-table-widths): Expand TD elements to fill available
1231         space.
1232
1233 2010-10-07  Julien Danjou  <julien@danjou.info>
1234
1235         * nnimap.el (nnimap-request-rename-group): Add this method.
1236
1237 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1238
1239         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
1240         name from XEmacs' function-arglist.
1241
1242         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
1243         gravatar under XEmacs.
1244
1245 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
1246
1247         * auth-source.el: Update docs with TODO items.
1248
1249         * gnus-sync.el: Update docs to explain state and plans.
1250
1251         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
1252         Hooks for mark updates.
1253         (gnus-request-set-mark, gnus-request-update-mark): Use them.
1254
1255         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
1256         hooks with arguments, which is needed for mark update hooks.
1257
1258 2010-10-06  Julien Danjou  <julien@danjou.info>
1259
1260         * gnus.el (gnus-expand-group-parameter): Only return and act on what
1261         was matched.
1262
1263         * sieve-manage.el: Update example in `Commentary'.
1264
1265         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
1266
1267         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
1268         not 2000.
1269         (sieve-manage-authenticate): Re-add function.
1270
1271 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1272
1273         * shr.el (shr-insert): Get 'space transition right.
1274         (shr-render-td): Only delete space at the end of the TD.
1275
1276         * nnimap.el (nnimap-open-connection): Prepare to support
1277         open-gnutls-stream.
1278
1279         * shr.el: Rearrange function order to be more logical.
1280
1281 2010-10-06  Julien Danjou  <julien@danjou.info>
1282
1283         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
1284         (nnrss-discover-feed): Remove 404 URL in docstring.
1285
1286         * nnir.el: Fix Swish-E URL.
1287         Fix Namazu URL.
1288
1289         * message.el (message-change-subject): Remove 404 URL in a comment.
1290
1291 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1292
1293         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
1294         called interactively.
1295
1296         * gnus-util.el (gnus-remove-if): Allow hash table.
1297         (gnus-remove-if-not): New function.
1298
1299         * gnus-art.el (gnus-mime-view-part-as-type)
1300         * gnus-score.el (gnus-summary-score-effect)
1301         * gnus-sum.el (gnus-read-move-group-name):
1302         Replace remove-if-not with gnus-remove-if-not.
1303
1304         * gnus-group.el (gnus-group-completing-read):
1305         Regard collection as a hash table if it is not a list.
1306
1307 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1308
1309         * shr.el (shr-render-td): Allow blank/missing <TD>s.
1310
1311         * shr.el: Document the table-rendering algorithm.
1312
1313 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1314
1315         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
1316         for Emacsen having no `libxml-parse-html-region' support.
1317
1318 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1319
1320         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
1321         invalid URLs.
1322
1323         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
1324         line-broken.
1325         (shr-tag-img): Ignore image fetching errors.
1326         (shr-overlays-in-region): Compute overlay positions correctly.
1327
1328         * mm-decode.el (mm-shr): Require shr.
1329
1330         * gnus-art.el (gnus-blocked-images): Move variable here.
1331
1332         * shr.el (shr-insert-table): Bind free variable.
1333
1334         * mm-decode.el (mm-shr): Bind shr-content-function.
1335
1336         * shr.el (shr-content-function): New variable.
1337
1338         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
1339         added for symmetry.
1340
1341         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
1342
1343         * gnus-group.el (gnus-group-make-group): Doc fix.
1344
1345         * nnimap.el (nnimap-request-newgroups): Return success.
1346
1347         * shr.el (shr-find-elements): New function.
1348         (shr-tag-table): Put all the images after the table.
1349         (shr-tag-table): Really inhibit images inside the table.
1350         (shr-collect-overlays): Copy over overlays from the TD elements to the
1351         main document.
1352
1353         * mm-decode.el (mm-shr): Bind shr-blocked-images to
1354         gnus-blocked-images.
1355
1356 2010-10-05  Julien Danjou  <julien@danjou.info>
1357
1358         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
1359
1360         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
1361         (gnus-html-maximum-image-size): Add this function.
1362         (gnus-html-put-image): Use gnus-html-maximum-image-size.
1363
1364         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
1365         server-value of the capability is nil.
1366
1367 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1368
1369         * shr.el (shr-tag-em): Add <EM> tag.
1370
1371 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
1372
1373         * sieve-manage.el (sieve-manage-default-stream): Make default stream
1374         customizable.
1375
1376         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
1377         handing broken links to browse-url.
1378
1379 2010-10-05  Julien Danjou  <julien@danjou.info>
1380
1381         * gnus-util.el (gnus-emacs-completing-read)
1382         (gnus-iswitchb-completing-read): Use autoload rather than require.
1383
1384 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1385
1386         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
1387         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
1388         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
1389         iswitchb-temp-buflist for XEmacs.
1390
1391         * gnus-util.el (gnus-completing-read-function): Exclude
1392         gnus-icompleting-read and gnus-ido-completing-read from candidates for
1393         XEmacs since iswitchb.el is very old and ido.el is unavailable in
1394         XEmacs.
1395
1396         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
1397         not to use `delete-dups' that is unavailable in XEmacs 21.4.
1398
1399         * gnus-html.el: Don't require help-fns under XEmacs.
1400         (gnus-html-schedule-image-fetching): Work for XEmacs.
1401
1402         * mm-decode.el (mm-shr): Decode contents by charset.
1403
1404 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1405
1406         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
1407         unknown.
1408
1409         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
1410         (shr-get-image-data): Ensure against the cache file missing.
1411
1412         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
1413         for data.
1414
1415         * spam-report.el (spam-report-url-ping-plain): Don't query about
1416         killing the process.
1417
1418         * shr.el (shr-render-td): Protect against too-wide text.
1419
1420 2010-10-04  Julien Danjou  <julien@danjou.info>
1421
1422         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
1423         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
1424
1425         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
1426         retrieved.
1427
1428 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1429
1430         * shr.el (browse-url): Required.
1431         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
1432         lines.
1433         (shr-show-alt-text, shr-browse-image): New commands.
1434         (shr-browse-url, shr-copy-url): New commands.
1435
1436         * gnus-sum.el (gnus-widen-article-window): New variable.
1437         (gnus-summary-select-article-buffer): Use it.
1438
1439         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
1440         without @ signs.
1441
1442 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1443
1444         * nnir.el (nnir-run-imap): Remove spurious space in search string.
1445
1446 2010-10-04  Julien Danjou  <julien@danjou.info>
1447
1448         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
1449         for XEmacs.
1450
1451 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1452
1453         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
1454
1455         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
1456         (nnimap-close-server): Implement.
1457
1458         * dgnushack.el (iswitchb): Require to shut up the compiler.
1459
1460         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
1461         (shr-insert): Tweak line breaking.
1462         (shr-insert): Handle <pre> better.
1463         (shr-tag-li): Get <li> indentation right.
1464         (shr-tag-li): Get <li> indentation even righter.
1465         (shr-tag-blockquote): Ensure paragraph start.
1466         (shr-make-table): Tweak table generation.
1467         (shr-make-table): Fix typo.
1468
1469         * shr.el: Implement table rendering.
1470
1471 2010-10-04  Julien Danjou  <julien@danjou.info>
1472
1473         * gnus-html.el (gnus-html-put-image): Fix resize image code.
1474
1475 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1476
1477         * shr.el (shr-insert): Use string anchors instead of line anchors.
1478
1479 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1480
1481         * shr.el: Add headings.
1482         (shr-ensure-paragraph): Actually work.
1483         (shr-tag-li): Make <ul> prettier.
1484         (shr-insert): Get white space at the beginning/end of elements right.
1485         (shr-tag-p): Collapse subsequent <p>s.
1486         (shr-ensure-paragraph): Don't insert double line feeds after blank
1487         lines.
1488         (shr-insert): \t is also space.
1489         (shr-tag-s): Fix "s" tag name function.
1490         (shr-tag-s): Fix face prop name.
1491
1492 2010-10-03  Julien Danjou  <julien@danjou.info>
1493
1494         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
1495
1496         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
1497         gnus-window-inside-pixel-edges.
1498
1499         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
1500         gnus-ems.
1501
1502         * mm-view.el (mm-inline-image-emacs): Support image resizing.
1503
1504         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
1505         function.
1506
1507         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
1508         resize choice.
1509
1510 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1511
1512         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
1513         beginning of the buffer.
1514
1515         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
1516         article buffer again.
1517
1518         * shr.el (shr-tag-p): Don't insert newlines at the start of the
1519         buffer.
1520
1521         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
1522         when it's at the start of the buffer.
1523
1524         * shr.el (shr-tag-blockquote): Convert name.
1525         (shr-rescale-image): Use the right image-size variant.
1526
1527         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
1528         buffer isn't shown, then select the current article first instead of
1529         bugging out.
1530         (gnus-summary-select-article-buffer): Show both the article and summary
1531         buffers again.
1532
1533         * shr.el (shr-fontize-cont): Protect against regions with no text.
1534         Rename tag functions to shr-tag-* for enhanced security.
1535         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
1536
1537 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
1538
1539         * shr.el (shr-insert):
1540         * pop3.el (pop3-movemail):
1541         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
1542         loaded.
1543
1544 2010-10-03  Glenn Morris  <rgm@gnu.org>
1545
1546         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
1547
1548         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
1549
1550         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
1551
1552         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
1553
1554         * gnus-util.el (gnus-make-local-hook): Simplify.
1555
1556 2010-10-02  Julien Danjou  <julien@danjou.info>
1557
1558         * gnus-util.el (gnus-iswitchb-completing-read): New function.
1559         (gnus-ido-completing-read): New function.
1560         (gnus-emacs-completing-read): New function.
1561         (gnus-completing-read): Use gnus-completing-read-function.
1562         Add gnus-completing-read-function.
1563
1564 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1565
1566         * shr.el (shr-insert-document): Autoload.
1567         (shr-img): Be silent.
1568         (shr-insert): Add a newline after every picture before text.
1569         (shr-add-font): Use overlays for combining faces.
1570         (shr-insert): Pass upwards the text start point.
1571
1572         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
1573         possible.
1574         (mm-shr): New function.
1575
1576 2010-10-02  Julien Danjou  <julien@danjou.info>
1577
1578         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
1579         should go backward.
1580
1581 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
1582
1583         * shr.el (shr): Fix typo in provide call.
1584
1585 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1586
1587         * shr.el: New file.
1588
1589         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
1590
1591         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
1592         completing read.
1593
1594 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1595
1596         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
1597         we're being queried about.  Suggested by Dan Jacobson.
1598
1599         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
1600         by Jason Eisner.
1601
1602         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
1603         table, too.  Suggested by Stefan Wiens.
1604         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
1605         the table unnecessary.  Suggested by Stefan Wiens.
1606
1607         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
1608         longer needed, and probably doesn't work either, as pointed out by
1609         Stefan Wiens.
1610         (gnus-summary-exit): Remove call to the clearing function.
1611         (gnus-summary-exit-no-update): Ditto.
1612
1613         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
1614         instead of gnus-eval-in-buffer-window to avoid popping up frames.
1615         Reported by Stefan Monnier.
1616         (gnus-summary-save-in-rmail): Ditto.
1617
1618         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
1619         article buffer, instead of both the article buffer and the summary
1620         buffer.  Sort of suggested by Dan Jacobson.
1621
1622         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
1623
1624         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
1625         Suggested by Dan Jacobson.
1626
1627         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
1628         documentation clearer.
1629
1630         * message.el (message-shorten-references): Comment on the number "21".
1631         Suggested by Stefan Monnier.
1632
1633         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
1634         Suggested by Dan Jacobson.
1635
1636         * gnus.el (gnus-large-newsgroup): Mention
1637         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
1638
1639         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
1640         externalize attachments.  Bug reported by Steve Wen.
1641
1642         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
1643         really message anything to the user.
1644
1645         * nnmail.el (nnmail-article-group): Allow using the fancy split method
1646         directly.
1647
1648         * nnimap.el (nnimap-request-group): Low higher than high to signal no
1649         messages in empty groups.
1650
1651 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
1652
1653         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
1654         non-UIDNEXT group.
1655
1656 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1657
1658         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
1659         not the value from the collection.
1660
1661         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
1662         values.  This sometimes happens on some groups that have no info.
1663         (nnimap-request-newgroups): New function.
1664
1665 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
1666
1667         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
1668         check into `gnus-registry-initialize'.
1669         (gnus-registry-initialize): Ditto.
1670         Fix and extend header docs.
1671
1672 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1673
1674         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
1675         regexp backtrace overflows.
1676
1677         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
1678         for starttls that tls.el implements; i.e. openssl.
1679
1680         * tls.el (tls-starttls-switches): Give up on using starttls with
1681         gnutls-cli.
1682         (tls-program): Add --insecure to be consistent with the defaults from
1683         openssl s_client.  Now all three commands are insecure.
1684
1685 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1686
1687         * lpath.el: Bind completion-styles-alist for XEmacs.
1688
1689         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
1690         (gravatar-create-image): New function that's an alias to
1691         gnus-xmas-create-image, gnus-create-image, or create-image.
1692         (gravatar-data->image): Use it.
1693
1694 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
1695
1696         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
1697         install the nnregistry refer method.
1698         (gnus-registry-install-hooks): Use it.
1699         (gnus-registry-unfollowed-groups): Add nnmairix to the default
1700         unfollowed groups.
1701
1702 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
1703
1704         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
1705         expanding threads.
1706
1707 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1708
1709         * nnir.el: Use the server names without suffixes (bug #7009).
1710
1711         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
1712         unencrypted to STARTTLS, if possible.
1713
1714 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1715
1716         * message.el (message-ignored-supersedes-headers): Strip Injection-*
1717         headers before superseding.
1718
1719 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1720
1721         * nnrss.el (nnrss-use-local): Add documentation.
1722
1723         * nnimap.el (nnimap-extend-tls-programs): New function.
1724         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
1725         (nnimap-wait-for-connection): Accept the greeting from the stupid
1726         output from openssl s_client -starttls, too.
1727
1728         * tls.el (tls-starttls-switches): New variable.
1729         (tls-find-starttls-argument): Use it.
1730         (open-tls-stream): Ditto.
1731
1732         * netrc.el (netrc-credentials): Return the value of the "default"
1733         entry.
1734         (netrc-machine): Ditto.
1735
1736         * nnimap.el (nnimap-find-article-by-message-id): Really return the
1737         article number.
1738         (nnimap-split-fancy): New variable.
1739         (nnimap-split-incoming-mail): Use it.
1740
1741         * nntp.el (nntp-server-list-active-group): Document.
1742
1743         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
1744         SELECT to get the message-id.
1745
1746         * mail-source.el (mail-sources): Removed webmail support.
1747         (defvar): Ditto.
1748         (mail-source-fetcher-alist): Ditto.
1749         (mail-source-fetch-webmail): Removed.
1750
1751         * webmail.el: Removed -- doesn't seem relevant any more.
1752
1753         * gnus.el: Fix up make-obsolete-variable declarations throughout.
1754
1755         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
1756         the \r.
1757
1758 2010-09-30  Julien Danjou  <julien@danjou.info>
1759
1760         * gnus-agent.el (gnus-agent-add-group): Fix call to
1761         gnus-completing-read.
1762
1763 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1764
1765         * nndoc.el (nndoc-retrieve-groups): New function.
1766
1767         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
1768         `default', use nnmail-split-methods.
1769         (nnimap-request-article): Downcase the NILs so that they are nil.
1770
1771         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
1772         symbol.
1773
1774         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
1775         code, since if the user has requested network, that's what they ought
1776         to get.
1777         (nnimap-request-set-mark): Erase the buffer before issuing commands.
1778         (nnimap-split-rule): Mark as obsolete.
1779
1780         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
1781         variable.
1782
1783         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
1784         correct slot, too.
1785
1786 2010-09-29  Julien Danjou  <julien@danjou.info>
1787
1788         * gnus.el (gnus-local-domain): Declare variable obsolete.
1789
1790         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
1791         computing.
1792         (gnus-ido-completing-read): Require ido.
1793
1794 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1795
1796         * gnus-registry.el: Don't prompt on load, which makes it impossible to
1797         build Gnus.
1798
1799         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
1800         when interpreting the structures.
1801         (nnimap-request-accept-article): Add \r\n to the lines to make this
1802         work with Cyrus.
1803
1804         * nndraft.el (nndraft-request-expire-articles): Use the group name
1805         instead if "nndraft".  Fix found by Nils Ackermann.
1806
1807 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
1808
1809         * nnregistry.el: Added.
1810
1811 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1812
1813         * nnmail.el (group, group-art-list, group-art):
1814         Remove unneeded directives.
1815
1816 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1817
1818         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
1819         (mm-mime-charset)
1820         * rfc2047.el (rfc2047-syntax-table)
1821         * utf7.el (utf7-utf-16-coding-system): Comment fix.
1822
1823         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
1824         rather than `insert-file-contents' and `eval-region'.
1825
1826         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
1827         construction.
1828
1829         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
1830
1831         * time-date.el: No need to require cl for Emacs 21.
1832
1833 2010-09-29  Julien Danjou  <julien@danjou.info>
1834
1835         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
1836         replacement of `gnus-gravatar-relief' to mimic
1837         `gnus-faces-properties-alist'.
1838         Add :version property.
1839
1840 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1841
1842         * mail-source.el (mail-source-report-new-mail)
1843         * message.el (message-default-mail-headers)
1844         * mm-decode.el (mm-valid-image-format-p): Comment fix.
1845
1846         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
1847
1848 2010-09-28  Julien Danjou  <julien@danjou.info>
1849
1850         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
1851         mail-address contains the same string as real-name.
1852
1853         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
1854         non-blank in header, otherwise it'll get stripped.
1855
1856         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
1857         real-name, and then for mail address rather than doing : or , search.
1858
1859 2010-09-27  Julien Danjou  <julien@danjou.info>
1860
1861         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
1862         (gnus-server-goto-server): Use gnus-completing-read.
1863
1864         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
1865
1866         * mm-util.el (defalias): Use gnus-completing-read.
1867         (mm-codepage-setup): Use gnus-completing-read.
1868
1869         * smime.el (smime-sign-buffer): Use gnus-completing-read.
1870         (smime-decrypt-buffer): Use gnus-completing-read.
1871
1872         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
1873
1874         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
1875         (mml-minibuffer-read-disposition): Use gnus-completing-read.
1876         (mml-insert-multipart): Use gnus-completing-read.
1877
1878         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
1879
1880         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
1881
1882         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
1883
1884         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
1885
1886         * gnus.el (gnus-read-method): Use gnus-completing-read.
1887
1888         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
1889
1890         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
1891         (gnus-mime-action-on-part): Use gnus-completing-read.
1892         (gnus-article-encrypt-body): Use gnus-completing-read.
1893
1894         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
1895         (gnus-topic-move-matching): Use gnus-completing-read.
1896         (gnus-topic-copy-matching): Use gnus-completing-read.
1897         (gnus-topic-sort-topics): Use gnus-completing-read.
1898         (gnus-topic-move): Use gnus-completing-read.
1899
1900         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
1901         (gnus-agent-add-group): Use gnus-completing-read.
1902
1903         * nnmairix.el (nnmairix-create-server-and-default-group): Use
1904         gnus-completing-read.
1905         (nnmairix-update-groups): Use gnus-completing-read.
1906         (nnmairix-get-server): Use gnus-completing-read.
1907         (nnmairix-backend-to-server): Use gnus-completing-read.
1908         (nnmairix-goto-original-article): Use gnus-completing-read.
1909         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
1910
1911         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
1912
1913         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
1914         (gnus-group-make-useful-group): Use gnus-completing-read.
1915         (gnus-group-make-web-group): Use gnus-completing-read.
1916         (gnus-group-add-to-virtual): Use gnus-completing-read.
1917         (gnus-group-browse-foreign-server): Use gnus-completing-read.
1918
1919         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
1920         (gnus-summary-limit-to-extra): Use gnus-completing-read.
1921         (gnus-summary-execute-command): Use gnus-completing-read.
1922         (gnus-summary-respool-article): Use gnus-completing-read.
1923         (gnus-read-move-group-name): Use gnus-completing-read.
1924
1925         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
1926         (gnus-summary-score-effect): Use gnus-completing-read.
1927
1928         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
1929
1930         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
1931         right completing-read function.
1932         (gnus-use-ido): New variable
1933         (gnus-completing-read-with-default): Remove.
1934
1935 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1936
1937         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
1938         x-focus-frame.
1939
1940         * nnimap.el (auth-source-forget-user-or-password)
1941         (auth-source-user-or-password): Autoload.
1942
1943         * message.el (message-from-style, message-interactive)
1944         (message-cite-prefix-regexp, message-sendmail-envelope-from)
1945         (message-yank-prefix, message-indentation-spaces, message-signature)
1946         (message-signature-file): Add comment.
1947
1948 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1949
1950         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
1951         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
1952         new articles.
1953
1954         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
1955         parts.
1956         (nnimap-request-article): Work with the t setting, too.
1957
1958         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
1959         that you don't get flashes of other buffers.
1960         (gnus-summary-show-complete-article): Intern before setting.
1961
1962 2010-09-27  David Engster  <dengste@eml.cc>
1963
1964         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
1965         well as HEADERS.
1966         (nnmairix-retrieve-headers): Provide new argument for the above.
1967
1968 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1969
1970         * gnus-sum.el (gnus-summary-move-article): Don't alter
1971         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
1972         group.
1973
1974         * nnimap.el (nnimap-update-info): Don't destructively alter active.
1975
1976         * message.el (message-cite-prefix-regexp): Revert my last edit.
1977
1978         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
1979         variable instead of the Gnus variable.
1980
1981         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
1982
1983         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
1984         again.
1985
1986         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
1987         since some servers don't like it.
1988         (nnimap-open-connection): Forget credentials if the server says the
1989         password was wrong.
1990         (nnimap-parse-line): Protect against invalid data.
1991
1992         * gnus-sum.el (gnus-summary-move-article): Add comment.
1993         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
1994         nothing alters it while scanning for new messages.
1995
1996         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
1997         which may or may not help.
1998         (nnimap-open-connection): If we're doing a stream connection, and then
1999         discover we're on a STARTTLS-capable server, then open a STARTTLS
2000         connection instead.
2001
2002 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2003
2004         * nnimap.el (utf7): Required.
2005
2006         * message.el (message-cite-prefix-regexp): Remove "}" from citation
2007         prefix.
2008
2009 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
2010
2011         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
2012
2013 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2014
2015         * nnimap.el (nnimap-request-accept-article): Message the error on
2016         error.
2017
2018 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2019
2020         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
2021
2022 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2023
2024         * nndoc.el (nndoc-request-list): Return success always.
2025
2026         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
2027         `fetch-old' -- we only want to fetch the articles we've requested.  The
2028         rest are in the agent, probably.
2029         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
2030         disappeared server" to something low.  It's not important.
2031
2032         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
2033         arrived before the FETCH data.
2034
2035         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
2036         target here, because we don't know the Gnus name of the group.
2037
2038         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
2039         for the correct group.
2040
2041         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
2042
2043         * gnus.el (gnus): Give a final warning after startup.
2044
2045         * gnus-util.el (gnus-action-message-log): New variable.
2046         (gnus-message): Use it.
2047         (gnus-final-warning): New function.
2048
2049         * nnimap.el (nnimap-open-connection): Record the greeting.
2050         (nnimap): Add greeting.
2051
2052 2010-09-26  Julien Danjou  <julien@danjou.info>
2053
2054         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
2055         arguments.
2056         (gnus-html-wash-images): Fix spec computing to include start/end.
2057
2058         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
2059
2060 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2061
2062         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
2063         deletion.
2064         (nnimap-retrieve-headers): Don't select the group, because that's
2065         already done by nnimap-possibly-change-group.
2066
2067         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
2068         (gnus-picon-transform-address): Use it.
2069
2070         * mail-source.el (mail-source-value): Revert previous patch.
2071
2072         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
2073         on failure.
2074         (nnimap-open-connection): Look up both virtual and physical server name
2075         credentials.
2076
2077         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
2078
2079 2009-02-07  Dave Love  <fx@gnu.org>
2080
2081         * tls.el (open-tls-stream): Don't query killing process.
2082
2083 2009-02-08  Dave Love  <fx@gnu.org>
2084
2085         * gnus-win.el (gnus-window-to-buffer-helper,
2086         gnus-all-windows-visible-p): Function needn't be a symbol.
2087
2088         * mail-source.el (mail-source-value): Function needn't be a symbol.
2089
2090 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2091
2092         * message.el (message-cite-prefix-regexp): Remove } from the cite
2093         prefix.
2094
2095         * gnus-art.el (gnus-treatment-function-alist): Do picons before
2096         highlight again, so that the highlight is correct.
2097
2098         * gnus-picon.el (gnus-picon): Remove again.
2099         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
2100
2101         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
2102         doing the header highlightling, so that the background colour of the
2103         picon is correct.
2104
2105         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
2106         (gnus-picon): Ditto.
2107         (gnus-picon): Reinstate.  The background colour for picons is white.
2108         (gnus-picon-insert-glyph): Make the background white.
2109
2110         * nnml.el (nnml-open-nov): Don't return dead buffers.
2111
2112         * auth-source.el (auth-source-create): Query the user for whether to
2113         store the credentials.
2114
2115         * netrc.el (netrc-store-data): New function.
2116
2117         * auth-source.el (auth-source-user-or-password): Use the existing auth
2118         sources, if any, for creation.
2119
2120         * gnus.el (gnus-group-fast-parameter): Return the last matching
2121         parameter instead of the first matching parameter.
2122
2123 2010-09-26  Julien Danjou  <julien@danjou.info>
2124
2125         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
2126
2127 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2128
2129         * mml2015.el (mml2015-use): Remove gpg support.
2130
2131         * mml1991.el (mml1991-function-alist): Remove gpg function.
2132         (mml1991-gpg-sign): Removed.
2133
2134 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
2135
2136         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
2137         (gnus-browse-unsubscribe-current-group): Document it.
2138         (gnus-browse-unsubscribe-group): Use it.
2139
2140 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2141
2142         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
2143         address to the To list for easier response.
2144
2145         * gnus.el (gnus-play-startup-jingle): Removed.
2146         (gnus-splash): Don't play jingle.
2147         (gnus): Silence gnus-load message.
2148
2149         * gnus-art.el (gnus-treat-play-sounds): Removed.
2150
2151         * gnus.el (gnus-play-jingle): Remove audio support.
2152
2153         * gnus-cus.el (gnus-score-customize): Remove audio reference.
2154
2155         * earcon.el: Removed -- no users.
2156
2157         * gnus-audio.el: Removed -- no users of this package.
2158
2159         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
2160
2161         * gnus-start.el (gnus-setup-news): Remove nocem support.
2162
2163         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
2164
2165         * gnus.el (gnus-use-nocem): Removed.
2166
2167         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
2168         Removed.
2169
2170         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
2171         uses NoCeM any more.
2172
2173         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
2174         (gnus-button-ctan-handler): Ditto.
2175         (gnus-button-handle-ctan-bogus-regexp): Ditto.
2176         (gnus-button-ctan-directory-regexp): Ditto.
2177         (gnus-button-handle-ctan): Ditto.
2178         (gnus-button-tex-level): Ditto.
2179         (gnus-button-alist): Removed CTAN stuff.
2180
2181 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2182
2183         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
2184         nnimap-streaming test.
2185
2186         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
2187         servers twice.
2188
2189         * nnimap.el (nnimap-open-connection): Add more error reporting when
2190         nnimap fails early.
2191
2192         * nnheader.el (nnheader-get-report-string): New function.
2193         (nnheader-get-report): Use it.
2194
2195         * gnus-int.el (gnus-check-server): Say what the error was when opening
2196         failed.
2197
2198         * nnimap.el (nnimap-wait-for-response): Search further when we're not
2199         using streaming.
2200
2201 2010-09-25  Julien Danjou  <julien@danjou.info>
2202
2203         * gnus-html.el (gnus-html-rescale-image): Use our defalias
2204         gnus-window-inside-pixel-edges.
2205
2206 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2207
2208         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
2209
2210         * mm-decode.el (mm-save-part): Allow saving to other directories the
2211         normal Emacs way.
2212
2213         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
2214         by Jay Berkenbilt.
2215
2216         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
2217         there isn't a single byte.
2218
2219         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
2220         just do it.  It doesn't really seem to matter what the user responds
2221         here, I think, so it's just a confusing question.
2222
2223         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
2224         non-streaming case.
2225
2226         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
2227         (gnus-article-encrypt-body): Use it.
2228
2229         * gnus-sum.el (gnus-summary-show-complete-article): New command and
2230         keystroke.
2231
2232         * nnimap.el (nnimap-find-wanted-parts-1): Use
2233         gnus-fetch-partial-articles.
2234
2235         * gnus-art.el (gnus-fetch-partial-articles): New variable.
2236
2237         * nnimap.el (nnimap-insert-partial-structure): New function.
2238         (nnimap-get-partial-article): New function.
2239         (nnimap-request-article): Use it.
2240         (nnimap-wait-for-response): Return whether the wait was successful.
2241         (nnimap-finish-retrieve-group-infos): Don't do anything if the
2242         retrieval wasn't successful.
2243         (nnimap-retrieve-group-data-early): Allow throttling servers.
2244         (nnimap-streaming): New variable.
2245         (nnimap-fetch-partial-articles): Removed.
2246
2247         * mm-decode.el (mm-with-part): Protect against killed buffers.
2248
2249         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
2250         for prettier summary display.
2251
2252 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
2253
2254         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
2255         directly.
2256
2257 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2258
2259         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
2260         apparently third-party libraries depend on it.
2261
2262         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
2263         before starting negotiation.
2264
2265         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
2266         privacy reasons.
2267         (gnus-treat-mail-gravatar): Ditto.
2268
2269         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
2270         buffer when inserting images.  Inserting text into the headers, for
2271         instance, can make them invalid.
2272
2273 2010-09-25  Julien Danjou  <julien@danjou.info>
2274
2275         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
2276         variables.
2277
2278         * nnheader.el: Remove useless variables news-reply-yank-from and
2279         news-reply-yank-message-id.
2280
2281         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
2282         variables.
2283
2284         * mml1991.el: Remove useless mml1991-verbose.
2285
2286         * gnus.el: Remove useless variable gnus-use-generic-from.
2287         Remove obsolete variable gnus-topic-indentation.
2288
2289         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
2290
2291         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
2292
2293         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
2294
2295         * gnus-group.el: Remove useless gnus-group-icon-cache.
2296         Remove useless gnus-ephemeral-group-server.
2297
2298         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
2299
2300         * mml2015.el: Remove useless mml2015-verbose.
2301
2302         * mml-smime.el: Remove useless mml-smime-verbose.
2303
2304         * gnus.el: Remove useless gnus-local-domain.
2305
2306         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
2307         gnus-gravatar-size.
2308
2309         * gnus-art.el: Remove useless gnus-treat-translate.
2310
2311 2010-09-24  Julien Danjou  <julien@danjou.info>
2312
2313         * gnus-sum.el: Add support for Gravatars.
2314
2315         * gnus-art.el: Add support for Gravatars.
2316
2317         * gnus-gravatar.el: Add this file.
2318
2319         * gravatar.el: Add this file.
2320
2321 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2322
2323         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
2324
2325         * gnus-group.el (gnus-group-fetch-faq): Removed.
2326
2327         * gnus.el (gnus-group-faq-directory): Removed.
2328
2329         * gnus-group.el (gnus-group-fetch-charter): Removed.
2330
2331         * gnus.el (gnus-group-charter-alist): Removed.
2332
2333         * gnus-group.el (gnus-group-archive-directory): Removed.
2334         (gnus-group-recent-archive-directory): Ditto.
2335         (gnus-group-make-archive-group): Removed.
2336
2337         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
2338
2339         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
2340         use the same article number for all the cached articles.
2341
2342         * nnimap.el (nnimap-command): Register the last command time so
2343         that we can use it for idling NOOPs.
2344         (nnimap-open-connection): Start the keeplive timer.
2345         (nnimap-make-process-buffer): Store all the process buffers.
2346         (nnimap-keepalive): New function.
2347
2348         * starttls.el (starttls-open-stream): Add autoload cookie.
2349
2350 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2351
2352         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
2353         handling.
2354
2355 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2356
2357         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
2358         its data structures.
2359
2360         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
2361         instead of the cl.el copy-list.
2362         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
2363         equalp.
2364
2365 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2366
2367         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
2368         and tool-bar-local-item-from-menu.
2369
2370         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
2371         mode-line-highlight face for Emacs.
2372
2373         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
2374         loading gnus-sum.elc; fix comment for canlock-verify.
2375         (gnus-article-jump-to-part): Use read-number.
2376         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
2377         Emacs pre-21 compatible code for help-echo.
2378         (gnus-article-next-page-1): No need to adjust the number of lines.
2379         (gnus-article-describe-bindings): Always use help-buffer.
2380
2381         * gnus-audio.el (gnus-audio-inline-sound)
2382         * gnus-cus.el (gnus-custom-mode)
2383         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
2384
2385         * gnus-sum.el (gnus-remove-overlays): Doc fix.
2386
2387         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
2388         compatible code.
2389
2390 2010-09-24  Glenn Morris  <rgm@gnu.org>
2391
2392         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
2393         visiting the fcc file in rmail-mode.
2394
2395         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
2396
2397 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2398
2399         * nnir.el: Silence the byte compiler.
2400
2401         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
2402         alias to browse-url-url-encode-chars if any.
2403         (gnus-html-encode-url): Use it.
2404
2405 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2406
2407         * gnus-start.el (gnus-use-backend-marks): New variable.
2408         (gnus-get-unread-articles-in-group): Use it.
2409
2410         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
2411         makeover.
2412
2413 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2414
2415         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
2416
2417 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2418
2419         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
2420         Removed.
2421         (gnus-setup-news-hook): Removed
2422         gnus-fixup-nnimap-unread-after-getting-new-news.
2423
2424         * gnus-int.el (gnus-request-update-info): Protect against backends not
2425         having the function.
2426
2427         * nnimap.el (nnimap-stream): Mention starttls.
2428         (nnimap-open-connection): Add starttls support.
2429
2430 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2431
2432         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
2433
2434 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2435
2436         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
2437         BODYSTRUCTUREs.
2438         (nnimap-transform-headers): Unfold quoted {42} headers.
2439
2440         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
2441         the info.
2442         (gnus-get-unread-articles): Only call updatep on backends that support
2443         it.
2444
2445         * nnweb.el (nnweb-request-update-info): NOOP.
2446
2447         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
2448
2449         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
2450         since it only deals with marks.
2451
2452         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
2453         gnus-request-marks, and make a new gnus-request-update-info.
2454
2455         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
2456         the active instead of the high number, which is usually too low.
2457
2458 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
2459
2460         * netrc.el (netrc-parse): Remove encrypt.el mentions.
2461         * encrypt.el: Removed.
2462
2463 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2464
2465         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
2466         server in symbolic form.
2467
2468         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
2469         0.9.
2470
2471 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2472
2473         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
2474         (nnimap-update-info): Fix up code slightly.
2475
2476         * gnus-int.el (gnus-open-server): Add tracing for performance
2477         debugging.
2478
2479         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
2480         (gnus-group-insert-group-line): Pass the real group name so that it
2481         gets the right data.
2482
2483         * gnus-start.el (gnus-get-unread-articles): Don't have
2484         `gnus-get-unread-articles-in-group' update info, since that can be
2485         really slow and doesn't seem to be needed?
2486
2487 2010-09-22  Dan Christensen  <jdc@uwo.ca>
2488
2489         * time-date.el (date-to-time): Try using parse-time-string first before
2490         using the slower timezone-make-date-arpa-standard.
2491
2492 2010-09-22  Julien Danjou  <julien@danjou.info>
2493
2494         * gnus-group.el (gnus-group-insert-group-line): Call
2495         gnus-group-highlight-line.
2496         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
2497         default hook list.
2498         (gnus-group-update-eval-form): Add new function.
2499         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
2500         (gnus-group-get-icon): Use gnus-group-update-eval-form.
2501
2502 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2503
2504         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
2505         immediate, then expire all articles.
2506         (nnimap-update-info): Fix off-by-one errors.
2507         (nnimap-flags-to-marks): Would return no marks lists for group with no
2508         flags.  Instead return the other data.
2509
2510 2010-09-22  Julien Danjou  <julien@danjou.info>
2511
2512         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
2513         Only return an icon.
2514         (gnus-group-insert-group-line): Compute icon to return.
2515
2516         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
2517         variable.
2518         (gnus-html-image-fetched): Only cache if
2519         gnus-html-image-automatic-caching is set.
2520         (gnus-html-image-fetched): Check for errors.
2521
2522 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2523
2524         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
2525         once per method on `g'.  This ensures that backends like nnfolder don't
2526         open all their folders.
2527
2528         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
2529         (nnimap-request-list): Nix out group in the correct buffer.
2530         (nnimap-parse-flags): Implement by using `read' instead of
2531         hand-parsing.
2532         (nnimap-flags-to-marks): Pass on permanent-flags.
2533         (nnimap-make-process-buffer): Record the server name.
2534         (nnimap-parse-flags): Fix typo.
2535         (nnimap-request-scan): Run split on the server in general, not just a
2536         single group.
2537
2538         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
2539         parameter, and propagate this downwards.
2540
2541         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
2542         since EXAMINE changes it on the server.
2543
2544         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
2545         this command might take a while.
2546
2547 2010-09-22  Julien Danjou  <julien@danjou.info>
2548
2549         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
2550         harmful if you have 2 images side-by-side, they can't be properly
2551         update on text deletion.  Using text-property is safer here.
2552         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
2553         data.
2554
2555 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2556
2557         * nnimap.el (nnimap-expunge-inbox): Removed.
2558         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
2559         (nnimap-expunge): Flip default to t.
2560
2561         * gnus.el (gnus-method-to-server): Don't push things to the cache
2562         unless it's unique.
2563         (gnus-server-to-method): Ditto.
2564
2565 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2566
2567         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
2568
2569 2010-09-22  Julien Danjou  <julien@danjou.info>
2570
2571         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
2572         get the start of data.
2573         (gnus-html-encode-url): Add this function to encode special chars in
2574         URL.
2575         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
2576         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
2577
2578         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
2579         default.
2580         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
2581
2582         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
2583         images alt-text.
2584         (gnus-html-put-image): Put alt-text as help-echo.
2585
2586 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2587
2588         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
2589         * mm-util.el (mm-decompress-buffer)
2590         * nnir.el (nnir-run-find-grep)
2591         * pop3.el (pop3-list): Use 3rd arg of split-string.
2592
2593         * time-date.el (format-seconds): Comment fix.
2594
2595         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
2596         and byte-optimize-form-code-walker.
2597         (dgnushack-make-auto-load): Don't advise make-autoload.
2598
2599         * lpath.el: Remove Emacs 21 stuff.
2600
2601 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2602
2603         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
2604         outside the active range.  Suggested by Dan Christensen.
2605
2606         * gnus-start.el (gnus-get-unread-articles): Get the extended method
2607         slightly later to avoid double-getting it.
2608
2609         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
2610         previous patch.
2611
2612         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
2613
2614 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
2615
2616         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
2617
2618 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2619
2620         * gnus-int.el (gnus-open-server): Give a better error message in the
2621         "go offline" case.
2622
2623         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
2624         marks for nnimap, which is seldom the right thing to do.
2625
2626         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
2627         (gnus-same-method-different-name): New function.
2628
2629         * nnimap.el (parse-time): Require.
2630
2631         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
2632         method in the presence of many similar methods.
2633
2634         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
2635
2636         * nnimap.el (nnimap-find-expired-articles): Don't refer to
2637         nnml-inhibit-expiry.
2638
2639         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
2640         find out whether methods are equal.
2641
2642         * nnimap.el (nnimap-find-expired-articles): New function.
2643         (nnimap-process-expiry-targets): New function.
2644         (nnimap-request-move-article): Request the article before looking at
2645         what the Message-ID is.  Fix found by Andrew Cohen.
2646         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
2647
2648         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
2649         for oldness in addition to being a predicate.
2650
2651         * nnimap.el (nnimap-request-group): When we have zero articles, return
2652         the right data to Gnus.
2653         (nnimap-request-expire-articles): Only delete articles immediately if
2654         the target is 'delete.
2655
2656         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
2657         method, this would bug out.
2658
2659         * gnus-group.el (gnus-group-expunge-group): Renamed from
2660         gnus-group-nnimap-expunge, and implemented as a normal interface
2661         function.
2662
2663         * gnus-int.el (gnus-request-expunge-group): New function.
2664
2665         * nnimap.el (nnimap-request-create-group): Implement.
2666         (nnimap-request-expunge-group): New function.
2667
2668 2010-09-21  Julien Danjou  <julien@danjou.info>
2669
2670         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
2671         (gnus-html-cache-expired): Add new function.
2672         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
2673         wethever we should display image for fetch it.
2674         Compute alt-text earlier to pass it to the fetching function too.
2675         (gnus-html-schedule-image-fetching): Change function argument to only
2676         get one image at a time, not a list.
2677         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
2678         cache.
2679         (gnus-html-get-image-data): New function to retrieve image data from
2680         cache.
2681         (gnus-html-put-image): Change buffer argument to use image data rather
2682         than file, and place image above region rather than inserting a new
2683         one. Do not take alt-text as argument, since it's useless now: we place
2684         the image above alt-text.
2685         (gnus-html-prune-cache): Remove.
2686         (gnus-html-show-images): Start to fetch image when we find one, do not
2687         push into a temporary list.
2688         (gnus-html-prefetch-images): Only fetch image if they have expired.
2689         (gnus-html-browse-image): Fix, use 'gnus-image-url.
2690         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
2691
2692 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2693
2694         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
2695
2696 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2697
2698         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
2699         spec inser "*" if the group isn't active instead of 0.
2700
2701         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
2702         opening the server.
2703         (nnimap-request-delete-group): Implement group deletion.
2704         (nnimap-transform-headers): Return the size of the entire message in
2705         the Bytes header, not just the size of the first part.
2706         (nnimap-request-move-article): When moving an article from nnimap,
2707         request the article first so the accepting form has an article to
2708         accept.  Reported by Dan Christensen.
2709         (nnimap-command): Make sure that the error message doesn't error out.
2710
2711 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
2712
2713         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
2714         we haven't requested anything.
2715
2716 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2717
2718         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
2719         "".  Fix found by Andrew Cohen.
2720
2721         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
2722         instead of -encode-string.
2723
2724 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2725
2726         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
2727
2728         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
2729         by mm-subst-char-in-string.
2730
2731 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2732
2733         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
2734         waiting for the connection string.
2735
2736         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
2737         arriving.
2738
2739         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
2740         bogus characters.  This allows selecting certain Gmail groups.
2741
2742         * nnimap.el (nnimap-find-wanted-parts-1): New function.
2743         (nnimap-fetch-partial-articles): New variable.
2744         (nnimap-open-connection): When looking for credentials, also use the
2745         nnimap-server-port.
2746         (nnimap-request-article): Return the group/article number, so that Gnus
2747         `^' works as expected.
2748         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
2749         them.
2750
2751         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
2752         comments.
2753         (gnus-methods-sloppily-equal): New function.
2754         (gnus): When using the development version of Gnus, load the gnus-load
2755         file.
2756
2757         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
2758         `gnus-open-server' on each method before trying to scan them etc.  This
2759         ensures that all the backend parameters are set correctly.
2760
2761         * nnimap.el (nnimap-authenticator): New variable.
2762         (nnimap-open-connection): Allow anonymous login.
2763         (nnimap-transform-headers): The chars header is called Chars not
2764         Bytes.
2765         (nnimap-wait-for-response): Don't infloop if the IMAP connection
2766         drops.
2767
2768         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
2769         patch, found by Knut Anders Hatlen.
2770
2771 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
2772
2773         * gnus-agent.el (gnus-agent-batch-confirmation)
2774         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
2775         to gnus-message.
2776         * gnus-art.el (gnus-article-describe-briefly): Likewise.
2777         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
2778         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
2779         * gnus-int.el (gnus-open-server): Likewise.
2780         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
2781         (gnus-score-check-syntax): Likewise.
2782         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
2783         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
2784         Likewise.
2785         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
2786
2787 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2788
2789         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
2790         calling conventions so that prefetch doesn't bug out.
2791
2792 2010-09-19  Julien Danjou  <julien@danjou.info>
2793
2794         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
2795         rather than `subst-char-in-region' in order to be able to replace ASCII
2796         char by UTF-8 ones.
2797
2798         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
2799         than curl.
2800         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
2801         the right URL and ALT text on images.
2802         (gnus-html-wash-tags): Fix tag case.
2803         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
2804         (gnus-article-html): Add -o display_ins_del=2 option.
2805         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
2806
2807 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2808
2809         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
2810         the extra mail headers, which sometimes seem to happen for unknown
2811         reasons.
2812
2813         * mail-parse.el (mail-header-encode-parameter): Define as
2814         rfc2045-encode-string instead of as rfc2231-encode-string, since some
2815         (or most, perhaps?) mail readers don't understand the latter, but do
2816         understand the former.
2817
2818         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
2819         to nil, so that no methods are automatically agentized.  I think this
2820         is probably what most users want.
2821
2822         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
2823         from url-retrieve, for instance about invalid URLs.
2824
2825         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
2826         groups that have no articles.
2827         (nnimap-request-article): Check that we really got an article when we
2828         requested one.
2829
2830         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
2831         doesn't exist.
2832
2833         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
2834         nntp buffer so the agent can save it.
2835         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
2836         that CRLF doesn't get translated to \n.
2837         (nnimap-open-connection): Don't make 'shell commands only send \n.
2838
2839 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2840
2841         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
2842         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
2843         Update var name.
2844         (nnml-generate-nov-file): Use dolist.
2845         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
2846         Use with-current-buffer.
2847
2848 2010-09-18  Julien Danjou  <julien@danjou.info>
2849
2850         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
2851         parallel.
2852
2853 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2854
2855         * nnimap.el (nnimap-update-info): When doing partial marks update, get
2856         the range update right.
2857         (nnimap-request-group): Don't make `M-g' bug out on group with no
2858         marks.
2859         (nnoo): Required, so that other packages can require nnimap.
2860         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
2861         command we're looking for.  This helps when the server sends more
2862         responses after we've gotten everything we expected.
2863         (nnimap): Add a `newlinep' field to keep track of end-of-line
2864         conventions.
2865         Don't send CRLF to things that don't want it.
2866         (nnimap-request-accept-article): Ditto.
2867
2868 2010-09-18  Julien Danjou  <julien@danjou.info>
2869
2870         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
2871         than curl to retrieve images.
2872
2873 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2874
2875         * nnimap.el (nnimap-update-info): Extend the info so that we can set
2876         the marks.
2877         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
2878         (nnimap-wait-for-connection): New function.
2879         (nnimap-open-connection): If we have PREAUTH, don't query for login
2880         credentials.
2881         (nnimap-update-info): Fix off-by-one error when concatenating ranges
2882         when doing a partial update.
2883
2884 2010-09-18  Julien Danjou  <julien@danjou.info>
2885
2886         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
2887         tags.
2888
2889 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2890
2891         * nnimap.el (nnimap-credentials): New function.
2892         (nnimap-open-connection): Use the new function to look for credentials
2893         also on the numeric equivalents of "imap" and "imaps".
2894
2895         * gnus-start.el (gnus-activate-group): Send the info to
2896         gnus-request-group.
2897
2898         * nnimap.el (nnimap-request-group): Have the "check" version of the
2899         function parse flags and update the info, so that a `M-g' get a total
2900         resync of all flags from the group.
2901
2902         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
2903         to allow backends to alter the info on group selection.  Also alter all
2904         the backend -request-group functions to take the parameter.
2905
2906         * nnimap.el (nnimap-store-info): New function.
2907         (nnimap-update-info): Store the info for later usage.
2908         (nnimap-request-group): Use the stored info for the dont-check case, so
2909         that we don't retrieve all marks when we enter a group.
2910
2911         * nnimap.el: Use deffoo instead of defun for interface functions.
2912
2913         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
2914         update the group info.  This makes the nndraft groups, for instance, go
2915         back to their old behaviour.
2916
2917         * gnus-sum.el (gnus-select-newsgroup): Indent.
2918
2919         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
2920         in.
2921         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
2922         nothing.
2923
2924         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
2925         from methods that are denied.
2926
2927         * gnus-int.el (gnus-method-denied-p): New function.
2928
2929         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
2930         store the password instead of netrc.
2931         (nnimap-open-connection): Don't error out when we can't make a
2932         connections.
2933
2934         * auth-source.el (auth-source-create): In the password prompt, say what
2935         we're querying for.  Also prompt for user name if that hasn't been
2936         given.
2937
2938         * nnimap.el (nnimap-with-process-buffer): Removed.
2939
2940 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2941
2942         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
2943         method when we're reading from the agent.
2944
2945         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
2946
2947         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
2948         that's probably most useful for users.
2949
2950         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
2951         "failed" all the time.
2952
2953         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
2954         ...)) with (with-current-buffer ... ).
2955
2956         * nntp.el (nntp-open-server): Return whether the open was successful or
2957         not.
2958
2959         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
2960         select an unread unseen article first.
2961
2962         * nnimap.el (nnimap-open-connection): If the user doesn't have a
2963         /etc/services, supply some sensible port defaults.
2964
2965         * dgnushack.el: Define netrc-credentials.
2966
2967 2010-09-17  Julien Danjou  <julien@danjou.info>
2968
2969         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
2970
2971 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2972
2973         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
2974         doesn't have any parameters.
2975
2976 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2977
2978         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
2979         only upcased checks.
2980
2981         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
2982
2983         * nnimap.el (nnimap-open-shell-stream): New function.
2984         (nnimap-open-connection): Use it.
2985         (nnimap-transform-headers): Get the number of lines in each message.
2986         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
2987         number of lines.
2988         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
2989         problem.
2990
2991         * utf7.el (utf7-encode): Autoload.
2992
2993         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
2994         to allow the mail splitting to not return a default group.  This is
2995         useful for nnimap, which will leave unmatched mail in the inbox.
2996
2997         * nnimap.el: Rewritten.
2998
2999         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
3000         nnimap usage.
3001
3002         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
3003         if the move is internal, so that nnimap can do fast internal moves.
3004
3005         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
3006         data.
3007         (gnus-read-active-for-groups): Support finishing the early retrieval of
3008         data.
3009
3010         * gnus-range.el (gnus-range-nconcat): New function.
3011
3012         * gnus-int.el (gnus-finish-retrieve-group-infos)
3013         (gnus-retrieve-group-data-early): New functions.
3014
3015 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3016
3017         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
3018         (nnrss-retrieve-groups):
3019         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
3020         (pop3-quit): Use with-current-buffer.
3021
3022 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3023
3024         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
3025         instead of nnheader-accept-process-output.
3026
3027         * dgnushack.el (dgnushack-compile): Add comment.
3028
3029         * lpath.el: No need to fbind propertize for XEmacs 21.4.
3030
3031         * gnus-html.el (gnus-html-schedule-image-fetching)
3032         (gnus-html-prefetch-images): Replace process-kill-without-query by
3033         gnus-set-process-query-on-exit-flag.
3034
3035 2010-09-16  Romain Francoise  <romain@orebokech.com>
3036
3037         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
3038
3039 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3040
3041         * gnus-registry.el (gnus-registry-install-shortcuts): The second
3042         parameter to unintern is mandatory-ish in Emacs 24.
3043
3044         * gnus-html.el (gnus-html-schedule-image-fetching)
3045         (gnus-html-prefetch-images): Check for curl before using it.
3046
3047         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
3048         depend on curl, which isn't essential.
3049
3050         * imap.el: Revert back to version
3051         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
3052         seem problematic.
3053
3054 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3055
3056         * gnus-registry.el (gnus-registry-install-shortcuts):
3057         Explicitly pass `obarray' to `unintern' to avoid a warning.
3058
3059 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3060
3061         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
3062         change.
3063
3064         * nnrss.el (nnrss-request-list): Removed this function and related
3065         functions, including the moreover stuff.
3066
3067 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3068
3069         * nnrss.el (nnrss-retrieve-groups): New function.
3070
3071 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3072
3073         * .dir-locals.el: Add no-byte-compile cookie.
3074
3075 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3076
3077         * time-date.el (format-seconds): Comment fix.
3078
3079         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
3080         for back end that doesn't support request-scan.
3081
3082 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3083
3084         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
3085         then do request scans from the backends.
3086
3087         * netrc.el (netrc-credentials): New conveniency function.
3088
3089         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
3090         avoid running a hook per line, since this takes a lot of time,
3091         profiling shows.
3092         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
3093         directly if gnus-visual-p is true.
3094
3095 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3096
3097         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
3098         groups; replace mapcar with dolist which is a bit faster; pass groups
3099         info to gnus-read-active-file-1.
3100         (gnus-read-active-file-1): Scan only specified groups if the new
3101         optional arg `infos' is given.
3102
3103 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3104
3105         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
3106
3107         * pop3.el (pop3-movemail): Removed.
3108         (pop3-streaming-movemail): Renamed to pop3-movemail.
3109
3110         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
3111         don't restrict end-tag searches to the end of the line.
3112
3113 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3114
3115         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
3116         articles of every unchecked group to t, which means unknown since the
3117         server has never been opened.
3118
3119 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3120
3121         * gnus-html.el (gnus-html-show-alt-text): New command.
3122         (gnus-html-browse-image): Ditto.
3123         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
3124         to browse the image directly.
3125         (gnus-html-wash-tags): Search for images first, so that <a><img> works
3126         better.
3127
3128         * gnus-async.el (gnus-async-article-callback): Call
3129         `gnus-html-prefetch-images' unconditionally.
3130
3131         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
3132         before feeding URLs to curl.
3133
3134 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3135
3136         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
3137         internal images as deletable by `W D D'.
3138
3139         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
3140         (gnus-async-article-callback): Fix typo.
3141
3142 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3143
3144         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
3145         current line to work around bugs in the output from w3m.
3146
3147         * gnus-async.el (gnus-async-article-callback): Always prefetch images
3148         for groups that want that.
3149
3150         * nntp.el (nntp-wait-for-string): Supply a timeout for
3151         accept-process-output to ensure progress.
3152
3153         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
3154         level to get unread articles from, then use that for foreign groups,
3155         too.
3156
3157         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
3158         confuses the rest of the function.
3159
3160         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
3161         for the methods that support -retrieve-groups, too.
3162
3163         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
3164
3165 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3166
3167         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
3168         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
3169
3170         * pop3.el: Require cl when compiling.
3171         (pop3-number-of-responses): Search for "+OK", not "+OK ".
3172
3173 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3174
3175         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
3176         that aren't going to be activated.
3177         (gnus-get-unread-articles): Fix up the last commit.
3178
3179         * gnus-html.el (gnus-article-html): Allow calling without specifying
3180         the handle.  In that case, dissect the buffer first.
3181
3182         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
3183
3184         * nnimap.el (nnimap-open-connection): Revert the change that would look
3185         into authinfo for imaps instead of imap.
3186
3187         * gnus-start.el (gnus-activate-group): Take an optional parameter to
3188         say that you don't want to call gnus-request-group with don-check, but
3189         do check the reponse.  This is for virtual groups only.
3190         (gnus-get-unread-articles): Count the archive groups as secondary, so
3191         that they're activated the same way as before.
3192
3193         * imap.el (imap-message-map): Removed optional buffer parameter, since
3194         no callers use it.
3195         (imap-message-get): Ditto.
3196         (imap-message-put): Ditto.
3197         (imap-mailbox-map): Ditto.
3198         (imap-mailbox-put): Ditto.
3199         (imap-mailbox-get): Ditto.
3200         (imap-mailbox-get): Revert last change for this function.
3201
3202         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
3203         case-insensitively.
3204         (nnimap-debug): Removed.
3205
3206         * imap.el (imap-fetch-safe): Removed function, and altered all callers
3207         to use `imap-fetch' instead.  According to the comments, this should be
3208         safe, since all other IMAP clients use the 1:* syntax.
3209         (imap-enable-exchange-bug-workaround): Removed.
3210         (imap-debug): Removed -- doesn't seem very useful.
3211
3212         * mail-source.el (mail-source-fetch): Don't message if we're fetching
3213         mail from a file, and the file doesn't exist.
3214
3215         * imap.el (imap-log): New convenience function used throughout instead
3216         of repeating the same code all over the place.
3217
3218         * pop3.el (pop3-streaming-movemail): Return t for success.
3219
3220         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
3221         .authinfo if we're using ssl connection.
3222
3223         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
3224         already have if we're in a main Gnus `g' run.
3225
3226         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
3227
3228 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3229
3230         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
3231
3232         * nnmh.el (nnmh-request-list-1): Bind `file'.
3233
3234         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
3235         alias to set-process-query-on-exit-flag or process-kill-without-query.
3236         (pop3-open-server): Use it.
3237
3238 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3239
3240         * mail-source.el (mail-source-delete-crash-box): Always move the crash
3241         box to the Incoming file.  Fixes mistake in previous checkin.
3242
3243         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
3244         request loop (for debugging purposes) removed.
3245
3246         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
3247         culprit is more visible.
3248         (nnml-save-incremental-nov, nnml-open-incremental-nov)
3249         (nnml-add-incremental-nov): New functions to do "incremental" nov
3250         updates, where we just append to the end of the existing nov files
3251         without reading/writing them in full.
3252
3253         * mail-source.el (mail-source-delete-crash-box): Really only check the
3254         incoming files once in a while.
3255
3256         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
3257
3258         * mail-source.el (mail-source-delete-crash-box): Only check the
3259         incoming files for deletion once per day to save a lot of file
3260         accesses.
3261
3262         * pop3.el (pop3-logon): Fix up unbound variable typo.
3263
3264         * mail-source.el (pop3-streaming-movemail): Autoload.
3265
3266         * pop3.el (pop3-streaming-movemail): Respect
3267         pop3-leave-mail-on-server.
3268
3269         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
3270         retrieval.
3271
3272         * pop3.el (pop3-process-filter): Removed unused function.
3273         (pop3-streaming-movemail, pop3-send-streaming-command)
3274         (pop3-wait-for-messages, pop3-write-to-file)
3275         (pop3-number-of-responses): New functions for streaming pop3
3276         retrieval.
3277
3278         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
3279         come from no known methods.
3280         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
3281         list.
3282
3283         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
3284         message sizes.
3285         (pop3-movemail): Use erase-buffer instead of looping and deleting
3286         regions, which seems rather odd.
3287
3288         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
3289         file once per `g' run.
3290
3291         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
3292         directories.  This makes the draft queue directory work.
3293
3294         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
3295         data from the backends, so that we only request the list of groups from
3296         each method once.  This should speed things up considerably.
3297
3298         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
3299         detect that it's not implemented.
3300
3301         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
3302         we actually do recurse down into the tree, but don't stat all leaf
3303         nodes.
3304
3305         * gnus-html.el (gnus-html-show-images): If there are no images to show,
3306         then say so instead of bugging out.
3307
3308         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
3309         files exist before trying to read them.
3310
3311         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
3312         around <pre_int>.
3313
3314         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
3315
3316         * nnmh.el (nnmh-request-list-1): Optimize for speed.
3317
3318 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3319
3320         * mm-util.el (mm-image-load-path): Just return the image directories,
3321         not all directories in the path in addition to the image directories.
3322         (mm-image-load-path): Maintain a cache of the image directories so that
3323         the `g' command in Gnus doesn't have to stat dozens of directories each
3324         time.
3325
3326         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
3327         (gnus-html-wash-tags): Add a new `i' command to insert images.
3328         (gnus-html-insert-image): New command and keystroke.
3329         (gnus-html-redisplay-with-images): New command and keystroke.
3330         (gnus-html-show-images): Renamed command.
3331         (gnus-html-wash-tags): Remove more white space before <pre_int> image
3332         spacers.
3333         (gnus-html-wash-tags): Decode entities at the end, so that entities
3334         inside the tags don't mess up the rest of the "parsing".
3335
3336         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
3337         so that nnimap methods aren't agentized by default.  There's apparently
3338         many problems related to agent/imap behaviour.
3339
3340         * gnus-art.el (gnus-article-copy-string): New command and key binding.
3341
3342         * gnus-html.el: Doc fix.
3343
3344 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3345
3346         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
3347         specifier-spec-list for Emacs 21.
3348
3349         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
3350         glyph-width and glyph-height instead of display-graphic-p and
3351         image-size; make avoidance of displaying small images work for XEmacs.
3352
3353         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
3354         for XEmacs.
3355
3356         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
3357         of symbol that holds plist data.
3358         (gnus-process-plist): Remove plist of process after getting it.
3359
3360 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3361
3362         * message.el (message-generate-hashcash): Change default to
3363         'opportunistic if hashcash is installed.
3364
3365         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
3366         (gnus-html-put-image): Only call image-size once, since it's somewhat
3367         time-consuming on remote X servers.
3368
3369 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3370
3371         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
3372         type on data, not a file name.
3373
3374         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
3375         window-pixel-edges for Emacs 21.
3376
3377         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
3378         decoded contents.
3379         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
3380
3381 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3382
3383         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
3384         group line format, since it isn't very interesting.
3385
3386         * gnus-agent.el (gnus-agent-short-article),
3387         (gnus-agent-long-article): Increase values for these two variables,
3388         since most people are likely to have more network connection and
3389         storage than before.
3390
3391         * gnus.el (gnus-refer-article-method): Change default to 'current.
3392         When referring an article, the common behaviour is to refer it from the
3393         current select method, not the native select method.  The chances of
3394         the native select method having the message in question is rather slim
3395         these days.
3396
3397         * gnus-sum.el (gnus-auto-select-subject): Change default to
3398         `unseen-or-unread'.  I think it's likely that most people want to
3399         select an unseen article over a previously seen, but unread one.
3400
3401         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
3402         means that in the article buffer none of the minor mode elements will
3403         be shown, usually, and this is not desirable in most cases.
3404
3405         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
3406         that commands like `d' (and the like) go to the next line in the
3407         buffer, instead of the next unread article.  I think this is the
3408         behaviour that is most natural for most users.
3409         (gnus-single-article-buffer): Change default to nil, so that people can
3410         have as many article buffers open as they have summary buffer.  I think
3411         this is the most natural way for the groups to behave.
3412
3413         * message.el (message-generate-new-buffers): Change default to
3414         `unsent', so that all new message buffers start their names with the
3415         string "*unsent", and it's easier to find the buffers if you move from
3416         them.
3417
3418 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3419
3420         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
3421         small.  They're probably tracking images.
3422         (gnus-html-wash-tags): Remove all <pre_int> place holders.
3423         (gnus-html-rescale-image): Yet another try at getting the image sizing
3424         right.
3425
3426         * nntp.el (nntp-request-set-mark): Refuse to do marks if
3427         nntp-marks-file-name is nil.
3428
3429 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3430
3431         * gnus-html.el (gnus-html-wash-tags)
3432         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
3433         Better logging.
3434
3435 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3436
3437         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
3438
3439         * gnus-html.el (gnus-html-wash-tags): Check the value of
3440         gnus-blocked-images in the summary buffer.
3441
3442 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3443
3444         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
3445
3446 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3447
3448         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
3449         like "a", it seems like.
3450         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
3451         since it needs to be picked from the correct buffer.
3452
3453         * nnwfm.el: Removed.
3454
3455         * nnlistserv.el: Removed.
3456
3457 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3458
3459         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
3460         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
3461
3462 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3463
3464         * nnkiboze.el: Removed.
3465
3466         * nndb.el: Removed.
3467
3468         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
3469         alt text.
3470         (gnus-html-rescale-image): Try to get the rescaling logic right for
3471         images that are just wide and not tall.
3472
3473         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
3474         overshadow variable bindings.
3475
3476 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3477
3478         * gnus-html.el (gnus-html-wash-tags)
3479         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
3480         extra logging.
3481
3482 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3483
3484         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
3485         (gnus-max-image-proportion): New variable.
3486         (gnus-html-rescale-image): New function.
3487         (gnus-html-put-image): Rescale images.
3488
3489 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3490
3491         Fix up some byte-compiler warnings.
3492         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
3493         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
3494         (gnus-article-fill-cited-article, gnus-article-hide-citation)
3495         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
3496         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
3497         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
3498         (gnus-group-update-group): Use save-excursion and with-current-buffer.
3499
3500 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3501
3502         * gnus-html.el (gnus-article-html): Decode contents by charset.
3503
3504 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3505
3506         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
3507         (gnus-html-frame-width, gnus-blocked-images)
3508         * message.el (message-prune-recipient-rules): Add custom version.
3509         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
3510
3511         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
3512         functions.
3513
3514         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
3515         gnus-process-get.
3516
3517 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
3518
3519         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
3520         instead of lsub directly.
3521
3522 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3523
3524         * nnwarchive.el: Removed.
3525
3526         * gnus-soup.el: Removed.
3527
3528         * nnsoup.el: Removed.
3529
3530         * nnultimate.el: Removed.
3531
3532         * gnus-html.el (gnus-blocked-images): New variable.
3533
3534         * message.el (message-prune-recipients): New function.
3535         (message-prune-recipient-rules): New variable.
3536
3537         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
3538         guess whether a long line is natural text or not.
3539
3540         * gnus-html.el (gnus-html-schedule-image-fetching): Use
3541         gnus-process-plist and friends for compatibility.
3542
3543 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3544
3545         * gnus-html.el: Require packages that define macros used in this file.
3546         (gnus-article-mouse-face): Declare to silence byte-compiler.
3547         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
3548         process-get.
3549         (gnus-html-put-image): Use plist-get to avoid getf.
3550         (gnus-html-prefetch-images): Use with-current-buffer.
3551
3552 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3553
3554         * gnus-ems.el: Provide compatibility functions for
3555         gnus-set-process-plist.
3556
3557         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
3558         header-line-format for XEmacs 21.4.
3559
3560         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
3561         * gnus.el (gnus-valid-select-methods)
3562         * message.el (message-send-mail-partially-limit)
3563         * mm-decode.el (mm-text-html-renderer)
3564         * mml.el (mml-insert-mime-headers-always)
3565         * smiley.el (smiley-regexp-alist): Bump custom version.
3566
3567 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3568
3569         * gnus-html.el: require mm-url.
3570         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
3571         with the url to `url'.
3572         (gnus-html-wash-tags): Support cid: URLs/images.
3573
3574 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3575
3576         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
3577         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
3578         bindings, as they aren't useful at all.  `w' is moved to `W w'.
3579
3580         * gnus-move.el: Removed file, since it doesn't really work.
3581
3582         * gnus-html.el (gnus-article-html): Tell w3m that the input is
3583         UTF-8.  This seems to fix problems with some German web feeds.
3584
3585         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
3586         at the top so that the proper colours are applied.
3587
3588         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
3589         don't have dots in their names.
3590
3591         * gnus-art.el (gnus-article-view-part): Doc fix.
3592
3593         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
3594         XEmacs-compatible.
3595         (gnus-html-put-image): Don't do images on non-graphic displays.
3596
3597         * nnslashdot.el: Removed this unused backend.
3598
3599         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
3600         actions.
3601         (gnus-undo-register-1): Revert last change.
3602
3603         * gnus-group.el (gnus-group-completing-read): Protect against not
3604         having completion-styles bound.
3605
3606         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
3607         make broken recipients happier.
3608
3609         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
3610
3611         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
3612         point parameter.
3613
3614         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
3615
3616         * gnus-group.el (gnus-group-completing-read): Add 'substring to
3617         completion-styles for group selection.
3618
3619 2009-02-04  Andreas Schwab  <schwab@suse.de>
3620
3621         * gnus-score.el (gnus-score-string): Fix regex for matching extra
3622         headers and regexp-quote the match if necessary.
3623
3624 2009-03-24  Miles Bader  <miles@gnu.org>
3625
3626         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
3627         the blinking smiley.
3628
3629 2009-03-24  Simon Josefsson  <simon@josefsson.org>
3630
3631         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
3632         blink smiley.
3633
3634 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3635
3636         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
3637         where the dribbel file lives exists.
3638
3639         * message.el (message-send-mail-partially-limit): Change the default to
3640         nil, since most people don't want this.
3641
3642         * mm-url.el (mm-url-decode-entities): Also decode entities like
3643         &#x3212.
3644
3645 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
3646
3647         * gnus-sum.el (gnus-summary-idna-message):
3648         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
3649         Hyperlink urls in docstrings with URL `...'.
3650
3651 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
3652
3653         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
3654         functions.
3655
3656 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3657
3658         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
3659         say what the mouseover text should be.
3660
3661         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
3662         version of the mm-w3m-safe-url-regexp variable to only download images
3663         in the groups where we want that to happen.
3664
3665         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
3666
3667         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
3668         easier debugging.
3669         (gnus-article-beginning-of-window): Add kludge to allow spacing past
3670         big pictures in the article buffer.
3671
3672         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
3673         gnus-article-html.
3674         (mm-text-html-renderer): gnus-article-html needs curl in addition to
3675         w3m.
3676
3677         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
3678
3679 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3680
3681         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
3682         which doesn't exist.
3683
3684         * message.el (message-inhibit-ecomplete): New variable to allow some
3685         function to inhibit ecomplete address storage.
3686         (message-resend): Disable ecomplete message storage when resending
3687         messages.
3688
3689         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
3690
3691 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3692
3693         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
3694         Save excursion while copying, moving, and deleting articles in order to
3695         prevent the cursor from jumping to unforeseen place.
3696
3697 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3698
3699         * lpath.el: No need to bind bookmark-current-buffer,
3700         bookmark-yank-point and bookmark-make-record-function.
3701
3702 2010-08-17  Glenn Morris  <rgm@gnu.org>
3703
3704         * gnus-sync.el: Require gnus components whose functions are used.
3705
3706         * gnus-art.el (bookmark-make-record-function):
3707         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
3708         Declare for compiler.
3709
3710         * mm-url.el (mml-compute-boundary): Autoload.
3711
3712 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3713
3714         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
3715
3716 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
3717
3718         Typo fix "hoo4a" -> "hook".
3719
3720         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
3721
3722 2010-08-14  Glenn Morris  <rgm@gnu.org>
3723
3724         * gnus-sync.el (gnus-sync): Fix defgroup version.
3725
3726 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
3727
3728         Doc fixes and keep unknown groups (ammended for nunion bug fix).
3729
3730         * gnus-sync.el: Fix docs.
3731         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
3732         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
3733
3734 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3735
3736         Optimizations for gnus-sync.el.
3737
3738         * gnus-sync.el: Add docs about gnus-sync-backend
3739         possibilities.
3740         (gnus-sync-save): Remove unnecessary message.
3741         (gnus-sync-read): Optimize and show what groups were skipped.
3742
3743 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3744
3745         Minor bug fixes for gnus-sync.el.
3746
3747         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
3748         read the sync on get-new-news.
3749
3750         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
3751         quiet.
3752
3753         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
3754
3755 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
3756
3757         Make saving and restoring of hidden threads work with overlays.
3758         Patch applied by Ted Zlatanov.
3759
3760         * gnus-sum.el (gnus-hidden-threads-configuration)
3761         (gnus-restore-hidden-threads-configuration): Update to deal with text
3762         properties, rather than searching for a magic character.
3763
3764 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3765
3766         New gnus-sync.el library for synchronization of marks.
3767
3768         * gnus-sync.el: New library for synchronization of marks.
3769
3770         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
3771         renamed from `gnus-registry-grep-in-list'.
3772
3773         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
3774
3775         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
3776
3777 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3778
3779         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
3780         determining charset of text fails.
3781
3782 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3783
3784         * nnmail.el (nnmail-get-new-mail-1): Revert.
3785
3786         * nnml.el (nnml-active-number): Make sure names of newly created groups
3787         in nnml-group-alist are encoded.
3788
3789 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3790
3791         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
3792         containing non-ASCII characters in active file for nnml back end.
3793
3794 2010-07-24  David Engster  <dengste@eml.cc>
3795
3796         * mml-smime.el (mml-smime-epg-verify): Also accept the older
3797         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
3798
3799 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
3800
3801         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
3802         tag (Bug#6654).
3803
3804 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3805
3806         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
3807         the article buffer, not the summary buffer.
3808
3809 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3810
3811         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
3812         Emacs 23 as well.
3813
3814 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3815
3816         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
3817         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
3818
3819 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3820
3821         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
3822         Patch applied by Karl Fogel.
3823
3824         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
3825         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
3826
3827 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3828
3829         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
3830         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
3831         C-w still not working correctly from Article buffers; Thierry's
3832         patch to fix that will be applied after this.
3833
3834         * gnus-art.el (bookmark-make-record-function): New local variable.
3835
3836         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
3837         article buffer.
3838         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
3839
3840 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
3841
3842         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
3843         on changes in bookmark.el.
3844
3845 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3846
3847         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
3848         `no-log' instead of message not to log prompt string.
3849
3850 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
3851
3852         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
3853         the *other* type of HTML form submission.
3854
3855 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
3856
3857         * auth-source.el (auth-source-pick): If choice does not contain a
3858         questioned keyword, set the check to t.
3859
3860 2010-06-12  Romain Francoise  <romain@orebokech.com>
3861
3862         * gnus-util.el (gnus-date-get-time): Move up before first use.
3863
3864 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3865
3866         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
3867         (gnus-article-edit-part): Bind it to make last part that is substituted
3868         or deleted visible.
3869         (gnus-mime-display-single): Buttonize part of which id equals to
3870         gnus-mime-buttonized-part-id.
3871
3872 2010-06-10  Dan Christensen  <jdc@uwo.ca>
3873
3874         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
3875         (gnus-dd-mmm): Use gnus-date-get-time.
3876         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
3877         simplify logic.
3878         (gnus-summary-limit-to-age): Use gnus-date-get-time.
3879         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
3880
3881 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
3882
3883         * auth-source.el (top): Autoload `secrets-list-collections',
3884         `secrets-create-item', `secrets-delete-item'.
3885         (auth-sources): Fix tag string.
3886         (auth-get-source, auth-source-retrieve, auth-source-create)
3887         (auth-source-delete): New defuns.
3888         (auth-source-pick): Rewrite in order to avoid 2 passes.
3889         (auth-source-forget-user-or-password): New parameter USERNAME.
3890         (auth-source-user-or-password): New parameters CREATE-MISSING and
3891         DELETE-EXISTING.  Retrieve password interactively, if needed.
3892
3893 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3894
3895         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
3896         deleting unused directories when gnus-expert-user is t.
3897
3898 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3899
3900         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
3901         for each temp file when gnus-article-browse-delete-temp is ask.
3902
3903 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3904
3905         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
3906         Lisp calls to delete-backward-char by calls to delete-char.
3907
3908 2010-05-20  Kevin Ryde  <user42@zip.com.au>
3909
3910         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
3911
3912 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
3913
3914         * password-cache.el (password-cache-remove): Fix docstring.
3915
3916 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3917
3918         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
3919         article unless decoding article to be saved.
3920
3921 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3922
3923         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
3924         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
3925         generated within the mm-with-unibyte-current-buffer macro.
3926
3927 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3928
3929         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
3930         to nil when we're in a mml-preview buffer and no group is selected.
3931
3932 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
3933
3934         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
3935         when catching the `C-g'.  Reported by "Leo".
3936
3937 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3938
3939         * message.el (message-forward-make-body-plain)
3940         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
3941         multibyte-string-p.
3942
3943         * lpath.el: Revert.
3944
3945 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3946
3947         * message.el (message-forward-make-body-mml): Assume original message
3948         is multibyte string; error on unibyte.
3949         (message-forward-make-body-plain): Ditto; don't add excessive newline
3950         in body end.
3951
3952         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
3953
3954 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
3955
3956         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
3957         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
3958
3959 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3960
3961         * mm-extern.el (mm-extern-url): Don't use
3962         mm-with-unibyte-current-buffer.
3963         (mm-extern-cache-contents): Use with-current-buffer instead of
3964         save-excursion + set-buffer.
3965
3966 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3967
3968         * mm-util.el (mm-emacs-mule): Remove.
3969
3970 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
3971
3972         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
3973         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
3974         change.
3975
3976 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3977
3978         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
3979         bind the default value of enable-multibyte-characters to nil.
3980
3981 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3982
3983         * message.el (message-forward-make-body-plain)
3984         (message-forward-make-body-mml):
3985         Don't use mm-with-unibyte-current-buffer.
3986
3987 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3988
3989         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
3990
3991 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
3992
3993         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
3994         (Bug#5592).
3995
3996 2010-05-07  Julien Danjou  <julien@danjou.info>
3997
3998         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
3999         it to mm-pipe-part.
4000
4001         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
4002         it is given.
4003
4004 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4005
4006         * binhex.el (binhex-decode-region-internal)
4007         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
4008         (dns-query)
4009         * nnweb.el (nnweb-gmane-search)
4010         * pgg-parse.el (pgg-parse-armor)
4011         * pgg.el (pgg-verify-region)
4012         * sha1.el (sha1-string-external)
4013         * uudecode.el (uudecode-decode-region-internal)
4014         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
4015         XEmacs.
4016
4017         * gnus-art.el (gnus-article-browse-html-parts)
4018         * gnus-group.el (gnus-read-ephemeral-gmane-group)
4019         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
4020         make-temp-file.
4021
4022         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
4023         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
4024         compiling.
4025
4026         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
4027         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
4028         XEmacs when compiling.
4029
4030         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
4031         gnus-pick-mode-off-hook for XEmacs when compiling.
4032         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
4033         gnus-binary-mode-off-hook for XEmacs when compiling.
4034
4035         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
4036         nil if char-charset is not available.
4037
4038         * imap.el (imap-disable-multibyte)
4039         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
4040         macros.
4041
4042         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
4043         instead of encode-coding-string.
4044
4045         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
4046         'xemacs) instead of mm-emacs-mule to switch function definitions.
4047         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
4048
4049         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
4050         bind temporary-file-directory for XEmacs;
4051         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
4052         timer-set-function for XEmacs 21.4 and SXEmacs;
4053         bind timer-list for XEmacs 21.4 and SXEmacs;
4054         fbind char-charset and find-charset-region for non-Mule XEmacs;
4055         fbind decode-coding-region, decode-coding-string, detect-coding-region,
4056         encode-coding-region and encode-coding-string for XEmacs having no
4057         file-coding feature.
4058
4059 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
4060
4061         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
4062
4063 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4064
4065         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
4066         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
4067
4068 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
4069
4070         * mm-util.el (mm-decompress-buffer): Use `delete-file';
4071         alias `jka-compr-delete-temp-file' no longer exists.
4072
4073 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4074
4075         Use define-minor-mode in Gnus where applicable.
4076         * mml.el (mml-mode): Use define-minor-mode.
4077         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
4078         (gnus-undo-mode): Use define-minor-mode.
4079         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
4080         (gnus-dead-summary-mode): Use define-minor-mode.
4081         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
4082         Initialize in declaration.
4083         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
4084         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
4085         (gnus-mailing-list-mode): Use define-minor-mode.
4086         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
4087         (gnus-draft-mode): Use define-minor-mode.
4088         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
4089         (gnus-dired-mode): Use define-minor-mode.
4090
4091 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
4092
4093         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
4094         handles on recursive mml-to-mime translation and check them for
4095         boundary delimiter collisions.  Reported by Greg Troxel.
4096
4097 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4098
4099         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
4100
4101 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4102
4103         * mm-util.el (mm-find-buffer-file-coding-system):
4104         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
4105
4106 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
4107
4108         * message.el (message-generate-headers): Record insertion of optional
4109         headers as well.  Otherwise the check to prevent repeated insertion of
4110         optional headers is a no-op.
4111
4112 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
4113
4114         * smime.el: Don't mention CVS.
4115
4116         * nnrss.el (nnrss-fetch): Don't mention CVS.
4117
4118         * nnir.el: Don't mention CVS.
4119
4120 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4121
4122         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
4123
4124 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4125
4126         * lpath.el: Fbind bookmark-default-handler,
4127         bookmark-get-bookmark-record, bookmark-make-record-default,
4128         bookmark-prop-get for Emacs <23 and XEmacs.
4129
4130 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4131
4132         * gnus-sum.el: Add bookmark declarations to silence the compiler.
4133         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
4134         Use with-current-buffer to silence the byte-compiler.
4135         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
4136         bother to require `gnus'.
4137         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
4138
4139 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4140
4141         * gnus-sum.el (gnus-summary-bookmark-make-record)
4142         (gnus-summary-bookmark-jump): New functions.
4143         (gnus-summary-mode): Setup bookmark support.
4144
4145 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
4146
4147         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
4148         if set.
4149
4150 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4151
4152         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
4153         gnus-article-browse-html-save-cid-image; make it work recursively for
4154         forwarded messages as well.
4155         (gnus-article-browse-html-parts): Work when prefix arg is given.
4156         (gnus-article-browse-html-article): Doc fix.
4157
4158 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
4159
4160         * message.el (message-default-mail-headers):
4161         (message-default-headers): Carry the value mail-default-headers over
4162         into message-default-mail-headers, rather than message-default-headers.
4163
4164 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
4165
4166         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
4167         charset.
4168
4169         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
4170         charset into the <meta> tag when the article is encoded to utf-8.
4171
4172 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4173
4174         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
4175         directories as well.
4176         (gnus-article-browse-html-parts): Work for images that do not specify
4177         file names; delete temp directory when quitting; insert header at the
4178         right place; use file: scheme for image files.
4179
4180 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
4181
4182         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
4183         (gnus-article-browse-html-parts): Use it to make temporary cid image
4184         files in addition to html file so that browser may display them.
4185
4186 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4187
4188         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
4189
4190 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4191
4192         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
4193
4194 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
4195
4196         * auth-source.el (auth-sources): Change default to be simpler.  Explain
4197         about Secret Service API sources.  Improve Customize options.
4198         (auth-source-pick): Change to accept any number of search parameters.
4199         Implement fallbacks iteratively, not recursively.  Add scoring on the
4200         second pass and sort by score.  Call Secret Service API when needed.
4201         (auth-source-user-or-password): Use it.  Call Secret Service API
4202         directly when needed to get the user name and the password.
4203
4204 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4205
4206         * message.el (message-interactive): Doc fix.
4207         (message-qmail-inject-args): Reflow.
4208         (message-kill-to-signature): Fix typo in docstring.
4209
4210         * smiley.el (smiley-buffer): Fix typo in docstring.
4211
4212 2010-03-24  Glenn Morris  <rgm@gnu.org>
4213
4214         * mail-source.el (gnus-message): Declare.
4215         (mail-source-delete-old-incoming): Require gnus-util.
4216
4217 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4218
4219         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
4220
4221         * message.el (ecomplete-setup): Autoload it for Emacs <23.
4222
4223         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
4224         password-cache's default if it is not bound.
4225         (mml-secure-passphrase-cache-expiry): Default to 16 that is
4226         password-cache-expiry's default if it is not bound.
4227
4228         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
4229         available in Emacs 21.
4230
4231         * lpath.el: Suppress compiler warnings for:
4232         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
4233         XEmacs;
4234         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
4235         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
4236         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
4237
4238 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
4239
4240         * auth-source.el (auth-sources): Fix up definition so extra parameters
4241         are always inline.
4242
4243 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
4244
4245         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
4246         wasn't updated after mismatch.  Clear cached mailbox info correctly
4247         when uidvalidity changes.
4248         (nnimap-group-prefixed-name): New function to avoid some code
4249         duplication.
4250         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
4251         (nnimap-request-group): Use it.
4252         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
4253         (nnimap-update-unseen): Significantly improved speed of Gnus startup
4254         with many imap folders.  This is done by caching the group status from
4255         the imap server persistently in a group parameter `imap-status'.  (This
4256         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
4257         but not persistently, so every Gnus startup was still very slow.)
4258
4259 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
4260
4261         * assistant.el (assistant-render-text): Run `widget-setup' and don't
4262         delete the extra newline.  Otherwise editing of :string and :number
4263         types don't work.
4264
4265 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4266
4267         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
4268         secrets.el dependency.
4269         (auth-sources): Add optional user name.  Add secrets.el configuration
4270         choice (unused right now).
4271
4272 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4273
4274         * gnus-sum.el (gnus-summary-make-menu-bar): Let
4275         `gnus-registry-install-shortcuts' fill in the functions.
4276
4277         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
4278         warnings.
4279         (gnus-registry-misc-menus): Variable to hold registry mark menus.
4280         (gnus-registry-install-shortcuts): Populate and use it in a
4281         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
4282
4283 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
4284
4285         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
4286         In-place substitutions for the group name encoding/decoding.
4287         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
4288         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
4289         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
4290         (nnimap-update-unseen, nnimap-request-list)
4291         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
4292         (nnimap-request-set-mark, nnimap-split-to-groups)
4293         (nnimap-split-articles, nnimap-request-newgroups)
4294         (nnimap-request-create-group, nnimap-request-accept-article)
4295         (nnimap-request-delete-group, nnimap-request-rename-group)
4296         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
4297         `encoded-mbx' for consistency.
4298         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
4299         variable `imap-current-mailbox'.
4300
4301         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
4302         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
4303
4304 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
4305
4306         * pop3.el (pop3-display-message-size-flag): Display message size byte
4307         counts during POP3 download.
4308         (pop3-movemail): Use it.
4309         (pop3-list): Implement listing of available messages.
4310
4311 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
4312
4313         * nnir.el (nnir-get-article-nov-override-function): New function to
4314         override the normal NOV retrieval.
4315         (nnir-retrieve-headers): Use it.
4316
4317 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
4318
4319         * auth-source.el (netrc-machine-user-or-password): Autoload.
4320
4321 2010-03-19  Glenn Morris  <rgm@gnu.org>
4322
4323         Stop message.el from loading about 40 libraries it doesn't always need.
4324         The general approach is to autoload rather than require, and to
4325         require in the specific functions rather than the file.  (Bug#5642)
4326
4327         * gmm-utils.el: Don't require wid-edit.
4328         (widget-create-child-value, widget-convert, widget-default-get):
4329         Autoload.
4330
4331         * gnus-util.el: Don't require time-date, netrc.
4332         (message-fetch-field, gnus-group-name-decode): Declare rather than
4333         autoloading.
4334         (gnus-fetch-field): Require message.
4335         (gnus-decode-newsgroups): Require gnus-group.
4336
4337         * ietf-drums.el: Don't require time-date.
4338
4339         * message.el: Don't require hashcash, canlock, ecomplete.
4340         Do require mail-utils.  Require nnheader only when compiling.
4341         (smtpmail-default-smtp-server): Remove declaration.
4342         (message-send-mail-function): Check smtpmail-default-smtp-server
4343         is bound rather than requiring smtpmail.
4344         (message-auto-save-directory, message-insert-signature): Use
4345         expand-file-name rather than nnheader-concat.
4346         (nnheader-insert-file-contents): Autoload.
4347         (hashcash-wait-async): Declare.
4348         (message-send-mail): Only call gnus-setup-posting-charset if
4349         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
4350         (message-send-mail-with-sendmail): Require sendmail.
4351         (canlock-password, canlock-password-for-verify): Declare.
4352         (message-canlock-password): Require canlock.
4353         (nnheader-get-report): Autoload.
4354         (gnus-setup-posting-charset): Declare.
4355         (message-send-news): Require gnus-msg.
4356         (message-make-references, message-make-in-reply-to): Use mail-header-id
4357         rather than the alias mail-header-message-id.
4358         (ecomplete-add-item, ecomplete-save): Declare.
4359         (message-put-addresses-in-ecomplete): Require ecomplete.
4360         (ecomplete-display-matches): Autoload.
4361
4362         * mm-decode.el: Don't require mailcap, gnus-util.
4363         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
4364         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
4365         Autoload.
4366         (mailcap-mime-extensions): Declare.
4367
4368         * mm-encode.el: Don't require mailcap.
4369         (mailcap-extension-to-mime): Autoload.
4370
4371         * mml-sec.el: Don't require password-cache.
4372
4373         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
4374         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
4375         (mml-minibuffer-read-type): Require mailcap.
4376         (mml-preview): Require gnus-msg.
4377
4378         * mml1991.el: Require password-cache.
4379         (password-cache-expiry): Remove declaration.
4380
4381         * mml2015.el: Require password-cache.
4382         (password-cache-expiry): Remove declaration.
4383
4384         * nneething.el (mailcap): Require mailcap.
4385
4386         * nnheader.el (declare-function): Add compatibility stub.
4387         (message-remove-header): Declare rather than autoload.
4388         (nnheader-replace-header): Require message.
4389
4390         * nnimap.el (declare-function): Add compatibility stub.
4391         (netrc-parse, netrc-machine-user-or-password): Declare.
4392         (nnimap-open-connection): Require netrc.
4393
4394         * nntp.el (declare-function): Add compatibility stub.
4395         (netrc-parse, netrc-machine, netrc-get): Declare.
4396         (nntp-send-authinfo): Require netrc.
4397
4398         * rfc2047.el: Don't require qp.
4399         (quoted-printable-encode-region, quoted-printable-decode-string):
4400         Autoload.
4401
4402         * sieve-mode.el: Don't require easymenu.
4403         (easy-menu-add-item): Autoload it.
4404
4405         * spam-stat.el (time-to-number-of-days): Autoload it.
4406
4407 2010-03-19  Glenn Morris  <rgm@gnu.org>
4408
4409         * password-cache.el (password-cache, password-cache-expiry): Autoload.
4410
4411 2010-03-18  Glenn Morris  <rgm@gnu.org>
4412
4413         * hashcash.el (declare-function): Remove duplicate definition.
4414
4415 2010-03-17  Kevin Ryde  <user42@zip.com.au>
4416
4417         * mml.el (mml-read-tag): Unquote values with `read' to reverse
4418         prin1 in mml-insert-tag (just stripping the quotes gave wrong
4419         value if any backslash escapes).
4420
4421 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4422
4423         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
4424         if it is available.  (bug#5647)
4425
4426         * lpath.el: Suppress compiler warning for coding-system-from-name for
4427         Emacs 21 and XEmacs.
4428
4429 2010-03-14  Juri Linkov  <juri@jurta.org>
4430
4431         * hmac-def.el:
4432         * hmac-md5.el:
4433         * netrc.el: Fix keywords.
4434
4435 2010-02-26  Glenn Morris  <rgm@gnu.org>
4436
4437         * message.el (message-send-mail-function): Change the default, so that
4438         it inherits from a customized send-mail-function.  (Bug#5643)
4439
4440 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4441
4442         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
4443         shell-command-to-string signals an error (bug#5299).
4444
4445 2010-02-24  Glenn Morris  <rgm@gnu.org>
4446
4447         * message.el (message-smtpmail-send-it)
4448         (message-send-mail-with-mailclient): Doc fixes.
4449
4450 2010-02-16  Glenn Morris  <rgm@gnu.org>
4451
4452         * message.el (message-default-mail-headers): Change the default value
4453         to ease the transition from mail-mode to message-mode.  (Bug#5555)
4454
4455 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4456
4457         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
4458         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
4459
4460 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
4461
4462         * time-date.el (date-to-time): Doc fix (Bug#5408).
4463
4464 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
4465
4466         * message.el (message-mail): Just pass yank-action on to message-setup.
4467         (message-setup): Handle (FUN . ARGS) form of yank-action.
4468         (message-with-reply-buffer, message-widen-reply)
4469         (message-yank-original): Handle non-buffer values of
4470         message-reply-buffer (Bug#4080).
4471         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
4472
4473 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
4474
4475         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
4476         Fix typo in docstring.
4477
4478 2010-01-08  Jason Rumney  <jasonr@gnu.org>
4479
4480         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
4481         response.
4482
4483 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4484
4485         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
4486
4487         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4488
4489         * message.el (message-check-news-header-syntax): Protect against a
4490         string that `rfc822-addresses' returns when parsing fails.
4491
4492 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4493
4494         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
4495         (gnus-previous-char-property-change): New functions.
4496
4497         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
4498
4499 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
4500
4501         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
4502         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
4503
4504 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
4505
4506         * message.el (message-exchange-point-and-mark): Rework last change to
4507         avoid using optional arg of exchange-point-and-mark, for backward
4508         compatibility.
4509
4510 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
4511
4512         * message.el (message-exchange-point-and-mark): Call
4513         exchange-point-and-mark with an argument rather than setting
4514         mark-active by hand (Bug#5175).
4515
4516 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4517
4518         * nntp.el (nntp-service-to-port): Work for service expressed with
4519         numeric string; replace [:digit:] with [0-9] for XEmacs.
4520
4521 2009-12-17  Glenn Morris  <rgm@gnu.org>
4522
4523         * gnus-group.el (gnus-bug-group-download-format-alist):
4524         Change emacs entry to debbugs.gnu.org.  Bump :version.
4525
4526 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
4527
4528         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
4529
4530 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
4531
4532         * message.el (message-info): Explain why we use `Info-goto-node'.
4533
4534 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4535
4536         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
4537
4538 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4539
4540         * message.el (message-completion-in-region): New compatibility function.
4541         (message-expand-group): Use it.
4542
4543 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4544
4545         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
4546         with no unread article should be listed if the 2nd arg `predicate' is
4547         given.
4548
4549 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4550
4551         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
4552
4553 2009-11-29  Juri Linkov  <juri@jurta.org>
4554
4555         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
4556         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
4557         on `gnus-recenter'. (Bug#4698, Bug#4981)
4558
4559 2009-11-26  Kevin Ryde  <user42@zip.com.au>
4560
4561         * sha1.el (sha1-string-external): default-directory "/" in case
4562         otherwise non-existent.  process-connection-type pipe for touch of
4563         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
4564
4565 2009-11-25  Kevin Ryde  <user42@zip.com.au>
4566
4567         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
4568         it's comms related and sgml-mode.el has "comm" on that basis too.
4569
4570 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4571
4572         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
4573         containing tspecial characters if they have been already quoted.
4574
4575 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
4576
4577         * dns-mode.el (auto-mode-alist): Purecopy string.
4578
4579 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4580
4581         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
4582
4583 2009-10-24  Glenn Morris  <rgm@gnu.org>
4584
4585         * gnus-art.el (help-xref-stack-item): Define for compiler.
4586
4587 2009-10-21  Kevin Ryde  <user42@zip.com.au>
4588
4589         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
4590
4591 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4592
4593         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
4594
4595 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4596
4597         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
4598         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
4599
4600 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4601
4602         * gnus.el (gnus-overlay-get): New alias to overlay-get.
4603         (gnus-overlays-in): New alias to overlays-in.
4604
4605         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
4606         gnus-overlay-get, and gnus-delete-overlay.
4607         (gnus-summary-show-thread): Make it work as well for systems in which
4608         next-single-char-property-change is not available.
4609         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
4610
4611         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
4612         (gnus-overlay-get): New alias to extent-property.
4613         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
4614
4615         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
4616         SXEmacs.
4617
4618         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
4619         SXEmacs.
4620
4621 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
4622
4623         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
4624
4625 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
4626
4627         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
4628         and XEmacs that don't have `remove-overlays'.
4629
4630 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4631
4632         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
4633         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
4634         selective display.  Use overlays instead.
4635
4636 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
4637
4638         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
4639
4640 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
4641
4642         * spam-stat.el (spam-stat-load): Fix typo in message.
4643
4644 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
4645
4646         * dig.el (dig-invoke): Fix typo in docstring.
4647         (query-dig): Reflow docstring.
4648
4649 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
4650
4651         * gnus-art.el (gnus-article-encrypt-body):
4652         * message.el (message-check-recipients):
4653         * mm-util.el (mm-codepage-setup):
4654         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
4655         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
4656
4657 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
4658
4659         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
4660         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
4661         keys from the menu if mm-{sign,encrypt}-option is 'guided.
4662         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
4663         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
4664
4665 2009-09-21  Kevin Ryde  <user42@zip.com.au>
4666
4667         * dig.el: Add "Keywords: comm", as per net-utils.el.
4668
4669 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4670
4671         * dig.el (dig-mode): Use define-derived-mode.
4672
4673 2009-09-19  Glenn Morris  <rgm@gnu.org>
4674
4675         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
4676
4677 2009-09-18  Glenn Morris  <rgm@gnu.org>
4678
4679         * gnus-diary.el (gnus-diary-check-message):
4680         * message.el (message-insert-formatted-citation-line):
4681         * nnbabyl.el (top-level):
4682         * nndiary.el (nndiary-schedule):
4683         Fix typos in condition-case handlers.
4684
4685 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4686
4687         * gnus-art.el (gnus-article-edit-part): Work for the buffer
4688         configuration that provides the sole article window in a frame;
4689         position point correctly after deleting a part.
4690
4691 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
4692
4693         * spam.el (spam-unregister-on-reregister): Add boolean variable.
4694         (spam-resolve-registrations-routine): Use it to unregister articles
4695         that change status.
4696
4697 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4698
4699         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
4700         with XEmacs.
4701         (parse-time-string-chars): Use it.
4702
4703 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
4704
4705         * imap.el (imap-interactive-login): Better messages.
4706         (imap-open): Fix bug with renamed buffer on reconnect.
4707         (imap-authenticate): Add buffer-local imap-last-authenticator variable
4708         for easier debugging and cleaner code.  On successful (guessed based on
4709         server capabilities) secondary authentication, set imap-state
4710         correctly.
4711         (imap-last-authenticator): Define imap-last-authenticator as a variable
4712         to avoid warnings.
4713
4714 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4715
4716         * nnrss.el (nnrss-request-article): Remove binding of
4717         default-enable-multibyte-characters that has gotten needless by
4718         the 2007-07-13 change in rfc2047-encode-message-header.
4719
4720         * mml.el (mml-insert-multipart): Error on the message header.
4721         (mml-insert-part): Error on the message header; position point at
4722         the end of a MIME tag.
4723
4724 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4725
4726         * time-date.el (autoload): Expand define-obsolete-function-alias into
4727         defalias and make-obsolete for old Emacsen that Gnus supports.
4728         (with-no-warnings): Define it for old Emacsen.
4729         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
4730         is available.
4731         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
4732         float-time is available; suppress compile warning for time-to-seconds.
4733
4734         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
4735         (gnus-float-time): Alias to float-time if it exists.
4736
4737         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
4738         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
4739         float-time is available; suppress compile warning for time-to-seconds.
4740
4741         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
4742         XEmacs.
4743
4744 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
4745
4746         * imap.el (imap-message-map): Docstring fix.
4747
4748 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4749
4750         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
4751         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
4752         Add the optional argument `encoding' that overrides the default.
4753
4754         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
4755         mm-encode-buffer.
4756
4757 2009-09-04  Glenn Morris  <rgm@gnu.org>
4758
4759         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
4760         mm-disable-multibyte, rather than default-enable-multibyte-characters.
4761         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
4762         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
4763         * mm-util.el (mm-with-unibyte-current-buffer)
4764         (mm-find-buffer-file-coding-system):
4765         * yenc.el (yenc-decode-region): Use default-value rather than
4766         default-enable-multibyte-characters.
4767
4768 2009-09-03  Glenn Morris  <rgm@gnu.org>
4769
4770         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
4771         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
4772         than default-enable-multibyte-characters.
4773
4774 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
4775
4776         * gnus-art.el (gnus-article-read-summary-keys):
4777         Fix gnus-buffer-configuration's value temporarily used.
4778
4779 2009-09-02  Glenn Morris  <rgm@gnu.org>
4780
4781         * gnus-util.el (gnus-float-time): New function.
4782         * gnus-delay.el (gnus-delay-article):
4783         * gnus-sum.el (gnus-thread-latest-date):
4784         * gnus-util.el (gnus-user-date): Use gnus-float-time.
4785         * nnspool.el (nnspool-request-newgroups):
4786         Use gnus-float-time rather than time-to-seconds.
4787         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
4788
4789         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
4790         (gnus-header-subject-face, gnus-header-newsgroups-face)
4791         (gnus-header-name-face, gnus-header-content-face):
4792         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
4793         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
4794         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
4795         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
4796         (gnus-cite-face-11):
4797         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
4798         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4799         (gnus-server-closed-face, gnus-server-denied-face)
4800         (gnus-server-offline-face):
4801         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
4802         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
4803         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
4804         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
4805         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
4806         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
4807         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
4808         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
4809         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
4810         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
4811         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
4812         (gnus-summary-selected-face, gnus-summary-cancelled-face)
4813         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
4814         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
4815         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
4816         (gnus-summary-high-undownloaded-face)
4817         (gnus-summary-low-undownloaded-face)
4818         (gnus-summary-normal-undownloaded-face)
4819         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
4820         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
4821         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
4822         (gnus-splash-face):
4823         * message.el (message-header-to-face, message-header-cc-face)
4824         (message-header-subject-face, message-header-newsgroups-face)
4825         (message-header-other-face, message-header-name-face)
4826         (message-header-xheader-face, message-separator-face)
4827         (message-cited-text-face, message-mml-face):
4828         * sieve-mode.el (sieve-control-commands-face)
4829         (sieve-action-commands-face, sieve-test-commands-face)
4830         (sieve-tagged-arguments-face):
4831         * spam.el (spam-face):
4832         Mark face aliases with "-face" in the name as obsolete.
4833
4834 2009-09-01  Glenn Morris  <rgm@gnu.org>
4835
4836         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
4837         than goto-line.
4838
4839 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4840
4841         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4842         Don't move point if the command is invoked inside the message header.
4843
4844 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4845
4846         * imap.el (imap-send-command): Simplify.
4847         (imap-wait-for-tag): point-max -> buffer-size.
4848
4849 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4850
4851         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
4852         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
4853         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
4854         * nnir.el (nnir-swish-e-index-file):
4855         * gnus-sum.el (gnus-summary-delete-marked-as-read)
4856         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
4857         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4858         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
4859         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
4860         (gnus-treat-display-xface): Add Emacs version of obsolescence.
4861
4862 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4863
4864         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4865         Don't save excursion.
4866
4867 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4868
4869         * nnheader.el (nnheader-find-file-noselect):
4870         * mm-util.el (mm-insert-file-contents):
4871         Use (default-value 'major-mode) instead of default-major-mode.
4872
4873 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4874
4875         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
4876
4877 2009-08-26  Glenn Morris  <rgm@gnu.org>
4878
4879         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
4880         than placing in files.el.
4881
4882 2009-08-25  Glenn Morris  <rgm@gnu.org>
4883
4884         * nnir.el (top-level): Don't require cl at run-time.
4885         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
4886         Replace cl-function substitute with gnus-replace-in-string.
4887         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
4888         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
4889         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
4890         simplified expansions.
4891
4892 2009-08-25  Kevin Ryde  <user42@zip.com.au>
4893
4894         * dig.el (dig): Add autoload cookie.
4895
4896 2009-08-22  Glenn Morris  <rgm@gnu.org>
4897
4898         * gnus-art.el (gnus-button-patch): Use forward-line rather than
4899         goto-line.
4900
4901 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
4902
4903         * parse-time.el (parse-time-string-chars): Save match data.
4904
4905 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
4906
4907         * parse-time.el (parse-time-string-chars): Compute using character
4908         classes, to handle non-ascii characters (Bug#3190).
4909
4910 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4911
4912         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
4913
4914         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
4915         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
4916         (gnus-mm-display-part, gnus-mime-display-single)
4917         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
4918         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
4919
4920         * gnus-sum.el
4921         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
4922         (gnus-summary-move-article): Add expirable mark to articles copied or
4923         moved to group that has auto-expire turned on if the option is non-nil.
4924
4925 2009-07-24  Glenn Morris  <rgm@gnu.org>
4926
4927         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
4928         Fix typo.  (Bug#3903)
4929
4930 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4931
4932         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
4933         gnus-article-read-summary-keys rather than gnus-summary-edit-article
4934         that should not be used for draft articles.
4935         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
4936         that has no concern in minor mode keys.
4937         (gnus-article-summary-command, gnus-article-summary-command-nosave):
4938         Abolish.
4939
4940 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4941
4942         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
4943         article without making inquiry to a user for unknown encoding.
4944
4945         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
4946         (nnmaildir--scan): Assume i-node and device number that file-attributes
4947         returns might be cons-cell.
4948
4949         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
4950
4951         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
4952
4953 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
4954
4955         * auth-source.el: Remove docs now in auth.texi.  Don't use
4956         `gnus-message' for logging.  Add new variables `auth-source-debug' and
4957         `auth-source-hide-passwords' and use them.
4958
4959 2009-07-15  Glenn Morris  <rgm@gnu.org>
4960
4961         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
4962
4963 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4964
4965         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
4966         excessive whitespace from the default values of title and description.
4967
4968 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4969
4970         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
4971         mail-fetch-field to fetch Content-Description header in order to
4972         exclude newlines.
4973
4974 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
4975
4976         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
4977         format used by GnuPG 2.0.11.
4978
4979 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4980
4981         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
4982         to deleted part.
4983
4984 2009-05-30  David Engster  <dengste@eml.cc>
4985
4986         * nnmairix.el: Remove old documentation in the commentary block.
4987         (nnmairix-request-group): Do not update active file for nnml back ends.
4988         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
4989         end so that overview files are ignored.
4990         (nnmairix-update-groups): Make updating the groups more robust by using
4991         marks.
4992         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
4993         with dollar characters in message-id.
4994
4995 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
4996
4997         * spam.el: Use dns-query instead of query-dns.  Was renamed on
4998         2008-12-25 in dns.el.
4999
5000 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5001
5002         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
5003         could happen if the text is only composed of spaces and/or tabs.
5004
5005 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
5006
5007         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
5008         when sending a queued message to avoid extra mml tags.
5009
5010 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5011
5012         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
5013
5014 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5015
5016         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
5017         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
5018         rmail-toggle-header for XEmacs;
5019         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
5020
5021 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5022
5023         * gnus-dired.el: Remove autoload for gnus-setup-message.
5024         (gnus-dired-attach): Fake this-command value to prevent Gnus from
5025         displaying Gnus logo; always use compose-mail.
5026
5027 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5028
5029         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
5030
5031 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5032
5033         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
5034         (gnus-nocem-issuers): List currently active issuers; fix custom type.
5035         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
5036         available.
5037         (gnus-nocem-epg-verify): New function.
5038
5039 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
5040
5041         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
5042
5043 2009-02-15  Glenn Morris  <rgm@gnu.org>
5044
5045         * gnus-util.el (rmail-insert-rmail-file-header)
5046         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
5047         autoloads.
5048         (rmail-default-rmail-file): Remove unnecessary declaration.
5049         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
5050
5051 2009-02-14  Glenn Morris  <rgm@gnu.org>
5052
5053         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
5054         variable (only used in gnus-util, which declares it anyway).
5055         (rmail-output-to-rmail-file): Remove autoload of deleted function,
5056         which was only needed by gnus-art (changed to not use it any more).
5057         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
5058         only used in gnus-util, which autoloads it itself.
5059         (rmail-update-summary): Fix autoload.
5060
5061         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
5062         rather than rmail-output-to-rmail-file.
5063
5064 2009-02-07  Glenn Morris  <rgm@gnu.org>
5065
5066         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
5067         autoload of function that no longer exists.
5068         (rmail-toggle-header): Declare.
5069         (message-forward-rmail-make-body): Handle mbox Rmail.
5070
5071 2009-01-31  Glenn Morris  <rgm@gnu.org>
5072
5073         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
5074         2009-01-09 change.
5075
5076 2009-01-31  Dave Love  <fx@gnu.org>
5077
5078         * imap.el (imap-fetch-safe): Bind debug-on-error.
5079         (imap-debug): Add imap-fetch-safe.
5080
5081 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
5082
5083         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
5084         (auth-source-forget-all-cached): New convenience function.
5085         (auth-source-user-or-password): Accept list of modes or a single mode.
5086
5087         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
5088         auth-source modes.
5089
5090         * netrc.el (netrc-machine-user-or-password): Use list of
5091         auth-source modes.
5092
5093         * nnimap.el (nnimap-open-connection): Use list of
5094         auth-source modes.
5095
5096         * nntp.el (nntp-send-authinfo): Use list of
5097         auth-source modes.
5098
5099 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5100
5101         * auth-source.el: Update docs to reflect epa-file-enable is to be used
5102         now.
5103
5104 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5105
5106         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
5107         coding system in XEmacs; add a workaround for XEmacs.
5108
5109         * lpath.el: Fbind coding-system-aliasee.
5110
5111 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5112
5113         * mm-util.el (mm-coding-system-priorities): Protect against nil value
5114         of current-language-environment.
5115
5116 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5117
5118         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
5119         available at runtime.
5120
5121 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5122
5123         * gnus-art.el (article-date-ut): Fix end point of narrowing.
5124
5125 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
5126
5127         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
5128         the greatest positive fixnum value doesn't work under an XEmacs with
5129         bignum support; use the most-positive-fixnum constant instead,
5130         available since Emacs 21.1 with cl and XEmacs 21.1.
5131
5132 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5133
5134         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
5135         XEmacs gets not to work.
5136
5137 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5138
5139         * mm-util.el (mm-coding-system-priorities): Allow the value like
5140         "Japanese (UTF-8)" of current-language-environment.
5141
5142 2009-01-09  Glenn Morris  <rgm@gnu.org>
5143
5144         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
5145         with last-command-event.
5146
5147 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
5148
5149         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
5150         in the doc string.
5151
5152         * message.el (message-fix-before-sending): Amend comment.
5153
5154 2009-01-08  Dave Love  <fx@gnu.org>
5155
5156         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
5157
5158 2009-01-07  David Engster  <dengste@eml.cc>
5159
5160         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
5161         simplified server definitions by converting it via
5162         gnus-server-to-method.
5163
5164 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5165
5166         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
5167         parameter's operands.
5168
5169 2009-01-06  David Engster  <dengste@eml.cc>
5170
5171         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
5172         primary select method (for gnus-group-mark-article-as-read).
5173
5174 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
5175
5176         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
5177         `(gnus)Face', not `(gnus)X-Face'.
5178
5179 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5180
5181         * mm-util.el (mm-ucs-to-char): New function.
5182
5183         * mm-url.el (mm-url-decode-entities): Use it.
5184
5185         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
5186         unicode-to-char.
5187
5188 2009-01-05  Dave Love  <fx@gnu.org>
5189
5190         * time-date.el: Require cl for `declare'.
5191
5192 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5193
5194         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
5195         Dave Love.
5196
5197 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5198
5199         * message.el (message-fix-before-sending): Add `eight-bit' to
5200         illegible-text check.
5201
5202 2009-01-03  Michael Olson  <mwolson@gnu.org>
5203
5204         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
5205         `headers' is nil.  This can occur if the IMAP server does not have
5206         permissions to read messages from a folder, but can write new messages
5207         to the folder.
5208         (nnimap-request-article-part): Do not insert `data' if it is nil.
5209
5210         * imap.el (imap-parse-fetch): Courier can insert spurious blank
5211         characters which will confuse `read', so skip past them.
5212
5213 2009-01-01  Dave Love  <fx@gnu.org>
5214
5215         * imap.el (imap-string-to-integer): Fix typo.
5216         (imap-fetch-safe): New function.
5217         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
5218
5219         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
5220
5221         * imap.el (imap-process-connection-type, imap-debug, imap-open):
5222         (imap-parse-greeting): Fix doc strings.
5223         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
5224         (imap-parse-flag-list): Make messages unique.
5225         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
5226
5227         * nnimap.el: Fix author email.
5228         (nnimap-split-rule): Add FIXME comment.
5229         (nnimap-debug): Fix doc string.
5230
5231 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5232
5233         * dns.el (dns-set-servers): Check "Address".  Fix typo.
5234
5235 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
5236
5237         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
5238         nslookup if resolv.conf isn't available.
5239         (dns-query): Rename from query-dns.
5240         (dns-query-cached): Rename from query-dns-cached.
5241
5242 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5243
5244         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
5245         overlay-arrow-position and overlay-arrow-string buffer-local; no need
5246         to check if those variables exist (first appeared in Emacs 18.50).
5247
5248 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5249
5250         * mm-util.el (mm-line-number-at-pos): New function.
5251
5252         * spam-report.el (spam-report-process-queue): Use it.
5253
5254 2008-12-24  David Engster  <dengste@eml.cc>
5255
5256         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
5257         parameters that haven't existed as variables as buffer-local variables.
5258
5259 2008-12-23  Dave Love  <fx@gnu.org>
5260
5261         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
5262         cadar.
5263
5264         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
5265         imap-starttls-p.
5266         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
5267
5268 2008-12-22  Dave Love  <fx@gnu.org>
5269
5270         * imap.el: Fix author email.  Doc fixes.
5271         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
5272         reply.
5273
5274 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
5275
5276         * spam-report.el (spam-report-gmane-max-requests): New constant.
5277         (spam-report-gmane-wait): New variable.
5278         (spam-report-gmane-ham, spam-report-gmane-spam)
5279         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
5280         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
5281         the server.
5282
5283         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
5284         Add explanations.
5285
5286         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
5287         nnheader-accept-process-output and nnheader-read-timeout if available.
5288         (pop3-movemail): Use it.
5289
5290         * message.el (message-check-news-body-syntax): Fix signature check if
5291         there's an attachment.
5292
5293 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5294
5295         * mm-util.el: Add comments to the mm- emulating functions.
5296
5297 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
5298
5299         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
5300         by Stephen Berman <stephen.berman@gmx.net>.
5301
5302 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5303
5304         * mm-util.el (mm-substring-no-properties): New function.
5305         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
5306         (mm-special-display-p): Enable those lambda forms to be byte compiled.
5307         (mm-string-to-multibyte): Doc fix.
5308
5309         * mml.el (mml-attach-file): Use mm-substring-no-properties.
5310
5311 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5312
5313         * mml.el (mml-attach-file): Strip text properties from file name.
5314         (Bug#1574)
5315
5316 2008-12-16  Glenn Morris  <rgm@gnu.org>
5317
5318         * mm-util.el (mm-charset-override-alist): Declare for compiler.
5319
5320 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5321
5322         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
5323         knows since the charset specified might be a bogus alias that
5324         mm-charset-synonym-alist provides.
5325
5326 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5327
5328         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
5329         "ISO_8859-1".
5330
5331         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
5332
5333 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5334
5335         * mm-util.el (mm-charset-eval-alist):
5336         Define it before mm-charset-to-coding-system.
5337         (mm-charset-to-coding-system): Add optional argument `silent';
5338         define it before mm-charset-override-alist.
5339         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
5340         default value if it can be used in Emacs currently running;
5341         silence mm-charset-to-coding-system.
5342
5343 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5344
5345         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
5346         `allow-override' which says whether to use `mm-charset-override-alist'.
5347         (rfc2047-decode-encoded-words): Use it.
5348
5349         * mm-util.el (mm-charset-override-alist): Fix custom type;
5350         add `(gb2312 . gbk)' to choices.
5351
5352 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5353
5354         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
5355         fast.
5356
5357         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5358
5359         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
5360
5361 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
5362
5363         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
5364         on links.
5365
5366         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5367
5368 2008-12-03  Lute Kamstra  <lute@gnu.org>
5369
5370         * sha1.el: Remove leading * from docstrings of defcustoms,
5371         deffaces, defconsts and defuns.
5372
5373 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5374
5375         * message.el (message-idna-to-ascii-rhs-1): Protect against local
5376         users' addresses that don't have domain parts.
5377         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
5378         rather than message-narrow-to-head since there will be the message
5379         header separator.
5380
5381 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5382
5383         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
5384         since the result is inserted in a unibyte buffer anyway.
5385         (nnimap-demule-use-string-to-multibyte): Remove.
5386         (nnimap-demule): Alias it to mm-string-to-multibyte.
5387
5388 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
5389
5390         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
5391         variable for debugging bug#464 and bug#1174.
5392         (nnimap-demule): Use it.
5393
5394 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5395
5396         * gnus-score.el (gnus-score-find-trace): Handle default score in total
5397         score calculation correctly.
5398
5399 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5400
5401         * message.el (message-send-mail): Just set the buffer to unibyte
5402         rather than use mm-with-unibyte-current-buffer which does a lot more.
5403         (message-send-mail-partially): Don't bother with
5404         mm-with-unibyte-current-buffer since it's already been made unibyte by
5405         message-send-mail.
5406
5407 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
5408
5409         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
5410
5411 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
5412
5413         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
5414
5415 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5416
5417         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
5418         require itself and to remove `with-no-warnings'.
5419
5420 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5421
5422         * starttls.el (starttls-any-program-available): Get the name of the
5423         available TLS layer program.
5424         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
5425         well as the host name in the "opening" message.
5426
5427         * auth-source.el (auth-source-cache, auth-source-do-cache)
5428         (auth-source-user-or-password): Cache passwords and logins by default,
5429         allow override with `auth-source-do-cache'.
5430         (auth-source-forget-user-or-password): Allow users to remove cache
5431         entries if needed.
5432
5433 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
5434
5435         * md4.el (md4-buffer): Fix typo in docstring.
5436         (md4, md4-64): Doc fixes.
5437         (md4-pack-int32): Reflow docstring.
5438
5439 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5440
5441         * ietf-drums.el (ietf-drums-remove-comments): Localize second
5442         condition-case to only the forward-sexp call.
5443
5444 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5445
5446         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
5447         quotes contained.  Make it more robust regardless by an extra
5448         condition-case wrapper.
5449
5450 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5451
5452         * lpath.el: No need to fbind codepage-setup for Emacs 23.
5453
5454 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5455
5456         * nnml.el (nnml-request-expire-articles): Check if the function set to
5457         `nnmail-expiry-target' returns the symbol `delete'.
5458
5459         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
5460
5461         * nnmail.el (nnmail-expiry-target): Fix custom type.
5462
5463 2008-10-02  Glenn Morris  <rgm@gnu.org>
5464
5465         * mm-util.el (mm-codepage-setup): Tweak codepage error.
5466         Silence compiler warning.
5467
5468 2008-10-01  Magnus Henoch  <mange@freemail.hu>
5469
5470         * tls.el (open-tls-stream): Show the actual command being
5471         executed, instead of the format string.
5472
5473 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5474
5475         * lpath.el: Fbind codepage-setup for Emacs 23.
5476
5477 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
5478
5479         * mml.el (mml-menu): Don't assume mml2015 is bound.
5480
5481 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5482
5483         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
5484         exists.
5485
5486 2008-09-27  Glenn Morris  <rgm@gnu.org>
5487
5488         * gnus-util.el (mail-header-remove-comments): Autoload it.
5489
5490 2008-09-27  Andreas Schwab  <schwab@suse.de>
5491
5492         * gnus-util.el (gnus-split-references): Strip comments.
5493         (gnus-parent-id): Likewise.
5494
5495 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
5496
5497         * message.el (message-confirm-send): Fix version.
5498
5499 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5500
5501         * message.el (message-idna-to-ascii-rhs-1): Use
5502         mail-extract-address-components rather than mail-header-parse-addresses
5503         that is an alias by default to ietf-drums-parse-addresses that does not
5504         support non-ASCII names in headers' contents.
5505
5506 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5507
5508         * message.el (message-confirm-send): Fixed variable documentation to
5509         avoid the "y/n" wording.
5510
5511 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
5512
5513         * message.el (message-set-auto-save-file-name): Save to a different
5514         filename so multiple messages (especially drafts) can be recovered.
5515
5516 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
5517
5518         * message.el (message-confirm-send): Add appropriate version.
5519
5520 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5521
5522         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
5523         defvar.
5524
5525 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
5526
5527         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
5528         (mm-pkcs7-enveloped-magic): Ditto.
5529
5530 2008-09-17  Simon Josefsson  <simon@josefsson.org>
5531
5532         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
5533         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
5534
5535 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
5536
5537         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
5538         default, it's better.
5539
5540 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
5541
5542         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
5543         summary line gnus-number property and ignore them (with a warning
5544         message).
5545
5546 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5547
5548         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
5549         macro caddr in the interactive form since it won't be expanded.
5550
5551 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5552
5553         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
5554         `charset'; fix name of function called recursively.
5555         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
5556
5557 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5558
5559         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
5560         (gnus-mime-set-charset-parameters): New function.
5561         (gnus-mime-view-part-as-charset): Use it to correctly display part
5562         specifying wrong charset.
5563
5564 2008-09-08  David Engster  <dengste@eml.cc>
5565
5566         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
5567         in completing-read for back end server.
5568
5569 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
5570
5571         * message.el (message-confirm-send): New variable to confirm sending a
5572         message.
5573         (message-send): Use it.
5574
5575 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
5576
5577         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
5578
5579 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5580
5581         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
5582
5583 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
5584
5585         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
5586         prevent tracking too many groups.
5587         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
5588         Use it.
5589
5590 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
5591
5592         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
5593         moving point to the bottom of the window in order to avoid recentering.
5594
5595 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5596
5597         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
5598
5599         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
5600         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
5601         (gnus-article-beginning-of-window): Fix calculation.
5602
5603 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5604
5605         * gnus-msg.el (gnus-summary-supersede-article)
5606         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
5607         value of gnus-newsgroup-charset to decode non-MIME encoded text in
5608         message header.
5609
5610 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
5611
5612         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
5613         pending output coming after the status change.
5614
5615 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
5616
5617         * message.el:
5618         * gnus-start.el:
5619         * gnus-registry.el: Remove VMS support.
5620
5621 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5622
5623         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
5624         macro.
5625         (rfc2104-hash): Use it.
5626
5627 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
5628
5629         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
5630         (gnus-summary-sort-by-most-recent-date): New commands.
5631         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
5632         and menu entries.
5633
5634 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5635
5636         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
5637         don't redisplay article for raw contents; remove plural articles stuff.
5638
5639         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
5640         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
5641         on gnus-summary-save-article; display results properly.
5642
5643 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5644
5645         * lpath.el: No need to fbind ns-focus-frame.
5646
5647 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5648
5649         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
5650
5651 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5652
5653         * gnus-art.el (gnus-summary-save-in-pipe): Consider
5654         gnus-save-all-headers.
5655
5656 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
5657
5658         * gnus-util.el (ns-focus-frame): Remove declaration.
5659         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
5660         like x.
5661
5662 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
5663
5664         * rfc2104.el (rfc2104-zero): Delete defconst.
5665         (rfc2104-hex-alist): Likewise.
5666         (rfc2104-hex-to-int): Delete func.
5667         (rfc2104-hexstring-to-bitstring): Likewise.
5668         (rfc2104-nybbles): New defconst.
5669         (rfc2104-hash): Rewrite for speed.
5670
5671 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5672
5673         * tls.el (open-tls-stream): Make it work with the 2nd argument
5674         BUFFER that is a string but does not exist as a buffer object, as
5675         mentioned in the doc-string.
5676
5677 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5678
5679         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
5680         SXEmacs.
5681
5682 2008-07-16  Glenn Morris  <rgm@gnu.org>
5683
5684         * gnus-util.el (ns-focus-frame): Declare for compiler.
5685
5686 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5687
5688         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
5689         set as a group parameter.
5690         (gnus-summary-save-in-pipe): Work when it is called independently.
5691         (gnus-summary-pipe-to-muttprint): Don't modify
5692         gnus-summary-pipe-output-default-command.
5693
5694 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5695
5696         * message.el (message-send-mail-with-sendmail):
5697         Display the error message.
5698
5699 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5700
5701         * gnus-art.el (gnus-default-article-saver):
5702         Add gnus-summary-save-in-pipe to choices.
5703         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
5704         gnus-summary-pipe-output-default-command as the default command.
5705         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
5706         instead of gnus-last-shell-command.
5707
5708         * gnus-sum.el (gnus-summary-pipe-output-default-command):
5709         New user option.
5710         (gnus-summary-muttprint-program): Mention the value will be changed.
5711         (gnus-summary-save-article): Force showing of all headers.
5712         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
5713
5714 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
5715
5716         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
5717
5718 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
5719
5720         * nnimap.el (nnimap-id):
5721         * sieve-manage.el (sieve-manage-open): Doc fixes.
5722
5723 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
5724
5725         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
5726         if available.
5727
5728 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5729
5730         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
5731
5732         * nnkiboze.el (nnkiboze-generate-group):
5733         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
5734
5735         * nnmairix.el: Require CL.
5736
5737 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5738
5739         * dgnushack.el: Autoload get-display-table and put-display-table for
5740         XEmacs 21.5.
5741
5742         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
5743         21.4 and SXEmacs.
5744
5745 2008-06-15  David Engster  <dengste@eml.cc>
5746
5747         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
5748
5749 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
5750
5751         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
5752         New macros that expand to an `aset'/`aref' call under Emacs, and to a
5753         runtime choice under XEmacs.
5754
5755         * gnus-sum.el (gnus-summary-set-display-table):
5756         Use `gnus-put-display-table', `gnus-get-display-table',
5757         `gnus-set-display-table' for the display table, instead of `aset'.
5758
5759         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
5760         Use `gnus-put-display-table', `gnus-get-display-table',
5761         `gnus-set-display-table' for the display table.
5762
5763 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5764
5765         * nnmairix.el: Add autoloads.
5766
5767 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5768
5769         * nnmairix.el (nnmairix-delete-recreate-group)
5770         (nnmairix-update-and-clear-marks): Fix error messages.
5771
5772 2008-06-14  David Engster  <dengste@eml.cc>
5773
5774         * nnmairix.el: Upgrade to version 0.6.
5775         (nnmairix-group-toggle-propmarks-this-group)
5776         (nnmairix-group-toggle-readmarks-this-group)
5777         (nnmairix-group-delete-recreate-this-group)
5778         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
5779         (nnmairix-remove-tick-mark-original-article): New commands.
5780         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
5781         (nnmairix-propagate-marks-to-nnmairix-groups)
5782         (nnmairix-only-use-registry, nnmairix-allowfast-default)
5783         (nnmairix-marks-cache, nnmairix-version-output): New variables.
5784         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
5785         functions needed for marks propagation and manipulation of read marks.
5786         (nnmairix-update-groups): New function.
5787         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
5788         (nnmairix-determine-original-group-from-registry)
5789         (nnmairix-determine-original-group-from-path)
5790         (nnmairix-get-group-from-file-path, nnmairix-map-range)
5791         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
5792         New helper functions.
5793         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
5794         keystrokes for new commands.
5795         (nnmairix-delete-and-create-on-change): Doc string cleanup.
5796         (nnmairix-request-group): Check allow-fast group parameter.
5797         (nnmairix-request-create-group): Set allow-fast group parameter if
5798         nnmairix-allowfast-default is set.
5799         (nnmairix-close-group): Propagate marks upon closing if needed.
5800         (nnmairix-group-toggle-threads-this-group): Use new.
5801         nnmairix-group-toggle-parameter helper function.
5802         (nnmairix-search): Better check for empty search result.
5803         (nnmairix-goto-original-article): Use new helper functions for
5804         determining original article.
5805         (nnmairix-show-original-article): Make sure message-id is in brackets.
5806         (nnmairix-call-mairix-binary): Change variable name.
5807         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
5808         helper function.
5809         (nnmairix-widget-toggle-activate): Fix doc string.
5810
5811 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5812
5813         * nnir.el: Require edmacro when compiling with XEmacs.
5814         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
5815         available in Emacs 21.
5816
5817 2008-06-11  Glenn Morris  <rgm@gnu.org>
5818
5819         * gnus-util.el (x-focus-frame):
5820         * gnus.el (image-size):
5821         * mm-decode.el (image-size): Declare.
5822
5823         * gnus-picon.el (declare-function): Add compat definition.
5824         (image-size): Declare.
5825
5826         * gnus-group.el (tool-bar-map):
5827         * gnus-sum.el (tool-bar-map): Define for compiler.
5828
5829         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
5830
5831         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
5832
5833         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
5834         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
5835         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
5836         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
5837         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
5838         * sieve-manage.el, spam-report.el, spam.el:
5839         Remove unnecessary eval-and-compile of autoloads.
5840
5841 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
5842
5843         * auth-source.el: Precise Tramp doc.
5844
5845 2008-06-07  Glenn Morris  <rgm@gnu.org>
5846
5847         * nnmairix.el: Remove unnecessary eval-when-compile.
5848
5849 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5850
5851         * lpath.el: Fbind propertize for XEmacs 21.4.
5852
5853 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
5854
5855         * nnir.el: Move here from ../contrib.
5856
5857 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5858
5859         * gnus-util.el (gnus-read-shell-command): New function.
5860         * mm-decode.el (mm-pipe-part):
5861         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
5862
5863 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5864
5865         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
5866
5867 2008-06-03  Glenn Morris  <rgm@gnu.org>
5868
5869         * pop3.el (nnheader-accept-process-output): Autoload it.
5870
5871 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5872
5873         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
5874         are not 2-digit hexadecimal characters that follow `%'s.
5875
5876 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
5877
5878         * message.el (message-bogus-recipient-p): Fix type in doc string.
5879         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
5880         (message-bogus-addresses): Rename from message-bogus-address-regexp.
5881         Improve custom options.
5882         (message-bogus-recipient-p): Adjust accordingly.
5883
5884 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
5885
5886         * parse-time.el (parse-time-months, parse-time-weekdays): Add
5887         long-form month and day names.
5888
5889 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5890
5891         * dgnushack.el: Autoload debug, eudc-expand-inline and
5892         pgg-snarf-keys-region for XEmacs.
5893
5894         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
5895
5896         * nnmairix.el: Require edmacro when compiling with XEmacs.
5897
5898 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
5899
5900         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
5901         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
5902
5903 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5904
5905         * auth-source.el: Add more docs.
5906
5907         * netrc.el (netrc-machine): Always match if the port is not given.
5908
5909 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5910
5911         * nnheader.el (nnheader-read-timeout): Change the default timeout from
5912         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
5913         retrieval faster in some cases, but might make CPU usage larger.  If
5914         this has any bad side effects, we might revert this change.
5915
5916         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
5917         seems to make mail retrieval much, much faster.
5918         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
5919         unconditionally.
5920
5921         * gnus-draft.el (gnus-group-send-queue): Bind
5922         message-send-mail-partially-limit to nil to avoid being prompted.
5923
5924 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
5925
5926         * mml.el (mml-attach-buffer): Prompt for `disposition'.
5927
5928         * message.el (message-bogus-address-regexp): Fix and improve custom
5929         type.
5930         (message-setup-hook): Add message-check-recipients as custom option.
5931
5932 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
5933
5934         * message.el (message-cite-function): Remove bogus autoload which crept
5935         in during merge from v5-10.
5936
5937 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
5938
5939         * nnimap.el (nnimap-open-connection): Fix login/password bug.
5940
5941         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
5942
5943         * auth-source.el: Preliminary Tramp docs.
5944         (auth-sources): Change the default auth-sources to use
5945         EPA .gpg files.
5946
5947 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
5948
5949         * nntp.el: Autoload `auth-source-user-or-password'.
5950         (nntp-send-authinfo): Use it.
5951
5952         * nnimap.el: Autoload `auth-source-user-or-password'.
5953         (nnimap-open-connection): Use it.
5954
5955         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
5956         for the gnus-message function.
5957         (auth-source-user-or-password): Use it.
5958
5959 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5960
5961         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
5962         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
5963         (rfc2104-hash): Use it.
5964
5965 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
5966
5967         * gnus-art.el (gnus-article-toggle-truncate-lines):
5968         Don't use `iff' in docstring.
5969
5970 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
5971
5972         * gnus-registry.el: Adjusted copyright dates and added a keyword.
5973
5974         * gnus-util.el (gnus-extract-address-component-name)
5975         (gnus-extract-address-component-email): Convenience functions around
5976         `gnus-extract-address-components'.
5977
5978         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
5979         Use `gnus-extract-address-component-email' to fix bug of comparing full
5980         sender name to `user-mail-address'.
5981
5982 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
5983
5984         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
5985         catch/throw to optimize.
5986         (gnus-registry-find-keywords): Just use member to find a keyword.
5987
5988 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5989
5990         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
5991         is current before calling gnus-server-prepare.
5992         (gnus-server-setup-buffer, gnus-server-update-server)
5993         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
5994
5995 2008-05-04  Juri Linkov  <juri@jurta.org>
5996
5997         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
5998         (mailcap-file-default-commands): Use mailcap-replace-in-string
5999         instead of replace-regexp-in-string, and mailcap-delete-duplicates
6000         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
6001
6002 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
6003
6004         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
6005
6006 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6007
6008         * gnus.el: Bump version to 0.11.
6009
6010 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6011
6012         * gnus.el: No Gnus v0.10 is released.
6013
6014 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6015
6016         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
6017         hooks.
6018         (gnus-update-read-articles): Speed up non-marks-using users.
6019         (gnus-use-marks): Define gnus-use-marks.
6020         (gnus-propagate-marks): Rename variable to something more sensible.
6021
6022 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
6023
6024         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
6025         (gmm-image-load-path-for-library): Fix typos in docstrings.
6026         (gmm-message): Reflow docstring.
6027
6028 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
6029
6030         * mail-source.el (mail-source-set-1, mail-source-bind):
6031         Move auth-source code out of the macro to clean it up and fix bugs.
6032
6033 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
6034
6035         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
6036         by sender if it's equal to user-mail-address, it's likely to be
6037         useless.
6038
6039         * mail-source.el (mail-source-bind): Don't use user or password if they
6040         are not bound.  Unintern them if they are nil.  Don't use server unless
6041         it's bound, and default it to empty string otherwise.
6042
6043 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6044
6045         * mail-source.el: Load auth-source.el.
6046         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
6047         get user name or password, if auth-sources is set up.
6048
6049         * gnus-registry.el (gnus-registry-split-strategy): New variable for
6050         strategy of splitting with parent.
6051         (gnus-registry-split-fancy-with-parent)
6052         (gnus-registry-post-process-groups): Use it and fix prior
6053         bug (returning a list as the split result).
6054
6055         * auth-source.el (auth-sources): Remove server parameter.
6056         (auth-source-pick, auth-source-user-or-password)
6057         (auth-source-user-or-password-imap)
6058         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6059         (auth-source-user-or-password-sftp)
6060         (auth-source-user-or-password-smtp): Remove server parameter.
6061
6062 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
6063
6064         * smime.el (smime-sign-region, smime-encrypt-region)
6065         (smime-decrypt-region):
6066         Remove redundant calls to `generate-new-buffer-name'.
6067
6068 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
6069
6070         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
6071         Don't use QP for message/rfc822.
6072         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
6073
6074 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6075
6076         * sieve-manage.el (sieve-string-bytes): Remove.
6077         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
6078         correct byte-length only if the process's coding-system is the same as
6079         the one used internally by Emacs to represent strings.
6080
6081 2008-04-22  Juri Linkov  <juri@jurta.org>
6082
6083         * mailcap.el (mailcap-file-default-commands): New function.
6084
6085 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6086
6087         * message.el (message-signature-separator, message-cite-function):
6088         Change custom version.
6089
6090 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
6091
6092         * tls.el (tls-program): Add -ign_eof argument to call the openssl
6093         commands.
6094         (tls-checktrust): Ditto.
6095
6096 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6097
6098         * mm-decode.el (mm-display-external): Make temp file read-only.
6099
6100 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6101
6102         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
6103         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
6104         `C-c C-f d'.
6105
6106 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
6107
6108         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
6109
6110 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6111
6112         * gnus.el: Bump version to 0.9.
6113
6114 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
6115
6116         * gnus.el: No Gnus v0.8 is released.
6117
6118 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6119
6120         * mail-source.el (mail-source-value):
6121         Prefer fboundp to functionp so it works with macros as well.
6122
6123 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6124
6125         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6126         Fix last change in case the element is not even a symbol.
6127
6128 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6129
6130         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6131         Prefer fboundp to functionp so it works with macros as well.
6132
6133 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
6134
6135         * auth-source.el: Added docs.
6136         (auth-sources): Modify format to support server.
6137         (auth-source-pick, auth-source-user-or-password)
6138         (auth-source-user-or-password-imap)
6139         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6140         (auth-source-user-or-password-sftp)
6141         (auth-source-user-or-password-smtp): Add server parameter.
6142
6143 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
6144
6145         * gnus-registry.el: Initialize the registry when gnus-registry-install
6146         is t.
6147
6148 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6149
6150         * compface.el (uncompface): Make buffer unibyte.
6151
6152 2008-04-05  Glenn Morris  <rgm@gnu.org>
6153
6154         * gnus-ems.el (mm-disable-multibyte): Autoload it.
6155
6156 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6157
6158         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
6159         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
6160
6161         * nnheader.el (nnheader-init-server-buffer): Change buffer's
6162         multibyteness after rather than before erasing it.
6163
6164         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
6165         mm-with-multibyte.
6166         (gnus-request-article-this-buffer): Make sure the proper decoding is
6167         used if gnus-original-article-buffer happens to be unibyte.
6168
6169         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
6170         default-enable-multibyte-characters.
6171
6172         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
6173         default-enable-multibyte-characters.
6174
6175         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
6176
6177         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
6178
6179 2008-04-02  Simon Josefsson  <simon@josefsson.org>
6180
6181         * imap.el (imap-enable-exchange-bug-workaround): New variable.
6182         (imap-message-copyuid-1): Use it.
6183         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
6184         J. Williams in
6185         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
6186
6187         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
6188         imap-enable-exchange-bug-workaround.
6189         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
6190
6191 2008-04-01  Simon Josefsson  <simon@josefsson.org>
6192
6193         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
6194         a 100 byte status-checks into a 2-3MB transfer for each group.
6195         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
6196         to enable bug workaround or not.
6197         (nnimap-find-minmax-uid): Only enable workaround conditionally.
6198
6199 2008-03-31  Glenn Morris  <rgm@gnu.org>
6200
6201         * message.el (mml2015-use): Declare for compiler.
6202         (message-info): Require mml2015 when appropriate.
6203
6204 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6205
6206         * Makefile.in (EMACS_COMP): Quote directory name that might contain
6207         whitespace.
6208
6209 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6210
6211         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
6212         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
6213         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
6214         (nntp-service-to-port): New function.
6215         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
6216         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
6217         (nntp-open-netcat-stream): New function.
6218         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
6219
6220 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
6221
6222         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
6223
6224 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6225
6226         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
6227
6228 2008-03-28  Magnus Henoch  <mange@freemail.hu>
6229
6230         * dns.el (dns-write): Use set-buffer-multibyte.
6231
6232 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
6233
6234         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
6235
6236 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6237
6238         * message.el (message-signature-separator): Change default.
6239         Improve custom type.
6240         (message-cite-function): Change default to
6241         message-cite-original-without-signature.
6242
6243         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
6244         toggle.
6245
6246         * message.el (message-check-news-body-syntax): Fix signature check.
6247         (message-setup-1): Mark buffer as unmodified _after_ running
6248         message-setup-hook and handling message-alternative-emails.
6249         (message-shorten-references): Be more strict when building list of
6250         valid references to comply with GNKSA.
6251
6252         * gnus-group.el (gnus-read-ephemeral-bug-group)
6253         (gnus-read-ephemeral-debian-bug-group)
6254         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
6255
6256         * message.el (message-info): Don't use booleanp which isn't supported
6257         in Emacs 21 and XEmacs.
6258
6259 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
6260
6261         * gnus-group.el (gnus-gmane-group-download-format): Rename from
6262         gnus-group-gmane-group-download-format.
6263         (gnus-group-read-ephemeral-gmane-group): Rename from
6264         gnus-group-read-ephemeral-gmane-group.
6265         (gnus-read-ephemeral-gmane-group-url): Rename from
6266         gnus-group-read-ephemeral-gmane-group-url.
6267         (gnus-bug-group-download-format-alist): New variable.
6268         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
6269         (gnus-read-ephemeral-emacs-bug-group): New commands.
6270
6271 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6272
6273         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
6274         (gnus-visible-headers): Improve custom type.
6275
6276 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6277
6278         * mml.el (mml-menu): Add workarounds for XEmacs.
6279
6280         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
6281         X-Boundary header.
6282
6283         * message.el (message-simplify-recipients): Fix previous commit.
6284
6285 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6286
6287         * mm-util.el (mm-set-buffer-multibyte): New function.
6288         * mm-decode.el (mm-copy-to-buffer): Use it.
6289
6290 2008-03-19  Glenn Morris  <rgm@gnu.org>
6291
6292         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
6293         Accidentally removed in the sync process with Emacs.
6294
6295 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
6296
6297         * message.el (message-alter-recipients-discard-bogus-full-name):
6298         New function.
6299         (message-alter-recipients-function): New variable.
6300         (message-get-reply-headers): Use it.
6301         (message-replace-header): New helper function.
6302         (message-recipients-without-full-name): New variable.
6303         (message-simplify-recipients): New command.
6304
6305         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
6306
6307         * message.el (message-info): Handle EasyPG manual.
6308
6309         * mml.el (mml-menu): Add entry for EasyPG.
6310
6311 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
6312
6313         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
6314         parameter.
6315
6316         * message.el (message-disassociate-draft): Specify drafts group name
6317         fully.
6318
6319 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
6320
6321         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
6322         unnecessary duplicates from the match list.
6323
6324 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6325
6326         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
6327
6328         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
6329
6330         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
6331         args of `how-many' of which the XEmacs version doesn't take; declare
6332         Info-index-next as function.
6333
6334 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6335
6336         * gnus-score.el (gnus-score-headers): Fix handling of
6337         gnus-inhibit-slow-scoring.
6338
6339         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
6340         string.
6341         (gnus-button-url-regexp): Improve handling of parenthesis.
6342         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
6343         (gnus-button-handle-info-keystrokes): Handle index entries.
6344
6345 2008-03-15  Glenn Morris  <rgm@gnu.org>
6346
6347         * parse-time.el (parse-time-string): Simplify.
6348
6349 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6350
6351         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
6352         Incoming* files.
6353
6354 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6355
6356         * auth-source.el (auth-sources): Renamed from auth-source-choices.
6357         (auth-source-pick): Use it.
6358
6359 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6360
6361         * binhex.el (binhex-decode-region-internal):
6362         * uudecode.el (uudecode-decode-region-internal):
6363         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
6364         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
6365         setting default-enable-multibyte-characters.
6366
6367 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6368
6369         * auth-source.el (auth-source-protocols)
6370         (auth-source-protocols-customize, auth-source-choices): Added and
6371         modified variable customizations and defaults.
6372         (auth-source-pick, auth-source-user-or-password)
6373         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6374         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6375         (auth-source-user-or-password-sftp)
6376         (auth-source-user-or-password-smtp): Use new variables and provide an
6377         interface to netrc.el.
6378
6379 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6380
6381         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
6382         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
6383         Make sure the nntp port to specify is a string.
6384
6385 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6386
6387         * nntp.el: Use with-current-buffer.
6388         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
6389         dubious mm-with-unibyte-current-buffer.
6390         (nntp-with-open-group-function): New function extracted from
6391         nntp-with-open-group macro.
6392         (nntp-with-open-group): Use the function, so it's easier to debug.
6393         Add indentation and debugging info.
6394         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
6395         the use of the netcat alternatives.
6396
6397         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
6398         Avoid mm-string-as-multibyte as well.
6399
6400         * nnweb.el (nnweb-insert-html):
6401         Remove use of nnheader-string-as-multibyte.
6402
6403         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
6404         (nnheader-string-as-multibyte): Remove.
6405
6406         * mm-view.el: Use inhibit-read-only.
6407         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
6408         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
6409         or unibyte-string.
6410
6411         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
6412         (mm-uu-yenc-extract): Use with-current-buffer.
6413
6414         * gnus-soup.el (gnus-soup-send-packet): Don't use
6415         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
6416
6417         * nnmh.el: Use with-current-buffer.
6418         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
6419         mm-string-as-multibyte on the output of mm-encode-coding-string.
6420
6421         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
6422         (nnimap-request-move-article): Use with-current-buffer.
6423
6424         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
6425         inserting the handle-buffer's text, so the implicit multibyte->unibyte
6426         conversion uses string-make-unibyte rather than string-as-unibyte.
6427
6428         * gnus-msg.el: Use with-current-buffer.
6429
6430         * message.el (message-ignored-resent-headers): Add "Delivered-To".
6431
6432 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
6433
6434         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
6435         string for caching if it is 'PIN.
6436
6437 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6438
6439         * lpath.el: Consider the case without Emacs/W3.
6440
6441 2008-03-08  Glenn Morris  <rgm@gnu.org>
6442
6443         * time-date.el (date-to-time, time-subtract, time-add)
6444         (safe-date-to-time): Doc fixes.
6445
6446 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
6447
6448         * mail-source.el (mail-source-delete-old-incoming-confirm):
6449         Change default to nil.
6450         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
6451
6452 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6453
6454         * lpath.el: Rearrange.
6455
6456         * gnus-art.el (gnus-narrow-to-page): Position point properly.
6457         (gnus-article-goto-prev-page): Work for articles having ^L's.
6458
6459         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
6460
6461         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
6462
6463 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
6464
6465         * gnus-bookmark.el: Adjust for renames in bookmark.el.
6466         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
6467         (gnus-bookmark-jump): Adjust some variable names.
6468
6469 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
6470
6471         * auth-source.el: New package.
6472         (auth-source-choices): Add customization entry point variable.
6473
6474         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
6475         bug.
6476
6477 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
6478
6479         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
6480         (gnus-registry-initialize, gnus-registry-install-p): Use it.
6481         (gnus-registry-install-shortcuts): Rename from
6482         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
6483         the `gnus-registry-mark-map' keymap dynamically from
6484         `gnus-registry-marks'.  The generated functions update the summary line
6485         when a registry mark is added or deleted, and will call
6486         `gnus-registry-install-p' (see the comments in the code).
6487         (gnus-registry-user-format-function-M): Use concat intelligently.
6488
6489         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
6490         the registry mark functions.
6491
6492 2008-03-05  Glenn Morris  <rgm@gnu.org>
6493
6494         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
6495         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
6496         gnus-art.
6497         (top-level): No need to load own source when compiling.
6498
6499 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6500
6501         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
6502         Suggested by <chris.anderton@zetnet.co.uk>.
6503
6504 2008-03-04  Glenn Morris  <rgm@gnu.org>
6505
6506         * gnus-sum.el (top-level): No need to require gnus when compiling,
6507         since unconditionally required near start of file.
6508         (gnus-summary-display-while-building): Move definition before use.
6509
6510 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
6511
6512         * gnus-registry.el (gnus-registry-user-format-function-M): Add
6513         formatting function.
6514
6515 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6516
6517         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
6518         with plists.
6519         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
6520         Use new format.
6521
6522 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6523
6524         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
6525         `where-is-internal' that returns a range of key sequences.
6526
6527 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6528
6529         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
6530
6531         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
6532         (gnus-summary-jump-to-group): Consider windows on other displayed
6533         frames as well.  Similar changes might be needed elsewhere, but that's
6534         the one I've bumped into during my use.
6535
6536         * nndoc.el (nndoc-oe-dbx-type-p):
6537         * gnus-msg.el (gnus-debug):
6538         * gnus-group.el (gnus-update-group-mark-positions):
6539         Use mm-string-to-multibyte.
6540
6541 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6542
6543         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
6544         doesn't handle NotDashEscaped.
6545
6546         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
6547         (mml-dnd-attach-options): Fix typo in custom choice.
6548
6549         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
6550         nndoc-article-type to mbox.
6551         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
6552
6553         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
6554         to nil, instead of html2text.
6555
6556         * imap.el (imap-debug): Add `imap-ping-server'.
6557
6558         * gnus-bookmark.el: Add FIXMEs.
6559
6560         * message.el (message-form-letter-separator)
6561         (message-send-form-letter-delay): New variables.
6562         (message-send-form-letter): Use them.  New command to send form
6563         letters.  Requested by Uwe Siart.
6564         (message-send-mail-function): Doc fix.  Add "Other" custom option.
6565
6566 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6567
6568         * Update copyright years.
6569
6570 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6571
6572         Sync from EMACS_22_BASE.
6573
6574         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
6575
6576 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
6577
6578         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
6579         empty author.
6580
6581 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
6582
6583         * gnus-registry.el (gnus-registry-marks): Add variable for
6584         customization of marks and their appearance.
6585         (gnus-registry-read-mark): Use it.
6586         (gnus-registry-do-marks): Add utility function to loop through
6587         `gnus-registry-marks'.
6588         (gnus-registry-install-shortcuts-and-menus): Add function to install
6589         shortcuts and menus.
6590         (gnus-registry-initialize): Use it.
6591         (gnus-registry-default-mark): Clarify documentation.
6592
6593 2008-02-29  Glenn Morris  <rgm@gnu.org>
6594
6595         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
6596         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
6597         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
6598         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
6599         Change defcustom :version from 23.0 to 23.1.
6600
6601 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
6602
6603         * gnus-registry.el (gnus-registry-follow-group-p)
6604         (gnus-registry-post-process-groups): Add functions to aid registry
6605         splitting and improve logging.  Clarify behavior in function
6606         documentation.
6607         (gnus-registry-split-fancy-with-parent): Use them.
6608
6609 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6610
6611         * gnus-art.el: Use with-current-buffer.
6612
6613 2008-02-27  David Engster  <dengste@eml.cc>
6614
6615         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
6616         Express real group name in the response.
6617
6618 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6619
6620         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
6621         (nnmairix-last-server, nnmairix-current-server): Defvar them.
6622         (nnmairix-goto-original-article): Defvar gnus-registry-install and
6623         autoload gnus-registry-fetch-group when compiling.
6624         (nnmairix-request-group-with-article-number-correction): Remove
6625         unreferenced argument passed to nnmairix-call-backend.
6626
6627 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
6628
6629         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
6630         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
6631         Wilde.
6632
6633 2008-02-27  Glenn Morris  <rgm@gnu.org>
6634
6635         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
6636         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
6637         variables to defconsts.  Convert comments to doc-strings.
6638         (nnmairix-last-server, nnmairix-current-server): Convert from free
6639         variables to defvars.  Convert comments to doc-strings.
6640         (gnus-registry-fetch-group): Autoload.
6641         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
6642         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
6643         (nnmairix-widget-build-editable-fields): Use car cddr rather than
6644         caddr.
6645         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
6646         nnmairix-request-group-with-article-number-correction call.
6647         (nnmairix-fast, nnmairix-group): New, less general names, for free
6648         variables passed from nnmairix-request-group to
6649         nnmairix-request-group-with-article-number-correction.  Declare.
6650         (nnmairix-request-group-with-article-number-correction):
6651         Use nnmairix-fast, nnmairix-group rather than fast, group.
6652
6653 2008-02-26  David Engster  <dengste@eml.cc>
6654
6655         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
6656         version 0.5.
6657
6658 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
6659
6660         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
6661         instead of making an extra function call.  Don't add the current group
6662         to articles only when they have the group.  Use
6663         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
6664         Reported by David <de_bb@arcor.de>.
6665
6666 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6667
6668         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
6669         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
6670
6671 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
6672
6673         * mail-source.el (mail-source-delete-incoming): Change default.
6674         Supplement doc string.
6675
6676         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
6677
6678 2008-02-14  Glenn Morris  <rgm@gnu.org>
6679
6680         * time-date.el (format-seconds): New function.
6681
6682 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6683
6684         * nnmail.el (nnmail-message-id-cache-file): Derive from
6685         `gnus-home-directory'.
6686
6687 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
6688
6689         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
6690         Document negative prefix.
6691
6692         * gnus-group.el (gnus-group-read-group): Document negative prefix.
6693
6694 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6695
6696         * message.el (message-unsent-separator): Add the Exim bounce
6697         separator.
6698
6699 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
6700
6701         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
6702         list.
6703         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
6704         recipient/signer list.
6705
6706 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6707
6708         * Makefile.in (datarootdir): Define.
6709         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
6710         name that might contain whitespace.
6711
6712 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
6713
6714         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
6715         fbound (Emacs 23 unicode), signal an error.
6716
6717 2008-02-08  Glenn Morris  <rgm@gnu.org>
6718
6719         * gnus-art.el (pgg-display-output-buffer): Declare as function.
6720
6721 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
6722
6723         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
6724         ports to the calls to `netrc-machine-user-or-password' in addition to
6725         "imap" and "imaps".
6726
6727 2008-02-01  Zhang Wei  <id.brep@gmail.com>
6728
6729         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
6730
6731         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
6732
6733 2008-02-01  Kenichi Handa  <handa@m17n.org>
6734
6735         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
6736         rfc2104-hexstring-to-bitstring and changed to return a byte list.
6737         (rfc2104-hash): Convert the result of concat to unibyte string.
6738
6739 2008-02-01  Dave Love  <fx@gnu.org>
6740
6741         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
6742         coding-system-for-read.
6743         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
6744
6745 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
6746
6747         * gnus.el (gnus-group-startup-message): Add `find-image' call before
6748         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
6749         <hanche@math.ntnu.no>.
6750
6751 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6752
6753         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
6754
6755         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6756
6757 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
6758
6759         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
6760         * message.el (message-beginning-of-line): Use featurep instead of bound
6761         tests in order to resolve conditionals at compile time.
6762
6763 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
6764
6765         * mail-source.el (mail-sources): Add `group' choice.
6766
6767         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
6768         parameter `in-group' to control into which group the articles go.
6769         Add treatment of `group' mail-source.
6770
6771 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6772
6773         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
6774
6775         * mm-decode.el (mm-dissect-buffer): Decode description.
6776
6777         * mml.el (mml-to-mime): Encode message header first.
6778
6779 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6780
6781         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
6782         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
6783
6784         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
6785         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
6786
6787 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
6788
6789         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
6790
6791 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6792
6793         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
6794         prefix keys.
6795         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
6796         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
6797         gnus-xmas.el.
6798
6799         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
6800         (gnus-xmas-article-describe-bindings): New function.
6801         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
6802         gnus-xmas-article-describe-bindings.
6803
6804         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
6805
6806 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6807
6808         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
6809         Add new variables for article mark management.
6810         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
6811         list of extra data entries which, when present, will indicate that the
6812         article ID should not be trimmed from the registry.
6813         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
6814         functions.
6815         (gnus-registry-read-mark): New function to read a mark name from the
6816         user.
6817         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
6818         (gnus-registry-set-article-mark-internal): New functions to add and
6819         remove marks.
6820         (gnus-registry-get-article-marks): New function to show the marks for
6821         an article, or retrieve them for further use.
6822
6823 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6824
6825         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
6826         keys when no argument is given.
6827
6828 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6829
6830         * imap.el (imap-ping-server): New variable.
6831         (imap-opened): On add extra ping if imap-ping-server is non-nil.
6832         (imap-ping-server): Minor doc string fixes.
6833
6834 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6835
6836         * imap.el (imap-ping-server): New function.
6837         (imap-opened): Call imap-ping-server.
6838
6839 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
6840
6841         * gnus-sum.el (gnus-article-sort-by-random)
6842         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
6843         jidanni@jidanni.org.
6844
6845 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6846
6847         * gnus-art.el (gnus-article-describe-bindings): New function.
6848         (gnus-article-read-summary-keys): Use it.
6849         (gnus-article-mode-map): Bind `C-h b' to it.
6850
6851 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6852
6853         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
6854         XEmacs.
6855         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
6856         against non-character events.
6857
6858         * lpath.el: Fbind map-keymap for Emacs 21.
6859
6860 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
6861
6862         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
6863         command.
6864         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
6865         instead of END.  Change name of the temp file.
6866         (gnus-group-gmane-group-download-format): Add doc string.  Make it
6867         customizable.
6868
6869 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6870
6871         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
6872         bind `S W' to gnus-article-wide-reply-with-original; set default
6873         binding to gnus-article-read-summary-send-keys.
6874         (gnus-article-read-summary-keys): Fix the order of keys; display
6875         continuation keys correctly in the echo area; describe bindings
6876         correctly when keys end with `C-h'.
6877         (gnus-article-read-summary-send-keys): New function.
6878         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
6879         for gnus-article-read-summary-send-keys; display continuation keys
6880         correctly in the echo area.
6881         (gnus-article-reply-with-original): Ignore prefix argument.
6882         (gnus-article-wide-reply-with-original): New function.
6883
6884         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
6885         Emacs 21.
6886
6887 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6888
6889         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
6890         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
6891
6892 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
6893
6894         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
6895         (gnus-group-read-ephemeral-gmane-group): New command.
6896
6897 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
6898
6899         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
6900
6901 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6902
6903         * message.el (message-send-mail-function): Increase custom version.
6904
6905         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
6906         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
6907
6908 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
6909
6910         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
6911         for the cases where imap-authenticate is called with a nil buffer
6912         parameter.
6913
6914 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6915
6916         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
6917         html parts correctly; support forwarded messages.
6918         (gnus-article-browse-html-article): Remove work buffers.
6919
6920         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
6921         compiling.
6922         (netrc-bound-and-true-p): New macro.
6923         (netrc-parse): Use it instead of bound-and-true-p that is not available
6924         in XEmacs 21.4.
6925
6926 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
6927
6928         * gnus-registry.el (gnus-registry-mark-article)
6929         (gnus-registry-article-marks): Add functionality to mark articles
6930         through the Gnus registry.
6931
6932         * encrypt.el: Clarify documentation for the new pgg method.
6933         (encrypt-file-alist): Add PGG option.
6934         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
6935         functionality.  Abstract password key and messaging to external
6936         functions.
6937         (encrypt-password-key, encrypt-get-passphrase-if-needed)
6938         (encrypt-message-method-and-cipher): Add new convenience external
6939         functions.
6940         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
6941         (encrypt-pgg-process-buffer): Add PGG functionality glue.
6942
6943         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
6944         (netrc-parse): Use encrypt-file-alist to determine if
6945         encrypt-find-model or encrypt-insert-file-contents should be used.
6946
6947         * encrypt.el: Clarify documentation.  Load password-cache or
6948         password, whichever one is found first, instead of autoloading.
6949
6950 2007-12-19  Glenn Morris  <rgm@gnu.org>
6951
6952         * mml.el (message-options-set, message-narrow-to-head)
6953         (message-in-body-p, message-mail-p, message-encode-message-body):
6954         Autoload.
6955         (message-remove-header, message-narrow-to-headers-or-head)
6956         (message-subscribed-p, message-make-mail-followup-to)
6957         (message-position-on-field, message-news-p)
6958         (message-options-set-recipient, message-generate-headers)
6959         (message-sort-headers): Declare as functions.
6960
6961 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6962
6963         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
6964         convention in doc string.
6965
6966 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6967
6968         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
6969         title to html parts.
6970         (gnus-article-browse-html-article): Pass message header to it.
6971
6972         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
6973
6974 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
6975
6976         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
6977         or password compatible with XEmacs.
6978
6979 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6980
6981         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
6982         format document.
6983         (gnus-mime-delete-part): Don't write description line if empty.
6984         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
6985
6986 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
6987
6988         * gnus-sum.el (gnus-summary-mark-unread-as-read)
6989         (gnus-summary-mark-read-and-unread-as-read)
6990         (gnus-summary-mark-current-read-and-unread-as-read)
6991         (gnus-summary-mark-unread-as-ticked): Doc fix.
6992         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
6993
6994 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6995
6996         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
6997         Christoph Conrad <christoph.conrad@gmx.de>.
6998
6999 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7000
7001         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
7002         yes-or-no-p.
7003
7004 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7005
7006         * mm-decode.el (mm-add-meta-html-tag): New function.
7007         (mm-save-part-to-file, mm-pipe-part): Use it.
7008
7009         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
7010         gnus-y-or-n-p instead of y-or-n-p.
7011         (gnus-article-browse-html-parts): Work with message/external-body; use
7012         mm-add-meta-html-tag.
7013
7014 2007-12-11  Glenn Morris  <rgm@gnu.org>
7015
7016         * gnus-cache.el: Require gnus-sum not just when compiling.
7017
7018         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
7019
7020         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
7021         definitions before use.
7022
7023         * mm-decode.el: Require gnus-util.
7024         (mm-remove-part): Only call delete-annotation on XEmacs.
7025
7026         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
7027
7028         * nnmail.el: Require gnus-int.
7029
7030         * spam.el: Move `require's before `eval-when-compile's.
7031
7032         * gnus-ems.el (gnus-alive-p):
7033         * gnus-fun.el (message-goto-eoh):
7034         * gnus-util.el (gnus-group-name-decode):
7035         * mail-source.el (gnus-compress-sequence):
7036         * message.el (Info-goto-node, format-spec):
7037         * mm-bodies.el (message-options-get):
7038         * mm-decode.el (mm-view-pkcs7):
7039         * mm-util.el (gmm-write-region):
7040         * mml-smime.el (mml-compute-boundary)
7041         (gnus-completing-read-with-default):
7042         * mml.el (widget-button-press, gnus-make-hashtable):
7043         * mml1991.el (mm-decode-content-transfer-encoding)
7044         (mm-encode-content-transfer-encoding)
7045         (message-options-get, message-options-set):
7046         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
7047         * nnfolder.el (gnus-request-group):
7048         * nnheader.el (ietf-drums-unfold-fws):
7049         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
7050         * smime.el (gnus-run-mode-hooks):
7051         * spam-stat.el (gnus-message): Autoload.
7052
7053         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
7054         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
7055         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
7056         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
7057         Add declare-function compatibility definition.
7058
7059         * gnus-cache.el (nnvirtual-find-group-art):
7060         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
7061         (gnus-add-image, gnus-add-wash-type):
7062         * gnus-group.el (nnkiboze-score-file):
7063         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
7064         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
7065         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
7066         (message-tokenize-header, gnus-get-buffer-create)
7067         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
7068         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
7069         * gnus.el (gnus-group-decoded-name):
7070         * mail-source.el (imap-capability):
7071         * mm-bodies.el (message-options-set):
7072         * mm-decode.el (gnus-configure-windows):
7073         * mm-extern.el (message-goto-body):
7074         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
7075         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
7076         (epg-sub-key-validity, message-options-set):
7077         * mml.el (widget-event-point, gnus-configure-windows):
7078         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
7079         * mml2015.el (epg-check-configuration, epg-configuration)
7080         (message-options-set):
7081         * nndb.el (nndb-request-article):
7082         * nnfolder.el (gnus-request-create-group):
7083         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
7084         * nnmaildir.el (gnus-group-mark-article-read):
7085         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
7086         * rfc1843.el (message-fetch-field):
7087         * spam.el (gnus-extract-address-components):
7088         Declare as functions.
7089
7090 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7091
7092         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
7093
7094         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
7095
7096         * lpath.el: Fbind run-mode-hooks for Emacs 21;
7097         bind show-trailing-whitespace for XEmacs.
7098
7099 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7100
7101         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
7102         new no-op macro for backward compatibility.
7103
7104         * imap.el (imap-string-to-integer): New function.
7105
7106 2007-12-09  Glenn Morris  <rgm@gnu.org>
7107
7108         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
7109
7110         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
7111         * message.el, mm-view.el, sieve-manage.el, smime.el:
7112         Add declare-function compatibility definition.
7113
7114         * gnus-art.el (w3-region, w3m-region, Info-menu):
7115         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
7116         * gnus-sum.el (gnus-get-predicate):
7117         * gnus-util.el (mm-append-to-file, w32-focus-frame):
7118         * message.el (mail-abbrev-in-expansion-header-p):
7119         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
7120         (w3m-detect-meta-charset, w3m-region):
7121         * sieve-manage.el (password-read, password-cache-add)
7122         (password-cache-remove):
7123         * smime.el (password-read-and-add): Declare as functions.
7124
7125 2007-12-08  David Kastrup  <dak@gnu.org>
7126
7127         * gnus-sum.el (gnus-summary-simplify-subject-query):
7128         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
7129         `message'.
7130
7131 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7132
7133         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
7134         it to bind idna-program, installation-directory, defined-colors, and
7135         face-attribute for XEmacs of the version that compiles defcustom forms.
7136
7137 2007-12-07  Glenn Morris  <rgm@gnu.org>
7138
7139         * gnus-art.el (article-make-date-line): Revert previous change.
7140
7141 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7142
7143         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
7144
7145 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
7146
7147         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
7148         Call gnus-add-to-range ranges only once with a prepared article-list.
7149
7150 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
7151
7152         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
7153         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
7154         group names with backslashes.  Reported by Tassilo Horn
7155         <tassilo@member.fsf.org>.
7156
7157 2007-12-06  Deepak Goel  <deego3@gmail.com>
7158
7159         * gnus-art.el (article-make-date-line):
7160         * gnus-start.el (gnus-load):
7161         * pop3.el (pop3-read-response): Fix buggy call to `error'.
7162
7163 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7164
7165         * gnus-art.el (gnus-use-idna)
7166         * gnus-start.el (gnus-site-init-file)
7167         * message.el (message-use-idna)
7168         * mm-uu.el (mm-uu-hide-markers)
7169         * smiley.el (smiley-style): Revert changes that suppress warnings.
7170
7171 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7172
7173         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
7174         specify charset to html source.  Reported by Christoph Conrad
7175         <christoph.conrad@gmx.de>.
7176
7177 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7178
7179         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
7180         idna-program in order to suppress byte compile warning issued by XEmacs
7181         that came to byte compile the default value section of defcustom forms
7182         recently.
7183
7184         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
7185         value of installation-directory.
7186
7187         * message.el (message-use-idna): Don't directly refer to the value of
7188         idna-program.
7189
7190         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
7191
7192         * smiley.el (smiley-style): Don't directly call face-attribute.
7193
7194 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
7195
7196         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
7197
7198         * gnus-dired.el: Reduce Gnus dependencies.
7199         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
7200         require.  Use autoloads instead.
7201         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
7202         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
7203         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
7204         (gnus-dired-mode): Adjust doc string.
7205         (gnus-dired-mail-mode): New variable.
7206         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
7207         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
7208         (gnus-dired-mail-buffers): New function.  Return mail or message
7209         composition buffers.
7210         (gnus-dired-attach): Use it.
7211         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
7212         NO-DECODE.
7213         (gnus-dired-print): Use `gnus-print-buffer' depending on
7214         `gnus-dired-mail-mode'.
7215
7216 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7217
7218         * rfc2047.el (rfc2047-encoded-word-regexp)
7219         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
7220         explaining what regexp patterns are for.
7221
7222 2007-12-04  Glenn Morris  <rgm@gnu.org>
7223
7224         * password.el: Move to password-cache.el.
7225
7226         * mml1991.el (password-read, password-cache-add, password-cache-remove):
7227         * mml2015.el (password-read, password-cache-add, password-cache-remove):
7228         * mml-smime.el (password-read, password-cache-add)
7229         (password-cache-remove):
7230         No need to autoload, since mml-sec requires password.
7231
7232         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
7233         * message.el (gnus-extract-address-components):
7234         * mml-smime.el (gnus-extract-address-components): Define for compiler.
7235
7236         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
7237         password.
7238
7239 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7240
7241         * mailcap.el: Reduce dependencies.
7242         (mail-header-parse-content-type): Autoload.
7243         (mailcap-delete-duplicates): New alias.
7244         (mailcap-mime-info): Add optional argument NO-DECODE.
7245         (mailcap-mime-types): Use mailcap-delete-duplicates.
7246
7247         * message.el (message-ignored-supersedes-headers): Add "X-ID".
7248
7249 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
7250
7251         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
7252         (imap-parse-status): Upcase status-att for servers that sends them
7253         lower-case (e.g., MS Exchange 2007).
7254
7255 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7256
7257         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
7258         function.
7259
7260         * gnus-uu.el (gnus-uu-decode-yenc): New command.
7261         (gnus-uu-yenc-article): New function.
7262
7263         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
7264
7265         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
7266         buffer.
7267
7268 2007-12-02  Glenn Morris  <rgm@gnu.org>
7269
7270         * binhex.el (binhex): New custom group.
7271         (binhex-decoder-program, binhex-decoder-switches)
7272         (binhex-use-external): Move to the binhex custom group.
7273
7274         * uudecode.el (uudecode): New custom group.
7275         (uudecode-decoder-program, uudecode-decoder-switches)
7276         (uudecode-use-external): Move to the uudecode custom group.
7277
7278         * netrc.el (top-level): Don't load `encrypt' features.
7279         (netrc-parse): Don't use encrypt.
7280         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
7281
7282         * encrypt.el: Remove file.
7283
7284 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
7285
7286         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
7287         matches on patches.
7288
7289         * gnus-art.el (gnus-article-browse-html-article): Mention
7290         `mm-text-html-renderer' in the doc string.
7291
7292         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
7293         string.  Add comments.
7294
7295         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
7296         if rhs is ASCII.
7297
7298 2007-12-01  Glenn Morris  <rgm@gnu.org>
7299
7300         * mail-source.el (top-level): Require format-spec before
7301         eval-when-compile.
7302
7303 2007-11-30  Glenn Morris  <rgm@gnu.org>
7304
7305         * encrypt.el: Require password, rather than autoloading password-read.
7306
7307 2007-11-29  Glenn Morris  <rgm@gnu.org>
7308
7309         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
7310         (sasl-make-client, sasl-next-step, sasl-step-data)
7311         (sasl-step-set-data): Declare as functions.
7312
7313 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
7314
7315         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
7316
7317 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
7318
7319         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
7320         certs should be verified and what is to be done in the event of a
7321         verification failure.
7322
7323         * gnus.el (gnus-method-to-server): Add an optional parameter so the
7324         caller can indicate whether the cache should be disregarded for this
7325         call.  This way the result of the call is reproducible at all times and
7326         can be considered a canonical server name for the supplied method.
7327         (gnus-agent-method-p): Canonicalize server names by pushing their
7328         method through `gnus-method-to-server' using the no-cache argument.
7329
7330         * gnus-srvr.el (gnus-server-insert-server-line): Call
7331         `gnus-method-to-server' with `no-cache' argument.
7332
7333         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
7334         gnus-agent-possibly-synchronize-flags as this should be called when the
7335         server is actually being opened.
7336         (gnus-agent-possibly-synchronize-flags)
7337         (gnus-agent-possibly-synchronize-flags-server): Move check for the
7338         flags file of an agentized server to the latter function.
7339
7340         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
7341         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
7342         after a connection has been established successfully.
7343
7344 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7345
7346         * gnus-art.el (article-display-face): Force to display face if called
7347         interactively; check if gnus-article-x-face-too-ugly matches author.
7348         (article-display-x-face): Display face even if From header is missing
7349         as article-display-face does.
7350
7351 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
7352
7353         * hashcash.el (message-narrow-to-headers-or-head)
7354         (message-fetch-field, message-goto-eoh)
7355         (message-narrow-to-headers): Declare as functions.
7356
7357 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
7358
7359         * mail-source.el (mail-sources): Default to fetch from file for
7360         compatibility with default of nnmail-spool-file.
7361
7362 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7363
7364         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
7365         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
7366         to look for encoded word that should be encoded again.
7367         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
7368         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
7369         encoding pattern.
7370         (rfc2047-decode-region): Switch strict regexp and loose one according
7371         to rfc2047-allow-irregular-q-encoded-words.
7372
7373 2007-11-25  Romain Francoise  <romain@orebokech.com>
7374
7375         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
7376
7377 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7378
7379         * tls.el (tls-program): Provide more custom choices from
7380         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
7381         (tls-process-connection-type, tls-success): Remove "*" in doc string.
7382
7383 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7384
7385         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
7386         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
7387
7388         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
7389         `nnmail-spool-file'.
7390
7391         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
7392         `nnmail-spool-file'.
7393
7394         * gnus-move.el (gnus-change-server): Ditto.
7395
7396         * gnus-kill.el (gnus-batch-score): Ditto.
7397
7398         * gnus-cache.el (gnus-jog-cache): Ditto.
7399
7400         * gnus-msg.el (gnus-summary-reply):
7401         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
7402
7403 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7404
7405         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
7406         version.  Minor improvement to doc strings.
7407         (tls-program): Add comment.
7408
7409 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
7410
7411         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
7412         (tls-checktrust): New variable.  Check if GNU TLS complained about a
7413         mismatch between the hostname provided in the certificate and the name
7414         of the host connnecting to.
7415         (open-tls-stream): Use them.  Check certificates against trusted root
7416         certificates.
7417
7418 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7419
7420         * gnus-cache.el (gnus-cache-generate-nov-databases):
7421         Use nnml-generate-nov-databases-directory instead of
7422         nnml-generate-nov-databases-1.
7423
7424 2007-11-24  Glenn Morris  <rgm@gnu.org>
7425
7426         * message.el (message-tool-bar-retro): Update for rename
7427         mail_send.xpm->mail-send.xpm.
7428
7429 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
7430
7431         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7432         `smime-ldap-search' for Emacs 22 and up.
7433
7434 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7435
7436         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
7437
7438         * message.el (message-send-mail-function): Fix error convention.
7439         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
7440         (message-widen-reply, message-send-mail, message-talkative-question)
7441         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
7442         (message-clone-locals, message-send-news): Use with-current-buffer.
7443         (message-insert-or-toggle-importance): Remove unused var `valid'.
7444         (message-make-references): Remove unused var `new-references'.
7445         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
7446
7447 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
7448
7449         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
7450         (spam-split-symbolic-return-positive): Reflow docstring.
7451         (spam-backends, spam-summary-exit-behavior)
7452         (spam-mark-ham-unread-before-move-from-spam-group)
7453         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
7454         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
7455         (spam-clear-cache, spam-backend-check, spam-install-backend)
7456         (spam-install-statistical-backend, spam-list-of-processors)
7457         (spam-group-processor-p, spam-split, spam-bogofilter-score)
7458         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
7459         (spam-check-crm114, spam-initialize, spam-unload-hook):
7460         Fix typos in docstrings.
7461
7462 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7463
7464         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
7465         been checked if they have never been read and those group levels are
7466         higher than the one that a user specified.
7467
7468 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7469
7470         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
7471         foreign groups unless a group level is specified by a user.
7472         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
7473
7474 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
7475
7476         * message.el (message-send-mail-function): Require sendmail.
7477
7478 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
7479
7480         * message.el (message-send-mail-function): Check for smtpmail too.
7481
7482         * utf7.el (utf7-encode, utf7-decode): Use coding system
7483         `utf-7'/`utf-7-imap' from utf-7.el' if available.
7484
7485         * message.el (message-send-mail-function): New function.
7486         (message-send-mail-function): Set default using
7487         message-send-mail-function.  Adjust doc string.
7488         (message-send-mail-with-mailclient): New function.
7489
7490 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
7491
7492         * smime.el (from):
7493         * rfc2047.el (message-posting-charset):
7494         * qp.el (mm-use-ultra-safe-encoding):
7495         * pop3.el (parse-time-months):
7496         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
7497         * nnml.el (files):
7498         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
7499         (jka-compr-compression-info-list, ange-ftp-path-format)
7500         (efs-path-regexp):
7501         * nndiary.el (files):
7502         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
7503         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
7504         (epg-digest-algorithm-alist, inhibit-redisplay)
7505         (password-cache-expiry):
7506         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
7507         (pgg-output-buffer, password-cache-expiry):
7508         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
7509         (efs-path-regexp):
7510         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
7511         (inhibit-redisplay):
7512         * mm-uu.el (file-name, start-point, end-point, entry)
7513         (gnus-newsgroup-name, gnus-newsgroup-charset):
7514         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
7515         (latin-unity-ucs-list):
7516         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
7517         (mm-uu-binhex-decode-function):
7518         * message.el (gnus-message-group-art, gnus-list-identifiers)
7519         (rmail-enable-mime-composing, gnus-local-organization)
7520         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
7521         (gnus-read-active-file, facemenu-add-face-function)
7522         (facemenu-remove-face-function, gnus-article-decoded-p)
7523         (tool-bar-mode):
7524         * mail-source.el (display-time-mail-function):
7525         * gnus-util.el (nnmail-pathname-coding-system)
7526         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
7527         (gnus-original-article-buffer, gnus-user-agent)
7528         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
7529         (xemacs-codename, sxemacs-codename, emacs-program-version):
7530         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
7531         * gnus-start.el (gnus-agent-covered-methods)
7532         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
7533         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
7534         (gnus-newsgroup-headers, gnus-group-list-mode)
7535         (gnus-group-mark-positions, gnus-newsgroup-data)
7536         (gnus-newsgroup-unreads, nnoo-state-alist)
7537         (gnus-current-select-method, mail-sources)
7538         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
7539         (nnmail-spool-file, gnus-cache-active-hashtb):
7540         * gnus-mh.el (mh-lib-progs):
7541         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
7542         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
7543         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
7544         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
7545         (gnus-group-buffer):
7546         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
7547         (font-lock-set-defaults):
7548         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
7549         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
7550         (gnus-summary-post-menu, total-parts, type, condition, length):
7551         * gnus-agent.el (gnus-agent-read-agentview):
7552         * flow-fill.el (show-trailing-whitespace):
7553         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
7554         eval-and-compile wrappers for byte compiler pacifiers.
7555
7556         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
7557         (mm-display-inline-fontify): Check for featurep 'xemacs not
7558         extent-list.
7559
7560         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
7561         itimer-list.
7562         (mm-create-image-xemacs): Only do something for XEmacs.
7563         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
7564
7565         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
7566
7567         * gnus-registry.el (gnus-adaptive-word-syntax-table):
7568         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
7569
7570 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
7571
7572         * nnimap.el (nnimap-split-download-body):
7573         * gnus-demon.el (gnus-demon):
7574         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
7575
7576 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7577
7578         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
7579         macros.
7580         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
7581         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
7582         copy data from unibyte buffer to multibyte current buffer.
7583         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
7584         to copy data from unibyte current buffer to multibyte buffer.
7585         (nntp-make-process-buffer): Make process buffer unibyte.
7586
7587         * pop3.el (pop3-open-server): Fix typo in Lisp code.
7588
7589 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
7590
7591         * pop3.el (pop3-open-server): Accept and process data more robustly at
7592         connexion start to avoid spurious "POP SSL connexion failed" errors.
7593
7594 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7595
7596         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
7597         read group names.
7598
7599 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
7600
7601         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
7602
7603 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7604
7605         * nnmail.el (nnmail-parse-active): Make group names unibyte.
7606         (nnmail-save-active): Use a unibyte buffer when saving active file,
7607         which may contain non-ASCII group names.
7608
7609         * nnml.el (nnml-request-group): Decode group names in messages.
7610
7611 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
7612
7613         * message.el (message-citation-line-function)
7614         (message-insert-formatted-citation-line): Fix spelling of
7615         `message-insert-formated-citation-line'.
7616
7617 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
7618
7619         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
7620
7621 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7622
7623         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
7624         nnmail-pathname-coding-system.
7625
7626         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
7627         that a user enters; decode group names in messages.
7628
7629         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
7630
7631 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7632
7633         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
7634
7635         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
7636
7637         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
7638         risky local variable.
7639
7640         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
7641
7642 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
7643
7644         * encrypt.el: Improve documentation to fix function name typo.
7645         Reported by Daiki Ueno <ueno@unixuser.org>.
7646
7647 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7648
7649         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
7650         even if the point is not in the last page of an article.
7651         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
7652         back to the previous page.
7653
7654 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
7655
7656         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
7657
7658 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7659
7660         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
7661
7662 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7663
7664         * message.el (message-check-news-body-syntax): Avoid
7665         mm-string-as-multibyte.
7666         (message-hide-headers): Don't assume (point-min)==1.
7667
7668 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7669
7670         * message.el (message-remove-blank-cited-lines): Fix if remove is
7671         given.
7672         (message-bogus-address-regexp): New variable.
7673         (message-bogus-recipient-p): New function.
7674         (message-check-recipients): New command.
7675         (message-syntax-checks): Add `bogus-recipient'.
7676         (message-fix-before-sending): Add `bogus-recipient'.
7677
7678         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
7679         (gnus-treat-body-boundary): Don't test window-system.
7680
7681 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
7682
7683         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
7684
7685 2007-10-28  Miles Bader  <miles@gnu.org>
7686
7687         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
7688         at compile-time too.
7689
7690 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
7691
7692         * gnus-msg.el (gnus-message-setup-hook): Add
7693         `message-remove-blank-cited-lines' to options.
7694
7695 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7696
7697         * message.el (message-remove-blank-cited-lines): New function.
7698         Suggested by Karl Plästerer.
7699
7700 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7701
7702         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
7703         mapc.
7704
7705         * imap.el (imap-open): Replace mapcar called for effect with mapc.
7706         (top-level): Use mapc to set functions to be traced for debugging.
7707
7708         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
7709         called for effect with while loop.
7710
7711         * message.el (message-talkative-question): Replace mapcar called for
7712         effect with mapc.
7713
7714         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
7715         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
7716         called for effect with dolist.
7717
7718         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
7719
7720         * nndiary.el: Use dolist instead of mapcar to add diary headers to
7721         gnus-extra-headers and nnmail-extra-headers.
7722
7723         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
7724         called for effect with dolist.
7725         (top-level): Use mapc to set functions to be traced for debugging.
7726
7727         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
7728         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
7729         dolist.
7730
7731         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
7732         Replace mapcar called for effect with mapc.
7733         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
7734         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
7735         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
7736         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
7737
7738         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
7739         remove-if that's a cl function.
7740
7741         * webmail.el (webmail-debug): Replace mapcar called for effect with
7742         dolist.
7743
7744         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
7745         with mapc.
7746
7747 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7748
7749         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
7750         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
7751         with while loop.
7752
7753         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
7754         functions from article-* functions.
7755         (gnus-multi-decode-header): Replace mapcar called for effect with
7756         dolist.
7757
7758         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
7759         (gnus-bookmark-show-details): Replace mapcar called for effect with
7760         while loop.
7761
7762         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
7763         called for effect with while loop.
7764
7765         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
7766         with dolist.
7767
7768         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
7769         mapcar called for effect with dolist.
7770
7771         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
7772
7773         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
7774         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
7775         Replace mapcar called for effect with dolist.
7776         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
7777         mapc.
7778
7779         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
7780         Replace mapcar called for effect with dolist.
7781         (gnus-topic-list): Replace mapcar called for effect with mapc.
7782
7783         * gnus.el: Use mapc instead of mapcar to add autoloads.
7784
7785 2007-10-23  Richard Stallman  <rms@gnu.org>
7786
7787         * gnus-group.el (gnus-group-highlight): Mark as risky.
7788
7789 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7790
7791         * gnus.el (gnus-server-to-method): Return method found first in
7792         gnus-newsrc-alist.
7793
7794         * gnus-art.el (gnus-article-highlight-signature)
7795         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
7796         button overlay without the front stickiness.
7797
7798 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
7799
7800         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
7801         overview buffer needed a catch to receive its throw.
7802         (gnus-agent-flush-cache): Declared as interactive to make this function
7803         easier to use.
7804
7805 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
7806
7807         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
7808         `next-line'.
7809
7810 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7811
7812         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
7813         exclude address matching message-dont-reply-to-names.
7814
7815 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7816
7817         * gnus-util.el (gnus-string<): New function.
7818
7819         * gnus-sum.el (gnus-article-sort-by-author)
7820         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
7821
7822 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7823
7824         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
7825         the frame-focus tag is set in gnus-buffer-configuration.
7826
7827 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7828
7829         * gnus-art.el (gnus-article-add-button): Make a button overlay without
7830         the front stickiness.
7831
7832 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7833
7834         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
7835         url pattern; remove duplicate one.
7836         (gnus-article-extend-url-button): New function.
7837         (gnus-article-add-buttons): Use it.
7838         (gnus-button-push): Use concatenated url that it makes.
7839
7840 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
7841
7842         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
7843
7844 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7845
7846         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
7847         Don't hardcode point-min==1.
7848
7849 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
7850
7851         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
7852         Fix comment about "iso8859-1".
7853
7854 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
7855
7856         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
7857         ones returned from the verify-function.
7858
7859         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
7860         mml2015-extract-cleartext-signature if extraction failed.
7861
7862 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
7863
7864         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
7865         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
7866         failed.
7867
7868 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7869
7870         * Relicense "GPLv2 or later" files to "GPLv3 or later".
7871
7872 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
7873
7874         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
7875         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
7876         recommends to use EasyPG instead of PGG.
7877
7878         * pgg.el: Revert to revision 6.23.2.16.
7879
7880         * pgg-def.el: Revert to revision 6.6.2.14.
7881
7882         * pgg-gpg.el: Revert to revision 6.23.2.34.
7883
7884 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
7885
7886         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
7887         to mark a thread as expirable.  Add variable `hide' to handle hiding of
7888         thread for both the null and zero (kill/expire thread) universal prefix
7889         cases.
7890         (gnus-summary-expire-thread): Add new function to expire a thread,
7891         using gnus-summary-kill-thread.
7892         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
7893         shortcuts for gnus-summary-expire-thread.
7894         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
7895         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
7896
7897 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7898
7899         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
7900         extras value, so an extras entry can be deleted.
7901         (gnus-registry-delete-extra-entry): Use it.
7902         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
7903         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
7904         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
7905         storage through the gnus-registry, and provide an appropriate API for
7906         it.
7907
7908 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7909
7910         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
7911         Suggested by Leo <sdl.web@gmail.com>.
7912
7913         * gnus.el: Do.
7914
7915 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7916
7917         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
7918         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
7919
7920         * gnus-agent.el (gnus-agent-fetch-headers): Do.
7921
7922         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7923         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
7924
7925 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7926
7927         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
7928         newline.
7929         (nnmbox-request-accept-article): Don't change article in source buffer;
7930         narrow to header to use message-fetch-field rather than
7931         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
7932         (nnmbox-request-replace-article): Quote lines that'll be misidentified
7933         as delimiters; make sure article ends with newline.
7934         (nnmbox-delete-mail): Correct last position of article to be deleted;
7935         ignore X-Gnus-Newsgroup header in article body.
7936         (nnmbox-save-mail): Quote lines looking like delimiters at the right
7937         positions; make sure article ends with newline.
7938
7939         * message.el (message-display-abbrev): Don't infloop when a user
7940         inserts SPC in the beginning of header.
7941
7942         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
7943         coding-system-for-read and coding-system-for-write for XEmacs having no
7944         file-coding feature.
7945
7946         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
7947
7948 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
7949
7950         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
7951         list of groups not followed by default.  Fix type to be regexp.
7952         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
7953
7954 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
7955
7956         * hmac-def.el (define-hmac-function): Switch from old-style to
7957         new-style backquotes.
7958
7959         * md4.el (md4-make-step): Likewise.
7960
7961 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7962
7963         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
7964         raw-text coding system when saving .newsrc file, which may contain
7965         non-ASCII group names.
7966
7967 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7968
7969         * gnus-cus.el (gnus-score-extra): New widget.
7970         (gnus-score-extra-convert): New function.
7971         (gnus-score-customize): Use it for Extra.
7972
7973 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
7974
7975         * mml2015.el (mml2015-extract-cleartext-signature): New function.
7976         (mml2015-mailcrypt-clear-verify): Use it.
7977         (mml2015-gpg-clear-verify): Use it.
7978         (mml2015-pgg-clear-verify): Use it.
7979         (mml2015-epg-clear-verify): Replace the current part with the output
7980         from GnuPG; don't extract the plaintext by itself.
7981
7982         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
7983         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
7984         mml2015-clear-verify-function; don't touch the armor headers or
7985         dash-escaped text here.
7986
7987 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7988
7989         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
7990         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
7991         parts, or application/octet-stream as a last resort.
7992         (gnus-mime-view-part-as-type): Don't toggle display.
7993         (gnus-mime-view-part-as-charset): Don't turn off display before
7994         querying charset.
7995
7996         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
7997         stuff to undisplayer function in Emacs.
7998         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
7999
8000         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
8001         text/calendar parts.
8002
8003 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8004
8005         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
8006         decoding text/calendar parts.
8007
8008         * message.el (message-forward-make-body-mime): Always mark body as
8009         having no illegible text; remove signed-or-encrypted argument.
8010         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
8011
8012         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
8013         (mml-generate-mime-1): Don't encode body if it is specified to be in
8014         raw form; don't make buffer be unibyte when inserting multibyte string.
8015
8016 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8017
8018         * sha1.el: Fix up comment style.
8019         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
8020         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
8021
8022         * hex-util.el: Fix up comment style.
8023         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
8024
8025         * gnus-salt.el: Use with-current-buffer.
8026         (gnus-pick-setup-message): Fix long-standing typo.
8027
8028 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8029
8030         * imap.el (imap-logout-timeout): New variable.
8031         (imap-logout, imap-logout-wait): New functions.
8032         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
8033
8034         * nnimap.el (nnimap-logout-timeout): New server variable.
8035         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
8036         nnimap-logout-timeout.
8037
8038         * gnus-art.el (gnus-article-summary-command-nosave)
8039         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
8040
8041 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8042
8043         * gnus.el (gnus-maximum-newsgroup): New variable.
8044
8045         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
8046         according to gnus-maximum-newsgroup.
8047
8048         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8049         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
8050         Limit the range of articles according to gnus-maximum-newsgroup.
8051
8052 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
8053
8054         * gnus-art.el (gnus-sticky-article): Fixed problems described in
8055         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
8056         Don't perform gnus-configure-windows here; reuse existing sticky
8057         article buffer.
8058
8059         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
8060         it doesn't exist in gnus-article-mode.
8061
8062 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8063
8064         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
8065         (gnus-agent-decoded-group-name): New function.
8066         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
8067         (gnus-agent-expire-group-1): Use it; decode group name in messages.
8068
8069 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
8070
8071         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
8072         Add binding for gnus-sticky-article.
8073         (gnus-summary-exit): Don't kill sticky article buffers.
8074
8075         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
8076         article buffer.
8077         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
8078         (gnus-kill-sticky-article-buffers): New commands.
8079
8080 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8081
8082         * nntp.el (nntp-xref-number-is-evil): New server variable.
8083         (nntp-find-group-and-number): If it is non-nil, don't trust article
8084         numbers in the Xref header.
8085
8086 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8087
8088         * gnus-agent.el (gnus-agent-read-group): New function.
8089         (gnus-agent-flush-group, gnus-agent-expire-group)
8090         (gnus-agent-regenerate-group): Use it.
8091         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
8092         nnmail-pathname-coding-system.
8093
8094 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8095
8096         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
8097
8098         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
8099         that are unread as unread, and also as selected so that information of
8100         marks having been changed by a user may be updated when exiting group.
8101
8102 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8103
8104         * gnus-art.el (gnus-mime-display-single): Pass part number that is
8105         calculated ignoring signature parts to gnus-treat-article.
8106
8107 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8108
8109         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
8110         a point here in order to keep the window start.
8111         (gnus-insert-mime-security-button): Make a button overlay without the
8112         front stickiness.
8113         (gnus-mime-display-security): Goto the end of a button.
8114
8115         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
8116
8117 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8118
8119         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
8120         group-name-at-point.
8121         (gnus-group-completing-read): New function that offers decoded
8122         non-ASCII group names for completion.
8123         (gnus-fetch-group, gnus-group-read-ephemeral-group)
8124         (gnus-group-jump-to-group, gnus-group-make-group-simple)
8125         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
8126         (gnus-group-fetch-control): Use it.
8127         (gnus-fetch-group): Use group-name-at-point for the initial value
8128         rather than the default value; use gnus-alive-p.
8129
8130         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
8131         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
8132         (gnus-summary-post-news): Use gnus-group-completing-read.
8133
8134         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
8135         (gnus-read-move-group-name): Decode group name for completion.
8136
8137 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
8138
8139         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
8140         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
8141         Yamaoka slightly modified the code).
8142
8143 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8144
8145         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
8146         (nnmail-split-incoming): Bind it.
8147
8148         * nnml.el (nnml-group-name-charset): New function.
8149         (nnml-decoded-group-name): Use it; don't decode group name if
8150         nnmail-group-names-not-encoded-p is non-nil.
8151         (nnml-encoded-group-name): New function.
8152         (nnml-group-pathname): Inline nnml-decoded-group-name.
8153         (nnml-request-expire-articles): Decode group name in message.
8154         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
8155         nnmail-pathname-coding-system.
8156         (nnml-save-mail, nnml-active-number): Work with decoded group names and
8157         not decoded ones according to nnmail-group-names-not-encoded-p.
8158         (nnml-generate-active-info): Use nnml-encoded-group-name.
8159
8160 2007-08-08  Glenn Morris  <rgm@gnu.org>
8161
8162         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
8163         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
8164         doc-strings and comments.
8165
8166 2007-07-25  Glenn Morris  <rgm@gnu.org>
8167
8168         * Relicense all FSF files to GPLv3 or later.
8169
8170 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8171
8172         * gnus-sum.el (gnus-summary-move-article): Make
8173         gnus-summary-respool-article work.
8174
8175 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
8176
8177         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
8178         string.
8179
8180 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
8181
8182         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
8183         that should be ignored when comparing distant RSS articles with local
8184         ones.
8185         (nnrss-make-hash-index): New function.  Create a hash index according
8186         to the ignored fields.
8187         (nnrss-check-group): Use it.
8188
8189 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8190
8191         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
8192
8193         * gnus-art.el (article-decode-group-name): Decode Xref header too.
8194
8195         * gnus-group.el (gnus-group-make-group): Encode group name here unless
8196         the new optional argument ENCODED is non-nil.
8197         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
8198         coding system for encoding group name.
8199         (gnus-group-make-rss-group): Pass un-encoded group name to
8200         gnus-group-make-group.
8201         (gnus-group-set-info): Tell gnus-group-make-group that group name is
8202         encoded.
8203
8204         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
8205         Encode group name to which articles are moved or copied.
8206         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
8207         coding system for encoding Newsgroup, Followup-To and Xref headers.
8208
8209         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
8210         marks; use nnheader-file-coding-system to write a file.
8211         (nnagent-retrieve-headers): Bind file-name-coding-system to
8212         nnmail-pathname-coding-system.
8213
8214         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
8215
8216         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
8217         (nnml-request-article, nnml-request-create-group)
8218         (nnml-request-rename-group, nnml-find-id)
8219         (nnml-possibly-change-directory, nnml-possibly-create-directory)
8220         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
8221         (nnml-save-marks): Use nnml-group-pathname instead of
8222         nnmail-group-pathname.
8223
8224         (nnml-request-create-group, nnml-request-expire-articles)
8225         (nnml-request-move-article, nnml-request-delete-group)
8226         (nnml-deletable-article-p, nnml-possibly-create-directory)
8227         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
8228         (nnml-open-marks): Bind file-name-coding-system to
8229         nnmail-pathname-coding-system.
8230
8231         (nnml-request-article): Pass server argument to nnml-find-group-number.
8232         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
8233         server argument to nnml-possibly-create-directory.
8234         (nnml-request-accept-article): Pass server argument to
8235         nnml-active-number and nnml-save-mail.
8236         (nnml-find-group-number): Pass server argument to nnml-find-id.
8237         (nnml-request-update-info): Pass server argument to
8238         nnml-marks-changed-p.
8239
8240         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
8241         (nnml-save-mail, nnml-active-number): Add server argument.
8242
8243         (nnml-request-delete-group): Warn if group is missing.
8244         (nnml-get-nov-buffer): Decode group name.
8245         (nnml-generate-active-info): Encode group name.
8246         (nnml-open-marks): Decode group name in messages.
8247
8248 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8249
8250         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
8251         if it is not specified.
8252         (gnus-article-pipe-part, gnus-article-save-part)
8253         (gnus-article-interactively-view-part, gnus-article-copy-part)
8254         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
8255         (gnus-article-inline-part, gnus-article-save-part-and-strip)
8256         (gnus-article-replace-part, gnus-article-delete-part)
8257         (gnus-article-view-part-as-type): Pass raw prefix argument to
8258         gnus-article-part-wrapper.
8259
8260 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8261
8262         * gnus-agent.el (gnus-agent-save-active): Bind
8263         nnheader-file-coding-system to gnus-agent-file-coding-system.
8264
8265         * gnus-cache.el (gnus-cache-save-buffers)
8266         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
8267         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
8268         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
8269         (gnus-cache-braid-nov, gnus-cache-braid-heads)
8270         (gnus-cache-generate-active, gnus-cache-rename-group)
8271         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
8272         (gnus-cache-update-overview-total-fetched-for): Bind
8273         file-name-coding-system to nnmail-pathname-coding-system.
8274         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
8275         variables.
8276         (gnus-cache-decoded-group-name): New function.
8277         (gnus-cache-file-name): Use it.
8278         (gnus-cache-generate-active): Use non-decoded group name for active.
8279
8280         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
8281         right place.
8282         (gnus-write-active-file): Don't break non-ASCII group names.
8283
8284         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
8285         nnmail-pathname-coding-system.
8286
8287         * lpath.el: Bind default-file-name-coding-system,
8288         file-name-coding-system and language-info-alist for XEmacs.
8289
8290         * gnus-uu.el (gnus-uu-decode-save): Typo.
8291
8292 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8293
8294         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
8295
8296 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8297
8298         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
8299         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
8300         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
8301         (gnus-agent-flush-group, gnus-agent-flush-cache)
8302         (gnus-agent-fetch-headers, gnus-agent-load-alist)
8303         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
8304         (gnus-agent-retrieve-headers, gnus-agent-request-article)
8305         (gnus-agent-regenerate-group)
8306         (gnus-agent-update-files-total-fetched-for)
8307         (gnus-agent-update-view-total-fetched-for): Bind
8308         file-name-coding-system to nnmail-pathname-coding-system.
8309         (gnus-agent-group-pathname): Don't encode file names by
8310         nnmail-pathname-coding-system.
8311         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
8312         coding-system-for-write instead of buffer-file-coding-system to
8313         gnus-agent-file-coding-system.
8314
8315         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
8316         Decode group name.
8317
8318         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
8319
8320         * gnus-start.el (gnus-update-active-hashtb-from-killed)
8321         (gnus-read-newsrc-el-file): Make group names unibyte.
8322
8323         * nnmail.el (nnmail-group-pathname): Don't encode file names by
8324         nnmail-pathname-coding-system.
8325
8326         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
8327         (nnrss-request-delete-group): Bind file-name-coding-system to
8328         nnmail-pathname-coding-system.
8329         (nnrss-read-server-data, nnrss-read-group-data): Bind
8330         file-name-coding-system correctly.
8331         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
8332
8333         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
8334         (nntp-server-to-method-cache): New variable.
8335         (nntp-group-pathname): New function that decodes non-ASCII group names.
8336         (nntp-possibly-create-directory, nntp-marks-changed-p)
8337         (nntp-save-marks, nntp-open-marks): Use it.
8338         (nntp-possibly-create-directory, nntp-open-marks):
8339         Bind file-name-coding-system to nnmail-pathname-coding-system.
8340         (nntp-open-marks): Decode group names when bootstrapping marks.
8341
8342         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
8343         Newsgroups and Folowup-To headers.
8344
8345 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8346
8347         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8348         (gnus-server-closed-face, gnus-server-denied-face)
8349         (gnus-server-offline-face): Remove variable.
8350         (gnus-server-font-lock-keywords): Use faces that are not aliases.
8351
8352         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
8353         of modifying message-stack directly for XEmacs.
8354
8355         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
8356         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
8357         if the coding-system argument is nil for XEmacs.
8358
8359         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
8360         mm-charset-override-alist.
8361
8362         * rfc2047.el: Don't require base64; require rfc2045 for the function
8363         rfc2045-encode-string.
8364         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
8365         to quote the parameter value.
8366
8367 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8368
8369         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
8370         form in gnus-group-name-charset-method-alist.
8371
8372         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
8373         overrides the default layout edit-form.
8374
8375         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
8376
8377         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
8378
8379 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8380
8381         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
8382         as unfetched articles.
8383
8384 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
8385
8386         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
8387
8388 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8389
8390         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
8391         original back end that keeps marks in the local system.
8392
8393 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8394
8395         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
8396         arg of pop-to-buffer for XEmacs.
8397         (gnus-article-read-summary-keys): Ditto; don't restore window
8398         configuration if summary command ends up with neither article buffer
8399         nor summary buffer; describe bindings if summary keys end with C-h.
8400
8401 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8402
8403         * message.el (message-fix-before-sending): Skip raw message part to be
8404         forwarded while checking illegible text.
8405         (message-forward-make-body-mime, message-forward-make-body): Mark
8406         signed or encrypted raw message as having no illegible text.
8407
8408 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8409
8410         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
8411         (gnus-message-with-timestamp-1): New macro.
8412         (gnus-message-with-timestamp): New function.
8413         (gnus-message): Use them.
8414
8415         * nnheader.el (nnheader-message): Use them.
8416
8417 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
8418
8419         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
8420         .newsrc.eld file.
8421
8422 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8423
8424         * gnus-agent.el (gnus-agent-fetch-headers)
8425         (gnus-agent-retrieve-headers): Bind
8426         gnus-decode-encoded-address-function to identity.
8427
8428         * nntp.el (nntp-send-xover-command): Recognize an xover command is
8429         available also when the server returns simply a dot.
8430
8431         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
8432
8433 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8434
8435         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
8436
8437 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8438
8439         * gnus-ems.el (gnus-x-splash): Make it work.
8440
8441         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
8442         from being used.
8443
8444         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
8445
8446 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8447
8448         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
8449         4th and the 5th arguments.
8450
8451         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
8452         the front stickiness.
8453         (gnus-article-summary-command-nosave): Correct the order of the
8454         arguments passed to pop-to-buffer.
8455         (gnus-article-read-summary-keys): Ditto; make it work properly when the
8456         summary command ends up with the article buffer.
8457
8458         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
8459         the same faces.
8460
8461 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
8462
8463         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
8464
8465 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
8466
8467         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
8468         * gnus-sum.el (gnus-summary-highlight):
8469         * pgg.el (pgg-sign-region, pgg-sign):
8470         * mail-source.el (mail-source-delete-old-incoming-confirm):
8471         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
8472
8473 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8474
8475         * gnus-art.el (gnus-mime-view-part-externally)
8476         (gnus-mime-view-part-internally): Fix predicate function passed to
8477         completing-read.
8478
8479         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
8480
8481         * gnus.el (gnus-update-message-archive-method): Add :version.
8482
8483 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8484
8485         * gnus.el (gnus-update-message-archive-method): New variable.
8486
8487         * gnus-start.el (gnus-setup-news): Update saved "archive" method
8488         according to gnus-message-archive-method if
8489         gnus-update-message-archive-method is non-nil.
8490
8491 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8492
8493         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
8494         by Loic Dachary <loic@dachary.org>.
8495         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8496
8497 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8498
8499         * message.el (message-pop-to-buffer): Add switch-function argument.
8500         (message-mail): Pass switch-function argument to it.
8501
8502 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
8503
8504         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
8505         Improve doc string.
8506
8507 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8508
8509         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
8510         (gnus-header-content)
8511         * gnus-cite.el (gnus-cite-10)
8512         * gnus-srvr.el (gnus-server-closed)
8513         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
8514         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
8515         (gnus-group-mail-3-empty, gnus-group-mail-low)
8516         (gnus-group-mail-low-empty, gnus-splash)
8517         * message.el (message-header-to, message-header-cc)
8518         (message-header-subject, message-header-other, message-header-name)
8519         (message-header-xheader, message-separator, message-cited-text)
8520         (message-mml): Lighten colors of faces used for dark background.
8521
8522 2007-05-24  Simon Josefsson  <simon@josefsson.org>
8523
8524         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
8525         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
8526
8527 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8528
8529         * message.el (message-narrow-to-headers-or-head):
8530         Ignore mail-header-separator in the body.
8531
8532 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8533
8534         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
8535         same as window size.
8536
8537 2007-05-22  Kevin Ryde  <user42@zip.com.au>
8538
8539         * message.el (message-font-lock-keywords): Use message-header-xheader
8540         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
8541         ahead of the anything pattern, to get it recognised.
8542
8543 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8544
8545         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
8546         spam.el loads uses it in the compiled defadvice form.
8547
8548 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
8549
8550         * gnus-sum.el (gnus-articles-to-read)
8551         (gnus-summary-insert-old-articles): Don't truncate group name for
8552         `read-string'.
8553
8554         * gnus-util.el (gnus-limit-string): Delete this function.
8555
8556         * gnus-sum.el (gnus-simplify-subject-fully): Use
8557         `truncate-string-to-width' instead.
8558
8559 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
8560
8561         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
8562         if, on summary exit, the next group has to be selected.
8563         (gnus-summary-exit): Use it.
8564
8565 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
8566
8567         * gnus-art.el (gnus-article-mode): Fix comment about displaying
8568         non-break space.
8569
8570 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8571
8572         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
8573         Check if group is not a directory.
8574         (nnfolder-request-expire-articles): Don't delete articles if the target
8575         group is not available.
8576
8577         * nnml.el (nnml-request-create-group): Properly check if group is not a
8578         file.
8579         (nnml-request-expire-articles): Don't delete articles if the target
8580         group is not available.
8581
8582         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8583         Don't quote characters that are within parentheses.
8584
8585 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8586
8587         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
8588         (gnus-handle-ephemeral-exit): Select article according to it.
8589
8590 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8591
8592         * message.el (message-insert-formated-citation-line): Remove newline.
8593         (message-citation-line-format): Add final \n here so that the user can
8594         avoid a blank line.
8595
8596 2007-05-03  Dan Christensen  <jdc@uwo.ca>
8597
8598         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
8599         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
8600         Update lanl/arXiv support.
8601
8602 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8603
8604         * gnus.el: Bump version number.
8605
8606 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8607
8608         * gnus.el (gnus-version-number): Bump version.
8609
8610 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8611
8612         * gnus.el: No Gnus v0.6 is released.
8613
8614 2007-04-27  Didier Verna  <didier@xemacs.org>
8615
8616         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
8617         * gmm-utils.el (gmm-regexp-concat): here.
8618         * message.el: Don't require 'gnus-util.
8619         (message-dont-reply-to-names): Handle name change above.
8620         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
8621
8622 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8623
8624         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
8625         since the initial value varies according to the system.
8626
8627 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8628
8629         * mm-util.el (mm-charset-synonym-alist): Defcustom.
8630
8631 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
8632
8633         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
8634
8635 2007-04-24  Didier Verna  <didier@xemacs.org>
8636
8637         Improve the type of gnus-ignored-from-addresses.
8638         * gnus-util.el (gnus-orify-regexp): New function.
8639         * message.el (gnus-util): Require it.
8640         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
8641         * gnus-sum.el (gnus-ignored-from-addresses): New function.
8642         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
8643
8644 2007-04-24  Didier Verna  <didier@xemacs.org>
8645
8646         * gnus-sum.el:
8647         * gnus-utils.el: Fix some trailing whitespaces.
8648
8649 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8650
8651         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
8652         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
8653         article's Message-ID; refer parent article in summary buffer.
8654
8655         * message.el (message-bounce): Call mime-to-mml.
8656
8657         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
8658         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
8659         optimize and/or forms properly.
8660
8661 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
8662
8663         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
8664         URL.
8665
8666 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8667
8668         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
8669
8670 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8671
8672         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
8673         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
8674         displayed of multipart/alternative part if it is invoked from summary
8675         buffer.
8676
8677         * mm-view.el (mm-inline-text-html-render-with-w3m)
8678         (mm-inline-text-html-render-with-w3m-standalone)
8679         (mm-inline-render-with-function): Use mail-parse-charset by default.
8680
8681 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
8682
8683         * parse-time.el (parse-time-string-chars): Check if CHAR
8684         is less than the length of parse-time-syntax.
8685
8686 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8687
8688         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
8689         from gnus-newsgroup-processable.
8690
8691 2007-04-16  Didier Verna  <didier@xemacs.org>
8692
8693         * gnus-msg.el (gnus-configure-posting-styles): Handle
8694         message-signature-directory properly with :file syntax.  Reported by
8695         "Leo".
8696
8697 2007-04-11  Didier Verna  <didier@xemacs.org>
8698
8699         New user option: message-signature-directory.
8700         * gnus-msg.el (gnus-configure-posting-styles): Support it.
8701         * message.el (message-insert-signature): Ditto.
8702         * message.el (message-signature-file): Doc update.
8703         * message.el (message-signature-directory): New.
8704
8705 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8706
8707         * gnus-msg.el (gnus-inews-yank-articles): Use
8708         message-exchange-point-and-mark instead of exchange-point-and-mark.
8709
8710 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8711
8712         * message.el (message-yank-original): Make sure cited text ends with
8713         newline; don't exchange point and mark.
8714
8715 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
8716
8717         * tls.el (open-tls-stream): Properly handle case where there
8718         is no associated buffer.
8719
8720 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
8721
8722         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
8723         message-yank-original, make sure (< mark TEXT point).
8724
8725 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8726
8727         * message.el (message-fill-column): New variable.
8728         (message-mode): Use it.  Add comment on a possible new hook.
8729
8730         * nnmail.el (nnmail-spool-file): Mark as obsolete.
8731         (nnmail-get-new-mail): Reformat.
8732
8733         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
8734
8735         * gmm-utils.el: Fix Commentary.
8736         (gmm-tool-bar-from-list): Fix typo in doc string.
8737
8738 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
8739
8740         * message.el (message-yank-original): Don't switch point and mark
8741         unnecessarily to put point and mark as documented.
8742
8743 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8744
8745         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
8746         from the message heads.
8747
8748 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
8749
8750         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
8751         article buffer does not have a window.  This may not be the best
8752         solution but is certainly better than setting the start of the null,
8753         that is the current, window.
8754
8755 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8756
8757         * gnus-draft.el (gnus-draft-setup-hook): New hook.
8758         (gnus-draft-setup): Run it.
8759
8760         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
8761         gnus-score-fast-scoring.  Allow regexp.
8762         (gnus-score-headers): Use it.
8763
8764         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
8765         XEmacs.
8766
8767         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
8768         string.
8769         (gnus-button-alist): Also catch `<f1> k ...'.
8770         (gnus-treat-display-x-face): Fix doc string.
8771
8772 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8773
8774         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
8775         evaluation of gnus-extended-version to ensure correct generation of the
8776         User-Agent header when message-generate-headers-first is used.
8777
8778 2007-03-24  Simon Josefsson  <simon@josefsson.org>
8779
8780         * hashcash.el (hashcash-generate-payment-async): Don't crash if
8781         hashcash-path is nil.  Don't call callback with incorrect number of
8782         parameters if val is 0.
8783
8784 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8785
8786         * message.el (message-required-news-headers):
8787         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
8788
8789 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
8790
8791         * tls.el (open-tls-stream): In handshake-waiting loop,
8792         don't wait more if there is output available to process.
8793
8794 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
8795
8796         * tls.el (tls-program): Doc fix.
8797
8798 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8799
8800         * message.el (message-generate-new-buffers): Change the meaning of the
8801         nil value; add `standard' to the choices; treat t as `unique'; improve
8802         doc string.
8803         (gnus-select-frame-set-input-focus): Autoload.
8804         (message-buffer-name): Search for the existing message buffer if
8805         message-generate-new-buffers is nil or `standard'; treat the value t of
8806         message-generate-new-buffers as `unique'.
8807         (message-pop-to-buffer): Raise the frame already displaying the message
8808         buffer; clear the echo area after querying.
8809         (message-setup): Pass the `continue' argument to compose-mail.
8810         (message-mail): Prefer `switch-function' if it is given; search for the
8811         existing message buffer if the `continue' argument is non-nil; pass
8812         continue and switch-function arguments to compose-mail by way of
8813         message-setup.
8814         (message-mail-other-window): Adjust argument of message-setup.
8815         (message-mail-other-frame): Ditto.
8816
8817 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8818
8819         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
8820         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
8821         to turn font-lock on when turning gnus-message-citation-mode on.
8822
8823 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
8824
8825         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
8826         (mml-smime-function-alist): New variable; add epg as the backend.
8827         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
8828         mml-smime- functions instead.
8829         * mm-view.el: Require smime.
8830
8831 2007-03-05  Didier Verna  <didier@xemacs.org>
8832
8833         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
8834         instead of just inheritance for posting styles.
8835         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
8836
8837 2007-02-24  Chris Moore  <dooglus@gmail.com>
8838
8839         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
8840         * pgg-pgp.el (pgg-pgp-encrypt-region):
8841         * pgg-gpg.el (pgg-gpg-encrypt-region):
8842         Check pgg-encrypt-for-me if no other recipients.
8843
8844 2007-02-24  John Paul Wallington  <jpw@pobox.com>
8845
8846         * tls.el (tls-certtool-program): Fix custom type.
8847
8848 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8849
8850         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
8851         and point-at-eol instead of line-(beginning|end)-position.
8852
8853         * assistant.el (assistant-parse-buffer): Ditto.
8854
8855         * netrc.el (netrc-parse-services): Ditto.
8856
8857 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
8858
8859         * mml2015.el (mml2015-epg-find-usable-key): New function.
8860         (mml2015-epg-sign): Use it.
8861         (mml2015-epg-encrypt): Use it.
8862
8863 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8864
8865         * message.el (message-make-in-reply-to): Quote name containing
8866         non-ASCII characters.  It will make the RFC2047 encoder cause an error
8867         if there are special characters.  Reported by NAKAJI Hiroyuki
8868         <nakaji@jp.freebsd.org>.
8869
8870 2007-02-27  Didier Verna  <didier@xemacs.org>
8871
8872         Include the group parameters as well as the topic ones in the
8873         inheritance filter process.
8874         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
8875         argument GROUP-PARAMS-LIST.
8876         * gnus-topic.el (gnus-group-topic-parameters): Use it.
8877
8878 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8879
8880         * nntp.el (nntp-never-echoes-commands)
8881         (nntp-open-connection-functions-never-echo-commands): New variables.
8882         (nntp-send-command): Use them.
8883
8884 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
8885
8886         * mml2015.el (mml2015-epg-verify): Simplified.
8887
8888 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8889
8890         * mml.el (mml-content-disposition-alist): New user option.
8891         (mml-content-disposition): New function.
8892         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
8893         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
8894
8895 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
8896
8897         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
8898         verification.
8899
8900 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8901
8902         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
8903         articles posted in the last 24 hours.
8904
8905 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
8906
8907         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
8908
8909 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
8910
8911         * nntp.el (nntp-send-command): Don't wait for echoes when
8912         nntp-open-ssl-stream is used.
8913
8914 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8915
8916         * gnus-cite.el (gnus-test-font-lock-add-keywords)
8917         (gnus-message-add-citation-keywords)
8918         (gnus-message-remove-citation-keywords): Remove.
8919         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
8920         directly, make the variables in font-lock-defaults buffer-local, add
8921         gnus-message-citation-keywords to them and then update the value of
8922         font-lock-keywords.
8923
8924 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8925
8926         * message.el (message-cite-original-1): Don't call
8927         gnus-article-highlight-citation.
8928
8929         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
8930         citations; fix line count.
8931
8932 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8933
8934         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
8935         (gnus-message-add-citation-keywords)
8936         (gnus-message-remove-citation-keywords): Use it; fix the emulating
8937         versions of font-lock-add-keywords and font-lock-remove-keywords to
8938         work with XEmacs correctly.
8939
8940 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8941
8942         * gnus-cite.el (gnus-cite-face-list): Set the values of
8943         gnus-message-max-citation-depth and gnus-message-citation-keywords.
8944         (gnus-message-max-citation-depth): Use defvar rather than defconst.
8945         (gnus-message-cite-prefix-regexp): New variable.
8946         (gnus-message-search-citation-line): Use it; protect against long
8947         citation prefix; fill match data with nil rather than 0 for XEmacs; set
8948         the 0th match data for Emacs.
8949         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
8950         (gnus-message-add-citation-keywords): Append keywords rather than
8951         prepending; emulate font-lock-add-keywords if it is not available.
8952         (gnus-message-remove-citation-keywords): Emulate
8953         font-lock-remove-keywords if it is not available.
8954
8955         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
8956
8957         * message.el (message-cite-prefix-regexp): Set the value of
8958         gnus-message-cite-prefix-regexp.
8959
8960 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8961
8962         * nnweb.el (nnweb-google-parse-1): Update parser.
8963
8964 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
8965
8966         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
8967
8968 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8969
8970         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8971         regexp.
8972
8973 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8974
8975         * uudecode.el (uudecode-string-to-multibyte): New function emulating
8976         string-to-multibyte.
8977         (uudecode-decode-region-internal): Use it.
8978
8979         * lpath.el: Fbind string-as-multibyte for XEmacs.
8980
8981 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8982
8983         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
8984         custom choice.
8985
8986         * gnus-art.el (gnus-signature-limit): Fix custom choice.
8987
8988 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
8989
8990         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
8991
8992         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
8993         `write-region' to respect `mm-inhibit-file-name-handlers'.
8994
8995 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
8996
8997         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
8998         Use gnus-home-directory instead of "~/" or "$HOME".
8999
9000 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
9001
9002         * encrypt.el (encrypt-insert-file-contents): Add better prompt
9003         to mention filename.
9004         Add comments at beginning regarding usage.
9005         (encrypt-write-file-contents): Change interactive so a string is
9006         acceptable.  If the file has no associated model, show an error instead
9007         of a nonsense prompt.
9008
9009 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9010
9011         * spam.el (spam-bsfilter-ham-switch): Fix typo.
9012         Thanks to Yoshihiko Yamada for kind notification of this typo.
9013
9014 2007-01-12  Kenichi Handa  <handa@m17n.org>
9015
9016         * uudecode.el (uudecode-decode-region-internal): Make it work in a
9017         multibyte buffer.
9018
9019 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9020
9021         * gnus-score.el (gnus-score-fast-scoring): New variable.
9022         (gnus-score-headers): Use it.
9023
9024         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
9025
9026         * message.el (message-cite-original-1): Call
9027         gnus-article-highlight-citation if requested.
9028         (message-make-from): Allow name and address as optional arguments.
9029
9030         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
9031
9032         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
9033         bugs to doc string.
9034         (gnus-button-alist): Add mid\\|message-id.
9035         (gnus-button-fetch-group): Extend for use in
9036         `browse-url-browser-function'.
9037         (gnus-button-url-regexp): Try to catch paired parentheses like in
9038         Wikipedia URLs.
9039
9040         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
9041         Suggested by Simon Krahnke <overlord@gmx.li>.
9042
9043 2007-01-13  Romain Francoise  <romain@orebokech.com>
9044
9045         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
9046         Update copyright.
9047
9048 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
9049
9050         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
9051
9052 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9053
9054         * gnus-registry.el (gnus-registry-unfollowed-groups)
9055         (gnus-registry-split-fancy-with-parent): Fix documentation.
9056
9057 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9058
9059         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
9060         from nnweb groups.
9061
9062 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9063
9064         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
9065         Xref urls.  Erase buffer before requesting head.
9066
9067 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
9068
9069         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
9070         customizable.
9071
9072 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
9073
9074         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
9075         no signing key is found.
9076         (mml2015-epg-encrypt): Ask user whether to skip or abort if
9077         no encrypting and/or signing key is found.
9078
9079 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9080
9081         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
9082
9083 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9084
9085         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
9086         headers read from disk with the ones newly found in the current search.
9087         This should no longer cause problems, because the article numbers in
9088         Gmane's `nov.php' output are ignored since the previous change.
9089
9090 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9091
9092         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
9093
9094 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9095
9096         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
9097         replace-regexp-in-string; bind url-version; fbind display-images-p and
9098         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
9099         find-face and set-itimer-function for Emacs; bind itimer-list for
9100         Emacs.
9101
9102         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9103
9104 2007-01-01  Romain Francoise  <romain@orebokech.com>
9105
9106         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
9107
9108 2006-12-31  Steve Youngs  <steve@sxemacs.org>
9109
9110         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
9111         `define-minor-mode' macro definition expanded properly.
9112         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
9113         exclude it there.
9114
9115         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
9116         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
9117         `fboundp' test.
9118         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
9119         This is OK to autoload in (S)XEmacs now.
9120
9121 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9122
9123         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
9124         keystroke.
9125         (gnus-summary-limit-to-singletons): Fix typo.
9126
9127         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
9128         else fails.
9129
9130 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9131
9132         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
9133         docstring.
9134
9135         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
9136         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
9137         (gnus-summary-insert-dormant-articles): Fix typo in message.
9138
9139 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
9140
9141         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
9142         nil for XEmacs.
9143         (gnus-message-citation-mode): Don't autoload in XEmacs.
9144
9145         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
9146
9147 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
9148
9149         * nnimap.el (nnimap-expunge-search-string): Mention
9150         nnimap-search-uids-not-since-is-evil in docstring.
9151
9152 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9153
9154         * spam.el: Revert to make-obsolete-variable because
9155         define-obsolete-variable-alias is not supported in Emacs 21.
9156
9157         * spam.el (spam-ifile-path, spam-ifile-database-path)
9158         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
9159         make-obsolete-variable.
9160         (spam-bsfilter-path, spam-bsfilter-program)
9161         (spam-spamassassin-path, spam-spamassassin-program)
9162         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
9163         use "path" inappropriately.
9164         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
9165         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
9166         variable names.
9167
9168 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
9169
9170         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
9171         summary buffer.
9172
9173         * password.el (password-cache-remove): Use clear-string to burn
9174         password, if available.
9175
9176 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9177
9178         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
9179
9180         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
9181
9182         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
9183         (gnus-message-highlight-citation): Move defcustom here from
9184         gnus-cite.el.
9185         (gnus-message-citation-mode): Autoload.
9186
9187         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
9188         checks to make it compile with XEmacs.
9189         (gnus-message-citation-mode): New minor mode.
9190         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
9191         (gnus-message-highlight-citation): New variables.
9192         (gnus-message-search-citation-line)
9193         (gnus-message-add-citation-keywords)
9194         (gnus-message-remove-citation-keywords)
9195         (turn-on-gnus-message-citation-mode)
9196         (turn-off-gnus-message-citation-mode): New functions.
9197
9198 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
9199
9200         * gnus-cite.el: Enable highlighting of different citation levels in
9201         message-mode.
9202
9203 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9204
9205         * message.el (message-make-fqdn): Fix comment.
9206         (message-bogus-system-names): Add ".local".
9207
9208         * spam.el (spam-ifile-path, spam-ifile-program)
9209         (spam-ifile-database-path, spam-ifile-database)
9210         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
9211         Don't use "path" inappropriately.
9212         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
9213         strings.
9214         (spam-check-ifile, spam-ifile-register-with-ifile)
9215         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
9216         new variable names.
9217
9218         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
9219         (gnus-treat-display-smileys): Simplify using
9220         gnus-image-type-available-p.
9221
9222         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
9223         available.
9224
9225         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
9226         `display-images-p' if available.
9227
9228 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9229
9230         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
9231         one after turning on the buffer's multibyteness instead of decoding
9232         them directly in the unibyte buffer that causes unexpected conversion
9233         in Emacs 23 (unicode).
9234
9235 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9236
9237         * message.el (message-generate-hashcash): Fix custom type.
9238
9239 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9240
9241         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
9242
9243 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9244
9245         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
9246         disconnect icons.  Add help text.
9247
9248 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
9249
9250         * spam.el (spam-extra-header-to-number): CRM114 spam score is
9251         negated to be consistent with the others we handle.
9252
9253 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9254
9255         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
9256         version of gnus-summary-buffer to something, so that we can use two
9257         article buffers at the same time.
9258
9259 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
9260
9261         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
9262         trigger all the extra headers.
9263         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
9264         sorting.
9265
9266 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9267
9268         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
9269         solid groups.
9270
9271 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
9272
9273         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
9274
9275 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
9276
9277         * legacy-gnus-agent.el: Add Copyright notice.
9278
9279 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
9280
9281         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
9282
9283 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9284
9285         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
9286
9287         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
9288         to make it work reliably in CVS Emacs.
9289         (gnus-summary-limit-strange-charsets-predicate)
9290         (gnus-summary-limit-to-predicate): New functions.
9291
9292 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
9293
9294         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
9295         specifying array size.
9296         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
9297         array if it is too small.
9298         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
9299         (gnus-sort-threads-loop): New function.
9300
9301 2006-12-06  Chris Moore  <dooglus@gmail.com>
9302
9303         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
9304         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
9305
9306 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
9307
9308         * mm-url.el (mm-url-predefined-programs): Call curl with correct
9309         options.
9310
9311 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9312
9313         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
9314         DOS-ing the recipient.
9315
9316         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
9317         the headers when creating the mapping to avoid mismappings.
9318         (nnweb-gmane-create-mapping): Always nix out old mapping.
9319
9320 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9321
9322         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
9323         and mm-verify-option to never.
9324
9325 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9326
9327         * message.el (message-signed-or-encrypted-p): New function.
9328         (message-forward-make-body): Use it.
9329
9330         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
9331         Replace encode-coding-string with mm-encode-coding-string.
9332
9333 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9334
9335         * nneething.el (nneething-decode-file-name): Replace
9336         decode-coding-string with mm-decode-coding-string.
9337
9338         * gnus-int.el (gnus-open-server): Say failed server's name.
9339
9340 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9341
9342         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
9343         strings to a single string.  Quote `errors-file-name'.
9344         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
9345         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
9346         Adjust calls.  Use `shell-quote-argument'.
9347
9348 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
9349
9350         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
9351         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
9352
9353         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
9354         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
9355         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
9356         (gnus-group-make-directory-group, gnus-group-transpose-groups):
9357         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
9358         (gnus-subscribe-newsgroup, gnus-1):
9359         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
9360         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
9361         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
9362         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
9363
9364 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9365
9366         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
9367         keystroke.
9368         (gnus-summary-limit-to-bodies): Implement headersp.
9369
9370 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9371
9372         * dns.el (query-dns): Protect against "Process dns deleted" strings.
9373
9374 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9375
9376         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
9377
9378 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9379
9380         * message.el (message-generate-hashcash): Expand range of values to
9381         include `opportunistic'.
9382         (message-send-mail): Use it.
9383
9384 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9385
9386         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
9387         and comment it.
9388
9389         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
9390
9391 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
9392
9393         * gnus-util.el (gnus-extract-address-components): Improve comment.
9394
9395 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9396
9397         * gnus-util.el (gnus-extract-address-components): Work with address in
9398         which the name portion contains @.
9399
9400         * lpath.el: Fbind custom-autoload.
9401
9402 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9403
9404         * gnus.el (gnus-start): Move custom group up.
9405         (gnus-select-method): Don't autoload, but make it available for
9406         `customize-variable'.
9407         (gnus-getenv-nntpserver): Don't autoload.
9408
9409 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
9410
9411         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
9412
9413 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9414
9415         * message.el (message-sendmail-extra-arguments): New variable.
9416         (message-send-mail-with-sendmail): Use it.
9417
9418 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9419
9420         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
9421         mm-with-unibyte-current-buffer to make string unibyte.
9422
9423         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
9424         mm-string-as-multibyte.
9425
9426 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
9427
9428         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
9429         Reported by Werner Koch <wk@gnupg.org>.
9430
9431 2006-11-14  Daiki Ueno  <ueno@p360>
9432
9433         * mml2015.el: Autoload epa-select-keys when compiling.
9434
9435 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9436
9437         * mml2015.el (mml2015-epg-sign): Save the signing keys in
9438         message-options.
9439         (mml2015-epg-encrypt): Save the recipient keys in message-options.
9440
9441 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9442
9443         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
9444         EasyPG (< 0.0.6).
9445         (mml2015-always-trust): New user option.
9446         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
9447         prompt.
9448
9449 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9450
9451         * nntp.el (nntp-authinfo-force): New variable.
9452         (nntp-send-authinfo): Use it.
9453
9454 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
9455
9456         * message.el (message-strip-subject-encoded-words): Allow _not_ to
9457         decode encoded words.  Improve prompt.  Add comment about forwarding.
9458         (message-replacement-char): Move up.
9459
9460 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
9461
9462         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
9463         instead of gnus-intersection because arguments of gnus-sorted-nunion
9464         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
9465
9466 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
9467
9468         * message.el (message-strip-subject-encoded-words): Reformat prompt.
9469         (message-simplify-subject-functions): Enable
9470         message-strip-subject-encoded-words by default.
9471
9472 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
9473
9474         * message.el (message-strip-subject-encoded-words): New function.
9475         (message-simplify-subject-functions): New variable.
9476         (message-simplify-subject): Use it.  Fix typo in doc string.
9477         Support message-strip-subject-encoded-words.
9478
9479 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
9480
9481         * gnus-diary.el (gnus-diary-delay-format-function):
9482         * nndiary.el (nndiary-reminders):
9483         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
9484
9485 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9486
9487         * gnus-art.el (article-hide-boring-headers): Fetch date from
9488         gnus-original-article-buffer to avoid problems with localized date
9489         strings.
9490
9491 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9492
9493         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
9494
9495 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
9496
9497         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9498         New variables.
9499         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9500         (mm-charset-synonym-alist): Move some entries to
9501         mm-codepage-iso-8859-list.
9502         (mm-charset-synonym-alist, mm-charset-override-alist): Add
9503         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9504
9505 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9506
9507         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
9508
9509 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9510
9511         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
9512         with Emacs 21 and XEmacs.
9513
9514 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
9515
9516         * spam.el (spam-parse-address): New function for better parsing,
9517         catching errors, etc.
9518         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
9519
9520 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9521
9522         * mm-view.el: Add interactive arg to html2text autoload.
9523
9524 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9525
9526         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
9527
9528 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
9529
9530         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
9531         variables.
9532         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9533         (mm-charset-synonym-alist): Move some entries to
9534         mm-codepage-iso-8859-list.
9535
9536         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
9537
9538 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
9539
9540         * message.el (message-citation-line-format)
9541         (message-insert-formated-citation-line): Fix implementation of %E, %N
9542         and %n according to the doc string.
9543
9544 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
9545
9546         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
9547         car-safe to avoid bad parses.
9548
9549 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9550
9551         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
9552         names.
9553
9554         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
9555
9556 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9557
9558         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
9559         header.
9560
9561         * message.el (message-draft-headers): Add Date.
9562         (message-headers-to-generate): Fix typo in docstring.
9563
9564         * nndraft.el (nndraft-required-headers): New variable.
9565         (nndraft-generate-headers): Use it.
9566
9567         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
9568
9569 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9570
9571         * gnus-registry.el (gnus-registry-wash-for-keywords)
9572         (gnus-registry-find-keywords): New functions to allow easy searching of
9573         articles that are in the registry.
9574
9575 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9576
9577         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
9578         ietf-drums-parse-address instead of gnus-extract-address-components.
9579         Reported by Damien Elmes <damien@repose.cx>.
9580
9581 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9582
9583         * gnus.el (gnus-mime): Remove unused custom group.
9584
9585 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9586
9587         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
9588         "blank line" when searching for end of armor headers.
9589
9590 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9591
9592         * gmm-utils.el (gmm-write-region): Fix variable name.
9593
9594 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
9595
9596         * gmm-utils.el (gmm-write-region): New function based on compatibility
9597         code from `mm-make-temp-file'.
9598
9599         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
9600
9601         * nnmaildir.el (nnmaildir--update-nov)
9602         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
9603         Use `gmm-write-region'.
9604
9605 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9606
9607         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
9608         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9609
9610         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
9611
9612         * message.el (message-replacement-char): New variable.
9613         (message-fix-before-sending): Use it.
9614         (message-simplify-subject): New function to remove duplicate code.
9615         (message-reply, message-followup): Use it.
9616
9617         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
9618         gnus-summary-limit-to-articles.
9619
9620 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9621
9622         * gnus-util.el (gnus-with-local-quit): New macro.
9623
9624         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
9625
9626 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
9627
9628         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
9629         ignore non-string data.
9630
9631 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
9632
9633         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
9634         non-string data (needs to be done in the registry too).
9635
9636 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9637
9638         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
9639         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
9640         (gnus-registry-split-fancy-with-parent)
9641         (gnus-registry-fetch-simplified-message-subject-fast)
9642         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
9643         Remove text properties on ingress into the registry and when it's saved.
9644         (gnus-registry-clean-empty-function): Fix bug with cleaning the
9645         registry from entries with no groups.
9646
9647 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9648
9649         * gnus-util.el (gnus-string-remove-all-properties): Add utility
9650         function to remove string properties.
9651
9652 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9653
9654         * gmm-utils.el (gmm): Adjust custom version.
9655
9656         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
9657         custom version.
9658
9659         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
9660
9661 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9662
9663         * gnus-art.el (gnus-insert-prev-page-button)
9664         (gnus-insert-next-page-button): Simplify.  Reformat.
9665
9666 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9667
9668         * gnus-art.el (gnus-insert-prev-page-button)
9669         (gnus-insert-next-page-button): Apply gnus-article-button-face.
9670
9671 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
9672
9673         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
9674
9675 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9676
9677         * gnus-art.el (gnus-insert-mime-button)
9678         (gnus-insert-mime-security-button):
9679         Apply gnus-article-button-face to MIME and security buttons.
9680
9681 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
9682
9683         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
9684         readable.
9685
9686 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9687
9688         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
9689
9690 2006-09-20  Steve Youngs  <steve@sxemacs.org>
9691
9692         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
9693         `browse-url-of-file' instead of `browse-url'.
9694
9695 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9696
9697         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9698         regexp.  Articles containing quotation were cut prematurely.
9699
9700 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9701
9702         * message.el (message-cite-original-1): Use nobody by default for the
9703         value of From header.
9704         (message-reply): Ditto.
9705
9706 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
9707
9708         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
9709         to the gnus-info.  This fixes a bug of inline-PGP message verification.
9710         Reported by Michael Piotrowski <mxp@dynalabs.de>.
9711
9712 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
9713
9714         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
9715         mails in the doc string.  Add some URLs in comment.
9716         (pop3-movemail): Warn about pop3-leave-mail-on-server.
9717
9718 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9719
9720         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
9721         backslashes handling and the way to find boundaries of quoted strings.
9722
9723 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
9724
9725         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
9726         mml1991-encrypt-to-self is set and mml1991-signers is not set.
9727         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
9728         mml2015-encrypt-to-self is set and mml2015-signers is not set.
9729
9730 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9731
9732         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
9733         doc string.
9734         (gnus-button-regexp, gnus-button-last): Remove unused variables.
9735
9736 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9737
9738         * lpath.el: Fbind epg-check-configuration.
9739
9740 2006-09-06  Simon Josefsson  <jas@extundo.com>
9741
9742         * mml2015.el (mml2015-use): Doc fix, mention epg.
9743
9744 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9745
9746         * mml2015.el (mml2015-use): Default to epg, if available.
9747
9748 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9749
9750         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
9751         message-sender.
9752         (mml1991-epg-encrypt): Ditto.
9753         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
9754         message-sender.
9755         (mml2015-epg-encrypt): Ditto.
9756
9757 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
9758
9759         * message.el (message-send-mail-with-sendmail): Look for sendmail in
9760         several common directories.
9761
9762 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
9763
9764         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
9765         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
9766
9767 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9768
9769         * gnus-art.el (article-decode-encoded-words): Make it fast.
9770
9771 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9772
9773         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
9774
9775         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
9776         in quoted string into `\'.
9777
9778 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9779
9780         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9781         Use standard-syntax-table.
9782
9783 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9784
9785         * gnus-art.el (gnus-decode-address-function): New variable.
9786         (article-decode-encoded-words): Use it to decode headers which are
9787         assumed to contain addresses.
9788         (gnus-mime-delete-part): Remove useless `or'.
9789
9790         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
9791         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
9792         (gnus-nov-parse-line): Use it to decode From header.
9793         (gnus-get-newsgroup-headers): Ditto.
9794         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
9795
9796         * mail-parse.el (mail-decode-encoded-address-region): New alias.
9797         (mail-decode-encoded-address-string): New alias.
9798
9799         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9800         New function.
9801         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
9802         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
9803         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
9804         (rfc2047-decode-string): Ditto.
9805         (rfc2047-decode-address-region): New function.
9806         (rfc2047-decode-address-string): New function.
9807
9808 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
9809
9810         * message.el (message-caesar-buffer-body): Allow rotating headers.
9811
9812         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
9813
9814         * message.el (message-insert-formated-citation-line): Fix %f.
9815         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
9816
9817 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9818
9819         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
9820         (gnus-bookmark-mouse-available-p): New macro.
9821         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
9822         (gnus-bookmark-bmenu-show-infos): Use it.
9823         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
9824         (gnus-bookmark-bmenu-hide-infos): Ditto.
9825         (gnus-bookmark-remove-properties): New function.
9826         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
9827         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
9828         (gnus-bookmark-write-file): Bind coding-system-for-write.
9829         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
9830         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
9831         group before selecting it.
9832         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
9833         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
9834         quit-window if it is not available; use gnus-mouse-2 and bind it to
9835         gnus-bookmark-bmenu-select-by-mouse.
9836         (gnus-bookmark-show-details): Remove unused variable `details-list'.
9837         (gnus-bookmark-bmenu-select-by-mouse): New function.
9838
9839 2006-08-13  Romain Francoise  <romain@orebokech.com>
9840
9841         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
9842         space.
9843
9844 2006-08-10  Romain Francoise  <romain@orebokech.com>
9845
9846         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
9847         (dns-mode-soa-auto-increment-serial): New user option.
9848         (dns-mode-soa-maybe-increment-serial): New function.
9849         (dns-mode): Add the latter to `write-contents-functions'.
9850
9851 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9852
9853         * compface.el (uncompface): Use binary rather than raw-text-unix.
9854
9855 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9856
9857         * compface.el (uncompface): Make sure the eol conversion doesn't take
9858         place when communicating with the external programs.  Reported by
9859         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9860
9861 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9862
9863         * nnheader.el (nnheader-insert-head): Fix typo in comment.
9864
9865 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9866
9867         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9868         Make it more robust by parsing author and date independently.
9869
9870 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9871
9872         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
9873
9874 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
9875
9876         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
9877         first matching secret key.
9878         (mml2015-epg-encrypt): Ditto.
9879
9880         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
9881         first matching secret key.
9882         (mml1991-epg-encrypt): Ditto.
9883
9884         * mml2015.el (mml2015-encrypt-to-self): New user option.
9885         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
9886         mml2015-epg-encrypt-to-self is set.
9887
9888         * mml1991.el (mml1991-encrypt-to-self): New variable.
9889         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
9890         mml1991-epg-encrypt-to-self is set.
9891
9892         * mml2015.el (mml2015-signers): New user option.
9893         (mml2015-epg-sign): Reflect the value of mml2015-signers.
9894         (mml2015-epg-encrypt): Allow to select signing keys.
9895
9896         * mml1991.el (mml1991-signers): New variable.
9897         (mml1991-epg-sign): Reflect the value of mml1991-signers.
9898         (mml1991-epg-encrypt): Allow to select signing keys.
9899
9900 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9901
9902         * nnheader.el (nnheader-insert-head): Make it work even if the file
9903         uses CRLF for the line-break code.
9904
9905 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
9906
9907         * mml2015.el: Require mml-sec instead of password.
9908         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
9909         (mml2015-cache-passphrase): Inherit the default value from
9910         mml-secure-cache-passphrase.
9911         (mml2015-passphrase-cache-expiry): Inherit the default value from
9912         mml-secure-passphrase-cache-expiry.
9913
9914         * mml1991.el: Require mml-sec instead of password.
9915         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
9916         (mml1991-cache-passphrase): Inherit the default value from
9917         mml-secure-cache-passphrase.
9918         (mml1991-passphrase-cache-expiry): Inherit the default value from
9919         mml-secure-passphrase-cache-expiry.
9920
9921         * mml-sec.el: Require password.
9922         (mml-secure-verbose): New user option.
9923         (mml-secure-cache-passphrase): New user option.
9924         (mml-secure-passphrase-cache-expiry): New user option.
9925
9926 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
9927
9928         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
9929         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
9930         andreas@altroot.de (Andreas Vögele).
9931
9932         FIXME: Use `tiny change'?
9933
9934 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9935
9936         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
9937         workaround for the url package included with Emacs.
9938
9939         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9940
9941 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9942
9943         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
9944         correctly.  This fixes a bug caused by the 2006-05-12 change.
9945
9946 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
9947
9948         * nnmail.el (nnmail-article-group): If splitting raises an error, give
9949         some information about the error when saying that the `bogus' mail
9950         group will be used.
9951
9952 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
9953
9954         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
9955         string.
9956
9957 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
9958
9959         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
9960
9961 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9962
9963         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
9964
9965 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9966
9967         * mml1991.el (mml1991-function-alist): Add epg.
9968         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
9969         (mml1991-epg-encrypt): New functions.
9970
9971 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9972
9973         * mml2015.el (mml2015-verbose): New variable.
9974         (mml2015-cache-passphrase): Ditto.
9975         (mml2015-passphrase-cache-expiry): Ditto.
9976         (mml2015-function-alist): Add epg.
9977         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
9978         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
9979         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
9980         functions.
9981
9982 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9983
9984         * message.el (message-cite-original-1): Preserve region when removing
9985         quoted text due to X-No-Archive in order to avoid bogus attribution
9986         when citing multiple messages.
9987
9988 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9989
9990         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
9991         Kenneth Jacker <khj@be.cs.appstate.edu>.
9992
9993 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
9994
9995         * gnus-diary.el (gnus-user-format-function-d)
9996         (gnus-user-format-function-D): Autoload.
9997
9998         * imap.el (Commentary): Fix typo.
9999
10000         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
10001         2006-04-22 contribution.
10002
10003 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10004
10005         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
10006         It didn't really fix the bogosity I'm seeing with solid web groups.
10007
10008 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10009
10010         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
10011         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
10012         created using server names.  If we use the feature without declaring
10013         it, Gnus does not properly manage server and group state.
10014
10015         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
10016         bound.
10017
10018 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10019
10020         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
10021         looking up the method using GROUP's prefix before inventing a new one.
10022         It is used on killed/unknown groups in various places where returning
10023         an all-new method isn't expected by the caller.
10024
10025         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
10026         and match semantics of gnus-group-real-prefix.
10027
10028 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
10029
10030         * nnmail.el (nnmail-broken-references-mailers): New variable.
10031         (nnmail-ignore-broken-references): New function generalizing
10032         nnmail-fix-eudora-headers.
10033         (nnmail-fix-eudora-headers): Now obsolete.
10034
10035         * gnus-art.el (gnus-button-handle-custom): Support
10036         `customize-apropos*'.
10037
10038 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10039
10040         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
10041
10042         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
10043         articles.
10044
10045 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
10046
10047         * message.el (message-cite-reply-above): New variable.
10048         (message-yank-original): Use it.
10049
10050 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10051
10052         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
10053
10054 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
10055
10056         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
10057         as read.
10058
10059         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
10060
10061 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
10062
10063         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
10064         (gnus-bookmark-default-file): Use gnus-directory.
10065         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
10066         Remove "*" in doc string.
10067         (gnus-bookmark-write-file): Simplify.
10068         (gnus-bookmark-maybe-sort-alist): Use `when'.
10069         (gnus-bookmark-get-bookmark): Fix typo in doc string.
10070         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
10071         FIXME about Emacs 21 and XEmacs compatibility.
10072         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
10073         compatibility.
10074         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
10075         compatibility.
10076         (gnus-bookmark-menu-heading): Fix version.
10077
10078 2006-06-19  Bastien Guerry  <bzg@altern.org>
10079
10080         * gnus-bookmark.el: New file.
10081
10082 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10083
10084         * message.el (message-syntax-checks): Doc fix.
10085
10086 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10087
10088         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
10089         unsubscribed groups as if they were killed ones.  It causes duplicate
10090         entries in gnus-newsrc-alist.
10091
10092 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10093
10094         * message.el (message-syntax-checks): Doc fix.
10095         (message-send-mail): Add check for continuation headers.
10096         (message-check-news-header-syntax): Fix regexp used to check for
10097         continuation headers.
10098
10099 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10100
10101         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
10102
10103 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
10104
10105         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
10106
10107 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10108
10109         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
10110         default-truncate-lines.
10111
10112 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10113
10114         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
10115         to fill the utf-8 entry.
10116
10117         * lpath.el: Fbind unicode-precedence-list.
10118
10119 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10120
10121         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10122
10123 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
10124
10125         * gnus-agent.el (directory-files-and-attributes): Move all the way
10126         forward (the third and final move).
10127         (gnus-agent-read-agentview): Trap reconstruction errors due to
10128         nonexistant directory.  Handle by returning nil.
10129
10130 2006-05-30  Didier Verna  <didier@xemacs.org>
10131
10132         * message.el (message-dont-reply-to-names): Update the custom type.
10133         * message.el (message-dont-reply-to-names): New defsubst: potentially
10134         convert a list of regexps into a single one.
10135         * message.el (message-get-reply-headers): Use it.
10136         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
10137
10138 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10139
10140         * gnus-agent.el (directory-files-and-attributes): Move forward.
10141
10142 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10143
10144         * gnus-ml.el (gnus-mailing-list-subscribe)
10145         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
10146         (gnus-mailing-list-message): Fix doc strings.
10147
10148 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10149
10150         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
10151         of doing it manually.
10152
10153 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10154
10155         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
10156         comment.
10157
10158 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
10159
10160         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
10161         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
10162         (gnus-agent-read-local): All symbols allocated in my-obarray.
10163         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
10164         (gnus-agent-regenerate-group): Check numeric names to see if they are
10165         messages or groups.
10166         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
10167         better way of do this...)
10168
10169         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
10170         'dummy.group' (there should be a better way of do this...)
10171
10172 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10173
10174         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
10175         (gnus-saved-headers): Ditto.
10176         (gnus-default-article-saver): Mention functions may have properties.
10177         (gnus-article-save): Override gnus-save-all-headers and
10178         gnus-saved-headers by :headers property which saver function may have.
10179         (gnus-summary-save-in-file): Add :headers property.
10180         (gnus-summary-write-to-file): Ditto.
10181
10182         * gnus-sum.el (gnus-summary-save-article): Bind
10183         gnus-prompt-before-saving to t when saving many articles in a file;
10184         always show all headers.
10185
10186         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
10187
10188 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10189
10190         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
10191         marks.
10192
10193         * message.el (message-indent-citation): Add optional arguments to allow
10194         using it outside of message buffers.
10195
10196         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
10197         (gnus-article-treat-unfold-headers): Use it.
10198         (gnus-article-truncate-lines): New variable.
10199         (gnus-article-mode): Use it.
10200         (gnus-article-toggle-truncate-lines): New function.
10201
10202         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
10203         gnus-article-toggle-truncate-lines.
10204
10205         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
10206         coding system in XEmacs, use binary.
10207
10208 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10209
10210         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
10211         after-load-alist.
10212
10213         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
10214         this function should save decoded articles.
10215         (gnus-summary-write-to-file): Use property to specify this function
10216         should save decoded articles and specify gnus-summary-save-in-file
10217         should be used to save articles other than the first one when saving
10218         many articles.
10219         (gnus-summary-save-body-in-file): Use property to specify this
10220         function should save decoded articles.
10221         (gnus-summary-write-body-to-file): Use property to specify this
10222         function should save decoded articles and specify
10223         gnus-summary-save-body-in-file should be used to save articles other
10224         than the first one when saving many articles.
10225
10226         * gnus-sum.el (gnus-summary-save-article): Simplify.
10227
10228 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10229
10230         * gnus-art.el (gnus-default-article-saver): Add
10231         gnus-summary-write-body-to-file.
10232         (gnus-article-save-coding-system): Don't use coding system object
10233         in XEmacs.
10234         (gnus-read-save-file-name): Add optional `dir-var' argument which
10235         specifies directory in which files are saved; work even if optional
10236         `variable' argument is not specified.
10237         (gnus-summary-write-to-file): Read file name.
10238         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
10239         (gnus-summary-write-body-to-file): New function.
10240
10241         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
10242         (gnus-summary-local-variables): Add it.
10243         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
10244         (gnus-summary-save-article): Remove optional `decode' argument;
10245         determine whether to decode articles by the value of
10246         gnus-default-article-saver; when saving many files using
10247         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
10248         it first and use gnus-summary-save-in-file or
10249         gnus-summary-save-body-in-file thereafter unless
10250         gnus-prompt-before-saving is always; move point to article which
10251         will be saved.
10252         (gnus-summary-save-article-file): Revert.
10253         (gnus-summary-write-article-file): Revert.
10254         (gnus-summary-save-article-body-file): Revert.
10255         (gnus-summary-write-article-body-file): New function.
10256
10257 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10258
10259         * gnus-art.el (gnus-default-article-saver): Doc fix.
10260         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
10261         from gnus-summary-save-article-coding-system, and default to a
10262         certain coding system.
10263         (gnus-output-to-file): Add coding cookie and encode text according
10264         to gnus-article-save-coding-system; don't use mm-append-to-file.
10265
10266         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
10267         gnus-art.el and rename to gnus-article-save-coding-system.
10268         (gnus-summary-save-article): Require gnus-art; don't show all
10269         headers if it decodes articles; don't add coding cookie here;
10270         don't bind mm-text-coding-system-for-write.
10271         (gnus-summary-save-article-file): Save decoded articles.
10272         (gnus-summary-write-article-file): When saving many files, use
10273         gnus-summary-write-to-file first and gnus-summary-save-in-file
10274         thereafter unless gnus-prompt-before-saving is always.
10275         (gnus-summary-save-article-body-file): Save decoded articles.
10276
10277         * lpath.el: Fbind select-safe-coding-system for XEmacs.
10278
10279 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10280
10281         * nnrss.el (nnrss-check-group): Bind hash-index.
10282
10283 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
10284
10285         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
10286         its hash index.  Store this hash in `nnrss-group-data'.
10287         (nnrss-read-group-data): Update accordingly.
10288
10289 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10290
10291         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
10292         entry.
10293
10294         * gnus-sum.el (gnus-summary-make-menu-bar): Add
10295         gnus-article-browse-html-article.
10296
10297 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
10298
10299         * gnus-sum.el (gnus-summary-mime-map): Add
10300         gnus-article-browse-html-article.
10301
10302         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
10303
10304 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10305
10306         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
10307         suitable coding systems in customize.
10308
10309 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
10310
10311         * mail-source.el (mail-sources): Fix custom type.
10312
10313 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
10314
10315         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
10316         (gnus-summary-expire-articles-now): Shorten prompt.
10317
10318         * gmm-utils.el (wid-edit): Require.
10319         (defun-gmm): Renamed from `gmm-defun-compat'.
10320         (gmm-image-search-load-path): Use it.
10321         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
10322
10323 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10324
10325         * gnus-sum.el (gnus-summary-save-article-coding-system): New
10326         variable.
10327         (gnus-summary-save-article): Add optional `decode' argument.  If
10328         it is set and gnus-summary-save-article-coding-system is non-nil,
10329         save decoded article.
10330         (gnus-summary-write-article-file): Save decoded article if
10331         gnus-summary-save-article-coding-system is non-nil.
10332
10333         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
10334         type.
10335
10336 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10337
10338         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
10339
10340 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10341
10342         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
10343         first to test gnus-single-article-buffer which may be buffer-local.
10344
10345         * gnus-sum.el (gnus-summary-setup-buffer): Make
10346         gnus-single-article-buffer buffer-local and nil in ephemeral
10347         group; make gnus-article-buffer, gnus-article-current, and
10348         gnus-original-article-buffer always buffer-local.
10349         (gnus-summary-exit): Kill article buffer belonging to ephemeral
10350         group.
10351         (gnus-handle-ephemeral-exit): Don't move to next summary line.
10352
10353 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10354
10355         * nnml.el (nnml-request-compact-group): Compressed files might not
10356         have .gz extension.
10357
10358 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10359
10360         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
10361         (mm-copy-to-buffer): Use with-current-buffer.
10362         (mm-display-part): Simplify.
10363         (mm-inlinable-p): Add optional arg `type'.
10364
10365 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10366
10367         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
10368         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
10369         Try harder to show the attachment internally or externally using
10370         gnus-mime-view-part-as-type.
10371
10372 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10373
10374         * message.el (message-from-style, message-signature-separator)
10375         (message-user-organization-file, message-send-mail-function)
10376         (message-citation-line-function, message-yank-prefix)
10377         (message-indent-citation-function, message-signature)
10378         (message-signature-file, message-signature-insert-empty-line):
10379         Remove autoloads.
10380
10381         * gnus-art.el (gnus-buttonized-mime-types): Remove
10382         "multipart/signed".  Revert 2006-04-26 change.
10383
10384 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10385
10386         * gnus.el (gnus-version-number): Bump version.
10387
10388 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10389
10390         * gnus.el: No Gnus v0.5 is released.
10391
10392 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10393
10394         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
10395         fetching articles by message-id.
10396
10397 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10398
10399         * message.el (hashcash): Require hashcash as normal.
10400
10401         * ecomplete.el (ecomplete-highlight-match-line): Use
10402         point-at-eol.
10403         (ecomplete-highlight-match-line): Use `highlight', because that
10404         face exists in both Emacs and XEmacs.
10405
10406         * message.el (message-display-abbrev): Use point-at-bol.
10407
10408         * mail-source.el: Don't require timer/timer-funcs.
10409
10410         * gnus-async.el: Ditto.
10411
10412         * password.el: Ditto.
10413
10414         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
10415
10416         * mm-url.el: Ditto.
10417
10418         * gnus-xmas.el: Don't require timer-funcs.
10419
10420         * mm-util.el: Require timer/timer-funcs.
10421
10422 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10423
10424         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
10425         Close.
10426
10427 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10428
10429         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
10430         unibyte after clear-decrypt function runs.
10431
10432         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
10433         returns as a unibyte string.
10434
10435 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10436
10437         * lpath.el: Revert.
10438
10439         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
10440         (pgg-gpg-process-sentinel): Revert.
10441
10442         * pgg-pgp.el (pgg-pgp-process-region): Revert.
10443         (pgg-pgp-lookup-key): Revert.
10444
10445         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
10446         (pgg-pgp5-lookup-key): Revert.
10447
10448         * pgg.el (pgg-fetch-key): Revert.
10449
10450 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10451
10452         * lpath.el: Fbind string-as-multibyte for XEmacs.
10453
10454         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
10455         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
10456         (mml1991-pgg-encrypt): Ditto.
10457
10458         * pgg-gpg.el (pgg-string-to-multibyte): New function.
10459         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
10460         a multibyte buffer.
10461
10462         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
10463         (pgg-pgp-lookup-key): Ditto.
10464
10465         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
10466         (pgg-pgp5-lookup-key): Ditto.
10467
10468         * pgg.el (pgg-fetch-key): Ditto.
10469
10470 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
10471
10472         * message.el (message-user-organization-file): Check several
10473         locations of the organization file.
10474
10475         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
10476         Add gnus-article-view-part-as-type.
10477
10478         * gnus-art.el (gnus-article-view-part-as-type): New function.
10479
10480         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
10481         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
10482
10483         * mml.el: Simplify autoload.
10484         (mml-mode): defvar dnd-protocol-alist instead of using
10485         symbol-value.
10486         (mml-default-directory): New variable.
10487         (mml-minibuffer-read-file): Use it.
10488         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
10489
10490         * message.el (message-citation-line-format): New variable.
10491         (message-insert-formated-citation-line): New function.
10492         (message-citation-line-function): Add
10493         `message-insert-formated-citation-line' to custom type.
10494
10495         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
10496         to doc string.
10497
10498         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
10499         depending on mm-verify-option.
10500
10501 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10502
10503         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
10504         binding pgg-* variables; reimplement the section which prevents
10505         MIME header from being signed.
10506         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
10507         pgg-text-mode; remove a blank line at the top of body.
10508
10509         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
10510         lines at the top of body; use gnus-newsgroup-charset if there's no
10511         Charset header.
10512
10513 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10514
10515         * message.el (message-self-insert-commands): Doc fix.
10516
10517         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
10518         (mm-uu-pgp-encrypted-test): Ditto.
10519         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
10520         between header and body; return application/pgp-encrypted handle
10521         if decryption failed; decode decrypted body by charset.
10522
10523         * mm-decode.el (mm-automatic-display): Don't make application/pgp
10524         element match to application/pgp-*.
10525
10526 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10527
10528         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
10529         HTML.
10530
10531 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10532
10533         * mail-source.el (mail-source-call-script): Message the error
10534         string.
10535
10536 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10537
10538         * gnus-util.el (gnus-byte-compile): Use it.
10539
10540 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
10541
10542         * gnus-util.el (kill-empty-logs): New function.
10543
10544 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10545
10546         * message.el (message-mail-alias-type): Doc fix.
10547         (message-mail-alias-type-p): New function.
10548         (message-send): Use it.
10549         (message-mode): Ditto.
10550         (message-strip-forbidden-properties): Ditto.
10551
10552         * ecomplete.el (ecomplete-database-file-coding-system): New
10553         variable.
10554         (ecomplete-save): Use it.
10555         (ecomplete-setup): Use it.
10556
10557 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10558
10559         * message.el (message-self-insert-commands): New variable.
10560         (message-strip-forbidden-properties): Use it.
10561
10562 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10563
10564         * message.el (message-put-addresses-in-ecomplete): Use a regexp
10565         that doesn't make XEmacs choke.
10566
10567 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
10568
10569         * gnus-util.el (gnus-replace-in-string):
10570         Prefer replace-regexp-in-string over of replace-in-string.
10571
10572 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10573
10574         * gnus-util.el (gnus-select-frame-set-input-focus):
10575         Use select-frame-set-input-focus if it is available in XEmacs; use
10576         definition defined in Emacs 22 for old Emacsen.
10577
10578         * dgnushack.el: Autoload unmorse-region for XEmacs.
10579
10580         * lpath.el: Bind cursor-in-non-selected-windows and
10581         select-frame-set-input-focus for XEmacs.
10582
10583 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10584
10585         * mm-view.el (mm-inline-text): Use equal instead of equalp.
10586
10587 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
10588
10589         * gnus-registry.el (gnus-registry-cache-save): Remove text
10590         properties when saving via the temp buffer.
10591
10592 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10593
10594         * message.el (message-generate-hashcash): Honor custom type.
10595
10596 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10597
10598         * message.el (message-generate-hashcash): Default to non-nil when
10599         hashcash is found.
10600
10601         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
10602         (gnus-refer-thread-limit): Increase default to 500.
10603
10604         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
10605
10606         * flow-fill.el (fill-flowed): Allow delete-space.
10607
10608 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10609
10610         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10611         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
10612         Remove autoloads.
10613
10614 2006-04-18  Simon Josefsson  <jas@extundo.com>
10615
10616         * message.el (message-generate-hashcash): Default to.
10617
10618 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10619
10620         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10621         concatenating segments rather than before concatenating them.
10622
10623 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10624
10625         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
10626
10627 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10628
10629         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
10630
10631         * message.el (message-forward-make-body-plain): Allow
10632         message-forward-ignored-headers to be a list.
10633         (message-remove-ignored-headers): Factor out into function.
10634         (message-forward-make-body-mml): Use it.
10635
10636         * imap.el (imap-quote-specials): New function.
10637         (imap-login-auth): Quote specials.
10638
10639         * rfc2231.el (rfc2231-parse-string): Remove dead code.
10640         (rfc2231-parse-string): Allow concatanation of parameters that
10641         aren't contiguous.  The test case is
10642           (mail-header-parse-content-type "message/external-body;
10643             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
10644             access-type=LOCAL-FILE;
10645             name*1*=plugh%2fhello-sailor%2fbing.pdf")
10646
10647 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10648
10649         * nntp.el (nntp-accept-process-output): Return the value of
10650         `nnheader-accept-process-output'.
10651
10652 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10653
10654         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
10655         (gnus-button-alist): Recognize more diff formats.
10656         (gnus-button-patch): Strip directory.
10657
10658 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10659
10660         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
10661         Emacs 22 when setting focus.
10662
10663 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10664
10665         * gnus-art.el (gnus-article-treat-types): Do treatment of
10666         text/x-verbatim parts.
10667         (gnus-button-patch): New command.
10668
10669         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
10670         addresses that contain invalid characters.
10671
10672 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10673
10674         * message.el (message-put-addresses-in-ecomplete): Use
10675         gnus-replace-in-string.
10676         (message-is-yours-p): Use the more correct
10677         mail-header-parse-address instead of
10678         mail-extract-address-components.
10679         (message-put-addresses-in-ecomplete): Fix typo.
10680
10681         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
10682         keystroke.
10683
10684         * gnus-art.el (gnus-treatment-function-alist): Change order of
10685         newsgroups/generic header folding to avoid double-folding.
10686
10687         * message.el (message-hidden-headers): Add X-Draft-From.
10688
10689         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
10690         command.
10691         (gnus-summary-repeat-search-article-backward): New command.
10692
10693         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
10694         groups in the parent topic.
10695
10696 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
10697
10698         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
10699         (spam-extra-header-to-number): Return the CRM114 number as a
10700         number instead of a string.
10701
10702 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10703
10704         * gnus-art.el (gnus-face-properties-alist): Moved here from
10705         gnus-fun.
10706
10707         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
10708
10709 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10710
10711         * message.el (message-strip-forbidden-properties): Only display on
10712         self-insert-command.
10713
10714         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
10715         reindent.
10716         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
10717
10718 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
10719
10720         * smiley.el (smiley-style): Fix typo.
10721
10722 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10723
10724         * hashcash.el (hashcash-insert-payment-async-2): Use
10725         message-goto-eoh instead of doing it manually.
10726         (mail-add-payment): Use message-narrow-to-header instead of trying
10727         to do the same itself.
10728
10729         * message.el (message-hidden-headers): Add Face.
10730
10731         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
10732         reparenting code.
10733         (gnus-summary-reparent-children): Refactored out code.
10734         (gnus-summary-thread-map): New keystroke.
10735         (gnus-summary-reparent-children): Make into command.
10736
10737         * smiley.el (smiley-style): Default to `medium' if using a large
10738         font.
10739
10740         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
10741         does it itself.
10742
10743         * message.el (message-point-in-header-p): Simplify definition.
10744
10745 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10746
10747         * nnagent.el (nnagent-request-set-mark): Silence log file
10748         writing.
10749         (nnagent-request-set-mark): Use write-region instead of
10750         append-to-file.
10751
10752         * gnus-sum.el (gnus-read-header): Fudge article number if using a
10753         strange select method.
10754
10755         * ecomplete.el (ecomplete-display-matches): Get highlightling
10756         right.
10757         (ecomplete-display-matches): Use literals.
10758         (ecomplete-display-matches): Disable message logging.
10759
10760         * message.el (message-display-abbrev): Small optimization.
10761
10762         * ecomplete.el (ecomplete-display-matches): Allow automatic
10763         display.
10764
10765         * message.el (message-strip-forbidden-properties): Display
10766         abbrevs.
10767         (message-display-abbrev): Get automatic display right.
10768
10769         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
10770         keystrokes.
10771
10772 2006-04-13  Romain Francoise  <romain@orebokech.com>
10773
10774         TODO: Backport to v5-10!
10775
10776         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
10777         Moved here (and renamed) from gnus-registry.el.
10778
10779         * gnus-registry.el: Require gnus-util.
10780         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
10781
10782 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10783
10784         * gnus-group.el (gnus-group-catchup-current): Change
10785         if-then-else-if-then-else into cond.
10786         (gnus-group-catchup): Indent.
10787         (group-name-at-point): New function.
10788         (gnus-fetch-group): Provide default from thing at point.
10789
10790 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10791
10792         * message.el (message-display-abbrev): Fix regexp.
10793
10794         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
10795         choosing.
10796         (ecomplete-highlight-match-line): Fix up code rewrite, remove
10797         dead variables.
10798
10799         * message.el (message-newline-and-indent): Remove debugging.
10800         (message-display-abbrev): Use new implementation.
10801
10802 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
10803
10804         * gnus-art.el (gnus-article-mode): Set
10805         cursor-in-non-selected-windows to nil.
10806
10807         * smiley.el: Revert previous change.
10808         (smiley-data-directory): defvar it before using it in the
10809         defcustom of `smiley-style'.
10810
10811 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10812
10813         * message.el (message-newline-and-indent): New function.
10814
10815         * ecomplete.el: Implement more bits.
10816
10817         * message.el (message-put-addresses-in-ecomplete): Clean up the
10818         string.
10819
10820         * ecomplete.el (ecomplete-add-item): Chop off decimals.
10821
10822         * gnus-sum.el (gnus-summary-save-parts): Bind
10823         gnus-summary-save-parts-counter and use it to make unique file
10824         names.
10825
10826         * gnus-art.el (gnus-ignored-headers): Add some more headers.
10827
10828         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
10829         parameter to say whether to actually parse the individual
10830         addresses.
10831
10832         * message.el (message-put-addresses-in-ecomplete): New function.
10833         (ecomplete): Require.
10834         (message-mail-alias-type): Add ecomplete as an option.
10835
10836 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
10837
10838         * flow-fill.el (fill-flowed): Remove trailing space from blank
10839         quoted lines.
10840
10841 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10842
10843         * smiley.el (smiley-style): Move definition later to avoid a
10844         compilation warning.
10845
10846 2006-04-12  Kenichi Handa  <handa@m17n.org>
10847
10848         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10849         buffer and then decode the buffer text if necessary.
10850         (rfc2231-encode-string): Be sure to work on multibyte buffer at
10851         first, and after mm-encode-body, change the buffer to unibyte.
10852         Use mm-disable-multibyte instead of set-buffer-multibyte.
10853
10854 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10855
10856         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
10857         Content-Type header instead of Content-Disposition header.
10858         (gnus-mime-inline-part): Ditto.
10859         (gnus-mime-view-part-as-charset): Ignore charset that the part
10860         specifies.
10861
10862         * mm-decode.el (mm-display-part): Work with external parts and
10863         usual parts similarly.
10864
10865         * mm-extern.el (mm-inline-external-body): Use mm-display-part
10866         instead of gnus-display-mime.
10867
10868         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
10869         instead of with-temp-buffer.
10870
10871         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
10872         tag to summarized topics part in order to encode non-ASCII text.
10873
10874 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10875
10876         * smiley.el (smiley-style): New variable.
10877         (smiley-directory): New function.
10878         (smiley-data-directory): Derive from `smiley-style' using
10879         `smiley-directory'.
10880         (smiley-regexp-alist): Add new entries.
10881
10882         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
10883         (gnus-article-browse-delete-temp): Add :version.
10884
10885 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
10886
10887         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
10888         the sieve region.
10889
10890 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10891
10892         * gnus.el (gnus-version-number): Bump version.
10893
10894 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10895
10896         * gnus.el: No Gnus v0.4 is released.
10897
10898 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10899
10900         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
10901         layout.
10902
10903         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
10904         unknown charset.
10905
10906         * message.el (message-header-synonyms): Add Original-To to the
10907         default.
10908
10909         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
10910         optional parameter.
10911
10912 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
10913
10914         * gnus-fun.el (gnus): Require it for gnus-directory.
10915
10916 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10917
10918         * gnus-fun.el (gnus-face-properties-alist): Add :version.
10919
10920 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10921
10922         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
10923
10924 2006-04-05  Simon Josefsson  <jas@extundo.com>
10925
10926         * password.el (password-reset): New function.
10927
10928 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10929
10930         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
10931         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
10932
10933 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10934
10935         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10936         Some whitespace was matched into the url, which broke browsing hits
10937         > 100 when mm-url-use-external was nil.
10938
10939 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10940
10941         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
10942         gnus-extra-headers for 'Newsgroups.
10943
10944         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
10945         bound.
10946
10947 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
10948
10949         * pgg-gpg.el: Clean up process buffers every time gpg processes
10950         complete.
10951
10952 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
10953
10954         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10955         doc string.
10956
10957 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
10958
10959         * pgg-gpg.el (pgg-gpg-process-filter)
10960         (pgg-gpg-wait-for-completion): Check if buffer is alive.
10961
10962         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
10963         lines, temporary fix.
10964
10965 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10966
10967         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
10968
10969 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
10970
10971         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
10972         default-enable-multibyte-characters.  This reverts the change from
10973         revision 6.17 which is no longer necessary because the passphrase
10974         is sent separately now.  GnuPG messages are unreadable under
10975         multibyte locales with default-enable-multibyte-characters set to
10976         nil.
10977
10978 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
10979
10980         * message.el (message-tool-bar-gnome): Move "spell".
10981
10982 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
10983
10984         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
10985         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
10986         instead.
10987
10988 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
10989
10990         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
10991         newsgroups handling for NNTP overviews which don't include
10992         Newsgroups.
10993
10994 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10995
10996         * message.el (message-resend): Bind message-generate-hashcash to nil.
10997
10998 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10999
11000         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
11001         when searching for already-paid recipients.
11002
11003 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
11004
11005         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11006         passphrases when it is not needed.
11007         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11008         passphrase stuff from gpg, should only be necessary when you use
11009         gpg with a smartcard.
11010
11011 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11012
11013         * mml.el (mml-insert-mime): Ignore cached contents of
11014         message/external-body part.
11015
11016         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
11017         (mm-insert-part): Ditto.
11018
11019 2006-03-23  Simon Josefsson  <jas@extundo.com>
11020
11021         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
11022         Reiner.
11023         (pgg-gpg-use-agent-p): Use it again.
11024
11025 2006-03-23  Simon Josefsson  <jas@extundo.com>
11026
11027         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
11028         older emacsen.
11029         (pgg-gpg-use-agent-p): Don't use it.
11030
11031 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
11032
11033         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
11034         if we can.
11035
11036 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
11037
11038         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11039         (pgg-gpg-update-agent): New function.
11040         (pgg-gpg-use-agent-p): New function.
11041         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11042         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11043         (pgg-gpg-sign-region): Use it.
11044
11045 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11046
11047         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
11048         Reported by Ralf Wachinger <rwachinger@gmx.de>.
11049
11050 2006-03-21  Simon Josefsson  <jas@extundo.com>
11051
11052         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11053         <wilde@sha-bang.de>.
11054         (pgg-gpg-use-agent): New variable.
11055         (pgg-gpg-process-region): Use it.
11056         (pgg-gpg-encrypt-region): Likewise.
11057         (pgg-gpg-encrypt-symmetric-region): Likewise.
11058         (pgg-gpg-decrypt-region): Likewise.
11059         (pgg-gpg-sign-region): Likewise.
11060         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11061
11062 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11063
11064         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
11065
11066         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
11067         Add comment on version.
11068
11069 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
11070
11071         * smiley.el: Add missing test smiley.
11072
11073 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11074
11075         * mm-decode.el (mm-with-part): New macro.
11076         (mm-get-part): Use it; work with message/external-body as well.
11077         (mm-save-part): Treat name and filename equally.
11078
11079         * mm-extern.el (mm-extern-cache-contents): New function.
11080         (mm-inline-external-body): Use it; force the part to be displayed;
11081         move undisplayer added to the cached handle to the parent.
11082
11083         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
11084         (gnus-mime-view-part-as-type): Work with message/external-body.
11085
11086         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
11087
11088 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11089
11090         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
11091         images in image-load-path.  [Sync with image.el, revision 1.60, in
11092         Emacs.]
11093
11094 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11095
11096         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
11097         path rather than symbol.  Always return list of directories.
11098         Guarantee that image directory comes first.  [Sync with image.el,
11099         revision 1.59, in Emacs.]
11100
11101         * message.el (message-make-tool-bar): Adjust to new API of
11102         `gmm-image-load-path-for-library'.
11103
11104         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11105
11106         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11107
11108 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11109
11110         * gnus-art.el (gnus-article-only-boring-p):
11111         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
11112         intangible text.
11113         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
11114
11115 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
11116
11117         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
11118         `defun' instead of `gmm-defun-compat'.
11119
11120 2006-03-14  Simon Josefsson  <jas@extundo.com>
11121
11122         * message.el (message-unique-id): Don't use message-number-base36
11123         if (user-uid) is a float.
11124         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
11125
11126 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11127
11128         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
11129
11130         * gnus-art.el (gnus-mime-display-single): Make sure there is an
11131         empty line between a part and a message part.
11132
11133 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
11134
11135         * smiley.el: Add more test smileys.
11136         (smiley-data-directory, smiley-regexp-alist)
11137         (gnus-smiley-file-types): Fix doc strings.
11138         (smiley-update-cache): Clear smiley-cached-regexp-alist before
11139         adding new elements.
11140         (smiley-mouse-map): Unused code.  Make it a comment.
11141
11142 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11143
11144         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
11145         scan latest NoCeM messages instead of old ones.
11146         (gnus-nocem-check-article): Fix regexps so as to match to PGP
11147         delimiters that are recently used.
11148         (gnus-nocem-load-cache): Add autoload cookie.
11149
11150         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
11151
11152         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
11153         level which is larger than gnus-use-nocem is specified.
11154
11155         * gnus-group.el (gnus-group-get-new-news): Ditto.
11156
11157 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
11158
11159         * gnus-util.el (gnus-tool-bar-update): New function.
11160
11161         * gnus-group.el (gnus-group-update-tool-bar): New variable.
11162         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
11163
11164         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
11165
11166         * gnus-group.el (gnus-group-redraw-when-idle)
11167         (gnus-group-redraw-check): Remove.
11168         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
11169
11170 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11171
11172         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
11173         if optional last element is specified in splits (FIELD VALUE...).
11174
11175 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
11176
11177         * message.el (message-make-tool-bar): Rename gmm-image-load-path
11178         to gmm-image-load-path-for-library.  Call with no-error argument.
11179         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
11180
11181         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11182
11183         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11184
11185         * gmm-utils.el (gmm-image-load-path): Remove alias.
11186
11187 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
11188
11189         * gmm-utils.el (gmm-image-load-path): Add alias.
11190
11191         * nnml.el (nnml-generate-nov-databases-directory): Rename from
11192         nnml-generate-nov-databases-1.
11193         (nnml-generate-nov-databases): Use it.
11194         (nnml-generate-nov-databases-directory): Document no-active
11195         argument.
11196
11197         * gmm-utils.el (gmm-image-load-path-for-library): Return single
11198         directory if path is t.  Add no-error.
11199
11200         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
11201         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11202
11203         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
11204         resetting gnus-article-browse-html-temp-list.
11205
11206         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
11207         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
11208         Add example to docstring.  Rename local variables.  Move error
11209         checks to default case in cond and simplify.
11210
11211 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11212
11213         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
11214         handle is multipart when calling it recursively.
11215         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
11216
11217 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
11218
11219         * nnimap.el (nnimap-request-update-info-internal): Optimize.
11220         Don't `gnus-uncompress-range' to avoid excessive memory usage.
11221
11222 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11223
11224         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
11225         is loaded.
11226
11227         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
11228         loaded.
11229
11230 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11231
11232         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
11233         to "Emacs 23 (unicode)" in doc string.
11234
11235         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
11236         "Emacs 23 (unicode)" in comment.
11237
11238 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11239
11240         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
11241
11242         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
11243         characters 160 through 255 in Emacs 23.
11244
11245 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11246
11247         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
11248         gnus-article-browse-html-temp.
11249         (gnus-article-browse-delete-temp): Make it customizable.  Add
11250         `file'.  Adjust doc string.
11251         (gnus-article-browse-delete-temp-files): Add argument.  Allow
11252         query for each file.  Adjust doc string.
11253         (gnus-article-browse-html-parts): Add
11254         `gnus-article-browse-delete-temp-files' to
11255         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
11256
11257 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
11258
11259         * gnus-art.el (gnus-article-browse-html-temp)
11260         (gnus-article-browse-delete-temp): New variables.
11261         (gnus-article-browse-delete-temp-files): New function.
11262         (gnus-article-browse-html-parts): Use it.
11263
11264 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11265
11266         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
11267
11268         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
11269         string.
11270
11271         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
11272         gnus-summary-insert-new-articles when unplugged.  Remove
11273         gnus-summary-search-article-forward.
11274
11275         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
11276         display-visual-class instead of display-color-cells.
11277
11278 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11279
11280         * dgnushack.el: Autoload customize-group for XEmacs.
11281
11282         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
11283         message/* containing non-ASCII text properly.
11284
11285 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11286
11287         * message.el: Require gmm-utils, remove autoloads.
11288         (message-tool-bar): Set default based on
11289         gmm-tool-bar-style.
11290         (message-tool-bar-gnome): Add gmm-customize-mode.
11291
11292         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
11293         gmm-tool-bar-style.
11294         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
11295
11296         * gnus-group.el (gnus-group-tool-bar): Set default based on
11297         gmm-tool-bar-style.
11298         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
11299
11300         * gmm-utils.el (gmm-image-directory): Rename variable from
11301         gmm-image-load-path.
11302         (gmm-image-load-path): Use gmm-image-directory.
11303         (gmm-customize-mode): New function.
11304         (gmm-tool-bar-style): New variable.
11305
11306         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
11307         gnus-group-redraw-line-number.
11308         (gnus-group-redraw-check): Simplify.
11309         (gnus-group-tool-bar-update): Remove redraw check.
11310         (gnus-group-make-tool-bar): Add redraw check.
11311
11312 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
11313
11314         * gnus-art.el (gnus-button): Add missing parentheses.
11315
11316 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11317
11318         * lpath.el: Fbind line-number-at-pos.
11319
11320 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11321
11322         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
11323
11324 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11325
11326         * gnus-art.el (gnus-button): New face.
11327         (gnus-article-button-face): Use it.
11328
11329         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
11330         gnus-summary-next-page.  Re-order.
11331
11332         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
11333         next-node are now included.
11334         (gnus-group-redraw-line-number): New internal variable.
11335         (gnus-group-redraw-check): Helper function for updating the tool
11336         bar.
11337         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
11338
11339         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
11340
11341         * spam.el (spam-spamassassin-score-regexp): New internal variable.
11342         (spam-extra-header-to-number, spam-check-spamassassin-headers):
11343         Use it to match format of Spamassassin 3.0 and later.  Reported by
11344         IRIE Tetsuya <irie@t.email.ne.jp>.
11345         (spam-check-bogofilter)
11346         (spam-bogofilter-register-with-bogofilter): Fix args of
11347         `gnus-error' calls.
11348
11349 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11350
11351         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
11352         unnecessary interaction when sending queued mails.  Reported by
11353         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
11354
11355 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
11356
11357         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
11358         first or last are nil.
11359
11360 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11361
11362         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
11363
11364 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11365
11366         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
11367
11368 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11369
11370         * dns.el (query-dns): Protect more against buggy tcp output.
11371
11372 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11373
11374         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
11375         nov.php.
11376
11377 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11378
11379         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
11380         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
11381         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
11382         output on the server side.
11383         (nnweb-google-create-mapping): Update regexps and add some
11384         progress indication.
11385
11386 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
11387
11388         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
11389         gnus-agent-toggle-plugged.  Re-order icons.
11390         (gnus-group-tool-bar-gnome): Add
11391         gnus-group-{prev,next}-unread-group.
11392         (gnus-group-tool-bar-gnome): Re-order icons.
11393
11394         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
11395         gnus-summary-insert-new-articles.
11396
11397         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
11398         comments.
11399
11400         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
11401         also available in Emacs 21.3.
11402
11403         * message.el (message-fix-before-sending): Change "Emacs 22" to
11404         "Emacs 23 (unicode)" in comment.
11405
11406         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
11407         "Emacs 23 (unicode)" in comment.
11408
11409         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
11410         comment.
11411         (mm-coding-system-p): Add comment about no-MULE XEmacs.
11412
11413         * mm-view.el (mm-fill-flowed): Add :version.
11414
11415 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11416
11417         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
11418         and load-path.
11419
11420 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
11421
11422         * message.el: Autoload gmm-image-load-path.
11423         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
11424         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
11425         consitency.
11426
11427         * gmm-utils.el (gmm-image-load-path): Also search in
11428         "../etc/images".  Don't set gmm-image-load-path if we don't find
11429         the image.
11430
11431 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11432
11433         * gmm-utils.el (gmm-image-load-path): Don't make
11434         `gmm-image-load-path' include subdirectories which the second arg
11435         `image' might specify.
11436
11437         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
11438         subdirectory to icon file names.
11439
11440         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
11441
11442 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11443
11444         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
11445         gmm-image-load-path calls.
11446
11447         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11448
11449         * message.el (message-make-tool-bar): Ditto.
11450
11451         * mml.el (mml-preview): Added comment concerning tool bar icons.
11452
11453         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
11454         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
11455
11456         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
11457         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
11458
11459         * message.el (message-tool-bar-gnome): Use new icon names.
11460         (message-make-tool-bar): Use `gmm-image-load-path'.
11461
11462         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
11463         functions from MH-E.
11464         (gmm-image-load-path): New variable from MH-E.
11465         (gmm-image-load-path): New function from MH-E.  Added arguments
11466         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
11467         *-image-load-path-called-flag.
11468
11469 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
11470
11471         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
11472
11473 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
11474
11475         * nnimap.el (nnimap-request-move-article): Change folder back to
11476         source group before deleting.
11477
11478 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
11479
11480         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
11481
11482         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
11483         mm-url.
11484
11485         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
11486
11487 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11488
11489         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
11490         coding system which mm-charset-to-coding-system returns for a
11491         given charset is valid.
11492
11493 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
11494
11495         * html2text.el (html2text-remove-tag-list):
11496         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
11497
11498 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
11499
11500         * gnus-cus.el: Revert 2005-10-17 change.
11501
11502 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11503
11504         * gnus-art.el (article-strip-banner): Call
11505         article-really-strip-banner only when the regexp match is made.
11506
11507 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11508
11509         * gnus-art.el (article-strip-banner): Use
11510         gnus-extract-address-components instead of
11511         mail-header-parse-addresses to make it work with non-ASCII text;
11512         remove mail-encode-encoded-word-string.
11513
11514         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
11515         values which are surrounded with \"...\"; make it never cause a
11516         Lisp error; give up parsing of parameters if it failed in
11517         extracting type.
11518
11519 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
11520
11521         * smime.el (smime-cert-by-ldap-1): Fix bug where
11522         `smime-ldap-search' returns results without userCertificates.
11523
11524 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11525
11526         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
11527
11528 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11529
11530         * spam.el (spam-check-spamassassin-headers): Adapt format for
11531         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
11532         <ari@mbf.ocn.ne.jp>.
11533         (spam-list-of-processors): Add spam-use-gmane.
11534
11535 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11536
11537         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
11538         make-temp-file; make it work with XEmacs as well.
11539
11540         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
11541         mm-make-temp-file.
11542
11543         * mm-decode.el (mm-display-external): Use the 3rd arg of
11544         mm-make-temp-file.
11545         (mm-create-image-xemacs): Ditto.
11546
11547 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11548
11549         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
11550         with message-narrow-to-headers.
11551         (gnus-draft-setup): Narrow to header to run message-fetch-field.
11552         (gnus-draft-check-draft-articles): New function.
11553         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
11554
11555 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11556
11557         * gnus-art.el (gnus-article-browse-html-parts):
11558         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
11559         Don't use suffix argument for mm-make-temp-file for Emacs 21
11560         compatibility.  Remove useless `format'.
11561
11562 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11563
11564         * nnweb.el (nnweb-google-wash-article): Update regexps.
11565         (nnweb-group-alist): Use defvoo instead of defvar.
11566
11567 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11568
11569         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
11570         re-loading nn* modules.
11571
11572 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
11573
11574         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
11575         for `tool-bar-mode' and don't check it's default-value.
11576
11577         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11578
11579         * message.el (message-make-tool-bar): Ditto.
11580
11581         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
11582         `substring'.  Shorten tmp-file name.
11583
11584         * gnus.el: Remove bogus comment.
11585
11586 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
11587
11588         * gnus-art.el (gnus-article-browse-html-parts): New function.
11589         (gnus-article-browse-html-article): New function for viewing html
11590         articles with a browser.
11591
11592 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
11593
11594         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
11595         in elisp.
11596         (pgg-gpg-encrypt-symmetric-region): Ditto.
11597         (pgg-gpg-sign-region): Ditto.
11598
11599         * pgg-def.el (pgg-text-mode): New variable.
11600
11601         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
11602         (mml2015-pgg-encrypt): Ditto.
11603
11604         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
11605         (mml1991-pgg-encrypt): Ditto.
11606
11607 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11608
11609         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
11610         message-make-date instead of current-time-string.
11611
11612         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
11613         to gnus-decoded which mm-uu might set.
11614
11615 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11616
11617         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
11618         don't decode quoted parameters; remove misimported Emacs code.
11619         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11620         (rfc2231-decode-encoded-string): Don't use split-string which
11621         behaves differently according to Emacs version; use
11622         mm-decode-coding-region to convert charset to coding-system.
11623         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11624         (rfc2231-encode-string): Remove misimported Emacs code.
11625
11626 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11627
11628         * gnus-art.el (article-decode-charset): Don't use ignore-errors
11629         when calling mail-header-parse-content-type.
11630         (article-de-quoted-unreadable): Ditto.
11631         (article-de-base64-unreadable): Ditto.
11632         (article-wash-html): Ditto.
11633
11634         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
11635         calling mail-header-parse-content-type and
11636         mail-header-parse-content-disposition.
11637         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
11638         mail-header-parse-content-type.
11639
11640         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
11641         insert charset and format parameters; encode description after
11642         inserting it to buffer.
11643         (mml-insert-parameter): Fold lines properly even if a parameter is
11644         segmented into two or more lines; change the max column to 76.
11645
11646         * rfc1843.el (rfc1843-decode-article-body): Don't use
11647         ignore-errors when calling mail-header-parse-content-type.
11648
11649         * rfc2231.el (rfc2231-parse-string): Return at least type if
11650         possible; don't cause an error even if it fails in parsing of
11651         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11652         (rfc2231-encode-string): Don't break lines at the beginning, leave
11653         it to mml-insert-parameter.
11654
11655         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
11656         calling mail-header-parse-content-type.
11657
11658 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
11659
11660         * spam-report.el (spam-report-gmane-use-article-number):
11661         Improve doc string.
11662         (spam-report-gmane-internal): Check if a suitable header was found
11663         in the article.
11664
11665 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11666
11667         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
11668         (rfc2231-encode-string): Make param*=value always begin with LWSP.
11669
11670 2006-02-05  Romain Francoise  <romain@orebokech.com>
11671
11672         Update copyright notices of all files in the gnus directory.
11673
11674 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11675
11676         * nnweb.el (nnweb-request-group): Avoid growing overview files.
11677
11678 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11679
11680         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
11681         segmented lines of parameter value to cope with Thunderbird 1.5
11682         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
11683         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11684         (rfc2231-encode-string): Don't make lines exceeding 76 column.
11685
11686 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
11687
11688         * mml.el (mml-generate-mime-1): Correct the order of inline signed
11689         parts.
11690
11691 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11692
11693         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
11694         there's only one active file for all servers.
11695         (nnweb-request-scan): Make sure nnweb-articles is initialized on
11696         solid groups.  Gnus might have used a FAST request to select the group.
11697         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
11698         and nnweb-search redundantly in the active file.
11699         (nnweb-request-list): Don't list bogus groups.  There can only be one.
11700         (nnweb-request-create-group): Don't use ARGS.
11701         (nnweb-possibly-change-server, nnweb-request-group): Remove some
11702         initialisations.  Let nnoo do the work.
11703
11704 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11705
11706         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
11707         Say the part has been decoded.
11708
11709         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
11710
11711 2006-01-31  Kevin Ryde  <user42@zip.com.au>
11712
11713         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
11714         mailcap-viewer-test-cache when there's no 'test clause, since that
11715         will invert the meaning of a "nil" test previously determined by
11716         mailcap-mailcap-entry-passes-test.
11717
11718 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11719
11720         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
11721         compiling.
11722
11723         * gnus-sum.el: Ditto.
11724
11725         * message.el: Don't bind tool-bar-map when compiling.
11726
11727 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
11728
11729         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
11730
11731 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11732
11733         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
11734         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
11735         current Google Groups.
11736
11737 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
11738
11739         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
11740         and tool-bar-mode.
11741
11742         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
11743         and tool-bar-mode.
11744
11745         * message.el (message-tool-bar-update): Simplify.
11746         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
11747
11748         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
11749         gnus-summary-buffer.
11750         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
11751         gnus-summary-reply.
11752
11753         * gmm-utils.el (gmm): Add :version.
11754
11755 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11756
11757         * Makefile.in (clean): New rule.
11758         (distclean): Use it.
11759
11760 2006-01-26  Steve Youngs  <steve@sxemacs.org>
11761
11762         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
11763         autoload.
11764
11765 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11766
11767         * gmm-utils.el (gmm-verbose): Add :group.
11768
11769 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
11770
11771         * message.el: Change some comments WRT tool-bars.
11772
11773         * gnus-sum.el (gnus-summary-tool-bar)
11774         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
11775         (gnus-summary-tool-bar-zap-list): New variables.
11776         (gnus-summary-make-tool-bar): Complete rewrite using
11777         `gmm-tool-bar-from-list'.
11778
11779         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
11780         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
11781         variables.
11782         (gnus-group-make-tool-bar): Complete rewrite using
11783         `gmm-tool-bar-from-list'.
11784         (gnus-group-tool-bar-update): New function.
11785
11786         * message.el (message-mode-field-menu): Add "Show hidden Headers".
11787
11788 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11789
11790         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
11791         is dissected into a single part of which the type is the same as
11792         the given one; decode charset.
11793
11794 2006-01-21  Kevin Ryde  <user42@zip.com.au>
11795
11796         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
11797         into alists as symbol not string, since that's what
11798         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
11799         look for.
11800
11801 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
11802
11803         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
11804         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
11805
11806         * message.el (message-tool-bar-gnome): Use gmm-ignore.
11807
11808 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11809
11810         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
11811         (gnus-xmas-mime-security-button-menu): New function.
11812
11813         * gnus-art.el (gnus-mime-security-button-commands): New variable.
11814         (gnus-mime-security-button-menu): New definition.
11815         (gnus-mime-security-button-map): Use them.
11816         (gnus-mime-security-button-menu): New function.
11817         (gnus-insert-mime-security-button): Addition to help echo.
11818         (gnus-mime-security-run-function, gnus-mime-security-save-part)
11819         (gnus-mime-security-pipe-part): New functions.
11820
11821         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
11822         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
11823
11824         * mm-decode.el (mm-handle-set-disposition): Remove.
11825         (mm-handle-set-description): Remove.
11826
11827 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11828
11829         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
11830         (mm-w3m-standalone-supports-m17n-p): New function.
11831         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
11832         w3m usage.
11833
11834         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
11835         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
11836
11837 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11838
11839         * message.el (message-tool-bar-zap-list): Use
11840         gmm-tool-bar-zap-list as custom type.
11841         (message-tool-bar-update): New function.
11842         (message-tool-bar, message-tool-bar-gnome)
11843         (message-tool-bar-retro): Add message-tool-bar-update.
11844         (message-tool-bar-gnome): Add flyspell-buffer.
11845
11846         * gnus-util.el (gnus-error): Describe `args'.
11847
11848         * gmm-utils.el (gmm-error): Describe `args'.
11849         (gmm-tool-bar-zap-list): New widget.
11850         (gmm-tool-bar-from-list): Improve description of `zap-list'.
11851
11852 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11853
11854         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
11855         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
11856         the number of recursive calls.
11857
11858         * mm-decode.el (mm-handle-set-disposition): New macro.
11859         (mm-handle-set-description): New macro.
11860
11861 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11862
11863         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
11864         encoding.
11865
11866 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11867
11868         * message.el (message-tool-bar-zap-list, message-tool-bar)
11869         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
11870         (message-tool-bar-local-item-from-menu): Remove.
11871         (message-tool-bar-map): Replace by `message-make-tool-bar'.
11872         (message-make-tool-bar): New function.
11873         (message-mode): Use `message-make-tool-bar'.
11874
11875         * gmm-utils.el: New file.
11876         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
11877         (gmm-lazy): New widget copied from `nnmail.el'.
11878         (gmm-tool-bar-from-list): New function for creating customizable
11879         tool bars.
11880         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
11881         output.
11882         (gmm): Add :prefix to defgroup.
11883
11884 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
11885
11886         * gmm-utils.el (gmm-widget-p): New function.
11887
11888 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11889
11890         * mml.el (mml-attach-file): Describe `description' in doc string.
11891         (mml-menu): Add Emacs MIME manual and PGG manual.
11892
11893 2006-01-20  Richard M. Stallman  <rms@gnu.org>
11894
11895         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
11896
11897 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
11898
11899         * nntp.el (nntp-end-of-line): Doc fix.
11900
11901 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
11902
11903         * imap.el (imap-open): Handle case where buffer is a buffer
11904         object.
11905
11906 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11907
11908         * gnus-delay.el (gnus-delay): Don't autoload.
11909         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11910         to be re-loaded when customizing the `gnus-delay' group.
11911
11912 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
11913
11914         * message.el (message-insert-citation-line): Use newlines.
11915
11916 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11917
11918         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
11919         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
11920         these routines, so the passphrase can be managed externally and
11921         passed in to the system.
11922         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
11923         pgg-add-passphrase-to-cache function.
11924
11925         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
11926         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
11927         these routines, so the passphrase can be managed externally and
11928         passed in to the system.
11929         (pgg-pgp5-sign-region): Use new name of
11930         pgg-add-passphrase-to-cache function.
11931
11932 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11933
11934         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11935         part of the decoded armor to find the key-identifier.
11936         (pgg-gpg-lookup-key-owner): New function to return the
11937         human-readable identifier of a key owner.
11938         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
11939         itself.
11940         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11941         the key value) if we have a key and can match it against a secret
11942         key.  Also, added a note pointing out fact that the prompt only
11943         indicates the first matching key.
11944
11945         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
11946         pgg-decrypt-region.
11947         (pgg-add-passphrase-to-cache): Rename from
11948         `pgg-add-passphrase-cache' to reduce confusion (all callers
11949         changed).
11950         (pgg-remove-passphrase-from-cache): Rename from
11951         `pgg-remove-passphrase-cache' to reduce confusion (all callers
11952         changed).
11953         (pgg-read-passphrase, pgg-add-passphrase-cache)
11954         (pgg-remove-passphrase-cache): Add informative docstrings.
11955         (pgg-decrypt): Convey provided passphrase in subordinate call to
11956         pgg-decrypt-region.
11957
11958 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
11959
11960         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11961         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11962         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11963         'passphrase' argument, so the passphrase can be managed externally
11964         and then passed in to the system.
11965
11966         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11967         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
11968         so the passphrase cache can be used reliably with identifiers
11969         besides a pgp packet's key id.
11970
11971         * pgg-gpg.el (pgg-gpg-encrypt-region)
11972         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11973         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
11974         these routines, so the passphrase can be managed externally and
11975         passed in to the system.
11976
11977         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11978         'notruncate' argument, so the passphrase cache can be used
11979         reliably with identifiers besides a pgp packet's key id.
11980
11981 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
11982
11983         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11984         symmetric encryption.
11985         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11986         encrypted session key.
11987         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11988         message ask for the passphrase in a proper way.
11989
11990         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11991         New user commands for symmetric encryption.
11992
11993 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11994
11995         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
11996
11997         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
11998
11999 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
12000
12001         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
12002
12003 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12004
12005         * mm-decode.el (mm-inlined-types): Add application/pgp.
12006         (mm-automatic-display): Ditto.
12007
12008         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
12009         part as text.
12010
12011 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12012
12013         * nnrss.el: Update copyright.
12014         (nnrss-opml-import): Query whether to subscribe to each entry.
12015
12016         * gnus-art.el:
12017         * gnus-sum.el:
12018         * gnus-xmas.el:
12019         * messagexmas.el:
12020         * mm-uu.el:
12021         * mm-view.el: Update copyright.
12022
12023 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
12024
12025         * message.el (message-info): New function.
12026         (message-mode-menu): Add it.
12027         Update copyright.
12028
12029         * ChangeLog: Fix and update copyright.
12030
12031 2006-01-13  Romain Francoise  <romain@orebokech.com>
12032
12033         * message.el (message-forward-subject-name-subject): Prefer the
12034         address to 'nowhere' if the sender has no name.
12035         Fix typo.  Update copyright year.
12036
12037 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12038
12039         * gnus-art.el (article-wash-html): Use
12040         gnus-summary-show-article-charset-alist if a numeric arg is given.
12041         (gnus-article-wash-html-with-w3m-standalone): New function.
12042
12043         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
12044         mm-inline-text-html-render-with-w3m-standalone.
12045         (mm-text-html-washer-alist): Map w3m-standalone to
12046         gnus-article-wash-html-with-w3m-standalone.
12047         (mm-inline-text-html-render-with-w3m-standalone): New function.
12048
12049 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12050
12051         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
12052         Improve LaTeX.
12053
12054 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12055
12056         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
12057         (nnrss-request-article): Render text/plain parts as HTML.
12058
12059         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
12060         the buffer.
12061
12062 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12063
12064         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
12065         custom definition of `gnus-posting-styles'.
12066
12067         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
12068         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
12069
12070 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12071
12072         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
12073         Use nntp for bug archive.
12074
12075 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12076
12077         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
12078         parts.
12079         (nnrss-normalize-date): New function converts ISO 8601 date into
12080         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12081         (nnrss-check-group): Use it.
12082
12083 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12084
12085         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
12086
12087         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
12088         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12089         (nnrss-insert-w3): Ditto.
12090
12091 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12092
12093         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
12094         the articles to be forwarded including the case where neither a
12095         number of articles nor a region is specified.
12096
12097 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12098
12099         * nnrss.el (nnrss-request-article): Fix last change; fill
12100         text/plain parts.
12101
12102 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12103
12104         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
12105         in text/plain part.
12106         (nnrss-check-group): Don't add excessive newline to dc:subject.
12107
12108 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
12109
12110         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
12111         article.
12112
12113 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12114
12115         * nnml.el: Don't require gnus-bcklg.  Autoload it.
12116         (nnml-use-compressed-files, nnml-save-mail): Support other
12117         comression programs such as bzip2.
12118
12119 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12120
12121         * dns.el (query-dns): Make sure we check the buffer size before
12122         removing tcp headers.
12123
12124 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12125
12126         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
12127         remove MIME buttons associated with multipart/alternative parts.
12128         (gnus-mime-display-alternative): Tag buttons using `article-type'
12129         text property.
12130
12131         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
12132         associated with multipart/alternative parts.
12133
12134         * gnus-art.el (gnus-signature-separator): Fix custom type.
12135
12136         * mm-decode.el (mm-inlined-types): Fix custom type.
12137         (mm-keep-viewer-alive-types): Ditto.
12138         (mm-automatic-display): Ditto.
12139         (mm-attachment-override-types): Ditto.
12140         (mm-inline-override-types): Ditto.
12141         (mm-automatic-external-display): Ditto.
12142
12143 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12144
12145         * spam-report.el (spam-report-user-mail-address)
12146         (spam-report-user-agent): New variables.
12147         (spam-report-url-ping-plain): Use spam-report-user-agent.
12148
12149 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
12150
12151         * gnus-art.el (gnus-button-handle-custom): Do not just use
12152         `customize-apropos' for any "M-x customize-*" button but the
12153         function called for.  Accept both the function name and its
12154         argument in order to achieve this.
12155         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
12156         function name to `gnus-button-handle-custom' in case of "M-x
12157         customize-*" buttons.
12158
12159 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12160
12161         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
12162         multipart/alternative and add xref to mm-discouraged-alternatives
12163         in doc string.
12164
12165         * mm-decode.el (mm-discouraged-alternatives): Add xref to
12166         gnus-buttonized-mime-types in doc string.
12167
12168 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
12169
12170         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
12171         Suggest image/.* in the doc string.
12172
12173 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12174
12175         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
12176         message-marks (Debian bug #342521).
12177
12178 2005-12-12  Simon Josefsson  <jas@extundo.com>
12179
12180         * password.el (password-read-from-cache): Add.
12181         (password-read): Use it.
12182
12183 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12184
12185         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
12186         us-ascii as a MIME charset.
12187
12188         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
12189         against the case where the 2nd arg TYPE is nil.
12190
12191 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12192
12193         * pop3.el (pop3-stream-type): Fix custom version.
12194
12195         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
12196
12197 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12198
12199         * mm-decode.el (mm-display-external): Add missing cdr.
12200
12201 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12202
12203         * mm-decode.el (mm-display-external): Use nametemplate (defined in
12204         RFC1524) if it is in mailcap or add a suffix according to
12205         mailcap-mime-extensions when generating a temp filename; postpone
12206         deleting a temp file for 2 seconds for some wrappers, shell
12207         scripts, and so on, which might exit right after having started a
12208         viewer command as a background job.
12209
12210 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12211
12212         * nntp.el (nntp-marks-directory): Fix custom group.
12213
12214         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
12215         steps when < 10.
12216
12217         * gnus-start.el (gnus-no-server-1): Mention
12218         `gnus-level-default-subscribed' in doc string.
12219
12220 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12221
12222         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
12223         parens.
12224
12225 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12226
12227         * gnus-xmas.el (gnus-use-toolbar): Revert.
12228         (gnus-xmas-setup-toolbar): Use global default-toolbar if
12229         gnus-use-toolbar is default.
12230
12231         * messagexmas.el (message-use-toolbar): Revert.
12232         (message-setup-toolbar): Use global default-toolbar if
12233         message-use-toolbar is default.
12234
12235 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12236
12237         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
12238         according to default-toolbar-visible-p.
12239
12240         * messagexmas.el (message-use-toolbar): Ditto.
12241
12242 2005-11-26  Dave Love  <fx@gnu.org>
12243
12244         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
12245         (tls-program, tls-success): Provide openssl alternative.
12246
12247         * starttls.el: Doc fixes.
12248         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
12249         SERVICE to PORT.
12250
12251         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
12252         port null or service name.
12253         (starttls-negotiate): Autoload.
12254
12255 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12256
12257         * message.el (message-kill-to-signature): Fix interactive spec.
12258
12259 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12260
12261         * pop3.el (pop3-open-server): Recognize a string as a service name.
12262
12263 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
12264
12265         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
12266
12267 2005-11-23  Dave Love  <fx@gnu.org>
12268
12269         Add pop3s, pop3/starttls.
12270
12271         * pop3.el (pop3-authentication-scheme): Clarify doc.
12272         (open-tls-stream, starttls-open-stream): Autoload.
12273         (pop3-stream-type): New.
12274         (pop3-open-server): Use it.
12275
12276         * mail-source.el (mail-sources): Fix some :types.  Add stream type
12277         for POP.
12278         (mail-source-keyword-map): Add :stream for POP.
12279         (mail-source-fetch-pop): Use pop3-stream-type.
12280
12281 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12282
12283         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
12284         of current-time-string.
12285
12286 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
12287
12288         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
12289         date header.
12290
12291 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12292
12293         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
12294         it can seriously impact performance as it bypasses the agent's
12295         local caches.
12296
12297 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12298
12299         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
12300         must be explicitly online rather than "not explicitly offline" for
12301         its flags to be synchronized.
12302
12303         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
12304         that gnus-uu-unmark-thread will function correctly.
12305
12306         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
12307         1024K is instead displayed as 1M.
12308
12309 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12310
12311         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
12312
12313 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
12314
12315         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
12316
12317 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
12318
12319         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
12320         error message to display actual error condition.
12321         (gnus-agent-save-local): Avoid saving symbols that are bound to
12322         nil as they simply result in a warning message in
12323         gnus-agent-read-local.
12324
12325 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12326
12327         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
12328         rather than make-variable-buffer-local for file-precious-flag.
12329
12330 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12331
12332         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
12333         for duplicates which are removed.  The invalid sort check then
12334         triggers a rescan after the sort as sorting may have moved
12335         duplicate entries such that they can be cheaply detected.
12336
12337 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12338
12339         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
12340
12341 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12342
12343         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
12344         internal variable to a custom variable.  Changed default value
12345         from compressed(2) to uncompressed(1).
12346         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
12347         support for uncompressed agentview files.  Taken together, reading
12348         the agentview file should now be 6-7 times faster.
12349
12350 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12351
12352         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
12353         as a buffer-local variable.  This avoids creating truncated
12354         dribble files as a result of a hang up, eg.
12355
12356 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
12357
12358         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
12359         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
12360         XEmacs.
12361
12362 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12363
12364         * gnus-start.el (gnus-start-draft-setup): Enforce
12365         `gnus-draft-mode' for nndraft:drafts at startup.
12366
12367         * gnus.el (gnus-splash): Change custom group.
12368         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
12369         allow-list argument.
12370
12371         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
12372         string.
12373
12374 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12375
12376         * gnus-art.el (gnus-default-article-saver): Add user-defined
12377         `function' to custom type.
12378
12379 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12380
12381         * imap.el (imap-open): Handle case where buffer is a buffer
12382         object.
12383
12384 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12385
12386         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
12387         long lines.
12388         (gnus-cache-delete-group): Wrap doc strings.
12389
12390         * gnus-agent.el (gnus-agent-rename-group)
12391         (gnus-agent-delete-group): Wrap doc strings.
12392
12393 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12394
12395         * messagexmas.el (message-use-toolbar): Change the valid values
12396         into default, top, bottom, left, and right.
12397         (message-toolbar-thickness): New variable.
12398         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
12399         well.
12400         (message-setup-toolbar): Make it work.
12401
12402         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
12403         (gnus-use-toolbar): Change the valid values into default, top,
12404         bottom, left, and right.
12405         (gnus-toolbar-thickness): New variable.
12406         (gnus-xmas-setup-toolbar): New function.
12407         (gnus-xmas-setup-group-toolbar): Use it.
12408         (gnus-xmas-setup-summary-toolbar): Use it.
12409
12410 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12411
12412         * gnus-start.el (gnus-1): Add "native" to
12413         gnus-predefined-server-alist.
12414
12415         * gnus.el (gnus-method-to-server): Don't add "native" to the
12416         lists here, because that leads to problems when
12417         gnus-select-method is bound.
12418
12419 2005-11-09  Simon Josefsson  <jas@extundo.com>
12420
12421         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
12422         use (not sort-by-date) instead.
12423
12424 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12425
12426         * gnus-delay.el (gnus-delay-group): Don't autoload.
12427         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12428         to be re-loaded when customizing the `gnus-delay' group.
12429
12430 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
12431
12432         * message.el: Revert last changes.
12433         (message-insert-citation-line): Use newlines.
12434
12435 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
12436
12437         * message.el (message-courtesy-message)
12438         (message-mark-insert-begin, message-mark-insert-end)
12439         (message-elide-ellipsis, message-cancel-message)
12440         (message-add-header, message-change-subject)
12441         (message-cross-post-followup-to-header)
12442         (message-cross-post-insert-note, message-reduce-to-to-cc)
12443         (message-widen-reply, message-delete-not-region)
12444         (message-kill-to-signature, message-insert-signature)
12445         (message-insert-importance-high, message-insert-importance-low)
12446         (message-insert-or-toggle-importance)
12447         (message-insert-disposition-notification-to)
12448         (message-indent-citation, message-yank-original)
12449         (message-cite-original-without-signature, message-cite-original)
12450         (message-insert-citation-line, message-position-on-field)
12451         (message-fix-before-sending, message-send-mail-partially)
12452         (message-send-mail, message-send-mail-with-sendmail)
12453         (message-send-mail-with-qmail, message-send-news)
12454         (message-check-news-header-syntax, message-generate-headers)
12455         (message-insert-courtesy-copy, message-fill-address)
12456         (message-fill-header, message-shorten-references)
12457         (message-setup-1, message-cancel-news)
12458         (message-forward-make-body-plain, message-forward-make-body-mime)
12459         (message-forward-make-body-mml, message-encode-message-body)
12460         (message-forward-make-body-digest-plain)
12461         (message-forward-make-body-digest-mime)
12462         (message-use-alternative-email-as-from): Insert `hard-newline'
12463         instead of ordinary newlines.
12464
12465 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12466
12467         * message.el (message-generate-headers): Downcase the argument
12468         given to message-check-element.
12469
12470 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
12471
12472         * nntp.el (nntp-authinfo-rejected): New error condition.
12473         (nntp-wait-for): Use new error condition to signal authentication
12474         error.
12475         (nntp-retrieve-data): Rethrow new error condition to break out of
12476         recursive call to nntp-send-authinfo.
12477
12478 2005-11-08  Romain Francoise  <romain@orebokech.com>
12479
12480         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
12481         (gnus-summary-exit-map): Bind to `Z p'.
12482         (gnus-summary-make-menu-bar): Add menu item.
12483
12484 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
12485
12486         * gnus-art.el (gnus-article-treat-custom): Add `first'.
12487         (gnus-treat-*): Add `first' in all doc strings.
12488
12489         * gnus-group.el (gnus-group-compact-group): Fix typo.
12490
12491 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12492
12493         * gnus.el (gnus-parameters-case-fold-search): New variable.
12494         (gnus-parameters-get-parameter): Use it.
12495
12496         * gnus-score.el (gnus-home-score-file): Doc fix.
12497
12498 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
12499
12500         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
12501
12502 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12503
12504         * mm-util.el (mm-special-display-p): New function.
12505
12506         * mml.el (mml-preview): Use it; doc fix.
12507
12508 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12509
12510         * imap.el (imap-open): Handle case where buffer is a buffer object.
12511
12512 2005-10-29  Romain Francoise  <romain@orebokech.com>
12513
12514         * message.el (message-fix-before-sending): Fix comment.
12515
12516 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12517
12518         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
12519
12520 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12521
12522         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
12523         Used in gnus-score.el.
12524
12525 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12526
12527         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
12528
12529 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
12530
12531         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
12532         whitespace removed in revision 7.8.  Use concatenated string to
12533         protect trailing whitespace.
12534
12535 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
12536
12537         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
12538         (nnimap-request-expire-articles): Use it to avoid sending 'UID
12539         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
12540         Courier IMAP ("some version from 2004").  Mostly based on similar
12541         code in the same function.
12542
12543 2005-10-26  Didier Verna  <didier@xemacs.org>
12544
12545         * gnus-group.el (gnus-group-compact-group): Invalidate original
12546         article buffer.
12547         * gnus-srvr.el (gnus-server-compact-server): Ditto.
12548         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
12549         NOV database and in article itself.
12550         Invalidate article backlog.
12551
12552 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12553
12554         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
12555
12556 2005-10-26  Simon Josefsson  <jas@extundo.com>
12557
12558         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
12559         part of 2004-07-25 change.
12560
12561 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12562
12563         * message.el (message-display-completion-list): New function.
12564         (message-expand-group): Use it; make sure the Completions buffer
12565         is modifiable.
12566 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
12567
12568         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
12569         user-mail-name is an empty string.
12570
12571 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12572
12573         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
12574         depending on gnus-score-decay-constant.
12575
12576         * encrypt.el (encrypt-insert-file-contents)
12577         (encrypt-write-file-contents): Don't use `gnus-message'.
12578
12579         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
12580         arguments.
12581         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
12582         arguments to mm-uu-verbatim-marks-extract.
12583         (mm-uu-hide-markers): New variable.
12584         (mm-uu-extract): Use face similar to `gnus-cite-3'.
12585
12586         * gnus-fun.el (gnus-convert-image-to-x-face-command)
12587         (gnus-convert-image-to-face-command): Use "convert" by default to
12588         allow other input image formats.
12589         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
12590         accordingly.
12591
12592 2005-10-23  Simon Josefsson  <jas@extundo.com>
12593
12594         * imap.el (imap-gssapi-program): Align command line parameters
12595         with latest GNU SASL.
12596         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
12597
12598 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12599
12600         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
12601         HTML.
12602         (nnslashdot-request-article): Ditto.
12603
12604         * lpath.el (featurep): Add nobreak-char-display.
12605
12606 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12607
12608         * mail-source.el (mail-source-fetch-pop): Require pop3.
12609         (mail-source-check-pop): Ditto.
12610
12611 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12612
12613         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
12614         errors.
12615
12616 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12617
12618         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
12619         (gnus-treat-strip-leading-blank-lines): Improve doc string.
12620
12621         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
12622
12623         * mm-bodies.el (mm-decode-string): Call
12624         `mm-charset-to-coding-system' with allow-override argument.
12625
12626 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12627
12628         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
12629         (rfc2047-charset-to-coding-system): New function.
12630         (rfc2047-decode-encoded-words): New function.
12631         (rfc2047-decode-region): Use them.
12632         (rfc2047-decode-cte): Remove.
12633         (rfc2047-parse-and-decode): Remove.
12634         (rfc2047-decode): Remove.
12635
12636 2005-10-15  Kenichi Handa  <handa@m17n.org>
12637
12638         * rfc2047.el (rfc2047-decode-cte): New function.
12639         (rfc2047-decode-region): Change the way to decode successive
12640         encoded-words: decode B- or Q-encoding in each encoded-word,
12641         concatenate them, and decode it as charset.
12642
12643 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12644
12645         * lpath.el: Fbind codepage-setup for XEmacs.
12646
12647 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
12648
12649         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
12650         widget-move-and-invoke.
12651         (gnus-custom-mode): Use gnus-custom-map.
12652
12653 2005-10-15  Bill Wohler  <wohler@newt.com>
12654
12655         * message.el (message-tool-bar-map): Renamed image file from
12656         mail_send to mail/send.
12657
12658 2005-10-16  Masatake YAMATO  <jet@gyve.org>
12659
12660         * message.el (message-expand-group): Pass the common
12661         prefix substring of completion to `display-completion-list'.
12662
12663 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
12664
12665         * mml-sec.el (mml-secure-method): New internal variable.
12666         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
12667         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
12668         functions using mml-secure-method.
12669
12670         * mml.el (mml-mode-map): Add key bindings for those functions.
12671         (mml-menu): Simplify security menu entries.  Suggested by Jesper
12672         Harder <harder@myrealbox.com>.
12673         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
12674         end of message if point is the headers of the message.
12675
12676         * message.el (message-in-body-p): New function.
12677
12678         * assistant.el: Autoload gnus-util and netrc.
12679
12680         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
12681         Use `mm-charset-override-alist' only when decoding.
12682
12683         * mm-bodies.el (mm-decode-body): Call
12684         `mm-charset-to-coding-system' with allow-override argument.
12685
12686         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
12687         `filename' from Content-Disposition if Content-Type doesn't
12688         provide `name'.
12689         (gnus-mime-view-part-as-type): Set default instead of
12690         initial-input.
12691
12692 2005-10-09  Daniel Brockman  <daniel@brockman.se>
12693
12694         * format-spec.el (format-spec): Propagate text properties of % spec.
12695
12696 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12697
12698         * gnus-art.el (gnus-treat-predicate): Add `first'.
12699
12700 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12701
12702         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
12703         (mm-charset-override-alist): New variable.
12704         (mm-charset-to-coding-system): Use it.
12705         (mm-codepage-setup): New helper function.
12706         (mm-charset-eval-alist): New variable.
12707         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
12708         about unknown charsets.
12709
12710         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
12711
12712 2005-10-04  David Hansen  <david.hansen@gmx.net>
12713
12714         * nnrss.el (nnrss-request-article): Add support for the comments tag.
12715         (nnrss-check-group): Ditto.
12716
12717 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12718
12719         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
12720         Rename x-gnus-verbatim to x-verbatim.
12721         (mm-uu-type-alist): Fix regexp for verbatim-marks.
12722
12723         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
12724         x-verbatim.
12725
12726         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
12727
12728         * gnus-util.el (gnus-remove-duplicates): Remove.
12729
12730         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
12731         instead of gnus-remove-duplicates.
12732
12733         * message.el (message-remove-duplicates): Remove.
12734         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
12735         message-remove-duplicates.
12736
12737         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
12738         available, else use implementation from `delete-dups'.
12739
12740         * message.el (message-insert-expires): New function.
12741         (message-mode-map): Add key binding.
12742         (message-mode-field-menu): Add menu entry.
12743         (message-mode): Document it.
12744         (message-make-expires-date): Use `message-make-date'.
12745
12746 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
12747
12748         * message.el (message-make-expires-date): New function.
12749
12750 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12751
12752         * Makefile.in (list-installed-shadows): New entry.
12753         (install): Use it.
12754         (remove-installed-shadows): New entry.
12755
12756         * dgnushack.el (dgnushack-default-load-path): New variable.
12757         (dgnushack-find-lisp-shadows): New function.
12758         (dgnushack-remove-lisp-shadows): New function.
12759
12760 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12761
12762         * Makefile.in (install-el-elc): New entry.
12763         (install): Use it so that .el files are necessarily installed.
12764
12765 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12766
12767         * time-date.el: Autoload parse-time-string, XEmacs needs it.
12768
12769 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12770
12771         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
12772         function rather than the diff-mode.el package.
12773         (mm-display-external): Use with-current-buffer.
12774         (mm-viewer-completion-map, mm-viewer-completion-map):
12775         Move initialization inside declaration.
12776
12777 2005-09-29  Simon Josefsson  <jas@extundo.com>
12778
12779         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
12780         autoload mail-check-payment.
12781         (spam-check-hashcash): Define unconditionally, since hashcash.el
12782         is part of Gnus now.  Ignore errors from payment checking.
12783
12784 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
12785
12786         * message.el (message-bold-region, message-unbold-region): Rename
12787         from `bold-region' and `unbold-region'.
12788
12789         * message.el: Remove useless autoloads.
12790
12791 2005-09-28  Simon Josefsson  <jas@extundo.com>
12792
12793         * message.el (message-use-idna): Default to t.
12794         (message-use-idna): Test whether encoding works too.  Doc fix.
12795
12796 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12797
12798         * nntp.el (nntp-warn-about-losing-connection): Remove.
12799
12800 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
12801
12802         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
12803         customizable.  Change default value.
12804         (mm-uu-diff-groups-regexp): Change default value.
12805         (mm-uu-type-alist): Add doc string.
12806         (mm-uu-configure): Add doc string.  Make it interactive.
12807         (mm-uu-tex-groups-regexp): New variable.
12808         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
12809         (mm-uu-type-alist): Add LaTeX documents.
12810         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
12811         of "text/verbatim".
12812         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
12813
12814         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
12815         instead of "text/verbatim".
12816
12817         * message.el (message-mark-inserted-region)
12818         (message-mark-insert-file): Use slrn style marks when called with
12819         prefix argument.
12820
12821 2005-09-27  Simon Josefsson  <jas@extundo.com>
12822
12823         * message.el (message-idna-to-ascii-rhs-1): Reformat.
12824
12825 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
12826
12827         * message.el (message-remove-duplicates): New function.
12828         Implementation borrowed from `gnus-remove-duplicates'.
12829         (message-idna-to-ascii-rhs): Also encode idna addresses in
12830         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12831         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
12832         only ask about the same idna domain once per header and also tell
12833         in what header to replace the idna domain.
12834
12835         * gnus-art.el (article-decode-idna-rhs): Also decode idna
12836         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12837         (article-decode-idna-rhs): Fix regexp so that all idna-address in
12838         a header is decoded and not just the last one.
12839
12840 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12841
12842         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
12843         has been decoded.
12844
12845         * mm-decode.el (mm-automatic-display): Add text/verbatim.
12846         (mm-insert-part): Don't modify text if it has been decoded.
12847
12848         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
12849         decoded.
12850
12851         * mm-view.el (mm-inline-text): Don't strip text props unless
12852         decoding enriched or richtext parts.
12853
12854 2005-09-25  Romain Francoise  <romain@orebokech.com>
12855
12856         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
12857         * gnus-start.el (gnus-subscribe-interactively):
12858         * gnus-uu.el (gnus-uu-grab-articles):
12859         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
12860         space.
12861
12862 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
12863
12864         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
12865         * mm-view.el (mm-view-pkcs7-decrypt):
12866         * gnus-sum.el (gnus-summary-limit-to-extra)
12867         (gnus-summary-respool-article, gnus-read-move-group-name):
12868         * gnus-score.el (gnus-summary-increase-score):
12869         * gnus-util.el (gnus-completing-read-with-default):
12870         * gnus-art.el (gnus-read-save-file-name)
12871         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
12872         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
12873         * message.el (message-check-news-header-syntax):
12874         Follow convention for reading with the minibuffer.
12875
12876 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
12877
12878         * spam-report.el (spam-report-url-ping-plain):
12879         Use gnus-extended-version as User-Agent.
12880
12881         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
12882         default value is nil.
12883
12884         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
12885         (mm-uu-verbatim-marks-extract): New function.
12886         (mm-uu-extract): New face.
12887         (mm-uu-copy-to-buffer): Use it.
12888
12889         * spam-report.el (spam-report-gmane-ham): Renamed from
12890         `spam-report-gmane-unspam'.
12891         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
12892         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
12893
12894         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
12895         Autoload.
12896         (spam-report-gmane-unregister-routine): Renamed
12897         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
12898
12899 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
12900
12901         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
12902         (spam-report-gmane-unregister-routine): Add support for gmane
12903         unregistration.
12904
12905         * spam-report.el (spam-report-gmane-unspam)
12906         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
12907         (spam-report-gmane): Change to take a single article and do unspam
12908         registration.
12909
12910 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12911
12912         * mm-url.el (mm-url-decode-entities): Fix regexp.
12913
12914 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12915
12916         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
12917         default to nil, to be able to use Gnus at all.  If the default
12918         switches to something else, then the function should be fixed not
12919         be exceedingly slow.
12920
12921 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
12922
12923         * gnus-start.el (gnus-activate-group): If the server is nil, don't
12924         fail hard.
12925
12926         * spam-report.el: Add better Keywords line.
12927
12928         * spam.el: Add Maintainer and better Keywords line.
12929
12930 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12931
12932         * gnus-art.el (gnus-article-replace-part)
12933         (gnus-mime-replace-part): New functions.
12934         (gnus-mime-action-alist, gnus-mime-button-commands)
12935         (gnus-mime-save-part-and-strip): Added file argument.
12936         (gnus-article-part-wrapper): Added interactive argument.
12937
12938         * gnus-sum.el (gnus-summary-mime-map): Add
12939         `gnus-article-replace-part'.
12940
12941 2005-09-19  Didier Verna  <didier@xemacs.org>
12942
12943         The nnml compaction feature:
12944         * nnml.el (nnml-request-compact-group): New function.
12945         * nnml.el (nnml-request-compact): New function.
12946         * gnus-int.el (gnus-request-compact-group): New function.
12947         * gnus-int.el (gnus-request-compact): New function.
12948         * gnus-group.el (gnus-group-compact-group): New function.
12949         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
12950         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
12951         * gnus-srvr.el (gnus-server-compact-server): New function.
12952         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
12953         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
12954
12955 2005-09-18  Deepak Goel  <deego@gnufans.org>
12956
12957         * sieve.el (sieve-help): Fix `message' call: first arg should be a
12958         format spec.
12959
12960 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12961
12962         * gnus.el (gnus-group-startup-message): Bind image-load-path.
12963
12964 2005-09-15  Romain Francoise  <romain@orebokech.com>
12965
12966         * message.el (message-fill-paragraph): Clarify docstring.
12967
12968 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12969
12970         * gnus-art.el (gnus-mime-display-part): Protect against broken
12971         MIME messages.
12972
12973 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12974
12975         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
12976         before parsing header.
12977
12978 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
12979
12980         * html2text.el (html2text-replace-list): Add new entities.
12981
12982 2005-09-11  Romain Francoise  <romain@orebokech.com>
12983
12984         * message.el (message-alternative-emails): Improve docstring.
12985         (message-setup-1): Call `message-use-alternative-email-as-from'
12986         after `message-setup-hook' to give it precedence over posting
12987         styles, etc.
12988         (message-use-alternative-email-as-from): Add docstring.  Remove
12989         the original From header if present.
12990
12991         * nnml.el (nnml-compressed-files-size-threshold): New variable.
12992         (nnml-save-mail): Use it.
12993
12994         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
12995         articles.  Add new argument `silent'.
12996         (gnus-uu-mark-all): Report the total number of marked articles.
12997
12998 2005-09-10  Romain Francoise  <romain@orebokech.com>
12999
13000         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
13001         (gnus-uu-mark-series): Likewise.
13002
13003 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
13004
13005         * spam-report.el (spam-report-gmane): Fix generation of spam
13006         report URL.
13007
13008 2005-09-10  Simon Josefsson  <jas@extundo.com>
13009
13010         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
13011         t, based on discussion on the ding list with Robert Epprecht
13012         <epprecht@solnet.ch>.
13013
13014 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
13015
13016         * spam-report.el (spam-report-gmane): Make it work without
13017         X-Report-Spam header.  Gmane now only provides Archived-At.
13018         This is only used if `spam-report-gmane-use-article-number' is nil.
13019         (spam-report-gmane-spam-header): Remove.  Not used anymore.
13020
13021         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
13022         make `gnus-summary-sort-by-recipient' work with threading.
13023
13024         * nnweb.el (nnweb-google-wash-article): Print a message if article
13025         is not available.
13026
13027 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13028
13029         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
13030         change.  Decode text/* parts content before displaying.
13031
13032 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13033
13034         * mml-smime.el: Remove defvar of gnus-extract-address-components.
13035
13036 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13037
13038         * mm-view.el (mm-display-inline-fontify): Disable support modes.
13039
13040         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
13041         url-package-name, url-package-version,
13042         w3m-cid-retrieve-function-alist, w3m-current-buffer,
13043         w3m-display-inline-images, and w3m-minor-mode-map.
13044
13045 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
13046
13047         * message.el (message-tab-body-function): Fix mismatched custom type.
13048
13049         * gnus.el (gnus-group-change-level-function): Ditto.
13050
13051         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
13052
13053         * gnus-art.el (gnus-signature-limit)
13054         (gnus-article-mime-part-function): Ditto.
13055
13056 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13057
13058         * mml.el (mml-mode): Silence the byte compiler.
13059
13060         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
13061         using `(sit-for 0)' before moving the point to the specified part;
13062         skip unbuttonized parts.
13063         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
13064         return to the summary window if gnus-auto-select-part is non-nil.
13065
13066 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
13067
13068         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
13069         variables.
13070         (mml-dnd-attach-file, mml-mode): Use them.
13071
13072         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
13073         Make fetching article by MID work again for Google Groups.  Added
13074         FIXME concerning gnus-group-make-web-group.
13075
13076         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
13077         Don't depend on Gnus by using mail-extract-address-components if
13078         gnus-extract-address-components is not bound.
13079
13080 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13081
13082         * gnus-art.el (gnus-mime-display-security): Don't display the
13083         signature, but only the signed part.
13084
13085 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13086
13087         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
13088
13089         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
13090         list, not listp.
13091
13092 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
13093
13094         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
13095         when encoding.
13096
13097         * mm-bodies.el (mm-decode-content-transfer-encoding):
13098         De-canonicalize CRLF for all text content types, not just
13099         text/plain.
13100
13101 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13102
13103         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
13104         valid article; point arrow and cursor at the MIME button.
13105
13106 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13107
13108         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
13109         Suggested by Dan Christensen <jdc@uwo.ca>.
13110
13111         * mm-decode.el (mm-save-part): Enable change of prompt.
13112
13113 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
13114
13115         * gnus-msg.el (gnus-inews-add-send-actions): Made
13116         `message-post-method' lambda parameter ARG `&optional'.
13117
13118 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13119
13120         * gnus-sum.el (gnus-summary-mime-map): Added
13121         gnus-article-save-part-and-strip, gnus-article-delete-part and
13122         gnus-article-jump-to-part.
13123
13124         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
13125         (gnus-article-edit-part): Use it.
13126         (gnus-article-part-wrapper): Added no-handle argument.
13127         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
13128         functions.
13129
13130 2005-08-29  Romain Francoise  <romain@orebokech.com>
13131
13132         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13133         docstring.
13134         (gnus-face-from-file): Likewise.
13135
13136 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13137
13138         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
13139         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
13140         non-nil.
13141         (gnus-auto-select-part): New variable.
13142         (gnus-article-jump-to-part): New function.
13143         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
13144         (gnus-mime-delete-part): Allow selecting specified part after
13145         deleting or stripping parts.
13146         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
13147         part if argument is bogus.
13148
13149 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
13150
13151         * gnus-art.el (w3m-minor-mode-map):
13152         * gnus-spec.el (gnus-newsrc-file-version):
13153         * gnus-util.el (nnmail-active-file-coding-system)
13154         (gnus-original-article-buffer, gnus-user-agent):
13155         * gnus.el (gnus-ham-process-destinations)
13156         (gnus-parameter-ham-marks-alist)
13157         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
13158         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
13159         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
13160         * mm-decode.el (gnus-current-window-configuration):
13161         * mm-extern.el (gnus-article-mime-handles):
13162         * mm-url.el (url-current-object, url-package-name)
13163         (url-package-version):
13164         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
13165         (smime-keys, w3m-cid-retrieve-function-alist)
13166         (w3m-current-buffer, w3m-display-inline-images)
13167         (w3m-minor-mode-map):
13168         * mml-smime.el (gnus-extract-address-components):
13169         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
13170         (gnus-newsrc-hashtb, message-default-charset)
13171         (message-deletable-headers, message-options)
13172         (message-posting-charset, message-required-mail-headers)
13173         (message-required-news-headers):
13174         * mml1991.el (mc-pgp-always-sign):
13175         * mml2015.el (mc-pgp-always-sign):
13176         * nnheader.el (nnmail-extra-headers):
13177         * rfc1843.el (gnus-decode-encoded-word-function)
13178         (gnus-decode-header-function, gnus-newsgroup-name):
13179         * spam-stat.el (gnus-original-article-buffer): Add defvars.
13180
13181 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
13182
13183         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
13184         the end of the date treatments.
13185
13186 2005-08-15  Simon Josefsson  <jas@extundo.com>
13187
13188         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
13189         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
13190         Capello and Romain Francoise.
13191         (pgg-fetch-key-function): Removed, not used?
13192         (pgg-insert-url-with-w3): Require url, to get
13193         url-insert-file-contents regardless of where it is defined.
13194
13195 2005-08-13  Romain Francoise  <romain@orebokech.com>
13196
13197         * message.el (message-cite-original-1): New function.
13198         (message-cite-original): Use it.
13199         (message-cite-original-without-signature): Ditto.
13200
13201 2005-08-08  Romain Francoise  <romain@orebokech.com>
13202
13203         * message.el (message-yank-empty-prefix): New variable.
13204         (message-indent-citation): Use it.
13205         (message-cite-original-without-signature): Respect X-No-Archive.
13206
13207 2005-08-08  Simon Josefsson  <jas@extundo.com>
13208
13209         * pgg.el: Autoload url-insert-file-contents instead of loading
13210         w3/url.
13211         (pgg-insert-url-with-w3): Don't load url here.
13212
13213 2005-08-07  Jesper Harder  <harder@phys.au.dk>
13214
13215         * message.el (message-kill-to-signature): Don't insert newline at
13216         bol.
13217         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
13218
13219 2005-08-06  Romain Francoise  <romain@orebokech.com>
13220
13221         * message.el (message-user-fqdn): Fix typo in docstring.
13222
13223 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
13224
13225         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
13226
13227         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
13228
13229 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13230
13231         * mm-bodies.el (mm-encode-body): Use coding system rather than
13232         charset to encode text.
13233
13234         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
13235         number of charsets if utf-8 is available (XEmacs).
13236
13237 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13238
13239         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
13240         taken from `gnus-button-mid-or-mail-regexp'.
13241         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
13242         (gnus-button-alist): Improve regexp for domain part of the MIDs
13243         for news:localpart@domain buttons.
13244         (gnus-button-ctan-directory-regexp): Update.
13245
13246 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13247
13248         * sieve-manage.el (sieve-manage-interactive-login): Use
13249         make-local-variable rather than make-variable-buffer-local.
13250         (sieve-manage-open): Ditto.
13251         (sieve-manage-authenticate): Ditto.
13252
13253         * mml.el (mml-generate-mime-1): Make the content type default to
13254         text/plain if the filename is not specified.
13255
13256 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13257
13258         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
13259         instead of insert-buffer.
13260
13261         * message.el (message-yank-original): Ditto; set the mark at the
13262         end of the yanked message.
13263
13264 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13265
13266         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
13267         lines to scroll rather than to stop it.
13268
13269         * mml.el (mml-generate-default-type): Add doc string.
13270         (mml-generate-mime-1): Use mm-default-file-encoding or make it
13271         default to application/octet-stream when determining the content
13272         type if it is not specified for the part or the mml contents; add
13273         a comment about mml-generate-default-type.
13274
13275 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
13276
13277         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
13278         make it default to application/octet-stream when determining the
13279         content type if it is not specified for the external contents.
13280
13281 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13282
13283         * rfc2231.el (rfc2231-parse-string): Take care that not only a
13284         segmented parameter but also other parameters might be there.
13285
13286 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13287
13288         * mm-decode.el (mm-display-external): Delete temp file, directory
13289         and buffer immediately if the external process is exited.
13290
13291 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13292
13293         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
13294         fewer lines than that of scroll-margin.
13295         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
13296
13297 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13298
13299         * gnus-art.el (gnus-article-next-page): Revert.
13300         (gnus-article-beginning-of-window): New macro.
13301         (gnus-article-next-page-1): Use it.
13302         (gnus-article-prev-page): Ditto.
13303         (gnus-article-edit-part): Use insert-buffer-substring instead of
13304         insert-buffer.
13305         (gnus-article-edit-exit): Ditto.
13306
13307         * gnus-util.el (gnus-beginning-of-window): Remove.
13308         (gnus-end-of-window): Remove.
13309
13310         * lpath.el: Don't bind header-line-format and scroll-margin.
13311
13312 2005-07-25  Simon Josefsson  <jas@extundo.com>
13313
13314         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
13315         to have the url package without w3.  Reported by Daiki Ueno
13316         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
13317
13318 2005-07-20  Didier Verna  <didier@xemacs.org>
13319
13320         * gnus-diary.el: Remove the description comment (nndiary is now
13321         properly documented in the Gnus manual).
13322         Fix the spelling of "Back End".
13323         * nndiary.el: Ditto.
13324         Fix the copyright notice.
13325
13326 2005-07-18  Romain Francoise  <romain@orebokech.com>
13327
13328         * gnus-sum.el (gnus-summary-to-prefix)
13329         (gnus-summary-newsgroup-prefix): New variables.
13330         (gnus-summary-from-or-to-or-newsgroups): Use them.
13331
13332 2005-07-17  Romain Francoise  <romain@orebokech.com>
13333
13334         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
13335         space as it's generally not especially interesting to the user.
13336
13337 2005-07-16  Romain Francoise  <romain@orebokech.com>
13338
13339         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
13340         nil to avoid prompting and file modification if one of the
13341         messages at the top of the nnfolder file contains a copyright
13342         notice.
13343         Update copyright notice.
13344
13345         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
13346         instead of `current-time-string' as the latter creates a time
13347         string that is not RFC 2822 compliant (it lacks the zone).
13348         Update copyright notice.
13349
13350 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13351
13352         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
13353         for text/rtf.  Display default in prompt.  Pass default for M-n.
13354
13355         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
13356
13357 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13358
13359         * gnus-msg.el (gnus-button-mailto): Remove
13360         save-selected-window-window hackery because it relies on
13361         save-selected-window internals.
13362
13363 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13364
13365         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
13366         (gnus-article-next-page-1): Use gnus-beginning-of-window.
13367         (gnus-article-prev-page): Ditto.
13368
13369         * gnus-util.el (gnus-beginning-of-window): New function.
13370         (gnus-end-of-window): New function.
13371
13372         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
13373
13374 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13375
13376         * gnus-score.el (gnus-score-edit-all-score): Set
13377         gnus-score-edit-exit-function to gnus-score-edit-done and call
13378         gnus-message.
13379
13380 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13381
13382         * gnus-msg.el (gnus-button-mailto): Remove
13383         save-selected-window-window hackery because it relies on
13384         save-selected-window internals.
13385
13386 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13387
13388         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
13389         add-minor-mode.
13390         (gnus-binary-mode): Ditto.
13391
13392         * gnus-topic.el (gnus-topic-mode): Ditto.
13393
13394 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
13395
13396         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
13397         (gnus-article-prev-page): Take scroll-margin into consideration.
13398
13399 2005-07-04  Lute Kamstra  <lute@gnu.org>
13400
13401         Update FSF's address in GPL notices.
13402
13403 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
13404
13405         * gnus.el (gnus-exit):
13406         * gnus-group.el (gnus-group-icons):
13407         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
13408
13409         * gnus-nocem.el (gnus-nocem):
13410         * message.el (message-various, message-buffers, message-sending)
13411         (message-interface, message-forwarding, message-insertion)
13412         (message-headers, message-news, message-mail):
13413         * pgg-gpg.el (pgg-gpg):
13414         * pgg-parse.el (pgg-parse):
13415         * pgg-pgp.el (pgg-pgp):
13416         * pgg-pgp5.el (pgg-pgp5):
13417         * pop3.el (pop3): Finish `defgroup' description with period.
13418
13419 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13420
13421         * gnus-art.el (article-display-face): Improve the efficiency.
13422         (article-display-x-face): Ditto; remove grey x-face stuff.
13423
13424 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13425
13426         * gnus-art.el (article-display-face): Correct the position in
13427         which Faces are inserted.
13428
13429 2005-06-29  Didier Verna  <didier@xemacs.org>
13430
13431         * gnus-art.el (article-display-face): Display faces in correct
13432         order.
13433
13434 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13435
13436         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
13437         (gnus-fill-real-hashtb): Use hash table instead of obarray.
13438         (gnus-nocem-check-article): Fetch the Type header.
13439         (gnus-nocem-message-wanted-p): Fix the way to examine types.
13440         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
13441         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
13442         make sure gnus-nocem-hashtb is initialized.
13443         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
13444         (gnus-nocem-unwanted-article-p): Ditto.
13445
13446         * pgg.el (pgg-verify): Return the verification result.
13447
13448 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13449
13450         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
13451         is ascii.
13452
13453 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
13454
13455         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
13456         `show-nonbreak-escape'.
13457
13458 2005-06-23  Lute Kamstra  <lute@gnu.org>
13459
13460         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
13461
13462         * dig.el (dig-mode):
13463         * smime.el (smime-mode): Use gnus-run-mode-hooks.
13464
13465 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
13466
13467         * nnimap.el (nnimap-split-download-body): Fix spellings.
13468
13469 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
13470
13471         * gnus-art.el (gnus-article-encrypt-body):
13472         * gnus-cus.el (gnus-score-customize):
13473         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
13474         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
13475
13476 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
13477
13478         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
13479         header by looking for magic "MII" at the beginnig.
13480
13481 2005-06-16  Miles Bader  <miles@gnu.org>
13482
13483         * gnus-xmas.el (gnus-xmas-group-startup-message):
13484         Use renamed gnus-splash face.
13485
13486         * assistant.el (assistant-field): Remove "-face" suffix from face name.
13487         (assistant-field-face): New backward-compatibility alias for renamed
13488         face.
13489         (assistant-render-text): Use renamed assistant-field face.
13490
13491         * spam.el (spam): Remove "-face" suffix from face name.
13492         (spam-face): New backward-compatibility alias for renamed face.
13493         (spam-face, spam-initialize): Use renamed spam face.
13494
13495         * message.el (message-header-to, message-header-cc)
13496         (message-header-subject, message-header-newsgroups)
13497         (message-header-other, message-header-name)
13498         (message-header-xheader, message-separator, message-cited-text)
13499         (message-mml): Remove "-face" suffix from face names.
13500         (message-header-to-face, message-header-cc-face)
13501         (message-header-subject-face, message-header-newsgroups-face)
13502         (message-header-other-face, message-header-name-face)
13503         (message-header-xheader-face, message-separator-face)
13504         (message-cited-text-face, message-mml-face):
13505         New backward-compatibility aliases for renamed faces.
13506         (message-font-lock-keywords): Use renamed message faces.
13507
13508         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
13509         (sieve-test-commands, sieve-tagged-arguments):
13510         Remove "-face" suffix from face names.
13511         (sieve-control-commands-face, sieve-action-commands-face)
13512         (sieve-test-commands-face, sieve-tagged-arguments-face):
13513         New backward-compatibility aliases for renamed faces.
13514         (sieve-control-commands-face, sieve-action-commands-face)
13515         (sieve-test-commands-face, sieve-tagged-arguments-face):
13516         Use renamed sieve faces.
13517
13518         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
13519         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
13520         (gnus-group-news-3-empty, gnus-group-news-4)
13521         (gnus-group-news-4-empty, gnus-group-news-5)
13522         (gnus-group-news-5-empty, gnus-group-news-6)
13523         (gnus-group-news-6-empty, gnus-group-news-low)
13524         (gnus-group-news-low-empty, gnus-group-mail-1)
13525         (gnus-group-mail-1-empty, gnus-group-mail-2)
13526         (gnus-group-mail-2-empty, gnus-group-mail-3)
13527         (gnus-group-mail-3-empty, gnus-group-mail-low)
13528         (gnus-group-mail-low-empty, gnus-summary-selected)
13529         (gnus-summary-cancelled, gnus-summary-high-ticked)
13530         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
13531         (gnus-summary-high-ancient, gnus-summary-low-ancient)
13532         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
13533         (gnus-summary-low-undownloaded)
13534         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
13535         (gnus-summary-low-unread, gnus-summary-normal-unread)
13536         (gnus-summary-high-read, gnus-summary-low-read)
13537         (gnus-summary-normal-read, gnus-splash):
13538         Remove "-face" suffix from face names.
13539         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13540         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13541         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13542         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13543         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13544         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13545         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13546         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13547         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13548         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13549         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13550         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13551         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13552         (gnus-summary-normal-ticked-face)
13553         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
13554         (gnus-summary-normal-ancient-face)
13555         (gnus-summary-high-undownloaded-face)
13556         (gnus-summary-low-undownloaded-face)
13557         (gnus-summary-normal-undownloaded-face)
13558         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13559         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13560         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13561         (gnus-splash-face):
13562         New backward-compatibility aliases for renamed faces.
13563         (gnus-group-startup-message): Use renamed gnus faces.
13564
13565         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
13566         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
13567         (gnus-server-agent): Remove "-face" suffix from face names.
13568         (gnus-server-agent-face, gnus-server-opened-face)
13569         (gnus-server-closed-face, gnus-server-denied-face)
13570         (gnus-server-offline-face):
13571         New backward-compatibility aliases for renamed faces.
13572         (gnus-server-agent-face, gnus-server-opened-face)
13573         (gnus-server-closed-face, gnus-server-denied-face)
13574         (gnus-server-offline-face): Use renamed gnus faces.
13575
13576         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
13577         Remove "-face" suffix from face names.
13578         (gnus-picon-xbm-face, gnus-picon-face):
13579         New backward-compatibility aliases for renamed faces.
13580
13581         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
13582         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
13583         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
13584         (gnus-cite-11): Remove "-face" suffix from face names.
13585         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
13586         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
13587         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
13588         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
13589         New backward-compatibility aliases for renamed faces.
13590         (gnus-cite-attribution-face, gnus-cite-face-list)
13591         (gnus-article-boring-faces): Use renamed gnus faces.
13592
13593         * gnus-art.el (gnus-signature, gnus-header-from)
13594         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
13595         (gnus-header-content): Remove "-face" suffix from face names.
13596         (gnus-signature-face, gnus-header-from-face)
13597         (gnus-header-subject-face, gnus-header-newsgroups-face)
13598         (gnus-header-name-face, gnus-header-content-face):
13599         New backward-compatibility aliases for renamed faces.
13600         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
13601
13602         * gnus-sum.el (gnus-summary-selected-face)
13603         (gnus-summary-highlight): Use renamed gnus faces.
13604         * gnus-group.el (gnus-group-highlight): Likewise.
13605
13606 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
13607
13608         * gnus-sieve.el (gnus-sieve-article-add-rule):
13609         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
13610         * spam-stat.el (spam-stat-buffer-change-to-spam)
13611         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
13612
13613         * message.el (message-is-yours-p):
13614         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
13615
13616 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13617
13618         * mm-view.el (mm-inline-text): Withdraw the last change.
13619
13620 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13621
13622         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
13623         executing enriched-decode.
13624
13625 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13626
13627         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
13628         charset of tar files.
13629
13630 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
13631
13632         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
13633
13634 2005-06-04  Lute Kamstra  <lute@gnu.org>
13635
13636         * nnfolder.el (nnfolder-read-folder): Make sure that undo
13637         information is never recorded.
13638
13639 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13640
13641         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
13642
13643 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13644
13645         * pop3.el (pop3-apop): Run md5 in the binary mode.
13646
13647         * starttls.el (starttls-set-process-query-on-exit-flag):
13648         Use eval-and-compile.
13649
13650 2005-05-31  Simon Josefsson  <jas@extundo.com>
13651
13652         * smime.el (smime-replace-in-string): Define.
13653         (smime-cert-by-ldap-1): Use it.
13654
13655 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13656
13657         * gnus-art.el (article-display-x-face): Replace
13658         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13659
13660         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
13661         set-process-query-on-exit-flag or process-kill-without-query.
13662
13663         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
13664         loop instead of replace-regexp.
13665
13666         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
13667         instead of process-kill-without-query if it is available.
13668
13669         * lpath.el: Fbind ldap-search-entries.
13670
13671         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
13672         instead of find-file-hooks if it is available.
13673
13674         * mml1991.el: Bind pgg-default-user-id when compiling.
13675
13676         * mml2015.el: Bind pgg-default-user-id when compiling.
13677
13678         * nndraft.el (nndraft-request-associate-buffer):
13679         Use write-contents-functions instead of write-contents-hooks if it is
13680         available.
13681
13682         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
13683         instead of find-file-hooks if it is available.
13684
13685         * nntp.el (nntp-open-connection): Replace
13686         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13687         (nntp-open-ssl-stream): Ditto.
13688         (nntp-open-tls-stream): Ditto.
13689
13690         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
13691         set-process-query-on-exit-flag or process-kill-without-query.
13692         (starttls-open-stream-gnutls): Use it instead of
13693         process-kill-without-query.
13694         (starttls-open-stream): Ditto.
13695
13696 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
13697
13698         * smime.el (smime-cert-by-ldap-1): Don't use
13699         replace-regexp-in-string.
13700
13701 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
13702
13703         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
13704
13705         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
13706         in PEM format.  Adjust to the XEmacs compability.
13707
13708 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
13709
13710         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
13711         by `string-to-number'.
13712         * gnus-agent.el (gnus-agent-regenerate-group)
13713         (gnus-agent-fetch-articles): Ditto.
13714         * gnus-art.el (gnus-button-fetch-group): Ditto.
13715         * gnus-cache.el (gnus-cache-generate-active)
13716         (gnus-cache-articles-in-group): Ditto.
13717         * gnus-group.el (gnus-group-set-current-level)
13718         (gnus-group-insert-group-line): Ditto.
13719         * gnus-score.el (gnus-score-set-expunge-below)
13720         (gnus-score-set-mark-below, gnus-summary-score-effect)
13721         (gnus-summary-score-entry): Ditto.
13722         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
13723         (gnus-soup-pack): Ditto.
13724         * gnus-spec.el (gnus-xmas-format): Ditto.
13725         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
13726         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
13727         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
13728         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
13729         * nndb.el (nndb-get-remote-expire-response): Ditto.
13730         * nndiary.el (nndiary-parse-schedule-value)
13731         (nndiary-string-to-number, nndiary-request-replace-article)
13732         (nndiary-request-article): Ditto.
13733         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
13734         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
13735         * nneething.el (nneething-make-head): Ditto.
13736         * nnfolder.el (nnfolder-request-article)
13737         (nnfolder-retrieve-headers): Ditto.
13738         * nnheader.el (nnheader-file-to-number): Ditto.
13739         * nnkiboze.el (nnkiboze-request-article): Ditto.
13740         * nnmail.el (nnmail-process-unix-mail-format)
13741         (nnmail-process-babyl-mail-format): Ditto.
13742         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
13743         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
13744         (nnmh-request-create-group, nnmh-request-list-1)
13745         (nnmh-request-group, nnmh-request-article): Ditto.
13746         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
13747         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
13748         * nnsoup.el (nnsoup-make-active): Ditto.
13749         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
13750         * nntp.el (nntp-find-group-and-number)
13751         (nntp-retrieve-headers-with-xover): Ditto.
13752         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
13753         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
13754         (pgg-format-key-identifier): Ditto.
13755         * pop3.el (pop3-last, pop3-stat): Ditto.
13756         * qp.el (quoted-printable-decode-region): Ditto.
13757
13758         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
13759         of concat.
13760
13761 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13762
13763         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
13764
13765         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
13766
13767         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
13768
13769         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
13770
13771         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
13772
13773         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
13774
13775         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
13776         (gnus-carpal-mode): Ditto.
13777
13778         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
13779         (gnus-browse-mode): Ditto.
13780
13781         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
13782
13783         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
13784
13785 2005-05-29  Richard M. Stallman  <rms@gnu.org>
13786
13787         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
13788
13789 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13790
13791         * gnus-util.el (gnus-run-mode-hooks): New function.
13792
13793         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
13794
13795         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
13796         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
13797
13798 2005-05-27  Lute Kamstra  <lute@gnu.org>
13799
13800         * dns-mode.el (dns-mode): Specify customization group.
13801
13802 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
13803
13804         * gnus-agent.el (gnus-agent-make-mode-line-string):
13805         Use mode-line-highlight as mouse-face.
13806
13807 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13808
13809         * canlock.el (canlock): Change the parent group to news.
13810
13811         * deuglify.el (gnus-outlook-deuglify): Add :group.
13812
13813         * dig.el (dig): Add :group.
13814
13815         * dns-mode.el (dns-mode): Add :group.
13816
13817         * encrypt.el (encrypt): Add :group.
13818
13819         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
13820         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
13821         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
13822         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
13823         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
13824
13825         * gnus-diary.el (gnus-diary): Add :group.
13826
13827         * gnus.el (gnus-group-news-1-face): Add :group.
13828         (gnus-group-news-1-empty-face): Ditto.
13829         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
13830         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
13831         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
13832         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
13833         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
13834         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
13835         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
13836         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
13837         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
13838         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
13839         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
13840         (gnus-summary-high-ticked-face): Ditto.
13841         (gnus-summary-low-ticked-face): Ditto.
13842         (gnus-summary-normal-ticked-face): Ditto.
13843         (gnus-summary-high-ancient-face): Ditto.
13844         (gnus-summary-low-ancient-face): Ditto.
13845         (gnus-summary-normal-ancient-face): Ditto.
13846         (gnus-summary-high-undownloaded-face): Ditto.
13847         (gnus-summary-low-undownloaded-face): Ditto.
13848         (gnus-summary-normal-undownloaded-face): Ditto.
13849         (gnus-summary-high-unread-face): Ditto.
13850         (gnus-summary-low-unread-face): Ditto.
13851         (gnus-summary-normal-unread-face): Ditto.
13852         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
13853         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
13854
13855         * hashcash.el (hashcash): New custom group.
13856         (hashcash-default-payment): Add :group.
13857         (hashcash-payment-alist): Ditto.
13858         (hashcash-default-accept-payment): Ditto.
13859         (hashcash-accept-resources): Ditto.
13860         (hashcash-path): Ditto.
13861         (hashcash-extra-generate-parameters): Ditto.
13862         (hashcash-double-spend-database): Ditto.
13863         (hashcash-in-news): Ditto.
13864
13865         * message.el (message-minibuffer-local-map): Add :group.
13866
13867         * netrc.el (netrc): Add :group.
13868
13869         * sieve-manage.el (sieve-manage-log): Add :group.
13870         (sieve-manage-default-user): Diito.
13871         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
13872         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
13873         (sieve-manage-authenticators): Ditto.
13874         (sieve-manage-authenticator-alist): Ditto.
13875         (sieve-manage-default-port): Ditto.
13876
13877         * sieve-mode.el (sieve-control-commands-face): Add :group.
13878         (sieve-action-commands-face): Ditto.
13879         (sieve-test-commands-face): Ditto.
13880         (sieve-tagged-arguments-face): Ditto.
13881
13882         * smime.el (smime): Add :group.
13883
13884         * spam-report.el (spam-report): Add :group.
13885
13886         * spam.el (spam, spam-face): Add :group.
13887
13888 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13889
13890         * nntp.el (nntp-next-result-arrived-p): Some news servers may
13891         return \n.\n.\n at the end of articles.  Protect against that.
13892         (nntp-with-open-group): Allow debugging.
13893
13894         * nnheader.el (mail-header-set-extra): Make into a function
13895         because I just could't understand how to quote the list properly.
13896
13897         * dns.el (query-dns-cached): New function.
13898
13899 2005-05-26  Lute Kamstra  <lute@gnu.org>
13900
13901         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
13902
13903 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13904
13905         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
13906
13907         * gnus-art.el: Don't autoload mail-extract-address-components.
13908
13909         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
13910         eval-and-compile to evaluate it.
13911
13912         * hashcash.el: Don't autoload executable-find.
13913
13914         * nndb.el: Don't declare the nndb back end two or more times; don't
13915         autoload news-reply-mode, news-setup, cancel-timer and telnet.
13916
13917         * nntp.el: Autoload format-spec instead of format; use
13918         eval-and-compile to evaluate autoload forms.
13919
13920 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
13921
13922         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
13923
13924 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13925
13926         * gnus.el (gnus-version-number): Bump version.
13927
13928 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13929
13930         * gnus.el: No Gnus v0.3 is released.
13931
13932 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13933
13934         * lpath.el (featurep): Bind show-nonbreak-escape.
13935
13936 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13937
13938         * gnus-art.el (gnus-article-edit-part): Disable undo.
13939
13940 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13941
13942         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
13943         gnus-article-date-lapsed-new-header is t if date timer is active;
13944         skip headers in which the original date value is empty.
13945         (gnus-article-save-original-date): Redefine it as a macro.
13946         (gnus-display-mime): Use it.
13947
13948 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13949
13950         * gnus-art.el (article-date-ut): Support converting date in
13951         forwarded parts as well.
13952         (gnus-article-save-original-date): New function.
13953         (gnus-display-mime): Use it.
13954
13955 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
13956
13957         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
13958         enclosure element of <item>.
13959
13960 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
13961
13962         * message.el (message-kill-buffer-query): Renamed from
13963         `message-kill-buffer-query-if-modified'.  Added :version.
13964
13965 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13966
13967         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
13968         window layout.
13969
13970 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13971
13972         * mml.el: Autoload dnd when compiling.
13973
13974 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13975
13976         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
13977         x-dnd-*.
13978
13979 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13980
13981         * qp.el (quoted-printable-encode-region): Save excursion.
13982
13983 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
13984
13985         * message.el (message-kill-buffer-query-if-modified): Add new variable
13986         so the user can kill a modified message buffer quickly.
13987         (message-kill-buffer): Use it.
13988
13989 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13990
13991         * lpath.el: Fbind display-time-event-handler; don't fbind
13992         string-to-multibyte.
13993
13994         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
13995
13996 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13997
13998         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
13999         contained in text because xml.el decodes entities) with LFs.
14000
14001 2005-04-11  Lute Kamstra  <lute@gnu.org>
14002
14003         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
14004         differently.
14005
14006 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14007
14008         * mm-util.el (mm-detect-coding-region): Typo.
14009
14010 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14011
14012         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
14013
14014 2005-04-06  Deepak Goel  <deego@gnufans.org>
14015
14016         * spam-stat.el (spam-stat-score-buffer): Add a call to a
14017         user-function allow user modifications of the scores.
14018         (spam-stat-score-buffer-user): New function, to allow
14019         user-computed modifications to the score.
14020         (spam-stat-score-buffer-user-functions): List of additional
14021         scoring functions.
14022         (spam-stat-error-holder): Global temporary error holder.
14023         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
14024         variable.
14025
14026 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
14027
14028         * gnus-registry.el (gnus-registry-clean-empty-function)
14029         (gnus-registry-trim, gnus-registry-fetch-groups)
14030         (gnus-registry-delete-group): Groups that match
14031         `gnus-registry-ignored-groups' are removed from the registry
14032         entries, not just ignored for splitting.  This helps clean up the
14033         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
14034         to get all the groups a message ID is in.
14035
14036         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
14037         (spam-stat-split-fancy): Change "threshhold" to "threshold".
14038         (spam-stat-score-buffer-user-functions): Add :number custom type.
14039
14040 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14041
14042         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
14043         argument in XEmacs.
14044
14045         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
14046         (nnrss-request-group): Decode group name first.
14047         (nnrss-request-article): Make a text/plain article if mml-to-mime
14048         failed.
14049         (nnrss-get-encoding): Return a compatible encoding according to
14050         nnrss-compatible-encoding-alist.
14051         (nnrss-find-el): Use consp instead of listp.
14052         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
14053
14054 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14055
14056         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
14057         which Emacs 20 doesn't support.
14058         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
14059
14060 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14061
14062         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
14063         silence the byte compiler inside the defun.
14064
14065         * gnus-demon.el (parse-time-string): Add autoload.
14066
14067         * gnus-delay.el (parse-time-string): Add autoload.
14068
14069         * gnus-art.el (parse-time-string): Add autoload.
14070
14071         * nnultimate.el (parse-time): Require for `parse-time-string'.
14072
14073 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14074
14075         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
14076
14077         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
14078
14079         * smime.el (smime-ldap-host-list): Add :version.
14080
14081 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14082
14083         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
14084         pass it to `gnus-browse-read-group'.
14085         (gnus-browse-read-group): Add NUMBER argument and pass it to
14086         `gnus-group-read-ephemeral-group'.
14087
14088         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
14089         argument and pass it to `gnus-group-read-group'.
14090
14091 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
14092
14093         * mm-util.el (mm-xemacs-find-mime-charset): Only call
14094         mm-xemacs-find-mime-charset-1 if we have the mule feature
14095         available at runtime.
14096
14097 2005-03-25  Werner Lemberg  <wl@gnu.org>
14098
14099         * nnmaildir.el: Replace `illegal' with `invalid'.
14100
14101 2005-03-23  Lute Kamstra  <lute@gnu.org>
14102
14103         * time-date.el: Add comment on time value formats.
14104         Don't require parse-time.
14105         (with-decoded-time-value): New macro.
14106         (encode-time-value): New function.
14107         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
14108         (days-to-time): Return a valid time value when arg is huge.
14109         (time-since): Use time-subtract.
14110         (time-to-number-of-days): Use time-to-seconds.
14111
14112 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14113
14114         * gnus-start.el (gnus-display-time-event-handler):
14115         Check display-time-timer at runtime rather than only at load time
14116         in case display-time-mode is turned off in the mean time.
14117
14118 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14119
14120         * nnimap.el (nnimap-open-connection): Print which authinfo file is
14121         used.
14122
14123         * nneething.el (nneething-map-file-directory): Derive from
14124         `gnus-directory'.
14125
14126         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
14127         the To/Cc button.
14128
14129 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14130
14131         * nnmaildir.el (nnmaildir-request-accept-article):
14132         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
14133
14134 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14135
14136         * gnus-async.el: Require timer-funcs at compile time when in
14137         XEmacs for `run-with-idle-timer'.
14138
14139 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14140
14141         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
14142         autoloaded function.
14143
14144 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14145
14146         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
14147
14148 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
14149
14150         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
14151
14152 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14153
14154         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
14155         gnus-expert-user to default.
14156
14157 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
14158
14159         * nnimap.el (nnimap-open-server): Ditto.
14160
14161         * imap.el (imap-authenticate): Fix typo.
14162
14163 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
14164
14165         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
14166         buffer (since IMAP server might return FETCH response out of
14167         order, and the nntp buffer must be sorted).
14168
14169 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
14170
14171         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
14172         comparison on string.
14173
14174         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
14175         (gnus-agent-score): Renamed category keywords to match gnus-cus.
14176         (gnus-agent-summary-fetch-series): Modified to protect against
14177         gnus-agent-summary-fetch-group clearing processable flags.
14178         (gnus-agent-synchronize-group-flags): Update live group buffer as
14179         synchronization may occur due to the user toggle the plugged
14180         status.
14181         (gnus-agent-fetch-group-1): Clear downloadable flag when article
14182         successfully downloaded.
14183         (gnus-agent-expire-group-1): Avoid using markers when the overview
14184         is in ascending order; greatly improves performance.
14185         (gnus-agent-regenerate-group): Use
14186         gnus-agent-synchronize-group-flags to reset read status in both
14187         gnus and server.
14188         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
14189
14190 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14191
14192         * message.el: Don't autoload former message-utils variables.
14193         (message-strip-subject-trailing-was): Change doc string.
14194
14195         * nnweb.el: Fixes for `gnus-group-make-web-group'.
14196         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
14197         (nnweb-google-search): Add "hl=en" here.
14198         (nnweb-google-parse-1, nnweb-google-create-mapping):
14199         Don't hardcode URL.
14200
14201 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14202
14203         * message.el (message-get-reply-headers, message-followup):
14204         Mention related variables `message-use-followup-to' and
14205         `message-use-mail-followup-to', in the information buffer.
14206
14207         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
14208         of broken groups(-beta).google.com.
14209
14210 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14211
14212         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
14213         parameter to invoked gnus-request-move-article; remove the
14214         redundant gnus-sum-hint-move-is-internal variable; apply the marks
14215         all at once instead of once per article.
14216         (gnus-summary-remove-process-mark): Accept a list of articles as
14217         well as a single article for processing.
14218
14219         * gnus-int.el (gnus-request-move-article): Add move-is-internal
14220         parameter.
14221
14222         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
14223
14224         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
14225
14226         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
14227         parameter.
14228
14229         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
14230         parameter.
14231
14232         * nnimap.el (nnimap-request-move-article): Add move-is-internal
14233         parameter and remove the gnus-sum-hint-move-is-internal variable.
14234
14235         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
14236         parameter.
14237
14238         * nndraft.el (nndraft-request-move-article): Add move-is-internal
14239         parameter.
14240
14241         * nndiary.el (nndiary-request-move-article): Add move-is-internal
14242         parameter.
14243
14244         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
14245
14246         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
14247         parameter.
14248
14249         * nnagent.el (nnagent-request-move-article): Add move-is-internal
14250         parameter.
14251
14252 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14253
14254         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
14255         a more conservative way.
14256
14257 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14258
14259         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
14260         buffer, so it moves the window's cursor.
14261
14262 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
14263
14264         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
14265         `mm-dissect-multipart' and receive the from field as an (optional)
14266         argument from `mm-dissect-multipart'.
14267         (mm-dissect-multipart): Receive the from field as an argument and
14268         pass it on when we call `mm-dissect-buffer' on MIME parts.
14269         Fixes verification/decryption of signed/encrypted MIME parts.
14270
14271 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
14272
14273         * gnus-sum.el (gnus-summary-move-article): Set
14274         gnus-sum-hint-move-is-internal for gnus-request-move-article and
14275         whatever it calls (right now, only nnimap-request-move article
14276         respects it).
14277
14278         * nnimap.el (nnimap-request-move-article): When
14279         gnus-sum-hint-move-is-internal is set, don't do the extra
14280         nnimap-request-article.
14281
14282 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14283
14284         * nnheader.el (nnheader-find-file-noselect): Add doc string.
14285
14286         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
14287         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
14288
14289         * gnus-sum.el (gnus-summary-caesar-message):
14290         Apply `gnus-treat-article' after rotation.
14291
14292         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
14293         doc string.
14294
14295 2005-02-22  Simon Josefsson  <jas@extundo.com>
14296
14297         * encrypt.el (encrypt-password-cache-expiry): Remove (use
14298         `password-cache-expiry' instead).  Reported by Arne Jørgensen
14299         <arne@arnested.dk>.
14300         (encrypt): Add password-cache and password-cache-expiry as group
14301         members.
14302
14303 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
14304
14305         * smime.el (smime-ldap-host-list): Doc fix.
14306         (smime-ask-passphrase): Use `password-read-and-add' to read (and
14307         cache) password.
14308         (smime-sign-region): Use it.
14309         (smime-decrypt-region): Use it.
14310         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
14311         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
14312         fails.
14313         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
14314         certificate from DER to PEM format rather than calling openssl.
14315
14316         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
14317
14318         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
14319         for signing/encryption.
14320
14321         * mml.el (mml-parse-1): Use them.
14322
14323 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
14324
14325         * nnrss.el (nnrss-verbose): Removed.
14326         (nnrss-request-group): Use `nnheader-message' instead.
14327
14328 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
14329
14330         * nnrss.el (nnrss-verbose): New variable.
14331         (nnrss-request-group): Make it say nnrss is requesting a group.
14332
14333 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14334
14335         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
14336         Handle news URL with given port correctly.
14337
14338 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14339
14340         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
14341         containing special characters.
14342
14343         * gnus-sum.el (gnus-summary-edit-article): Ditto.
14344
14345         * mml.el (mime-to-mml): Ditto.
14346
14347         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
14348         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
14349         (rfc2047-decode-region): Quote decoded words containing special
14350         characters when rfc2047-quote-decoded-words-containing-tspecials
14351         is non-nil.
14352
14353 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
14354
14355         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
14356
14357         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
14358
14359 2005-02-15  Simon Josefsson  <jas@extundo.com>
14360
14361         * nnimap.el (nnimap-debug): Doc fix.
14362
14363         * imap.el (imap-debug): Doc fix.
14364
14365 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14366
14367         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
14368
14369 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
14370
14371         * gnus.el (spam-contents): Improve docs for spam-contents
14372         parameter in its variable incarnation.
14373
14374 2005-02-14  Simon Josefsson  <jas@extundo.com>
14375
14376         * smime-ldap.el: Use require instead of load-library for ldap.
14377         (smime-ldap-search): Indent.
14378         (smime-ldap-search-internal): Shorten line.
14379
14380         * smime.el (smime-cert-by-dns): Add doc-string.
14381         (smime-cert-by-ldap-1): Indent.
14382
14383         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
14384         mml-smime-get-dns-ldap.
14385         (mml-smime-encrypt-query): Use new function.  Default to ldap.
14386
14387 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
14388
14389         * smime.el: Require smime-ldap.
14390         (smime-ldap-host-list): New variable.
14391         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
14392
14393         * mml-smime.el (mml-smime-encrypt-query): New function.
14394         (mml-smime-encrypt-query): Use it.
14395
14396         * smime-ldap.el: New file.
14397
14398 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14399
14400         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
14401
14402 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14403
14404         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
14405         argument in doc string.  Make query for type more clear.
14406
14407 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14408
14409         * gnus.el (gnus-group-startup-message): Search for gnus images in
14410         etc/images/gnus.
14411         * mm-util.el (mm-image-load-path): Likewise.
14412         * smiley.el (smiley-data-directory): Search for smilies in
14413         etc/images/smilies.
14414
14415 2005-02-09  Kim F. Storm  <storm@cua.dk>
14416
14417         Change Emacs release version from 21.4 to 22.1 throughout.
14418         Change Emacs development version from 21.3.50 to 22.0.50.
14419
14420 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14421
14422         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
14423
14424         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
14425         non-Mule XEmacs as well.
14426         (mm-decompress-buffer): Signal an error intentionally if it does
14427         not decompress compressed data because auto-compression-mode is
14428         disabled.
14429
14430 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
14431
14432         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
14433         an ID in the registry even if it has no groups.
14434
14435 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14436
14437         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
14438         merge it into mm-decompress-buffer.
14439         (gnus-mime-copy-part): Use the MIME part charset, the value which
14440         a user specified or gnus-newsgroup-charset for decoding, like
14441         gnus-mime-inline-part does; set buffer-file-coding-system to tell
14442         save-buffer what was used.  Suggested by Kevin Ryde
14443         <user42@zip.com.au>.
14444         (gnus-mime-inline-part): Allow the name parameter as well as the
14445         filename parameter; force decompressing of compressed data; always
14446         display contents being not decoded as unibyte.
14447
14448         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
14449         as well as the filename parameter.
14450
14451         * mm-util.el (mm-decompress-buffer): Merge
14452         gnus-mime-jka-compr-maybe-uncompress.
14453         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
14454         of compressed data.
14455
14456 2005-02-08  Simon Josefsson  <jas@extundo.com>
14457
14458         * imap.el (imap-log): Doc fix.
14459
14460 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14461
14462         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
14463         the coding cookies; decompress compressed parts.
14464
14465         * mml.el (mml-generate-mime-1): Add the charset parameter according
14466         to the value which a user specified manually or the coding cookie.
14467
14468         * mm-util.el (mm-string-to-multibyte): New function.
14469         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
14470         (mm-coding-system-to-mime-charset): New function.
14471         (mm-decompress-buffer): New function.
14472         (mm-find-buffer-file-coding-system): New function.
14473
14474         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
14475         (mm-display-inline-fontify): Rewrite for decoding and decompressing
14476         parts.
14477
14478 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14479
14480         * mm-view.el (mm-display-inline-fontify): Decode a part according
14481         to the charset parameter.
14482
14483 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14484
14485         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
14486         prefix arg is neither nil nor a number, as info specifies.
14487
14488 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14489
14490         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
14491         timestamps.
14492
14493 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
14494
14495         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
14496         groups error checking and notify user.
14497
14498 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
14499
14500         * message.el (message-send-mail-function): Check existence of
14501         sendmail-program first before using default value
14502         `message-send-mail-with-sendmail'.  Otherwise use more generic
14503         `smtpmail-send-it'.
14504
14505 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14506
14507         * nntp.el (nntp-request-update-info): Always return nil.
14508
14509 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14510
14511         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
14512
14513 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14514
14515         * message.el (message-beginning-of-line): Change the behavior when
14516         invoked between BOL and : so that it first moves backward.
14517
14518 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14519
14520         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
14521         article buffer when editing of the article is discarded.
14522         (gnus-article-prepare): Revert.
14523
14524 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14525
14526         * gnus-art.el (gnus-article-prepare):
14527         Remove message-strip-forbidden-properties from the local hook.
14528
14529 2005-01-27  Simon Josefsson  <jas@extundo.com>
14530
14531         * password.el (password-cache-add): Only start one timer per key.
14532         Reported by Derek Atkins <warlord@MIT.EDU>.
14533
14534 2005-01-26  Steve Youngs  <steve@sxemacs.org>
14535
14536         * run-at-time.el: Removed.  It is no longer needed as
14537         timer-funcs.el in the xemacs-base package has a working version of
14538         `run-at-time'.
14539
14540         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
14541
14542         * password.el: Require timer-funcs instead of run-at-time in
14543         XEmacs.
14544         Remove `password-run-at-time' macro.
14545         (password-cache-add): Use `run-at-time' instead of
14546         `password-run-at-time'.
14547
14548         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
14549         Remove `nnheader-cancel-function-timers' alias,
14550         `cancel-function-timers' exists in XEmacs in timer-funcs.
14551
14552         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
14553         for `run-with-idle-timer'.
14554
14555         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
14556         for `run-at-time'.
14557
14558         * mm-url.el: Require timer-funcs at compile time when in XEmacs
14559         for `with-timeout'.
14560
14561         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
14562         the same as for XEmacs 21.4.
14563         No need to ignore `run-with-idle-timer', this function exists in
14564         XEmacs now in timer-funcs.el in the xemacs-base package.
14565         (dgnushack-compile): No need to delete
14566         run-at-time.el from the list of files to compile because it
14567         doesn't exist anymore.
14568
14569 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14570
14571         * mml.el (mml-generate-mime-1): Convert string into unibyte when
14572         inserting " *mml*" buffer's contents into a unibyte temp buffer.
14573
14574 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
14575
14576         * mail-source.el (mail-source-fetch-imap): Search for ^From case
14577         sensitively.
14578
14579 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
14580
14581         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
14582
14583 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14584
14585         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
14586         which will be inserted according to the multibyteness of a buffer
14587         rather than the type of contents.  Suggested by ARISAWA Akihiro
14588         <ari@mbf.ocn.ne.jp>.
14589
14590         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
14591         of string which old xml.el may return rather than a string.
14592
14593 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14594
14595         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
14596
14597 2005-01-16  Simon Josefsson  <jas@extundo.com>
14598
14599         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
14600         idn/idna.el isn't available.
14601         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
14602         <michael@waxrat.com>.
14603
14604         * hashcash.el: Remove non-FSF copyright header.
14605
14606         * hashcash.el (hashcash-extra-generate-parameters): New variable.
14607         (hashcash-generate-payment): Use it.
14608         (hashcash-generate-payment-async): Use it.
14609
14610 2005-01-15  Simon Josefsson  <jas@extundo.com>
14611
14612         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
14613         Suggested by Raymond Scholz <ray-2005@zonix.de>.
14614
14615         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
14616         gnus-summary-idna-message.
14617         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
14618         (gnus-summary-idna-message): New function.
14619
14620 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14621
14622         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
14623         gnus-novice-user.
14624
14625 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14626
14627         * nnrss.el (nnrss-request-delete-group): Delete entries in
14628         nnrss-group-alist as well.
14629         (nnrss-save-server-data): Insert newline.
14630
14631 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
14632
14633         * gnus.el (gnus-user-agent): Use list of symbols instead of
14634         symbols.  Display full version number for (S)XEmacs.  Optionally
14635         display (S)XEmacs codename.
14636
14637         * gnus-util.el (gnus-emacs-version): Update for new
14638         `gnus-user-agent'.
14639
14640         * gnus-msg.el (gnus-extended-version): Make it possible to omit
14641         Gnus version.
14642
14643 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14644
14645         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
14646         which is unreadable in some setups.
14647
14648 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14649
14650         * gnus-spec.el (gnus-update-format-specifications): Flush the
14651         group format spec cache if it doesn't support decoded group names.
14652
14653 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14654
14655         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
14656         Allow to apply decay on score files matching a regexp.
14657
14658 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14659
14660         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
14661         compatibility in %g and %c.
14662
14663 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14664
14665         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
14666         name for only %g and %c.
14667         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
14668         of gnus-tmp-group to decoded group name.
14669         (gnus-group-make-rss-group): Exclude `/'s from group names.
14670
14671 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14672
14673         * nnrss.el (nnrss-get-encoding): Fix regexp.
14674
14675 2004-12-27  Simon Josefsson  <jas@extundo.com>
14676
14677         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
14678         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
14679         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
14680
14681 2004-12-17  Kim F. Storm  <storm@cua.dk>
14682
14683         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
14684
14685         * gnus-sum.el (gnus-summary-mode-map): Likewise.
14686
14687 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14688
14689         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
14690
14691 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14692
14693         * nnrss.el: Require rfc2047 and mml.
14694         (nnrss-file-coding-system): New variable.
14695         (nnrss-format-string): Redefine it as an inline function.
14696         (nnrss-decode-group-name): New function.
14697         (nnrss-string-as-multibyte): Remove.
14698         (nnrss-retrieve-headers): Decode group name; don't use
14699         nnrss-format-string.
14700         (nnrss-request-group): Decode group name.
14701         (nnrss-request-article): Decode group name; allow a Message-ID as
14702         well as an article number; don't use nnrss-format-string; encode a
14703         Message-ID string which may contain non-ASCII characters; use
14704         mml-to-mime to compose a MIME article.
14705         (nnrss-request-expire-articles): Decode group name.
14706         (nnrss-request-delete-group): Decode group name.
14707         (nnrss-fetch): Clarify error message.
14708         (nnrss-read-server-data): Use insert-file-contents instead of load;
14709         bind file-name-coding-system; use multibyte buffer.
14710         (nnrss-save-server-data): Bind coding-system-for-write to the
14711         value of nnrss-file-coding-system; bind file-name-coding-system;
14712         add coding cookie.
14713         (nnrss-read-group-data): Use insert-file-contents instead of load;
14714         bind file-name-coding-system; use multibyte buffer.
14715         (nnrss-save-group-data): Bind coding-system-for-write to the
14716         value of nnrss-file-coding-system; bind file-name-coding-system.
14717         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
14718         make it work with non-ASCII text.
14719         (nnrss-find-el): Make it work with old xml.el as well.
14720
14721 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14722
14723         * nnrss.el (nnrss-get-encoding): New function.
14724         (nnrss-fetch): Use unibyte buffer initially; bind
14725         coding-system-for-read while performing mm-url-insert; remove ^Ms;
14726         decode contents according to the encoding attribute.
14727         (nnrss-save-group-data): Add coding cookie.
14728         (nnrss-mime-encode-string): New function.
14729         (nnrss-check-group): Use it to encode subject and author.
14730
14731 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
14732
14733         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
14734         imaginary variable.
14735
14736 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14737
14738         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
14739         correctly even if there are wide characters.
14740
14741 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14742
14743         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
14744         downcased symbol names; make a new cache instead of reusing
14745         bbdb-hashtable.
14746
14747 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14748
14749         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14750         concatenating segments rather than before concatenating them.
14751         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14752
14753         * message.el (message-get-reply-headers): Bind `extra'.
14754
14755 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14756
14757         * message.el (message-extra-wide-headers): New variable.
14758         (message-get-reply-headers): Use it.
14759
14760 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14761
14762         * gnus-agent.el (gnus-agent-group-path): Decode group name.
14763         (gnus-agent-group-pathname): Ditto.
14764
14765         * gnus-cache.el (gnus-cache-file-name): Decode group name.
14766
14767         * gnus-group.el (gnus-group-make-group): Decode group name.
14768         (gnus-group-make-rss-group): Register the group data after opening
14769         the nnrss group.
14770
14771 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
14772
14773         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
14774         by expiry now get marked as read.
14775
14776 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14777
14778         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
14779
14780 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
14781
14782         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
14783         unify Latin characters in XEmacs.
14784         (mm-find-mime-charset-region): Use it.
14785
14786 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14787
14788         * gnus-util.el (gnus-delete-directory): New function.
14789
14790         * gnus-agent.el (gnus-agent-delete-group): Use it.
14791
14792         * gnus-cache.el (gnus-cache-delete-group): Use it.
14793
14794 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14795
14796         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
14797         names.
14798
14799 2004-12-16  Simon Josefsson  <jas@extundo.com>
14800
14801         * hashcash.el (hashcash-payment-alist): Fix custom :type.
14802
14803 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14804
14805         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
14806
14807         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
14808         (gnus-group-set-current-level): Decode group name.
14809
14810 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
14811
14812         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
14813         failed.
14814
14815 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14816
14817         * gnus-group.el (gnus-group-delete-group): Decode group name.
14818         (gnus-group-make-rss-group): Encode group name.
14819         (gnus-group-catchup-current): Decode group name.
14820         (gnus-group-kill-group): Decode group name.
14821
14822 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14823
14824         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
14825
14826 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14827
14828         * gnus-group.el (gnus-group-make-rss-group):
14829         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
14830
14831         * gnus-start.el (gnus-setup-news): Honor user's setting to
14832         gnus-message-archive-method.  Suggested by Lute Kamstra
14833         <lute@gnu.org>.
14834
14835 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
14836
14837         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
14838         global counterparts of the buffer-local variables.
14839
14840 2004-11-16  Romain Francoise  <romain@orebokech.com>
14841
14842         * gnus-sum.el (gnus-summary-exit): Don't clear the global
14843         counterparts of the buffer-local variables.
14844
14845 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14846
14847         * message.el (message-forbidden-properties): Fixed typo in doc
14848         string.
14849
14850 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14851
14852         * gnus-util.el (gnus-replace-in-string): Added doc string.
14853
14854         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
14855         to avoid problems when splitting mails with many recipients.
14856
14857 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14858
14859         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
14860         pop-to-buffer, covered by the subsequent gnus-configure-windows.
14861
14862 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
14863
14864         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
14865         if there is no hashtable in memory or file modification time is
14866         newer than cached timestamp.
14867
14868 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14869
14870         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
14871         not-matching option.
14872
14873 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
14874
14875         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
14876         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
14877         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14878         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
14879         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
14880         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
14881
14882 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14883
14884         * message.el (message-forward-make-body-mml): Remove headers
14885         according to message-forward-ignored-headers if a message is decoded.
14886
14887 2004-12-02  Romain Francoise  <romain@orebokech.com>
14888
14889         * message.el (message-forward-make-body-plain): Always remove
14890         headers according to message-forward-ignored-headers.
14891
14892 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
14893
14894         * spam.el (spam-summary-prepare-exit): Remove the
14895         gnus-summary-limit pop for now, it has problems with ham marks for
14896         me.
14897
14898 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
14899
14900         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
14901         correctly.
14902
14903 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
14904
14905         * format-spec.el (format-spec): Message the char.
14906
14907 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
14908
14909         * gnus-art.el (gnus-split-methods): Reformat comments.
14910
14911         * spam.el (spam-summary-prepare-exit): Remove article limits
14912         before exiting the summary buffer.
14913
14914 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14915
14916         * lpath.el: Remove bbdb-create-internal, bbdb-records,
14917         spam-BBDB-register-routine and spam-enter-ham-BBDB.
14918
14919         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
14920         order to silence the byte compiler.
14921
14922         * spam.el: Fix the way to silence the byte compiler, which
14923         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
14924         bbdb-search-simple, spam-BBDB-register-routine,
14925         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
14926         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
14927         spam-stat-buffer-is-spam, spam-stat-load,
14928         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
14929         spam-stat-save and spam-stat-split-fancy.
14930
14931 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14932
14933         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
14934         which may confuse users.
14935         (canlock-password-for-verify): Ditto.
14936
14937         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
14938
14939         * gnus-art.el (gnus-emphasis-alist): Ditto.
14940
14941         * gnus-registry.el (gnus-registry-max-entries): Ditto.
14942
14943         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
14944
14945         * gnus-start.el (gnus-save-killed-list): Ditto.
14946
14947         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
14948         (gnus-sum-thread-tree-root): Ditto.
14949         (gnus-sum-thread-tree-false-root): Ditto.
14950         (gnus-sum-thread-tree-single-indent): Ditto.
14951
14952         * message.el (message-courtesy-message): Ditto.
14953         (message-archive-note): Ditto.
14954         (message-subscribed-address-file): Ditto.
14955         (message-user-fqdn): Ditto.
14956
14957         * spam-report.el (spam-report-gmane-regex): Ditto.
14958
14959         * spam.el (spam-blackhole-good-server-regex): Ditto.
14960
14961 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14962
14963         * mml.el (mml-preview): Widen the message buffer before copying
14964         the contents to the preview buffer; sort headers before previewing.
14965
14966         * message.el (message-hidden-headers): Fix the way to avoid a bug
14967         in the `repeat' widget in Emacs 21.3 or earlier.
14968
14969 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14970
14971         * message.el (message-hidden-headers): Default to "^References:".
14972         Improve customization type.  Suggested by Reiner Steib
14973         <Reiner.Steib@gmx.de>.
14974
14975 2004-11-25  Romain Francoise  <romain@orebokech.com>
14976
14977         * message.el (message-strip-forbidden-properties): Remove check for
14978         obsolete `message-hidden' text property, hidden headers are not
14979         accessible in the buffer anymore.
14980
14981 2004-11-22  Romain Francoise  <romain@orebokech.com>
14982
14983         * message.el (message-header-format-alist): Add `From' in list
14984         so that it can be sorted.
14985         (message-fix-before-sending): Widen and sort headers before
14986         sending.
14987         (message-hide-headers): Use narrowing to hide headers by moving
14988         them to the top of the buffer and narrowing to the region
14989         underneath.
14990
14991 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14992
14993         * message.el (message-strip-forbidden-properties): Bind
14994         buffer-read-only (etc) to nil.
14995
14996 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14997
14998         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
14999         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15000
15001 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
15002
15003         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
15004
15005 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15006
15007         * dns.el (query-dns): Use sit-for to time instead of
15008         accept-process-output, since that doesn't seem to work on udp
15009         sockets.
15010
15011 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15012
15013         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
15014
15015 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
15016
15017         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
15018         doc string.  Improve doc string.
15019
15020 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15021
15022         * nntp.el (nntp-request-update-info): Return nil if
15023         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
15024         may not call gnus-activate-group which uselessly issues the GROUP
15025         commands for all nntp groups and wastes time.  Reported by Romain
15026         Francoise <romain@orebokech.com>.
15027
15028         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
15029
15030 2004-11-15  Simon Josefsson  <jas@extundo.com>
15031
15032         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
15033         headers separately.
15034         (gnus-button-openpgp): New function, inspired by Jochen Küpper
15035         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
15036
15037 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15038
15039         * gnus-start.el (gnus-convert-old-newsrc):
15040         Assign legacy-gnus-agent to 5.10.7.
15041
15042 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15043
15044         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
15045         start of the lines.
15046
15047 2004-11-14  Magnus Henoch  <mange@freemail.hu>
15048
15049         * hashcash.el (hashcash-default-payment): Change default to 20.
15050         (hashcash-default-accept-payment): Change default to 20.
15051         (hashcash-process-alist): New variable.
15052         (hashcash-generate-payment-async): Add.
15053         (hashcash-already-paid-p): Add.
15054         (hashcash-insert-payment): Don't generate payments twice.
15055         (hashcash-insert-payment-async): Add.
15056         (hashcash-insert-payment-async-2): Add.
15057         (hashcash-cancel-async): Add.
15058         (hashcash-wait-async): Add.
15059         (hashcash-processes-running-p): Add.
15060         (hashcash-wait-or-cancel): Add.
15061         (mail-add-payment): New optional argument.  Conditionally start
15062         asynchronous calculation.
15063         (mail-add-payment-async): Add.
15064
15065         * message.el (message-send-mail): Wait for asynchronous hashcash
15066         results.  Don't clobber existing X-Hashcash headers.
15067         (message-setup-1): Call mail-add-payment-async when
15068         message-generate-hashcash is non-nil.
15069
15070 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15071
15072         * message.el (message-use-alternative-email-as-from): Examine the
15073         From header as well; use message-make-from in order to include a
15074         user's full name.
15075
15076 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15077
15078         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
15079         default; improve customization type.
15080         (gnus-emphasis-custom-with-format): New macro.
15081         (gnus-emphasis-custom-value-to-external): New function.
15082         (gnus-emphasis-custom-value-to-internal): New function.
15083
15084 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15085
15086         * dns.el (query-dns): Resolve reverse addresses.
15087
15088 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15089
15090         * gnus-group.el (gnus-group-get-new-news): Use it.
15091
15092         * gnus-start.el (gnus-check-reasonable-setup): New function.
15093
15094 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15095
15096         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
15097         "Args out of range" error.  Reported by Arnaud Giersch
15098         <arnaud.giersch@free.fr>.
15099
15100 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15101
15102         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
15103
15104 2004-11-04  Richard M. Stallman  <rms@gnu.org>
15105
15106         * spam.el (spam group): Add :version.
15107
15108         * pgg-def.el (pgg group): Add :version.
15109
15110 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15111
15112         * gnus-art.el (gnus-article-edit-article): Don't associate the
15113         article buffer with a draft file.  This is a temporary measure
15114         against the 2004-08-22 change to gnus-article-edit-mode.
15115
15116 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15117
15118         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
15119         (html2text-format-tags): Remove unused variable `attr'.
15120
15121 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15122
15123         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
15124
15125         * tls.el (tls-process-connection-type, tls-success)
15126         (tls-certtool-program): Add :version.
15127
15128         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
15129         (starttls-extra-arguments, starttls-process-connection-type)
15130         (starttls-connect, starttls-failure, starttls-success): Add :version.
15131
15132         * spam-stat.el (spam-stat): Add :version.
15133
15134         * sieve.el (sieve): Add :version.
15135
15136         * sha1.el (sha1): Add :version.
15137         (sha1-use-external): Remove redundant version.
15138
15139         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
15140         (nnmail-cache-ignore-groups, nnmail-spool-hook)
15141         (nnmail-split-fancy-match-partial-words)
15142         (nnmail-split-lowercase-expanded): Add :version.
15143
15144         * nndiary.el (nndiary): Add :version.
15145
15146         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
15147
15148         * mml-sec.el (mml-default-sign-method)
15149         (mml-default-encrypt-method, mml-signencrypt-style-alist):
15150         Add :version.
15151
15152         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
15153
15154         * mm-url.el (mm-url-use-external, mm-url-program)
15155         (mm-url-arguments): Add :version.
15156
15157         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
15158         (mm-attachment-file-modes, mm-decrypt-option)
15159         (mm-w3m-safe-url-regexp): Add :version.
15160
15161         * message.el (message-cite-prefix-regexp)
15162         (message-sendmail-envelope-from, message-minibuffer-local-map)
15163         (message-user-fqdn, message-completion-alist): Add :version.
15164
15165         * gnus-win.el (gnus-configure-windows-hook)
15166         (gnus-use-frames-on-any-display): Add :version.
15167
15168         * gnus-art.el (gnus-article-address-banner-alist)
15169         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
15170         (gnus-treat-from-picon, gnus-treat-mail-picon)
15171         (gnus-treat-x-pgp-sig): Add :version.
15172
15173         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
15174         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
15175         (gnus-summary-article-delete-hook)
15176         (gnus-summary-display-while-building): Add :version.
15177
15178         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
15179         (gnus-get-top-new-news-hook): Add :version.
15180
15181         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15182         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
15183
15184         * gnus-registry.el (gnus-registry): Add :version.
15185
15186         * gnus-spec.el (gnus-use-correct-string-widths)
15187         (gnus-make-format-preserve-properties): Add :version.
15188
15189         * gnus.el (gnus-group-charter-alist)
15190         (gnus-group-fetch-control-use-browse-url)
15191         (gnus-install-group-spam-parameters): Add :version.
15192
15193         * gnus-diary.el (gnus-diary): Add :version.
15194
15195         * gnus-delay.el (gnus-delay): Add :version.
15196
15197         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
15198         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
15199         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
15200         Add :version.
15201
15202         * gnus-agent.el (gnus-agent-max-fetch-size)
15203         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
15204         (gnus-agent-prompt-send-queue): Add :version.
15205
15206         * deuglify.el (gnus-outlook-deuglify): Add :version.
15207
15208         * html2text.el: Beautify code.  Improve doc strings.  Some
15209         checkdoc cleanup.
15210         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
15211
15212 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
15213
15214         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
15215
15216 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
15217
15218         * gnus-registry.el (gnus-registry-hashtb): Create the registry
15219         when package is loaded.
15220
15221         * spam.el (spam-summary-score-preferred-header): Add global preference
15222         for people who want to override the default SpamAssassin over
15223         Bogofilter preference (when both are set).
15224         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
15225         (spam-user-format-function-S): Check
15226         spam-summary-score-preferred-header.
15227         (spam-extra-header-to-number): Add X-Bogosity header parsing.
15228         (spam-user-format-function-S): Format the score correctly.
15229
15230 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15231
15232         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
15233         signature file.  Suggested by Manoj Srivastava
15234         <srivasta@golden-gryphon.com>.
15235
15236         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
15237         iso-2022-jp even in the Japanese language environment.
15238         Suggested by Jason Rumney <jasonr@gnu.org>.
15239
15240 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15241
15242         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
15243         use the same characters as the dummy marks; make it free from
15244         getting affected by the language environment.
15245         (gnus-summary-read-group-1): Update mark positions only when the
15246         format spec is updated.
15247
15248         * gnus-spec.el (gnus-update-format-specifications): Return a list
15249         of updated types.
15250
15251 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15252
15253         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
15254         of boundp to check if display-warning is available.
15255
15256 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
15257
15258         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
15259
15260 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15261
15262         * nnspool.el (nnspool-spool-directory): Use news-path if the
15263         news-directory variable is not bound.
15264
15265         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
15266         function instead of display-warning if it is not available.
15267
15268 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15269
15270         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
15271         v5-10: Use `point-at-bol'.
15272
15273 2004-10-26  Simon Josefsson  <jas@extundo.com>
15274
15275         * hashcash.el: Fix URL in comment, reported by Cheng Gao
15276         <chenggao@gmail.com>.
15277
15278 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15279
15280         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
15281         instead.
15282
15283 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
15284
15285         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
15286         to remove a server from the nnimap-server-buffer-alist.
15287         (nnimap-open-connection, nnimap-close-server): Use it.
15288
15289         * gnus-encrypt.el: Remove file in favor of encrypt.el.
15290
15291 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15292
15293         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
15294         running the major-mode function.
15295
15296 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15297
15298         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
15299         dummy marks in the right way.
15300
15301 2004-10-18  David Edmondson  <dme@dme.org>
15302
15303         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
15304         excessively.
15305
15306 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
15307
15308         * gnus-util.el (gnus-split-references): Accept a nil references
15309         string and go on blissfully.
15310
15311         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
15312         cases where the references string is non-nil but has no references.
15313
15314         * encrypt.el: Add autoload tags.
15315
15316         * spam.el (spam-resolve-registrations-routine): Remove article
15317         from unregistration list too.  Reported by David Hanak
15318         <dhanak@isis.vanderbilt.edu>
15319
15320 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
15321
15322         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
15323         nil.  Changed custom type.
15324
15325 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
15326
15327         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
15328
15329         * gnus-sum.el (gnus-summary-move-article): Use it.
15330
15331 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
15332
15333         * encrypt.el: Add autoload cookies.
15334
15335         * spam.el (spam-backend-article-list-property)
15336         (spam-backend-get-article-todo-list)
15337         (spam-backend-put-article-todo-list)
15338         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
15339         Resolve registrations separately.
15340         (spam-register-routine): Format comments.
15341         (spam-unregister-routine, spam-register-routine): Always call with
15342         specific-articles, no default list.
15343         (spam-summary-prepare-exit): Use the spam-classifications function.
15344
15345         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
15346         gnus-encrypt.el.
15347
15348         * encrypt.el: Copied from gnus-encrypt.el.
15349
15350         * gnus-encrypt.el: Commented that it's obsolete.
15351
15352 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15353
15354         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
15355         (gnus-score-save): Use it.
15356
15357         * message.el (message-bury): Use `window-dedicated-p'.
15358
15359 2004-10-15  Simon Josefsson  <jas@extundo.com>
15360
15361         * pop3.el (top-level): Don't require nnheader.
15362         (pop3-read-timeout): Add.
15363         (pop3-accept-process-output): Add.
15364         (pop3-read-response, pop3-retr): Use it.
15365
15366 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
15367
15368         * spam.el (spam-register-routine): Move comment.
15369         (spam-verify-bogofilter): Use 'unknown for the initial
15370         spam-bogofilter-valid state, not 'never.
15371
15372         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
15373         for netrc-machine.
15374
15375         * nnimap.el (nnimap-open-connection): Use
15376         netrc-machine-user-or-password.
15377
15378 2004-10-17  Richard M. Stallman  <rms@gnu.org>
15379
15380         * gnus-registry.el (gnus-registry-unload-hook):
15381         Set as a variable with add-hook.
15382
15383         * nnspool.el (nnspool-spool-directory): Use news-directory instead
15384         of news-path.
15385
15386         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
15387
15388         * spam.el: Delete duplicate `provide'.
15389         (spam-unload-hook): Set as a variable with add-hook.
15390
15391 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15392
15393         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
15394         in the doc string.
15395
15396         * message.el (message-ignored-news-headers)
15397         (message-ignored-supersedes-headers)
15398         (message-ignored-resent-headers)
15399         (message-forward-ignored-headers): Improve custom type.
15400
15401 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15402
15403         * message.el (message-tokenize-header): Fix 2004-09-06 change
15404         which used point-min in the wrong place.
15405
15406 2004-10-12  Simon Josefsson  <jas@extundo.com>
15407
15408         * tls.el (tls-certtool-program): New variable.
15409         (tls-certificate-information): New function, based on
15410         ssl-certificate-information.
15411
15412 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15413
15414         * compface.el: Move the version of ELisp-based uncompface program
15415         to the contrib directory because of the copyright problem.
15416
15417 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15418
15419         * message.el (message-kill-buffer): Raise the current frame.
15420
15421 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15422
15423         * gnus-sum.el: Mention that multibyte characters don't work as marks.
15424
15425         * gnus.el (message-y-or-n-p): Autoload.
15426
15427         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
15428         (pop3-password-required, pop3-authentication-scheme)
15429         (pop3-leave-mail-on-server): Made customizable.
15430         (pop3): New custom group.
15431         (pop3-retr): Remove `sleep-for' statements.
15432         Suggested by Dave Love <fx@gnu.org>.
15433
15434         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
15435         Windows/DOS.
15436
15437         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15438         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
15439         Dave Love <fx@gnu.org>.
15440
15441         * mml.el (mml-minibuffer-read-disposition): Require match.
15442         Suggested by Dave Love <fx@gnu.org>.
15443
15444 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15445
15446         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
15447         doc string.
15448
15449 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15450
15451         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
15452
15453 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15454
15455         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
15456         instead of calling `mm-insert-inline', to decode text/* parts
15457         before displaying them.
15458
15459 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15460
15461         * mm-uu.el (mm-uu-text-plain-type): New variable.
15462         (mm-uu-pgp-signed-extract-1): Use it.
15463         (mm-uu-pgp-encrypted-extract-1): Use it.
15464         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
15465         bind mm-uu-text-plain-type with that value.
15466         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
15467         mm-uu-dissect.
15468
15469 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15470
15471         * gnus-group.el (gnus-update-group-mark-positions):
15472         * gnus-sum.el (gnus-update-summary-mark-positions):
15473         * message.el (message-check-news-body-syntax):
15474         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
15475         of string-as-multibyte.
15476
15477 2004-10-05  Juri Linkov  <juri@jurta.org>
15478
15479         * gnus-group.el (gnus-update-group-mark-positions):
15480         * gnus-sum.el (gnus-update-summary-mark-positions):
15481         * message.el (message-check-news-body-syntax):
15482         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
15483         8-bit unibyte values to a multibyte string for search functions.
15484
15485 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15486
15487         * mm-uu.el (mm-uu-dissect): Allow optional arg.
15488         (mm-uu-dissect-text-parts): New function.
15489
15490         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
15491         dissect text parts.
15492
15493         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
15494         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
15495
15496         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
15497
15498         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
15499         gnus-current-topics instead of gnus-current-topic.
15500
15501 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
15502
15503         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
15504
15505 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
15506
15507         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
15508         where approriate.
15509
15510         * nnml.el (nnml-generate-active-info): do.
15511
15512         * nndiary.el (nndiary-generate-active-info): do.
15513
15514         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
15515         (gnus-topic-move): do.
15516
15517         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
15518         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
15519
15520         * gnus-srvr.el (gnus-server-prepare)
15521         (gnus-server-open-all-servers): do.
15522
15523         * gnus-msg.el (gnus-summary-cancel-article)
15524         (gnus-summary-resend-message)
15525         (gnus-summary-mail-crosspost-complaint): do.
15526
15527         * gnus-move.el (gnus-change-server): do.
15528
15529         * gnus-group.el (gnus-group-unmark-all-groups)
15530         (gnus-group-set-current-level): do.
15531
15532 2004-10-04  Simon Josefsson  <jas@extundo.com>
15533
15534         * message.el (message-generate-hashcash): Doc fix.
15535
15536 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
15537
15538         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
15539         avoid infinite recursion via gnus-get-function.
15540
15541 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
15542
15543         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
15544
15545         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
15546
15547         * nnmail.el (nnmail-split-history): do.
15548
15549         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
15550         (nnml-request-delete-group): do.
15551
15552         * nnslashdot.el (nnslashdot-read-groups): do.
15553
15554         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
15555         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
15556
15557         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
15558         (nnspool-sift-nov-with-sed): Use last.
15559         (nnspool-retrieve-headers-with-nov): Use mapc.
15560         (nnspool-request-newgroups): Use dolist.
15561         (nnspool-request-group): Use last.
15562
15563         * nntp.el (nntp-read-server-type): Use dolist.
15564
15565         * nnvirtual.el (nnvirtual-create-mapping)
15566         (nnvirtual-update-read-and-marked): Use dolist.
15567         (nnvirtual-convert-headers): Simplify.
15568
15569 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15570
15571         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
15572         support for sync'ing tick marks.
15573
15574 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15575
15576         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
15577         there's no visible header.
15578
15579 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15580
15581         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
15582         necessary, pass full group name to gnus-request-set-marks.
15583
15584 2004-10-01  Simon Josefsson  <jas@extundo.com>
15585
15586         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
15587         acroread.
15588
15589 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15590
15591         * spam-report.el (spam-report-gmane): Fix interactive.
15592
15593         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
15594
15595         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
15596         when writing file.
15597         (gnus-agent-synchronize-flags): Don't default to being
15598         interactive.
15599
15600 2004-09-30  Simon Josefsson  <jas@extundo.com>
15601
15602         * message.el (message-generate-hashcash): Add.
15603         (message-send-mail): Use it, call mail-add-payment.
15604
15605 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15606
15607         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
15608
15609 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
15610
15611         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
15612         gnus-requst-update-info with explicit code to sync the in-memory
15613         info read flags with the marks being sync'd to the backend.
15614
15615         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
15616
15617 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15618
15619         * spam.el (spam-verify-bogofilter): Add new function.
15620         (spam-check-bogofilter)
15621         (spam-bogofilter-register-with-bogofilter): Use it.
15622         (spam-verify-bogofilter): Add small fixes.
15623
15624 2004-09-28  Simon Josefsson  <jas@extundo.com>
15625
15626         * hashcash.el (hashcash-generate-payment): Revert.
15627
15628 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15629
15630         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
15631         gnus-extract-references instead of gnus-split-references.
15632
15633         * gnus-util.el (gnus-extract-references): Add new function, analogous
15634         to gnus-split-references but extracts only the message-ID without
15635         anything extra.
15636
15637         * hashcash.el (hashcash-generate-payment)
15638         (hashcash-check-payment): Do the right thing if hashcash-path is
15639         nil (because the hashcash program could not be found).
15640
15641         * spam.el (spam-use-hashcash): Remove comment.
15642
15643 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
15644
15645         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
15646         (gnus-cache-enter-article, gnus-cache-remove-article)
15647         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
15648
15649         * gnus-async.el (gnus-async-prefetch-remove-group): do.
15650
15651         * gnus-art.el (article-hide-boring-headers)
15652         (article-translate-strings, article-display-face)
15653         (gnus-article-mime-match-handle-first)
15654         (gnus-article-highlight-headers)
15655         (gnus-article-add-buttons-to-head): do.
15656
15657 2004-09-27  Simon Josefsson  <jas@extundo.com>
15658
15659         * hashcash.el: New version, from
15660         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
15661         ../contrib/.
15662
15663 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15664
15665         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
15666
15667 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
15668
15669         * gnus-dup.el (gnus-dup-open): Use mapc.
15670         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
15671
15672         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
15673         Reported by Stefan Wiens <s.wi@gmx.net>.
15674
15675         * gnus.el (gnus-shutdown): Use dolist.
15676
15677         * gnus-undo.el (gnus-undo): Use mapc.
15678
15679         * nnrss.el (nnrss-generate-active): do.
15680
15681         * message.el (message-cite-original-without-signature)
15682         (message-cite-original): Use mapc.
15683         (message-do-actions, message-make-forward-subject): Use dolist.
15684
15685 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15686
15687         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
15688         deletion to remove entire duplicate line.  Fixes merged article
15689         number bug.
15690
15691 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15692
15693         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
15694         servers that are offline.  Avoids having gnus-agent-toggle-plugged
15695         first ask if you want to open a server and then, even when you
15696         responded with no, asking if you want to synchronize the server's
15697         flags.
15698         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
15699         multi-line expressions.
15700         (gnus-agent-synchronize-group-flags): New internal function.
15701         Updates marks in memory (in the info structure) AND in the
15702         backend.
15703
15704         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
15705
15706         * nnagent.el (nnagent-request-set-mark): Use
15707         gnus-agent-synchronize-group-flags, not backend's request-set-mark
15708         method, to ensure that synchronization updates marks in the
15709         backend and in the info (in memory) structure.
15710
15711 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15712
15713         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
15714         convention fully; don't miss the root article of a thread; make
15715         the X-Draft-From header with correct article numbers.
15716
15717 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
15718
15719         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
15720         unless plugged.  Disable the agent so that an open failure causes
15721         an error.
15722
15723         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
15724         Reverted 2004-09-21 change.  The backend must be opened while
15725         synchronizing flags even when the backend stores the flags
15726         locally.
15727
15728 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
15729
15730         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
15731         in `header' match.  Reported by Svend Tollak Munkejord.
15732
15733         * message.el (message-cite-original): Fix use of
15734         `message-cite-articles-with-x-no-archive'.
15735
15736 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15737
15738         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
15739         (gnus-window-to-buffer): Ditto.
15740
15741         * mml.el (mml-preview-buffer): New variable.
15742         (mml-preview): Manage window layout with gnus-buffer-configuration.
15743
15744         * gnus-msg.el (gnus-setup-message): Put article numbers into the
15745         X-Draft-From header even if those articles aren't quoted.
15746
15747 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
15748
15749         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
15750         (gnus-request-set-mark, gnus-request-update-mark): Use new
15751         g-s-t-u-l-m to decide to use backend even when unplugged.
15752
15753 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15754
15755         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
15756         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
15757
15758 2004-09-20  Simon Josefsson  <jas@extundo.com>
15759
15760         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
15761         "utf-16-le".
15762
15763 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15764
15765         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
15766
15767 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15768
15769         * uudecode.el (uudecode-use-external): Add :version.
15770
15771         * smime.el (smime-CA-file, smime-encrypt-cipher)
15772         (smime-dns-server): Add :version.
15773
15774         * smiley.el (gnus-smiley-file-types): Add :version.
15775
15776         * sha1.el (sha1-use-external): Add :version.
15777
15778         * pgg-def.el (pgg-query-keyserver): Add :version.
15779
15780         * nnmail.el (nnmail-fancy-expiry-targets)
15781         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
15782         Add :version.
15783
15784         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
15785         (nnimap-retrieve-groups-asynchronous): Add :version.
15786         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
15787
15788         * mml.el (mml-content-disposition-parameters)
15789         (mml-insert-mime-headers-always): Add :version.
15790
15791         * mm-util.el (mm-coding-system-priorities): Add :version.
15792
15793         * mm-decode.el (mm-inline-text-html-with-images)
15794         (mm-keep-viewer-alive-types, mm-external-terminal-program)
15795         (mm-verify-option): Add :version.
15796         (mm-text-html-renderer): Change :version.
15797
15798         * message.el (message-fcc-externalize-attachments)
15799         (message-required-headers, message-draft-headers)
15800         (message-subject-trailing-was-query)
15801         (message-subject-trailing-was-ask-regexp)
15802         (message-subject-trailing-was-regexp, message-mark-insert-begin)
15803         (message-mark-insert-end, message-archive-header)
15804         (message-archive-note, message-cross-post-default)
15805         (message-cross-post-note, message-followup-to-note)
15806         (message-cross-post-note-function, message-use-mail-followup-to)
15807         (message-subscribed-address-functions)
15808         (message-subscribed-address-file, message-subscribed-addresses)
15809         (message-subscribed-regexps, message-allow-no-recipients)
15810         (message-yank-cited-prefix, message-signature-insert-empty-line)
15811         (message-hidden-headers, message-hierarchical-addresses)
15812         (message-mail-user-agent, message-use-idna)
15813         (message-valid-fqdn-regexp)
15814         (message-strip-special-text-properties, message-header-synonyms)
15815         (message-beginning-of-line, message-tab-body-function): Add :version.
15816         (message-insert-canlock, message-wide-reply-confirm-recipients):
15817         Change :version.
15818
15819         * mail-source.el (mail-source-ignore-errors): Add :group, :type
15820         and :version.
15821         (mail-source-delete-old-incoming-confirm)
15822         (mail-source-movemail-program): Add :version.
15823
15824         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
15825         (gnus-agent-cache, gnus-agent): Change :version.
15826
15827         * gnus-util.el (gnus-use-byte-compile): Change :version.
15828
15829         * gnus-sum.el (gnus-summary-make-false-root-always)
15830         (gnus-summary-default-high-score)
15831         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
15832         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
15833         (gnus-read-all-available-headers, gnus-article-emulate-mime)
15834         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
15835         (gnus-sum-thread-tree-single-indent)
15836         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
15837         (gnus-sum-thread-tree-leaf-with-other)
15838         (gnus-sum-thread-tree-single-leaf): Add :version.
15839         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
15840         (gnus-article-loose-mime): Change :version.
15841
15842         * gnus-start.el (gnus-backup-startup-file)
15843         (gnus-save-startup-file-via-temp-buffer): Add :version.
15844
15845         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
15846         (gnus-server-offline-face): Add :version.
15847
15848         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
15849
15850         * gnus-msg.el (gnus-gcc-externalize-attachments)
15851         (gnus-debug-files, gnus-debug-exclude-variables)
15852         (gnus-discouraged-post-methods): Change :version.
15853         (gnus-confirm-mail-reply-to-news)
15854         (gnus-confirm-treat-mail-like-news): Add :version.
15855
15856         * gnus-int.el (gnus-server-unopen-status): Add :version.
15857
15858         * gnus-group.el (gnus-group-jump-to-group-prompt)
15859         (gnus-large-ephemeral-newsgroup)
15860         (gnus-fetch-old-ephemeral-headers): Add :version.
15861
15862         * gnus-fun.el (gnus-x-face-directory)
15863         (gnus-convert-pbm-to-x-face-command)
15864         (gnus-convert-image-to-x-face-command)
15865         (gnus-convert-image-to-face-command): Add :version.
15866
15867         * gnus-delay.el (gnus-delay-default-hour): Add :version.
15868
15869         * gnus-cite.el (gnus-cite-blank-line-after-header)
15870         (gnus-article-boring-faces): Add :version.
15871
15872         * gnus-art.el (gnus-buttonized-mime-types)
15873         (gnus-inhibit-mime-unbuttonizing)
15874         (gnus-treat-display-face)
15875         (gnus-treat-body-boundary): Change :version.
15876         (gnus-body-boundary-delimiter, gnus-picon-databases)
15877         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
15878         (gnus-treat-date-english, gnus-treat-fold-headers)
15879         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
15880         (gnus-treat-mail-picon, gnus-treat-wash-html)
15881         (gnus-article-encrypt-protocol)
15882         (gnus-use-idna, gnus-article-over-scroll)
15883         (gnus-mime-display-multipart-alternative-as-mixed)
15884         (gnus-mime-display-multipart-related-as-mixed)
15885         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
15886         (gnus-ctan-url, gnus-button-ctan-handler)
15887         (gnus-button-handle-ctan-bogus-regexp)
15888         (gnus-button-ctan-directory-regexp)
15889         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
15890         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
15891         (gnus-button-man-level, gnus-button-emacs-level)
15892         (gnus-button-message-level, gnus-button-browse-level): Add :version.
15893
15894         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
15895         (gnus-agent-go-online): Change :version.
15896         (gnus-agent-expire-unagentized-dirs)
15897         (gnus-agent-auto-agentize-methods): Add :version.
15898
15899         * flow-fill.el (fill-flowed-display-column)
15900         (fill-flowed-encode-column): Add :version.
15901
15902         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
15903         (gnus-outlook-deuglify-unwrap-max)
15904         (gnus-outlook-deuglify-cite-marks)
15905         (gnus-outlook-deuglify-unwrap-stop-chars)
15906         (gnus-outlook-deuglify-no-wrap-chars)
15907         (gnus-outlook-deuglify-attrib-cut-regexp)
15908         (gnus-outlook-deuglify-attrib-verb-regexp)
15909         (gnus-outlook-deuglify-attrib-end-regexp)
15910         (gnus-outlook-display-hook): Add :version.
15911
15912         * binhex.el (binhex-use-external): Add :version.
15913
15914 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
15915
15916         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
15917         and `invisible'.
15918
15919 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
15920
15921         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
15922         in gnus-registry-trim.
15923
15924 2004-09-13  Simon Josefsson  <jas@extundo.com>
15925
15926         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
15927
15928         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
15929
15930         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
15931         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15932         <yamaoka@jpl.org>.
15933         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
15934         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15935         <yamaoka@jpl.org>.
15936
15937         * sieve.el (sieve-manage-mode): Ditto.
15938
15939 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
15940
15941         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
15942
15943 2004-09-11  Simon Josefsson  <jas@extundo.com>
15944
15945         * dns-mode.el: Add.
15946
15947         * mm-view.el (mm-display-dns-inline): Add.
15948
15949         * mm-decode.el (mm-inline-media-tests): Add text/dns.
15950         (mm-automatic-display): Ditto.
15951
15952         * mailcap.el (mailcap-mime-data): Add text/dns.
15953         (mailcap-mime-extensions): Map .soa to text/dns.
15954
15955 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
15956
15957         * gnus-art.el (article-decode-mime-words, article-babel)
15958         (gnus-article-highlight-signature, gnus-article-add-buttons)
15959         (gnus-signature-toggle): Remove unnecessary bindings of
15960         `inhibit-read-only' inherited from v5.10 merge.
15961
15962 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
15963
15964         * nntp.el (nntp): New customization group.
15965         (nntp-authinfo-file): Add customization group.
15966
15967         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
15968
15969         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
15970
15971         * gnus.el (to-address, to-list, subscribed)
15972         (large-newsgroup-initial): Ditto.
15973
15974         * flow-fill.el (fill-flowed-display-column)
15975         (fill-flowed-encode-column): Ditto.
15976
15977 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15978
15979         * message.el (message-tokenize-header, message-send-mail-with-qmail):
15980         Use point-min rather than 1.
15981         (message-send-mail): Use buffer-size rather than point-max.
15982
15983         * gnus-sum.el (gnus-summary-search-article-forward):
15984         Signal a specific `search-failed' rather than a generic `error'.
15985
15986         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
15987         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
15988         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
15989
15990 2004-09-10  Simon Josefsson  <jas@extundo.com>
15991
15992         * nndb.el (require): Remove tcp and duplicate cl.
15993
15994 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15995
15996         * gnus-agent.el (directory-files-and-attributes): Move forward.
15997
15998 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15999
16000         * gnus-agent.el (directory-files-and-attributes): Optionally
16001         defined to support XEmacs.
16002
16003 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16004
16005         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
16006         to avoid run-time CL dependencies.
16007         (gnus-agent-unfetch-articles): New function.
16008         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
16009         article numbers even when local .overview file is missing.
16010         (gnus-agent-read-article-number): New function.  Only accepts
16011         27-bit article numbers.
16012         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
16013         gnus-agent-read-article-number.
16014         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
16015         from backend while recognizing that article numbers in .overview
16016         must be valid.
16017         (gnus-agent-update-files-total-fetched-for): Use
16018         directory-files-and-attributes to improve performance.
16019         * gnus-int.el (gnus-request-move-article): Use
16020         gnus-agent-unfetch-articles in place of gnus-agent-expire to
16021         improve performance.
16022
16023         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
16024         some users confused by references to .newsrc when they only have a
16025         .newsrc.eld file.
16026         (gnus-convert-mark-converter-prompt)
16027         (gnus-convert-converter-needs-prompt): Fixed use of property list.
16028         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
16029         New function.  Used internally to only display 'gnus converting
16030         files' message when actually necessary.
16031
16032         * gnus-sum.el (): Removed (require 'gnus-agent) as required
16033         methods now autoloaded.
16034
16035 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16036
16037         * gnus-sum.el (gnus-summary-insert-subject): Remove list
16038         identifiers.
16039
16040 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
16041
16042         * gnus-picon.el: Fix indentation and closing parenthesis.
16043
16044 2004-09-01  Simon Josefsson  <jas@extundo.com>
16045
16046         * message.el (message-canlock-generate): Require sha1, not
16047         sha1-el.  (Can we get rid of this require altogether?  It is ugly
16048         to require within a function.  Sadly, if sha1.el isn't loaded, the
16049         let binding in m-c-g will hide the defcustom definition, which is
16050         bad.)
16051
16052         * canlock.el: Require sha1, not sha1-el.
16053
16054         * message.el: Don't autoload sha1 (there is a autoload cookie in
16055         sha1.el).
16056
16057         * sha1-el.el: Renamed to sha1.el.
16058
16059 2004-08-30  Juanma Barranquero  <lektu@terra.es>
16060
16061         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
16062
16063 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16064
16065         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
16066
16067 2004-08-30  Kim F. Storm  <storm@cua.dk>
16068
16069         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
16070
16071         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
16072         Add :group 'nnimap.
16073
16074 2004-08-30  Andreas Schwab  <schwab@suse.de>
16075
16076         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
16077         ?* and ?\;.
16078
16079         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
16080         and ?\' to symbol instead of whitespace.
16081
16082 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16083
16084         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
16085
16086         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
16087         instead of re-search-forward.
16088
16089         * gnus-uu.el (gnus-uu-save-article): Ditto.
16090         (gnus-uu-post-encode-uuencode): Ditto.
16091
16092         * html2text.el (html2text-clean-list-items): Ditto.
16093         (html2text-clean-dtdd): Ditto.
16094         (html2text-format-tags): Ditto.
16095
16096         * message.el (message-send-mail-with-sendmail): Fix regexp.
16097         (message-fill-field-general): Use search-forward instead of
16098         re-search-forward.
16099         (unbold-region): Ditto.
16100
16101         * nnrss.el (nnrss-request-article): Ditto.
16102
16103         * nnslashdot.el (nnslashdot-request-article): Ditto.
16104
16105         * nnweb.el (nnweb-gmane-wash-article): Ditto.
16106
16107         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
16108         "Unrecognized menu descriptor" error in XEmacs.
16109
16110 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16111
16112         * gnus-sum.el (gnus-read-header): Don't remove a header for the
16113         parent article of a sparse article in the thread hashtb.
16114
16115 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
16116
16117         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
16118         (nnmail-expand-newtext): Lowercase expanded entries if
16119         nnmail-split-lowercase-expanded is non-nil.
16120
16121 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16122
16123         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
16124
16125         * gnus-group.el (gnus-group-line-format-alist): Convert the value
16126         of gnus-tmp-news-method into string under XEmacs.  It will be
16127         passed to gnus-correct-length which takes only a string argument.
16128
16129 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16130
16131         * gnus-util.el (gnus-bind-print-variables): New macro.
16132         (gnus-prin1): Use it.
16133         (gnus-prin1-to-string): Use it.
16134         (gnus-pp): New function.
16135         (gnus-pp-to-string): New function.
16136
16137         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
16138         Replace pp-to-string with gnus-pp-to-string.
16139         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
16140         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
16141         * gnus-msg.el (gnus-debug): Ditto.
16142         * gnus-score.el (gnus-score-save): Ditto.
16143         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
16144         gnus-pp-to-string.
16145         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
16146         with gnus-pp.
16147         * score-mode.el (gnus-score-pretty-print): Ditto.
16148         * webmail.el (webmail-debug): Ditto.
16149
16150 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16151
16152         * gnus-art.el (article-display-face, article-display-x-face):
16153         Use buffer-read-only.
16154
16155 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16156
16157         * gnus-art.el (article-hide-list-identifiers):
16158         Bind inhibit-read-only as t.
16159
16160 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
16161
16162         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
16163
16164 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16165
16166         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
16167         (gnus-narrow-to-page): Don't assume point-min == 1.
16168         (gnus-article-edit-mode): Derive from message-mode.
16169
16170         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
16171         point-min == 1.
16172
16173         * imap.el (imap-parse-address-list, imap-parse-body-ext):
16174         Disable incorrect use of `assert'.
16175
16176         * message.el (message-mode): Set comment-start-skip.
16177
16178
16179 2004-08-22  Sam Steingold  <sds@gnu.org>
16180
16181         * pop3.el (pop3-leave-mail-on-server): New user variable.
16182         (pop3-movemail): Delete mail only when it is nil.
16183
16184 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
16185
16186         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
16187
16188         * mml.el (mml-preview): Use `pop-to-buffer'.
16189
16190         * message.el (message-goto-mail-followup-to): Insert after "To".
16191         (message-carefully-insert-headers): Add comment.
16192
16193         * gnus.el: Remove unused variable `gnus-article-check-size'.
16194
16195         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
16196
16197         * gnus-art.el (gnus-button-alist): Improve
16198         `gnus-button-handle-library' entry.
16199
16200 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
16201
16202         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
16203         downcase, since XEmacs capitalizes error messages differently.
16204
16205 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
16206
16207         * nntp.el: Add (require 'gnus) due to reference to
16208         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
16209
16210 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
16211
16212         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
16213         `mm-fill-flowed'.
16214
16215         * mm-decode.el (mm-dissect-singlepart): Check it.
16216
16217 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
16218
16219         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
16220         'imap' for netrc parsing.
16221
16222 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
16223
16224         * mailcap.el (mailcap-mime-data): Mark as risky.
16225
16226 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16227
16228         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
16229         may be included in the encoded word.
16230         (rfc2047-encode): Don't append a space if the encoded word
16231         includes close parenthesis.
16232
16233 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16234
16235         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
16236         of text within parentheses.
16237
16238 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
16239
16240         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
16241         (gnus-encrypt-write-file-contents): Make the password key the file
16242         name PLUS the cipher, not just the cipher.  Also remove failed
16243         passwords from the cache.
16244
16245 2004-08-06  Simon Josefsson  <jas@extundo.com>
16246
16247         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
16248         fix.
16249
16250 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16251
16252         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
16253         LWSP.
16254
16255 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
16256
16257         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
16258         to append in-reply-to: data to the references: header.
16259
16260         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
16261         (netrc-parse): Use gnus-encrypt.el functions.
16262
16263         * gnus-encrypt.el: Add new file for encryption support; currently
16264         does only a few GPG ciphers and an internal XOR cipher.
16265
16266         * password.el: Add comments on using password-read-and-add.
16267         (password-read-and-add): Add function to read and add the
16268         password to the cache at once.
16269
16270 2004-07-28  Simon Josefsson  <jas@extundo.com>
16271
16272         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
16273         parameter (but don't use it, for now).
16274
16275         * imap.el (imap-ssl-open): Use imap-process-connection-type,
16276         instead of hard coding to nil.
16277
16278 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16279
16280         * mm-view.el (mm-inline-image-emacs): Open lines under an image
16281         as mm-inline-image-xemacs does.
16282
16283 2004-07-26  Simon Josefsson  <jas@extundo.com>
16284
16285         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
16286         Revert part of 2004-07-17 change below.
16287
16288 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16289
16290         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
16291         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16292
16293 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16294
16295         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
16296         quotes that actually start with ">" at the beginning of the
16297         lines.
16298
16299 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16300
16301         * rfc2047.el (rfc2047-encode-region): Fix last change.
16302         (rfc2047-encode-parameter): Remove useless concat.
16303
16304 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16305
16306         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
16307         encode special characters; fix some kind of misconfigured headers;
16308         signal a real error if debug-on-quit or debug-on-error is non-nil.
16309         (rfc2047-encode-max-chars): New variable.
16310         (rfc2047-encode-1): Use it.
16311         (rfc2047-encode-parameter): New function.
16312
16313         * mml.el (mml-insert-parameter): Remove an excessive space.
16314
16315 2004-07-17  Simon Josefsson  <jas@extundo.com>
16316
16317         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
16318         Kai Grossjohann <kai@emptydomain.de>.
16319         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
16320         (gnus-group-make-menu-bar): Ditto.
16321
16322         * gnus-util.el (gnus-group-server): Add.
16323
16324 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
16325
16326         * message.el (message-clone-locals): Clone sendmail and smtp
16327         variables.
16328
16329 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16330
16331         * rfc2047.el (rfc2047-encode-region): Fix last change.
16332
16333 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16334
16335         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
16336         characters as non-special.
16337
16338 2004-07-09  Simon Josefsson  <jas@extundo.com>
16339
16340         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
16341         Users will lose all flag changes made while unplugged with
16342         e.g. nntp unless flag synchronization happens, thus `nil' is not a
16343         good default.  See numerous reports on ding mailing list.
16344
16345 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16346
16347         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
16348         add generate-head-function and generate-article-function to the
16349         rfc822-forward entry.
16350         (nndoc-rfc822-forward-generate-article): New function.
16351         (nndoc-rfc822-forward-generate-head): New function.
16352
16353         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
16354
16355 2004-07-06  Dan Christensen  <jdc@uwo.ca>
16356
16357         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
16358         respect display group parameter and gnus-summary-expunge-below.
16359         (gnus-articles-to-read): Remove unused reference to display group
16360         parameter.
16361
16362 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16363
16364         * nnheader.el (nnheader-uniquify-message-id): New experimental
16365         variable.
16366         (nnheader-nov-read-message-id): Use it.
16367
16368         * spam-report.el (spam-report-gmane): Add interactive.
16369
16370 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16371
16372         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
16373         qp-or-base64 for the application/* types.
16374
16375 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
16376
16377         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
16378
16379 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
16380
16381         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
16382         trim value.
16383
16384 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16385
16386         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
16387         New macro and function.
16388         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
16389
16390 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16391
16392         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
16393         after-load-alist.
16394
16395 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16396
16397         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
16398         update info that isn't there.
16399
16400 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
16401
16402         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
16403         entry.
16404
16405 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16406
16407         * mm-view.el (mm-inline-render-with-function): Use multibyte
16408         buffer; decode html source by charset.
16409
16410         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
16411
16412         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
16413         Mule-UCS is loaded under XEmacs.
16414         (mm-mime-mule-charset-alist): Avoid duplicated entries.
16415
16416 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
16417
16418         * nnheader.el (nnheader-max-head-length): Increase to 8192.
16419
16420 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16421
16422         * mm-util.el (mm-coding-system-p): Return a coding-system.
16423         (mm-mime-mule-charset-alist): Use shift_jis instead of
16424         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
16425         entries for the mime charsets iso-2022-jp-3 and shift_jis.
16426         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
16427         instead of japanese-shift-jis and iso-latin-1 respectively in
16428         order to share the default value with both Emacs and XEmacs-mule.
16429         (mm-mule-charset-to-mime-charset): Make
16430         mm-coding-system-priorities effective.
16431         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
16432         while predicating of candidates upon the priorities.
16433
16434 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
16435
16436         * gnus-sum.el (gnus-summary-make-menu-bar): Add
16437         gnus-uu-invert-processable.
16438
16439         * gnus.el: Autoload gnus-uu-invert-processable.
16440
16441 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16442
16443         * mm-util.el (mm-with-multibyte-buffer): New macro.
16444
16445         * rfc2047.el (rfc2047-encode-string): Use it.
16446         (rfc2047-encode-region): Move point to the end of the region after
16447         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
16448
16449 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16450
16451         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
16452         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
16453
16454 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16455
16456         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
16457         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
16458         Karl Chen <quarl@nospam.quarl.org>.
16459
16460 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
16461
16462         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
16463         invalid addresses.
16464
16465 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
16466
16467         * spam.el: Change section markers, revise TODO list.
16468         (spam-backends): Make new master list of all installed backends.
16469         (spam-summary-exit-behavior): Add new variable to determine how
16470         messages moves are done at summary exit.
16471         (spam-move-spam-nonspam-groups-only)
16472         (spam-process-ham-in-nonham-groups)
16473         (spam-process-ham-in-spam-groups): Remove variables, the
16474         spam-summary-exit-behavior variable should be used to manage this
16475         behavior.
16476         (spam-old-ham-articles, spam-old-spam-articles): Remove.
16477         (spam-old-articles): Add variable, replacing spam-old-ham-articles
16478         and spam-old-spam-articles.
16479         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
16480         Add empty variables, placeholders for the backends they represent.
16481         (spam-set-difference): Move, unchanged.
16482         (spam-list-of-processors): Declare OBSOLETE, not used anymore
16483         unless the user has a processor variable.
16484         (spam-classifications, spam-classification-valid-p)
16485         (spam-backend-properties, spam-backend-property-valid-p)
16486         (spam-backend-function-type-valid-p)
16487         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
16488         (spam-report-articles-gmane, spam-report-articles-resend):
16489         Remove functions, they are not needed.
16490         (spam-install-backend-super, spam-backend-list)
16491         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
16492         (spam-backend-function, spam-backend-ham-registration-function)
16493         (spam-backend-spam-registration-function)
16494         (spam-backend-ham-unregistration-function)
16495         (spam-backend-spam-unregistration-function)
16496         (spam-backend-statistical-p, spam-backend-mover-p)
16497         (spam-install-backend-alias, spam-install-checkonly-backend)
16498         (spam-install-mover-backend, spam-install-nocheck-backend)
16499         (spam-install-backend, spam-install-statistical-backend)
16500         (spam-install-statistical-checkonly-backend): Add backend installation
16501         support.
16502         (spam-summary-prepare-exit): Rewrite to use the new backend code.
16503         (spam-group-processor-p): Use the new backend code and respect the
16504         summary exit behavior.
16505         (spam-mark-spam-as-expired-and-move-routine): Remove.
16506         (spam-summary-prepare): Change to use the new spam-old-articles
16507         variable.
16508         (spam-copy-or-move-routine, spam-copy-spam-routine)
16509         (spam-move-spam-routine, spam-copy-ham-routine)
16510         (spam-move-ham-routine): Add code to copy/move ham or spam.
16511         (spam-fetch-field-fast): Improve doc and code, plus allow the
16512         'number request.
16513         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
16514         variables.
16515         (spam-split, spam-find-spam): Use the new backend code.
16516         (spam-registration-functions): Remove variable.
16517         (spam-unregister-routine): Add convenience wrapper.
16518         (spam-log-undo-registration, spam-register-routine)
16519         (spam-log-processing-to-registry)
16520         (spam-log-unregistration-needed-p): Rename "check" to "backend"
16521         where possible.
16522         (spam-check-gmane-xref, spam-check-regex-headers)
16523         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
16524         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
16525         (spam-check-bogofilter-headers, spam-check-spamoracle)
16526         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
16527         (spam-check-crm114-headers): Use the spam-split-group that
16528         spam-split prepares, no need to determine it every time.
16529
16530         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
16531         to the nnheader-parse-naked-head call.
16532
16533         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
16534
16535         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
16536         the nnheader-nov-read-message-id call.
16537
16538 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16539
16540         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
16541         gnus-activate-group twice.  Suggested by Markus Peter
16542         <warp@spin.de>.
16543
16544 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16545
16546         * gnus-art.el (gnus-article-time-format): Exchange the order of
16547         day and month in the default value; fix customization type.
16548         (article-date-ut): Use add-text-properties.
16549         (article-make-date-line): Use message-make-date instead of
16550         current-time-string.
16551
16552         * message.el (message-fetch-field): Don't use set-text-properties.
16553         (message-make-date): Simplify.
16554
16555         * messagexmas.el (message-xmas-make-date): New function.
16556         (message-xmas-redefine): Defalias message-make-date to it.
16557
16558 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16559
16560         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
16561         (rfc2047-encode-region): Treat text within parentheses as special;
16562         show the original text when error has occurred.
16563
16564         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
16565         already-computed method to gnus-activate-group.
16566
16567         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
16568         same select-methods identical Lisp objects.
16569
16570         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
16571         object when modifying the info.
16572
16573 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16574
16575         * gnus-srvr.el (gnus-server-set-info): Remove the server from
16576         gnus-opened-servers since it has never been opened with the new
16577         configuration yet.
16578
16579 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16580
16581         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
16582         arg to nnheader-generate-fake-message-id.
16583
16584 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
16585
16586         * nnheader.el (nnheader-generate-fake-message-id): Accept a
16587         number and build a fake message ID localized to a group and
16588         article number (so it's repeatable from that point on).
16589         (nnheader-fake-message-id-p): Change regex to accomodate new fake
16590         ID format.
16591
16592         * gnus-sum.el (gnus-get-newsgroup-headers): Call
16593         nnheader-generate-fake-message-id with the article number.
16594
16595 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
16596
16597         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
16598         end-of-buffer.
16599
16600 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16601
16602         * message.el (message-ignored-supersedes-headers): Add Approved.
16603
16604 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16605
16606         * rfc2047.el (rfc2047-encode-message-header): Remove useless
16607         goto-char.
16608         (rfc2047-encode): Fold the line before encoding.
16609
16610 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16611
16612         * rfc2047.el (rfc2047-encode-message-header): Disabled header
16613         folding -- not all headers can be folded, and this should be done
16614         by the message composition mode.  Probably.  I think.
16615
16616 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16617
16618         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
16619         fast.
16620
16621         * gnus-ems.el (gnus-remove-image): Don't use
16622         message-text-with-property; remove only the image found first.
16623
16624         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
16625         found first.
16626
16627 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
16628
16629         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
16630
16631 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16632
16633         * message.el (message-text-with-property): Make it fast and accept
16634         optional arguments.
16635         (message-strip-forbidden-properties): Use it.
16636         (message-fix-before-sending): Follow the m-t-w-p change.
16637
16638         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
16639
16640 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16641
16642         * gnus-art.el (article-hide-headers): Don't change the buffer
16643         mistakenly when performing mml-preview even if
16644         gnus-single-article-buffer is nil.
16645
16646 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
16647
16648         * message.el (message-expand-name-databases): New user option.
16649         (message-expand-name): Use it.
16650
16651 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
16652
16653         * spam.el (spam-report-articles-resend)
16654         (spam-report-resend-register-routine): Allow ham reporting.
16655         (spam-report-resend-register-ham-routine): Add wrapper.
16656         (spam-registration-functions): Add ham resending functions.
16657         (spam-list-of-processors): Add ham resend processor.
16658
16659         * gnus.el (ham-resend-to): Add new group parameter.
16660         (spam-process): Add ham resend option.
16661
16662         * spam-report.el (spam-report-resend): Allow reporting ham.
16663         (spam-report-resend-ham): Add wrapper.
16664
16665 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16666
16667         * message.el (message-cite-articles-with-x-no-archive): New
16668         variable.
16669         (message-cite-original): Use it.
16670
16671 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16672
16673         * message.el (message-cite-original): Respect X-No-Archive.
16674
16675 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16676
16677         * gnus-art.el (article-hide-headers): Refer to the values for
16678         gnus-ignored-headers and gnus-visible-headers in the summary
16679         buffer since a user may have set them as group parameters.
16680
16681 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
16682
16683         * assistant.el (assistant-node-name): Add convenience function.
16684         (assistant-render-text, assistant-render-node): Add error handling,
16685         plus handle multiple next nodes.
16686         (assistant-find-next-node): Comment out for now.
16687         (assistant-find-next-nodes): Add function, returns list of next
16688         nodes.
16689
16690 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
16691
16692         * mail-source.el (mail-source-directory): Fix doc-string.
16693
16694 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
16695
16696         * assistant.el (assistant-render-text, assistant-eval): Add :set
16697         widget type, which is different because it takes and returns a
16698         list.  Much hilarity ensues.
16699
16700 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
16701
16702         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
16703
16704         * gnus-group.el (gnus-group-get-new-news-this-group): Added
16705         doc-string.
16706
16707         * gnus-start.el (gnus-activate-group): Added doc-string.
16708
16709 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16710
16711         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
16712
16713 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
16714
16715         * assistant.el (assistant-render-text): Try to add a :set
16716         widget, more to come.
16717
16718         * spam.el (spam-group-spam-contents-p): Handle empty groupname
16719         strings.
16720         (spam-report-articles-resend)
16721         (spam-register-routine): Do registration iff any articles warrant
16722         it.
16723         (spam-summary-prepare-exit): Change log message for nil group
16724         destinations.
16725
16726 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
16727
16728         * spam.el (spam-report-resend-register-routine): Allow
16729         spam-report-resend-to to be a group parameter or a global value.
16730
16731 2004-05-26  Simon Josefsson  <jas@extundo.com>
16732
16733         * starttls.el: Merge with my GNUTLS based starttls.el.
16734         (starttls-gnutls-program, starttls-use-gnutls)
16735         (starttls-extra-arguments, starttls-process-connection-type)
16736         (starttls-connect, starttls-failure, starttls-success): New
16737         variables.
16738         (starttls-program, starttls-extra-args): Doc fix.
16739         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
16740         functions.
16741         (starttls-negotiate, starttls-open-stream): Check
16742         `starttls-use-gnutls' and pass on to corresponding *-gnutls
16743         function if it is set.
16744
16745 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16746
16747         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
16748         structured fields.
16749
16750 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16751
16752         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
16753
16754 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
16755
16756         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
16757         variable.
16758         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
16759         assigning the spam-mark to new messages.
16760
16761 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
16762
16763         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
16764
16765 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16766
16767         * dgnushack.el: Autoload customize-set-variable for XEmacs.
16768
16769         * rfc2047.el (rfc2047-encodable-p): Don't move point.
16770         (rfc2047-decode): Treat the ascii coding-system as raw-text by
16771         default.
16772
16773 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
16774
16775         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
16776         correct data.
16777
16778 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
16779
16780         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
16781         (spam-group-processor-p): Fix function.
16782         (spam-group-processor-multiple-p)
16783         (spam-group-spam-processor-report-gmane-p)
16784         (spam-group-spam-processor-report-resend-p)
16785         (spam-group-spam-processor-bogofilter-p)
16786         (spam-group-spam-processor-blacklist-p)
16787         (spam-group-spam-processor-ifile-p)
16788         (spam-group-ham-processor-ifile-p)
16789         (spam-group-spam-processor-spamoracle-p)
16790         (spam-group-spam-processor-crm114-p)
16791         (spam-group-ham-processor-bogofilter-p)
16792         (spam-group-spam-processor-stat-p)
16793         (spam-group-ham-processor-stat-p)
16794         (spam-group-ham-processor-whitelist-p)
16795         (spam-group-ham-processor-BBDB-p)
16796         (spam-group-ham-processor-spamoracle-p)
16797         (spam-group-ham-processor-copy-p): Remove functions with some
16798         prejudice against unneeded code.
16799         (spam-report-articles-resend)
16800         (spam-report-resend-register-routine): Allow the group/topic
16801         spam-resend-to value to override spam-report-resend-to.
16802         (spam-summary-prepare-exit): Invoke spam-group-processor-p
16803         properly now.
16804
16805         * gnus.el (spam-resend-to): Add group/topic parameter.
16806         (spam-process): Move the OBSOLETE processors to the end of the
16807         choices.
16808
16809 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
16810
16811         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
16812         with resend-to set to nil, and then ask the user if necessary.
16813         (spam-report-resend): spam-report-resend takes a list of articles, not
16814         separate article numbers.
16815
16816 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16817
16818         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
16819         addition to emacs-w3m.
16820
16821 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16822
16823         * assistant.el (assistant-authinfo-data): New function.
16824         (assistant-eval): Eval for entire assistant.
16825
16826         * netrc.el (netrc-services-file): New variable.
16827         (netrc-parse-services): New function.
16828         (netrc-find-service-name): New function.
16829         (netrc-find-service-number): New function.
16830         (netrc-port-equal): New function.
16831         (netrc-machine): Use it.
16832
16833         * nnimap.el (nnimap-open-connection): Use netrc.
16834
16835         * gnus-util.el (gnus-netrc-get): Remove aliases.
16836
16837         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
16838
16839         * assistant.el (wid-edit): Fix compilation.
16840
16841         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
16842
16843 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
16844
16845         * gnus-util.el (gnus-set-file-modes): New function.  (small
16846         patch).
16847
16848 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16849
16850         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
16851
16852         * assistant.el (assistant-render-node): Fix up rendering and
16853         read-only text.
16854         (assistant-render-node): Reset.
16855         (assistant-make-read-only): Not sticky.
16856
16857 2004-05-20  Danny Siu  <dsiu@adobe.com>
16858
16859         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
16860         centered even when gnus-auto-center-summary is t.
16861
16862 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16863
16864         * dns.el (dns-get-txt-answer): New function.
16865         (dns-read-txt): Ditto.
16866         (query-dns): Use it.
16867
16868 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16869
16870         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
16871         active for foreign groups even if the group level is higher than
16872         the specified value.
16873
16874 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16875
16876         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
16877         non-active groups.
16878
16879         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
16880
16881 2004-05-20  Magnus Henoch  <mange@freemail.hu>
16882
16883         * dns.el (dns-read-type): Add support for SVR.  (small patch)
16884
16885 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
16886
16887         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
16888         (spam-crm114-header, spam-crm114-spam-switch)
16889         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
16890         (spam-crm114-positive-spam-header)
16891         (spam-crm114-database-directory, spam-list-of-processors)
16892         (spam-group-spam-processor-crm114-p)
16893         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
16894         (spam-generic-score, spam-list-of-checks)
16895         (spam-list-of-statistical-checks, spam-registration-functions)
16896         (spam-check-crm114-headers, spam-crm114-score)
16897         (spam-check-crm114, spam-crm114-register-with-crm114)
16898         (spam-crm114-register-spam-routine)
16899         (spam-crm114-unregister-spam-routine)
16900         (spam-crm114-register-ham-routine)
16901         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
16902         asjo@koldfront.dk (Adam Sjøgren).
16903
16904         * gnus.el: Add spam-use-crm114.
16905
16906         * spam.el (spam-list-of-processors, spam-registration-functions):
16907         Add spam-use-resend.
16908         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
16909         (spam-report-articles-gmane): Add doc fix.
16910         (spam-report-articles-resend, spam-report-resend-register-routine):
16911         Add wrappers around spam-report-resend-to.
16912
16913         * spam-report.el (spam-report-resend-to, spam-report-resend):
16914         Add support for resending spam.
16915         (spam-report-gmane): Fix line length >80.
16916
16917         * gnus.el (spam-process): Add spam-use-resend.
16918
16919 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16920
16921         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
16922         number of processed spam messages.
16923         (spam-ham-copy-or-move-routine): Return the number of processed
16924         ham messages.
16925         (spam-summary-prepare-exit): Use the above values to decide
16926         whether status messages shouled be displayed.
16927
16928 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16929
16930         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
16931         `rfc2047-encoding-function-alist' in order to avoid conflicting
16932         with the old version.
16933         (rfc2047-encode-region): Concatenate words containing non-ASCII
16934         characters in structured fields; don't encode space-delimited
16935         ASCII words even in unstructured fields; don't break words at
16936         char-category boundaries.
16937         (rfc2047-encode-1): New function.
16938         (rfc2047-encode): Use it; encode text so that it occupies the
16939         maximum width within 76-column; work correctly on Q encoding for
16940         iso-2022-* charsets.
16941         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
16942         sure not to break a line just after the header name.
16943         (rfc2047-b-encode-region): Removed.
16944         (rfc2047-b-encode-string): New function.
16945         (rfc2047-q-encode-region): Removed.
16946         (rfc2047-q-encode-string): New function.
16947
16948         * mm-util.el (mm-replace-in-string): New function.
16949
16950 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16951
16952         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
16953         get it right.
16954         (gnus-inews-make-draft): Really.
16955
16956 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
16957
16958         * nnmh.el (nnmh-request-list-1): Don't check the link count
16959         before descending.  (small patch)
16960
16961 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16962
16963         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
16964         stuff.
16965
16966         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
16967         on real group name.
16968
16969         * gnus-art.el (gnus-signature-limit): Doc fix.
16970
16971         * gnus-msg.el (gnus-inews-make-draft): Quote list.
16972
16973         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
16974
16975 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
16976
16977         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
16978         isn't a string.
16979
16980 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16981
16982         * gnus-draft.el (gnus-draft-send): Bind
16983         rfc2047-encode-encoded-words.
16984
16985         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
16986         (rfc2047-encodable-p): Say that =? needs encoding.
16987         (rfc2047-encode-encoded-words): New variable.
16988
16989         * gnus-group.el (gnus-group-select-group): Doc fix.
16990
16991         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
16992
16993         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
16994         to nil.
16995
16996         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
16997
16998         * nnheader.el (nnheader-get-lines-and-char): New function.
16999
17000 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
17001
17002         * gnus-msg.el (gnus-summary-followup-with-original): Document
17003         yanking of region when active.
17004
17005 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17006
17007         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
17008         groups if the group level is higher than the specified value.
17009
17010 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17011
17012         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
17013         (gnus-group-jump-to-group): Added prefix argument using
17014         `gnus-group-jump-to-group-prompt'.  Query before jumping to
17015         non-active group.
17016
17017         * compface.el (uncompface): Be verbose when changing
17018         `uncompface-use-external'.
17019
17020         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
17021         handle manual section.
17022
17023 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17024
17025         * gnus-art.el (gnus-button-alist): Revert previous change.
17026
17027 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17028
17029         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
17030
17031 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17032
17033         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
17034         whether backend can accept message.
17035
17036         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
17037
17038 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
17039
17040         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17041         Avoid creating directory when nntp-marks-is-evil is true.
17042         Reported by Reiner Steib.
17043
17044 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17045
17046         * gnus-picon.el (gnus-picon-style): New variable.
17047         (gnus-picon-insert-glyph): Added optional `nostring' argument.
17048         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
17049         Jesper Harder <harder@ifa.au.dk>.
17050
17051 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17052
17053         * message.el (message-fill-field): Return point.
17054         (message-generate-headers): Go to end of field.
17055
17056         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
17057         stuff for non-living groups.
17058
17059 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
17060
17061         * gnus-art.el (gnus-article-followup-with-original)
17062         (gnus-article-reply-with-original): gnus-mark-active-p ->
17063         gnus-region-active-p.
17064
17065 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
17066
17067         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
17068         only when there is spam or ham to be processed.
17069
17070 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17071
17072         * mail-source.el (mail-source-delete-crash-box): Refactor.
17073         (mail-source-fetch): Use it.
17074         (mail-source-fetch-file): Ditto.
17075         (mail-source-fetch-directory): Run postscript in loop.
17076         (mail-source-fetch-pop): Delete.
17077         (mail-source-fetch-maildir): Ditto.
17078         (mail-source-fetch-imap): Ditto.
17079
17080         * imap.el (imap-authenticators): Comment out sasl.
17081
17082         * message.el (message-skip-to-next-address): New function.
17083         (message-fill-header-address): Refactor.
17084         (message-fill-address): Use it.
17085         (message-delete-address): Use it.
17086         (message-fill-header-general): Refactor.
17087         (message-fill-field-address): Rename.
17088         (message-narrow-to-field): Find the start of the header.
17089         (message-header-format-alist): Don't pre-fill.
17090         (message-fill-header): Removed.
17091         (message-insert-header): New function.
17092         (message-shorten-references): Use it.
17093
17094         * rfc2047.el (rfc2047-field-value): Strip props.
17095
17096         * mail-parse.el (mail-header-make-address): New alias.
17097
17098         * ietf-drums.el (ietf-drums-make-address): New function.
17099
17100         * imap.el: Add compiler directives.
17101
17102         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
17103
17104         * gnus-art.el (article-decode-idna-rhs): Don't use
17105         message-idna-inside-rhs-p.
17106
17107 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17108
17109         * message.el (message-idna-inside-rhs-p): Removed.
17110         (message-idna-to-ascii-rhs-1): Use proper address parsing.
17111
17112         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
17113         false positives.
17114
17115 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
17116
17117         * imap.el (imap-sasl-make-mechanisms): Use sasl.
17118
17119 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17120
17121         * nneething.el (nneething-file-name): Don't create spurious
17122         files.
17123
17124         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
17125         (gnus-inews-do-gcc): Remove sleep.
17126
17127         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
17128         part under point.
17129
17130         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
17131         (gnus-agent-regenerate-group): Using nil messages aren't valid.
17132
17133 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
17134
17135         * spam.el (spam-summary-prepare-exit): Fixed (length).
17136
17137 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
17138
17139         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
17140         as expired without moving it" message when there are spam
17141         messages left.
17142
17143 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
17144
17145         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
17146         header is not nil.
17147
17148 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
17149
17150         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
17151         nntp-possibly-create-directory, not nntp-possibly-change-group.
17152         (nntp-marks-changed-p): New arg SERVER.
17153         (nntp-request-update-info): Adjust caller.
17154
17155 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
17156
17157         * nntp.el (nntp-save-marks): Pass missing arg.
17158
17159 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
17160
17161         * nntp.el: Support marks.
17162         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
17163         (nntp-marks-modtime, nntp-marks-directory): New variables.
17164         (nntp-request-set-mark, nntp-request-update-info)
17165         (nntp-possibly-create-directory, nntp-marks-changed-p)
17166         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
17167         functions.
17168
17169 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
17170
17171         * gnus-xmas.el (gnus-xmas-select-lowest-window)
17172         (gnus-xmas-redefine): Rename.
17173
17174         * gnus-score.el (gnus-score-insert-help): Use
17175         gnus-select-lowest-window.
17176
17177         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
17178         appt-select-lowest-window and rename to gnus-select-lowest-window.
17179
17180         * gnus.el: do.
17181
17182 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17183
17184         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
17185         encodings of MIME-encoded words, in order to improve
17186         interoperability with several broken MUAs.
17187
17188 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17189
17190         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
17191         tags, only when charsets are not specified in headers.
17192         (mm-inline-text-html-render-with-w3m): Ditto.
17193
17194         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
17195         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
17196
17197 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17198
17199         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
17200         instead of MIME-decoded from fields when checking
17201         `gnus-article-address-banner-alist'.
17202
17203 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
17204
17205         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
17206         description rather than subject.
17207
17208 2004-05-02  Steve Youngs  <steve@youngs.au.com>
17209
17210         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
17211
17212 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17213
17214         * gnus.el (gnus-version-number): Bump.
17215
17216 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17217
17218         * gnus.el: No Gnus v0.2 is released.
17219
17220 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17221
17222         * gnus-agent.el (gnus-agent-read-agentview): Inline
17223         gnus-uncompress-range.
17224
17225 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17226
17227         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
17228         `exec-installed-p'.
17229
17230 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17231
17232         * gnus.el (spam-process, spam-autodetect-methods): Add
17233         bsfilter and bsfilter-headers.
17234
17235         * spam.el (spam-bsfilter): New customize group.
17236         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
17237         (spam-bsfilter-header, spam-bsfilter-probability-header)
17238         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
17239         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
17240         (spam-bsfilter-database-directory): New options.
17241         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
17242         (spam-list-of-statistical-checks, spam-registration-functions):
17243         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
17244         (spam-bsfilter-score): New command.
17245         (spam-check-bsfilter-headers, spam-check-bsfilter)
17246         (spam-bsfilter-register-with-bsfilter)
17247         (spam-bsfilter-register-spam-routine)
17248         (spam-bsfilter-unregister-spam-routine)
17249         (spam-bsfilter-register-ham-routine)
17250         (spam-bsfilter-unregister-ham-routine): New functions.
17251         (spam-generic-score): Support bsfilter; Accept an optional argument
17252         to recalcurate spam score even if scoring header has already been
17253         added.
17254         (spam-bogofilter-score, spam-spamassassin-score): Accept an
17255         optional argument to recalcurate spam score even if scoring header
17256         has already been added.
17257
17258 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
17259
17260         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
17261         strings!  Reported by David D. Smith <davidsmith@acm.org>.
17262         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
17263         link is missing.
17264
17265 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
17266
17267         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
17268         (html2text-get-attr): Rewrite.
17269
17270         * message.el (message-setup-1): Remove redundant put-text-property
17271         on mail-header-separator.
17272
17273 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
17274
17275         * gnus-registry.el (gnus-registry-cache-whitespace)
17276         (gnus-registry-action, gnus-registry-spool-action)
17277         (gnus-registry-split-fancy-with-parent): Change message levels
17278         from 5 to 3 or 7, as needed.
17279
17280         * spam.el (spam-summary-prepare-exit)
17281         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
17282         (spam-split, spam-find-spam, spam-log-undo-registration)
17283         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
17284         level from 5 to 6.
17285
17286 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17287
17288         * gnus-ems.el: Autoload appt-select-lowest-window (revert
17289         2004-03-04 change).
17290
17291 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
17292
17293         * sieve-manage.el (sieve-manage-open):
17294         * nnweb.el (nnweb-insert-html):
17295         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
17296         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
17297         * nnspool.el (nnspool-request-group):
17298         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
17299         * nnml.el (nnml-request-update-info):
17300         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
17301         (nnmh-request-create-group, nnmh-update-gnus-unreads):
17302         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
17303         (nnimap-request-set-mark):
17304         * nnfolder.el (nnfolder-request-update-info):
17305         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
17306         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
17307         * gnus-uu.el (gnus-uu-find-articles-matching):
17308         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
17309         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
17310         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
17311         * gnus-nocem.el (gnus-nocem-scan-groups):
17312         * gnus-int.el (gnus-start-news-server):
17313         * gnus-group.el (gnus-group-make-kiboze-group)
17314         (gnus-group-browse-foreign-server):
17315         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
17316         Use mapc when appropriate.
17317
17318 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
17319
17320         FIXME: Make separate entries for each person.
17321
17322         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
17323         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
17324         <shields@msrl.com>:
17325
17326         * spam.el (spam-necessary-extra-headers): Get the extra headers we
17327         may need for spam sorting and scoring.
17328         (spam-user-format-function-S): Add user format function suitable for
17329         general use.
17330         (spam-article-sort-by-spam-status): Add sorting function for summary
17331         sorting.
17332         (spam-extra-header-to-number): Add function to get a score from a
17333         header.
17334         (spam-summary-score): Add function to get a numeric score from the
17335         headers.
17336         (spam-generic-score): Fix function doc, was in wrong place.
17337         (spam-initialize): Take symbols when it's run, and install the
17338         extra headers that spam-necessary-extra-headers thinks we need.
17339
17340 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
17341
17342         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
17343         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17344
17345 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
17346
17347         * gnus-sum.el (gnus-set-global-variables)
17348         (gnus-build-all-threads, gnus-get-newsgroup-headers)
17349         (gnus-article-get-xrefs, gnus-summary-best-group)
17350         (gnus-summary-next-article, gnus-summary-enter-digest-group)
17351         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
17352         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
17353         Use with-current-buffer.
17354
17355 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
17356
17357         * spam.el (spam-summary-prepare-exit): Simplify logic.
17358         (spam-fetch-article-header): Read the article header if it's not
17359         available.
17360         (spam-list-articles): Simplify logic.
17361         (spam-filelist-register-routine): Fix bug with unregister-list.
17362
17363         * gnus-registry.el: Fix comments at beginning.
17364
17365 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
17366
17367         * message.el (message-cater-to-broken-inn): Remove.
17368         (message-shorten-references): Make sure the total folded length of
17369         References is shorter than 998 characters to cater to a bug in INN
17370         2.3.  Also, don't pretend that references aren't folded -- this
17371         hasn't worked for a while.
17372
17373 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17374
17375         * gnus-agent.el (gnus-agentize):
17376         gnus-agent-send-mail-real-function no longer set to current value
17377         of message-send-mail-function but rather a lambda that calls
17378         message-send-mail-function.  The change makes the agent real-time
17379         responsive to user changes to message-send-mail-function.
17380
17381 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17382
17383         * legacy-gnus-agent.el
17384         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
17385         help from Florian Weimer <fw@deneb.enyo.de>
17386
17387 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17388
17389         * nnmail.el (nnmail-cache-insert): Revert last change.
17390
17391 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17392
17393         * nnmail.el (nnmail-cache-insert): Always check whether
17394         nnmail-cache-ignore-groups matches a group name.
17395
17396 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
17397
17398         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
17399         (spam-find-spam, spam-log-processing-to-registry)
17400         (spam-log-registered-p, spam-log-unregistration-needed-p)
17401         (spam-log-undo-registration): Use gnus-message instead of
17402         gnus-error, none of these errors are fatal.
17403
17404         * gnus-registry.el (gnus-registry-clean-empty-function)
17405         (gnus-registry-clean-empty): Remove only empty entries without
17406         extra data.
17407
17408 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
17409
17410         * spam-stat.el (spam-stat-buffer-change-to-spam)
17411         (spam-stat-buffer-change-to-non-spam): Change (error) to
17412         (gnus-message 8) invocation.
17413
17414 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17415
17416         * nntp.el (nntp-via-netcat-command): New variable.
17417         (nntp-via-netcat-switches): New variable.
17418         (nntp-open-via-rlogin-and-netcat): New function.
17419         (nntp-open-connection-function): Doc fix.
17420         (nntp-telnet-command): Doc fix.
17421         (nntp-end-of-line): Doc fix.
17422         (nntp-via-rlogin-command): Doc fix.
17423         (nntp-via-user-name): Doc fix.
17424         (nntp-via-address): Doc fix.
17425
17426 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17427
17428         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
17429         error in Emacs 21.1.
17430
17431 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
17432
17433         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
17434
17435 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17436
17437         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
17438         (gnus-agent-with-refreshed-group): New macro.
17439         (gnus-agent-rename-group): New function.
17440         (gnus-agent-delete-group): New function.
17441         (gnus-agent-save-group-info): Use gnus-command-method when
17442         `method' parameter is nil.  Don't write nil entries into the
17443         active file.
17444         (gnus-agent-get-group-info): New function.
17445         (gnus-agent-fetch-articles): Use
17446         gnus-agent-update-files-total-fetched-for to increment disk space
17447         used.
17448         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
17449         gnus-agent-update-view-total-fetched-for to increment disk space
17450         used.
17451         (gnus-agent-get-local): Added optional parameters to avoid calling
17452         gnus-group-real-name and gnus-find-method-for-group.
17453         (gnus-agent-set-local): Delete stored entry if either min, or max,
17454         are nil.
17455         (gnus-agent-fetch-session): Reworded error/quit messages.  On
17456         quit, use gnus-agent-regenerate-group to record existance of any
17457         articles fetched to disk before the quit occurred.
17458         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
17459         gnus-agent-update-view-total-fetched-for, and
17460         gnus-agent-update-files-total-fetched-for to decrement disk space
17461         used.
17462         (gnus-agent-retrieve-headers): Use
17463         gnus-agent-update-view-total-fetched-for to increment disk space
17464         used.
17465         (gnus-agent-regenerate-group): Replace gnus-group-update-group
17466         with gnus-agent-update-files-total-fetched-for to decrement disk
17467         space and fresh group buffer.
17468         (gnus-agent-inhibit-update-total-fetched-for): New variable.
17469         (gnus-agent-need-update-total-fetched-for): New variable.
17470         (gnus-agent-update-files-total-fetched-for): New function.
17471         (gnus-agent-update-view-total-fetched-for): New function.
17472         (gnus-agent-total-fetched-for): New function.
17473
17474         * gnus-cache.el (gnus-cache-save-buffers): Use
17475         gnus-cache-update-overview-total-fetched-for to change disk space
17476         used by this group.
17477         (gnus-cache-possibly-enter-article): Use
17478         gnus-cache-update-file-total-fetched-for to increment disk space
17479         used by this group.
17480         (gnus-cache-possibly-remove-article): Use
17481         gnus-cache-update-file-total-fetched-for to decrement disk space
17482         used by this group.
17483         (gnus-cache-generate-nov-databases): Purge total fetched cache.
17484         (gnus-cache-rename-group): New function.
17485         (gnus-cache-delete-group): New function.
17486         (gnus-cache-inhibit-update-total-fetched-for): New variable.
17487         (gnus-cache-need-update-total-fetched-for): New variable.
17488         (gnus-cache-with-refreshed-group): New macro.
17489         (gnus-cache-update-file-total-fetched-for): New function.
17490         (gnus-cache-update-overview-total-fetched-for): New function.
17491         (gnus-cache-rename-group-total-fetched-for): New function.
17492         (gnus-cache-delete-group-total-fetched-for): New function.
17493         (gnus-cache-total-fetched-for): New function.
17494
17495         * gnus-group.el: Require gnus-sum and autoload functions to
17496         resolve warnings when gnus-group.el compiled alone.
17497         (gnus-group-line-format): Documented new %F.
17498         (size of Fetched data) group line format; identifies disk space
17499         used by agent and cache.
17500         (gnus-group-line-format-alist): Defined new F format.
17501         (gnus-total-fetched-for): New function.
17502         (gnus-group-delete-group): No longer update
17503         gnus-cache-active-altered as gnus-request-delete-group now keeps
17504         the cache in sync.
17505         (gnus-group-list-active): Let the agent store a server's active
17506         list if currently plugged.
17507
17508         * gnus-int.el (gnus-request-delete-group):
17509         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
17510         local disk in sync with the server.
17511         (gnus-request-rename-group):
17512         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
17513         local disk in sync with the server.
17514
17515         * gnus-start.el (gnus-get-unread-articles):
17516         Cosmetic simplification to logic.
17517
17518         * gnus-util.el (gnus-rename-file): New function.
17519
17520 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
17521
17522         * mm-util.el (mm-image-load-path): Handle nil in load-path.
17523
17524 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
17525
17526         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
17527         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
17528
17529 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
17530
17531         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
17532         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
17533
17534 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
17535
17536         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
17537
17538 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
17539
17540         * spam.el (spam-set-difference): Add function to replace
17541         gnus-set-difference in spam.el.
17542         (spam-summary-prepare-exit): Use spam-set-difference.
17543
17544 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
17545
17546         * gnus-registry.el (gnus-registry-cache-file): Update to use
17547         gnus-dribble-directory OR gnus-home-directory OR ~.
17548         (gnus-registry-split-fancy-with-parent): Fix doc.
17549
17550 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17551
17552         * message.el (message-exchange-point-and-mark): Use
17553         message-mark-active-p.  Suggested by Jesper Harder
17554         <harder@ifa.au.dk>.
17555
17556 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17557
17558         * message.el (message-exchange-point-and-mark): Don't activate
17559         region if it was inactive.  Suggested by Hiroshi Fujishima
17560         <pooh@nature.tsukuba.ac.jp>.
17561
17562 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17563
17564         * gnus-art.el (article-display-face): Display Faces in the same
17565         order as X-Faces.
17566
17567 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17568
17569         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
17570
17571 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17572
17573         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
17574         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
17575         (gnus-article-mime-hierarchy): Remove.
17576         (gnus-article-mime-hierarchy-next): Remove.
17577         (gnus-article-mode): Revert 2004-03-19 change.
17578         (gnus-article-setup-buffer): Revert 2004-03-19 change.
17579         (gnus-insert-mime-button): Revert 2004-03-19 change.
17580         (gnus-mime-accumulate-hierarchy): Remove.
17581         (gnus-mime-enter-multipart): Remove.
17582         (gnus-mime-leave-multipart): Remove.
17583         (gnus-mime-display-part): Revert 2004-03-19 change.
17584         (gnus-mime-display-alternative): Revert 2004-03-19 change.
17585
17586         * mml.el (mml-preview): Revert 2004-03-19 change.
17587
17588 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
17589
17590         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
17591
17592 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17593
17594         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
17595         t while entering a file name using the mm-with-multibyte macro.
17596         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17597
17598         * mm-util.el (mm-with-multibyte): New macro.
17599
17600 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17601
17602         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
17603         user option.
17604         (gnus-mime-multipart-functions): Doc and customization fix.
17605         (gnus-article-mime-hierarchy): New variable.
17606         (gnus-article-mime-hierarchy-next): New variable.
17607         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
17608         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
17609         gnus-article-mime-hierarchy-next to nil.
17610         (gnus-insert-mime-button): Show hierarchy numbers.
17611         (gnus-mime-accumulate-hierarchy): New function.
17612         (gnus-mime-enter-multipart): New function.
17613         (gnus-mime-leave-multipart): New function.
17614         (gnus-mime-display-part): Recompute hierarchical MIME structure.
17615         (gnus-mime-display-alternative): Show hierarchy numbers.
17616
17617         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
17618         gnus-article-mime-hierarchy-next to nil.
17619
17620 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
17621
17622         * dns.el: Don't require gnus-xmas.
17623
17624 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
17625
17626         * mml.el (mml-generate-mime-1): Don't use format=flowed with
17627         inline PGP.
17628         (mml-menu): Disable mml-quote-region if mark is inactive.
17629
17630 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17631
17632         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
17633         when the group's active is not available.
17634
17635 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17636
17637         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
17638         error.
17639
17640 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
17641
17642         * imap.el (imap-store-password): New variable.
17643         (imap-interactive-login): Use it.
17644         Suggested by Mark Plaksin <happy@mcplaksin.org>.
17645
17646 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17647
17648         * gnus-art.el (gnus-article-read-summary-keys): Restore new
17649         window-start and hscroll to summary window.
17650
17651 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17652
17653         * gnus-start.el (gnus-convert-old-newsrc): Only write the
17654         conversion message to newsrc-dribble when an actual conversion is
17655         performed.
17656
17657 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
17658
17659         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
17660
17661 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17662
17663         * mm-decode.el (mm-complicated-handles): New function reviving
17664         former definition of mm-multiple-handles.
17665
17666         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
17667         (gnus-mime-delete-part): Use it.
17668
17669 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17670
17671         * gnus-agent.el (gnus-agent-read-local): Bind
17672         nnheader-file-coding-system to gnus-agent-file-coding-system to
17673         avoid the implicit assumption that they will always be equal.
17674         (gnus-agent-save-local): Bind buffer-file-coding-system, not
17675         coding-system-for-write, as the with-temp-file macro first prints
17676         to a buffer then saves the buffer.
17677
17678 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17679
17680         * gnus-art.el (gnus-article-edit-part): New function.
17681         (gnus-mime-save-part-and-strip): Use it; do query instead of
17682         signaling an error; don't use mm-multiple-handles.
17683         (gnus-mime-delete-part): Ditto.
17684
17685 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17686
17687         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
17688         old file versions.
17689         (gnus-group-prepare-hook): Removed function that converted list
17690         form of gnus-agent-expire-days to group properties.
17691
17692         * gnus-int.el: Autoload gnus-agent-regenerate-group.
17693         (gnus-request-accept-article): Re-indented.
17694
17695         * gnus-start.el (gnus-convert-old-newsrc): Registered new
17696         converters to handle old agent file formats.  Added logic for a
17697         "backup before upgrading warning".
17698         (gnus-convert-mark-converter-prompt): Developers can mark
17699         functions as needing (default), or not needing,
17700         gnus-convert-old-newsrc's "backup before upgrading warning".
17701         (gnus-convert-converter-needs-prompt): Tests whether the user
17702         should be protected from potentially irreversable changes by the
17703         function.
17704
17705         * legacy-gnus-agent.el: New.  Provides converters that are only
17706         loaded when gnus-convert-old-newsrc needs to call them.
17707
17708 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17709
17710         * mail-source.el (mail-source-touch-pop): Doc fix.
17711
17712         * message.el (message-smtpmail-send-it): Doc fix.
17713
17714 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
17715
17716         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
17717
17718         * nnmail.el (nnmail-split-fancy): do.
17719
17720         * gnus-kill.el (gnus-kill, gnus-execute): do.
17721
17722 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
17723
17724         * gnus-sum.el (gnus-widget-reversible-match)
17725         (gnus-widget-reversible-to-internal)
17726         (gnus-widget-reversible-to-external): New functions.
17727         (gnus-widget-reversible): New widget.
17728         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
17729
17730 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
17731
17732         * gnus-sum.el (gnus-thread-sort-functions)
17733         (gnus-article-sort-functions): Document `(not F)' items.
17734
17735 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
17736
17737         * spam.el (spam-use-gmane-xref): Add new backend.
17738         (spam-gmane-xref-spam-group): Add variable to control the name of the
17739         Gmane spam group.
17740         (spam-blackhole-servers, spam-blackhole-good-server-regex)
17741         (spam-regex-headers-spam, spam-regex-headers-ham)
17742         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
17743         (spam-list-of-checks): Add spam-use-gmane-xref to list of
17744         backends and checks.
17745         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
17746
17747         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
17748         an autodetect method.
17749
17750 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17751
17752         * gnus-int.el (gnus-request-accept-article): Inform the agent that
17753         articles are being added to a group.
17754         (gnus-request-replace-article): Inform the agent that articles
17755         need to be uncached as the cached contents are no longer valid.
17756
17757 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17758
17759         * binhex.el: Don't autoload executable-find.
17760
17761         * canlock.el: Don't autoload mail-fetch-field.
17762
17763         * dgnushack.el: Autoload c-mode for XEmacs.
17764
17765         * gnus-ems.el: Don't autoload appt-select-lowest-window.
17766
17767         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
17768         rmail-dont-reply-to and rmail-output.
17769
17770         * gnus-score.el: Don't autoload ffap-string-at-point.
17771
17772         * gnus-setup.el: Don't autoload sc-cite-original.
17773
17774         * imap.el: Don't autoload base64-decode-string,
17775         base64-encode-string and md5.
17776
17777         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
17778         and rmail-msg-restore-non-pruned-header.
17779
17780         * mm-decode.el: Don't autoload executable-find.
17781
17782         * mm-url.el: Don't autoload executable-find.
17783
17784         * mm-view.el: Don't autoload diff-mode.
17785
17786         * nndb.el: Don't autoload news-reply-mode, news-setup,
17787         cancel-timer and telnet.
17788
17789         * password.el: Don't autoload run-at-time for Emacs.
17790
17791         * sha1-el.el: Don't autoload executable-find.
17792
17793         * sieve-mode.el: Don't autoload c-mode.
17794
17795         * uudecode.el: Don't autoload executable-find.
17796
17797 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17798
17799         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
17800         (gnus-agent-possibly-alter-active): Avoid null in numeric
17801         comparison.
17802         (gnus-agent-set-local): Refuse to save null in local object table.
17803         (gnus-agent-regenerate-group): The REREAD parameter can now be a
17804         list of articles that will be marked as unread.
17805
17806 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17807
17808         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
17809
17810 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
17811
17812         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
17813         language tags.
17814
17815 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
17816
17817         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
17818         Don't bind "obarray".
17819
17820         * gnus-sum.el (gnus-thread-sort-functions): Added
17821         `gnus-thread-sort-by-most-recent-number' and
17822         `gnus-thread-sort-by-most-recent-date'.
17823         Reported by Kai Grossjohann <kai@emptydomain.de>.
17824
17825 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17826
17827         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
17828
17829 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17830
17831         * gnus-cus.el (gnus-agent-customize-category): Removed
17832         ignore-errors macro reference that required cl to be loaded at
17833         run-time.
17834
17835         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
17836         single-interval range of the form (min . max).  Previously the
17837         range had to look like ((min . max)).  Likewise, return
17838         (min . max) rather than ((min . max)).
17839         (gnus-range-map): Use gnus-range-normalize to accept
17840         single-interval range.
17841
17842         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
17843         the cache, but not the agent, now appear with their usual face.
17844
17845         * dgnushack.el (loaddir): New variable that is bound to the
17846         directory containing the dgnushack.el file. Use loaddir, rather
17847         than srcdir, to update load-path. Change lets dgnushack compile
17848         code in directories other than GNUS/lisp.
17849
17850 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17851
17852         * lpath.el: Don't bind w3m-safe-url-regexp.
17853
17854         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
17855         w3m-safe-url-regexp variable buffer-local.
17856
17857         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17858
17859 2004-02-27  Simon Josefsson  <jas@extundo.com>
17860
17861         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
17862         gnus-group-real-prefix.
17863         (gnus-summary-move-article): Use it, instead of
17864         gnus-group-real-prefix.
17865
17866 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17867
17868         * lpath.el: Bind w3m-safe-url-regexp.
17869
17870         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
17871         w3m-safe-url-regexp variable buffer-local and set it as the value
17872         of mm-w3m-safe-url-regexp.
17873
17874         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17875
17876         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
17877         parsing gnus-posting-styles when the message is not for replying.
17878
17879         * dgnushack.el: Autoload sgml-mode for XEmacs.
17880
17881         * nnrss.el (nnrss-opml-export): Use
17882         mm-set-buffer-file-coding-system instead of
17883         set-buffer-file-coding-system.
17884
17885 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
17886
17887         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
17888         of checkdoc.el).
17889         * nnrss.el: do.
17890         * gnus-mlspl.el: do.
17891         * gnus-ml.el: do.
17892         * gnus-srvr.el: do.
17893
17894         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
17895
17896 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
17897
17898         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
17899         Corrections to custom-manual links.
17900
17901         * gnus-art.el (gnus-article): Ditto.
17902
17903         * mm-decode.el (mime-display, mime-security): Ditto.
17904
17905 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17906
17907         * flow-fill.el: Typo.
17908
17909 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
17910
17911         * spam-wash.el: New file.
17912
17913 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
17914
17915         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
17916
17917 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
17918
17919         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
17920         to be run with new-articles as LIST1, not LIST2.
17921         (spam-registration-functions): Add spam-use-ham-copy as a nil
17922         registration backend.
17923
17924 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17925
17926         * spam-stat.el (spam-stat-washing-hook): New option.
17927         (spam-stat-buffer-words): Use it.
17928         (spam-stat-process-directory, spam-stat-test-directory): Use
17929         insert-file-contents-literally.
17930         (spam-stat-coding-system): New variable.
17931         (spam-stat-load, spam-stat-save): Use it.
17932
17933 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17934
17935         * spam-report.el (spam-report-plug-agent): Quote
17936         spam-report-url-to-file and spam-report-url-ping-plain.
17937
17938 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
17939
17940         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
17941         / in mailto URLs.
17942
17943 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17944
17945         * spam-report.el (spam-report-process-queue): Fix interactive use.
17946         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
17947         (spam-report-unplug-agent): Doc fixes.
17948         (spam-report-url-ping-mm-url, spam-report-url-to-file)
17949         (spam-report-agentize, spam-report-deagentize): Autoload.
17950
17951 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17952
17953         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
17954
17955         * message.el (message-setup-fill-variables): Add mml tags to
17956         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
17957         <ajk@iu.edu>.
17958         (message-mode): Don't modify paragraph-separate there.
17959
17960 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17961
17962         * compface.el (uncompface-use-external): Default to undecided.
17963         (uncompface-use-external-threshold): New variable.
17964         (uncompface-float-time): New macro.
17965         (uncompface): Determine whether to use the external decoder if
17966         uncompface-use-external is undecided.
17967
17968 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17969
17970         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
17971         after images.
17972
17973         * gnus-art.el (gnus-mime-display-single): Remove dead code.
17974
17975 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
17976
17977         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
17978
17979         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
17980
17981         * gnus-sum.el (gnus-summary-limit-to-age)
17982         (gnus-summary-limit-children): do.
17983
17984         * gnus-int.el (gnus-request-scan): do.
17985
17986         * gnus-group.el (gnus-group-suspend): do.
17987
17988         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
17989
17990         * gnus-cite.el (gnus-cite-parse-attributions): do.
17991
17992         * gnus-agent.el (gnus-summary-set-agent-mark)
17993         (gnus-agent-regenerate-group): do.
17994
17995         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
17996
17997         * binhex.el (binhex-decode-region-internal): do.
17998
17999 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18000
18001         * gnus-fun.el (gnus-face-properties-alist): New user option.
18002         (gnus-display-x-face-in-from): Use it.
18003
18004         * gnus-art.el (article-display-face): Ditto.
18005
18006         * compface.el (uncompface-use-external): Default to nil.
18007
18008 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
18009
18010         * nntp.el (nntp-erase-buffer): New function.
18011         (nntp-retrieve-data, nntp-send-command)
18012         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
18013         (nntp-possibly-change-group): Use it.
18014
18015         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
18016         with-current-buffer.
18017
18018 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
18019
18020         * compface.el: Merge the ELisp-based uncompface program.
18021         (compface): New customization group.
18022         (uncompface-use-external): New user option.
18023         (uncompface): Call uncompface-internal if uncompface-use-external
18024         is nil.
18025         (uncompface-internal): New function.  Note that there are also
18026         some other functions and variables added for this function.
18027
18028 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
18029
18030         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
18031         if necessary.
18032
18033 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
18034
18035         * spam-report.el (spam-report-unplug-agent)
18036         (spam-report-plug-agent, spam-report-deagentize)
18037         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
18038         Add support for the Agent in spam-report: when unplugged, report to a
18039         file; when plugged, submit all the requests.
18040
18041         * spam.el (spam-register-routine): Fix message about
18042         registration.
18043
18044 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
18045
18046         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
18047         dependencies.
18048         (rfc2047-encode): Use it.
18049
18050         * gnus-art.el (gnus-button-marker-list): Move before first
18051         reference.
18052
18053         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18054         (imap-parse-body): Fix format string mismatch.
18055
18056         * gnus-score.el (gnus-summary-increase-score): do.
18057
18058         * nnrss.el (nnrss-close): New function.
18059
18060 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
18061
18062         * nnrss.el (nnrss-make-filename): New function.
18063         (nnrss-request-delete-group, nnrss-read-server-data)
18064         (nnrss-save-server-data, nnrss-read-group-data)
18065         (nnrss-save-group-data): Use it.
18066         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
18067         (nnrss-read-server-data, nnrss-read-group-data): Use load.
18068         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
18069
18070 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
18071
18072         * mml.el (mml-compute-boundary-1): Don't uncompress files.
18073
18074 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
18075
18076         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
18077         files.
18078
18079         * message.el (message-generate-headers-first): Don't quote nil
18080         and t in docstrings.
18081
18082         * imap.el (imap-id): do.
18083
18084         * gnus-agent.el (gnus-agent-consider-all-articles)
18085         (gnus-agent-queue-mail): do.
18086
18087 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
18088
18089         * spam-report.el (spam-report-process-queue): New function.
18090         Process requests from `spam-report-requests-file'.
18091         (spam-report-process-queue): Doc fix.
18092
18093 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
18094
18095         * spam.el (spam-register-routine)
18096         (spam-log-processing-to-registry, spam-log-registered-p)
18097         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18098         Change "check" to "spam-check" for semi-clarity.
18099
18100 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
18101
18102         * pop3.el: Require nnheader.
18103
18104         * mml-smime.el: Require cl.  Autoload message-fetch-field.
18105
18106         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
18107
18108         * gnus-picon.el: Require cl.
18109
18110         * gnus-fun.el: Require gnus-ems and gnus-util.
18111
18112         * gnus.el (gnus-method-to-server): Move defsubst before first use.
18113
18114         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
18115
18116         * gnus-art.el (gnus-article-edit-mode): Define before first
18117         reference.
18118
18119 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
18120
18121         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
18122         (gnus-uu-post-encoded): Use point-at-bol.
18123
18124         * gnus-topic.el (gnus-group-active-topic-p): do.
18125
18126         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
18127
18128         * gnus-group.el (gnus-group-kill-region): do.
18129
18130         * gnus-art.el (article-date-ut): do.
18131
18132         * message.el (message-fetch-field): Remove redundant
18133         case-fold-search binding.
18134         (message-narrow-to-field): Simplify.
18135
18136 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
18137
18138         * spam.el (spam-directory): Derive from `gnus-directory'.
18139
18140         * spam-report.el (spam-report-url-to-file)
18141         (spam-report-requests-file): New function and variable for offline
18142         reporting.
18143         (spam-report-url-ping-function): Add `spam-report-url-to-file'
18144         and user defined function.
18145         (spam-report-url-ping-mm-url): Remove doubled slash.
18146
18147 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
18148
18149         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
18150
18151 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
18152
18153         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
18154         format string mismatch.
18155
18156         * sieve.el (sieve-deactivate-all): do.
18157
18158         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
18159
18160         * nnlistserv.el (nnlistserv-kk-wash-article): do.
18161
18162         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
18163
18164         * mm-bodies.el (mm-7bit-chars): Don't include \r.
18165
18166 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
18167
18168         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
18169         the list of checks.
18170
18171 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
18172
18173         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
18174         padding.
18175
18176 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
18177
18178         * mm-view.el (mm-fill-flowed): New variable.
18179         (mm-inline-text): Use it.
18180
18181 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
18182
18183         * spam.el (spam-spamassassin-register-ham-routine)
18184         (spam-spamassassin-register-spam-routine): Fix function names.
18185
18186 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18187
18188         * gnus.el (gnus-tmp-grouplens): Remove.
18189         (gnus-summary-line-format): Remove grouplens.
18190
18191         * gnus-group.el (gnus-group-line-format): Ditto.
18192
18193         * gnus-spec.el (gnus-format-specs): Ditto.
18194         (gnus-update-format-specifications): Flush the group format spec
18195         cache if there's the grouplens stuff.
18196         (gnus-parse-simple-format): Replace %l with the empty string.
18197
18198 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
18199
18200         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
18201         omission.
18202
18203 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18204
18205         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
18206         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18207
18208 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18209
18210         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
18211         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
18212         New macros and functions.
18213         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
18214         Handle > NLINK_MAX messages.
18215         * nnmaildir.el (nnmaildir-request-set-mark): Use
18216         nnmaildir--emlink-p and nnmaildir--eexist-p.
18217
18218 2004-01-25  Alex Schroeder  <alex@gnu.org>
18219
18220         * spam-stat.el (spam-stat-process-directory-age): New option.
18221         (spam-stat-process-directory): Use it.
18222
18223 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
18224
18225         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
18226         (spam-stat-save): Accept prefix argument.
18227
18228 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
18229
18230         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
18231         links" error.
18232
18233 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18234
18235         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
18236         the rest of the and/or forms.
18237
18238 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18239
18240         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
18241         compatibility with old .newsrc.eld files.
18242
18243         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
18244
18245         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
18246
18247         * gnus-start.el (gnus-1): do.
18248
18249         * gnus-group.el (gnus-group-line-format-alist): do.
18250
18251         * gnus.el (gnus-use-grouplens, gnus-visual): do.
18252
18253         * gnus-gl.el: Remove.
18254
18255 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18256
18257         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
18258         marks consisting of a single range {for example, (3 . 5)} rather
18259         than a list of a single range { ((3 . 5)) }.
18260
18261 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18262
18263         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
18264         with-current-buffer.
18265         (spam-stat-store-current-buffer): Use insert-buffer-substring to
18266         avoid consing a string.
18267
18268         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
18269         Remove obsolete entries for big5 and gb2312.
18270
18271 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18272
18273         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
18274         uncompressed list.
18275
18276 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
18277
18278         * spam-stat.el (spam-stat-strip-xref): New function.
18279         (spam-stat-process-directory): Use it.
18280
18281         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
18282         here -- it's done in message-fetch-field.
18283
18284 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18285
18286         * gnus-agent.el (gnus-agent-queue-mail)
18287         (gnus-agent-prompt-send-queue): New variables.
18288         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
18289         * gnus-draft.el (gnus-group-send-queue): Pass the group name
18290         "nndraft:queue" along to gnus-draft-send.  Use
18291         gnus-agent-prompt-send-queue.
18292         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
18293         is "nndraft:queue".  Suggested by Gaute Strokkenes
18294         <gs234@srcf.ucam.org>
18295
18296         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
18297         (agent-enable-undownloaded-faces): Added.
18298         (gnus-agent-cat-groups): Use eval-and-compile, not
18299         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
18300         method of gnus-agent-cat-groups even when the buffer has been
18301         evaled.
18302         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
18303         delete gnus-agent-save-active-1.
18304         (gnus-agent-save-groups): Deleted.  Identical to
18305         gnus-agent-save-active.
18306         (gnus-agent-write-active): No longer adjust agent's copy of active
18307         file as agent's adjustments are now stored in their own
18308         file.  Removed optional parameter.
18309         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
18310         servers.  Add use of min/max range limits from server's local
18311         file.
18312         (gnus-agent-save-alist): Removed unused optional argument.
18313         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
18314         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
18315         (gnus-agent-set-local): A per-server file that keeps min/max range
18316         limits for articles known to the agent.  Provides a fast mechanism
18317         for altering many active ranges.
18318         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
18319         active file (local makes it unnecessary).
18320         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
18321
18322         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
18323         (agent-enable-undownloaded-faces): Added.
18324
18325         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
18326         disable it when sending to "nndraft:queue".
18327         (gnus-group-send-queue): Add safety check to avoid sending queue
18328         when unplugged.
18329
18330         * gnus-group.el (gnus-group-catchup): Use new
18331         gnus-sequence-of-unread-articles, not
18332         gnus-list-of-unread-articles, to avoid exhausting memory with huge
18333         numbers of articles.  Use gnus-range-map to avoid having to
18334         uncompress the unread list.
18335         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
18336         Fixed invalid ange-ftp reference.
18337
18338         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
18339         (gnus-sorted-range-intersection): Intersection of two ranges
18340         without requiring that they first be uncompressed.
18341
18342         * gnus-start.el (gnus-activate-group): Unless blocked by the
18343         caller, possibly expand the active range to include both cached
18344         and agentized articles.
18345         (gnus-convert-old-newsrc): Rewrote in anticipation of having
18346         multiple version-dependent converters.
18347         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
18348         gnus-agent-save-active.
18349         (gnus-save-newsrc-file): Save dirty agent range limits.
18350
18351         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
18352         gnus-agent-possibly-alter-active.
18353         (gnus-adjust-marked-articles): Faster handling of simple lists.
18354
18355 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
18356
18357         * spam-stat.el (spam-stat-test-directory): New optional argument
18358         displays a list of files detected.  Suggested by Andrew Cohen
18359         <cohen@andy.bu.edu>.
18360         (spam-stat-buffer-words-with-scores): Don't narrow and change
18361         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
18362
18363 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
18364
18365         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
18366         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
18367         (spam-spamassassin-arguments)
18368         (spam-spamassassin-spam-flag-header)
18369         (spam-spamassassin-positive-spam-flag-header)
18370         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
18371         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
18372         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
18373         (spam-list-of-processors, spam-list-of-checks)
18374         (spam-list-of-statistical-checks, spam-registration-functions)
18375         (spam-check-spamassassin-headers, spam-check-spamassassin)
18376         (spam-spamassassin-score)
18377         (spam-spamassassin-register-with-sa-learn)
18378         (spam-spamassassin-register-spam-routine)
18379         (spam-spamassassin-register-ham-routine)
18380         (spam-assassin-register-spam-routine)
18381         (spam-assassin-register-ham-routine): Add SpamAssassin support.
18382         (spam-bogofilter-score): Fix to show article before scoring.
18383
18384 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
18385
18386         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
18387         default scoring function.
18388         (spam-generic-score): Call spam-spamassassin-score if
18389         spam-use-spamassassin or spam-use-spamassassin-headers is on;
18390         spam-bogofilter-score otherwise.
18391
18392         * gnus.el (spam-process, spam-autodetect-methods): Add
18393         spamassassin and spamassassin-headers.
18394
18395 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
18396
18397         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18398         Suppress unnecessary messages.
18399
18400 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
18401
18402         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
18403         make-hash-table.
18404
18405 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18406
18407         * canlock.el (base64-encode-string): Don't autoload it.
18408
18409 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18410
18411         * run-at-time.el: Remove useless (require 'itimer),
18412         eval-and-compile and (featurep 'xemacs).
18413
18414 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
18415
18416         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
18417         GROUP is a virtual group.
18418
18419 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
18420
18421         * gnus.el: Autoload `message-y-or-n-p'.
18422
18423 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
18424
18425         * pgg-parse.el: Remove unnecessary (require 'custom).
18426
18427         * pgg-def.el: do.
18428
18429         * nnmail.el: do.
18430
18431         * gnus-undo.el: do.
18432
18433         * gnus-picon.el: do.
18434
18435         * gnus-util.el: do.
18436
18437 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
18438
18439         * gnus-sum.el (gnus-pick-line-number): Add autoload.
18440
18441 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18442
18443         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
18444         handle, as well as a list.
18445
18446         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
18447         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
18448         (mm-w3m-cid-retrieve): Simplify.
18449
18450 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
18451
18452         * message.el (message-kill-to-signature): Allow prefix arg to
18453         specify number of lines to keep before signature.
18454
18455 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
18456
18457         * message.el (message-kill-to-signature): Change docstring.
18458
18459 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18460
18461         * canlock.el: Always require sha1-el.
18462         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
18463
18464         * message.el: Autoload sha1 only when compiling.
18465
18466         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
18467         eudc-expand-inline for XEmacs.
18468
18469 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18470
18471         * message.el (message-canlock-generate): Require sha1-el.
18472
18473 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
18474
18475         * message.el (message-expand-name): Silence the byte compiler.
18476
18477         * lpath.el: Add detect-coding-system.
18478
18479         * dgnushack.el (dgnushack-compile): Remove obsolete check for
18480         cus-edit.
18481
18482 2004-01-13  Simon Josefsson  <jas@extundo.com>
18483
18484         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
18485         Invoke gnus-score-mode.  Reported by
18486         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18487
18488         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
18489         Jim Blandy <jimb@redhat.com> (tiny change).
18490
18491 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18492
18493         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
18494
18495 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
18496
18497         * spam.el (spam-get-article-as-string): Update to use
18498         gnus-request-article-this-buffer, much simpler.
18499         (spam-get-article-as-buffer): Remove.
18500
18501 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
18502
18503         * message.el (message-expand-name): Use EUDC if the user uses that.
18504
18505 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18506
18507         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
18508         character for the encoding to avoid consing a string.
18509
18510         * rfc2047.el (rfc2047-decode-string): Don't cons a string
18511         unnecessarily.
18512
18513         * mm-util.el (mm-replace-chars-in-string): Remove.
18514
18515         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
18516         of mm-replace-chars-in-string.
18517
18518 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
18519
18520         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
18521
18522         * mm-util.el (mm-subst-char-in-string): Support inplace.
18523
18524         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
18525         a new string in every iteration.  Use shy groups.
18526
18527 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
18528
18529         * gnus-srvr.el (gnus-browse-unsubscribe-group):
18530         * gnus-soup.el (gnus-soup-group-brew):
18531         * gnus-msg.el (gnus-put-message):
18532         * gnus-move.el (gnus-group-move-group-to-server):
18533         * gnus-kill.el (gnus-batch-score):
18534         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
18535         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
18536         (gnus-group-update-group, gnus-group-read-group)
18537         (gnus-group-make-group, gnus-group-make-help-group)
18538         (gnus-group-make-archive-group, gnus-group-make-directory-group)
18539         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
18540         (gnus-group-sort-by-unread, gnus-group-catchup)
18541         (gnus-group-unsubscribe-group, gnus-group-kill-group)
18542         (gnus-group-yank-group, gnus-group-set-info)
18543         (gnus-group-list-groups):
18544         * gnus.el (gnus-generate-new-group-name):
18545         * gnus-delay.el (gnus-delay-send-queue):
18546         * nnvirtual.el (nnvirtual-catchup-group):
18547         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
18548         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
18549         (gnus-group-prepare-topics, gnus-topic-check-topology):
18550         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
18551         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
18552         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
18553         (gnus-group-make-articles-read):
18554         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
18555         (gnus-group-change-level, gnus-kill-newsgroup)
18556         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
18557         (gnus-get-unread-articles, gnus-make-articles-unread)
18558         (gnus-make-ascending-articles-unread): Use accessor
18559         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
18560         to get group information for improved readability.
18561
18562
18563 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18564
18565         * gnus-art.el (article-decode-mime-words, article-babel)
18566         (gnus-article-highlight-signature, gnus-article-add-buttons)
18567         (gnus-signature-toggle): Use gnus-with-article-buffer.
18568
18569         * gnus-art.el (gnus-article-highlight-headers)
18570         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
18571
18572         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
18573         (gnus-article-set-globals, gnus-request-article-this-buffer)
18574         (gnus-button-message-id, gnus-article-maybe-hide-headers)
18575         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
18576         (gnus-mime-display-alternative): Use with-current-buffer.
18577
18578 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18579
18580         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
18581         also under 80 char limit, and call gnus-error if needed.
18582         (spam-fetch-article-header): Fix - it was a
18583         buffer-local variable (gnus-newsgroup-data).
18584         (spam-find-spam): Use spam-generate-fake-headers, forget about
18585         spam-insert-fake-headers.
18586         (spam-insert-fake-headers): Remove.
18587
18588 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18589
18590         * deuglify.el (gnus-article-outlook-unwrap-lines)
18591         (gnus-outlook-rearrange-article)
18592         (gnus-outlook-repair-attribution-outlook)
18593         (gnus-outlook-repair-attribution-block)
18594         (gnus-outlook-repair-attribution-other): Remove redundant
18595         save-excursion.
18596
18597 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18598
18599         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
18600         (spam-fetch-field-subject-fast)
18601         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
18602         (spam-fetch-article-header): Add functions to deal with Gnus
18603         internals for fast retrieval of article header data.
18604         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
18605
18606 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18607
18608         * pop3.el (pop3-md5): Remove.
18609         (pop3-apop): Replace pop3-md5 with md5.
18610
18611         * mm-bodies.el: base64 is always built-in.
18612
18613         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
18614         with-current-buffer.
18615
18616 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18617
18618         * canlock.el (canlock-insert-header): Remove excessive grouping in
18619         regexp.
18620
18621         * gnus-sum.el (gnus-summary-read-document): Ditto.
18622
18623         * gnus-uu.el (gnus-uu-part-number): Ditto.
18624
18625         * html2text.el (html2text-remove-tags): Ditto.
18626         (html2text-format-tags): Ditto.
18627         (html2text-format-single-elements): Ditto.
18628
18629         * mml.el (mml-parse-1): Ditto.
18630
18631 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18632
18633         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
18634
18635         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
18636
18637         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
18638
18639         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
18640
18641 2003-11-15  Simon Josefsson  <jas@extundo.com>
18642
18643         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
18644         (pgg-gpg-lookup-key): Use regexp match instead of
18645         split-string (split-string is different between emacs 21.2 and
18646         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
18647
18648 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18649
18650         * gnus-art.el (gnus-mime-view-all-parts)
18651         (gnus-article-part-wrapper, gnus-article-view-part): Use
18652         with-current-buffer.
18653
18654 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18655
18656         * spam.el (spam-disable-spam-split-during-ham-respool)
18657         (spam-spamoracle-database, spam-cache-lookups)
18658         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
18659         (spam-group-ham-mark-p, spam-group-spam-mark-p)
18660         (spam-group-ham-marks, spam-group-spam-marks)
18661         (spam-group-spam-contents-p, spam-group-ham-contents-p)
18662         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
18663         also add spam-use-blackholes to the statistical checks.
18664         (spam-fetch-field-fast): Add interface to fetching fields, may
18665         become a macro.
18666         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
18667         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
18668         (spam-insert-fake-headers): Fake an article when needed.
18669         (spam-find-spam): Fake article when possible.
18670         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
18671         (spam-check-bogofilter-headers): Use message-fetch-field instead
18672         of nnmail-fetch-field.
18673
18674 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18675
18676         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
18677
18678 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18679
18680         * spam.el (spam-split): Do not require spam-use-CHECK to be
18681         enabled if that check is passed to spam-split explicitly; also
18682         fix so 'spam doesn't get converted to spam-split-group when
18683         spam-split-symbolic-return is t.
18684         (spam-find-spam): Find registrations of the article and use those
18685         instead of re-running spam-split to find the spam/ham
18686         classification of the article.
18687         (spam-log-processing-to-registry, spam-log-registered-p)
18688         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18689         Use gnus-error instead of gnus-message.
18690         (spam-log-registration-type): Add function to determine the
18691         classification of a message based on registry entries; will
18692         return nil if both 'spam and 'ham are found.
18693         (spam-check-BBDB): Expand all the BBDB macros here so we can have
18694         a reasonably fast local cache without the loading errors.
18695         (spam-cache-lookups): Set to t by default.
18696         (spam-find-spam): Don't try to guess spam-cache-lookups.
18697         (spam-enter-whitelist, spam-enter-blacklist): Clear the
18698         spam-caches entry.
18699         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
18700         caching of whitelist/blacklist entries.
18701         (spam-check-whitelist, spam-check-blacklist): Invoke
18702         spam-from-listed-p with a type, not a cache variable.
18703         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
18704
18705 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18706
18707         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
18708
18709         * nnmail.el (nnmail-split-fancy): do.
18710
18711         * mml.el (mml-parse): do.
18712
18713         * gnus-score.el (gnus-enter-score-words-into-hashtb)
18714         (gnus-score-adaptive): do.
18715
18716 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18717
18718         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
18719         (gnus-mime-button-map): Don't set keymap parent.
18720         (gnus-button-ctan-directory-regexp): Use shy grouping.
18721         (gnus-prev-page-map): Don't set keymap parent.
18722         (gnus-prev-page-map): Remove duplicated one.
18723         (gnus-next-page-map): Don't set keymap parent.
18724         (gnus-mime-security-button-map): Ditto.
18725
18726         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
18727         version number.
18728
18729         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
18730
18731 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18732
18733         * canlock.el (canlock-sha1-function): Remove.
18734         (canlock-sha1-function-for-verify): Remove.
18735         (canlock-openssl-program): Remove.
18736         (canlock-openssl-args): Remove.
18737         (canlock-ignore-errors): Remove.
18738         (canlock-sha1-with-openssl): Remove.
18739         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
18740         (canlock-verify): Don't use canlock-ignore-errors.
18741
18742         * sha1-el.el (sha1-string-external): Make it can return a string
18743         in binary form.
18744         (sha1-region-external): Ditto.
18745         (sha1-string-internal): Ditto.
18746         (sha1-region-internal): Ditto.
18747         (sha1-region): Ditto.
18748         (sha1-string): Ditto.
18749         (sha1): Ditto.
18750
18751 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18752
18753         * spam.el (spam-report-articles-gmane): New command.
18754
18755 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18756
18757         * gnus.el: Don't make unnecessary *Group* buffer when loading.
18758
18759         * run-at-time.el (run-at-time-saved): Remove.
18760         (run-at-time): Doc fix.
18761
18762 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18763
18764         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
18765         (gnus-summary-limit-map): Add it.
18766         (gnus-summary-make-menu-bar): do.
18767
18768 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
18769
18770         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
18771         Make attempt at some caching support (done for BBDB only now).
18772         (spam-find-spam): Set spam-cache-lookups if there are more than 2
18773         addresses to be checked.
18774         (spam-clear-cache-BBDB): Add function, to be invoked by
18775         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
18776         (spam-check-BBDB): Check and use the caches, if
18777         spam-cache-lookups is on, remove superfluous (provide).
18778
18779 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
18780
18781         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
18782
18783 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
18784
18785         * run-at-time.el (run-at-time-saved): Move to after the definition
18786         of `run-at-time'.
18787
18788         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
18789
18790 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18791
18792         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
18793         mm-w3m-local-map-property.
18794
18795         * mm-view.el (mm-w3m-mode-map): Remove.
18796         (mm-w3m-local-map-property): Remove.
18797         (mm-inline-text-html-render-with-w3m): Don't use
18798         mm-w3m-local-map-property.
18799
18800 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18801
18802         * run-at-time.el: New file.
18803
18804         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
18805         under Emacs.
18806
18807         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
18808         of gnus-set-text-properties.
18809
18810         * gnus-uu.el (gnus-uu-save-article): Ditto.
18811
18812         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
18813
18814         * gnus-cite.el (gnus-cite-parse): Ditto.
18815
18816         * gnus-art.el (gnus-button-push): Use set-text-properties instead
18817         of gnus-.
18818
18819         * gnus-xmas.el (run-at-time): Require run-at-time.
18820
18821         * gnus.el: Changed calls to nnheader-run-at-time and
18822         password-run-at-time throughout to use run-at-time directly.
18823
18824         * password.el: Removed definition of run-at-time.
18825
18826         * nnheaderxm.el: Remove definition of run-at-time.
18827
18828 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
18829
18830         * mml.el (mml-minibuffer-read-disposition): Show attachment type
18831         in prompt.
18832
18833 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18834
18835         * messagexmas.el (message-xmas-redefine): Alias
18836         `message-make-caesar-translation-table' to
18837         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
18838         version.
18839
18840         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
18841         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
18842         `gnus-xmas-set-text-properties'.
18843         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
18844         `gnus-xmas-completing-read'.
18845         (gnus-xmas-completing-read): Removed.
18846         (gnus-xmas-open-network-stream): Removed.
18847
18848         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
18849         XEmacs version.
18850
18851         * dns.el (dns-make-network-process): Use `open-network-stream'
18852         instead of `gnus-xmas-open-network-stream'.
18853
18854         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
18855
18856         * .cvsignore: Add auto-autoloads.el, custom-load.el.
18857
18858 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18859
18860         * gnus-art.el (gnus-mime-display-alternative)
18861         (gnus-insert-mime-button, gnus-insert-mime-security-button)
18862         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
18863         Don't use gnus-local-map-property.
18864
18865         * gnus-util.el (gnus-local-map-property): Remove.
18866
18867         * mm-view.el (mm-view-pkcs7-decrypt): Replace
18868         gnus-completing-read-maybe-default with completing-read.
18869
18870         * gnus-util.el (gnus-completing-read): do.
18871         (gnus-completing-read-maybe-default): Remove.
18872
18873 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18874
18875         * password.el: Only autoload `run-at-time' if not XEmacs.
18876         Only autoload the itimer functions if XEmacs.
18877
18878 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18879
18880         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
18881         XEmacsen.
18882
18883         * dgnushack.el: Autoload executable-find for XEmacs.
18884
18885 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18886
18887         * gnus-art.el (gnus-read-string): Remove.
18888         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
18889         read-string.
18890
18891 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
18892
18893         * netrc.el: Autoload password-read.
18894         (netrc): Add configuration group.
18895         (netrc-encoding-method, netrc-openssl-path): Add
18896         variables for encoding and decoding of files with symmetric
18897         ciphers.
18898         (netrc-encode): Add assistant function to encode a file with
18899         netrc-encoding-method.
18900         (netrc-parse): Add interactive parameter, added optional
18901         decoding if netrc-encoding-method is non-nil but otherwise
18902         behavior is standard.
18903         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
18904         Do s/encode/encrypt/ everywhere.
18905
18906         * spam.el: Remove executable-find autoload.
18907
18908 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18909
18910         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
18911
18912         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
18913
18914 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18915
18916         * gnus-art.el (gnus-treat-ansi-sequences)
18917         (article-treat-ansi-sequences): New variable and function.
18918         Suggested by Dan Jacobson <jidanni@jidanni.org>.
18919
18920         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18921         Use it.
18922
18923 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18924
18925         * mm-util.el (mm-quote-arg): Remove.
18926
18927         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
18928         shell-quote-argument.
18929
18930         * gnus-uu.el (gnus-uu-command): do.
18931
18932         * gnus-sum.el (gnus-summary-insert-pseudos): do.
18933
18934         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
18935         with make-char.
18936
18937         * mm-util.el (mm-make-char): Remove.
18938
18939         * mml.el (mml-mode): Replace gnus-add-minor-mode with
18940         add-minor-mode.
18941
18942         * gnus-undo.el (gnus-undo-mode): do.
18943
18944         * gnus-topic.el (gnus-topic-mode): do.
18945
18946         * gnus-sum.el (gnus-dead-summary-mode): do.
18947
18948         * gnus-start.el (gnus-slave-mode): do.
18949
18950         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
18951
18952         * gnus-ml.el (gnus-mailing-list-mode): do.
18953
18954         * gnus-gl.el (gnus-grouplens-mode): do.
18955
18956         * gnus-draft.el (gnus-draft-mode): do.
18957
18958         * gnus-dired.el (gnus-dired-mode): do.
18959
18960         * gnus-ems.el (gnus-add-minor-mode): Remove.
18961
18962         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18963         Replace gnus-char-width with char-width.
18964
18965         * gnus-ems.el (gnus-char-width): Remove.
18966
18967         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18968         Replace gnus-char-width with char-width.
18969
18970         * gnus-ems.el (gnus-char-width): Remove.
18971
18972         * spam-stat.el (with-syntax-table): Remove with-syntax-table
18973         definition.
18974         Remove Emacs 20 hash table compatibility code.
18975
18976         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
18977         20 compatibility code.
18978
18979         * spam.el (spam-point-at-eol): Replace with point-at-eol.
18980
18981         * smime.el (smime-point-at-eol): Replace with point-at-eol.
18982
18983         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
18984         with point-at-{eol,bol}.
18985
18986         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
18987
18988         * imap.el (imap-point-at-eol): Replace with point-at-eol.
18989
18990         * flow-fill.el (fill-flowed-point-at-bol)
18991         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
18992
18993         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
18994         Replace with point-at-{eol,bol} throughout all files.
18995
18996 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18997
18998         * ntlm.el (ntlm-string-as-unibyte): New macro.
18999         (ntlm-build-auth-response): Use it.
19000
19001         Remove Emacs 20 stuff:
19002         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
19003         (butlast, mapc, remove): Remove the compiler macros.
19004         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
19005         of delq and copy-sequence.
19006         * gnus-art.el (popup-menu): Remove the compiler macro.
19007         * nnmail.el (nnmail-split-fancy): Don't support customizing with
19008         Emacs 20.
19009
19010 2004-01-05  Simon Josefsson  <jas@extundo.com>
19011
19012         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
19013         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
19014         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
19015         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
19016         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
19017         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
19018         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
19019         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
19020         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
19021         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
19022         ntlm-string-permute, string-lshift into ntlm-string-lshift,
19023         string-xor into ntlm-string-xor.  Suggested by
19024         Jesper Harder <harder@myrealbox.com>.
19025
19026         * ntlm.el: Don't include poem.
19027
19028         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
19029         Jesper Harder <harder@myrealbox.com>.
19030
19031         * sasl-ntlm.el, ntlm.el, md4.el: New files.
19032
19033         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
19034         probably breaks emacs with DL patch, but do we care? Is anyone
19035         still using the DL stuff?)
19036
19037         * sieve-manage.el: Use the password package.
19038         (sieve-manage-read-passwd): Remove.
19039         (sieve-manage-interactive-login): Use password.  Re-add
19040         condition-case around loop.
19041
19042         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
19043         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
19044         the password package.
19045
19046 2003-02-19  Simon Josefsson  <jas@extundo.com>
19047
19048         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
19049         token.
19050
19051 2002-08-07  Simon Josefsson  <jas@extundo.com>
19052
19053         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
19054         (sieve-manage-authenticators):
19055         (sieve-manage-authenticator-alist): Add some SASL mechs.
19056         (sieve-sasl-auth): New function.
19057         (sieve-manage-cram-md5-auth):
19058         (sieve-manage-plain-auth): Rewrite using SASL library.
19059         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
19060         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
19061         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
19062         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
19063
19064 2004-01-05  Simon Josefsson  <jas@extundo.com>
19065
19066         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
19067         New files.
19068
19069 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19070
19071         * gnus-group.el (gnus-no-groups-message): Update.
19072
19073         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
19074
19075 2003-11-09  Simon Josefsson  <jas@extundo.com>
19076
19077         * imap.el: Support for ID IMAP extension (RFC 2971).
19078         (imap-local-variables): Add imap-id.
19079         (imap-id): New variable.
19080         (imap-id): New function.
19081         (imap-parse-response): Parse untagged ID response.
19082         * nnimap.el (nnimap-id): New variable.
19083         (nnimap-open-connection): Use it.
19084
19085 2003-12-28  Simon Josefsson  <jas@extundo.com>
19086
19087         * gnus-score.el (gnus-score-edit-all-score): New.
19088         * gnus-group.el (gnus-group-score-map): Bind it to W e.
19089
19090 2004-01-04  Simon Josefsson  <jas@extundo.com>
19091
19092         * password.el: Add.
19093
19094 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
19095
19096         * dns.el (dns-query-types): Fix typo.
19097         (dns-query-types): New function.
19098         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
19099         PTR and SOA replies, see RFC 1035.
19100
19101 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19102
19103         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
19104
19105         * Moved to Changelog.2.
19106
19107 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19108
19109         * gnus.el (gnus-version-number): Bump version.
19110
19111 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19112
19113         * gnus.el: No Gnus v0.1 is released.
19114
19115 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19116
19117         * gnus.el: No Gnus v0.0 is released.
19118
19119 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19120
19121         * gnus.el (gnus-version-number): Bump.
19122         (gnus-version): No.
19123
19124 See ChangeLog.2 for earlier changes.
19125
19126     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
19127       Free Software Foundation, Inc.
19128
19129   This file is part of GNU Emacs.
19130
19131   GNU Emacs is free software: you can redistribute it and/or modify
19132   it under the terms of the GNU General Public License as published by
19133   the Free Software Foundation, either version 3 of the License, or
19134   (at your option) any later version.
19135
19136   GNU Emacs is distributed in the hope that it will be useful,
19137   but WITHOUT ANY WARRANTY; without even the implied warranty of
19138   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19139   GNU General Public License for more details.
19140
19141   You should have received a copy of the GNU General Public License
19142   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
19143
19144 ;; Local Variables:
19145 ;; coding: utf-8
19146 ;; fill-column: 79
19147 ;; add-log-time-zone-rule: t
19148 ;; End: